From 13b635d95da1fbd29d34655dfe85cb6935e2839e Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Tue, 10 Sep 2019 20:25:30 -0400 Subject: [PATCH 1/9] Class emit: cached repeat prototype repetitions in a variable If two or more class members would assign to the class `.prototype`, that'll be stored in a temporary variable named like `proto`. --- src/compiler/core.ts | 19 + src/compiler/transformers/es2015.ts | 62 +- .../reference/ES5For-ofTypeCheck10.js | 5 +- tests/baselines/reference/abstractProperty.js | 5 +- .../reference/abstractPropertyNegative.js | 5 +- .../reference/accessibilityModifiers.js | 7 +- .../reference/accessorWithLineTerminator.js | 3 +- ...sorWithMismatchedAccessibilityModifiers.js | 9 +- .../accessorsAreNotContextuallyTyped.js | 3 +- .../accessors_spec_section-4.5_error-cases.js | 9 +- .../accessors_spec_section-4.5_inference.js | 13 +- .../reference/aliasUsageInAccessorsOfClass.js | 3 +- .../ambiguousCallsWhereReturnTypesAgree.js | 10 +- .../reference/anyIdenticalToItself.js | 3 +- .../reference/arrayAssignmentTest1.js | 5 +- .../reference/arrayAssignmentTest2.js | 5 +- .../reference/arrayAssignmentTest5.js | 5 +- .../reference/arrayBestCommonTypes.js | 10 +- .../asyncAwaitIsolatedModules_es5.js | 7 +- tests/baselines/reference/asyncAwait_es5.js | 7 +- .../reference/asyncMethodWithSuper_es5.js | 10 +- .../baseTypeWrappingInstantiationChain.js | 7 +- .../binopAssignmentShouldHaveType.js | 5 +- ...sWithAccessibilityModifiersOnParameters.js | 7 +- .../callSignaturesWithDuplicateParameters.js | 7 +- .../callSignaturesWithOptionalParameters2.js | 5 +- .../reference/capturedLetConstInLoop10.js | 14 +- .../reference/capturedLetConstInLoop13.js | 7 +- .../capturedParametersInInitializers2.js | 5 +- .../reference/classAbstractAccessor.js | 5 +- .../reference/classAbstractGeneric.js | 5 +- .../reference/classAbstractSuperCalls.js | 17 +- .../classConstructorAccessibility2.js | 15 +- ...rationShouldBeOutOfScopeInComputedNames.js | 3 +- ...sInterfaceThatExtendsClassWithPrivates1.js | 5 +- .../reference/classPropertyAsPrivate.js | 5 +- .../reference/classPropertyAsProtected.js | 5 +- .../classPropertyIsPublicByDefault.js | 5 +- .../reference/classWithMultipleBaseClasses.js | 5 +- ...hOnlyPublicMembersEquivalentToInterface.js | 5 +- ...OnlyPublicMembersEquivalentToInterface2.js | 5 +- tests/baselines/reference/classdecl.js | 7 +- .../collisionArgumentsClassMethod.js | 18 +- .../collisionRestParameterClassMethod.js | 14 +- ...llisionSuperAndLocalFunctionInAccessors.js | 9 +- .../collisionSuperAndLocalFunctionInMethod.js | 15 +- .../collisionSuperAndLocalVarInAccessors.js | 9 +- .../reference/collisionSuperAndParameter.js | 14 +- ...ionThisExpressionAndLocalVarInAccessors.js | 6 +- ...lisionThisExpressionAndLocalVarInMethod.js | 5 +- .../collisionThisExpressionAndParameter.js | 13 +- .../reference/commentOnClassAccessor2.js | 3 +- .../reference/commentsClassMembers.js | 42 +- .../reference/commentsInheritance.js | 35 +- .../baselines/reference/commentsOverloads.js | 11 +- .../reference/commentsTypeParameters.js | 5 +- .../reference/commentsdoNotEmitComments.js | 7 +- .../reference/commentsemitComments.js | 7 +- .../reference/complexClassRelationships.js | 7 +- .../baselines/reference/complicatedPrivacy.js | 5 +- .../reference/computedPropertyNames13_ES5.js | 15 +- .../reference/computedPropertyNames14_ES5.js | 7 +- .../reference/computedPropertyNames15_ES5.js | 7 +- .../reference/computedPropertyNames16_ES5.js | 17 +- .../reference/computedPropertyNames17_ES5.js | 9 +- .../reference/computedPropertyNames21_ES5.js | 5 +- .../reference/computedPropertyNames23_ES5.js | 5 +- .../reference/computedPropertyNames2_ES5.js | 7 +- .../reference/computedPropertyNames32_ES5.js | 5 +- .../reference/computedPropertyNames36_ES5.js | 5 +- .../reference/computedPropertyNames37_ES5.js | 5 +- .../reference/computedPropertyNames38_ES5.js | 5 +- .../reference/computedPropertyNames39_ES5.js | 5 +- .../reference/computedPropertyNames3_ES5.js | 7 +- .../reference/computedPropertyNames40_ES5.js | 5 +- .../reference/computedPropertyNames43_ES5.js | 5 +- ...mputedPropertyNamesDeclarationEmit1_ES5.js | 7 +- .../computedPropertyNamesSourceMap1_ES5.js | 5 +- ...computedPropertyNamesSourceMap1_ES5.js.map | 2 +- ...dPropertyNamesSourceMap1_ES5.sourcemap.txt | 79 +- .../baselines/reference/conditionalTypes2.js | 5 +- .../reference/conflictMarkerDiff3Trivia2.js | 5 +- .../reference/conflictMarkerTrivia2.js | 5 +- .../reference/constructorOverloads1.js | 5 +- ...constructorWithIncompleteTypeAnnotation.js | 16 +- ...TypedClassExpressionMethodDeclaration02.js | 5 +- ...rashIntypeCheckObjectCreationExpression.js | 5 +- .../baselines/reference/declFileAccessors.js | 26 +- ...declFileForClassWithMultipleBaseClasses.js | 9 +- tests/baselines/reference/declFileMethods.js | 34 +- .../declFilePrivateMethodOverloads.js | 5 +- ...eTypeAnnotationVisibilityErrorAccessors.js | 31 +- tests/baselines/reference/declInput-2.js | 13 +- tests/baselines/reference/declInput.js | 7 +- tests/baselines/reference/declInput3.js | 7 +- tests/baselines/reference/declInput4.js | 7 +- .../declarationEmitClassMemberNameConflict.js | 15 +- .../declarationEmitProtectedMembers.js | 5 +- tests/baselines/reference/declarationFiles.js | 9 +- .../reference/decoratorOnClassAccessor7.js | 18 +- .../reference/decoratorOnClassAccessor8.js | 12 +- .../reference/decoratorOnClassMethod11.js | 5 +- tests/baselines/reference/deepKeysIndexing.js | 7 +- ...ClassFunctionOverridesBaseClassAccessor.js | 3 +- .../derivedClassIncludesInheritedMembers.js | 5 +- .../derivedClassOverridesProtectedMembers.js | 10 +- .../derivedClassOverridesProtectedMembers2.js | 10 +- .../derivedClassOverridesProtectedMembers3.js | 5 +- .../derivedClassOverridesPublicMembers.js | 10 +- .../reference/derivedClassWithAny.js | 15 +- ...ivateInstanceShadowingProtectedInstance.js | 10 +- ...hPrivateInstanceShadowingPublicInstance.js | 10 +- tests/baselines/reference/derivedClasses.js | 5 +- .../reference/derivedGenericClassWithAny.js | 15 +- ...sesHiddenBaseCallViaSuperPropertyAccess.js | 5 +- .../destructuringParameterDeclaration1ES5.js | 14 +- ...cturingParameterDeclaration1ES5iterable.js | 14 +- .../destructuringParameterDeclaration2.js | 7 +- .../destructuringParameterProperties2.js | 7 +- .../destructuringParameterProperties3.js | 7 +- .../reference/downlevelLetConst16.js | 10 +- .../reference/duplicateClassElements.js | 19 +- .../reference/duplicateLocalVariable1.js | 5 +- .../reference/duplicatePropertyNames.js | 5 +- .../reference/emitDefaultParametersMethod.js | 9 +- .../reference/emitRestParametersMethod.js | 10 +- .../reference/emitThisInSuperMethodCall.js | 7 +- ...mitter.asyncGenerators.classMethods.es5.js | 5 +- tests/baselines/reference/errorSuperCalls.js | 10 +- .../reference/errorSuperPropertyAccess.js | 17 +- .../reference/errorsInGenericTypeReference.js | 5 +- tests/baselines/reference/es6ClassTest.js | 5 +- tests/baselines/reference/es6ClassTest2.js | 22 +- tests/baselines/reference/es6ClassTest3.js | 5 +- tests/baselines/reference/fatArrowSelf.js | 5 +- .../functionAndPropertyNameConflict.js | 5 +- .../reference/functionOverloadErrors.js | 5 +- .../baselines/reference/functionOverloads7.js | 5 +- ...nsMissingReturnStatementsAndExpressions.js | 11 +- tests/baselines/reference/fuzzy.js | 7 +- .../genericCallTypeArgumentInference.js | 17 +- ...allWithConstraintsTypeArgumentInference.js | 17 +- ...cClassPropertyInheritanceSpecialization.js | 5 +- .../genericClassWithStaticFactory.js | 30 +- tests/baselines/reference/genericClasses4.js | 5 +- .../genericInterfaceImplementation.js | 5 +- .../reference/genericMemberFunction.js | 5 +- ...ericRecursiveImplicitConstructorErrors2.js | 5 +- ...ericRecursiveImplicitConstructorErrors3.js | 5 +- .../genericReversingTypeParameters.js | 5 +- .../genericReversingTypeParameters2.js | 5 +- .../genericsWithDuplicateTypeParameters1.js | 5 +- .../reference/getAndSetAsMemberNames.js | 5 +- .../reference/getAndSetNotIdenticalType.js | 3 +- .../reference/getAndSetNotIdenticalType2.js | 3 +- .../reference/getAndSetNotIdenticalType3.js | 3 +- .../getSetAccessorContextualTyping.js | 9 +- .../getterThatThrowsShouldNotNeedReturn.js | 5 +- .../baselines/reference/gettersAndSetters.js | 3 +- .../gettersAndSettersAccessibility.js | 3 +- .../reference/gettersAndSettersErrors.js | 8 +- .../reference/gettersAndSettersTypesAgree.js | 5 +- tests/baselines/reference/giant.js | 126 +- .../heterogeneousArrayAndOverloads.js | 5 +- .../implicitAnyAnyReturningFunction.js | 5 +- .../reference/implicitAnyCastedValue.js | 12 +- ...mplicitAnyFunctionReturnNullOrUndefined.js | 5 +- ...itAnyGetAndSetAccessorWithAnyReturnType.js | 3 +- .../inferFromGenericFunctionReturnTypes1.js | 7 +- .../inferFromGenericFunctionReturnTypes2.js | 7 +- ...inferParameterWithMethodCallInitializer.js | 5 +- .../reference/inferSetterParamType.js | 6 +- .../inferringClassMembersFromAssignments.js | 7 +- tests/baselines/reference/inheritance.js | 5 +- ...ritanceMemberAccessorOverridingAccessor.js | 6 +- ...heritanceMemberAccessorOverridingMethod.js | 3 +- ...ritanceMemberAccessorOverridingProperty.js | 3 +- ...inheritanceMemberFuncOverridingAccessor.js | 3 +- ...ritanceMemberPropertyOverridingAccessor.js | 3 +- .../innerTypeParameterShadowingOuterOne2.js | 10 +- .../instanceMemberAssignsToClassPrototype.js | 5 +- ...nstancePropertiesInheritedIntoClassType.js | 10 +- .../reference/instancePropertyInClassType.js | 10 +- .../reference/interfaceContextualType.js | 5 +- .../reference/interfaceExtendingClass.js | 5 +- .../reference/interfaceExtendingClass2.js | 5 +- .../interfaceExtendsClassWithPrivate1.js | 7 +- .../interfaceExtendsClassWithPrivate2.js | 14 +- .../reference/interfaceImplementation5.js | 6 +- .../reference/invalidNewTarget.es5.js | 9 +- .../isDeclarationVisibleNodeKinds.js | 5 +- .../reference/keyofAndIndexedAccess.js | 17 +- tests/baselines/reference/lift.js | 5 +- tests/baselines/reference/listFailure.js | 5 +- tests/baselines/reference/literalTypes2.js | 5 +- tests/baselines/reference/localTypes1.js | 5 +- .../reference/looseThisTypeInFunctions.js | 7 +- .../memberFunctionsWithPrivateOverloads.js | 10 +- .../memberFunctionsWithPublicOverloads.js | 10 +- ...mberFunctionsWithPublicPrivateOverloads.js | 14 +- tests/baselines/reference/missingSelf.js | 10 +- .../mixedStaticAndInstanceClassMembers.js | 10 +- .../reference/mixinAccessModifiers.js | 10 +- .../moduleMemberWithoutTypeAnnotation1.js | 5 +- .../reference/moduleVisibilityTest1.js | 9 +- .../reference/moduleVisibilityTest2.js | 9 +- tests/baselines/reference/moduledecl.js | 23 +- .../reference/multiModuleClodule1.js | 5 +- .../reference/multipleDeclarations.js | 10 +- .../reference/multipleInheritance.js | 5 +- tests/baselines/reference/neverType.js | 9 +- ...ionThisExpressionAndLocalVarInAccessors.js | 6 +- ...lisionThisExpressionAndLocalVarInMethod.js | 5 +- .../noImplicitAnyParametersInClass.js | 33 +- .../noUnusedLocals_destructuringAssignment.js | 5 +- .../nonMergedDeclarationsAndOverloads.js | 5 +- ...icIndexerConstrainsPropertyDeclarations.js | 5 +- .../reference/objectRestParameterES5.js | 5 +- tests/baselines/reference/optionalMethods.js | 5 +- .../reference/optionalParamArgsTest.js | 13 +- tests/baselines/reference/out-flag.js | 5 +- tests/baselines/reference/out-flag.js.map | 2 +- .../reference/out-flag.sourcemap.txt | 83 +- .../reference/overloadConsecutiveness.js | 9 +- .../overrideBaseIntersectionMethod.js | 7 +- .../parameterNamesInTypeParameterList.js | 7 +- tests/baselines/reference/parser509667.js | 7 +- tests/baselines/reference/parserAstSpans1.js | 35 +- tests/baselines/reference/parserClass1.js | 13 +- .../parserErrantSemicolonInClass1.js | 7 +- .../parserErrorRecoveryIfStatement1.js | 7 +- .../parserErrorRecoveryIfStatement2.js | 7 +- .../parserErrorRecoveryIfStatement3.js | 7 +- .../parserErrorRecoveryIfStatement4.js | 7 +- .../parserErrorRecoveryIfStatement6.js | 7 +- .../reference/parserErrorRecovery_Block3.js | 5 +- .../reference/parserMemberAccessor1.js | 3 +- ...erMemberFunctionDeclarationAmbiguities1.js | 9 +- .../baselines/reference/parserRealSource1.js | 39 +- .../baselines/reference/parserRealSource10.js | 39 +- .../baselines/reference/parserRealSource11.js | 398 +++-- .../baselines/reference/parserRealSource12.js | 9 +- .../baselines/reference/parserRealSource14.js | 119 +- .../baselines/reference/parserRealSource4.js | 48 +- .../baselines/reference/parserRealSource5.js | 11 +- .../baselines/reference/parserRealSource6.js | 15 +- .../baselines/reference/parserRealSource8.js | 5 +- .../baselines/reference/parserRealSource9.js | 13 +- tests/baselines/reference/parserharness.js | 192 +- tests/baselines/reference/parserindenter.js | 45 +- ...sRecoversWhenHittingUnexpectedSemicolon.js | 3 +- tests/baselines/reference/primitiveMembers.js | 6 +- .../reference/privacyAccessorDeclFile.js | 344 ++-- .../privacyCannotNameAccessorDeclFile.js | 28 +- tests/baselines/reference/privacyFunc.js | 63 +- ...FunctionCannotNameParameterTypeDeclFile.js | 20 +- ...acyFunctionCannotNameReturnTypeDeclFile.js | 28 +- .../privacyFunctionParameterDeclFile.js | 105 +- .../privacyFunctionReturnTypeDeclFile.js | 239 +-- tests/baselines/reference/privacyGetter.js | 54 +- tests/baselines/reference/privacyGloFunc.js | 150 +- tests/baselines/reference/privacyGloGetter.js | 23 +- .../privacyTypeParameterOfFunction.js | 30 +- .../privacyTypeParameterOfFunctionDeclFile.js | 90 +- ...ivateClassPropertyAccessibleWithinClass.js | 10 +- ...lassPropertyAccessibleWithinNestedClass.js | 7 +- .../reference/privateInstanceVisibility.js | 5 +- ...tedMembersAreNotAccessibleDestructuring.js | 5 +- .../baselines/reference/privateVisibility.js | 5 +- .../amd/fs.js | 7 +- .../node/fs.js | 7 +- tests/baselines/reference/properties.js | 3 +- tests/baselines/reference/properties.js.map | 2 +- .../reference/properties.sourcemap.txt | 55 +- ...tyAccessOnTypeParameterWithConstraints2.js | 5 +- ...tyAccessOnTypeParameterWithConstraints3.js | 5 +- .../propertyAndAccessorWithSameName.js | 3 +- tests/baselines/reference/propertyOrdering.js | 5 +- ...ectedClassPropertyAccessibleWithinClass.js | 10 +- ...lassPropertyAccessibleWithinNestedClass.js | 7 +- ...sPropertyAccessibleWithinNestedSubclass.js | 7 +- ...edClassPropertyAccessibleWithinSubclass.js | 7 +- .../reference/protoOverlapVariables.js | 64 + .../reference/protoOverlapVariables.symbols | 51 + .../reference/protoOverlapVariables.types | 53 + .../reference/readonlyInDeclarationFile.js | 13 +- .../readonlyInNonPropertyParameters.js | 5 +- tests/baselines/reference/readonlyMembers.js | 5 +- .../reference/recursiveClassReferenceTest.js | 19 +- .../recursiveClassReferenceTest.js.map | 2 +- .../recursiveClassReferenceTest.sourcemap.txt | 854 ++++----- ...lassDeclarationWhenInBaseTypeResolution.js | 1437 ++++++++------- .../reference/returnInConstructor1.js | 5 +- .../reference/returnTypeTypeArguments.js | 24 +- tests/baselines/reference/selfInCallback.js | 5 +- .../baselines/reference/setterBeforeGetter.js | 3 +- .../reference/sourceMapValidationClass.js | 7 +- .../reference/sourceMapValidationClass.js.map | 2 +- .../sourceMapValidationClass.sourcemap.txt | 145 +- .../sourceMapValidationDecorators.js | 7 +- .../sourceMapValidationDecorators.js.map | 2 +- ...ourceMapValidationDecorators.sourcemap.txt | 362 ++-- ...dWithTypeParameterExtendsClauseDeclFile.js | 7 +- .../reference/strictBindCallApply1.js | 7 +- ...trictModeReservedWordInClassDeclaration.js | 5 +- ...ngIndexerConstrainsPropertyDeclarations.js | 5 +- .../stringLiteralTypeIsSubtypeOfString.js | 41 +- tests/baselines/reference/stripInternal1.js | 5 +- tests/baselines/reference/super.js | 5 +- tests/baselines/reference/super2.js | 10 +- .../reference/superAccessInFatArrow1.js | 5 +- .../reference/superCallInNonStaticMethod.js | 9 +- .../reference/superCallsInConstructor.js | 5 +- .../baselines/reference/superElementAccess.js | 7 +- .../reference/superPropertyAccess.js | 7 +- .../reference/superPropertyAccess1.js | 12 +- ...essInComputedPropertiesOfNestedType_ES5.js | 5 +- .../reference/superPropertyAccessNoError.js | 12 +- .../reference/superPropertyAccess_ES5.js | 8 +- ...opertyElementNoUnusedLexicalThisCapture.js | 5 +- ...rgetEs6DecoratorMetadataImportNotElided.js | 3 +- tests/baselines/reference/thisInAccessors.js | 9 +- .../reference/thisTypeAndConstraints.js | 5 +- .../reference/thisTypeInAccessors.js | 3 +- .../baselines/reference/thisTypeInClasses.js | 5 +- .../reference/thisTypeInFunctions.js | 19 +- tests/baselines/reference/topLevel.js | 5 +- ...railingCommaInHeterogenousArrayLiteral1.js | 5 +- .../stripInternal.js | 1588 +++++++++-------- .../stripInternal.js | 1556 ++++++++-------- .../initial-Build/stripInternal.js | 1556 ++++++++-------- ...en-one-two-three-are-prepended-in-order.js | 1422 +++++++-------- .../stripInternal.js | 730 ++++---- ...en-one-two-three-are-prepended-in-order.js | 1422 +++++++-------- .../stripInternal-jsdoc-style-comment.js | 730 ++++---- ...en-one-two-three-are-prepended-in-order.js | 1548 ++++++++-------- ...-jsdoc-style-with-comments-emit-enabled.js | 793 ++++---- ...en-one-two-three-are-prepended-in-order.js | 1422 +++++++-------- ...en-one-two-three-are-prepended-in-order.js | 1548 ++++++++-------- ...tripInternal-with-comments-emit-enabled.js | 793 ++++---- .../stripInternal.js | 730 ++++---- ...en-one-two-three-are-prepended-in-order.js | 1408 +++++++-------- .../stripInternal-jsdoc-style-comment.js | 723 ++++---- ...en-one-two-three-are-prepended-in-order.js | 1408 +++++++-------- ...en-one-two-three-are-prepended-in-order.js | 1534 ++++++++-------- ...tripInternal-with-comments-emit-enabled.js | 786 ++++---- .../stripInternal.js | 723 ++++---- ...en-one-two-three-are-prepended-in-order.js | 1422 +++++++-------- .../stripInternal-jsdoc-style-comment.js | 1422 +++++++-------- ...en-one-two-three-are-prepended-in-order.js | 1548 ++++++++-------- ...-jsdoc-style-with-comments-emit-enabled.js | 1548 ++++++++-------- ...en-one-two-three-are-prepended-in-order.js | 1422 +++++++-------- ...en-one-two-three-are-prepended-in-order.js | 1548 ++++++++-------- ...tripInternal-with-comments-emit-enabled.js | 1548 ++++++++-------- .../initial-Build/stripInternal.js | 1422 +++++++-------- .../reference/tsxUnionElementType3.js | 5 +- .../reference/tsxUnionElementType4.js | 5 +- .../reference/twoAccessorsWithSameName.js | 9 +- .../reference/typeGuardFunctionErrors.js | 5 +- .../reference/typeGuardFunctionOfFormThis.js | 16 +- .../typeGuardFunctionOfFormThisErrors.js | 11 +- .../reference/typeGuardOfFormThisMember.js | 5 +- .../typeGuardOfFormThisMemberErrors.js | 5 +- .../reference/typeGuardsInClassAccessors.js | 5 +- .../reference/typeGuardsInClassMethods.js | 5 +- .../reference/typeGuardsInProperties.js | 5 +- .../reference/typeGuardsOnClassProperty.js | 5 +- .../typeInferenceReturnTypeCallback.js | 5 +- .../reference/typeOfThisInInstanceMember.js | 5 +- .../reference/typeOfThisInInstanceMember2.js | 5 +- .../typeParametersAreIdenticalToThemselves.js | 16 +- tests/baselines/reference/typeQueryOnClass.js | 7 +- .../reference/typeQueryWithReservedWords.js | 7 +- .../baselines/reference/typeRelationships.js | 9 +- .../reference/unspecializedConstraints.js | 30 +- .../reference/unusedGetterInClass.js | 3 +- .../unusedIdentifiersConsolidated1.js | 12 +- .../reference/unusedLocalsAndParameters.js | 10 +- .../unusedLocalsAndParametersDeferred.js | 10 +- .../reference/unusedParametersThis.js | 9 +- .../reference/unusedPrivateMembers.js | 15 +- .../reference/unusedPrivateMethodInClass2.js | 5 +- .../reference/unusedPrivateMethodInClass3.js | 7 +- .../reference/unusedPrivateMethodInClass4.js | 7 +- .../reference/unusedSetterInClass2.js | 5 +- tests/baselines/reference/vararg.js | 7 +- tests/baselines/reference/variance.js | 5 +- ...ndZeroOrderIndexSignatureRelationsAlign.js | 10 +- ...dZeroOrderIndexSignatureRelationsAlign2.js | 10 +- tests/baselines/reference/witness.js | 7 +- .../classes/protoOverlapVariables.ts | 27 + 391 files changed, 21828 insertions(+), 20647 deletions(-) create mode 100644 tests/baselines/reference/protoOverlapVariables.js create mode 100644 tests/baselines/reference/protoOverlapVariables.symbols create mode 100644 tests/baselines/reference/protoOverlapVariables.types create mode 100644 tests/cases/conformance/classes/protoOverlapVariables.ts diff --git a/src/compiler/core.ts b/src/compiler/core.ts index 12fbd6fb4ffa6..3c7d4b726a2e1 100644 --- a/src/compiler/core.ts +++ b/src/compiler/core.ts @@ -1240,6 +1240,25 @@ namespace ts { return array[array.length - 1]; } + /** + * Returns whether an array has exactly one member that matches a filter. + */ + export function containsExactlyOne(array: ReadonlyArray, filter: (item: T) => boolean) { + let found = false; + + for (const item of array) { + if (filter(item)) { + if (found) { + return false; + } + + found = true; + } + } + + return found; + } + /** * Returns the only element of an array if it contains only one element, `undefined` otherwise. */ diff --git a/src/compiler/transformers/es2015.ts b/src/compiler/transformers/es2015.ts index b86db73787901..5a9b0532f67eb 100644 --- a/src/compiler/transformers/es2015.ts +++ b/src/compiler/transformers/es2015.ts @@ -1543,6 +1543,13 @@ namespace ts { * @param node The ClassExpression or ClassDeclaration node. */ function addClassMembers(statements: Statement[], node: ClassExpression | ClassDeclaration): void { + if (!node.members.length) { + return; + } + + const prototypeStoragePlacement = statements.length; + let prototypeStorageName: Identifier | PropertyAccessExpression; + for (const member of node.members) { switch (member.kind) { case SyntaxKind.SemicolonClassElement: @@ -1550,14 +1557,14 @@ namespace ts { break; case SyntaxKind.MethodDeclaration: - statements.push(transformClassMethodDeclarationToStatement(getClassMemberPrefix(node, member), member, node)); + statements.push(transformClassMethodDeclarationToStatement(getClassMemberPrefix(node, member, getPrototypeStorageName), member, node)); break; case SyntaxKind.GetAccessor: case SyntaxKind.SetAccessor: const accessors = getAllAccessorDeclarations(node.members, member); if (member === accessors.firstAccessor) { - statements.push(transformAccessorsToStatement(getClassMemberPrefix(node, member), accessors, node)); + statements.push(transformAccessorsToStatement(getClassMemberPrefix(node, member, getPrototypeStorageName), accessors, node)); } break; @@ -1571,6 +1578,51 @@ namespace ts { break; } } + + /** + * Lazily creates the way class members will access the class prototype. + */ + function getPrototypeStorageName() { + if (prototypeStorageName) { + return prototypeStorageName; + } + + const originalPrototypeAccess = createPropertyAccess(getInternalName(node), "prototype"); + + // If the class has exactly one non-static member, it'll access prototype members on itself: + // ClassName.prototype.member = ... + if (containsExactlyOne(node.members, classMemberAssignsToPrototype)) { + prototypeStorageName = originalPrototypeAccess; + return prototypeStorageName; + } + + // Since it has multiple non-static members, it'll store that prototype as a variable that can be minified: + // var proto = ClassName.prototype; + // proto.memberOne = ... + // proto.memberTwo = ... + prototypeStorageName = createUniqueName("proto"); + + statements.splice( + prototypeStoragePlacement, + 0, + createVariableStatement( + /*modifiers*/ undefined, + createVariableDeclarationList([ + createVariableDeclaration( + prototypeStorageName, + /*type*/ undefined, + originalPrototypeAccess, + ) + ]) + ) + ); + + return prototypeStorageName; + } + } + + function classMemberAssignsToPrototype(node: ClassElement) { + return !hasModifier(node, ModifierFlags.Static) && !isConstructorDeclaration(node); } /** @@ -4299,10 +4351,10 @@ namespace ts { return node; } - function getClassMemberPrefix(node: ClassExpression | ClassDeclaration, member: ClassElement) { - return hasModifier(member, ModifierFlags.Static) + function getClassMemberPrefix(node: ClassExpression | ClassDeclaration, member: ClassElement, getPrototypeStorageName: () => LeftHandSideExpression) { + return member && hasModifier(member, ModifierFlags.Static) ? getInternalName(node) - : createPropertyAccess(getInternalName(node), "prototype"); + : getPrototypeStorageName(); } function hasSynthesizedDefaultSuperCall(constructor: ConstructorDeclaration | undefined, hasExtendsClause: boolean) { diff --git a/tests/baselines/reference/ES5For-ofTypeCheck10.js b/tests/baselines/reference/ES5For-ofTypeCheck10.js index 85d44ca255005..e85392ee7b220 100644 --- a/tests/baselines/reference/ES5For-ofTypeCheck10.js +++ b/tests/baselines/reference/ES5For-ofTypeCheck10.js @@ -19,13 +19,14 @@ for (var v of new StringIterator) { } var StringIterator = /** @class */ (function () { function StringIterator() { } - StringIterator.prototype.next = function () { + var proto_1 = StringIterator.prototype; + proto_1.next = function () { return { done: true, value: "" }; }; - StringIterator.prototype[Symbol.iterator] = function () { + proto_1[Symbol.iterator] = function () { return this; }; return StringIterator; diff --git a/tests/baselines/reference/abstractProperty.js b/tests/baselines/reference/abstractProperty.js index a7d63d5545233..6b115332c2c9a 100644 --- a/tests/baselines/reference/abstractProperty.js +++ b/tests/baselines/reference/abstractProperty.js @@ -48,12 +48,13 @@ var C = /** @class */ (function (_super) { _this.ro = "readonly please"; return _this; } - Object.defineProperty(C.prototype, "prop", { + var proto_1 = C.prototype; + Object.defineProperty(proto_1, "prop", { get: function () { return "foo"; }, set: function (v) { }, enumerable: true, configurable: true }); - C.prototype.m = function () { }; + proto_1.m = function () { }; return C; }(B)); diff --git a/tests/baselines/reference/abstractPropertyNegative.js b/tests/baselines/reference/abstractPropertyNegative.js index df07c9f7a3e47..acb663f406264 100644 --- a/tests/baselines/reference/abstractPropertyNegative.js +++ b/tests/baselines/reference/abstractPropertyNegative.js @@ -121,13 +121,14 @@ var WrongTypeAccessorImpl2 = /** @class */ (function (_super) { var AbstractAccessorMismatch = /** @class */ (function () { function AbstractAccessorMismatch() { } - Object.defineProperty(AbstractAccessorMismatch.prototype, "p1", { + var proto_1 = AbstractAccessorMismatch.prototype; + Object.defineProperty(proto_1, "p1", { set: function (val) { }, enumerable: true, configurable: true }); ; - Object.defineProperty(AbstractAccessorMismatch.prototype, "p2", { + Object.defineProperty(proto_1, "p2", { get: function () { return "should work"; }, enumerable: true, configurable: true diff --git a/tests/baselines/reference/accessibilityModifiers.js b/tests/baselines/reference/accessibilityModifiers.js index c7d1efc2b4da6..dbd19a2729752 100644 --- a/tests/baselines/reference/accessibilityModifiers.js +++ b/tests/baselines/reference/accessibilityModifiers.js @@ -127,13 +127,14 @@ var D = /** @class */ (function () { var E = /** @class */ (function () { function E() { } - E.prototype.method = function () { }; - Object.defineProperty(E.prototype, "getter", { + var proto_1 = E.prototype; + proto_1.method = function () { }; + Object.defineProperty(proto_1, "getter", { get: function () { return 0; }, enumerable: true, configurable: true }); - Object.defineProperty(E.prototype, "setter", { + Object.defineProperty(proto_1, "setter", { set: function (a) { }, enumerable: true, configurable: true diff --git a/tests/baselines/reference/accessorWithLineTerminator.js b/tests/baselines/reference/accessorWithLineTerminator.js index 51310c101a8a3..4c7446813220f 100644 --- a/tests/baselines/reference/accessorWithLineTerminator.js +++ b/tests/baselines/reference/accessorWithLineTerminator.js @@ -11,7 +11,8 @@ class C { var C = /** @class */ (function () { function C() { } - Object.defineProperty(C.prototype, "x", { + var proto_1 = C.prototype; + Object.defineProperty(proto_1, "x", { get: function () { return 1; }, set: function (v) { }, enumerable: true, diff --git a/tests/baselines/reference/accessorWithMismatchedAccessibilityModifiers.js b/tests/baselines/reference/accessorWithMismatchedAccessibilityModifiers.js index fa68ac3e0056f..ed5fcf4fb86cf 100644 --- a/tests/baselines/reference/accessorWithMismatchedAccessibilityModifiers.js +++ b/tests/baselines/reference/accessorWithMismatchedAccessibilityModifiers.js @@ -35,7 +35,8 @@ class F { var C = /** @class */ (function () { function C() { } - Object.defineProperty(C.prototype, "x", { + var proto_1 = C.prototype; + Object.defineProperty(proto_1, "x", { get: function () { return 1; }, @@ -49,7 +50,8 @@ var C = /** @class */ (function () { var D = /** @class */ (function () { function D() { } - Object.defineProperty(D.prototype, "x", { + var proto_2 = D.prototype; + Object.defineProperty(proto_2, "x", { get: function () { return 1; }, @@ -63,7 +65,8 @@ var D = /** @class */ (function () { var E = /** @class */ (function () { function E() { } - Object.defineProperty(E.prototype, "x", { + var proto_3 = E.prototype; + Object.defineProperty(proto_3, "x", { get: function () { return 1; }, diff --git a/tests/baselines/reference/accessorsAreNotContextuallyTyped.js b/tests/baselines/reference/accessorsAreNotContextuallyTyped.js index 7ec27cbb9267a..53d13babd07cc 100644 --- a/tests/baselines/reference/accessorsAreNotContextuallyTyped.js +++ b/tests/baselines/reference/accessorsAreNotContextuallyTyped.js @@ -18,7 +18,8 @@ var r = c.x(''); // string var C = /** @class */ (function () { function C() { } - Object.defineProperty(C.prototype, "x", { + var proto_1 = C.prototype; + Object.defineProperty(proto_1, "x", { get: function () { return function (x) { return ""; }; }, diff --git a/tests/baselines/reference/accessors_spec_section-4.5_error-cases.js b/tests/baselines/reference/accessors_spec_section-4.5_error-cases.js index 11d45b206432b..7f0664f3564c5 100644 --- a/tests/baselines/reference/accessors_spec_section-4.5_error-cases.js +++ b/tests/baselines/reference/accessors_spec_section-4.5_error-cases.js @@ -17,25 +17,26 @@ class LanguageSpec_section_4_5_error_cases { var LanguageSpec_section_4_5_error_cases = /** @class */ (function () { function LanguageSpec_section_4_5_error_cases() { } - Object.defineProperty(LanguageSpec_section_4_5_error_cases.prototype, "AnnotatedSetter_SetterFirst", { + var proto_1 = LanguageSpec_section_4_5_error_cases.prototype; + Object.defineProperty(proto_1, "AnnotatedSetter_SetterFirst", { get: function () { return ""; }, set: function (a) { }, enumerable: true, configurable: true }); - Object.defineProperty(LanguageSpec_section_4_5_error_cases.prototype, "AnnotatedSetter_SetterLast", { + Object.defineProperty(proto_1, "AnnotatedSetter_SetterLast", { get: function () { return ""; }, set: function (a) { }, enumerable: true, configurable: true }); - Object.defineProperty(LanguageSpec_section_4_5_error_cases.prototype, "AnnotatedGetter_GetterFirst", { + Object.defineProperty(proto_1, "AnnotatedGetter_GetterFirst", { get: function () { return ""; }, set: function (aStr) { aStr = 0; }, enumerable: true, configurable: true }); - Object.defineProperty(LanguageSpec_section_4_5_error_cases.prototype, "AnnotatedGetter_GetterLast", { + Object.defineProperty(proto_1, "AnnotatedGetter_GetterLast", { get: function () { return ""; }, set: function (aStr) { aStr = 0; }, enumerable: true, diff --git a/tests/baselines/reference/accessors_spec_section-4.5_inference.js b/tests/baselines/reference/accessors_spec_section-4.5_inference.js index 9be63d5e41a15..d12bcc04253f7 100644 --- a/tests/baselines/reference/accessors_spec_section-4.5_inference.js +++ b/tests/baselines/reference/accessors_spec_section-4.5_inference.js @@ -53,37 +53,38 @@ var B = /** @class */ (function (_super) { var LanguageSpec_section_4_5_inference = /** @class */ (function () { function LanguageSpec_section_4_5_inference() { } - Object.defineProperty(LanguageSpec_section_4_5_inference.prototype, "InferredGetterFromSetterAnnotation", { + var proto_1 = LanguageSpec_section_4_5_inference.prototype; + Object.defineProperty(proto_1, "InferredGetterFromSetterAnnotation", { get: function () { return new B(); }, set: function (a) { }, enumerable: true, configurable: true }); - Object.defineProperty(LanguageSpec_section_4_5_inference.prototype, "InferredGetterFromSetterAnnotation_GetterFirst", { + Object.defineProperty(proto_1, "InferredGetterFromSetterAnnotation_GetterFirst", { get: function () { return new B(); }, set: function (a) { }, enumerable: true, configurable: true }); - Object.defineProperty(LanguageSpec_section_4_5_inference.prototype, "InferredFromGetter", { + Object.defineProperty(proto_1, "InferredFromGetter", { get: function () { return new B(); }, set: function (a) { }, enumerable: true, configurable: true }); - Object.defineProperty(LanguageSpec_section_4_5_inference.prototype, "InferredFromGetter_SetterFirst", { + Object.defineProperty(proto_1, "InferredFromGetter_SetterFirst", { get: function () { return new B(); }, set: function (a) { }, enumerable: true, configurable: true }); - Object.defineProperty(LanguageSpec_section_4_5_inference.prototype, "InferredSetterFromGetterAnnotation", { + Object.defineProperty(proto_1, "InferredSetterFromGetterAnnotation", { get: function () { return new B(); }, set: function (a) { }, enumerable: true, configurable: true }); - Object.defineProperty(LanguageSpec_section_4_5_inference.prototype, "InferredSetterFromGetterAnnotation_GetterFirst", { + Object.defineProperty(proto_1, "InferredSetterFromGetterAnnotation_GetterFirst", { get: function () { return new B(); }, set: function (a) { }, enumerable: true, diff --git a/tests/baselines/reference/aliasUsageInAccessorsOfClass.js b/tests/baselines/reference/aliasUsageInAccessorsOfClass.js index 107466601d327..32e939f807566 100644 --- a/tests/baselines/reference/aliasUsageInAccessorsOfClass.js +++ b/tests/baselines/reference/aliasUsageInAccessorsOfClass.js @@ -68,7 +68,8 @@ var moduleA = require("./aliasUsage1_moduleA"); var C2 = /** @class */ (function () { function C2() { } - Object.defineProperty(C2.prototype, "A", { + var proto_1 = C2.prototype; + Object.defineProperty(proto_1, "A", { get: function () { return this.x; }, diff --git a/tests/baselines/reference/ambiguousCallsWhereReturnTypesAgree.js b/tests/baselines/reference/ambiguousCallsWhereReturnTypesAgree.js index 6937384136dda..2f6f444ddb2c5 100644 --- a/tests/baselines/reference/ambiguousCallsWhereReturnTypesAgree.js +++ b/tests/baselines/reference/ambiguousCallsWhereReturnTypesAgree.js @@ -32,9 +32,10 @@ class TestClass2 { var TestClass = /** @class */ (function () { function TestClass() { } - TestClass.prototype.bar = function (x) { + var proto_1 = TestClass.prototype; + proto_1.bar = function (x) { }; - TestClass.prototype.foo = function (x) { + proto_1.foo = function (x) { this.bar(x); // should not error }; return TestClass; @@ -42,10 +43,11 @@ var TestClass = /** @class */ (function () { var TestClass2 = /** @class */ (function () { function TestClass2() { } - TestClass2.prototype.bar = function (x) { + var proto_2 = TestClass2.prototype; + proto_2.bar = function (x) { return 0; }; - TestClass2.prototype.foo = function (x) { + proto_2.foo = function (x) { return this.bar(x); // should not error }; return TestClass2; diff --git a/tests/baselines/reference/anyIdenticalToItself.js b/tests/baselines/reference/anyIdenticalToItself.js index d88abadeed1be..c5292a63a8125 100644 --- a/tests/baselines/reference/anyIdenticalToItself.js +++ b/tests/baselines/reference/anyIdenticalToItself.js @@ -17,7 +17,8 @@ function foo(x, y) { } var C = /** @class */ (function () { function C() { } - Object.defineProperty(C.prototype, "X", { + var proto_1 = C.prototype; + Object.defineProperty(proto_1, "X", { get: function () { var y; return y; diff --git a/tests/baselines/reference/arrayAssignmentTest1.js b/tests/baselines/reference/arrayAssignmentTest1.js index baf1e8bfa3a40..72e0337e1fc8f 100644 --- a/tests/baselines/reference/arrayAssignmentTest1.js +++ b/tests/baselines/reference/arrayAssignmentTest1.js @@ -102,8 +102,9 @@ var __extends = (this && this.__extends) || (function () { var C1 = /** @class */ (function () { function C1() { } - C1.prototype.IM1 = function () { return null; }; - C1.prototype.C1M1 = function () { return null; }; + var proto_1 = C1.prototype; + proto_1.IM1 = function () { return null; }; + proto_1.C1M1 = function () { return null; }; return C1; }()); var C2 = /** @class */ (function (_super) { diff --git a/tests/baselines/reference/arrayAssignmentTest2.js b/tests/baselines/reference/arrayAssignmentTest2.js index 5b1a655d781f2..7f539ba369e88 100644 --- a/tests/baselines/reference/arrayAssignmentTest2.js +++ b/tests/baselines/reference/arrayAssignmentTest2.js @@ -76,8 +76,9 @@ var __extends = (this && this.__extends) || (function () { var C1 = /** @class */ (function () { function C1() { } - C1.prototype.IM1 = function () { return null; }; - C1.prototype.C1M1 = function () { return null; }; + var proto_1 = C1.prototype; + proto_1.IM1 = function () { return null; }; + proto_1.C1M1 = function () { return null; }; return C1; }()); var C2 = /** @class */ (function (_super) { diff --git a/tests/baselines/reference/arrayAssignmentTest5.js b/tests/baselines/reference/arrayAssignmentTest5.js index 71c84f374ee6c..ed3abfc7a7330 100644 --- a/tests/baselines/reference/arrayAssignmentTest5.js +++ b/tests/baselines/reference/arrayAssignmentTest5.js @@ -39,14 +39,15 @@ var Test; var Bug = /** @class */ (function () { function Bug() { } - Bug.prototype.onEnter = function (line, state, offset) { + var proto_1 = Bug.prototype; + proto_1.onEnter = function (line, state, offset) { var lineTokens = this.tokenize(line, state, true); var tokens = lineTokens.tokens; if (tokens.length === 0) { return this.onEnter(line, tokens, offset); // <== this should produce an error since onEnter can not be called with (string, IStateToken[], offset) } }; - Bug.prototype.tokenize = function (line, state, includeStates) { + proto_1.tokenize = function (line, state, includeStates) { return null; }; return Bug; diff --git a/tests/baselines/reference/arrayBestCommonTypes.js b/tests/baselines/reference/arrayBestCommonTypes.js index 7b8da4f797073..2d04e8367db7c 100644 --- a/tests/baselines/reference/arrayBestCommonTypes.js +++ b/tests/baselines/reference/arrayBestCommonTypes.js @@ -143,11 +143,12 @@ var EmptyTypes; var f = /** @class */ (function () { function f() { } - f.prototype.voidIfAny = function (x, y) { + var proto_1 = f.prototype; + proto_1.voidIfAny = function (x, y) { if (y === void 0) { y = false; } return null; }; - f.prototype.x = function () { + proto_1.x = function () { (this.voidIfAny([4, 2][0])); (this.voidIfAny([4, 2, undefined][0])); (this.voidIfAny([undefined, 2, 4][0])); @@ -202,11 +203,12 @@ var NonEmptyTypes; var f = /** @class */ (function () { function f() { } - f.prototype.voidIfAny = function (x, y) { + var proto_2 = f.prototype; + proto_2.voidIfAny = function (x, y) { if (y === void 0) { y = false; } return null; }; - f.prototype.x = function () { + proto_2.x = function () { (this.voidIfAny([4, 2][0])); (this.voidIfAny([4, 2, undefined][0])); (this.voidIfAny([undefined, 2, 4][0])); diff --git a/tests/baselines/reference/asyncAwaitIsolatedModules_es5.js b/tests/baselines/reference/asyncAwaitIsolatedModules_es5.js index ec3837911ded0..c4682fd20601d 100644 --- a/tests/baselines/reference/asyncAwaitIsolatedModules_es5.js +++ b/tests/baselines/reference/asyncAwaitIsolatedModules_es5.js @@ -150,17 +150,18 @@ var o = { var C = /** @class */ (function () { function C() { } - C.prototype.m1 = function () { + var proto_1 = C.prototype; + proto_1.m1 = function () { return __awaiter(this, void 0, void 0, function () { return __generator(this, function (_a) { return [2 /*return*/]; }); }); }; - C.prototype.m2 = function () { + proto_1.m2 = function () { return __awaiter(this, void 0, void 0, function () { return __generator(this, function (_a) { return [2 /*return*/]; }); }); }; - C.prototype.m3 = function () { + proto_1.m3 = function () { return __awaiter(this, void 0, missing_1.MyPromise, function () { return __generator(this, function (_a) { return [2 /*return*/]; }); }); diff --git a/tests/baselines/reference/asyncAwait_es5.js b/tests/baselines/reference/asyncAwait_es5.js index 6a6433e85c6fe..fdb457a8554db 100644 --- a/tests/baselines/reference/asyncAwait_es5.js +++ b/tests/baselines/reference/asyncAwait_es5.js @@ -155,17 +155,18 @@ var o = { var C = /** @class */ (function () { function C() { } - C.prototype.m1 = function () { + var proto_1 = C.prototype; + proto_1.m1 = function () { return __awaiter(this, void 0, void 0, function () { return __generator(this, function (_a) { return [2 /*return*/]; }); }); }; - C.prototype.m2 = function () { + proto_1.m2 = function () { return __awaiter(this, void 0, void 0, function () { return __generator(this, function (_a) { return [2 /*return*/]; }); }); }; - C.prototype.m3 = function () { + proto_1.m3 = function () { return __awaiter(this, void 0, MyPromise, function () { return __generator(this, function (_a) { return [2 /*return*/]; }); }); diff --git a/tests/baselines/reference/asyncMethodWithSuper_es5.js b/tests/baselines/reference/asyncMethodWithSuper_es5.js index 441ad8875c412..489ba4ea03991 100644 --- a/tests/baselines/reference/asyncMethodWithSuper_es5.js +++ b/tests/baselines/reference/asyncMethodWithSuper_es5.js @@ -59,9 +59,10 @@ class B extends A { var A = /** @class */ (function () { function A() { } - A.prototype.x = function () { + var proto_1 = A.prototype; + proto_1.x = function () { }; - A.prototype.y = function () { + proto_1.y = function () { }; return A; }()); @@ -70,8 +71,9 @@ var B = /** @class */ (function (_super) { function B() { return _super !== null && _super.apply(this, arguments) || this; } + var proto_2 = B.prototype; // async method with only call/get on 'super' does not require a binding - B.prototype.simple = function () { + proto_2.simple = function () { return __awaiter(this, void 0, void 0, function () { var a, b; return __generator(this, function (_a) { @@ -88,7 +90,7 @@ var B = /** @class */ (function (_super) { }); }; // async method with assignment/destructuring on 'super' requires a binding - B.prototype.advanced = function () { + proto_2.advanced = function () { return __awaiter(this, void 0, void 0, function () { var f, a, b; return __generator(this, function (_a) { diff --git a/tests/baselines/reference/baseTypeWrappingInstantiationChain.js b/tests/baselines/reference/baseTypeWrappingInstantiationChain.js index de50a58205dbf..bb39f78ff67ad 100644 --- a/tests/baselines/reference/baseTypeWrappingInstantiationChain.js +++ b/tests/baselines/reference/baseTypeWrappingInstantiationChain.js @@ -69,12 +69,13 @@ var C = /** @class */ (function (_super) { function C() { return _super !== null && _super.apply(this, arguments) || this; } - C.prototype.works = function () { + var proto_1 = C.prototype; + proto_1.works = function () { new CBaseBase(this); }; - C.prototype.alsoWorks = function () { + proto_1.alsoWorks = function () { new CBase(this); // Should not error, parameter is of type Parameter> }; - C.prototype.method = function (t) { }; + proto_1.method = function (t) { }; return C; }(CBase)); diff --git a/tests/baselines/reference/binopAssignmentShouldHaveType.js b/tests/baselines/reference/binopAssignmentShouldHaveType.js index c5a0357c7eed1..02f89a02041d0 100644 --- a/tests/baselines/reference/binopAssignmentShouldHaveType.js +++ b/tests/baselines/reference/binopAssignmentShouldHaveType.js @@ -26,10 +26,11 @@ var Test; var Bug = /** @class */ (function () { function Bug() { } - Bug.prototype.getName = function () { + var proto_1 = Bug.prototype; + proto_1.getName = function () { return "name"; }; - Bug.prototype.bug = function () { + proto_1.bug = function () { var name = null; if ((name = this.getName()).length > 0) { console.log(name); diff --git a/tests/baselines/reference/callSignaturesWithAccessibilityModifiersOnParameters.js b/tests/baselines/reference/callSignaturesWithAccessibilityModifiersOnParameters.js index e2a3599f0daa7..ebeaebd10408f 100644 --- a/tests/baselines/reference/callSignaturesWithAccessibilityModifiersOnParameters.js +++ b/tests/baselines/reference/callSignaturesWithAccessibilityModifiersOnParameters.js @@ -53,9 +53,10 @@ var f8 = function (x, y) { }; var C = /** @class */ (function () { function C() { } - C.prototype.foo = function (x, y) { }; - C.prototype.foo2 = function (x, y) { }; - C.prototype.foo3 = function (x, y) { }; + var proto_1 = C.prototype; + proto_1.foo = function (x, y) { }; + proto_1.foo2 = function (x, y) { }; + proto_1.foo3 = function (x, y) { }; return C; }()); var a; diff --git a/tests/baselines/reference/callSignaturesWithDuplicateParameters.js b/tests/baselines/reference/callSignaturesWithDuplicateParameters.js index ed9d2cb3e3573..2ccccd3ddecad 100644 --- a/tests/baselines/reference/callSignaturesWithDuplicateParameters.js +++ b/tests/baselines/reference/callSignaturesWithDuplicateParameters.js @@ -53,9 +53,10 @@ var f8 = function (x, y) { }; var C = /** @class */ (function () { function C() { } - C.prototype.foo = function (x, x) { }; - C.prototype.foo2 = function (x, x) { }; - C.prototype.foo3 = function (x, x) { }; + var proto_1 = C.prototype; + proto_1.foo = function (x, x) { }; + proto_1.foo2 = function (x, x) { }; + proto_1.foo3 = function (x, x) { }; return C; }()); var a; diff --git a/tests/baselines/reference/callSignaturesWithOptionalParameters2.js b/tests/baselines/reference/callSignaturesWithOptionalParameters2.js index dbd8ad1f424e1..0b4d8046bf69c 100644 --- a/tests/baselines/reference/callSignaturesWithOptionalParameters2.js +++ b/tests/baselines/reference/callSignaturesWithOptionalParameters2.js @@ -70,8 +70,9 @@ foo2(1, 2); var C = /** @class */ (function () { function C() { } - C.prototype.foo = function (x) { }; - C.prototype.foo2 = function (x, y) { }; + var proto_1 = C.prototype; + proto_1.foo = function (x) { }; + proto_1.foo2 = function (x, y) { }; return C; }()); var c; diff --git a/tests/baselines/reference/capturedLetConstInLoop10.js b/tests/baselines/reference/capturedLetConstInLoop10.js index 304486e172475..a52f613ab473c 100644 --- a/tests/baselines/reference/capturedLetConstInLoop10.js +++ b/tests/baselines/reference/capturedLetConstInLoop10.js @@ -49,7 +49,8 @@ class B { var A = /** @class */ (function () { function A() { } - A.prototype.foo = function () { + var proto_1 = A.prototype; + proto_1.foo = function () { var _loop_1 = function (x) { var f = function () { return x; }; this_1.bar(f()); @@ -60,9 +61,9 @@ var A = /** @class */ (function () { _loop_1(x); } }; - A.prototype.bar = function (a) { + proto_1.bar = function (a) { }; - A.prototype.baz = function () { + proto_1.baz = function () { var _loop_2 = function (x) { var a = function () { return x; }; var _loop_3 = function (y) { @@ -81,7 +82,7 @@ var A = /** @class */ (function () { _loop_2(x); } }; - A.prototype.baz2 = function () { + proto_1.baz2 = function () { var _loop_4 = function (x) { var a = function () { return x; }; this_3.bar(a()); @@ -105,7 +106,8 @@ var A = /** @class */ (function () { var B = /** @class */ (function () { function B() { } - B.prototype.foo = function () { + var proto_2 = B.prototype; + proto_2.foo = function () { var _this = this; var a = function () { var _loop_6 = function (x) { @@ -118,7 +120,7 @@ var B = /** @class */ (function () { } }; }; - B.prototype.bar = function (a) { + proto_2.bar = function (a) { }; return B; }()); diff --git a/tests/baselines/reference/capturedLetConstInLoop13.js b/tests/baselines/reference/capturedLetConstInLoop13.js index 628faa1048587..03e3893f1c884 100644 --- a/tests/baselines/reference/capturedLetConstInLoop13.js +++ b/tests/baselines/reference/capturedLetConstInLoop13.js @@ -27,7 +27,8 @@ var Main = /** @class */ (function () { function Main() { this.register("a", "b", "c"); } - Main.prototype.register = function () { + var proto_1 = Main.prototype; + proto_1.register = function () { var _this = this; var names = []; for (var _i = 0; _i < arguments.length; _i++) { @@ -45,8 +46,8 @@ var Main = /** @class */ (function () { _loop_1(name_1); } }; - Main.prototype.bar = function (a) { }; - Main.prototype.foo = function (name) { }; + proto_1.bar = function (a) { }; + proto_1.foo = function (name) { }; return Main; }()); new Main(); diff --git a/tests/baselines/reference/capturedParametersInInitializers2.js b/tests/baselines/reference/capturedParametersInInitializers2.js index 26b01dbab9a5e..3ed28dcd2f467 100644 --- a/tests/baselines/reference/capturedParametersInInitializers2.js +++ b/tests/baselines/reference/capturedParametersInInitializers2.js @@ -20,12 +20,13 @@ function foo(y, x, z) { function class_1() { x; } - Object.defineProperty(class_1.prototype, x, { + var proto_1 = class_1.prototype; + Object.defineProperty(proto_1, x, { get: function () { return x; }, enumerable: true, configurable: true }); - class_1.prototype[z] = function () { return z; }; + proto_1[z] = function () { return z; }; return class_1; }()), _a.c = x, diff --git a/tests/baselines/reference/classAbstractAccessor.js b/tests/baselines/reference/classAbstractAccessor.js index de6c15aa9df7b..e96b271019a14 100644 --- a/tests/baselines/reference/classAbstractAccessor.js +++ b/tests/baselines/reference/classAbstractAccessor.js @@ -11,13 +11,14 @@ abstract class A { var A = /** @class */ (function () { function A() { } - Object.defineProperty(A.prototype, "aa", { + var proto_1 = A.prototype; + Object.defineProperty(proto_1, "aa", { get: function () { return 1; } // error , enumerable: true, configurable: true }); - Object.defineProperty(A.prototype, "bb", { + Object.defineProperty(proto_1, "bb", { set: function (x) { } // error , enumerable: true, diff --git a/tests/baselines/reference/classAbstractGeneric.js b/tests/baselines/reference/classAbstractGeneric.js index e7e77bd47df24..99c02b308f8b4 100644 --- a/tests/baselines/reference/classAbstractGeneric.js +++ b/tests/baselines/reference/classAbstractGeneric.js @@ -86,7 +86,8 @@ var G = /** @class */ (function (_super) { function G() { return _super !== null && _super.apply(this, arguments) || this; } - G.prototype.foo = function () { return this.t; }; - G.prototype.bar = function (t) { }; + var proto_1 = G.prototype; + proto_1.foo = function () { return this.t; }; + proto_1.bar = function (t) { }; return G; }(A)); diff --git a/tests/baselines/reference/classAbstractSuperCalls.js b/tests/baselines/reference/classAbstractSuperCalls.js index f812c4425a839..16bc02fa86077 100644 --- a/tests/baselines/reference/classAbstractSuperCalls.js +++ b/tests/baselines/reference/classAbstractSuperCalls.js @@ -51,8 +51,9 @@ var B = /** @class */ (function (_super) { function B() { return _super !== null && _super.apply(this, arguments) || this; } - B.prototype.bar = function () { _super.prototype.foo.call(this); }; - B.prototype.baz = function () { return this.foo; }; + var proto_1 = B.prototype; + proto_1.bar = function () { _super.prototype.foo.call(this); }; + proto_1.baz = function () { return this.foo; }; return B; }(A)); var C = /** @class */ (function (_super) { @@ -60,16 +61,18 @@ var C = /** @class */ (function (_super) { function C() { return _super !== null && _super.apply(this, arguments) || this; } - C.prototype.foo = function () { return 2; }; - C.prototype.qux = function () { return _super.prototype.foo.call(this) || _super.prototype.foo; }; // 2 errors, foo is abstract - C.prototype.norf = function () { return _super.prototype.bar.call(this); }; + var proto_2 = C.prototype; + proto_2.foo = function () { return 2; }; + proto_2.qux = function () { return _super.prototype.foo.call(this) || _super.prototype.foo; }; // 2 errors, foo is abstract + proto_2.norf = function () { return _super.prototype.bar.call(this); }; return C; }(B)); var AA = /** @class */ (function () { function AA() { } - AA.prototype.foo = function () { return 1; }; - AA.prototype.bar = function () { return this.foo(); }; + var proto_3 = AA.prototype; + proto_3.foo = function () { return 1; }; + proto_3.bar = function () { return this.foo(); }; return AA; }()); var BB = /** @class */ (function (_super) { diff --git a/tests/baselines/reference/classConstructorAccessibility2.js b/tests/baselines/reference/classConstructorAccessibility2.js index 1868df64fd8c0..2e3c1f29508c4 100644 --- a/tests/baselines/reference/classConstructorAccessibility2.js +++ b/tests/baselines/reference/classConstructorAccessibility2.js @@ -88,8 +88,9 @@ var DerivedA = /** @class */ (function (_super) { _this.x = x; return _this; } - DerivedA.prototype.createInstance = function () { new DerivedA(5); }; - DerivedA.prototype.createBaseInstance = function () { new BaseA(6); }; + var proto_1 = DerivedA.prototype; + proto_1.createInstance = function () { new DerivedA(5); }; + proto_1.createBaseInstance = function () { new BaseA(6); }; DerivedA.staticBaseInstance = function () { new BaseA(7); }; return DerivedA; }(BaseA)); @@ -100,8 +101,9 @@ var DerivedB = /** @class */ (function (_super) { _this.x = x; return _this; } - DerivedB.prototype.createInstance = function () { new DerivedB(7); }; - DerivedB.prototype.createBaseInstance = function () { new BaseB(8); }; // ok + var proto_2 = DerivedB.prototype; + proto_2.createInstance = function () { new DerivedB(7); }; + proto_2.createBaseInstance = function () { new BaseB(8); }; // ok DerivedB.staticBaseInstance = function () { new BaseB(9); }; // ok return DerivedB; }(BaseB)); @@ -112,8 +114,9 @@ var DerivedC = /** @class */ (function (_super) { _this.x = x; return _this; } - DerivedC.prototype.createInstance = function () { new DerivedC(9); }; - DerivedC.prototype.createBaseInstance = function () { new BaseC(10); }; // error + var proto_3 = DerivedC.prototype; + proto_3.createInstance = function () { new DerivedC(9); }; + proto_3.createBaseInstance = function () { new BaseC(10); }; // error DerivedC.staticBaseInstance = function () { new BaseC(11); }; // error return DerivedC; }(BaseC)); diff --git a/tests/baselines/reference/classDeclarationShouldBeOutOfScopeInComputedNames.js b/tests/baselines/reference/classDeclarationShouldBeOutOfScopeInComputedNames.js index 5367ef781a5cd..c3ce0d0f83b29 100644 --- a/tests/baselines/reference/classDeclarationShouldBeOutOfScopeInComputedNames.js +++ b/tests/baselines/reference/classDeclarationShouldBeOutOfScopeInComputedNames.js @@ -15,9 +15,10 @@ var A = /** @class */ (function () { function A() { this[_b] = 0; } + var proto_1 = A.prototype; A[(_a = A.p1, A.p2)] = function () { return 0; }; ; - A.prototype[A.p1] = function () { }; + proto_1[A.p1] = function () { }; var _a, _b; _b = A.p2; A.p1 = Symbol(); diff --git a/tests/baselines/reference/classExtendsInterfaceThatExtendsClassWithPrivates1.js b/tests/baselines/reference/classExtendsInterfaceThatExtendsClassWithPrivates1.js index 1b72cba2b634c..147db5f3aade2 100644 --- a/tests/baselines/reference/classExtendsInterfaceThatExtendsClassWithPrivates1.js +++ b/tests/baselines/reference/classExtendsInterfaceThatExtendsClassWithPrivates1.js @@ -26,7 +26,8 @@ var D2 = /** @class */ (function () { function D2() { this.x = 3; } - D2.prototype.foo = function (x) { return x; }; - D2.prototype.other = function (x) { return x; }; + var proto_1 = D2.prototype; + proto_1.foo = function (x) { return x; }; + proto_1.other = function (x) { return x; }; return D2; }()); diff --git a/tests/baselines/reference/classPropertyAsPrivate.js b/tests/baselines/reference/classPropertyAsPrivate.js index cdcea7e56afbb..dcecd6b264e6b 100644 --- a/tests/baselines/reference/classPropertyAsPrivate.js +++ b/tests/baselines/reference/classPropertyAsPrivate.js @@ -27,13 +27,14 @@ C.foo(); var C = /** @class */ (function () { function C() { } - Object.defineProperty(C.prototype, "y", { + var proto_1 = C.prototype; + Object.defineProperty(proto_1, "y", { get: function () { return null; }, set: function (x) { }, enumerable: true, configurable: true }); - C.prototype.foo = function () { }; + proto_1.foo = function () { }; Object.defineProperty(C, "b", { get: function () { return null; }, set: function (x) { }, diff --git a/tests/baselines/reference/classPropertyAsProtected.js b/tests/baselines/reference/classPropertyAsProtected.js index 56848f6680eb5..46d45252e9ec8 100644 --- a/tests/baselines/reference/classPropertyAsProtected.js +++ b/tests/baselines/reference/classPropertyAsProtected.js @@ -27,13 +27,14 @@ C.foo(); var C = /** @class */ (function () { function C() { } - Object.defineProperty(C.prototype, "y", { + var proto_1 = C.prototype; + Object.defineProperty(proto_1, "y", { get: function () { return null; }, set: function (x) { }, enumerable: true, configurable: true }); - C.prototype.foo = function () { }; + proto_1.foo = function () { }; Object.defineProperty(C, "b", { get: function () { return null; }, set: function (x) { }, diff --git a/tests/baselines/reference/classPropertyIsPublicByDefault.js b/tests/baselines/reference/classPropertyIsPublicByDefault.js index f70ef694bb5a2..1d262af2903c3 100644 --- a/tests/baselines/reference/classPropertyIsPublicByDefault.js +++ b/tests/baselines/reference/classPropertyIsPublicByDefault.js @@ -26,13 +26,14 @@ C.foo(); var C = /** @class */ (function () { function C() { } - Object.defineProperty(C.prototype, "y", { + var proto_1 = C.prototype; + Object.defineProperty(proto_1, "y", { get: function () { return null; }, set: function (x) { }, enumerable: true, configurable: true }); - C.prototype.foo = function () { }; + proto_1.foo = function () { }; Object.defineProperty(C, "b", { get: function () { return null; }, set: function (x) { }, diff --git a/tests/baselines/reference/classWithMultipleBaseClasses.js b/tests/baselines/reference/classWithMultipleBaseClasses.js index 353b22aa09dd2..bd61ddbe53a06 100644 --- a/tests/baselines/reference/classWithMultipleBaseClasses.js +++ b/tests/baselines/reference/classWithMultipleBaseClasses.js @@ -40,7 +40,8 @@ var B = /** @class */ (function () { var D = /** @class */ (function () { function D() { } - D.prototype.baz = function () { }; - D.prototype.bat = function () { }; + var proto_1 = D.prototype; + proto_1.baz = function () { }; + proto_1.bat = function () { }; return D; }()); diff --git a/tests/baselines/reference/classWithOnlyPublicMembersEquivalentToInterface.js b/tests/baselines/reference/classWithOnlyPublicMembersEquivalentToInterface.js index 6a71bc490dce1..93a62245f232e 100644 --- a/tests/baselines/reference/classWithOnlyPublicMembersEquivalentToInterface.js +++ b/tests/baselines/reference/classWithOnlyPublicMembersEquivalentToInterface.js @@ -30,8 +30,9 @@ i = c; var C = /** @class */ (function () { function C() { } - C.prototype.y = function (a) { return null; }; - Object.defineProperty(C.prototype, "z", { + var proto_1 = C.prototype; + proto_1.y = function (a) { return null; }; + Object.defineProperty(proto_1, "z", { get: function () { return 1; }, set: function (v) { }, enumerable: true, diff --git a/tests/baselines/reference/classWithOnlyPublicMembersEquivalentToInterface2.js b/tests/baselines/reference/classWithOnlyPublicMembersEquivalentToInterface2.js index d04b6598b70f5..dca1ea2cbb6a4 100644 --- a/tests/baselines/reference/classWithOnlyPublicMembersEquivalentToInterface2.js +++ b/tests/baselines/reference/classWithOnlyPublicMembersEquivalentToInterface2.js @@ -32,8 +32,9 @@ i = c; var C = /** @class */ (function () { function C() { } - C.prototype.y = function (a) { return null; }; - Object.defineProperty(C.prototype, "z", { + var proto_1 = C.prototype; + proto_1.y = function (a) { return null; }; + Object.defineProperty(proto_1, "z", { get: function () { return 1; }, set: function (v) { }, enumerable: true, diff --git a/tests/baselines/reference/classdecl.js b/tests/baselines/reference/classdecl.js index 42dd8b7d114ab..2285152ebbb99 100644 --- a/tests/baselines/reference/classdecl.js +++ b/tests/baselines/reference/classdecl.js @@ -110,8 +110,9 @@ var __extends = (this && this.__extends) || (function () { var a = /** @class */ (function () { function a(ns) { } - a.prototype.pgF = function () { }; - Object.defineProperty(a.prototype, "d", { + var proto_1 = a.prototype; + proto_1.pgF = function () { }; + Object.defineProperty(proto_1, "d", { get: function () { return 30; }, @@ -136,7 +137,7 @@ var a = /** @class */ (function () { enumerable: true, configurable: true }); - a.prototype.foo = function (ns) { + proto_1.foo = function (ns) { return ns.toString(); }; return a; diff --git a/tests/baselines/reference/collisionArgumentsClassMethod.js b/tests/baselines/reference/collisionArgumentsClassMethod.js index 3c2276f8ce517..505d7e3fd4b31 100644 --- a/tests/baselines/reference/collisionArgumentsClassMethod.js +++ b/tests/baselines/reference/collisionArgumentsClassMethod.js @@ -52,38 +52,39 @@ class c3 { var c1 = /** @class */ (function () { function c1() { } - c1.prototype.foo = function (i) { + var proto_1 = c1.prototype; + proto_1.foo = function (i) { var arguments = []; for (var _i = 1; _i < arguments.length; _i++) { arguments[_i - 1] = arguments[_i]; } var arguments; // no error }; - c1.prototype.foo1 = function (arguments) { + proto_1.foo1 = function (arguments) { var rest = []; for (var _i = 1; _i < arguments.length; _i++) { rest[_i - 1] = arguments[_i]; } var arguments = 10; // no error }; - c1.prototype.fooNoError = function (arguments) { + proto_1.fooNoError = function (arguments) { var arguments = 10; // no error }; - c1.prototype.f4 = function (i) { + proto_1.f4 = function (i) { var arguments = []; for (var _i = 1; _i < arguments.length; _i++) { arguments[_i - 1] = arguments[_i]; } var arguments; // no error }; - c1.prototype.f41 = function (arguments) { + proto_1.f41 = function (arguments) { var rest = []; for (var _i = 1; _i < arguments.length; _i++) { rest[_i - 1] = arguments[_i]; } var arguments; // no error }; - c1.prototype.f4NoError = function (arguments) { + proto_1.f4NoError = function (arguments) { var arguments; // no error }; return c1; @@ -91,14 +92,15 @@ var c1 = /** @class */ (function () { var c3 = /** @class */ (function () { function c3() { } - c3.prototype.foo = function () { + var proto_2 = c3.prototype; + proto_2.foo = function () { var restParameters = []; for (var _i = 0; _i < arguments.length; _i++) { restParameters[_i] = arguments[_i]; } var arguments = 10; // no error }; - c3.prototype.fooNoError = function () { + proto_2.fooNoError = function () { var arguments = 10; // no error }; return c3; diff --git a/tests/baselines/reference/collisionRestParameterClassMethod.js b/tests/baselines/reference/collisionRestParameterClassMethod.js index 6c49ebe135053..d72b1da5a0575 100644 --- a/tests/baselines/reference/collisionRestParameterClassMethod.js +++ b/tests/baselines/reference/collisionRestParameterClassMethod.js @@ -42,24 +42,25 @@ class c3 { var c1 = /** @class */ (function () { function c1() { } - c1.prototype.foo = function (_i) { + var proto_1 = c1.prototype; + proto_1.foo = function (_i) { var restParameters = []; for (var _a = 1; _a < arguments.length; _a++) { restParameters[_a - 1] = arguments[_a]; } var _i = 10; // no error }; - c1.prototype.fooNoError = function (_i) { + proto_1.fooNoError = function (_i) { var _i = 10; // no error }; - c1.prototype.f4 = function (_i) { + proto_1.f4 = function (_i) { var rest = []; for (var _a = 1; _a < arguments.length; _a++) { rest[_a - 1] = arguments[_a]; } var _i; // no error }; - c1.prototype.f4NoError = function (_i) { + proto_1.f4NoError = function (_i) { var _i; // no error }; return c1; @@ -67,14 +68,15 @@ var c1 = /** @class */ (function () { var c3 = /** @class */ (function () { function c3() { } - c3.prototype.foo = function () { + var proto_2 = c3.prototype; + proto_2.foo = function () { var restParameters = []; for (var _a = 0; _a < arguments.length; _a++) { restParameters[_a] = arguments[_a]; } var _i = 10; // no error }; - c3.prototype.fooNoError = function () { + proto_2.fooNoError = function () { var _i = 10; // no error }; return c3; diff --git a/tests/baselines/reference/collisionSuperAndLocalFunctionInAccessors.js b/tests/baselines/reference/collisionSuperAndLocalFunctionInAccessors.js index e6a09cea65bbe..e90ff677731d3 100644 --- a/tests/baselines/reference/collisionSuperAndLocalFunctionInAccessors.js +++ b/tests/baselines/reference/collisionSuperAndLocalFunctionInAccessors.js @@ -58,7 +58,8 @@ function _super() { var Foo = /** @class */ (function () { function Foo() { } - Object.defineProperty(Foo.prototype, "prop1", { + var proto_1 = Foo.prototype; + Object.defineProperty(proto_1, "prop1", { get: function () { function _super() { } @@ -78,7 +79,8 @@ var b = /** @class */ (function (_super_1) { function b() { return _super_1 !== null && _super_1.apply(this, arguments) || this; } - Object.defineProperty(b.prototype, "prop2", { + var proto_2 = b.prototype; + Object.defineProperty(proto_2, "prop2", { get: function () { function _super() { } @@ -98,7 +100,8 @@ var c = /** @class */ (function (_super_1) { function c() { return _super_1 !== null && _super_1.apply(this, arguments) || this; } - Object.defineProperty(c.prototype, "prop2", { + var proto_3 = c.prototype; + Object.defineProperty(proto_3, "prop2", { get: function () { var x = function () { function _super() { diff --git a/tests/baselines/reference/collisionSuperAndLocalFunctionInMethod.js b/tests/baselines/reference/collisionSuperAndLocalFunctionInMethod.js index 30bd47f7cdc88..0d7f5232122da 100644 --- a/tests/baselines/reference/collisionSuperAndLocalFunctionInMethod.js +++ b/tests/baselines/reference/collisionSuperAndLocalFunctionInMethod.js @@ -47,11 +47,12 @@ function _super() { var Foo = /** @class */ (function () { function Foo() { } - Foo.prototype.x = function () { + var proto_1 = Foo.prototype; + proto_1.x = function () { function _super() { } }; - Foo.prototype._super = function () { + proto_1._super = function () { }; return Foo; }()); @@ -60,11 +61,12 @@ var b = /** @class */ (function (_super_1) { function b() { return _super_1 !== null && _super_1.apply(this, arguments) || this; } - b.prototype.foo = function () { + var proto_2 = b.prototype; + proto_2.foo = function () { function _super() { } }; - b.prototype._super = function () { + proto_2._super = function () { }; return b; }(Foo)); @@ -73,13 +75,14 @@ var c = /** @class */ (function (_super_1) { function c() { return _super_1 !== null && _super_1.apply(this, arguments) || this; } - c.prototype.foo = function () { + var proto_3 = c.prototype; + proto_3.foo = function () { var x = function () { function _super() { } }; }; - c.prototype._super = function () { + proto_3._super = function () { }; return c; }(Foo)); diff --git a/tests/baselines/reference/collisionSuperAndLocalVarInAccessors.js b/tests/baselines/reference/collisionSuperAndLocalVarInAccessors.js index 3fb07f807d42d..86ba6541ebdd3 100644 --- a/tests/baselines/reference/collisionSuperAndLocalVarInAccessors.js +++ b/tests/baselines/reference/collisionSuperAndLocalVarInAccessors.js @@ -50,7 +50,8 @@ var _super = 10; // No Error var Foo = /** @class */ (function () { function Foo() { } - Object.defineProperty(Foo.prototype, "prop1", { + var proto_1 = Foo.prototype; + Object.defineProperty(proto_1, "prop1", { get: function () { var _super = 10; // No error return 10; @@ -68,7 +69,8 @@ var b = /** @class */ (function (_super_1) { function b() { return _super_1 !== null && _super_1.apply(this, arguments) || this; } - Object.defineProperty(b.prototype, "prop2", { + var proto_2 = b.prototype; + Object.defineProperty(proto_2, "prop2", { get: function () { var _super = 10; // Should be error return 10; @@ -86,7 +88,8 @@ var c = /** @class */ (function (_super_1) { function c() { return _super_1 !== null && _super_1.apply(this, arguments) || this; } - Object.defineProperty(c.prototype, "prop2", { + var proto_3 = c.prototype; + Object.defineProperty(proto_3, "prop2", { get: function () { var x = function () { var _super = 10; // Should be error diff --git a/tests/baselines/reference/collisionSuperAndParameter.js b/tests/baselines/reference/collisionSuperAndParameter.js index f56a5bc170637..c75fed11d0e11 100644 --- a/tests/baselines/reference/collisionSuperAndParameter.js +++ b/tests/baselines/reference/collisionSuperAndParameter.js @@ -79,19 +79,20 @@ var __extends = (this && this.__extends) || (function () { var Foo = /** @class */ (function () { function Foo() { } - Foo.prototype.a = function () { + var proto_1 = Foo.prototype; + proto_1.a = function () { var _this = this; var lamda = function (_super) { return function (x) { return _this; }; // New scope. So should inject new _this capture }; }; - Foo.prototype.b = function (_super) { + proto_1.b = function (_super) { var _this = this; var lambda = function () { return function (x) { return _this; }; // New scope. So should inject new _this capture }; }; - Object.defineProperty(Foo.prototype, "c", { + Object.defineProperty(proto_1, "c", { set: function (_super) { }, enumerable: true, @@ -109,19 +110,20 @@ var Foo2 = /** @class */ (function (_super_1) { }; return _this; } - Foo2.prototype.x = function () { + var proto_2 = Foo2.prototype; + proto_2.x = function () { var _this = this; var lamda = function (_super) { return function (x) { return _this; }; // New scope. So should inject new _this capture }; }; - Foo2.prototype.y = function (_super) { + proto_2.y = function (_super) { var _this = this; var lambda = function () { return function (x) { return _this; }; // New scope. So should inject new _this capture }; }; - Object.defineProperty(Foo2.prototype, "z", { + Object.defineProperty(proto_2, "z", { set: function (_super) { }, enumerable: true, diff --git a/tests/baselines/reference/collisionThisExpressionAndLocalVarInAccessors.js b/tests/baselines/reference/collisionThisExpressionAndLocalVarInAccessors.js index ffa350a04eff1..a31d487b763fd 100644 --- a/tests/baselines/reference/collisionThisExpressionAndLocalVarInAccessors.js +++ b/tests/baselines/reference/collisionThisExpressionAndLocalVarInAccessors.js @@ -47,7 +47,8 @@ class class2 { var class1 = /** @class */ (function () { function class1() { } - Object.defineProperty(class1.prototype, "a", { + var proto_1 = class1.prototype; + Object.defineProperty(proto_1, "a", { get: function () { var _this_1 = this; var x2 = { @@ -75,7 +76,8 @@ var class1 = /** @class */ (function () { var class2 = /** @class */ (function () { function class2() { } - Object.defineProperty(class2.prototype, "a", { + var proto_2 = class2.prototype; + Object.defineProperty(proto_2, "a", { get: function () { var _this_1 = this; var _this = 2; diff --git a/tests/baselines/reference/collisionThisExpressionAndLocalVarInMethod.js b/tests/baselines/reference/collisionThisExpressionAndLocalVarInMethod.js index 16f288174a564..50588d048c6f8 100644 --- a/tests/baselines/reference/collisionThisExpressionAndLocalVarInMethod.js +++ b/tests/baselines/reference/collisionThisExpressionAndLocalVarInMethod.js @@ -22,7 +22,8 @@ class a { var a = /** @class */ (function () { function a() { } - a.prototype.method1 = function () { + var proto_1 = a.prototype; + proto_1.method1 = function () { var _this_1 = this; return { doStuff: function (callback) { return function () { @@ -31,7 +32,7 @@ var a = /** @class */ (function () { }; } }; }; - a.prototype.method2 = function () { + proto_1.method2 = function () { var _this_1 = this; var _this = 2; return { diff --git a/tests/baselines/reference/collisionThisExpressionAndParameter.js b/tests/baselines/reference/collisionThisExpressionAndParameter.js index b6367480e027e..c5ed2dbd3000f 100644 --- a/tests/baselines/reference/collisionThisExpressionAndParameter.js +++ b/tests/baselines/reference/collisionThisExpressionAndParameter.js @@ -97,35 +97,36 @@ declare function f4(_this: string); // no code gen - no error var Foo = /** @class */ (function () { function Foo() { } - Foo.prototype.x = function () { + var proto_1 = Foo.prototype; + proto_1.x = function () { var _this = 10; // Local var. No this capture in x(), so no conflict. function inner(_this) { var _this_1 = this; return function (x) { return _this_1; }; // New scope. So should inject new _this capture into function inner } }; - Foo.prototype.y = function () { + proto_1.y = function () { var _this_1 = this; var lamda = function (_this) { return function (x) { return _this_1; }; // New scope. So should inject new _this capture }; }; - Foo.prototype.z = function (_this) { + proto_1.z = function (_this) { var _this_1 = this; var lambda = function () { return function (x) { return _this_1; }; // New scope. So should inject new _this capture }; }; - Foo.prototype.x1 = function () { + proto_1.x1 = function () { var _this = 10; // Local var. No this capture in x(), so no conflict. function inner(_this) { } }; - Foo.prototype.y1 = function () { + proto_1.y1 = function () { var lamda = function (_this) { }; }; - Foo.prototype.z1 = function (_this) { + proto_1.z1 = function (_this) { var lambda = function () { }; }; diff --git a/tests/baselines/reference/commentOnClassAccessor2.js b/tests/baselines/reference/commentOnClassAccessor2.js index 5ab91eb6adc86..d6f4b0c7d61d1 100644 --- a/tests/baselines/reference/commentOnClassAccessor2.js +++ b/tests/baselines/reference/commentOnClassAccessor2.js @@ -15,7 +15,8 @@ class C { var C = /** @class */ (function () { function C() { } - Object.defineProperty(C.prototype, "bar", { + var proto_1 = C.prototype; + Object.defineProperty(proto_1, "bar", { /** * Getter. */ diff --git a/tests/baselines/reference/commentsClassMembers.js b/tests/baselines/reference/commentsClassMembers.js index 9918b0758ae40..13ce882a18f43 100644 --- a/tests/baselines/reference/commentsClassMembers.js +++ b/tests/baselines/reference/commentsClassMembers.js @@ -223,11 +223,12 @@ var c1 = /** @class */ (function () { /** Constructor method*/ function c1() { } + var proto_1 = c1.prototype; /** sum with property*/ - c1.prototype.p2 = function (/** number to add*/ b) { + proto_1.p2 = function (/** number to add*/ b) { return this.p1 + b; }; /* trailing comment of method*/ - Object.defineProperty(c1.prototype, "p3", { + Object.defineProperty(proto_1, "p3", { /** getter property*/ get: function () { return this.p2(this.p1); @@ -242,10 +243,10 @@ var c1 = /** @class */ (function () { configurable: true }); /** sum with property*/ - c1.prototype.pp2 = function (/** number to add*/ b) { + proto_1.pp2 = function (/** number to add*/ b) { return this.p1 + b; }; // trailing comment of method - Object.defineProperty(c1.prototype, "pp3", { + Object.defineProperty(proto_1, "pp3", { /** getter property*/ get: function () { return this.pp2(this.pp1); @@ -273,10 +274,10 @@ var c1 = /** @class */ (function () { enumerable: true, configurable: true }); - c1.prototype.nc_p2 = function (b) { + proto_1.nc_p2 = function (b) { return this.nc_p1 + b; }; - Object.defineProperty(c1.prototype, "nc_p3", { + Object.defineProperty(proto_1, "nc_p3", { get: function () { return this.nc_p2(this.nc_p1); }, @@ -286,10 +287,10 @@ var c1 = /** @class */ (function () { enumerable: true, configurable: true }); - c1.prototype.nc_pp2 = function (b) { + proto_1.nc_pp2 = function (b) { return this.nc_pp1 + b; }; - Object.defineProperty(c1.prototype, "nc_pp3", { + Object.defineProperty(proto_1, "nc_pp3", { get: function () { return this.nc_pp2(this.nc_pp1); }, @@ -313,10 +314,10 @@ var c1 = /** @class */ (function () { configurable: true }); // sum with property - c1.prototype.a_p2 = function (b) { + proto_1.a_p2 = function (b) { return this.a_p1 + b; }; - Object.defineProperty(c1.prototype, "a_p3", { + Object.defineProperty(proto_1, "a_p3", { // getter property get: function () { return this.a_p2(this.a_p1); @@ -329,10 +330,10 @@ var c1 = /** @class */ (function () { configurable: true }); // sum with property - c1.prototype.a_pp2 = function (b) { + proto_1.a_pp2 = function (b) { return this.a_p1 + b; }; - Object.defineProperty(c1.prototype, "a_pp3", { + Object.defineProperty(proto_1, "a_pp3", { // getter property get: function () { return this.a_pp2(this.a_pp1); @@ -361,10 +362,10 @@ var c1 = /** @class */ (function () { configurable: true }); /** sum with property */ - c1.prototype.b_p2 = function (b) { + proto_1.b_p2 = function (b) { return this.b_p1 + b; }; - Object.defineProperty(c1.prototype, "b_p3", { + Object.defineProperty(proto_1, "b_p3", { /** getter property */ get: function () { return this.b_p2(this.b_p1); @@ -377,10 +378,10 @@ var c1 = /** @class */ (function () { configurable: true }); /** sum with property */ - c1.prototype.b_pp2 = function (b) { + proto_1.b_pp2 = function (b) { return this.b_p1 + b; }; - Object.defineProperty(c1.prototype, "b_pp3", { + Object.defineProperty(proto_1, "b_pp3", { /** getter property */ get: function () { return this.b_pp2(this.b_pp1); @@ -440,7 +441,8 @@ var cProperties = /** @class */ (function () { this.x = 10; /*trailing comment for property*/ this.y = 10; // trailing comment of // style } - Object.defineProperty(cProperties.prototype, "p1", { + var proto_2 = cProperties.prototype; + Object.defineProperty(proto_2, "p1", { /** getter only property*/ get: function () { return this.val; @@ -449,14 +451,14 @@ var cProperties = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(cProperties.prototype, "nc_p1", { + Object.defineProperty(proto_2, "nc_p1", { get: function () { return this.val; }, enumerable: true, configurable: true }); - Object.defineProperty(cProperties.prototype, "p2", { + Object.defineProperty(proto_2, "p2", { /**setter only property*/ set: function (value) { this.val = value; @@ -464,7 +466,7 @@ var cProperties = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(cProperties.prototype, "nc_p2", { + Object.defineProperty(proto_2, "nc_p2", { set: function (value) { this.val = value; } /* trailing comment of setter only*/, diff --git a/tests/baselines/reference/commentsInheritance.js b/tests/baselines/reference/commentsInheritance.js index 58e243301b4e2..975ce2cf06926 100644 --- a/tests/baselines/reference/commentsInheritance.js +++ b/tests/baselines/reference/commentsInheritance.js @@ -167,16 +167,17 @@ var __extends = (this && this.__extends) || (function () { var c1 = /** @class */ (function () { function c1() { } + var proto_1 = c1.prototype; // i1_f1 - c1.prototype.i1_f1 = function () { + proto_1.i1_f1 = function () { }; - c1.prototype.i1_nc_f1 = function () { + proto_1.i1_nc_f1 = function () { }; /** c1_f1*/ - c1.prototype.f1 = function () { + proto_1.f1 = function () { }; /** c1_nc_f1*/ - c1.prototype.nc_f1 = function () { + proto_1.nc_f1 = function () { }; return c1; }()); @@ -189,10 +190,11 @@ var c2 = /** @class */ (function () { function c2(a) { this.c2_p1 = a; } + var proto_2 = c2.prototype; /** c2 c2_f1*/ - c2.prototype.c2_f1 = function () { + proto_2.c2_f1 = function () { }; - Object.defineProperty(c2.prototype, "c2_prop", { + Object.defineProperty(proto_2, "c2_prop", { /** c2 c2_prop*/ get: function () { return 10; @@ -200,9 +202,9 @@ var c2 = /** @class */ (function () { enumerable: true, configurable: true }); - c2.prototype.c2_nc_f1 = function () { + proto_2.c2_nc_f1 = function () { }; - Object.defineProperty(c2.prototype, "c2_nc_prop", { + Object.defineProperty(proto_2, "c2_nc_prop", { get: function () { return 10; }, @@ -210,9 +212,9 @@ var c2 = /** @class */ (function () { configurable: true }); /** c2 f1*/ - c2.prototype.f1 = function () { + proto_2.f1 = function () { }; - Object.defineProperty(c2.prototype, "prop", { + Object.defineProperty(proto_2, "prop", { /** c2 prop*/ get: function () { return 10; @@ -220,9 +222,9 @@ var c2 = /** @class */ (function () { enumerable: true, configurable: true }); - c2.prototype.nc_f1 = function () { + proto_2.nc_f1 = function () { }; - Object.defineProperty(c2.prototype, "nc_prop", { + Object.defineProperty(proto_2, "nc_prop", { get: function () { return 10; }, @@ -236,10 +238,11 @@ var c3 = /** @class */ (function (_super) { function c3() { return _super.call(this, 10) || this; } + var proto_3 = c3.prototype; /** c3 f1*/ - c3.prototype.f1 = function () { + proto_3.f1 = function () { }; - Object.defineProperty(c3.prototype, "prop", { + Object.defineProperty(proto_3, "prop", { /** c3 prop*/ get: function () { return 10; @@ -247,9 +250,9 @@ var c3 = /** @class */ (function (_super) { enumerable: true, configurable: true }); - c3.prototype.nc_f1 = function () { + proto_3.nc_f1 = function () { }; - Object.defineProperty(c3.prototype, "nc_prop", { + Object.defineProperty(proto_3, "nc_prop", { get: function () { return 10; }, diff --git a/tests/baselines/reference/commentsOverloads.js b/tests/baselines/reference/commentsOverloads.js index eb44d3bc5d84f..06f23509c8f37 100644 --- a/tests/baselines/reference/commentsOverloads.js +++ b/tests/baselines/reference/commentsOverloads.js @@ -202,20 +202,21 @@ var i3_i; var c = /** @class */ (function () { function c() { } - c.prototype.prop1 = function (aorb) { + var proto_1 = c.prototype; + proto_1.prop1 = function (aorb) { return 10; }; - c.prototype.prop2 = function (aorb) { + proto_1.prop2 = function (aorb) { return 10; }; - c.prototype.prop3 = function (aorb) { + proto_1.prop3 = function (aorb) { return 10; }; - c.prototype.prop4 = function (aorb) { + proto_1.prop4 = function (aorb) { return 10; }; /** Prop5 implementaion*/ - c.prototype.prop5 = function (aorb) { + proto_1.prop5 = function (aorb) { return 10; }; return c; diff --git a/tests/baselines/reference/commentsTypeParameters.js b/tests/baselines/reference/commentsTypeParameters.js index 9eabe866ec52e..873e85a1f9970 100644 --- a/tests/baselines/reference/commentsTypeParameters.js +++ b/tests/baselines/reference/commentsTypeParameters.js @@ -19,11 +19,12 @@ function compare(a: T, b: T) { var C = /** @class */ (function () { function C() { } - C.prototype.method = function (a) { + var proto_1 = C.prototype; + proto_1.method = function (a) { }; C.staticmethod = function (a) { }; - C.prototype.privatemethod = function (a) { + proto_1.privatemethod = function (a) { }; C.privatestaticmethod = function (a) { }; diff --git a/tests/baselines/reference/commentsdoNotEmitComments.js b/tests/baselines/reference/commentsdoNotEmitComments.js index ae7442f109a64..f13e6f7be2819 100644 --- a/tests/baselines/reference/commentsdoNotEmitComments.js +++ b/tests/baselines/reference/commentsdoNotEmitComments.js @@ -103,10 +103,11 @@ var c = (function () { function c() { this.b = 10; } - c.prototype.myFoo = function () { + var proto_1 = c.prototype; + proto_1.myFoo = function () { return this.b; }; - Object.defineProperty(c.prototype, "prop1", { + Object.defineProperty(proto_1, "prop1", { get: function () { return this.b; }, @@ -116,7 +117,7 @@ var c = (function () { enumerable: true, configurable: true }); - c.prototype.foo1 = function (aOrb) { + proto_1.foo1 = function (aOrb) { return aOrb.toString(); }; return c; diff --git a/tests/baselines/reference/commentsemitComments.js b/tests/baselines/reference/commentsemitComments.js index dd8f3608cf33f..a74e40759412b 100644 --- a/tests/baselines/reference/commentsemitComments.js +++ b/tests/baselines/reference/commentsemitComments.js @@ -104,11 +104,12 @@ var c = /** @class */ (function () { /** property comment */ this.b = 10; } + var proto_1 = c.prototype; /** function comment */ - c.prototype.myFoo = function () { + proto_1.myFoo = function () { return this.b; }; - Object.defineProperty(c.prototype, "prop1", { + Object.defineProperty(proto_1, "prop1", { /** getter comment*/ get: function () { return this.b; @@ -121,7 +122,7 @@ var c = /** @class */ (function () { configurable: true }); /** overload implementation signature*/ - c.prototype.foo1 = function (aOrb) { + proto_1.foo1 = function (aOrb) { return aOrb.toString(); }; return c; diff --git a/tests/baselines/reference/complexClassRelationships.js b/tests/baselines/reference/complexClassRelationships.js index ac5e231b44d3c..b4ae8809a5bae 100644 --- a/tests/baselines/reference/complexClassRelationships.js +++ b/tests/baselines/reference/complexClassRelationships.js @@ -105,17 +105,18 @@ var ComponentCollection = /** @class */ (function () { var Foo = /** @class */ (function () { function Foo() { } - Object.defineProperty(Foo.prototype, "prop1", { + var proto_1 = Foo.prototype; + Object.defineProperty(proto_1, "prop1", { get: function () { return new GenericType(this); }, enumerable: true, configurable: true }); - Foo.prototype.populate = function () { + proto_1.populate = function () { this.prop2; }; - Object.defineProperty(Foo.prototype, "prop2", { + Object.defineProperty(proto_1, "prop2", { get: function () { return new BaseCollection(Derived.createEmpty); }, diff --git a/tests/baselines/reference/complicatedPrivacy.js b/tests/baselines/reference/complicatedPrivacy.js index 94c00e32330a8..288260f9b6304 100644 --- a/tests/baselines/reference/complicatedPrivacy.js +++ b/tests/baselines/reference/complicatedPrivacy.js @@ -118,7 +118,8 @@ var m1; var C2 = /** @class */ (function () { function C2() { } - Object.defineProperty(C2.prototype, "p1", { + var proto_1 = C2.prototype; + Object.defineProperty(proto_1, "p1", { get: function (arg) { return new C1(); }, @@ -127,7 +128,7 @@ var m1; enumerable: true, configurable: true }); - C2.prototype.f55 = function () { + proto_1.f55 = function () { return "Hello world"; }; return C2; diff --git a/tests/baselines/reference/computedPropertyNames13_ES5.js b/tests/baselines/reference/computedPropertyNames13_ES5.js index f22d55506043b..d4eea87e16f26 100644 --- a/tests/baselines/reference/computedPropertyNames13_ES5.js +++ b/tests/baselines/reference/computedPropertyNames13_ES5.js @@ -23,16 +23,17 @@ var a; var C = /** @class */ (function () { function C() { } - C.prototype[s] = function () { }; - C.prototype[n] = function () { }; + var proto_1 = C.prototype; + proto_1[s] = function () { }; + proto_1[n] = function () { }; C[s + s] = function () { }; - C.prototype[s + n] = function () { }; - C.prototype[+s] = function () { }; + proto_1[s + n] = function () { }; + proto_1[+s] = function () { }; C[""] = function () { }; - C.prototype[0] = function () { }; - C.prototype[a] = function () { }; + proto_1[0] = function () { }; + proto_1[a] = function () { }; C[true] = function () { }; - C.prototype["hello bye"] = function () { }; + proto_1["hello bye"] = function () { }; C["hello " + a + " bye"] = function () { }; return C; }()); diff --git a/tests/baselines/reference/computedPropertyNames14_ES5.js b/tests/baselines/reference/computedPropertyNames14_ES5.js index 92d1fe907ffd3..90e955dcea01d 100644 --- a/tests/baselines/reference/computedPropertyNames14_ES5.js +++ b/tests/baselines/reference/computedPropertyNames14_ES5.js @@ -14,11 +14,12 @@ var b; var C = /** @class */ (function () { function C() { } - C.prototype[b] = function () { }; + var proto_1 = C.prototype; + proto_1[b] = function () { }; C[true] = function () { }; - C.prototype[[]] = function () { }; + proto_1[[]] = function () { }; C[{}] = function () { }; - C.prototype[undefined] = function () { }; + proto_1[undefined] = function () { }; C[null] = function () { }; return C; }()); diff --git a/tests/baselines/reference/computedPropertyNames15_ES5.js b/tests/baselines/reference/computedPropertyNames15_ES5.js index 312c8c661062e..9aa420e39339b 100644 --- a/tests/baselines/reference/computedPropertyNames15_ES5.js +++ b/tests/baselines/reference/computedPropertyNames15_ES5.js @@ -15,8 +15,9 @@ var p3; var C = /** @class */ (function () { function C() { } - C.prototype[p1] = function () { }; - C.prototype[p2] = function () { }; - C.prototype[p3] = function () { }; + var proto_1 = C.prototype; + proto_1[p1] = function () { }; + proto_1[p2] = function () { }; + proto_1[p3] = function () { }; return C; }()); diff --git a/tests/baselines/reference/computedPropertyNames16_ES5.js b/tests/baselines/reference/computedPropertyNames16_ES5.js index 6a140aac782d1..2ca2c0c46ccb2 100644 --- a/tests/baselines/reference/computedPropertyNames16_ES5.js +++ b/tests/baselines/reference/computedPropertyNames16_ES5.js @@ -23,12 +23,13 @@ var a; var C = /** @class */ (function () { function C() { } - Object.defineProperty(C.prototype, s, { + var proto_1 = C.prototype; + Object.defineProperty(proto_1, s, { get: function () { return 0; }, enumerable: true, configurable: true }); - Object.defineProperty(C.prototype, n, { + Object.defineProperty(proto_1, n, { set: function (v) { }, enumerable: true, configurable: true @@ -38,12 +39,12 @@ var C = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(C.prototype, s + n, { + Object.defineProperty(proto_1, s + n, { set: function (v) { }, enumerable: true, configurable: true }); - Object.defineProperty(C.prototype, +s, { + Object.defineProperty(proto_1, +s, { get: function () { return 0; }, enumerable: true, configurable: true @@ -53,12 +54,12 @@ var C = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(C.prototype, 0, { + Object.defineProperty(proto_1, 0, { get: function () { return 0; }, enumerable: true, configurable: true }); - Object.defineProperty(C.prototype, a, { + Object.defineProperty(proto_1, a, { set: function (v) { }, enumerable: true, configurable: true @@ -68,12 +69,12 @@ var C = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(C.prototype, "hello bye", { + Object.defineProperty(proto_1, "hello bye", { set: function (v) { }, enumerable: true, configurable: true }); - Object.defineProperty(C.prototype, "hello " + a + " bye", { + Object.defineProperty(proto_1, "hello " + a + " bye", { get: function () { return 0; }, enumerable: true, configurable: true diff --git a/tests/baselines/reference/computedPropertyNames17_ES5.js b/tests/baselines/reference/computedPropertyNames17_ES5.js index d49f5f78de72b..b5329470f0cd1 100644 --- a/tests/baselines/reference/computedPropertyNames17_ES5.js +++ b/tests/baselines/reference/computedPropertyNames17_ES5.js @@ -14,7 +14,8 @@ var b; var C = /** @class */ (function () { function C() { } - Object.defineProperty(C.prototype, b, { + var proto_1 = C.prototype; + Object.defineProperty(proto_1, b, { get: function () { return 0; }, enumerable: true, configurable: true @@ -24,12 +25,12 @@ var C = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(C.prototype, [], { + Object.defineProperty(proto_1, [], { get: function () { return 0; }, enumerable: true, configurable: true }); - Object.defineProperty(C.prototype, {}, { + Object.defineProperty(proto_1, {}, { set: function (v) { }, enumerable: true, configurable: true @@ -39,7 +40,7 @@ var C = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(C.prototype, null, { + Object.defineProperty(proto_1, null, { set: function (v) { }, enumerable: true, configurable: true diff --git a/tests/baselines/reference/computedPropertyNames21_ES5.js b/tests/baselines/reference/computedPropertyNames21_ES5.js index 0ca25ff0b9acf..fa2dd02806015 100644 --- a/tests/baselines/reference/computedPropertyNames21_ES5.js +++ b/tests/baselines/reference/computedPropertyNames21_ES5.js @@ -10,9 +10,10 @@ class C { var C = /** @class */ (function () { function C() { } - C.prototype.bar = function () { + var proto_1 = C.prototype; + proto_1.bar = function () { return 0; }; - C.prototype[this.bar()] = function () { }; + proto_1[this.bar()] = function () { }; return C; }()); diff --git a/tests/baselines/reference/computedPropertyNames23_ES5.js b/tests/baselines/reference/computedPropertyNames23_ES5.js index 1444218f32c2f..e88d802373d01 100644 --- a/tests/baselines/reference/computedPropertyNames23_ES5.js +++ b/tests/baselines/reference/computedPropertyNames23_ES5.js @@ -13,9 +13,10 @@ var C = /** @class */ (function () { var _a; function C() { } - C.prototype.bar = function () { + var proto_1 = C.prototype; + proto_1.bar = function () { return 0; }; - C.prototype[(_a = {}, _a[this.bar()] = 1, _a)[0]] = function () { }; + proto_1[(_a = {}, _a[this.bar()] = 1, _a)[0]] = function () { }; return C; }()); diff --git a/tests/baselines/reference/computedPropertyNames2_ES5.js b/tests/baselines/reference/computedPropertyNames2_ES5.js index dc8fa061f0a59..3a5576c8d79e5 100644 --- a/tests/baselines/reference/computedPropertyNames2_ES5.js +++ b/tests/baselines/reference/computedPropertyNames2_ES5.js @@ -16,14 +16,15 @@ var accessorName = "accessor"; var C = /** @class */ (function () { function C() { } - C.prototype[methodName] = function () { }; + var proto_1 = C.prototype; + proto_1[methodName] = function () { }; C[methodName] = function () { }; - Object.defineProperty(C.prototype, accessorName, { + Object.defineProperty(proto_1, accessorName, { get: function () { }, enumerable: true, configurable: true }); - Object.defineProperty(C.prototype, accessorName, { + Object.defineProperty(proto_1, accessorName, { set: function (v) { }, enumerable: true, configurable: true diff --git a/tests/baselines/reference/computedPropertyNames32_ES5.js b/tests/baselines/reference/computedPropertyNames32_ES5.js index 171bc8bd0add5..27a84e8b3c0c1 100644 --- a/tests/baselines/reference/computedPropertyNames32_ES5.js +++ b/tests/baselines/reference/computedPropertyNames32_ES5.js @@ -12,9 +12,10 @@ function foo() { return ''; } var C = /** @class */ (function () { function C() { } - C.prototype.bar = function () { + var proto_1 = C.prototype; + proto_1.bar = function () { return 0; }; - C.prototype[foo()] = function () { }; + proto_1[foo()] = function () { }; return C; }()); diff --git a/tests/baselines/reference/computedPropertyNames36_ES5.js b/tests/baselines/reference/computedPropertyNames36_ES5.js index e13ef0a9e360d..4e98c57563cb4 100644 --- a/tests/baselines/reference/computedPropertyNames36_ES5.js +++ b/tests/baselines/reference/computedPropertyNames36_ES5.js @@ -24,13 +24,14 @@ var Foo2 = /** @class */ (function () { var C = /** @class */ (function () { function C() { } - Object.defineProperty(C.prototype, "get1", { + var proto_1 = C.prototype; + Object.defineProperty(proto_1, "get1", { // Computed properties get: function () { return new Foo; }, enumerable: true, configurable: true }); - Object.defineProperty(C.prototype, "set1", { + Object.defineProperty(proto_1, "set1", { set: function (p) { }, enumerable: true, configurable: true diff --git a/tests/baselines/reference/computedPropertyNames37_ES5.js b/tests/baselines/reference/computedPropertyNames37_ES5.js index 633c4c612087e..5ffaec407bdda 100644 --- a/tests/baselines/reference/computedPropertyNames37_ES5.js +++ b/tests/baselines/reference/computedPropertyNames37_ES5.js @@ -24,13 +24,14 @@ var Foo2 = /** @class */ (function () { var C = /** @class */ (function () { function C() { } - Object.defineProperty(C.prototype, "get1", { + var proto_1 = C.prototype; + Object.defineProperty(proto_1, "get1", { // Computed properties get: function () { return new Foo; }, enumerable: true, configurable: true }); - Object.defineProperty(C.prototype, "set1", { + Object.defineProperty(proto_1, "set1", { set: function (p) { }, enumerable: true, configurable: true diff --git a/tests/baselines/reference/computedPropertyNames38_ES5.js b/tests/baselines/reference/computedPropertyNames38_ES5.js index 00bbe51917fd3..eebbac376f7dc 100644 --- a/tests/baselines/reference/computedPropertyNames38_ES5.js +++ b/tests/baselines/reference/computedPropertyNames38_ES5.js @@ -24,13 +24,14 @@ var Foo2 = /** @class */ (function () { var C = /** @class */ (function () { function C() { } - Object.defineProperty(C.prototype, 1 << 6, { + var proto_1 = C.prototype; + Object.defineProperty(proto_1, 1 << 6, { // Computed properties get: function () { return new Foo; }, enumerable: true, configurable: true }); - Object.defineProperty(C.prototype, 1 << 6, { + Object.defineProperty(proto_1, 1 << 6, { set: function (p) { }, enumerable: true, configurable: true diff --git a/tests/baselines/reference/computedPropertyNames39_ES5.js b/tests/baselines/reference/computedPropertyNames39_ES5.js index e4297f3768f50..7a64e4f477017 100644 --- a/tests/baselines/reference/computedPropertyNames39_ES5.js +++ b/tests/baselines/reference/computedPropertyNames39_ES5.js @@ -24,13 +24,14 @@ var Foo2 = /** @class */ (function () { var C = /** @class */ (function () { function C() { } - Object.defineProperty(C.prototype, 1 << 6, { + var proto_1 = C.prototype; + Object.defineProperty(proto_1, 1 << 6, { // Computed properties get: function () { return new Foo; }, enumerable: true, configurable: true }); - Object.defineProperty(C.prototype, 1 << 6, { + Object.defineProperty(proto_1, 1 << 6, { set: function (p) { }, enumerable: true, configurable: true diff --git a/tests/baselines/reference/computedPropertyNames3_ES5.js b/tests/baselines/reference/computedPropertyNames3_ES5.js index a915d2a2542ea..7639260f5e1d8 100644 --- a/tests/baselines/reference/computedPropertyNames3_ES5.js +++ b/tests/baselines/reference/computedPropertyNames3_ES5.js @@ -14,14 +14,15 @@ var id; var C = /** @class */ (function () { function C() { } - C.prototype[0 + 1] = function () { }; + var proto_1 = C.prototype; + proto_1[0 + 1] = function () { }; C[function () { }] = function () { }; - Object.defineProperty(C.prototype, delete id, { + Object.defineProperty(proto_1, delete id, { get: function () { }, enumerable: true, configurable: true }); - Object.defineProperty(C.prototype, [0, 1], { + Object.defineProperty(proto_1, [0, 1], { set: function (v) { }, enumerable: true, configurable: true diff --git a/tests/baselines/reference/computedPropertyNames40_ES5.js b/tests/baselines/reference/computedPropertyNames40_ES5.js index 46159fa4e0b6f..aa1d269fe18c0 100644 --- a/tests/baselines/reference/computedPropertyNames40_ES5.js +++ b/tests/baselines/reference/computedPropertyNames40_ES5.js @@ -24,8 +24,9 @@ var Foo2 = /** @class */ (function () { var C = /** @class */ (function () { function C() { } + var proto_1 = C.prototype; // Computed properties - C.prototype[""] = function () { return new Foo; }; - C.prototype[""] = function () { return new Foo2; }; + proto_1[""] = function () { return new Foo; }; + proto_1[""] = function () { return new Foo2; }; return C; }()); diff --git a/tests/baselines/reference/computedPropertyNames43_ES5.js b/tests/baselines/reference/computedPropertyNames43_ES5.js index 77371c9a58b3d..6cce8be76c7f1 100644 --- a/tests/baselines/reference/computedPropertyNames43_ES5.js +++ b/tests/baselines/reference/computedPropertyNames43_ES5.js @@ -46,13 +46,14 @@ var D = /** @class */ (function (_super) { function D() { return _super !== null && _super.apply(this, arguments) || this; } - Object.defineProperty(D.prototype, "get1", { + var proto_1 = D.prototype; + Object.defineProperty(proto_1, "get1", { // Computed properties get: function () { return new Foo; }, enumerable: true, configurable: true }); - Object.defineProperty(D.prototype, "set1", { + Object.defineProperty(proto_1, "set1", { set: function (p) { }, enumerable: true, configurable: true diff --git a/tests/baselines/reference/computedPropertyNamesDeclarationEmit1_ES5.js b/tests/baselines/reference/computedPropertyNamesDeclarationEmit1_ES5.js index 30c2ce7cef5d1..b1c6a677fbb8b 100644 --- a/tests/baselines/reference/computedPropertyNamesDeclarationEmit1_ES5.js +++ b/tests/baselines/reference/computedPropertyNamesDeclarationEmit1_ES5.js @@ -9,13 +9,14 @@ class C { var C = /** @class */ (function () { function C() { } - C.prototype["" + ""] = function () { }; - Object.defineProperty(C.prototype, "" + "", { + var proto_1 = C.prototype; + proto_1["" + ""] = function () { }; + Object.defineProperty(proto_1, "" + "", { get: function () { return 0; }, enumerable: true, configurable: true }); - Object.defineProperty(C.prototype, "" + "", { + Object.defineProperty(proto_1, "" + "", { set: function (x) { }, enumerable: true, configurable: true diff --git a/tests/baselines/reference/computedPropertyNamesSourceMap1_ES5.js b/tests/baselines/reference/computedPropertyNamesSourceMap1_ES5.js index 1ee8511171150..fde52b44a3e41 100644 --- a/tests/baselines/reference/computedPropertyNamesSourceMap1_ES5.js +++ b/tests/baselines/reference/computedPropertyNamesSourceMap1_ES5.js @@ -12,10 +12,11 @@ class C { var C = /** @class */ (function () { function C() { } - C.prototype["hello"] = function () { + var proto_1 = C.prototype; + proto_1["hello"] = function () { debugger; }; - Object.defineProperty(C.prototype, "goodbye", { + Object.defineProperty(proto_1, "goodbye", { get: function () { return 0; }, diff --git a/tests/baselines/reference/computedPropertyNamesSourceMap1_ES5.js.map b/tests/baselines/reference/computedPropertyNamesSourceMap1_ES5.js.map index 84b959d8ccee1..9800ec290fc64 100644 --- a/tests/baselines/reference/computedPropertyNamesSourceMap1_ES5.js.map +++ b/tests/baselines/reference/computedPropertyNamesSourceMap1_ES5.js.map @@ -1,2 +1,2 @@ //// [computedPropertyNamesSourceMap1_ES5.js.map] -{"version":3,"file":"computedPropertyNamesSourceMap1_ES5.js","sourceRoot":"","sources":["computedPropertyNamesSourceMap1_ES5.ts"],"names":[],"mappings":"AAAA;IAAA;IAOA,CAAC;IANG,YAAC,OAAO,CAAC,GAAT;QACI,QAAQ,CAAC;IACb,CAAC;IACD,sBAAI,sBAAW;aAAf;YACF,OAAO,CAAC,CAAC;QACP,CAAC;;;OAAA;IACL,QAAC;AAAD,CAAC,AAPD,IAOC"} \ No newline at end of file +{"version":3,"file":"computedPropertyNamesSourceMap1_ES5.js","sourceRoot":"","sources":["computedPropertyNamesSourceMap1_ES5.ts"],"names":[],"mappings":"AAAA;IAAA;IAOA,CAAC;;IANG,QAAC,OAAO,CAAC,GAAT;QACI,QAAQ,CAAC;IACb,CAAC;IACD,sBAAI,kBAAW;aAAf;YACF,OAAO,CAAC,CAAC;QACP,CAAC;;;OAAA;IACL,QAAC;AAAD,CAAC,AAPD,IAOC"} \ No newline at end of file diff --git a/tests/baselines/reference/computedPropertyNamesSourceMap1_ES5.sourcemap.txt b/tests/baselines/reference/computedPropertyNamesSourceMap1_ES5.sourcemap.txt index c8fbb2cc1dbba..0ee2563b85759 100644 --- a/tests/baselines/reference/computedPropertyNamesSourceMap1_ES5.sourcemap.txt +++ b/tests/baselines/reference/computedPropertyNamesSourceMap1_ES5.sourcemap.txt @@ -23,7 +23,7 @@ sourceFile:computedPropertyNamesSourceMap1_ES5.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->class C { > ["hello"]() { > debugger; @@ -36,22 +36,23 @@ sourceFile:computedPropertyNamesSourceMap1_ES5.ts 1->Emitted(3, 5) Source(8, 1) + SourceIndex(0) 2 >Emitted(3, 6) Source(8, 2) + SourceIndex(0) --- ->>> C.prototype["hello"] = function () { +>>> var proto_1 = C.prototype; +>>> proto_1["hello"] = function () { 1->^^^^ -2 > ^^^^^^^^^^^^ -3 > ^^^^^^^ -4 > ^ -5 > ^^^ +2 > ^^^^^^^^ +3 > ^^^^^^^ +4 > ^ +5 > ^^^ 1-> 2 > [ -3 > "hello" -4 > ] -5 > -1->Emitted(4, 5) Source(2, 5) + SourceIndex(0) -2 >Emitted(4, 17) Source(2, 6) + SourceIndex(0) -3 >Emitted(4, 24) Source(2, 13) + SourceIndex(0) -4 >Emitted(4, 25) Source(2, 14) + SourceIndex(0) -5 >Emitted(4, 28) Source(2, 5) + SourceIndex(0) +3 > "hello" +4 > ] +5 > +1->Emitted(5, 5) Source(2, 5) + SourceIndex(0) +2 >Emitted(5, 13) Source(2, 6) + SourceIndex(0) +3 >Emitted(5, 20) Source(2, 13) + SourceIndex(0) +4 >Emitted(5, 21) Source(2, 14) + SourceIndex(0) +5 >Emitted(5, 24) Source(2, 5) + SourceIndex(0) --- >>> debugger; 1 >^^^^^^^^ @@ -61,37 +62,37 @@ sourceFile:computedPropertyNamesSourceMap1_ES5.ts > 2 > debugger 3 > ; -1 >Emitted(5, 9) Source(3, 9) + SourceIndex(0) -2 >Emitted(5, 17) Source(3, 17) + SourceIndex(0) -3 >Emitted(5, 18) Source(3, 18) + SourceIndex(0) +1 >Emitted(6, 9) Source(3, 9) + SourceIndex(0) +2 >Emitted(6, 17) Source(3, 17) + SourceIndex(0) +3 >Emitted(6, 18) Source(3, 18) + SourceIndex(0) --- >>> }; 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 > > 2 > } -1 >Emitted(6, 5) Source(4, 5) + SourceIndex(0) -2 >Emitted(6, 6) Source(4, 6) + SourceIndex(0) +1 >Emitted(7, 5) Source(4, 5) + SourceIndex(0) +2 >Emitted(7, 6) Source(4, 6) + SourceIndex(0) --- ->>> Object.defineProperty(C.prototype, "goodbye", { +>>> Object.defineProperty(proto_1, "goodbye", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^^^^^^^^^^^^^^^^ 1-> > 2 > get 3 > ["goodbye"] -1->Emitted(7, 5) Source(5, 5) + SourceIndex(0) -2 >Emitted(7, 27) Source(5, 9) + SourceIndex(0) -3 >Emitted(7, 49) Source(5, 20) + SourceIndex(0) +1->Emitted(8, 5) Source(5, 5) + SourceIndex(0) +2 >Emitted(8, 27) Source(5, 9) + SourceIndex(0) +3 >Emitted(8, 45) Source(5, 20) + SourceIndex(0) --- >>> get: function () { 1 >^^^^^^^^^^^^^ 2 > ^^^^^^^^^-> 1 > -1 >Emitted(8, 14) Source(5, 5) + SourceIndex(0) +1 >Emitted(9, 14) Source(5, 5) + SourceIndex(0) --- >>> return 0; 1->^^^^^^^^^^^^ @@ -103,10 +104,10 @@ sourceFile:computedPropertyNamesSourceMap1_ES5.ts 2 > return 3 > 0 4 > ; -1->Emitted(9, 13) Source(6, 3) + SourceIndex(0) -2 >Emitted(9, 20) Source(6, 10) + SourceIndex(0) -3 >Emitted(9, 21) Source(6, 11) + SourceIndex(0) -4 >Emitted(9, 22) Source(6, 12) + SourceIndex(0) +1->Emitted(10, 13) Source(6, 3) + SourceIndex(0) +2 >Emitted(10, 20) Source(6, 10) + SourceIndex(0) +3 >Emitted(10, 21) Source(6, 11) + SourceIndex(0) +4 >Emitted(10, 22) Source(6, 12) + SourceIndex(0) --- >>> }, 1 >^^^^^^^^ @@ -115,8 +116,8 @@ sourceFile:computedPropertyNamesSourceMap1_ES5.ts 1 > > 2 > } -1 >Emitted(10, 9) Source(7, 5) + SourceIndex(0) -2 >Emitted(10, 10) Source(7, 6) + SourceIndex(0) +1 >Emitted(11, 9) Source(7, 5) + SourceIndex(0) +2 >Emitted(11, 10) Source(7, 6) + SourceIndex(0) --- >>> enumerable: true, >>> configurable: true @@ -124,7 +125,7 @@ sourceFile:computedPropertyNamesSourceMap1_ES5.ts 1->^^^^^^^ 2 > ^^^^^^^-> 1-> -1->Emitted(13, 8) Source(7, 6) + SourceIndex(0) +1->Emitted(14, 8) Source(7, 6) + SourceIndex(0) --- >>> return C; 1->^^^^ @@ -132,8 +133,8 @@ sourceFile:computedPropertyNamesSourceMap1_ES5.ts 1-> > 2 > } -1->Emitted(14, 5) Source(8, 1) + SourceIndex(0) -2 >Emitted(14, 13) Source(8, 2) + SourceIndex(0) +1->Emitted(15, 5) Source(8, 1) + SourceIndex(0) +2 >Emitted(15, 13) Source(8, 2) + SourceIndex(0) --- >>>}()); 1 > @@ -152,9 +153,9 @@ sourceFile:computedPropertyNamesSourceMap1_ES5.ts > return 0; > } > } -1 >Emitted(15, 1) Source(8, 1) + SourceIndex(0) -2 >Emitted(15, 2) Source(8, 2) + SourceIndex(0) -3 >Emitted(15, 2) Source(1, 1) + SourceIndex(0) -4 >Emitted(15, 6) Source(8, 2) + SourceIndex(0) +1 >Emitted(16, 1) Source(8, 1) + SourceIndex(0) +2 >Emitted(16, 2) Source(8, 2) + SourceIndex(0) +3 >Emitted(16, 2) Source(1, 1) + SourceIndex(0) +4 >Emitted(16, 6) Source(8, 2) + SourceIndex(0) --- >>>//# sourceMappingURL=computedPropertyNamesSourceMap1_ES5.js.map \ No newline at end of file diff --git a/tests/baselines/reference/conditionalTypes2.js b/tests/baselines/reference/conditionalTypes2.js index cb35ac6cc2dfe..9e4c068d3298a 100644 --- a/tests/baselines/reference/conditionalTypes2.js +++ b/tests/baselines/reference/conditionalTypes2.js @@ -257,10 +257,11 @@ var Opt = /** @class */ (function () { var Vector = /** @class */ (function () { function Vector() { } - Vector.prototype.tail = function () { + var proto_1 = Vector.prototype; + proto_1.tail = function () { return undefined; }; - Vector.prototype.partition2 = function (predicate) { + proto_1.partition2 = function (predicate) { return undefined; }; return Vector; diff --git a/tests/baselines/reference/conflictMarkerDiff3Trivia2.js b/tests/baselines/reference/conflictMarkerDiff3Trivia2.js index 8a852400c6c74..be77cc177f6e4 100644 --- a/tests/baselines/reference/conflictMarkerDiff3Trivia2.js +++ b/tests/baselines/reference/conflictMarkerDiff3Trivia2.js @@ -20,9 +20,10 @@ class C { var C = /** @class */ (function () { function C() { } - C.prototype.foo = function () { + var proto_1 = C.prototype; + proto_1.foo = function () { a(); }; - C.prototype.bar = function () { }; + proto_1.bar = function () { }; return C; }()); diff --git a/tests/baselines/reference/conflictMarkerTrivia2.js b/tests/baselines/reference/conflictMarkerTrivia2.js index cf6c1afbd8e09..5f4fc698f9143 100644 --- a/tests/baselines/reference/conflictMarkerTrivia2.js +++ b/tests/baselines/reference/conflictMarkerTrivia2.js @@ -17,9 +17,10 @@ class C { var C = /** @class */ (function () { function C() { } - C.prototype.foo = function () { + var proto_1 = C.prototype; + proto_1.foo = function () { a(); }; - C.prototype.bar = function () { }; + proto_1.bar = function () { }; return C; }()); diff --git a/tests/baselines/reference/constructorOverloads1.js b/tests/baselines/reference/constructorOverloads1.js index 17449197801c5..3bcb8bdee4f7b 100644 --- a/tests/baselines/reference/constructorOverloads1.js +++ b/tests/baselines/reference/constructorOverloads1.js @@ -25,8 +25,9 @@ f1.bar2(); var Foo = /** @class */ (function () { function Foo(x) { } - Foo.prototype.bar1 = function () { }; - Foo.prototype.bar2 = function () { }; + var proto_1 = Foo.prototype; + proto_1.bar1 = function () { }; + proto_1.bar2 = function () { }; return Foo; }()); var f1 = new Foo("hey"); diff --git a/tests/baselines/reference/constructorWithIncompleteTypeAnnotation.js b/tests/baselines/reference/constructorWithIncompleteTypeAnnotation.js index f59e2a2184f68..c9d123caad6c7 100644 --- a/tests/baselines/reference/constructorWithIncompleteTypeAnnotation.js +++ b/tests/baselines/reference/constructorWithIncompleteTypeAnnotation.js @@ -351,11 +351,12 @@ var TypeScriptAllInOne; var BasicFeatures = /** @class */ (function () { function BasicFeatures() { } + var proto_1 = BasicFeatures.prototype; /// /// Test various of variables. Including nullable,key world as variable,special format /// /// - BasicFeatures.prototype.VARIABLES = function () { + proto_1.VARIABLES = function () { var local = Number.MAX_VALUE; var min = Number.MIN_VALUE; var inf = Number.NEGATIVE_INFINITY - @@ -404,7 +405,7 @@ var BasicFeatures = /** @class */ (function () { /// /// /// - BasicFeatures.prototype.STATEMENTS = function (i) { + proto_1.STATEMENTS = function (i) { var retVal = 0; if (i == 1) retVal = 1; @@ -439,7 +440,7 @@ var BasicFeatures = /** @class */ (function () { /// Test types in ts language. Including class,struct,interface,delegate,anonymous type /// /// - BasicFeatures.prototype.TYPES = function () { + proto_1.TYPES = function () { var retVal = 0; var c = new CLASS(); var xx = c; @@ -458,7 +459,7 @@ var BasicFeatures = /** @class */ (function () { ///// Test different operators ///// ///// - BasicFeatures.prototype.OPERATOR = function () { + proto_1.OPERATOR = function () { var a = [1, 2, 3, 4, 5,]; /*[] bug*/ // YES [] var i = a[1]; /*[]*/ i = i + i - i * i / i % i & i | i ^ i; /*+ - * / % & | ^*/ @@ -497,15 +498,16 @@ var CLASS = /** @class */ (function () { function CLASS() { this.d = function () { yield 0; }; } - Object.defineProperty(CLASS.prototype, "Property", { + var proto_2 = CLASS.prototype; + Object.defineProperty(proto_2, "Property", { get: function () { return 0; }, enumerable: true, configurable: true }); - CLASS.prototype.Member = function () { + proto_2.Member = function () { return 0; }; - CLASS.prototype.Foo = function () { + proto_2.Foo = function () { var myEvent = function () { return 1; }; if (myEvent() == 1) return true ? diff --git a/tests/baselines/reference/contextuallyTypedClassExpressionMethodDeclaration02.js b/tests/baselines/reference/contextuallyTypedClassExpressionMethodDeclaration02.js index 40f6c55824ee6..3be6fef40bc2d 100644 --- a/tests/baselines/reference/contextuallyTypedClassExpressionMethodDeclaration02.js +++ b/tests/baselines/reference/contextuallyTypedClassExpressionMethodDeclaration02.js @@ -54,10 +54,11 @@ function getFoo1() { return /** @class */ (function () { function class_1() { } - class_1.prototype.method1 = function (arg) { + var proto_1 = class_1.prototype; + proto_1.method1 = function (arg) { arg.numProp = 10; }; - class_1.prototype.method2 = function (arg) { + proto_1.method2 = function (arg) { arg.strProp = "hello"; }; return class_1; diff --git a/tests/baselines/reference/crashIntypeCheckObjectCreationExpression.js b/tests/baselines/reference/crashIntypeCheckObjectCreationExpression.js index 22855b99cdf74..559c6b31e827e 100644 --- a/tests/baselines/reference/crashIntypeCheckObjectCreationExpression.js +++ b/tests/baselines/reference/crashIntypeCheckObjectCreationExpression.js @@ -15,10 +15,11 @@ define(["require", "exports"], function (require, exports) { var BuildWorkspaceService = /** @class */ (function () { function BuildWorkspaceService() { } - BuildWorkspaceService.prototype.injectRequestService = function (service) { + var proto_1 = BuildWorkspaceService.prototype; + proto_1.injectRequestService = function (service) { this.injectBuildService(new X(service)); }; - BuildWorkspaceService.prototype.injectBuildService = function (service) { + proto_1.injectBuildService = function (service) { }; return BuildWorkspaceService; }()); diff --git a/tests/baselines/reference/declFileAccessors.js b/tests/baselines/reference/declFileAccessors.js index c6175ec7ede0a..7cf3a0fad743a 100644 --- a/tests/baselines/reference/declFileAccessors.js +++ b/tests/baselines/reference/declFileAccessors.js @@ -107,7 +107,8 @@ Object.defineProperty(exports, "__esModule", { value: true }); var c1 = /** @class */ (function () { function c1() { } - Object.defineProperty(c1.prototype, "p3", { + var proto_1 = c1.prototype; + Object.defineProperty(proto_1, "p3", { /** getter property*/ get: function () { return 10; @@ -118,7 +119,7 @@ var c1 = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(c1.prototype, "pp3", { + Object.defineProperty(proto_1, "pp3", { /** private getter property*/ get: function () { return 10; @@ -140,7 +141,7 @@ var c1 = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(c1.prototype, "nc_p3", { + Object.defineProperty(proto_1, "nc_p3", { get: function () { return 10; }, @@ -149,7 +150,7 @@ var c1 = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(c1.prototype, "nc_pp3", { + Object.defineProperty(proto_1, "nc_pp3", { get: function () { return 10; }, @@ -167,7 +168,7 @@ var c1 = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(c1.prototype, "onlyGetter", { + Object.defineProperty(proto_1, "onlyGetter", { // Only getter property get: function () { return 10; @@ -175,7 +176,7 @@ var c1 = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(c1.prototype, "onlySetter", { + Object.defineProperty(proto_1, "onlySetter", { // Only setter property set: function (value) { }, @@ -190,7 +191,8 @@ exports.c1 = c1; var c2 = /** @class */ (function () { function c2() { } - Object.defineProperty(c2.prototype, "p3", { + var proto_1 = c2.prototype; + Object.defineProperty(proto_1, "p3", { /** getter property*/ get: function () { return 10; @@ -201,7 +203,7 @@ var c2 = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(c2.prototype, "pp3", { + Object.defineProperty(proto_1, "pp3", { /** private getter property*/ get: function () { return 10; @@ -223,7 +225,7 @@ var c2 = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(c2.prototype, "nc_p3", { + Object.defineProperty(proto_1, "nc_p3", { get: function () { return 10; }, @@ -232,7 +234,7 @@ var c2 = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(c2.prototype, "nc_pp3", { + Object.defineProperty(proto_1, "nc_pp3", { get: function () { return 10; }, @@ -250,7 +252,7 @@ var c2 = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(c2.prototype, "onlyGetter", { + Object.defineProperty(proto_1, "onlyGetter", { // Only getter property get: function () { return 10; @@ -258,7 +260,7 @@ var c2 = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(c2.prototype, "onlySetter", { + Object.defineProperty(proto_1, "onlySetter", { // Only setter property set: function (value) { }, diff --git a/tests/baselines/reference/declFileForClassWithMultipleBaseClasses.js b/tests/baselines/reference/declFileForClassWithMultipleBaseClasses.js index 1b2860bc8275b..f9dbe112753b5 100644 --- a/tests/baselines/reference/declFileForClassWithMultipleBaseClasses.js +++ b/tests/baselines/reference/declFileForClassWithMultipleBaseClasses.js @@ -42,10 +42,11 @@ var B = /** @class */ (function () { var D = /** @class */ (function () { function D() { } - D.prototype.baz = function () { }; - D.prototype.bat = function () { }; - D.prototype.foo = function () { }; - D.prototype.bar = function () { }; + var proto_1 = D.prototype; + proto_1.baz = function () { }; + proto_1.bat = function () { }; + proto_1.foo = function () { }; + proto_1.bar = function () { }; return D; }()); diff --git a/tests/baselines/reference/declFileMethods.js b/tests/baselines/reference/declFileMethods.js index 22cfb800ef871..278636a464009 100644 --- a/tests/baselines/reference/declFileMethods.js +++ b/tests/baselines/reference/declFileMethods.js @@ -195,42 +195,43 @@ Object.defineProperty(exports, "__esModule", { value: true }); var c1 = /** @class */ (function () { function c1() { } + var proto_1 = c1.prototype; /** This comment should appear for foo*/ - c1.prototype.foo = function () { + proto_1.foo = function () { }; /** This is comment for function signature*/ - c1.prototype.fooWithParameters = function (/** this is comment about a*/ a, + proto_1.fooWithParameters = function (/** this is comment about a*/ a, /** this is comment for b*/ b) { var d = a; }; - c1.prototype.fooWithRestParameters = function (a) { + proto_1.fooWithRestParameters = function (a) { var rests = []; for (var _i = 1; _i < arguments.length; _i++) { rests[_i - 1] = arguments[_i]; } return a + rests.join(""); }; - c1.prototype.fooWithOverloads = function (a) { + proto_1.fooWithOverloads = function (a) { return a; }; /** This comment should appear for privateFoo*/ - c1.prototype.privateFoo = function () { + proto_1.privateFoo = function () { }; /** This is comment for function signature*/ - c1.prototype.privateFooWithParameters = function (/** this is comment about a*/ a, + proto_1.privateFooWithParameters = function (/** this is comment about a*/ a, /** this is comment for b*/ b) { var d = a; }; - c1.prototype.privateFooWithRestParameters = function (a) { + proto_1.privateFooWithRestParameters = function (a) { var rests = []; for (var _i = 1; _i < arguments.length; _i++) { rests[_i - 1] = arguments[_i]; } return a + rests.join(""); }; - c1.prototype.privateFooWithOverloads = function (a) { + proto_1.privateFooWithOverloads = function (a) { return a; }; /** This comment should appear for static foo*/ @@ -278,42 +279,43 @@ exports.c1 = c1; var c2 = /** @class */ (function () { function c2() { } + var proto_1 = c2.prototype; /** This comment should appear for foo*/ - c2.prototype.foo = function () { + proto_1.foo = function () { }; /** This is comment for function signature*/ - c2.prototype.fooWithParameters = function (/** this is comment about a*/ a, + proto_1.fooWithParameters = function (/** this is comment about a*/ a, /** this is comment for b*/ b) { var d = a; }; - c2.prototype.fooWithRestParameters = function (a) { + proto_1.fooWithRestParameters = function (a) { var rests = []; for (var _i = 1; _i < arguments.length; _i++) { rests[_i - 1] = arguments[_i]; } return a + rests.join(""); }; - c2.prototype.fooWithOverloads = function (a) { + proto_1.fooWithOverloads = function (a) { return a; }; /** This comment should appear for privateFoo*/ - c2.prototype.privateFoo = function () { + proto_1.privateFoo = function () { }; /** This is comment for function signature*/ - c2.prototype.privateFooWithParameters = function (/** this is comment about a*/ a, + proto_1.privateFooWithParameters = function (/** this is comment about a*/ a, /** this is comment for b*/ b) { var d = a; }; - c2.prototype.privateFooWithRestParameters = function (a) { + proto_1.privateFooWithRestParameters = function (a) { var rests = []; for (var _i = 1; _i < arguments.length; _i++) { rests[_i - 1] = arguments[_i]; } return a + rests.join(""); }; - c2.prototype.privateFooWithOverloads = function (a) { + proto_1.privateFooWithOverloads = function (a) { return a; }; /** This comment should appear for static foo*/ diff --git a/tests/baselines/reference/declFilePrivateMethodOverloads.js b/tests/baselines/reference/declFilePrivateMethodOverloads.js index 0c8c49e1be278..21ae61128f9cb 100644 --- a/tests/baselines/reference/declFilePrivateMethodOverloads.js +++ b/tests/baselines/reference/declFilePrivateMethodOverloads.js @@ -26,10 +26,11 @@ declare class c2 { var c1 = /** @class */ (function () { function c1() { } - c1.prototype._forEachBindingContext = function (context, fn) { + var proto_1 = c1.prototype; + proto_1._forEachBindingContext = function (context, fn) { // Function here }; - c1.prototype.overloadWithArityDifference = function (context) { + proto_1.overloadWithArityDifference = function (context) { // Function here }; return c1; diff --git a/tests/baselines/reference/declFileTypeAnnotationVisibilityErrorAccessors.js b/tests/baselines/reference/declFileTypeAnnotationVisibilityErrorAccessors.js index 6018176153396..108c9e4cf89fb 100644 --- a/tests/baselines/reference/declFileTypeAnnotationVisibilityErrorAccessors.js +++ b/tests/baselines/reference/declFileTypeAnnotationVisibilityErrorAccessors.js @@ -125,7 +125,8 @@ var m; var c = /** @class */ (function () { function c() { } - Object.defineProperty(c.prototype, "foo1", { + var proto_1 = c.prototype; + Object.defineProperty(proto_1, "foo1", { // getter with annotation get: function () { return; @@ -133,7 +134,7 @@ var m; enumerable: true, configurable: true }); - Object.defineProperty(c.prototype, "foo2", { + Object.defineProperty(proto_1, "foo2", { // getter without annotation get: function () { return new private1(); @@ -141,14 +142,14 @@ var m; enumerable: true, configurable: true }); - Object.defineProperty(c.prototype, "foo3", { + Object.defineProperty(proto_1, "foo3", { // setter with annotation set: function (param) { }, enumerable: true, configurable: true }); - Object.defineProperty(c.prototype, "foo4", { + Object.defineProperty(proto_1, "foo4", { // Both - getter without annotation, setter with annotation get: function () { return new private1(); @@ -158,7 +159,7 @@ var m; enumerable: true, configurable: true }); - Object.defineProperty(c.prototype, "foo5", { + Object.defineProperty(proto_1, "foo5", { // Both - with annotation get: function () { return; @@ -168,7 +169,7 @@ var m; enumerable: true, configurable: true }); - Object.defineProperty(c.prototype, "foo11", { + Object.defineProperty(proto_1, "foo11", { // getter with annotation get: function () { return; @@ -176,7 +177,7 @@ var m; enumerable: true, configurable: true }); - Object.defineProperty(c.prototype, "foo12", { + Object.defineProperty(proto_1, "foo12", { // getter without annotation get: function () { return new public1(); @@ -184,14 +185,14 @@ var m; enumerable: true, configurable: true }); - Object.defineProperty(c.prototype, "foo13", { + Object.defineProperty(proto_1, "foo13", { // setter with annotation set: function (param) { }, enumerable: true, configurable: true }); - Object.defineProperty(c.prototype, "foo14", { + Object.defineProperty(proto_1, "foo14", { // Both - getter without annotation, setter with annotation get: function () { return new public1(); @@ -201,7 +202,7 @@ var m; enumerable: true, configurable: true }); - Object.defineProperty(c.prototype, "foo15", { + Object.defineProperty(proto_1, "foo15", { // Both - with annotation get: function () { return; @@ -211,7 +212,7 @@ var m; enumerable: true, configurable: true }); - Object.defineProperty(c.prototype, "foo111", { + Object.defineProperty(proto_1, "foo111", { // getter with annotation get: function () { return; @@ -219,7 +220,7 @@ var m; enumerable: true, configurable: true }); - Object.defineProperty(c.prototype, "foo112", { + Object.defineProperty(proto_1, "foo112", { // getter without annotation get: function () { return new m2.public2(); @@ -227,14 +228,14 @@ var m; enumerable: true, configurable: true }); - Object.defineProperty(c.prototype, "foo113", { + Object.defineProperty(proto_1, "foo113", { // setter with annotation set: function (param) { }, enumerable: true, configurable: true }); - Object.defineProperty(c.prototype, "foo114", { + Object.defineProperty(proto_1, "foo114", { // Both - getter without annotation, setter with annotation get: function () { return new m2.public2(); @@ -244,7 +245,7 @@ var m; enumerable: true, configurable: true }); - Object.defineProperty(c.prototype, "foo115", { + Object.defineProperty(proto_1, "foo115", { // Both - with annotation get: function () { return; diff --git a/tests/baselines/reference/declInput-2.js b/tests/baselines/reference/declInput-2.js index 95800d8a60229..7b2ac7c7f0b58 100644 --- a/tests/baselines/reference/declInput-2.js +++ b/tests/baselines/reference/declInput-2.js @@ -38,12 +38,13 @@ var M; var D = /** @class */ (function () { function D() { } - D.prototype.m232 = function () { return null; }; - D.prototype.m242 = function () { return null; }; - D.prototype.m252 = function () { return null; }; // don't generate - D.prototype.m26 = function (i) { }; - D.prototype.m262 = function (i) { }; - D.prototype.m3 = function () { return new C(); }; + var proto_1 = D.prototype; + proto_1.m232 = function () { return null; }; + proto_1.m242 = function () { return null; }; + proto_1.m252 = function () { return null; }; // don't generate + proto_1.m26 = function (i) { }; + proto_1.m262 = function (i) { }; + proto_1.m3 = function () { return new C(); }; return D; }()); M.D = D; diff --git a/tests/baselines/reference/declInput.js b/tests/baselines/reference/declInput.js index 1b73e581dc007..6bbdf0bd3f3dd 100644 --- a/tests/baselines/reference/declInput.js +++ b/tests/baselines/reference/declInput.js @@ -14,9 +14,10 @@ class bar { var bar = /** @class */ (function () { function bar() { } - bar.prototype.f = function () { return ''; }; - bar.prototype.g = function () { return { a: null, b: undefined, c: void 4 }; }; - bar.prototype.h = function (x, y, z) { + var proto_1 = bar.prototype; + proto_1.f = function () { return ''; }; + proto_1.g = function () { return { a: null, b: undefined, c: void 4 }; }; + proto_1.h = function (x, y, z) { if (x === void 0) { x = 4; } if (y === void 0) { y = null; } if (z === void 0) { z = ''; } diff --git a/tests/baselines/reference/declInput3.js b/tests/baselines/reference/declInput3.js index c8606d6a3ac99..2248f838be1be 100644 --- a/tests/baselines/reference/declInput3.js +++ b/tests/baselines/reference/declInput3.js @@ -14,9 +14,10 @@ class bar { var bar = /** @class */ (function () { function bar() { } - bar.prototype.f = function () { return ''; }; - bar.prototype.g = function () { return { a: null, b: undefined, c: void 4 }; }; - bar.prototype.h = function (x, y, z) { + var proto_1 = bar.prototype; + proto_1.f = function () { return ''; }; + proto_1.g = function () { return { a: null, b: undefined, c: void 4 }; }; + proto_1.h = function (x, y, z) { if (x === void 0) { x = 4; } if (y === void 0) { y = null; } if (z === void 0) { z = ''; } diff --git a/tests/baselines/reference/declInput4.js b/tests/baselines/reference/declInput4.js index c27c39cb4a3d8..59c201e250ef3 100644 --- a/tests/baselines/reference/declInput4.js +++ b/tests/baselines/reference/declInput4.js @@ -32,9 +32,10 @@ var M; var D = /** @class */ (function () { function D() { } - D.prototype.m232 = function () { return null; }; - D.prototype.m242 = function () { return null; }; - D.prototype.m26 = function (i) { }; + var proto_1 = D.prototype; + proto_1.m232 = function () { return null; }; + proto_1.m242 = function () { return null; }; + proto_1.m26 = function (i) { }; return D; }()); M.D = D; diff --git a/tests/baselines/reference/declarationEmitClassMemberNameConflict.js b/tests/baselines/reference/declarationEmitClassMemberNameConflict.js index 77732ea94f889..61f8a56e55101 100644 --- a/tests/baselines/reference/declarationEmitClassMemberNameConflict.js +++ b/tests/baselines/reference/declarationEmitClassMemberNameConflict.js @@ -41,8 +41,9 @@ Object.defineProperty(exports, "__esModule", { value: true }); var C1 = /** @class */ (function () { function C1() { } - C1.prototype.C1 = function () { }; // has to be the same as the class name - C1.prototype.bar = function () { + var proto_1 = C1.prototype; + proto_1.C1 = function () { }; // has to be the same as the class name + proto_1.bar = function () { return function (t) { }; }; @@ -62,13 +63,14 @@ exports.C2 = C2; var C3 = /** @class */ (function () { function C3() { } - Object.defineProperty(C3.prototype, "C3", { + var proto_2 = C3.prototype; + Object.defineProperty(proto_2, "C3", { get: function () { return 0; } // has to be the same as the class name , enumerable: true, configurable: true }); - C3.prototype.bar = function () { + proto_2.bar = function () { return function (t) { }; }; @@ -78,13 +80,14 @@ exports.C3 = C3; var C4 = /** @class */ (function () { function C4() { } - Object.defineProperty(C4.prototype, "C4", { + var proto_3 = C4.prototype; + Object.defineProperty(proto_3, "C4", { set: function (v) { } // has to be the same as the class name , enumerable: true, configurable: true }); - C4.prototype.bar = function () { + proto_3.bar = function () { return function (t) { }; }; diff --git a/tests/baselines/reference/declarationEmitProtectedMembers.js b/tests/baselines/reference/declarationEmitProtectedMembers.js index fb0a9cb933914..0e4f071932913 100644 --- a/tests/baselines/reference/declarationEmitProtectedMembers.js +++ b/tests/baselines/reference/declarationEmitProtectedMembers.js @@ -67,10 +67,11 @@ var __extends = (this && this.__extends) || (function () { var C1 = /** @class */ (function () { function C1() { } - C1.prototype.f = function () { + var proto_1 = C1.prototype; + proto_1.f = function () { return this.x; }; - Object.defineProperty(C1.prototype, "accessor", { + Object.defineProperty(proto_1, "accessor", { get: function () { return 0; }, set: function (a) { }, enumerable: true, diff --git a/tests/baselines/reference/declarationFiles.js b/tests/baselines/reference/declarationFiles.js index 9b3c91274ee0a..97b38c5890ae4 100644 --- a/tests/baselines/reference/declarationFiles.js +++ b/tests/baselines/reference/declarationFiles.js @@ -72,16 +72,17 @@ var C4 = /** @class */ (function () { this.x3 = [{ a: this }]; this.x4 = function () { return _this; }; } - C4.prototype.f1 = function () { + var proto_1 = C4.prototype; + proto_1.f1 = function () { return { a: this }; }; - C4.prototype.f2 = function () { + proto_1.f2 = function () { return [this]; }; - C4.prototype.f3 = function () { + proto_1.f3 = function () { return [{ a: this }]; }; - C4.prototype.f4 = function () { + proto_1.f4 = function () { var _this = this; return function () { return _this; }; }; diff --git a/tests/baselines/reference/decoratorOnClassAccessor7.js b/tests/baselines/reference/decoratorOnClassAccessor7.js index d32e0eb4911af..b464564e337a3 100644 --- a/tests/baselines/reference/decoratorOnClassAccessor7.js +++ b/tests/baselines/reference/decoratorOnClassAccessor7.js @@ -42,7 +42,8 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, var A = /** @class */ (function () { function A() { } - Object.defineProperty(A.prototype, "x", { + var proto_1 = A.prototype; + Object.defineProperty(proto_1, "x", { get: function () { return 0; }, set: function (value) { }, enumerable: true, @@ -56,7 +57,8 @@ var A = /** @class */ (function () { var B = /** @class */ (function () { function B() { } - Object.defineProperty(B.prototype, "x", { + var proto_2 = B.prototype; + Object.defineProperty(proto_2, "x", { get: function () { return 0; }, set: function (value) { }, enumerable: true, @@ -70,7 +72,8 @@ var B = /** @class */ (function () { var C = /** @class */ (function () { function C() { } - Object.defineProperty(C.prototype, "x", { + var proto_3 = C.prototype; + Object.defineProperty(proto_3, "x", { get: function () { return 0; }, set: function (value) { }, enumerable: true, @@ -84,7 +87,8 @@ var C = /** @class */ (function () { var D = /** @class */ (function () { function D() { } - Object.defineProperty(D.prototype, "x", { + var proto_4 = D.prototype; + Object.defineProperty(proto_4, "x", { get: function () { return 0; }, set: function (value) { }, enumerable: true, @@ -98,7 +102,8 @@ var D = /** @class */ (function () { var E = /** @class */ (function () { function E() { } - Object.defineProperty(E.prototype, "x", { + var proto_5 = E.prototype; + Object.defineProperty(proto_5, "x", { get: function () { return 0; }, set: function (value) { }, enumerable: true, @@ -112,7 +117,8 @@ var E = /** @class */ (function () { var F = /** @class */ (function () { function F() { } - Object.defineProperty(F.prototype, "x", { + var proto_6 = F.prototype; + Object.defineProperty(proto_6, "x", { get: function () { return 0; }, set: function (value) { }, enumerable: true, diff --git a/tests/baselines/reference/decoratorOnClassAccessor8.js b/tests/baselines/reference/decoratorOnClassAccessor8.js index e1fffdaec839d..988f9130c1ef1 100644 --- a/tests/baselines/reference/decoratorOnClassAccessor8.js +++ b/tests/baselines/reference/decoratorOnClassAccessor8.js @@ -42,7 +42,8 @@ var __metadata = (this && this.__metadata) || function (k, v) { var A = /** @class */ (function () { function A() { } - Object.defineProperty(A.prototype, "x", { + var proto_1 = A.prototype; + Object.defineProperty(proto_1, "x", { get: function () { return 0; }, set: function (value) { }, enumerable: true, @@ -58,7 +59,8 @@ var A = /** @class */ (function () { var B = /** @class */ (function () { function B() { } - Object.defineProperty(B.prototype, "x", { + var proto_2 = B.prototype; + Object.defineProperty(proto_2, "x", { get: function () { return 0; }, set: function (value) { }, enumerable: true, @@ -74,7 +76,8 @@ var B = /** @class */ (function () { var C = /** @class */ (function () { function C() { } - Object.defineProperty(C.prototype, "x", { + var proto_3 = C.prototype; + Object.defineProperty(proto_3, "x", { get: function () { return 0; }, set: function (value) { }, enumerable: true, @@ -90,7 +93,8 @@ var C = /** @class */ (function () { var D = /** @class */ (function () { function D() { } - Object.defineProperty(D.prototype, "x", { + var proto_4 = D.prototype; + Object.defineProperty(proto_4, "x", { get: function () { return 0; }, set: function (value) { }, enumerable: true, diff --git a/tests/baselines/reference/decoratorOnClassMethod11.js b/tests/baselines/reference/decoratorOnClassMethod11.js index 2600681c64746..6107c76a844c9 100644 --- a/tests/baselines/reference/decoratorOnClassMethod11.js +++ b/tests/baselines/reference/decoratorOnClassMethod11.js @@ -20,8 +20,9 @@ var M; var C = /** @class */ (function () { function C() { } - C.prototype.decorator = function (target, key) { }; - C.prototype.method = function () { }; + var proto_1 = C.prototype; + proto_1.decorator = function (target, key) { }; + proto_1.method = function () { }; __decorate([ this.decorator ], C.prototype, "method", null); diff --git a/tests/baselines/reference/deepKeysIndexing.js b/tests/baselines/reference/deepKeysIndexing.js index b19a9ce4b20a1..a01cd41849942 100644 --- a/tests/baselines/reference/deepKeysIndexing.js +++ b/tests/baselines/reference/deepKeysIndexing.js @@ -60,9 +60,10 @@ bar.workaround("a", "1", true); // ok - true is not allowed var Bar = /** @class */ (function () { function Bar() { } - Bar.prototype.broken = function (k1, k2, value) { }; - Bar.prototype.working = function (k1, k2, value) { }; - Bar.prototype.workaround = function (k1, k2, value) { }; + var proto_1 = Bar.prototype; + proto_1.broken = function (k1, k2, value) { }; + proto_1.working = function (k1, k2, value) { }; + proto_1.workaround = function (k1, k2, value) { }; return Bar; }()); var bar = new Bar(); diff --git a/tests/baselines/reference/derivedClassFunctionOverridesBaseClassAccessor.js b/tests/baselines/reference/derivedClassFunctionOverridesBaseClassAccessor.js index 0df523b753138..a635dbfa3298a 100644 --- a/tests/baselines/reference/derivedClassFunctionOverridesBaseClassAccessor.js +++ b/tests/baselines/reference/derivedClassFunctionOverridesBaseClassAccessor.js @@ -31,7 +31,8 @@ var __extends = (this && this.__extends) || (function () { var Base = /** @class */ (function () { function Base() { } - Object.defineProperty(Base.prototype, "x", { + var proto_1 = Base.prototype; + Object.defineProperty(proto_1, "x", { get: function () { return 1; }, diff --git a/tests/baselines/reference/derivedClassIncludesInheritedMembers.js b/tests/baselines/reference/derivedClassIncludesInheritedMembers.js index f80e3c38b89ea..eb5b670719229 100644 --- a/tests/baselines/reference/derivedClassIncludesInheritedMembers.js +++ b/tests/baselines/reference/derivedClassIncludesInheritedMembers.js @@ -57,8 +57,9 @@ var __extends = (this && this.__extends) || (function () { var Base = /** @class */ (function () { function Base(x) { } - Base.prototype.b = function () { }; - Object.defineProperty(Base.prototype, "c", { + var proto_1 = Base.prototype; + proto_1.b = function () { }; + Object.defineProperty(proto_1, "c", { get: function () { return ''; }, set: function (v) { }, enumerable: true, diff --git a/tests/baselines/reference/derivedClassOverridesProtectedMembers.js b/tests/baselines/reference/derivedClassOverridesProtectedMembers.js index f8f20fb6c00c4..fde49caef40f5 100644 --- a/tests/baselines/reference/derivedClassOverridesProtectedMembers.js +++ b/tests/baselines/reference/derivedClassOverridesProtectedMembers.js @@ -54,8 +54,9 @@ var y; var Base = /** @class */ (function () { function Base(a) { } - Base.prototype.b = function (a) { }; - Object.defineProperty(Base.prototype, "c", { + var proto_1 = Base.prototype; + proto_1.b = function (a) { }; + Object.defineProperty(proto_1, "c", { get: function () { return x; }, set: function (v) { }, enumerable: true, @@ -75,8 +76,9 @@ var Derived = /** @class */ (function (_super) { function Derived(a) { return _super.call(this, x) || this; } - Derived.prototype.b = function (a) { }; - Object.defineProperty(Derived.prototype, "c", { + var proto_2 = Derived.prototype; + proto_2.b = function (a) { }; + Object.defineProperty(proto_2, "c", { get: function () { return y; }, set: function (v) { }, enumerable: true, diff --git a/tests/baselines/reference/derivedClassOverridesProtectedMembers2.js b/tests/baselines/reference/derivedClassOverridesProtectedMembers2.js index 2b0e072f86531..9e37755c2fa32 100644 --- a/tests/baselines/reference/derivedClassOverridesProtectedMembers2.js +++ b/tests/baselines/reference/derivedClassOverridesProtectedMembers2.js @@ -82,8 +82,9 @@ var y; var Base = /** @class */ (function () { function Base(a) { } - Base.prototype.b = function (a) { }; - Object.defineProperty(Base.prototype, "c", { + var proto_1 = Base.prototype; + proto_1.b = function (a) { }; + Object.defineProperty(proto_1, "c", { get: function () { return x; }, set: function (v) { }, enumerable: true, @@ -104,8 +105,9 @@ var Derived = /** @class */ (function (_super) { function Derived(a) { return _super.call(this, a) || this; } - Derived.prototype.b = function (a) { }; - Object.defineProperty(Derived.prototype, "c", { + var proto_2 = Derived.prototype; + proto_2.b = function (a) { }; + Object.defineProperty(proto_2, "c", { get: function () { return y; }, set: function (v) { }, enumerable: true, diff --git a/tests/baselines/reference/derivedClassOverridesProtectedMembers3.js b/tests/baselines/reference/derivedClassOverridesProtectedMembers3.js index 568e7ecd32f10..da982e4db4b88 100644 --- a/tests/baselines/reference/derivedClassOverridesProtectedMembers3.js +++ b/tests/baselines/reference/derivedClassOverridesProtectedMembers3.js @@ -89,8 +89,9 @@ var y; var Base = /** @class */ (function () { function Base(a) { } - Base.prototype.b = function (a) { }; - Object.defineProperty(Base.prototype, "c", { + var proto_1 = Base.prototype; + proto_1.b = function (a) { }; + Object.defineProperty(proto_1, "c", { get: function () { return x; }, set: function (v) { }, enumerable: true, diff --git a/tests/baselines/reference/derivedClassOverridesPublicMembers.js b/tests/baselines/reference/derivedClassOverridesPublicMembers.js index 6e6b27452cd12..023aa883645b5 100644 --- a/tests/baselines/reference/derivedClassOverridesPublicMembers.js +++ b/tests/baselines/reference/derivedClassOverridesPublicMembers.js @@ -81,8 +81,9 @@ var y; var Base = /** @class */ (function () { function Base(a) { } - Base.prototype.b = function (a) { }; - Object.defineProperty(Base.prototype, "c", { + var proto_1 = Base.prototype; + proto_1.b = function (a) { }; + Object.defineProperty(proto_1, "c", { get: function () { return x; }, set: function (v) { }, enumerable: true, @@ -102,8 +103,9 @@ var Derived = /** @class */ (function (_super) { function Derived(a) { return _super.call(this, x) || this; } - Derived.prototype.b = function (a) { }; - Object.defineProperty(Derived.prototype, "c", { + var proto_2 = Derived.prototype; + proto_2.b = function (a) { }; + Object.defineProperty(proto_2, "c", { get: function () { return y; }, set: function (v) { }, enumerable: true, diff --git a/tests/baselines/reference/derivedClassWithAny.js b/tests/baselines/reference/derivedClassWithAny.js index d5f2e6309332a..ef0d58d0bd359 100644 --- a/tests/baselines/reference/derivedClassWithAny.js +++ b/tests/baselines/reference/derivedClassWithAny.js @@ -76,12 +76,13 @@ var __extends = (this && this.__extends) || (function () { var C = /** @class */ (function () { function C() { } - Object.defineProperty(C.prototype, "X", { + var proto_1 = C.prototype; + Object.defineProperty(proto_1, "X", { get: function () { return 1; }, enumerable: true, configurable: true }); - C.prototype.foo = function () { + proto_1.foo = function () { return 1; }; Object.defineProperty(C, "Y", { @@ -101,14 +102,15 @@ var D = /** @class */ (function (_super) { function D() { return _super !== null && _super.apply(this, arguments) || this; } - Object.defineProperty(D.prototype, "X", { + var proto_2 = D.prototype; + Object.defineProperty(proto_2, "X", { get: function () { return null; }, enumerable: true, configurable: true }); - D.prototype.foo = function () { + proto_2.foo = function () { return 1; }; Object.defineProperty(D, "Y", { @@ -129,12 +131,13 @@ var E = /** @class */ (function (_super) { function E() { return _super !== null && _super.apply(this, arguments) || this; } - Object.defineProperty(E.prototype, "X", { + var proto_3 = E.prototype; + Object.defineProperty(proto_3, "X", { get: function () { return ''; }, enumerable: true, configurable: true }); - E.prototype.foo = function () { + proto_3.foo = function () { return ''; }; Object.defineProperty(E, "Y", { diff --git a/tests/baselines/reference/derivedClassWithPrivateInstanceShadowingProtectedInstance.js b/tests/baselines/reference/derivedClassWithPrivateInstanceShadowingProtectedInstance.js index 710a400dc7ba7..3f4b60e24c8db 100644 --- a/tests/baselines/reference/derivedClassWithPrivateInstanceShadowingProtectedInstance.js +++ b/tests/baselines/reference/derivedClassWithPrivateInstanceShadowingProtectedInstance.js @@ -38,10 +38,11 @@ var __extends = (this && this.__extends) || (function () { var Base = /** @class */ (function () { function Base() { } - Base.prototype.fn = function () { + var proto_1 = Base.prototype; + proto_1.fn = function () { return ''; }; - Object.defineProperty(Base.prototype, "a", { + Object.defineProperty(proto_1, "a", { get: function () { return 1; }, set: function (v) { }, enumerable: true, @@ -55,10 +56,11 @@ var Derived = /** @class */ (function (_super) { function Derived() { return _super !== null && _super.apply(this, arguments) || this; } - Derived.prototype.fn = function () { + var proto_2 = Derived.prototype; + proto_2.fn = function () { return ''; }; - Object.defineProperty(Derived.prototype, "a", { + Object.defineProperty(proto_2, "a", { get: function () { return 1; }, set: function (v) { }, enumerable: true, diff --git a/tests/baselines/reference/derivedClassWithPrivateInstanceShadowingPublicInstance.js b/tests/baselines/reference/derivedClassWithPrivateInstanceShadowingPublicInstance.js index d16dd43a10951..0c68d1557b274 100644 --- a/tests/baselines/reference/derivedClassWithPrivateInstanceShadowingPublicInstance.js +++ b/tests/baselines/reference/derivedClassWithPrivateInstanceShadowingPublicInstance.js @@ -49,10 +49,11 @@ var __extends = (this && this.__extends) || (function () { var Base = /** @class */ (function () { function Base() { } - Base.prototype.fn = function () { + var proto_1 = Base.prototype; + proto_1.fn = function () { return ''; }; - Object.defineProperty(Base.prototype, "a", { + Object.defineProperty(proto_1, "a", { get: function () { return 1; }, set: function (v) { }, enumerable: true, @@ -66,10 +67,11 @@ var Derived = /** @class */ (function (_super) { function Derived() { return _super !== null && _super.apply(this, arguments) || this; } - Derived.prototype.fn = function () { + var proto_2 = Derived.prototype; + proto_2.fn = function () { return ''; }; - Object.defineProperty(Derived.prototype, "a", { + Object.defineProperty(proto_2, "a", { get: function () { return 1; }, set: function (v) { }, enumerable: true, diff --git a/tests/baselines/reference/derivedClasses.js b/tests/baselines/reference/derivedClasses.js index 74de644d40ca8..76fa83e1390bb 100644 --- a/tests/baselines/reference/derivedClasses.js +++ b/tests/baselines/reference/derivedClasses.js @@ -59,8 +59,9 @@ var Red = /** @class */ (function (_super) { var Color = /** @class */ (function () { function Color() { } - Color.prototype.shade = function () { return "some shade"; }; - Color.prototype.hue = function () { return "some hue"; }; + var proto_1 = Color.prototype; + proto_1.shade = function () { return "some shade"; }; + proto_1.hue = function () { return "some hue"; }; return Color; }()); var Blue = /** @class */ (function (_super) { diff --git a/tests/baselines/reference/derivedGenericClassWithAny.js b/tests/baselines/reference/derivedGenericClassWithAny.js index e5ba39f15a1a7..e1402dcbbdde2 100644 --- a/tests/baselines/reference/derivedGenericClassWithAny.js +++ b/tests/baselines/reference/derivedGenericClassWithAny.js @@ -59,12 +59,13 @@ var __extends = (this && this.__extends) || (function () { var C = /** @class */ (function () { function C() { } - Object.defineProperty(C.prototype, "X", { + var proto_1 = C.prototype; + Object.defineProperty(proto_1, "X", { get: function () { return null; }, enumerable: true, configurable: true }); - C.prototype.foo = function () { + proto_1.foo = function () { return null; }; return C; @@ -74,14 +75,15 @@ var D = /** @class */ (function (_super) { function D() { return _super !== null && _super.apply(this, arguments) || this; } - Object.defineProperty(D.prototype, "X", { + var proto_2 = D.prototype; + Object.defineProperty(proto_2, "X", { get: function () { return null; }, enumerable: true, configurable: true }); - D.prototype.foo = function () { + proto_2.foo = function () { return 1; }; Object.defineProperty(D, "Y", { @@ -102,13 +104,14 @@ var E = /** @class */ (function (_super) { function E() { return _super !== null && _super.apply(this, arguments) || this; } - Object.defineProperty(E.prototype, "X", { + var proto_3 = E.prototype; + Object.defineProperty(proto_3, "X", { get: function () { return ''; } // error , enumerable: true, configurable: true }); - E.prototype.foo = function () { + proto_3.foo = function () { return ''; // error }; return E; diff --git a/tests/baselines/reference/derivedTypeAccessesHiddenBaseCallViaSuperPropertyAccess.js b/tests/baselines/reference/derivedTypeAccessesHiddenBaseCallViaSuperPropertyAccess.js index 3073a8182d0da..f000881de4071 100644 --- a/tests/baselines/reference/derivedTypeAccessesHiddenBaseCallViaSuperPropertyAccess.js +++ b/tests/baselines/reference/derivedTypeAccessesHiddenBaseCallViaSuperPropertyAccess.js @@ -44,10 +44,11 @@ var Derived = /** @class */ (function (_super) { function Derived() { return _super !== null && _super.apply(this, arguments) || this; } - Derived.prototype.foo = function (x) { + var proto_1 = Derived.prototype; + proto_1.foo = function (x) { return null; }; - Derived.prototype.bar = function () { + proto_1.bar = function () { var r = _super.prototype.foo.call(this, { a: 1 }); // { a: number } var r2 = _super.prototype.foo.call(this, { a: 1, b: 2 }); // { a: number } var r3 = this.foo({ a: 1, b: 2 }); // { a: number; b: number; } diff --git a/tests/baselines/reference/destructuringParameterDeclaration1ES5.js b/tests/baselines/reference/destructuringParameterDeclaration1ES5.js index 233894553100f..3c0ba4f63ca4a 100644 --- a/tests/baselines/reference/destructuringParameterDeclaration1ES5.js +++ b/tests/baselines/reference/destructuringParameterDeclaration1ES5.js @@ -181,9 +181,10 @@ function d0(x) { var C2 = /** @class */ (function () { function C2() { } - C2.prototype.d3 = function () { }; - C2.prototype.d4 = function () { }; - C2.prototype.e0 = function (_a) { + var proto_1 = C2.prototype; + proto_1.d3 = function () { }; + proto_1.d4 = function () { }; + proto_1.e0 = function (_a) { var a = _a[0], b = _a[1], c = _a[2]; }; return C2; @@ -191,13 +192,14 @@ var C2 = /** @class */ (function () { var C3 = /** @class */ (function () { function C3() { } - C3.prototype.d3 = function (_a) { + var proto_2 = C3.prototype; + proto_2.d3 = function (_a) { var a = _a[0], b = _a[1], c = _a[2]; }; - C3.prototype.d4 = function (_a) { + proto_2.d4 = function (_a) { var x = _a.x, y = _a.y, z = _a.z; }; - C3.prototype.e0 = function (_a) { + proto_2.e0 = function (_a) { var a = _a[0], b = _a[1], c = _a[2]; }; return C3; diff --git a/tests/baselines/reference/destructuringParameterDeclaration1ES5iterable.js b/tests/baselines/reference/destructuringParameterDeclaration1ES5iterable.js index 5e14800bb5646..8afc552df0772 100644 --- a/tests/baselines/reference/destructuringParameterDeclaration1ES5iterable.js +++ b/tests/baselines/reference/destructuringParameterDeclaration1ES5iterable.js @@ -197,9 +197,10 @@ function d0(x) { var C2 = /** @class */ (function () { function C2() { } - C2.prototype.d3 = function () { }; - C2.prototype.d4 = function () { }; - C2.prototype.e0 = function (_a) { + var proto_1 = C2.prototype; + proto_1.d3 = function () { }; + proto_1.d4 = function () { }; + proto_1.e0 = function (_a) { var _b = __read(_a, 3), a = _b[0], b = _b[1], c = _b[2]; }; return C2; @@ -207,13 +208,14 @@ var C2 = /** @class */ (function () { var C3 = /** @class */ (function () { function C3() { } - C3.prototype.d3 = function (_a) { + var proto_2 = C3.prototype; + proto_2.d3 = function (_a) { var _b = __read(_a, 3), a = _b[0], b = _b[1], c = _b[2]; }; - C3.prototype.d4 = function (_a) { + proto_2.d4 = function (_a) { var x = _a.x, y = _a.y, z = _a.z; }; - C3.prototype.e0 = function (_a) { + proto_2.e0 = function (_a) { var _b = __read(_a, 3), a = _b[0], b = _b[1], c = _b[2]; }; return C3; diff --git a/tests/baselines/reference/destructuringParameterDeclaration2.js b/tests/baselines/reference/destructuringParameterDeclaration2.js index 94435f967c571..5b18ae9f2faa6 100644 --- a/tests/baselines/reference/destructuringParameterDeclaration2.js +++ b/tests/baselines/reference/destructuringParameterDeclaration2.js @@ -130,13 +130,14 @@ function d2(_a) { var C4 = /** @class */ (function () { function C4() { } - C4.prototype.d3 = function (_a) { + var proto_1 = C4.prototype; + proto_1.d3 = function (_a) { var a = _a[0], b = _a[1], c = _a[2]; }; // Error, binding pattern can't be optional in implementation signature - C4.prototype.d4 = function (_a) { + proto_1.d4 = function (_a) { var x = _a.x, y = _a.y, c = _a.c; }; - C4.prototype.e0 = function (_a) { + proto_1.e0 = function (_a) { var a = _a[0], b = _a[1], q = _a[2]; }; return C4; diff --git a/tests/baselines/reference/destructuringParameterProperties2.js b/tests/baselines/reference/destructuringParameterProperties2.js index 21959a6be87e2..cc0f5a53beb46 100644 --- a/tests/baselines/reference/destructuringParameterProperties2.js +++ b/tests/baselines/reference/destructuringParameterProperties2.js @@ -38,13 +38,14 @@ var C1 = /** @class */ (function () { this.a = a || k; } } - C1.prototype.getA = function () { + var proto_1 = C1.prototype; + proto_1.getA = function () { return this.a; }; - C1.prototype.getB = function () { + proto_1.getB = function () { return this.b; }; - C1.prototype.getC = function () { + proto_1.getC = function () { return this.c; }; return C1; diff --git a/tests/baselines/reference/destructuringParameterProperties3.js b/tests/baselines/reference/destructuringParameterProperties3.js index 4c148256f39cd..ae46624d2e6c9 100644 --- a/tests/baselines/reference/destructuringParameterProperties3.js +++ b/tests/baselines/reference/destructuringParameterProperties3.js @@ -41,13 +41,14 @@ var C1 = /** @class */ (function () { this.a = a || k; } } - C1.prototype.getA = function () { + var proto_1 = C1.prototype; + proto_1.getA = function () { return this.a; }; - C1.prototype.getB = function () { + proto_1.getB = function () { return this.b; }; - C1.prototype.getC = function () { + proto_1.getC = function () { return this.c; }; return C1; diff --git a/tests/baselines/reference/downlevelLetConst16.js b/tests/baselines/reference/downlevelLetConst16.js index 338489b20c379..fb4aa9f67c148 100644 --- a/tests/baselines/reference/downlevelLetConst16.js +++ b/tests/baselines/reference/downlevelLetConst16.js @@ -257,7 +257,8 @@ function foo2() { var A = /** @class */ (function () { function A() { } - A.prototype.m1 = function () { + var proto_1 = A.prototype; + proto_1.m1 = function () { var x = 1; use(x); var y = [1][0]; @@ -265,7 +266,7 @@ var A = /** @class */ (function () { var z = { a: 1 }.a; use(z); }; - A.prototype.m2 = function () { + proto_1.m2 = function () { { var x_2 = 1; use(x_2); @@ -281,7 +282,8 @@ var A = /** @class */ (function () { var B = /** @class */ (function () { function B() { } - B.prototype.m1 = function () { + var proto_2 = B.prototype; + proto_2.m1 = function () { var x = 1; use(x); var y = [1][0]; @@ -289,7 +291,7 @@ var B = /** @class */ (function () { var z = { a: 1 }.a; use(z); }; - B.prototype.m2 = function () { + proto_2.m2 = function () { { var x_3 = 1; use(x_3); diff --git a/tests/baselines/reference/duplicateClassElements.js b/tests/baselines/reference/duplicateClassElements.js index 1a37490c2fbd6..44a250a200418 100644 --- a/tests/baselines/reference/duplicateClassElements.js +++ b/tests/baselines/reference/duplicateClassElements.js @@ -48,11 +48,12 @@ class a { var a = /** @class */ (function () { function a() { } - a.prototype.b = function () { + var proto_1 = a.prototype; + proto_1.b = function () { }; - a.prototype.b = function () { + proto_1.b = function () { }; - Object.defineProperty(a.prototype, "x", { + Object.defineProperty(proto_1, "x", { get: function () { return 10; }, @@ -61,7 +62,7 @@ var a = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(a.prototype, "y", { + Object.defineProperty(proto_1, "y", { get: function () { return "Hello"; }, @@ -70,9 +71,9 @@ var a = /** @class */ (function () { enumerable: true, configurable: true }); - a.prototype.z = function () { + proto_1.z = function () { }; - Object.defineProperty(a.prototype, "z", { + Object.defineProperty(proto_1, "z", { get: function () { return "Hello"; }, @@ -81,7 +82,7 @@ var a = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(a.prototype, "x2", { + Object.defineProperty(proto_1, "x2", { get: function () { return 10; }, @@ -90,7 +91,7 @@ var a = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(a.prototype, "z2", { + Object.defineProperty(proto_1, "z2", { get: function () { return "Hello"; }, @@ -99,7 +100,7 @@ var a = /** @class */ (function () { enumerable: true, configurable: true }); - a.prototype.z2 = function () { + proto_1.z2 = function () { }; return a; }()); diff --git a/tests/baselines/reference/duplicateLocalVariable1.js b/tests/baselines/reference/duplicateLocalVariable1.js index b2e03768cf14d..f61e0ca0cb954 100644 --- a/tests/baselines/reference/duplicateLocalVariable1.js +++ b/tests/baselines/reference/duplicateLocalVariable1.js @@ -363,13 +363,14 @@ var TestRunner = /** @class */ (function () { function TestRunner() { this.tests = []; } + var proto_1 = TestRunner.prototype; TestRunner.arrayCompare = function (arg1, arg2) { return (arg1.every(function (val, index) { return val === arg2[index]; })); }; - TestRunner.prototype.addTest = function (test) { + proto_1.addTest = function (test) { this.tests.push(test); }; - TestRunner.prototype.run = function () { + proto_1.run = function () { var success = true; for (var test in this.tests) { var exception = false; diff --git a/tests/baselines/reference/duplicatePropertyNames.js b/tests/baselines/reference/duplicatePropertyNames.js index 95e491b71f53b..7ac6d2a458fcf 100644 --- a/tests/baselines/reference/duplicatePropertyNames.js +++ b/tests/baselines/reference/duplicatePropertyNames.js @@ -55,8 +55,9 @@ var C = /** @class */ (function () { this.baz = function () { }; this.baz = function () { }; } - C.prototype.bar = function (x) { }; - C.prototype.bar = function (x) { }; + var proto_1 = C.prototype; + proto_1.bar = function (x) { }; + proto_1.bar = function (x) { }; return C; }()); var a; diff --git a/tests/baselines/reference/emitDefaultParametersMethod.js b/tests/baselines/reference/emitDefaultParametersMethod.js index 0f935fae0aaeb..3f9987db101f5 100644 --- a/tests/baselines/reference/emitDefaultParametersMethod.js +++ b/tests/baselines/reference/emitDefaultParametersMethod.js @@ -22,20 +22,21 @@ var C = /** @class */ (function () { function C(t, z, x, y) { if (y === void 0) { y = "hello"; } } - C.prototype.foo = function (x, t) { + var proto_1 = C.prototype; + proto_1.foo = function (x, t) { if (t === void 0) { t = false; } }; - C.prototype.foo1 = function (x, t) { + proto_1.foo1 = function (x, t) { if (t === void 0) { t = false; } var rest = []; for (var _i = 2; _i < arguments.length; _i++) { rest[_i - 2] = arguments[_i]; } }; - C.prototype.bar = function (t) { + proto_1.bar = function (t) { if (t === void 0) { t = false; } }; - C.prototype.boo = function (t) { + proto_1.boo = function (t) { if (t === void 0) { t = false; } var rest = []; for (var _i = 1; _i < arguments.length; _i++) { diff --git a/tests/baselines/reference/emitRestParametersMethod.js b/tests/baselines/reference/emitRestParametersMethod.js index 370266a5f698d..b23ecd3b55680 100644 --- a/tests/baselines/reference/emitRestParametersMethod.js +++ b/tests/baselines/reference/emitRestParametersMethod.js @@ -21,13 +21,14 @@ var C = /** @class */ (function () { rest[_i - 1] = arguments[_i]; } } - C.prototype.bar = function () { + var proto_1 = C.prototype; + proto_1.bar = function () { var rest = []; for (var _i = 0; _i < arguments.length; _i++) { rest[_i] = arguments[_i]; } }; - C.prototype.foo = function (x) { + proto_1.foo = function (x) { var rest = []; for (var _i = 1; _i < arguments.length; _i++) { rest[_i - 1] = arguments[_i]; @@ -42,13 +43,14 @@ var D = /** @class */ (function () { rest[_i] = arguments[_i]; } } - D.prototype.bar = function () { + var proto_2 = D.prototype; + proto_2.bar = function () { var rest = []; for (var _i = 0; _i < arguments.length; _i++) { rest[_i] = arguments[_i]; } }; - D.prototype.foo = function (x) { + proto_2.foo = function (x) { var rest = []; for (var _i = 1; _i < arguments.length; _i++) { rest[_i - 1] = arguments[_i]; diff --git a/tests/baselines/reference/emitThisInSuperMethodCall.js b/tests/baselines/reference/emitThisInSuperMethodCall.js index 399cd1222858a..8ea00391a8ec2 100644 --- a/tests/baselines/reference/emitThisInSuperMethodCall.js +++ b/tests/baselines/reference/emitThisInSuperMethodCall.js @@ -53,14 +53,15 @@ var RegisteredUser = /** @class */ (function (_super) { function RegisteredUser() { return _super !== null && _super.apply(this, arguments) || this; } - RegisteredUser.prototype.f = function () { + var proto_1 = RegisteredUser.prototype; + proto_1.f = function () { (function () { function inner() { _super.sayHello.call(this); } }); }; - RegisteredUser.prototype.g = function () { + proto_1.g = function () { function inner() { var _this = this; (function () { @@ -68,7 +69,7 @@ var RegisteredUser = /** @class */ (function (_super) { }); } }; - RegisteredUser.prototype.h = function () { + proto_1.h = function () { function inner() { _super.sayHello.call(this); } diff --git a/tests/baselines/reference/emitter.asyncGenerators.classMethods.es5.js b/tests/baselines/reference/emitter.asyncGenerators.classMethods.es5.js index fa9c9f3a515bc..6e13255fc7db9 100644 --- a/tests/baselines/reference/emitter.asyncGenerators.classMethods.es5.js +++ b/tests/baselines/reference/emitter.asyncGenerators.classMethods.es5.js @@ -558,9 +558,10 @@ var __asyncGenerator = (this && this.__asyncGenerator) || function (thisArg, _ar var C8 = /** @class */ (function () { function C8() { } - C8.prototype.g = function () { + var proto_1 = C8.prototype; + proto_1.g = function () { }; - C8.prototype.f = function () { + proto_1.f = function () { return __asyncGenerator(this, arguments, function f_1() { return __generator(this, function (_a) { this.g(); diff --git a/tests/baselines/reference/errorSuperCalls.js b/tests/baselines/reference/errorSuperCalls.js index 11cda4b76f7cb..66017196aefe9 100644 --- a/tests/baselines/reference/errorSuperCalls.js +++ b/tests/baselines/reference/errorSuperCalls.js @@ -95,11 +95,12 @@ var NoBase = /** @class */ (function () { //super call in class member initializer with no base type this.p = _this = _super.call(this) || this; } + var proto_1 = NoBase.prototype; //super call in class member function with no base type - NoBase.prototype.fn = function () { + proto_1.fn = function () { _this = _super.call(this) || this; }; - Object.defineProperty(NoBase.prototype, "foo", { + Object.defineProperty(proto_1, "foo", { //super call in class accessor (get and set) with no base type get: function () { _this = _super.call(this) || this; @@ -159,11 +160,12 @@ var OtherDerived = /** @class */ (function (_super) { _this.t = _this = _super.call(this) || this; return _this; } - OtherDerived.prototype.fn = function () { + var proto_2 = OtherDerived.prototype; + proto_2.fn = function () { //super call in class member function of derived type _this = _super.call(this) || this; }; - Object.defineProperty(OtherDerived.prototype, "foo", { + Object.defineProperty(proto_2, "foo", { //super call in class accessor (get and set) of derived type get: function () { _this = _super.call(this) || this; diff --git a/tests/baselines/reference/errorSuperPropertyAccess.js b/tests/baselines/reference/errorSuperPropertyAccess.js index f393fc37668b4..3bc156e839842 100644 --- a/tests/baselines/reference/errorSuperPropertyAccess.js +++ b/tests/baselines/reference/errorSuperPropertyAccess.js @@ -179,8 +179,9 @@ var SomeBase = /** @class */ (function () { this.privateMember = 0; this.publicMember = 0; } - SomeBase.prototype.privateFunc = function () { }; - SomeBase.prototype.publicFunc = function () { }; + var proto_1 = SomeBase.prototype; + proto_1.privateFunc = function () { }; + proto_1.publicFunc = function () { }; SomeBase.privateStaticFunc = function () { }; SomeBase.publicStaticFunc = function () { }; SomeBase.privateStaticMember = 0; @@ -198,10 +199,11 @@ var SomeDerived1 = /** @class */ (function (_super) { _super.prototype.publicMember = 1; return _this; } - SomeDerived1.prototype.fn = function () { + var proto_2 = SomeDerived1.prototype; + proto_2.fn = function () { var x = _super.prototype.publicMember; }; - Object.defineProperty(SomeDerived1.prototype, "a", { + Object.defineProperty(proto_2, "a", { get: function () { var x = _super.prototype.publicMember; return undefined; @@ -212,7 +214,7 @@ var SomeDerived1 = /** @class */ (function (_super) { enumerable: true, configurable: true }); - SomeDerived1.prototype.fn2 = function () { + proto_2.fn2 = function () { function inner() { _super.publicFunc.call(this); } @@ -232,10 +234,11 @@ var SomeDerived2 = /** @class */ (function (_super) { _super.prototype.privateMember = 1; return _this; } - SomeDerived2.prototype.fn = function () { + var proto_3 = SomeDerived2.prototype; + proto_3.fn = function () { var x = _super.prototype.privateMember; }; - Object.defineProperty(SomeDerived2.prototype, "a", { + Object.defineProperty(proto_3, "a", { get: function () { var x = _super.prototype.privateMember; return undefined; diff --git a/tests/baselines/reference/errorsInGenericTypeReference.js b/tests/baselines/reference/errorsInGenericTypeReference.js index 409c26494498d..51bd92c470962 100644 --- a/tests/baselines/reference/errorsInGenericTypeReference.js +++ b/tests/baselines/reference/errorsInGenericTypeReference.js @@ -110,9 +110,10 @@ var tc2 = new testClass2(); // error: could not find symbol V var testClass3 = /** @class */ (function () { function testClass3() { } - testClass3.prototype.testMethod1 = function () { return null; }; // error: could not find symbol V + var proto_1 = testClass3.prototype; + proto_1.testMethod1 = function () { return null; }; // error: could not find symbol V testClass3.testMethod2 = function () { return null; }; // error: could not find symbol V - Object.defineProperty(testClass3.prototype, "a", { + Object.defineProperty(proto_1, "a", { set: function (value) { } // error: could not find symbol V , enumerable: true, diff --git a/tests/baselines/reference/es6ClassTest.js b/tests/baselines/reference/es6ClassTest.js index c9384e6b48c5e..fcce8eb485073 100644 --- a/tests/baselines/reference/es6ClassTest.js +++ b/tests/baselines/reference/es6ClassTest.js @@ -120,8 +120,9 @@ var Foo = /** @class */ (function (_super) { _this.gar = 5; return _this; } - Foo.prototype.bar = function () { return 0; }; - Foo.prototype.boo = function (x) { return x; }; + var proto_1 = Foo.prototype; + proto_1.bar = function () { return 0; }; + proto_1.boo = function (x) { return x; }; Foo.statVal = 0; return Foo; }(Bar)); diff --git a/tests/baselines/reference/es6ClassTest2.js b/tests/baselines/reference/es6ClassTest2.js index 2766bbcb7d1d6..346dd9b5d8374 100644 --- a/tests/baselines/reference/es6ClassTest2.js +++ b/tests/baselines/reference/es6ClassTest2.js @@ -193,10 +193,11 @@ var GetSetMonster = /** @class */ (function () { this.name = name; this._health = _health; } - GetSetMonster.prototype.attack = function (target) { + var proto_1 = GetSetMonster.prototype; + proto_1.attack = function (target) { // WScript.Echo("Attacks " + target); }; - Object.defineProperty(GetSetMonster.prototype, "isAlive", { + Object.defineProperty(proto_1, "isAlive", { // The contextual keyword "get" followed by an identifier and // a curly body defines a getter in the same way that "get" // defines one in an object literal. @@ -206,7 +207,7 @@ var GetSetMonster = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(GetSetMonster.prototype, "health", { + Object.defineProperty(proto_1, "health", { // Likewise, "set" can be used to define setters. set: function (value) { if (value < 0) { @@ -266,9 +267,10 @@ var PrototypeMonster = /** @class */ (function () { var SuperParent = /** @class */ (function () { function SuperParent(a) { } - SuperParent.prototype.b = function (b) { + var proto_2 = SuperParent.prototype; + proto_2.b = function (b) { }; - SuperParent.prototype.c = function () { + proto_2.c = function () { }; return SuperParent; }()); @@ -277,10 +279,11 @@ var SuperChild = /** @class */ (function (_super) { function SuperChild() { return _super.call(this, 1) || this; } - SuperChild.prototype.b = function () { + var proto_3 = SuperChild.prototype; + proto_3.b = function () { _super.prototype.b.call(this, 'str'); }; - SuperChild.prototype.c = function () { + proto_3.c = function () { _super.prototype.c.call(this); }; return SuperChild; @@ -307,8 +310,9 @@ var Visibility = /** @class */ (function () { this.x = 1; this.y = 2; } - Visibility.prototype.foo = function () { }; - Visibility.prototype.bar = function () { }; + var proto_4 = Visibility.prototype; + proto_4.foo = function () { }; + proto_4.bar = function () { }; return Visibility; }()); var BaseClassWithConstructor = /** @class */ (function () { diff --git a/tests/baselines/reference/es6ClassTest3.js b/tests/baselines/reference/es6ClassTest3.js index 833aca18fdc8e..6ad98dcedf100 100644 --- a/tests/baselines/reference/es6ClassTest3.js +++ b/tests/baselines/reference/es6ClassTest3.js @@ -22,9 +22,10 @@ var M; this.x = 1; this.y = 2; } - Visibility.prototype.foo = function () { }; + var proto_1 = Visibility.prototype; + proto_1.foo = function () { }; ; - Visibility.prototype.bar = function () { }; + proto_1.bar = function () { }; ; return Visibility; }()); diff --git a/tests/baselines/reference/fatArrowSelf.js b/tests/baselines/reference/fatArrowSelf.js index 4b12f5690f50e..44846d568262f 100644 --- a/tests/baselines/reference/fatArrowSelf.js +++ b/tests/baselines/reference/fatArrowSelf.js @@ -42,13 +42,14 @@ var Consumer; function EventEmitterConsummer(emitter) { this.emitter = emitter; } - EventEmitterConsummer.prototype.register = function () { + var proto_1 = EventEmitterConsummer.prototype; + proto_1.register = function () { var _this = this; this.emitter.addListener('change', function (e) { _this.changed(); }); }; - EventEmitterConsummer.prototype.changed = function () { + proto_1.changed = function () { }; return EventEmitterConsummer; }()); diff --git a/tests/baselines/reference/functionAndPropertyNameConflict.js b/tests/baselines/reference/functionAndPropertyNameConflict.js index b2e77a8b5bedf..293801b468a25 100644 --- a/tests/baselines/reference/functionAndPropertyNameConflict.js +++ b/tests/baselines/reference/functionAndPropertyNameConflict.js @@ -10,8 +10,9 @@ class C65 { var C65 = /** @class */ (function () { function C65() { } - C65.prototype.aaaaa = function () { }; - Object.defineProperty(C65.prototype, "aaaaa", { + var proto_1 = C65.prototype; + proto_1.aaaaa = function () { }; + Object.defineProperty(proto_1, "aaaaa", { get: function () { return 1; }, diff --git a/tests/baselines/reference/functionOverloadErrors.js b/tests/baselines/reference/functionOverloadErrors.js index 1a15009de37fc..8d063510e31a3 100644 --- a/tests/baselines/reference/functionOverloadErrors.js +++ b/tests/baselines/reference/functionOverloadErrors.js @@ -138,8 +138,9 @@ function fn12() { } var cls = /** @class */ (function () { function cls() { } - cls.prototype.f = function () { }; - cls.prototype.g = function () { }; + var proto_1 = cls.prototype; + proto_1.f = function () { }; + proto_1.g = function () { }; return cls; }()); //Function overloads with differing export diff --git a/tests/baselines/reference/functionOverloads7.js b/tests/baselines/reference/functionOverloads7.js index 263b93b8926d4..bddc8437c5827 100644 --- a/tests/baselines/reference/functionOverloads7.js +++ b/tests/baselines/reference/functionOverloads7.js @@ -14,8 +14,9 @@ class foo { var foo = /** @class */ (function () { function foo() { } - foo.prototype.bar = function (foo) { return "foo"; }; - foo.prototype.n = function () { + var proto_1 = foo.prototype; + proto_1.bar = function (foo) { return "foo"; }; + proto_1.n = function () { var foo = this.bar(); foo = this.bar("test"); }; diff --git a/tests/baselines/reference/functionsMissingReturnStatementsAndExpressions.js b/tests/baselines/reference/functionsMissingReturnStatementsAndExpressions.js index 7e6bbb43f8a7f..21a337962e48e 100644 --- a/tests/baselines/reference/functionsMissingReturnStatementsAndExpressions.js +++ b/tests/baselines/reference/functionsMissingReturnStatementsAndExpressions.js @@ -212,14 +212,15 @@ function f21() { var C = /** @class */ (function () { function C() { } - Object.defineProperty(C.prototype, "m1", { + var proto_1 = C.prototype; + Object.defineProperty(proto_1, "m1", { get: function () { // Errors; get accessors must return a value. }, enumerable: true, configurable: true }); - Object.defineProperty(C.prototype, "m2", { + Object.defineProperty(proto_1, "m2", { get: function () { // Permissible; returns undefined. return; @@ -227,14 +228,14 @@ var C = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(C.prototype, "m3", { + Object.defineProperty(proto_1, "m3", { get: function () { return "Okay, because this is a return expression."; }, enumerable: true, configurable: true }); - Object.defineProperty(C.prototype, "m4", { + Object.defineProperty(proto_1, "m4", { get: function () { // Fine since this consists of a single throw statement. throw null; @@ -242,7 +243,7 @@ var C = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(C.prototype, "m5", { + Object.defineProperty(proto_1, "m5", { get: function () { // Not fine, since we can *only* consist of a single throw statement // if no return statements are present but we are a get accessor. diff --git a/tests/baselines/reference/fuzzy.js b/tests/baselines/reference/fuzzy.js index e5dd9a76fe7ed..66191b12aeb8a 100644 --- a/tests/baselines/reference/fuzzy.js +++ b/tests/baselines/reference/fuzzy.js @@ -37,13 +37,14 @@ var M; function C(x) { this.x = x; } - C.prototype.works = function () { + var proto_1 = C.prototype; + proto_1.works = function () { return ({ anything: 1 }); }; - C.prototype.doesntWork = function () { + proto_1.doesntWork = function () { return { anything: 1, oneI: this }; }; - C.prototype.worksToo = function () { + proto_1.worksToo = function () { return ({ oneI: this }); }; return C; diff --git a/tests/baselines/reference/genericCallTypeArgumentInference.js b/tests/baselines/reference/genericCallTypeArgumentInference.js index 77f5c05c46380..bcc7b2a7a8508 100644 --- a/tests/baselines/reference/genericCallTypeArgumentInference.js +++ b/tests/baselines/reference/genericCallTypeArgumentInference.js @@ -111,30 +111,31 @@ var C = /** @class */ (function () { this.t = t; this.u = u; } - C.prototype.foo = function (t, u) { + var proto_1 = C.prototype; + proto_1.foo = function (t, u) { return t; }; - C.prototype.foo2 = function (t, u) { + proto_1.foo2 = function (t, u) { return u; }; - C.prototype.foo3 = function (t, u) { + proto_1.foo3 = function (t, u) { return t; }; - C.prototype.foo4 = function (t, u) { + proto_1.foo4 = function (t, u) { return t; }; - C.prototype.foo5 = function (t, u) { + proto_1.foo5 = function (t, u) { return t; }; - C.prototype.foo6 = function () { + proto_1.foo6 = function () { var x; return x; }; - C.prototype.foo7 = function (u) { + proto_1.foo7 = function (u) { var x; return x; }; - C.prototype.foo8 = function () { + proto_1.foo8 = function () { var x; return x; }; diff --git a/tests/baselines/reference/genericCallWithConstraintsTypeArgumentInference.js b/tests/baselines/reference/genericCallWithConstraintsTypeArgumentInference.js index daa564b991500..21389ce9c633d 100644 --- a/tests/baselines/reference/genericCallWithConstraintsTypeArgumentInference.js +++ b/tests/baselines/reference/genericCallWithConstraintsTypeArgumentInference.js @@ -167,30 +167,31 @@ var C = /** @class */ (function () { this.t = t; this.u = u; } - C.prototype.foo = function (t, u) { + var proto_1 = C.prototype; + proto_1.foo = function (t, u) { return t; }; - C.prototype.foo2 = function (t, u) { + proto_1.foo2 = function (t, u) { return u; }; - C.prototype.foo3 = function (t, u) { + proto_1.foo3 = function (t, u) { return t; }; - C.prototype.foo4 = function (t, u) { + proto_1.foo4 = function (t, u) { return t; }; - C.prototype.foo5 = function (t, u) { + proto_1.foo5 = function (t, u) { return t; }; - C.prototype.foo6 = function () { + proto_1.foo6 = function () { var x; return x; }; - C.prototype.foo7 = function (u) { + proto_1.foo7 = function (u) { var x; return x; }; - C.prototype.foo8 = function () { + proto_1.foo8 = function () { var x; return x; }; diff --git a/tests/baselines/reference/genericClassPropertyInheritanceSpecialization.js b/tests/baselines/reference/genericClassPropertyInheritanceSpecialization.js index d99e89f06c09a..b53010338accb 100644 --- a/tests/baselines/reference/genericClassPropertyInheritanceSpecialization.js +++ b/tests/baselines/reference/genericClassPropertyInheritanceSpecialization.js @@ -98,8 +98,9 @@ var Portal; var Validator = /** @class */ (function () { function Validator(message) { } - Validator.prototype.destroy = function () { }; - Validator.prototype._validate = function (value) { return 0; }; + var proto_1 = Validator.prototype; + proto_1.destroy = function () { }; + proto_1._validate = function (value) { return 0; }; return Validator; }()); Validators.Validator = Validator; diff --git a/tests/baselines/reference/genericClassWithStaticFactory.js b/tests/baselines/reference/genericClassWithStaticFactory.js index a8ca7b0247437..df239901767eb 100644 --- a/tests/baselines/reference/genericClassWithStaticFactory.js +++ b/tests/baselines/reference/genericClassWithStaticFactory.js @@ -150,7 +150,8 @@ var Editor; this.data = data; this.listFactory = new ListFactory(); } - List.prototype.add = function (data) { + var proto_1 = List.prototype; + proto_1.add = function (data) { var entry = this.listFactory.MakeEntry(data); this.prev.next = entry; entry.next = this; @@ -158,7 +159,7 @@ var Editor; this.prev = entry; return entry; }; - List.prototype.count = function () { + proto_1.count = function () { var entry; var i; entry = this.next; @@ -167,10 +168,10 @@ var Editor; } return (i); }; - List.prototype.isEmpty = function () { + proto_1.isEmpty = function () { return (this.next == this); }; - List.prototype.first = function () { + proto_1.first = function () { if (this.isEmpty()) { return this.next.data; } @@ -178,14 +179,14 @@ var Editor; return null; } }; - List.prototype.pushEntry = function (entry) { + proto_1.pushEntry = function (entry) { entry.isHead = false; entry.next = this.next; entry.prev = this; this.next = entry; entry.next.prev = entry; // entry.next.prev does not show intellisense, but entry.prev.prev does }; - List.prototype.push = function (data) { + proto_1.push = function (data) { var entry = this.listFactory.MakeEntry(data); entry.data = data; entry.isHead = false; @@ -194,7 +195,7 @@ var Editor; this.next = entry; entry.next.prev = entry; // entry.next.prev does not show intellisense, but entry.prev.prev does }; - List.prototype.popEntry = function (head) { + proto_1.popEntry = function (head) { if (this.next.isHead) { return null; } @@ -202,7 +203,7 @@ var Editor; return this.listFactory.RemoveEntry(this.next); } }; - List.prototype.insertEntry = function (entry) { + proto_1.insertEntry = function (entry) { entry.isHead = false; this.prev.next = entry; entry.next = this; @@ -210,7 +211,7 @@ var Editor; this.prev = entry; return entry; }; - List.prototype.insertAfter = function (data) { + proto_1.insertAfter = function (data) { var entry = this.listFactory.MakeEntry(data); entry.next = this.next; entry.prev = this; @@ -218,14 +219,14 @@ var Editor; entry.next.prev = entry; // entry.next.prev does not show intellisense, but entry.prev.prev does return entry; }; - List.prototype.insertEntryBefore = function (entry) { + proto_1.insertEntryBefore = function (entry) { this.prev.next = entry; entry.next = this; entry.prev = this.prev; this.prev = entry; return entry; }; - List.prototype.insertBefore = function (data) { + proto_1.insertBefore = function (data) { var entry = this.listFactory.MakeEntry(data); return this.insertEntryBefore(entry); }; @@ -235,19 +236,20 @@ var Editor; var ListFactory = /** @class */ (function () { function ListFactory() { } - ListFactory.prototype.MakeHead = function () { + var proto_2 = ListFactory.prototype; + proto_2.MakeHead = function () { var entry = new List(true, null); entry.prev = entry; entry.next = entry; return entry; }; - ListFactory.prototype.MakeEntry = function (data) { + proto_2.MakeEntry = function (data) { var entry = new List(false, data); entry.prev = entry; entry.next = entry; return entry; }; - ListFactory.prototype.RemoveEntry = function (entry) { + proto_2.RemoveEntry = function (entry) { if (entry == null) { return null; } diff --git a/tests/baselines/reference/genericClasses4.js b/tests/baselines/reference/genericClasses4.js index f36c20d49e41f..54646c900d36b 100644 --- a/tests/baselines/reference/genericClasses4.js +++ b/tests/baselines/reference/genericClasses4.js @@ -24,13 +24,14 @@ var Vec2_T = /** @class */ (function () { this.x = x; this.y = y; } - Vec2_T.prototype.fmap = function (f) { + var proto_1 = Vec2_T.prototype; + proto_1.fmap = function (f) { var x = f(this.x); var y = f(this.y); var retval = new Vec2_T(x, y); return retval; }; - Vec2_T.prototype.apply = function (f) { + proto_1.apply = function (f) { var x = f.x(this.x); var y = f.y(this.y); var retval = new Vec2_T(x, y); diff --git a/tests/baselines/reference/genericInterfaceImplementation.js b/tests/baselines/reference/genericInterfaceImplementation.js index 7e6cb6c2d0dcc..720b4edd60028 100644 --- a/tests/baselines/reference/genericInterfaceImplementation.js +++ b/tests/baselines/reference/genericInterfaceImplementation.js @@ -20,10 +20,11 @@ class None implements IOption{ var None = /** @class */ (function () { function None() { } - None.prototype.get = function () { + var proto_1 = None.prototype; + proto_1.get = function () { throw null; }; - None.prototype.flatten = function () { + proto_1.flatten = function () { return new None(); }; return None; diff --git a/tests/baselines/reference/genericMemberFunction.js b/tests/baselines/reference/genericMemberFunction.js index 5aa7ef5f696dd..54d37ba311072 100644 --- a/tests/baselines/reference/genericMemberFunction.js +++ b/tests/baselines/reference/genericMemberFunction.js @@ -38,10 +38,11 @@ define(["require", "exports"], function (require, exports) { var FileWithErrors = /** @class */ (function () { function FileWithErrors() { } - FileWithErrors.prototype.errors = function () { + var proto_1 = FileWithErrors.prototype; + proto_1.errors = function () { return undefined; }; - FileWithErrors.prototype.parent = function () { + proto_1.parent = function () { return undefined; }; return FileWithErrors; diff --git a/tests/baselines/reference/genericRecursiveImplicitConstructorErrors2.js b/tests/baselines/reference/genericRecursiveImplicitConstructorErrors2.js index e2567e527649a..d75b853ca399e 100644 --- a/tests/baselines/reference/genericRecursiveImplicitConstructorErrors2.js +++ b/tests/baselines/reference/genericRecursiveImplicitConstructorErrors2.js @@ -53,10 +53,11 @@ var TypeScript2; var PullSymbol = /** @class */ (function () { function PullSymbol(name, declKind) { } + var proto_1 = PullSymbol.prototype; // link methods - PullSymbol.prototype.addOutgoingLink = function (linkTo, kind) { + proto_1.addOutgoingLink = function (linkTo, kind) { }; - PullSymbol.prototype.getType = function () { + proto_1.getType = function () { return undefined; }; return PullSymbol; diff --git a/tests/baselines/reference/genericRecursiveImplicitConstructorErrors3.js b/tests/baselines/reference/genericRecursiveImplicitConstructorErrors3.js index 3f95abc3c350a..ff870a2b6cb9b 100644 --- a/tests/baselines/reference/genericRecursiveImplicitConstructorErrors3.js +++ b/tests/baselines/reference/genericRecursiveImplicitConstructorErrors3.js @@ -70,11 +70,12 @@ var TypeScript; _this._elementType = null; return _this; } - PullTypeSymbol.prototype.toString = function (scopeSymbol, useConstraintInName) { + var proto_1 = PullTypeSymbol.prototype; + proto_1.toString = function (scopeSymbol, useConstraintInName) { var s = this.getScopedNameEx(scopeSymbol, useConstraintInName).toString(); return s; }; - PullTypeSymbol.prototype.getScopedNameEx = function (scopeSymbol, useConstraintInName, getPrettyTypeName, getTypeParamMarkerInfo) { + proto_1.getScopedNameEx = function (scopeSymbol, useConstraintInName, getPrettyTypeName, getTypeParamMarkerInfo) { if (this.isArray()) { var elementMemberName = this._elementType ? (this._elementType.isArray() || this._elementType.isNamedTypeSymbol() ? diff --git a/tests/baselines/reference/genericReversingTypeParameters.js b/tests/baselines/reference/genericReversingTypeParameters.js index 42bd7b69d17b9..197cb557f3fb5 100644 --- a/tests/baselines/reference/genericReversingTypeParameters.js +++ b/tests/baselines/reference/genericReversingTypeParameters.js @@ -14,8 +14,9 @@ var r2b = i.get(1); var BiMap = /** @class */ (function () { function BiMap() { } - BiMap.prototype.get = function (key) { return null; }; - BiMap.prototype.inverse = function () { return null; }; + var proto_1 = BiMap.prototype; + proto_1.get = function (key) { return null; }; + proto_1.inverse = function () { return null; }; return BiMap; }()); var b = new BiMap(); diff --git a/tests/baselines/reference/genericReversingTypeParameters2.js b/tests/baselines/reference/genericReversingTypeParameters2.js index 5890a75ada8ce..aaf64b3fd8934 100644 --- a/tests/baselines/reference/genericReversingTypeParameters2.js +++ b/tests/baselines/reference/genericReversingTypeParameters2.js @@ -13,8 +13,9 @@ var r2b = i.get(1); var BiMap = /** @class */ (function () { function BiMap() { } - BiMap.prototype.get = function (key) { return null; }; - BiMap.prototype.inverse = function () { return null; }; + var proto_1 = BiMap.prototype; + proto_1.get = function (key) { return null; }; + proto_1.inverse = function () { return null; }; return BiMap; }()); var b = new BiMap(); diff --git a/tests/baselines/reference/genericsWithDuplicateTypeParameters1.js b/tests/baselines/reference/genericsWithDuplicateTypeParameters1.js index cbe7e7de20762..825128afdefab 100644 --- a/tests/baselines/reference/genericsWithDuplicateTypeParameters1.js +++ b/tests/baselines/reference/genericsWithDuplicateTypeParameters1.js @@ -22,8 +22,9 @@ function f2(a, b) { return null; } var C = /** @class */ (function () { function C() { } - C.prototype.f = function () { }; - C.prototype.f2 = function (a, b) { return null; }; + var proto_1 = C.prototype; + proto_1.f = function () { }; + proto_1.f2 = function (a, b) { return null; }; return C; }()); var m = { diff --git a/tests/baselines/reference/getAndSetAsMemberNames.js b/tests/baselines/reference/getAndSetAsMemberNames.js index 1433e3cd3a8b0..f2c3657ae71be 100644 --- a/tests/baselines/reference/getAndSetAsMemberNames.js +++ b/tests/baselines/reference/getAndSetAsMemberNames.js @@ -51,8 +51,9 @@ var C5 = /** @class */ (function () { function C5() { this.set = function () { return true; }; } - C5.prototype.get = function () { return true; }; - Object.defineProperty(C5.prototype, "t", { + var proto_1 = C5.prototype; + proto_1.get = function () { return true; }; + Object.defineProperty(proto_1, "t", { set: function (x) { }, enumerable: true, configurable: true diff --git a/tests/baselines/reference/getAndSetNotIdenticalType.js b/tests/baselines/reference/getAndSetNotIdenticalType.js index edebef235b8fd..f8cf92b23c03d 100644 --- a/tests/baselines/reference/getAndSetNotIdenticalType.js +++ b/tests/baselines/reference/getAndSetNotIdenticalType.js @@ -10,7 +10,8 @@ class C { var C = /** @class */ (function () { function C() { } - Object.defineProperty(C.prototype, "x", { + var proto_1 = C.prototype; + Object.defineProperty(proto_1, "x", { get: function () { return 1; }, diff --git a/tests/baselines/reference/getAndSetNotIdenticalType2.js b/tests/baselines/reference/getAndSetNotIdenticalType2.js index af729eb7d7aee..df24a774e7adb 100644 --- a/tests/baselines/reference/getAndSetNotIdenticalType2.js +++ b/tests/baselines/reference/getAndSetNotIdenticalType2.js @@ -24,7 +24,8 @@ var A = /** @class */ (function () { var C = /** @class */ (function () { function C() { } - Object.defineProperty(C.prototype, "x", { + var proto_1 = C.prototype; + Object.defineProperty(proto_1, "x", { get: function () { return this.data; }, diff --git a/tests/baselines/reference/getAndSetNotIdenticalType3.js b/tests/baselines/reference/getAndSetNotIdenticalType3.js index ff2d04ef1509f..d4ce01c49f7c8 100644 --- a/tests/baselines/reference/getAndSetNotIdenticalType3.js +++ b/tests/baselines/reference/getAndSetNotIdenticalType3.js @@ -24,7 +24,8 @@ var A = /** @class */ (function () { var C = /** @class */ (function () { function C() { } - Object.defineProperty(C.prototype, "x", { + var proto_1 = C.prototype; + Object.defineProperty(proto_1, "x", { get: function () { return this.data; }, diff --git a/tests/baselines/reference/getSetAccessorContextualTyping.js b/tests/baselines/reference/getSetAccessorContextualTyping.js index 383e7894aef91..52f2f0b43f199 100644 --- a/tests/baselines/reference/getSetAccessorContextualTyping.js +++ b/tests/baselines/reference/getSetAccessorContextualTyping.js @@ -32,7 +32,8 @@ class C { var C = /** @class */ (function () { function C() { } - Object.defineProperty(C.prototype, "X", { + var proto_1 = C.prototype; + Object.defineProperty(proto_1, "X", { get: function () { return "string"; // Error; get contextual type by set accessor parameter type annotation }, @@ -40,7 +41,7 @@ var C = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(C.prototype, "Y", { + Object.defineProperty(proto_1, "Y", { get: function () { return true; }, @@ -48,7 +49,7 @@ var C = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(C.prototype, "W", { + Object.defineProperty(proto_1, "W", { get: function () { return true; }, @@ -56,7 +57,7 @@ var C = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(C.prototype, "Z", { + Object.defineProperty(proto_1, "Z", { get: function () { return 1; }, diff --git a/tests/baselines/reference/getterThatThrowsShouldNotNeedReturn.js b/tests/baselines/reference/getterThatThrowsShouldNotNeedReturn.js index e9ed7bdd28a10..dbb203883a58e 100644 --- a/tests/baselines/reference/getterThatThrowsShouldNotNeedReturn.js +++ b/tests/baselines/reference/getterThatThrowsShouldNotNeedReturn.js @@ -13,14 +13,15 @@ class Greeter { var Greeter = /** @class */ (function () { function Greeter() { } - Object.defineProperty(Greeter.prototype, "greet", { + var proto_1 = Greeter.prototype; + Object.defineProperty(proto_1, "greet", { get: function () { throw ''; // should not raise an error }, enumerable: true, configurable: true }); - Greeter.prototype.greeting = function () { + proto_1.greeting = function () { throw ''; // should not raise an error }; return Greeter; diff --git a/tests/baselines/reference/gettersAndSetters.js b/tests/baselines/reference/gettersAndSetters.js index b69a468ce9cb1..9e4452d910bb1 100644 --- a/tests/baselines/reference/gettersAndSetters.js +++ b/tests/baselines/reference/gettersAndSetters.js @@ -49,7 +49,8 @@ var C = /** @class */ (function () { this.get = function () { }; // ok this.set = function () { }; // ok } - Object.defineProperty(C.prototype, "Foo", { + var proto_1 = C.prototype; + Object.defineProperty(proto_1, "Foo", { get: function () { return this.fooBack; } // ok , set: function (foo) { this.fooBack = foo; } // ok diff --git a/tests/baselines/reference/gettersAndSettersAccessibility.js b/tests/baselines/reference/gettersAndSettersAccessibility.js index 77747909f4865..b3e32d9ac16d4 100644 --- a/tests/baselines/reference/gettersAndSettersAccessibility.js +++ b/tests/baselines/reference/gettersAndSettersAccessibility.js @@ -9,7 +9,8 @@ class C99 { var C99 = /** @class */ (function () { function C99() { } - Object.defineProperty(C99.prototype, "Baz", { + var proto_1 = C99.prototype; + Object.defineProperty(proto_1, "Baz", { get: function () { return 0; }, set: function (n) { } // error - accessors do not agree in visibility , diff --git a/tests/baselines/reference/gettersAndSettersErrors.js b/tests/baselines/reference/gettersAndSettersErrors.js index 2cd6bbd296a18..004ef6c3099a3 100644 --- a/tests/baselines/reference/gettersAndSettersErrors.js +++ b/tests/baselines/reference/gettersAndSettersErrors.js @@ -21,7 +21,8 @@ var C = /** @class */ (function () { function C() { this.Foo = 0; // error - duplicate identifier Foo - confirmed } - Object.defineProperty(C.prototype, "Foo", { + var proto_1 = C.prototype; + Object.defineProperty(proto_1, "Foo", { get: function () { return "foo"; } // ok , set: function (foo) { } // ok @@ -29,7 +30,7 @@ var C = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(C.prototype, "Goo", { + Object.defineProperty(proto_1, "Goo", { get: function (v) { return null; } // error - getters must not have a parameter , set: function (v) { } // error - setters must not specify a return type @@ -42,7 +43,8 @@ var C = /** @class */ (function () { var E = /** @class */ (function () { function E() { } - Object.defineProperty(E.prototype, "Baz", { + var proto_2 = E.prototype; + Object.defineProperty(proto_2, "Baz", { get: function () { return 0; }, set: function (n) { } // error - accessors do not agree in visibility , diff --git a/tests/baselines/reference/gettersAndSettersTypesAgree.js b/tests/baselines/reference/gettersAndSettersTypesAgree.js index d2c50e1fd4f69..af1a107c26710 100644 --- a/tests/baselines/reference/gettersAndSettersTypesAgree.js +++ b/tests/baselines/reference/gettersAndSettersTypesAgree.js @@ -14,7 +14,8 @@ var o2 = {get Foo(){return 0;}, set Foo(val:number){}}; // ok - types agree var C = /** @class */ (function () { function C() { } - Object.defineProperty(C.prototype, "Foo", { + var proto_1 = C.prototype; + Object.defineProperty(proto_1, "Foo", { get: function () { return "foo"; } // ok , set: function (foo) { } // ok - type inferred from getter return statement @@ -22,7 +23,7 @@ var C = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(C.prototype, "Bar", { + Object.defineProperty(proto_1, "Bar", { get: function () { return "foo"; } // ok , set: function (bar) { } // ok - type must be declared diff --git a/tests/baselines/reference/giant.js b/tests/baselines/reference/giant.js index 85686faa01e98..8b1a7a8d6fbc9 100644 --- a/tests/baselines/reference/giant.js +++ b/tests/baselines/reference/giant.js @@ -703,28 +703,29 @@ define(["require", "exports"], function (require, exports) { var C = /** @class */ (function () { function C() { } - C.prototype.pF = function () { }; - C.prototype.rF = function () { }; - C.prototype.pgF = function () { }; - Object.defineProperty(C.prototype, "pgF", { + var proto_1 = C.prototype; + proto_1.pF = function () { }; + proto_1.rF = function () { }; + proto_1.pgF = function () { }; + Object.defineProperty(proto_1, "pgF", { get: function () { }, enumerable: true, configurable: true }); - C.prototype.psF = function (param) { }; - Object.defineProperty(C.prototype, "psF", { + proto_1.psF = function (param) { }; + Object.defineProperty(proto_1, "psF", { set: function (param) { }, enumerable: true, configurable: true }); - C.prototype.rgF = function () { }; - Object.defineProperty(C.prototype, "rgF", { + proto_1.rgF = function () { }; + Object.defineProperty(proto_1, "rgF", { get: function () { }, enumerable: true, configurable: true }); - C.prototype.rsF = function (param) { }; - Object.defineProperty(C.prototype, "rsF", { + proto_1.rsF = function (param) { }; + Object.defineProperty(proto_1, "rsF", { set: function (param) { }, enumerable: true, configurable: true @@ -752,28 +753,29 @@ define(["require", "exports"], function (require, exports) { var C = /** @class */ (function () { function C() { } - C.prototype.pF = function () { }; - C.prototype.rF = function () { }; - C.prototype.pgF = function () { }; - Object.defineProperty(C.prototype, "pgF", { + var proto_2 = C.prototype; + proto_2.pF = function () { }; + proto_2.rF = function () { }; + proto_2.pgF = function () { }; + Object.defineProperty(proto_2, "pgF", { get: function () { }, enumerable: true, configurable: true }); - C.prototype.psF = function (param) { }; - Object.defineProperty(C.prototype, "psF", { + proto_2.psF = function (param) { }; + Object.defineProperty(proto_2, "psF", { set: function (param) { }, enumerable: true, configurable: true }); - C.prototype.rgF = function () { }; - Object.defineProperty(C.prototype, "rgF", { + proto_2.rgF = function () { }; + Object.defineProperty(proto_2, "rgF", { get: function () { }, enumerable: true, configurable: true }); - C.prototype.rsF = function (param) { }; - Object.defineProperty(C.prototype, "rsF", { + proto_2.rsF = function (param) { }; + Object.defineProperty(proto_2, "rsF", { set: function (param) { }, enumerable: true, configurable: true @@ -828,28 +830,29 @@ define(["require", "exports"], function (require, exports) { var eC = /** @class */ (function () { function eC() { } - eC.prototype.pF = function () { }; - eC.prototype.rF = function () { }; - eC.prototype.pgF = function () { }; - Object.defineProperty(eC.prototype, "pgF", { + var proto_3 = eC.prototype; + proto_3.pF = function () { }; + proto_3.rF = function () { }; + proto_3.pgF = function () { }; + Object.defineProperty(proto_3, "pgF", { get: function () { }, enumerable: true, configurable: true }); - eC.prototype.psF = function (param) { }; - Object.defineProperty(eC.prototype, "psF", { + proto_3.psF = function (param) { }; + Object.defineProperty(proto_3, "psF", { set: function (param) { }, enumerable: true, configurable: true }); - eC.prototype.rgF = function () { }; - Object.defineProperty(eC.prototype, "rgF", { + proto_3.rgF = function () { }; + Object.defineProperty(proto_3, "rgF", { get: function () { }, enumerable: true, configurable: true }); - eC.prototype.rsF = function (param) { }; - Object.defineProperty(eC.prototype, "rsF", { + proto_3.rsF = function (param) { }; + Object.defineProperty(proto_3, "rsF", { set: function (param) { }, enumerable: true, configurable: true @@ -907,28 +910,29 @@ define(["require", "exports"], function (require, exports) { var eC = /** @class */ (function () { function eC() { } - eC.prototype.pF = function () { }; - eC.prototype.rF = function () { }; - eC.prototype.pgF = function () { }; - Object.defineProperty(eC.prototype, "pgF", { + var proto_4 = eC.prototype; + proto_4.pF = function () { }; + proto_4.rF = function () { }; + proto_4.pgF = function () { }; + Object.defineProperty(proto_4, "pgF", { get: function () { }, enumerable: true, configurable: true }); - eC.prototype.psF = function (param) { }; - Object.defineProperty(eC.prototype, "psF", { + proto_4.psF = function (param) { }; + Object.defineProperty(proto_4, "psF", { set: function (param) { }, enumerable: true, configurable: true }); - eC.prototype.rgF = function () { }; - Object.defineProperty(eC.prototype, "rgF", { + proto_4.rgF = function () { }; + Object.defineProperty(proto_4, "rgF", { get: function () { }, enumerable: true, configurable: true }); - eC.prototype.rsF = function (param) { }; - Object.defineProperty(eC.prototype, "rsF", { + proto_4.rsF = function (param) { }; + Object.defineProperty(proto_4, "rsF", { set: function (param) { }, enumerable: true, configurable: true @@ -957,28 +961,29 @@ define(["require", "exports"], function (require, exports) { var C = /** @class */ (function () { function C() { } - C.prototype.pF = function () { }; - C.prototype.rF = function () { }; - C.prototype.pgF = function () { }; - Object.defineProperty(C.prototype, "pgF", { + var proto_5 = C.prototype; + proto_5.pF = function () { }; + proto_5.rF = function () { }; + proto_5.pgF = function () { }; + Object.defineProperty(proto_5, "pgF", { get: function () { }, enumerable: true, configurable: true }); - C.prototype.psF = function (param) { }; - Object.defineProperty(C.prototype, "psF", { + proto_5.psF = function (param) { }; + Object.defineProperty(proto_5, "psF", { set: function (param) { }, enumerable: true, configurable: true }); - C.prototype.rgF = function () { }; - Object.defineProperty(C.prototype, "rgF", { + proto_5.rgF = function () { }; + Object.defineProperty(proto_5, "rgF", { get: function () { }, enumerable: true, configurable: true }); - C.prototype.rsF = function (param) { }; - Object.defineProperty(C.prototype, "rsF", { + proto_5.rsF = function (param) { }; + Object.defineProperty(proto_5, "rsF", { set: function (param) { }, enumerable: true, configurable: true @@ -1033,28 +1038,29 @@ define(["require", "exports"], function (require, exports) { var eC = /** @class */ (function () { function eC() { } - eC.prototype.pF = function () { }; - eC.prototype.rF = function () { }; - eC.prototype.pgF = function () { }; - Object.defineProperty(eC.prototype, "pgF", { + var proto_6 = eC.prototype; + proto_6.pF = function () { }; + proto_6.rF = function () { }; + proto_6.pgF = function () { }; + Object.defineProperty(proto_6, "pgF", { get: function () { }, enumerable: true, configurable: true }); - eC.prototype.psF = function (param) { }; - Object.defineProperty(eC.prototype, "psF", { + proto_6.psF = function (param) { }; + Object.defineProperty(proto_6, "psF", { set: function (param) { }, enumerable: true, configurable: true }); - eC.prototype.rgF = function () { }; - Object.defineProperty(eC.prototype, "rgF", { + proto_6.rgF = function () { }; + Object.defineProperty(proto_6, "rgF", { get: function () { }, enumerable: true, configurable: true }); - eC.prototype.rsF = function (param) { }; - Object.defineProperty(eC.prototype, "rsF", { + proto_6.rsF = function (param) { }; + Object.defineProperty(proto_6, "rsF", { set: function (param) { }, enumerable: true, configurable: true diff --git a/tests/baselines/reference/heterogeneousArrayAndOverloads.js b/tests/baselines/reference/heterogeneousArrayAndOverloads.js index cb0fb3d58e4df..f1156e3d0fa5c 100644 --- a/tests/baselines/reference/heterogeneousArrayAndOverloads.js +++ b/tests/baselines/reference/heterogeneousArrayAndOverloads.js @@ -15,8 +15,9 @@ class arrTest { var arrTest = /** @class */ (function () { function arrTest() { } - arrTest.prototype.test = function (arg1) { }; - arrTest.prototype.callTest = function () { + var proto_1 = arrTest.prototype; + proto_1.test = function (arg1) { }; + proto_1.callTest = function () { this.test([1, 2, 3, 5]); this.test(["hi"]); this.test([]); diff --git a/tests/baselines/reference/implicitAnyAnyReturningFunction.js b/tests/baselines/reference/implicitAnyAnyReturningFunction.js index 319e2653daabb..c1f5e76e8f2ad 100644 --- a/tests/baselines/reference/implicitAnyAnyReturningFunction.js +++ b/tests/baselines/reference/implicitAnyAnyReturningFunction.js @@ -31,10 +31,11 @@ function B() { var C = /** @class */ (function () { function C() { } - C.prototype.A = function () { + var proto_1 = C.prototype; + proto_1.A = function () { return ""; }; - C.prototype.B = function () { + proto_1.B = function () { var someLocal = {}; return someLocal; }; diff --git a/tests/baselines/reference/implicitAnyCastedValue.js b/tests/baselines/reference/implicitAnyCastedValue.js index 51993d692e013..7bf657da66337 100644 --- a/tests/baselines/reference/implicitAnyCastedValue.js +++ b/tests/baselines/reference/implicitAnyCastedValue.js @@ -90,17 +90,18 @@ var C = /** @class */ (function () { this.bar = null; // this should be an error this.foo = undefined; // this should be an error } - Object.defineProperty(C.prototype, "tempVar", { + var proto_1 = C.prototype; + Object.defineProperty(proto_1, "tempVar", { get: function () { return 0; // this should not be an error }, enumerable: true, configurable: true }); - C.prototype.returnBarWithCase = function () { + proto_1.returnBarWithCase = function () { return this.bar; }; - C.prototype.returnFooWithCase = function () { + proto_1.returnFooWithCase = function () { return this.foo; // this should not be an error }; return C; @@ -109,14 +110,15 @@ var C1 = /** @class */ (function () { function C1() { this.getValue = null; // this should be an error } - Object.defineProperty(C1.prototype, "castedGet", { + var proto_2 = C1.prototype; + Object.defineProperty(proto_2, "castedGet", { get: function () { return this.getValue; // this should not be an error }, enumerable: true, configurable: true }); - Object.defineProperty(C1.prototype, "notCastedGet", { + Object.defineProperty(proto_2, "notCastedGet", { get: function () { return this.getValue; // this should not be an error }, diff --git a/tests/baselines/reference/implicitAnyFunctionReturnNullOrUndefined.js b/tests/baselines/reference/implicitAnyFunctionReturnNullOrUndefined.js index 4ae7de5864d25..e6a3d141b20d2 100644 --- a/tests/baselines/reference/implicitAnyFunctionReturnNullOrUndefined.js +++ b/tests/baselines/reference/implicitAnyFunctionReturnNullOrUndefined.js @@ -31,10 +31,11 @@ function undefinedWidenFunction() { return undefined; } // error at "undefinedWi var C = /** @class */ (function () { function C() { } - C.prototype.nullWidenFuncOfC = function () { + var proto_1 = C.prototype; + proto_1.nullWidenFuncOfC = function () { return null; }; - C.prototype.underfinedWidenFuncOfC = function () { + proto_1.underfinedWidenFuncOfC = function () { return undefined; }; return C; diff --git a/tests/baselines/reference/implicitAnyGetAndSetAccessorWithAnyReturnType.js b/tests/baselines/reference/implicitAnyGetAndSetAccessorWithAnyReturnType.js index 48793de094d08..9bdd109d183b8 100644 --- a/tests/baselines/reference/implicitAnyGetAndSetAccessorWithAnyReturnType.js +++ b/tests/baselines/reference/implicitAnyGetAndSetAccessorWithAnyReturnType.js @@ -29,7 +29,8 @@ var GetAndSet = /** @class */ (function () { function GetAndSet() { this.getAndSet = null; // error at "getAndSet" } - Object.defineProperty(GetAndSet.prototype, "haveGetAndSet", { + var proto_1 = GetAndSet.prototype; + Object.defineProperty(proto_1, "haveGetAndSet", { get: function () { return this.getAndSet; }, diff --git a/tests/baselines/reference/inferFromGenericFunctionReturnTypes1.js b/tests/baselines/reference/inferFromGenericFunctionReturnTypes1.js index 36a12ceadda5b..fce9ff33d6bf6 100644 --- a/tests/baselines/reference/inferFromGenericFunctionReturnTypes1.js +++ b/tests/baselines/reference/inferFromGenericFunctionReturnTypes1.js @@ -77,13 +77,14 @@ testSet.transform( var SetOf = /** @class */ (function () { function SetOf() { } - SetOf.prototype.add = function (a) { + var proto_1 = SetOf.prototype; + proto_1.add = function (a) { this._store.push(a); }; - SetOf.prototype.transform = function (transformer) { + proto_1.transform = function (transformer) { return transformer(this); }; - SetOf.prototype.forEach = function (fn) { + proto_1.forEach = function (fn) { this._store.forEach(function (a, i) { return fn(a, i); }); }; return SetOf; diff --git a/tests/baselines/reference/inferFromGenericFunctionReturnTypes2.js b/tests/baselines/reference/inferFromGenericFunctionReturnTypes2.js index 332de9e7409af..31a86058a157d 100644 --- a/tests/baselines/reference/inferFromGenericFunctionReturnTypes2.js +++ b/tests/baselines/reference/inferFromGenericFunctionReturnTypes2.js @@ -111,13 +111,14 @@ var a6 = ["a", "b"].map(combine(wrap(function (s) { return s.length; }), identit var SetOf = /** @class */ (function () { function SetOf() { } - SetOf.prototype.add = function (a) { + var proto_1 = SetOf.prototype; + proto_1.add = function (a) { this._store.push(a); }; - SetOf.prototype.transform = function (transformer) { + proto_1.transform = function (transformer) { return transformer(this); }; - SetOf.prototype.forEach = function (fn) { + proto_1.forEach = function (fn) { this._store.forEach(function (a, i) { return fn(a, i); }); }; return SetOf; diff --git a/tests/baselines/reference/inferParameterWithMethodCallInitializer.js b/tests/baselines/reference/inferParameterWithMethodCallInitializer.js index cdd0a19030068..615e513a3db64 100644 --- a/tests/baselines/reference/inferParameterWithMethodCallInitializer.js +++ b/tests/baselines/reference/inferParameterWithMethodCallInitializer.js @@ -27,10 +27,11 @@ function getNumber() { var Example = /** @class */ (function () { function Example() { } - Example.prototype.getNumber = function () { + var proto_1 = Example.prototype; + proto_1.getNumber = function () { return 1; }; - Example.prototype.doSomething = function (a) { + proto_1.doSomething = function (a) { if (a === void 0) { a = this.getNumber(); } return a; }; diff --git a/tests/baselines/reference/inferSetterParamType.js b/tests/baselines/reference/inferSetterParamType.js index 7c1c2a44ecb3a..77a5aca14d508 100644 --- a/tests/baselines/reference/inferSetterParamType.js +++ b/tests/baselines/reference/inferSetterParamType.js @@ -22,7 +22,8 @@ class Foo2 { var Foo = /** @class */ (function () { function Foo() { } - Object.defineProperty(Foo.prototype, "bar", { + var proto_1 = Foo.prototype; + Object.defineProperty(proto_1, "bar", { get: function () { return 0; }, @@ -36,7 +37,8 @@ var Foo = /** @class */ (function () { var Foo2 = /** @class */ (function () { function Foo2() { } - Object.defineProperty(Foo2.prototype, "bar", { + var proto_2 = Foo2.prototype; + Object.defineProperty(proto_2, "bar", { get: function () { return 0; // should be an error - can't coerce infered return type to match setter annotated type }, diff --git a/tests/baselines/reference/inferringClassMembersFromAssignments.js b/tests/baselines/reference/inferringClassMembersFromAssignments.js index e8d25a917dd47..a3ac6cb837de7 100644 --- a/tests/baselines/reference/inferringClassMembersFromAssignments.js +++ b/tests/baselines/reference/inferringClassMembersFromAssignments.js @@ -153,7 +153,8 @@ var C = /** @class */ (function () { } this.inMultiple = 0; } - C.prototype.method = function () { + var proto_1 = C.prototype; + proto_1.method = function () { var _this = this; if (Math.random()) { this.inMethod = 0; @@ -174,7 +175,7 @@ var C = /** @class */ (function () { } }; }; - C.prototype.get = function () { + proto_1.get = function () { if (Math.random()) { this.inGetter = 0; } @@ -184,7 +185,7 @@ var C = /** @class */ (function () { this.inMultiple = false; this.inMultipleMethods = false; }; - C.prototype.set = function () { + proto_1.set = function () { if (Math.random()) { this.inSetter = 0; } diff --git a/tests/baselines/reference/inheritance.js b/tests/baselines/reference/inheritance.js index 6ef3652ce0228..1ee5eefa0dcc3 100644 --- a/tests/baselines/reference/inheritance.js +++ b/tests/baselines/reference/inheritance.js @@ -96,7 +96,8 @@ var Baad = /** @class */ (function (_super) { function Baad() { return _super !== null && _super.apply(this, arguments) || this; } - Baad.prototype.f = function () { return 0; }; - Baad.prototype.g = function (n) { return 0; }; + var proto_1 = Baad.prototype; + proto_1.f = function () { return 0; }; + proto_1.g = function (n) { return 0; }; return Baad; }(Good)); diff --git a/tests/baselines/reference/inheritanceMemberAccessorOverridingAccessor.js b/tests/baselines/reference/inheritanceMemberAccessorOverridingAccessor.js index 6a336d64f3bbb..0d98e791cb183 100644 --- a/tests/baselines/reference/inheritanceMemberAccessorOverridingAccessor.js +++ b/tests/baselines/reference/inheritanceMemberAccessorOverridingAccessor.js @@ -34,7 +34,8 @@ var __extends = (this && this.__extends) || (function () { var a = /** @class */ (function () { function a() { } - Object.defineProperty(a.prototype, "x", { + var proto_1 = a.prototype; + Object.defineProperty(proto_1, "x", { get: function () { return "20"; }, @@ -50,7 +51,8 @@ var b = /** @class */ (function (_super) { function b() { return _super !== null && _super.apply(this, arguments) || this; } - Object.defineProperty(b.prototype, "x", { + var proto_2 = b.prototype; + Object.defineProperty(proto_2, "x", { get: function () { return "20"; }, diff --git a/tests/baselines/reference/inheritanceMemberAccessorOverridingMethod.js b/tests/baselines/reference/inheritanceMemberAccessorOverridingMethod.js index 74da144f1d815..eb85b6e5bce33 100644 --- a/tests/baselines/reference/inheritanceMemberAccessorOverridingMethod.js +++ b/tests/baselines/reference/inheritanceMemberAccessorOverridingMethod.js @@ -41,7 +41,8 @@ var b = /** @class */ (function (_super) { function b() { return _super !== null && _super.apply(this, arguments) || this; } - Object.defineProperty(b.prototype, "x", { + var proto_1 = b.prototype; + Object.defineProperty(proto_1, "x", { get: function () { return function () { return "20"; }; }, diff --git a/tests/baselines/reference/inheritanceMemberAccessorOverridingProperty.js b/tests/baselines/reference/inheritanceMemberAccessorOverridingProperty.js index 53e045be2d3bc..8bb5c4f484bfc 100644 --- a/tests/baselines/reference/inheritanceMemberAccessorOverridingProperty.js +++ b/tests/baselines/reference/inheritanceMemberAccessorOverridingProperty.js @@ -36,7 +36,8 @@ var b = /** @class */ (function (_super) { function b() { return _super !== null && _super.apply(this, arguments) || this; } - Object.defineProperty(b.prototype, "x", { + var proto_1 = b.prototype; + Object.defineProperty(proto_1, "x", { get: function () { return "20"; }, diff --git a/tests/baselines/reference/inheritanceMemberFuncOverridingAccessor.js b/tests/baselines/reference/inheritanceMemberFuncOverridingAccessor.js index ebafc23792581..e6cf241bd115c 100644 --- a/tests/baselines/reference/inheritanceMemberFuncOverridingAccessor.js +++ b/tests/baselines/reference/inheritanceMemberFuncOverridingAccessor.js @@ -31,7 +31,8 @@ var __extends = (this && this.__extends) || (function () { var a = /** @class */ (function () { function a() { } - Object.defineProperty(a.prototype, "x", { + var proto_1 = a.prototype; + Object.defineProperty(proto_1, "x", { get: function () { return "20"; }, diff --git a/tests/baselines/reference/inheritanceMemberPropertyOverridingAccessor.js b/tests/baselines/reference/inheritanceMemberPropertyOverridingAccessor.js index 1cab36c13994a..6bc051b102b48 100644 --- a/tests/baselines/reference/inheritanceMemberPropertyOverridingAccessor.js +++ b/tests/baselines/reference/inheritanceMemberPropertyOverridingAccessor.js @@ -30,7 +30,8 @@ var __extends = (this && this.__extends) || (function () { var a = /** @class */ (function () { function a() { } - Object.defineProperty(a.prototype, "x", { + var proto_1 = a.prototype; + Object.defineProperty(proto_1, "x", { get: function () { return this.__x; }, diff --git a/tests/baselines/reference/innerTypeParameterShadowingOuterOne2.js b/tests/baselines/reference/innerTypeParameterShadowingOuterOne2.js index 824061fce1f30..3b9af454b2b50 100644 --- a/tests/baselines/reference/innerTypeParameterShadowingOuterOne2.js +++ b/tests/baselines/reference/innerTypeParameterShadowingOuterOne2.js @@ -43,11 +43,12 @@ class C2 { var C = /** @class */ (function () { function C() { } - C.prototype.g = function () { + var proto_1 = C.prototype; + proto_1.g = function () { var x; x.toFixed(); }; - C.prototype.h = function () { + proto_1.h = function () { var x; x.getDate(); }; @@ -56,11 +57,12 @@ var C = /** @class */ (function () { var C2 = /** @class */ (function () { function C2() { } - C2.prototype.g = function () { + var proto_2 = C2.prototype; + proto_2.g = function () { var x; x.toFixed(); }; - C2.prototype.h = function () { + proto_2.h = function () { var x; x.getDate(); }; diff --git a/tests/baselines/reference/instanceMemberAssignsToClassPrototype.js b/tests/baselines/reference/instanceMemberAssignsToClassPrototype.js index 48c032b0d5360..593c2e83fae3f 100644 --- a/tests/baselines/reference/instanceMemberAssignsToClassPrototype.js +++ b/tests/baselines/reference/instanceMemberAssignsToClassPrototype.js @@ -16,10 +16,11 @@ class C { var C = /** @class */ (function () { function C() { } - C.prototype.foo = function () { + var proto_1 = C.prototype; + proto_1.foo = function () { C.prototype.foo = function () { }; }; - C.prototype.bar = function (x) { + proto_1.bar = function (x) { C.prototype.bar = function () { }; // error C.prototype.bar = function (x) { return x; }; // ok C.prototype.bar = function (x) { return 1; }; // ok diff --git a/tests/baselines/reference/instancePropertiesInheritedIntoClassType.js b/tests/baselines/reference/instancePropertiesInheritedIntoClassType.js index e209c0784c917..3dc3da00cfc04 100644 --- a/tests/baselines/reference/instancePropertiesInheritedIntoClassType.js +++ b/tests/baselines/reference/instancePropertiesInheritedIntoClassType.js @@ -63,7 +63,8 @@ var NonGeneric; this.a = a; this.b = b; } - Object.defineProperty(C.prototype, "y", { + var proto_1 = C.prototype; + Object.defineProperty(proto_1, "y", { get: function () { return 1; }, @@ -71,7 +72,7 @@ var NonGeneric; enumerable: true, configurable: true }); - C.prototype.fn = function () { return this; }; + proto_1.fn = function () { return this; }; return C; }()); var D = /** @class */ (function (_super) { @@ -95,7 +96,8 @@ var Generic; this.a = a; this.b = b; } - Object.defineProperty(C.prototype, "y", { + var proto_2 = C.prototype; + Object.defineProperty(proto_2, "y", { get: function () { return null; }, @@ -103,7 +105,7 @@ var Generic; enumerable: true, configurable: true }); - C.prototype.fn = function () { return this; }; + proto_2.fn = function () { return this; }; return C; }()); var D = /** @class */ (function (_super) { diff --git a/tests/baselines/reference/instancePropertyInClassType.js b/tests/baselines/reference/instancePropertyInClassType.js index 32bd215f66aac..398c4579e5ab7 100644 --- a/tests/baselines/reference/instancePropertyInClassType.js +++ b/tests/baselines/reference/instancePropertyInClassType.js @@ -46,7 +46,8 @@ var NonGeneric; this.a = a; this.b = b; } - Object.defineProperty(C.prototype, "y", { + var proto_1 = C.prototype; + Object.defineProperty(proto_1, "y", { get: function () { return 1; }, @@ -54,7 +55,7 @@ var NonGeneric; enumerable: true, configurable: true }); - C.prototype.fn = function () { return this; }; + proto_1.fn = function () { return this; }; return C; }()); var c = new C(1, 2); @@ -71,7 +72,8 @@ var Generic; this.a = a; this.b = b; } - Object.defineProperty(C.prototype, "y", { + var proto_2 = C.prototype; + Object.defineProperty(proto_2, "y", { get: function () { return null; }, @@ -79,7 +81,7 @@ var Generic; enumerable: true, configurable: true }); - C.prototype.fn = function () { return this; }; + proto_2.fn = function () { return this; }; return C; }()); var c = new C(1, ''); diff --git a/tests/baselines/reference/interfaceContextualType.js b/tests/baselines/reference/interfaceContextualType.js index 8f2950749d9e3..a1883ad732e7e 100644 --- a/tests/baselines/reference/interfaceContextualType.js +++ b/tests/baselines/reference/interfaceContextualType.js @@ -27,11 +27,12 @@ exports.__esModule = true; var Bug = /** @class */ (function () { function Bug() { } - Bug.prototype.ok = function () { + var proto_1 = Bug.prototype; + proto_1.ok = function () { this.values = {}; this.values['comments'] = { italic: true }; }; - Bug.prototype.shouldBeOK = function () { + proto_1.shouldBeOK = function () { this.values = { comments: { italic: true } }; diff --git a/tests/baselines/reference/interfaceExtendingClass.js b/tests/baselines/reference/interfaceExtendingClass.js index 388d4232e82a8..d457dfef39235 100644 --- a/tests/baselines/reference/interfaceExtendingClass.js +++ b/tests/baselines/reference/interfaceExtendingClass.js @@ -23,8 +23,9 @@ i = f; var Foo = /** @class */ (function () { function Foo() { } - Foo.prototype.y = function () { }; - Object.defineProperty(Foo.prototype, "Z", { + var proto_1 = Foo.prototype; + proto_1.y = function () { }; + Object.defineProperty(proto_1, "Z", { get: function () { return 1; }, diff --git a/tests/baselines/reference/interfaceExtendingClass2.js b/tests/baselines/reference/interfaceExtendingClass2.js index 9c4f56151e0ab..1cea03cb50347 100644 --- a/tests/baselines/reference/interfaceExtendingClass2.js +++ b/tests/baselines/reference/interfaceExtendingClass2.js @@ -19,8 +19,9 @@ interface I2 extends Foo { // error var Foo = /** @class */ (function () { function Foo() { } - Foo.prototype.y = function () { }; - Object.defineProperty(Foo.prototype, "Z", { + var proto_1 = Foo.prototype; + proto_1.y = function () { }; + Object.defineProperty(proto_1, "Z", { get: function () { return 1; }, diff --git a/tests/baselines/reference/interfaceExtendsClassWithPrivate1.js b/tests/baselines/reference/interfaceExtendsClassWithPrivate1.js index 6da140d08c3dc..b6365de59b218 100644 --- a/tests/baselines/reference/interfaceExtendsClassWithPrivate1.js +++ b/tests/baselines/reference/interfaceExtendsClassWithPrivate1.js @@ -53,9 +53,10 @@ var D = /** @class */ (function (_super) { function D() { return _super !== null && _super.apply(this, arguments) || this; } - D.prototype.foo = function (x) { return x; }; - D.prototype.other = function (x) { return x; }; - D.prototype.bar = function () { }; + var proto_1 = D.prototype; + proto_1.foo = function (x) { return x; }; + proto_1.other = function (x) { return x; }; + proto_1.bar = function () { }; return D; }(C)); var c; diff --git a/tests/baselines/reference/interfaceExtendsClassWithPrivate2.js b/tests/baselines/reference/interfaceExtendsClassWithPrivate2.js index c135119dd042c..6d38501fc16fe 100644 --- a/tests/baselines/reference/interfaceExtendsClassWithPrivate2.js +++ b/tests/baselines/reference/interfaceExtendsClassWithPrivate2.js @@ -52,9 +52,10 @@ var D = /** @class */ (function (_super) { _this.y = 3; return _this; } - D.prototype.foo = function (x) { return x; }; - D.prototype.other = function (x) { return x; }; - D.prototype.bar = function () { }; + var proto_1 = D.prototype; + proto_1.foo = function (x) { return x; }; + proto_1.other = function (x) { return x; }; + proto_1.bar = function () { }; return D; }(C)); var D2 = /** @class */ (function (_super) { @@ -64,8 +65,9 @@ var D2 = /** @class */ (function (_super) { _this.x = ""; return _this; } - D2.prototype.foo = function (x) { return x; }; - D2.prototype.other = function (x) { return x; }; - D2.prototype.bar = function () { }; + var proto_2 = D2.prototype; + proto_2.foo = function (x) { return x; }; + proto_2.other = function (x) { return x; }; + proto_2.bar = function () { }; return D2; }(C)); diff --git a/tests/baselines/reference/interfaceImplementation5.js b/tests/baselines/reference/interfaceImplementation5.js index 9b2ffd88e4059..d5da73e13fcdd 100644 --- a/tests/baselines/reference/interfaceImplementation5.js +++ b/tests/baselines/reference/interfaceImplementation5.js @@ -55,7 +55,8 @@ var C2 = /** @class */ (function () { var C3 = /** @class */ (function () { function C3() { } - Object.defineProperty(C3.prototype, "getset1", { + var proto_1 = C3.prototype; + Object.defineProperty(proto_1, "getset1", { get: function () { return 1; }, set: function (baz) { }, enumerable: true, @@ -86,7 +87,8 @@ var C5 = /** @class */ (function () { var C6 = /** @class */ (function () { function C6() { } - Object.defineProperty(C6.prototype, "getset1", { + var proto_2 = C6.prototype; + Object.defineProperty(proto_2, "getset1", { get: function () { var x; return x; }, set: function (baz) { }, enumerable: true, diff --git a/tests/baselines/reference/invalidNewTarget.es5.js b/tests/baselines/reference/invalidNewTarget.es5.js index 56278dc56df19..4a64f2f5c9666 100644 --- a/tests/baselines/reference/invalidNewTarget.es5.js +++ b/tests/baselines/reference/invalidNewTarget.es5.js @@ -33,12 +33,13 @@ var C = /** @class */ (function () { var _newTarget = this.constructor; this.f = function () { return _newTarget; }; } - C.prototype[_newTarget] = function () { }; - C.prototype.c = function () { + var proto_1 = C.prototype; + proto_1[_newTarget] = function () { }; + proto_1.c = function () { var _newTarget = void 0; return _newTarget; }; - Object.defineProperty(C.prototype, "d", { + Object.defineProperty(proto_1, "d", { get: function () { var _newTarget = void 0; return _newTarget; @@ -46,7 +47,7 @@ var C = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(C.prototype, "e", { + Object.defineProperty(proto_1, "e", { set: function (_) { var _newTarget = void 0; _ = _newTarget; diff --git a/tests/baselines/reference/isDeclarationVisibleNodeKinds.js b/tests/baselines/reference/isDeclarationVisibleNodeKinds.js index 83a926ab7d2eb..ea986545ff9b3 100644 --- a/tests/baselines/reference/isDeclarationVisibleNodeKinds.js +++ b/tests/baselines/reference/isDeclarationVisibleNodeKinds.js @@ -130,14 +130,15 @@ var schema; var T = /** @class */ (function () { function T() { } - Object.defineProperty(T.prototype, "createValidator9", { + var proto_1 = T.prototype; + Object.defineProperty(proto_1, "createValidator9", { get: function () { return undefined; }, enumerable: true, configurable: true }); - Object.defineProperty(T.prototype, "createValidator10", { + Object.defineProperty(proto_1, "createValidator10", { set: function (v) { }, enumerable: true, diff --git a/tests/baselines/reference/keyofAndIndexedAccess.js b/tests/baselines/reference/keyofAndIndexedAccess.js index e56ad3d5434da..b6600c96e2364 100644 --- a/tests/baselines/reference/keyofAndIndexedAccess.js +++ b/tests/baselines/reference/keyofAndIndexedAccess.js @@ -732,10 +732,11 @@ function f13(foo, bar) { var Component = /** @class */ (function () { function Component() { } - Component.prototype.getProperty = function (key) { + var proto_1 = Component.prototype; + proto_1.getProperty = function (key) { return this.props[key]; }; - Component.prototype.setProperty = function (key, value) { + proto_1.setProperty = function (key, value) { this.props[key] = value; }; return Component; @@ -868,13 +869,14 @@ function f84() { var C1 = /** @class */ (function () { function C1() { } - C1.prototype.get = function (key) { + var proto_2 = C1.prototype; + proto_2.get = function (key) { return this[key]; }; - C1.prototype.set = function (key, value) { + proto_2.set = function (key, value) { this[key] = value; }; - C1.prototype.foo = function () { + proto_2.foo = function () { var x1 = this.x; // number var x2 = this["x"]; // number var x3 = this.get("x"); // this["x"] @@ -913,10 +915,11 @@ function f92(x, y, z) { var Base = /** @class */ (function () { function Base() { } - Base.prototype.get = function (prop) { + var proto_3 = Base.prototype; + proto_3.get = function (prop) { return this[prop]; }; - Base.prototype.set = function (prop, value) { + proto_3.set = function (prop, value) { this[prop] = value; }; return Base; diff --git a/tests/baselines/reference/lift.js b/tests/baselines/reference/lift.js index d2e9d4351d3fc..0861afd289f70 100644 --- a/tests/baselines/reference/lift.js +++ b/tests/baselines/reference/lift.js @@ -45,7 +45,8 @@ var C = /** @class */ (function (_super) { var ll = x * w; return _this; } - C.prototype.liftxyz = function () { return x + z + this.y; }; - C.prototype.liftxylocllz = function () { return x + z + this.y + this.ll; }; + var proto_1 = C.prototype; + proto_1.liftxyz = function () { return x + z + this.y; }; + proto_1.liftxylocllz = function () { return x + z + this.y + this.ll; }; return C; }(B)); diff --git a/tests/baselines/reference/listFailure.js b/tests/baselines/reference/listFailure.js index 82063e04b0499..ac4acba14f2fd 100644 --- a/tests/baselines/reference/listFailure.js +++ b/tests/baselines/reference/listFailure.js @@ -71,11 +71,12 @@ var Editor; var List = /** @class */ (function () { function List() { } - List.prototype.add = function (data) { + var proto_1 = List.prototype; + proto_1.add = function (data) { this.next = ListMakeEntry(data); return this.next; }; - List.prototype.popEntry = function (head) { + proto_1.popEntry = function (head) { return (ListRemoveEntry(this.next)); }; return List; diff --git a/tests/baselines/reference/literalTypes2.js b/tests/baselines/reference/literalTypes2.js index a5e0f6dcb84de..4b95fde11b8da 100644 --- a/tests/baselines/reference/literalTypes2.js +++ b/tests/baselines/reference/literalTypes2.js @@ -307,10 +307,11 @@ function f12() { var C2 = /** @class */ (function () { function C2() { } - C2.prototype.foo = function () { + var proto_1 = C2.prototype; + proto_1.foo = function () { return 0; }; - C2.prototype.bar = function () { + proto_1.bar = function () { return cond ? 0 : 1; }; return C2; diff --git a/tests/baselines/reference/localTypes1.js b/tests/baselines/reference/localTypes1.js index 3d28af0939c00..9bd1341656f89 100644 --- a/tests/baselines/reference/localTypes1.js +++ b/tests/baselines/reference/localTypes1.js @@ -263,7 +263,8 @@ var A = /** @class */ (function () { return C; }()); } - A.prototype.m = function () { + var proto_1 = A.prototype; + proto_1.m = function () { var E; (function (E) { E[E["A"] = 0] = "A"; @@ -277,7 +278,7 @@ var A = /** @class */ (function () { }()); return new C(); }; - Object.defineProperty(A.prototype, "p", { + Object.defineProperty(proto_1, "p", { get: function () { var E; (function (E) { diff --git a/tests/baselines/reference/looseThisTypeInFunctions.js b/tests/baselines/reference/looseThisTypeInFunctions.js index fcf39472c568c..822286d6b3f80 100644 --- a/tests/baselines/reference/looseThisTypeInFunctions.js +++ b/tests/baselines/reference/looseThisTypeInFunctions.js @@ -52,13 +52,14 @@ i.explicitThis = function(m) { var C = /** @class */ (function () { function C() { } - C.prototype.explicitThis = function (m) { + var proto_1 = C.prototype; + proto_1.explicitThis = function (m) { return this.n + m; }; - C.prototype.implicitThis = function (m) { + proto_1.implicitThis = function (m) { return this.n + m; }; - C.prototype.explicitVoid = function (m) { + proto_1.explicitVoid = function (m) { return m + 1; }; return C; diff --git a/tests/baselines/reference/memberFunctionsWithPrivateOverloads.js b/tests/baselines/reference/memberFunctionsWithPrivateOverloads.js index a1d8b3f7f2b15..8d0422148c056 100644 --- a/tests/baselines/reference/memberFunctionsWithPrivateOverloads.js +++ b/tests/baselines/reference/memberFunctionsWithPrivateOverloads.js @@ -53,8 +53,9 @@ var r4 = D.bar(''); // error var C = /** @class */ (function () { function C() { } - C.prototype.foo = function (x, y) { }; - C.prototype.bar = function (x, y) { }; + var proto_1 = C.prototype; + proto_1.foo = function (x, y) { }; + proto_1.bar = function (x, y) { }; C.foo = function (x, y) { }; C.bar = function (x, y) { }; return C; @@ -62,8 +63,9 @@ var C = /** @class */ (function () { var D = /** @class */ (function () { function D() { } - D.prototype.foo = function (x, y) { }; - D.prototype.bar = function (x, y) { }; + var proto_2 = D.prototype; + proto_2.foo = function (x, y) { }; + proto_2.bar = function (x, y) { }; D.foo = function (x, y) { }; D.bar = function (x, y) { }; return D; diff --git a/tests/baselines/reference/memberFunctionsWithPublicOverloads.js b/tests/baselines/reference/memberFunctionsWithPublicOverloads.js index 1e476fddfd955..571b8de84fb5d 100644 --- a/tests/baselines/reference/memberFunctionsWithPublicOverloads.js +++ b/tests/baselines/reference/memberFunctionsWithPublicOverloads.js @@ -44,8 +44,9 @@ class D { var C = /** @class */ (function () { function C() { } - C.prototype.foo = function (x, y) { }; - C.prototype.bar = function (x, y) { }; + var proto_1 = C.prototype; + proto_1.foo = function (x, y) { }; + proto_1.bar = function (x, y) { }; C.foo = function (x, y) { }; C.bar = function (x, y) { }; return C; @@ -53,8 +54,9 @@ var C = /** @class */ (function () { var D = /** @class */ (function () { function D() { } - D.prototype.foo = function (x, y) { }; - D.prototype.bar = function (x, y) { }; + var proto_2 = D.prototype; + proto_2.foo = function (x, y) { }; + proto_2.bar = function (x, y) { }; D.foo = function (x, y) { }; D.bar = function (x, y) { }; return D; diff --git a/tests/baselines/reference/memberFunctionsWithPublicPrivateOverloads.js b/tests/baselines/reference/memberFunctionsWithPublicPrivateOverloads.js index f227ad7a88583..12ba9a8bb65ac 100644 --- a/tests/baselines/reference/memberFunctionsWithPublicPrivateOverloads.js +++ b/tests/baselines/reference/memberFunctionsWithPublicPrivateOverloads.js @@ -66,10 +66,11 @@ var r2 = d.foo(2); // error var C = /** @class */ (function () { function C() { } - C.prototype.foo = function (x, y) { }; - C.prototype.bar = function (x, y) { }; + var proto_1 = C.prototype; + proto_1.foo = function (x, y) { }; + proto_1.bar = function (x, y) { }; C.foo = function (x, y) { }; - C.prototype.baz = function (x, y) { }; + proto_1.baz = function (x, y) { }; C.bar = function (x, y) { }; C.baz = function (x, y) { }; return C; @@ -77,9 +78,10 @@ var C = /** @class */ (function () { var D = /** @class */ (function () { function D() { } - D.prototype.foo = function (x, y) { }; - D.prototype.bar = function (x, y) { }; - D.prototype.baz = function (x, y) { }; + var proto_2 = D.prototype; + proto_2.foo = function (x, y) { }; + proto_2.bar = function (x, y) { }; + proto_2.baz = function (x, y) { }; D.foo = function (x, y) { }; D.bar = function (x, y) { }; D.baz = function (x, y) { }; diff --git a/tests/baselines/reference/missingSelf.js b/tests/baselines/reference/missingSelf.js index d84c9ce6a315a..b464fa52d3036 100644 --- a/tests/baselines/reference/missingSelf.js +++ b/tests/baselines/reference/missingSelf.js @@ -22,18 +22,20 @@ c2.b(); var CalcButton = /** @class */ (function () { function CalcButton() { } - CalcButton.prototype.a = function () { this.onClick(); }; - CalcButton.prototype.onClick = function () { }; + var proto_1 = CalcButton.prototype; + proto_1.a = function () { this.onClick(); }; + proto_1.onClick = function () { }; return CalcButton; }()); var CalcButton2 = /** @class */ (function () { function CalcButton2() { } - CalcButton2.prototype.b = function () { + var proto_2 = CalcButton2.prototype; + proto_2.b = function () { var _this = this; (function () { return _this.onClick(); }); }; - CalcButton2.prototype.onClick = function () { }; + proto_2.onClick = function () { }; return CalcButton2; }()); var c = new CalcButton(); diff --git a/tests/baselines/reference/mixedStaticAndInstanceClassMembers.js b/tests/baselines/reference/mixedStaticAndInstanceClassMembers.js index 2468000d542a0..629334bfd12d8 100644 --- a/tests/baselines/reference/mixedStaticAndInstanceClassMembers.js +++ b/tests/baselines/reference/mixedStaticAndInstanceClassMembers.js @@ -19,16 +19,18 @@ class B { var A = /** @class */ (function () { function A() { } - A.prototype.f = function () { }; - A.prototype.m1 = function (a) { + var proto_1 = A.prototype; + proto_1.f = function () { }; + proto_1.m1 = function (a) { }; return A; }()); var B = /** @class */ (function () { function B() { } - B.prototype.f = function () { }; - B.prototype.m1 = function (a) { + var proto_2 = B.prototype; + proto_2.f = function () { }; + proto_2.m1 = function (a) { }; return B; }()); diff --git a/tests/baselines/reference/mixinAccessModifiers.js b/tests/baselines/reference/mixinAccessModifiers.js index 2d158f6841e04..342da2bf628a1 100644 --- a/tests/baselines/reference/mixinAccessModifiers.js +++ b/tests/baselines/reference/mixinAccessModifiers.js @@ -294,15 +294,17 @@ var C6 = /** @class */ (function (_super) { var ProtectedGeneric = /** @class */ (function () { function ProtectedGeneric() { } - ProtectedGeneric.prototype.privateMethod = function () { }; - ProtectedGeneric.prototype.protectedMethod = function () { }; + var proto_1 = ProtectedGeneric.prototype; + proto_1.privateMethod = function () { }; + proto_1.protectedMethod = function () { }; return ProtectedGeneric; }()); var ProtectedGeneric2 = /** @class */ (function () { function ProtectedGeneric2() { } - ProtectedGeneric2.prototype.privateMethod = function () { }; - ProtectedGeneric2.prototype.protectedMethod = function () { }; + var proto_2 = ProtectedGeneric2.prototype; + proto_2.privateMethod = function () { }; + proto_2.protectedMethod = function () { }; return ProtectedGeneric2; }()); function f7(x) { diff --git a/tests/baselines/reference/moduleMemberWithoutTypeAnnotation1.js b/tests/baselines/reference/moduleMemberWithoutTypeAnnotation1.js index 211e4efeb46cb..4be6a47026b78 100644 --- a/tests/baselines/reference/moduleMemberWithoutTypeAnnotation1.js +++ b/tests/baselines/reference/moduleMemberWithoutTypeAnnotation1.js @@ -84,12 +84,13 @@ var TypeScript; var SyntaxNode = /** @class */ (function () { function SyntaxNode() { } - SyntaxNode.prototype.findToken = function (position, includeSkippedTokens) { + var proto_1 = SyntaxNode.prototype; + proto_1.findToken = function (position, includeSkippedTokens) { if (includeSkippedTokens === void 0) { includeSkippedTokens = false; } var positionedToken = this.findTokenInternal(null, position, 0); return null; }; - SyntaxNode.prototype.findTokenInternal = function (x, y, z) { + proto_1.findTokenInternal = function (x, y, z) { return null; }; return SyntaxNode; diff --git a/tests/baselines/reference/moduleVisibilityTest1.js b/tests/baselines/reference/moduleVisibilityTest1.js index 99ff355df7209..860eeed803bdd 100644 --- a/tests/baselines/reference/moduleVisibilityTest1.js +++ b/tests/baselines/reference/moduleVisibilityTest1.js @@ -104,10 +104,11 @@ var M; function someInnerFunc() { return 2; } var someInnerVar = 3; } - C.prototype.someMethodThatCallsAnOuterMethod = function () { return OuterInnerAlias.someExportedOuterInnerFunc(); }; - C.prototype.someMethodThatCallsAnInnerMethod = function () { return InnerMod.someExportedInnerFunc(); }; - C.prototype.someMethodThatCallsAnOuterInnerMethod = function () { return OuterMod.someExportedOuterFunc(); }; - C.prototype.someMethod = function () { return 0; }; + var proto_1 = C.prototype; + proto_1.someMethodThatCallsAnOuterMethod = function () { return OuterInnerAlias.someExportedOuterInnerFunc(); }; + proto_1.someMethodThatCallsAnInnerMethod = function () { return InnerMod.someExportedInnerFunc(); }; + proto_1.someMethodThatCallsAnOuterInnerMethod = function () { return OuterMod.someExportedOuterFunc(); }; + proto_1.someMethod = function () { return 0; }; return C; }()); M.C = C; diff --git a/tests/baselines/reference/moduleVisibilityTest2.js b/tests/baselines/reference/moduleVisibilityTest2.js index 0030c9ec3541e..4740290542499 100644 --- a/tests/baselines/reference/moduleVisibilityTest2.js +++ b/tests/baselines/reference/moduleVisibilityTest2.js @@ -105,10 +105,11 @@ var M; function someInnerFunc() { return 2; } var someInnerVar = 3; } - C.prototype.someMethodThatCallsAnOuterMethod = function () { return OuterInnerAlias.someExportedOuterInnerFunc(); }; - C.prototype.someMethodThatCallsAnInnerMethod = function () { return InnerMod.someExportedInnerFunc(); }; - C.prototype.someMethodThatCallsAnOuterInnerMethod = function () { return OuterMod.someExportedOuterFunc(); }; - C.prototype.someMethod = function () { return 0; }; + var proto_1 = C.prototype; + proto_1.someMethodThatCallsAnOuterMethod = function () { return OuterInnerAlias.someExportedOuterInnerFunc(); }; + proto_1.someMethodThatCallsAnInnerMethod = function () { return InnerMod.someExportedInnerFunc(); }; + proto_1.someMethodThatCallsAnOuterInnerMethod = function () { return OuterMod.someExportedOuterFunc(); }; + proto_1.someMethod = function () { return 0; }; return C; }()); M.C = C; diff --git a/tests/baselines/reference/moduledecl.js b/tests/baselines/reference/moduledecl.js index de7a5434e4df6..91b593ba7a0f7 100644 --- a/tests/baselines/reference/moduledecl.js +++ b/tests/baselines/reference/moduledecl.js @@ -306,10 +306,11 @@ var exportTests; var C1_public = /** @class */ (function () { function C1_public() { } - C1_public.prototype.f2 = function () { + var proto_1 = C1_public.prototype; + proto_1.f2 = function () { return 30; }; - C1_public.prototype.f3 = function () { + proto_1.f3 = function () { return "string"; }; return C1_public; @@ -318,10 +319,11 @@ var exportTests; var C2_private = /** @class */ (function () { function C2_private() { } - C2_private.prototype.f2 = function () { + var proto_2 = C2_private.prototype; + proto_2.f2 = function () { return 30; }; - C2_private.prototype.f3 = function () { + proto_2.f3 = function () { return "string"; }; return C2_private; @@ -329,24 +331,25 @@ var exportTests; var C3_public = /** @class */ (function () { function C3_public() { } - C3_public.prototype.getC2_private = function () { + var proto_3 = C3_public.prototype; + proto_3.getC2_private = function () { return new C2_private(); }; - C3_public.prototype.setC2_private = function (arg) { + proto_3.setC2_private = function (arg) { }; - Object.defineProperty(C3_public.prototype, "c2", { + Object.defineProperty(proto_3, "c2", { get: function () { return new C2_private(); }, enumerable: true, configurable: true }); - C3_public.prototype.getC1_public = function () { + proto_3.getC1_public = function () { return new C1_public(); }; - C3_public.prototype.setC1_public = function (arg) { + proto_3.setC1_public = function (arg) { }; - Object.defineProperty(C3_public.prototype, "c1", { + Object.defineProperty(proto_3, "c1", { get: function () { return new C1_public(); }, diff --git a/tests/baselines/reference/multiModuleClodule1.js b/tests/baselines/reference/multiModuleClodule1.js index 18ab88c42d2c4..713f3fd762758 100644 --- a/tests/baselines/reference/multiModuleClodule1.js +++ b/tests/baselines/reference/multiModuleClodule1.js @@ -22,8 +22,9 @@ c.foo = C.foo; var C = /** @class */ (function () { function C(x) { } - C.prototype.foo = function () { }; - C.prototype.bar = function () { }; + var proto_1 = C.prototype; + proto_1.foo = function () { }; + proto_1.bar = function () { }; C.boo = function () { }; return C; }()); diff --git a/tests/baselines/reference/multipleDeclarations.js b/tests/baselines/reference/multipleDeclarations.js index 14bf360da14d5..0bd3fea538941 100644 --- a/tests/baselines/reference/multipleDeclarations.js +++ b/tests/baselines/reference/multipleDeclarations.js @@ -47,9 +47,10 @@ var X = /** @class */ (function () { this.m = this.m.bind(this); this.mistake = 'frankly, complete nonsense'; } - X.prototype.m = function () { + var proto_1 = X.prototype; + proto_1.m = function () { }; - X.prototype.mistake = function () { + proto_1.mistake = function () { }; return X; }()); @@ -62,9 +63,10 @@ var Y = /** @class */ (function () { this.m = this.m.bind(this); this.mistake = 'even more nonsense'; } - Y.prototype.mistake = function () { + var proto_2 = Y.prototype; + proto_2.mistake = function () { }; - Y.prototype.m = function () { + proto_2.m = function () { }; return Y; }()); diff --git a/tests/baselines/reference/multipleInheritance.js b/tests/baselines/reference/multipleInheritance.js index b80794c1e7166..c073c41ea4f41 100644 --- a/tests/baselines/reference/multipleInheritance.js +++ b/tests/baselines/reference/multipleInheritance.js @@ -114,7 +114,8 @@ var Baad = /** @class */ (function (_super) { function Baad() { return _super !== null && _super.apply(this, arguments) || this; } - Baad.prototype.f = function () { return 0; }; - Baad.prototype.g = function (n) { return 0; }; + var proto_1 = Baad.prototype; + proto_1.f = function () { return 0; }; + proto_1.g = function (n) { return 0; }; return Baad; }(Good)); diff --git a/tests/baselines/reference/neverType.js b/tests/baselines/reference/neverType.js index eb7ee33148013..9c2a07acf9d8f 100644 --- a/tests/baselines/reference/neverType.js +++ b/tests/baselines/reference/neverType.js @@ -134,16 +134,17 @@ function check(x) { var C = /** @class */ (function () { function C() { } - C.prototype.void1 = function () { + var proto_1 = C.prototype; + proto_1.void1 = function () { throw new Error(); }; - C.prototype.void2 = function () { + proto_1.void2 = function () { while (true) { } }; - C.prototype.never1 = function () { + proto_1.never1 = function () { throw new Error(); }; - C.prototype.never2 = function () { + proto_1.never2 = function () { while (true) { } }; return C; diff --git a/tests/baselines/reference/noCollisionThisExpressionAndLocalVarInAccessors.js b/tests/baselines/reference/noCollisionThisExpressionAndLocalVarInAccessors.js index 6df80b5b30fc6..0451113be83aa 100644 --- a/tests/baselines/reference/noCollisionThisExpressionAndLocalVarInAccessors.js +++ b/tests/baselines/reference/noCollisionThisExpressionAndLocalVarInAccessors.js @@ -47,7 +47,8 @@ class class2 { var class1 = /** @class */ (function () { function class1() { } - Object.defineProperty(class1.prototype, "a", { + var proto_1 = class1.prototype; + Object.defineProperty(proto_1, "a", { get: function () { var x2 = { doStuff: function (callback) { return function () { @@ -73,7 +74,8 @@ var class1 = /** @class */ (function () { var class2 = /** @class */ (function () { function class2() { } - Object.defineProperty(class2.prototype, "a", { + var proto_2 = class2.prototype; + Object.defineProperty(proto_2, "a", { get: function () { var _this = 2; var x2 = { diff --git a/tests/baselines/reference/noCollisionThisExpressionAndLocalVarInMethod.js b/tests/baselines/reference/noCollisionThisExpressionAndLocalVarInMethod.js index e4254225783dc..8d7f27675eaaa 100644 --- a/tests/baselines/reference/noCollisionThisExpressionAndLocalVarInMethod.js +++ b/tests/baselines/reference/noCollisionThisExpressionAndLocalVarInMethod.js @@ -24,7 +24,8 @@ var _this = 2; var a = /** @class */ (function () { function a() { } - a.prototype.method1 = function () { + var proto_1 = a.prototype; + proto_1.method1 = function () { return { doStuff: function (callback) { return function () { var _this = 2; @@ -32,7 +33,7 @@ var a = /** @class */ (function () { }; } }; }; - a.prototype.method2 = function () { + proto_1.method2 = function () { var _this = 2; return { doStuff: function (callback) { return function () { diff --git a/tests/baselines/reference/noImplicitAnyParametersInClass.js b/tests/baselines/reference/noImplicitAnyParametersInClass.js index 1cfccb39778ce..349b90c38e4c5 100644 --- a/tests/baselines/reference/noImplicitAnyParametersInClass.js +++ b/tests/baselines/reference/noImplicitAnyParametersInClass.js @@ -143,56 +143,57 @@ var C = /** @class */ (function () { return ""; }; } + var proto_1 = C.prototype; // No implicit-'any' errors. - C.prototype.pub_f1 = function () { }; + proto_1.pub_f1 = function () { }; // Implicit-'any' errors for x. - C.prototype.pub_f2 = function (x) { }; + proto_1.pub_f2 = function (x) { }; // No implicit-'any' errors. - C.prototype.pub_f3 = function (x) { }; + proto_1.pub_f3 = function (x) { }; // Implicit-'any' errors for x, y, and z. - C.prototype.pub_f4 = function (x, y, z) { }; + proto_1.pub_f4 = function (x, y, z) { }; // Implicit-'any' errors for x, and z. - C.prototype.pub_f5 = function (x, y, z) { }; + proto_1.pub_f5 = function (x, y, z) { }; // Implicit-'any[]' errors for r. - C.prototype.pub_f6 = function () { + proto_1.pub_f6 = function () { var r = []; for (var _i = 0; _i < arguments.length; _i++) { r[_i] = arguments[_i]; } }; // Implicit-'any'/'any[]' errors for x, r. - C.prototype.pub_f7 = function (x) { + proto_1.pub_f7 = function (x) { var r = []; for (var _i = 1; _i < arguments.length; _i++) { r[_i - 1] = arguments[_i]; } }; - C.prototype.pub_f8 = function (x3, y3) { }; + proto_1.pub_f8 = function (x3, y3) { }; /////////////////////////////////////////// // No implicit-'any' errors. - C.prototype.priv_f1 = function () { }; + proto_1.priv_f1 = function () { }; // Implicit-'any' errors for x. - C.prototype.priv_f2 = function (x) { }; + proto_1.priv_f2 = function (x) { }; // No implicit-'any' errors. - C.prototype.priv_f3 = function (x) { }; + proto_1.priv_f3 = function (x) { }; // Implicit-'any' errors for x, y, and z. - C.prototype.priv_f4 = function (x, y, z) { }; + proto_1.priv_f4 = function (x, y, z) { }; // Implicit-'any' errors for x, and z. - C.prototype.priv_f5 = function (x, y, z) { }; + proto_1.priv_f5 = function (x, y, z) { }; // Implicit-'any[]' errors for r. - C.prototype.priv_f6 = function () { + proto_1.priv_f6 = function () { var r = []; for (var _i = 0; _i < arguments.length; _i++) { r[_i] = arguments[_i]; } }; // Implicit-'any'/'any[]' errors for x, r. - C.prototype.priv_f7 = function (x) { + proto_1.priv_f7 = function (x) { var r = []; for (var _i = 1; _i < arguments.length; _i++) { r[_i - 1] = arguments[_i]; } }; - C.prototype.priv_f8 = function (x3, y3) { }; + proto_1.priv_f8 = function (x3, y3) { }; return C; }()); diff --git a/tests/baselines/reference/noUnusedLocals_destructuringAssignment.js b/tests/baselines/reference/noUnusedLocals_destructuringAssignment.js index 805957e44de73..7f62e1c39afb9 100644 --- a/tests/baselines/reference/noUnusedLocals_destructuringAssignment.js +++ b/tests/baselines/reference/noUnusedLocals_destructuringAssignment.js @@ -21,12 +21,13 @@ var C = /** @class */ (function () { function C() { this.x = 0; } - C.prototype.m = function () { + var proto_1 = C.prototype; + proto_1.m = function () { var x; (x = this.x); return x; }; - C.prototype.f = function () { + proto_1.f = function () { var f; (f = this.f); return f; diff --git a/tests/baselines/reference/nonMergedDeclarationsAndOverloads.js b/tests/baselines/reference/nonMergedDeclarationsAndOverloads.js index 880b772ffe0dc..2c95726859540 100644 --- a/tests/baselines/reference/nonMergedDeclarationsAndOverloads.js +++ b/tests/baselines/reference/nonMergedDeclarationsAndOverloads.js @@ -12,8 +12,9 @@ class A { var A = /** @class */ (function () { function A() { } - A.prototype.f = function () { }; - A.prototype.m1 = function (a) { + var proto_1 = A.prototype; + proto_1.f = function () { }; + proto_1.m1 = function (a) { }; return A; }()); diff --git a/tests/baselines/reference/numericIndexerConstrainsPropertyDeclarations.js b/tests/baselines/reference/numericIndexerConstrainsPropertyDeclarations.js index 28aada43f8e8c..9d66d315d4a69 100644 --- a/tests/baselines/reference/numericIndexerConstrainsPropertyDeclarations.js +++ b/tests/baselines/reference/numericIndexerConstrainsPropertyDeclarations.js @@ -102,7 +102,8 @@ var b: { [x: number]: string; } = { var C = /** @class */ (function () { function C() { } // ok - Object.defineProperty(C.prototype, "X", { + var proto_1 = C.prototype; + Object.defineProperty(proto_1, "X", { get: function () { return ''; }, @@ -111,7 +112,7 @@ var C = /** @class */ (function () { enumerable: true, configurable: true }); - C.prototype.foo = function () { + proto_1.foo = function () { return ''; }; C.foo = function () { }; // ok diff --git a/tests/baselines/reference/objectRestParameterES5.js b/tests/baselines/reference/objectRestParameterES5.js index 1d7f518b54a57..6636e3db1437f 100644 --- a/tests/baselines/reference/objectRestParameterES5.js +++ b/tests/baselines/reference/objectRestParameterES5.js @@ -48,11 +48,12 @@ suddenly(function (_a) { var C = /** @class */ (function () { function C() { } - C.prototype.m = function (_a) { + var proto_1 = C.prototype; + proto_1.m = function (_a) { var a = _a.a, clone = __rest(_a, ["a"]); // actually, never mind, don't clone }; - Object.defineProperty(C.prototype, "p", { + Object.defineProperty(proto_1, "p", { set: function (_a) { var a = _a.a, clone = __rest(_a, ["a"]); // actually, never mind, don't clone diff --git a/tests/baselines/reference/optionalMethods.js b/tests/baselines/reference/optionalMethods.js index 0a409e935ebf9..601c0e967344b 100644 --- a/tests/baselines/reference/optionalMethods.js +++ b/tests/baselines/reference/optionalMethods.js @@ -86,10 +86,11 @@ var Bar = /** @class */ (function () { this.e = e; this.c = 2; } - Bar.prototype.f = function () { + var proto_1 = Bar.prototype; + proto_1.f = function () { return 1; }; - Bar.prototype.h = function () { + proto_1.h = function () { return 2; }; return Bar; diff --git a/tests/baselines/reference/optionalParamArgsTest.js b/tests/baselines/reference/optionalParamArgsTest.js index a89d3d3927361..cda0b7e53a452 100644 --- a/tests/baselines/reference/optionalParamArgsTest.js +++ b/tests/baselines/reference/optionalParamArgsTest.js @@ -145,22 +145,23 @@ var C1 = /** @class */ (function () { if (p === void 0) { p = 0; } this.n = 0; } - C1.prototype.C1M1 = function () { return 0; }; // returning C1M1A1 will result in "Unresolved symbol C1M1A1" - C1.prototype.C1M2 = function (C1M2A1) { return C1M2A1; }; // will return C1M1A2 without complaint + var proto_1 = C1.prototype; + proto_1.C1M1 = function () { return 0; }; // returning C1M1A1 will result in "Unresolved symbol C1M1A1" + proto_1.C1M2 = function (C1M2A1) { return C1M2A1; }; // will return C1M1A2 without complaint // C1M3 contains all optional parameters - C1.prototype.C1M3 = function (C1M3A1, C1M3A2) { + proto_1.C1M3 = function (C1M3A1, C1M3A2) { if (C1M3A1 === void 0) { C1M3A1 = 0; } if (C1M3A2 === void 0) { C1M3A2 = C1M3A1; } return C1M3A1 + C1M3A2; }; // C1M4 contains a mix of optional and non-optional parameters - C1.prototype.C1M4 = function (C1M4A1, C1M4A2) { return C1M4A1 + C1M4A2; }; - C1.prototype.C1M5 = function (C1M5A1, C1M5A2, C1M5A3) { + proto_1.C1M4 = function (C1M4A1, C1M4A2) { return C1M4A1 + C1M4A2; }; + proto_1.C1M5 = function (C1M5A1, C1M5A2, C1M5A3) { if (C1M5A2 === void 0) { C1M5A2 = 0; } return C1M5A1 + C1M5A2; }; // Uninitialized parameter makes the initialized one required - C1.prototype.C1M5 = function (C1M5A1, C1M5A2, C1M5A3) { + proto_1.C1M5 = function (C1M5A1, C1M5A2, C1M5A3) { if (C1M5A2 === void 0) { C1M5A2 = 0; } return C1M5A1 + C1M5A2; }; diff --git a/tests/baselines/reference/out-flag.js b/tests/baselines/reference/out-flag.js index b35a9f1d8c0e5..4986aa7f79119 100644 --- a/tests/baselines/reference/out-flag.js +++ b/tests/baselines/reference/out-flag.js @@ -22,11 +22,12 @@ class MyClass var MyClass = /** @class */ (function () { function MyClass() { } + var proto_1 = MyClass.prototype; // my function comments - MyClass.prototype.Count = function () { + proto_1.Count = function () { return 42; }; - MyClass.prototype.SetCount = function (value) { + proto_1.SetCount = function (value) { // }; return MyClass; diff --git a/tests/baselines/reference/out-flag.js.map b/tests/baselines/reference/out-flag.js.map index 70f0667a65a64..ab60f9899bf7c 100644 --- a/tests/baselines/reference/out-flag.js.map +++ b/tests/baselines/reference/out-flag.js.map @@ -1,2 +1,2 @@ //// [out-flag.js.map] -{"version":3,"file":"out-flag.js","sourceRoot":"","sources":["out-flag.ts"],"names":[],"mappings":"AAAA,eAAe;AAEf,oBAAoB;AACpB;IAAA;IAYA,CAAC;IAVG,uBAAuB;IAChB,uBAAK,GAAZ;QAEI,OAAO,EAAE,CAAC;IACd,CAAC;IAEM,0BAAQ,GAAf,UAAgB,KAAa;QAEzB,EAAE;IACN,CAAC;IACL,cAAC;AAAD,CAAC,AAZD,IAYC"} \ No newline at end of file +{"version":3,"file":"out-flag.js","sourceRoot":"","sources":["out-flag.ts"],"names":[],"mappings":"AAAA,eAAe;AAEf,oBAAoB;AACpB;IAAA;IAYA,CAAC;;IAVG,uBAAuB;IAChB,aAAK,GAAZ;QAEI,OAAO,EAAE,CAAC;IACd,CAAC;IAEM,gBAAQ,GAAf,UAAgB,KAAa;QAEzB,EAAE;IACN,CAAC;IACL,cAAC;AAAD,CAAC,AAZD,IAYC"} \ No newline at end of file diff --git a/tests/baselines/reference/out-flag.sourcemap.txt b/tests/baselines/reference/out-flag.sourcemap.txt index e4ba684f3510e..785b363b5c2cf 100644 --- a/tests/baselines/reference/out-flag.sourcemap.txt +++ b/tests/baselines/reference/out-flag.sourcemap.txt @@ -44,7 +44,7 @@ sourceFile:out-flag.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->class MyClass >{ > // my function comments @@ -62,26 +62,27 @@ sourceFile:out-flag.ts 1->Emitted(5, 5) Source(16, 1) + SourceIndex(0) 2 >Emitted(5, 6) Source(16, 2) + SourceIndex(0) --- +>>> var proto_1 = MyClass.prototype; >>> // my function comments 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^-> 1-> 2 > // my function comments -1->Emitted(6, 5) Source(6, 5) + SourceIndex(0) -2 >Emitted(6, 28) Source(6, 28) + SourceIndex(0) +1->Emitted(7, 5) Source(6, 5) + SourceIndex(0) +2 >Emitted(7, 28) Source(6, 28) + SourceIndex(0) --- ->>> MyClass.prototype.Count = function () { +>>> proto_1.Count = function () { 1->^^^^ -2 > ^^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^ +2 > ^^^^^^^^^^^^^ +3 > ^^^ 1-> > public 2 > Count -3 > -1->Emitted(7, 5) Source(7, 12) + SourceIndex(0) -2 >Emitted(7, 28) Source(7, 17) + SourceIndex(0) -3 >Emitted(7, 31) Source(7, 5) + SourceIndex(0) +3 > +1->Emitted(8, 5) Source(7, 12) + SourceIndex(0) +2 >Emitted(8, 18) Source(7, 17) + SourceIndex(0) +3 >Emitted(8, 21) Source(7, 5) + SourceIndex(0) --- >>> return 42; 1 >^^^^^^^^ @@ -94,39 +95,39 @@ sourceFile:out-flag.ts 2 > return 3 > 42 4 > ; -1 >Emitted(8, 9) Source(9, 9) + SourceIndex(0) -2 >Emitted(8, 16) Source(9, 16) + SourceIndex(0) -3 >Emitted(8, 18) Source(9, 18) + SourceIndex(0) -4 >Emitted(8, 19) Source(9, 19) + SourceIndex(0) +1 >Emitted(9, 9) Source(9, 9) + SourceIndex(0) +2 >Emitted(9, 16) Source(9, 16) + SourceIndex(0) +3 >Emitted(9, 18) Source(9, 18) + SourceIndex(0) +4 >Emitted(9, 19) Source(9, 19) + SourceIndex(0) --- >>> }; 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 > > 2 > } -1 >Emitted(9, 5) Source(10, 5) + SourceIndex(0) -2 >Emitted(9, 6) Source(10, 6) + SourceIndex(0) +1 >Emitted(10, 5) Source(10, 5) + SourceIndex(0) +2 >Emitted(10, 6) Source(10, 6) + SourceIndex(0) --- ->>> MyClass.prototype.SetCount = function (value) { +>>> proto_1.SetCount = function (value) { 1->^^^^ -2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^ -5 > ^^^^^ +2 > ^^^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^ +5 > ^^^^^ 1-> > > public 2 > SetCount -3 > -4 > public SetCount( -5 > value: number -1->Emitted(10, 5) Source(12, 12) + SourceIndex(0) -2 >Emitted(10, 31) Source(12, 20) + SourceIndex(0) -3 >Emitted(10, 34) Source(12, 5) + SourceIndex(0) -4 >Emitted(10, 44) Source(12, 21) + SourceIndex(0) -5 >Emitted(10, 49) Source(12, 34) + SourceIndex(0) +3 > +4 > public SetCount( +5 > value: number +1->Emitted(11, 5) Source(12, 12) + SourceIndex(0) +2 >Emitted(11, 21) Source(12, 20) + SourceIndex(0) +3 >Emitted(11, 24) Source(12, 5) + SourceIndex(0) +4 >Emitted(11, 34) Source(12, 21) + SourceIndex(0) +5 >Emitted(11, 39) Source(12, 34) + SourceIndex(0) --- >>> // 1 >^^^^^^^^ @@ -135,8 +136,8 @@ sourceFile:out-flag.ts > { > 2 > // -1 >Emitted(11, 9) Source(14, 9) + SourceIndex(0) -2 >Emitted(11, 11) Source(14, 11) + SourceIndex(0) +1 >Emitted(12, 9) Source(14, 9) + SourceIndex(0) +2 >Emitted(12, 11) Source(14, 11) + SourceIndex(0) --- >>> }; 1 >^^^^ @@ -145,8 +146,8 @@ sourceFile:out-flag.ts 1 > > 2 > } -1 >Emitted(12, 5) Source(15, 5) + SourceIndex(0) -2 >Emitted(12, 6) Source(15, 6) + SourceIndex(0) +1 >Emitted(13, 5) Source(15, 5) + SourceIndex(0) +2 >Emitted(13, 6) Source(15, 6) + SourceIndex(0) --- >>> return MyClass; 1->^^^^ @@ -154,8 +155,8 @@ sourceFile:out-flag.ts 1-> > 2 > } -1->Emitted(13, 5) Source(16, 1) + SourceIndex(0) -2 >Emitted(13, 19) Source(16, 2) + SourceIndex(0) +1->Emitted(14, 5) Source(16, 1) + SourceIndex(0) +2 >Emitted(14, 19) Source(16, 2) + SourceIndex(0) --- >>>}()); 1 > @@ -179,9 +180,9 @@ sourceFile:out-flag.ts > // > } > } -1 >Emitted(14, 1) Source(16, 1) + SourceIndex(0) -2 >Emitted(14, 2) Source(16, 2) + SourceIndex(0) -3 >Emitted(14, 2) Source(4, 1) + SourceIndex(0) -4 >Emitted(14, 6) Source(16, 2) + SourceIndex(0) +1 >Emitted(15, 1) Source(16, 1) + SourceIndex(0) +2 >Emitted(15, 2) Source(16, 2) + SourceIndex(0) +3 >Emitted(15, 2) Source(4, 1) + SourceIndex(0) +4 >Emitted(15, 6) Source(16, 2) + SourceIndex(0) --- >>>//# sourceMappingURL=out-flag.js.map \ No newline at end of file diff --git a/tests/baselines/reference/overloadConsecutiveness.js b/tests/baselines/reference/overloadConsecutiveness.js index 6b02c01088db2..61aecae679593 100644 --- a/tests/baselines/reference/overloadConsecutiveness.js +++ b/tests/baselines/reference/overloadConsecutiveness.js @@ -21,9 +21,10 @@ function f3() { } var C = /** @class */ (function () { function C() { } - C.prototype.m1 = function () { }; - C.prototype.m2 = function () { }; - C.prototype.m2 = function () { }; - C.prototype.m3 = function () { }; + var proto_1 = C.prototype; + proto_1.m1 = function () { }; + proto_1.m2 = function () { }; + proto_1.m2 = function () { }; + proto_1.m3 = function () { }; return C; }()); diff --git a/tests/baselines/reference/overrideBaseIntersectionMethod.js b/tests/baselines/reference/overrideBaseIntersectionMethod.js index b58c1f78674a1..4198b9fc3b422 100644 --- a/tests/baselines/reference/overrideBaseIntersectionMethod.js +++ b/tests/baselines/reference/overrideBaseIntersectionMethod.js @@ -72,13 +72,14 @@ var Foo = /** @class */ (function (_super) { function Foo() { return _super !== null && _super.apply(this, arguments) || this; } - Foo.prototype.calculate = function () { + var proto_1 = Foo.prototype; + proto_1.calculate = function () { return this.x + this.y; }; - Foo.prototype.getLocation = function () { + proto_1.getLocation = function () { return _super.prototype.getLocation.call(this); }; - Foo.prototype.whereAmI = function () { + proto_1.whereAmI = function () { return this.getLocation(); }; return Foo; diff --git a/tests/baselines/reference/parameterNamesInTypeParameterList.js b/tests/baselines/reference/parameterNamesInTypeParameterList.js index 2cab9f35a5f3e..4fa96123025a7 100644 --- a/tests/baselines/reference/parameterNamesInTypeParameterList.js +++ b/tests/baselines/reference/parameterNamesInTypeParameterList.js @@ -38,14 +38,15 @@ function f2(_a) { var A = /** @class */ (function () { function A() { } - A.prototype.m0 = function (a) { + var proto_1 = A.prototype; + proto_1.m0 = function (a) { a.b; }; - A.prototype.m1 = function (_a) { + proto_1.m1 = function (_a) { var a = _a.a; a.b; }; - A.prototype.m2 = function (_a) { + proto_1.m2 = function (_a) { var a = _a[0]; a.b; }; diff --git a/tests/baselines/reference/parser509667.js b/tests/baselines/reference/parser509667.js index 48dbb8115677b..187ddc29cc73f 100644 --- a/tests/baselines/reference/parser509667.js +++ b/tests/baselines/reference/parser509667.js @@ -15,14 +15,15 @@ class Foo { var Foo = /** @class */ (function () { function Foo() { } - Foo.prototype.f1 = function () { + var proto_1 = Foo.prototype; + proto_1.f1 = function () { if (this. ) ; }; - Foo.prototype.f2 = function () { + proto_1.f2 = function () { }; - Foo.prototype.f3 = function () { + proto_1.f3 = function () { }; return Foo; }()); diff --git a/tests/baselines/reference/parserAstSpans1.js b/tests/baselines/reference/parserAstSpans1.js index fa0cf4fa60079..7f1eca8068ba6 100644 --- a/tests/baselines/reference/parserAstSpans1.js +++ b/tests/baselines/reference/parserAstSpans1.js @@ -236,15 +236,16 @@ var __extends = (this && this.__extends) || (function () { var c1 = /** @class */ (function () { function c1() { } - c1.prototype.i1_f1 = function () { + var proto_1 = c1.prototype; + proto_1.i1_f1 = function () { }; - c1.prototype.i1_nc_f1 = function () { + proto_1.i1_nc_f1 = function () { }; /** c1_f1*/ - c1.prototype.f1 = function () { + proto_1.f1 = function () { }; /** c1_nc_f1*/ - c1.prototype.nc_f1 = function () { + proto_1.nc_f1 = function () { }; return c1; }()); @@ -281,10 +282,11 @@ var c2 = /** @class */ (function () { function c2(a) { this.c2_p1 = a; } + var proto_2 = c2.prototype; /** c2 c2_f1*/ - c2.prototype.c2_f1 = function () { + proto_2.c2_f1 = function () { }; - Object.defineProperty(c2.prototype, "c2_prop", { + Object.defineProperty(proto_2, "c2_prop", { /** c2 c2_prop*/ get: function () { return 10; @@ -292,9 +294,9 @@ var c2 = /** @class */ (function () { enumerable: true, configurable: true }); - c2.prototype.c2_nc_f1 = function () { + proto_2.c2_nc_f1 = function () { }; - Object.defineProperty(c2.prototype, "c2_nc_prop", { + Object.defineProperty(proto_2, "c2_nc_prop", { get: function () { return 10; }, @@ -302,9 +304,9 @@ var c2 = /** @class */ (function () { configurable: true }); /** c2 f1*/ - c2.prototype.f1 = function () { + proto_2.f1 = function () { }; - Object.defineProperty(c2.prototype, "prop", { + Object.defineProperty(proto_2, "prop", { /** c2 prop*/ get: function () { return 10; @@ -312,9 +314,9 @@ var c2 = /** @class */ (function () { enumerable: true, configurable: true }); - c2.prototype.nc_f1 = function () { + proto_2.nc_f1 = function () { }; - Object.defineProperty(c2.prototype, "nc_prop", { + Object.defineProperty(proto_2, "nc_prop", { get: function () { return 10; }, @@ -330,10 +332,11 @@ var c3 = /** @class */ (function (_super) { _this.p1 = _super.prototype.c2_p1; return _this; } + var proto_3 = c3.prototype; /** c3 f1*/ - c3.prototype.f1 = function () { + proto_3.f1 = function () { }; - Object.defineProperty(c3.prototype, "prop", { + Object.defineProperty(proto_3, "prop", { /** c3 prop*/ get: function () { return 10; @@ -341,9 +344,9 @@ var c3 = /** @class */ (function (_super) { enumerable: true, configurable: true }); - c3.prototype.nc_f1 = function () { + proto_3.nc_f1 = function () { }; - Object.defineProperty(c3.prototype, "nc_prop", { + Object.defineProperty(proto_3, "nc_prop", { get: function () { return 10; }, diff --git a/tests/baselines/reference/parserClass1.js b/tests/baselines/reference/parserClass1.js index fe7a84992c156..18e713b2d2caa 100644 --- a/tests/baselines/reference/parserClass1.js +++ b/tests/baselines/reference/parserClass1.js @@ -15,12 +15,13 @@ exports.__esModule = true; var NullLogger = /** @class */ (function () { function NullLogger() { } - NullLogger.prototype.information = function () { return false; }; - NullLogger.prototype.debug = function () { return false; }; - NullLogger.prototype.warning = function () { return false; }; - NullLogger.prototype.error = function () { return false; }; - NullLogger.prototype.fatal = function () { return false; }; - NullLogger.prototype.log = function (s) { + var proto_1 = NullLogger.prototype; + proto_1.information = function () { return false; }; + proto_1.debug = function () { return false; }; + proto_1.warning = function () { return false; }; + proto_1.error = function () { return false; }; + proto_1.fatal = function () { return false; }; + proto_1.log = function (s) { }; return NullLogger; }()); diff --git a/tests/baselines/reference/parserErrantSemicolonInClass1.js b/tests/baselines/reference/parserErrantSemicolonInClass1.js index d2c223d53bebd..f9d43293a3794 100644 --- a/tests/baselines/reference/parserErrantSemicolonInClass1.js +++ b/tests/baselines/reference/parserErrantSemicolonInClass1.js @@ -39,9 +39,10 @@ class a { var a = /** @class */ (function () { function a(ns) { } - a.prototype.pgF = function () { }; + var proto_1 = a.prototype; + proto_1.pgF = function () { }; ; - Object.defineProperty(a.prototype, "d", { + Object.defineProperty(proto_1, "d", { get: function () { return 30; }, @@ -66,7 +67,7 @@ var a = /** @class */ (function () { enumerable: true, configurable: true }); - a.prototype.foo = function (ns) { + proto_1.foo = function (ns) { return ns.toString(); }; return a; diff --git a/tests/baselines/reference/parserErrorRecoveryIfStatement1.js b/tests/baselines/reference/parserErrorRecoveryIfStatement1.js index 9358acc10917a..85ad369ea211a 100644 --- a/tests/baselines/reference/parserErrorRecoveryIfStatement1.js +++ b/tests/baselines/reference/parserErrorRecoveryIfStatement1.js @@ -13,13 +13,14 @@ class Foo { var Foo = /** @class */ (function () { function Foo() { } - Foo.prototype.f1 = function () { + var proto_1 = Foo.prototype; + proto_1.f1 = function () { if () ; }; - Foo.prototype.f2 = function () { + proto_1.f2 = function () { }; - Foo.prototype.f3 = function () { + proto_1.f3 = function () { }; return Foo; }()); diff --git a/tests/baselines/reference/parserErrorRecoveryIfStatement2.js b/tests/baselines/reference/parserErrorRecoveryIfStatement2.js index c898d888f9899..f5c57c05df9d6 100644 --- a/tests/baselines/reference/parserErrorRecoveryIfStatement2.js +++ b/tests/baselines/reference/parserErrorRecoveryIfStatement2.js @@ -13,13 +13,14 @@ class Foo { var Foo = /** @class */ (function () { function Foo() { } - Foo.prototype.f1 = function () { + var proto_1 = Foo.prototype; + proto_1.f1 = function () { if (a) ; }; - Foo.prototype.f2 = function () { + proto_1.f2 = function () { }; - Foo.prototype.f3 = function () { + proto_1.f3 = function () { }; return Foo; }()); diff --git a/tests/baselines/reference/parserErrorRecoveryIfStatement3.js b/tests/baselines/reference/parserErrorRecoveryIfStatement3.js index 670f0035340f5..463152b9801ee 100644 --- a/tests/baselines/reference/parserErrorRecoveryIfStatement3.js +++ b/tests/baselines/reference/parserErrorRecoveryIfStatement3.js @@ -13,13 +13,14 @@ class Foo { var Foo = /** @class */ (function () { function Foo() { } - Foo.prototype.f1 = function () { + var proto_1 = Foo.prototype; + proto_1.f1 = function () { if (a.b) ; }; - Foo.prototype.f2 = function () { + proto_1.f2 = function () { }; - Foo.prototype.f3 = function () { + proto_1.f3 = function () { }; return Foo; }()); diff --git a/tests/baselines/reference/parserErrorRecoveryIfStatement4.js b/tests/baselines/reference/parserErrorRecoveryIfStatement4.js index ead8c1c6e9c35..7e6c92c510888 100644 --- a/tests/baselines/reference/parserErrorRecoveryIfStatement4.js +++ b/tests/baselines/reference/parserErrorRecoveryIfStatement4.js @@ -13,13 +13,14 @@ class Foo { var Foo = /** @class */ (function () { function Foo() { } - Foo.prototype.f1 = function () { + var proto_1 = Foo.prototype; + proto_1.f1 = function () { if (a.b) ; }; - Foo.prototype.f2 = function () { + proto_1.f2 = function () { }; - Foo.prototype.f3 = function () { + proto_1.f3 = function () { }; return Foo; }()); diff --git a/tests/baselines/reference/parserErrorRecoveryIfStatement6.js b/tests/baselines/reference/parserErrorRecoveryIfStatement6.js index 39fa8e3ecf768..28392b343cf18 100644 --- a/tests/baselines/reference/parserErrorRecoveryIfStatement6.js +++ b/tests/baselines/reference/parserErrorRecoveryIfStatement6.js @@ -14,13 +14,14 @@ class Foo { var Foo = /** @class */ (function () { function Foo() { } - Foo.prototype.f1 = function () { + var proto_1 = Foo.prototype; + proto_1.f1 = function () { if (a.b) { } }; - Foo.prototype.f2 = function () { + proto_1.f2 = function () { }; - Foo.prototype.f3 = function () { + proto_1.f3 = function () { }; return Foo; }()); diff --git a/tests/baselines/reference/parserErrorRecovery_Block3.js b/tests/baselines/reference/parserErrorRecovery_Block3.js index 8bb89b92628a6..c91e7a2788439 100644 --- a/tests/baselines/reference/parserErrorRecovery_Block3.js +++ b/tests/baselines/reference/parserErrorRecovery_Block3.js @@ -10,9 +10,10 @@ class C { var C = /** @class */ (function () { function C() { } - C.prototype.a = function () { + var proto_1 = C.prototype; + proto_1.a = function () { }; - C.prototype.b = function () { + proto_1.b = function () { }; return C; }()); diff --git a/tests/baselines/reference/parserMemberAccessor1.js b/tests/baselines/reference/parserMemberAccessor1.js index b7caa9737e034..6085735e8afc4 100644 --- a/tests/baselines/reference/parserMemberAccessor1.js +++ b/tests/baselines/reference/parserMemberAccessor1.js @@ -8,7 +8,8 @@ class C { var C = /** @class */ (function () { function C() { } - Object.defineProperty(C.prototype, "foo", { + var proto_1 = C.prototype; + Object.defineProperty(proto_1, "foo", { get: function () { }, set: function (a) { }, enumerable: true, diff --git a/tests/baselines/reference/parserMemberFunctionDeclarationAmbiguities1.js b/tests/baselines/reference/parserMemberFunctionDeclarationAmbiguities1.js index 9d80f0953cd72..0d738d81d9a54 100644 --- a/tests/baselines/reference/parserMemberFunctionDeclarationAmbiguities1.js +++ b/tests/baselines/reference/parserMemberFunctionDeclarationAmbiguities1.js @@ -17,10 +17,11 @@ class C { var C = /** @class */ (function () { function C() { } - C.prototype.public = function () { }; - C.prototype.static = function () { }; - C.prototype.public = function () { }; - C.prototype.static = function () { }; + var proto_1 = C.prototype; + proto_1.public = function () { }; + proto_1.static = function () { }; + proto_1.public = function () { }; + proto_1.static = function () { }; C.public = function () { }; C.static = function () { }; C.public = function () { }; diff --git a/tests/baselines/reference/parserRealSource1.js b/tests/baselines/reference/parserRealSource1.js index e9cf326b542ea..901093e6fff4e 100644 --- a/tests/baselines/reference/parserRealSource1.js +++ b/tests/baselines/reference/parserRealSource1.js @@ -189,12 +189,13 @@ var TypeScript; var NullLogger = /** @class */ (function () { function NullLogger() { } - NullLogger.prototype.information = function () { return false; }; - NullLogger.prototype.debug = function () { return false; }; - NullLogger.prototype.warning = function () { return false; }; - NullLogger.prototype.error = function () { return false; }; - NullLogger.prototype.fatal = function () { return false; }; - NullLogger.prototype.log = function (s) { + var proto_1 = NullLogger.prototype; + proto_1.information = function () { return false; }; + proto_1.debug = function () { return false; }; + proto_1.warning = function () { return false; }; + proto_1.error = function () { return false; }; + proto_1.fatal = function () { return false; }; + proto_1.log = function (s) { }; return NullLogger; }()); @@ -208,12 +209,13 @@ var TypeScript; this._error = this.logger.error(); this._fatal = this.logger.fatal(); } - LoggerAdapter.prototype.information = function () { return this._information; }; - LoggerAdapter.prototype.debug = function () { return this._debug; }; - LoggerAdapter.prototype.warning = function () { return this._warning; }; - LoggerAdapter.prototype.error = function () { return this._error; }; - LoggerAdapter.prototype.fatal = function () { return this._fatal; }; - LoggerAdapter.prototype.log = function (s) { + var proto_2 = LoggerAdapter.prototype; + proto_2.information = function () { return this._information; }; + proto_2.debug = function () { return this._debug; }; + proto_2.warning = function () { return this._warning; }; + proto_2.error = function () { return this._error; }; + proto_2.fatal = function () { return this._fatal; }; + proto_2.log = function (s) { this.logger.log(s); }; return LoggerAdapter; @@ -223,12 +225,13 @@ var TypeScript; function BufferedLogger() { this.logContents = []; } - BufferedLogger.prototype.information = function () { return false; }; - BufferedLogger.prototype.debug = function () { return false; }; - BufferedLogger.prototype.warning = function () { return false; }; - BufferedLogger.prototype.error = function () { return false; }; - BufferedLogger.prototype.fatal = function () { return false; }; - BufferedLogger.prototype.log = function (s) { + var proto_3 = BufferedLogger.prototype; + proto_3.information = function () { return false; }; + proto_3.debug = function () { return false; }; + proto_3.warning = function () { return false; }; + proto_3.error = function () { return false; }; + proto_3.fatal = function () { return false; }; + proto_3.log = function (s) { this.logContents.push(s); }; return BufferedLogger; diff --git a/tests/baselines/reference/parserRealSource10.js b/tests/baselines/reference/parserRealSource10.js index 968cecc30ed2e..210b65d2be597 100644 --- a/tests/baselines/reference/parserRealSource10.js +++ b/tests/baselines/reference/parserRealSource10.js @@ -804,16 +804,17 @@ var TypeScript; function Token(tokenId) { this.tokenId = tokenId; } - Token.prototype.toString = function () { + var proto_1 = Token.prototype; + proto_1.toString = function () { return "token: " + this.tokenId + " " + this.getText() + " (" + TokenID._map[this.tokenId] + ")"; }; - Token.prototype.print = function (line, outfile) { + proto_1.print = function (line, outfile) { outfile.WriteLine(this.toString() + ",on line" + line); }; - Token.prototype.getText = function () { + proto_1.getText = function () { return TypeScript.tokenTable[this.tokenId].text; }; - Token.prototype.classification = function () { + proto_1.classification = function () { if (this.tokenId <= TokenID.LimKeyword) { return TokenClass.Keyword; } @@ -839,10 +840,11 @@ var TypeScript; _this.hasEmptyFraction = hasEmptyFraction; return _this; } - NumberLiteralToken.prototype.getText = function () { + var proto_2 = NumberLiteralToken.prototype; + proto_2.getText = function () { return this.hasEmptyFraction ? this.value.toString() + ".0" : this.value.toString(); }; - NumberLiteralToken.prototype.classification = function () { + proto_2.classification = function () { return TokenClass.Literal; }; return NumberLiteralToken; @@ -855,10 +857,11 @@ var TypeScript; _this.value = value; return _this; } - StringLiteralToken.prototype.getText = function () { + var proto_3 = StringLiteralToken.prototype; + proto_3.getText = function () { return this.value; }; - StringLiteralToken.prototype.classification = function () { + proto_3.classification = function () { return TokenClass.Literal; }; return StringLiteralToken; @@ -872,10 +875,11 @@ var TypeScript; _this.hasEscapeSequence = hasEscapeSequence; return _this; } - IdentifierToken.prototype.getText = function () { + var proto_4 = IdentifierToken.prototype; + proto_4.getText = function () { return this.value; }; - IdentifierToken.prototype.classification = function () { + proto_4.classification = function () { return TokenClass.Identifier; }; return IdentifierToken; @@ -888,10 +892,11 @@ var TypeScript; _this.value = value; return _this; } - WhitespaceToken.prototype.getText = function () { + var proto_5 = WhitespaceToken.prototype; + proto_5.getText = function () { return this.value; }; - WhitespaceToken.prototype.classification = function () { + proto_5.classification = function () { return TokenClass.Whitespace; }; return WhitespaceToken; @@ -908,10 +913,11 @@ var TypeScript; _this.endsLine = endsLine; return _this; } - CommentToken.prototype.getText = function () { + var proto_6 = CommentToken.prototype; + proto_6.getText = function () { return this.value; }; - CommentToken.prototype.classification = function () { + proto_6.classification = function () { return TokenClass.Comment; }; return CommentToken; @@ -924,10 +930,11 @@ var TypeScript; _this.regex = regex; return _this; } - RegularExpressionLiteralToken.prototype.getText = function () { + var proto_7 = RegularExpressionLiteralToken.prototype; + proto_7.getText = function () { return this.regex.toString(); }; - RegularExpressionLiteralToken.prototype.classification = function () { + proto_7.classification = function () { return TokenClass.Literal; }; return RegularExpressionLiteralToken; diff --git a/tests/baselines/reference/parserRealSource11.js b/tests/baselines/reference/parserRealSource11.js index cd48bcc4fd6f2..52127cda32243 100644 --- a/tests/baselines/reference/parserRealSource11.js +++ b/tests/baselines/reference/parserRealSource11.js @@ -2405,11 +2405,12 @@ var TypeScript; _this.isParenthesized = false; return _this; } - AST.prototype.isExpression = function () { return false; }; - AST.prototype.isStatementOrExpression = function () { return false; }; - AST.prototype.isCompoundStatement = function () { return false; }; - AST.prototype.isLeaf = function () { return this.isStatementOrExpression() && (!this.isCompoundStatement()); }; - AST.prototype.typeCheck = function (typeFlow) { + var proto_1 = AST.prototype; + proto_1.isExpression = function () { return false; }; + proto_1.isStatementOrExpression = function () { return false; }; + proto_1.isCompoundStatement = function () { return false; }; + proto_1.isLeaf = function () { return this.isStatementOrExpression() && (!this.isCompoundStatement()); }; + proto_1.typeCheck = function (typeFlow) { switch (this.nodeType) { case NodeType.Error: case NodeType.EmptyExpr: @@ -2436,7 +2437,7 @@ var TypeScript; } return this; }; - AST.prototype.emit = function (emitter, tokenId, startLine) { + proto_1.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); switch (this.nodeType) { case NodeType.This: @@ -2489,7 +2490,7 @@ var TypeScript; } emitter.emitParensAndCommentsInPlace(this, false); }; - AST.prototype.print = function (context) { + proto_1.print = function (context) { context.startLine(); var lineCol = { line: -1, col: -1 }; var limLineCol = { line: -1, col: -1 }; @@ -2505,7 +2506,7 @@ var TypeScript; } context.writeLine(lab); }; - AST.prototype.printLabel = function () { + proto_1.printLabel = function () { if (nodeTypeTable[this.nodeType] !== undefined) { return nodeTypeTable[this.nodeType]; } @@ -2513,14 +2514,14 @@ var TypeScript; return NodeType._map[this.nodeType]; } }; - AST.prototype.addToControlFlow = function (context) { + proto_1.addToControlFlow = function (context) { // by default, AST adds itself to current basic block and does not check its children context.walker.options.goChildren = false; context.addContent(this); }; - AST.prototype.netFreeUses = function (container, freeUses) { + proto_1.netFreeUses = function (container, freeUses) { }; - AST.prototype.treeViewLabel = function () { + proto_1.treeViewLabel = function () { return NodeType._map[this.nodeType]; }; AST.getResolvedIdentifierName = function (name) { @@ -2567,7 +2568,8 @@ var TypeScript; _this.members = new AST[]; return _this; } - ASTList.prototype.addToControlFlow = function (context) { + var proto_2 = ASTList.prototype; + proto_2.addToControlFlow = function (context) { var len = this.members.length; for (var i = 0; i < len; i++) { if (context.noContinuation) { @@ -2580,11 +2582,11 @@ var TypeScript; } context.walker.options.goChildren = false; }; - ASTList.prototype.append = function (ast) { + proto_2.append = function (ast) { this.members[this.members.length] = ast; return this; }; - ASTList.prototype.appendAll = function (ast) { + proto_2.appendAll = function (ast) { if (ast.nodeType == NodeType.List) { var list = ast; for (var i = 0, len = list.members.length; i < len; i++) { @@ -2596,12 +2598,12 @@ var TypeScript; } return this; }; - ASTList.prototype.emit = function (emitter, tokenId, startLine) { + proto_2.emit = function (emitter, tokenId, startLine) { emitter.recordSourceMappingStart(this); emitter.emitJavascriptList(this, null, TokenID.Semicolon, startLine, false, false); emitter.recordSourceMappingEnd(this); }; - ASTList.prototype.typeCheck = function (typeFlow) { + proto_2.typeCheck = function (typeFlow) { var len = this.members.length; typeFlow.nestingLevel++; for (var i = 0; i < len; i++) { @@ -2638,7 +2640,8 @@ var TypeScript; _this.setText(actualText, hasEscapeSequence); return _this; } - Identifier.prototype.setText = function (actualText, hasEscapeSequence) { + var proto_3 = Identifier.prototype; + proto_3.setText = function (actualText, hasEscapeSequence) { this.actualText = actualText; if (hasEscapeSequence) { this.text = AST.getResolvedIdentifierName(actualText); @@ -2647,12 +2650,12 @@ var TypeScript; this.text = actualText; } }; - Identifier.prototype.isMissing = function () { return false; }; - Identifier.prototype.isLeaf = function () { return true; }; - Identifier.prototype.treeViewLabel = function () { + proto_3.isMissing = function () { return false; }; + proto_3.isLeaf = function () { return true; }; + proto_3.treeViewLabel = function () { return "id: " + this.actualText; }; - Identifier.prototype.printLabel = function () { + proto_3.printLabel = function () { if (this.actualText) { return "id: " + this.actualText; } @@ -2660,10 +2663,10 @@ var TypeScript; return "name node"; } }; - Identifier.prototype.typeCheck = function (typeFlow) { + proto_3.typeCheck = function (typeFlow) { return typeFlow.typeCheckName(this); }; - Identifier.prototype.emit = function (emitter, tokenId, startLine) { + proto_3.emit = function (emitter, tokenId, startLine) { emitter.emitJavascriptName(this, true); }; Identifier.fromToken = function (token) { @@ -2677,10 +2680,11 @@ var TypeScript; function MissingIdentifier() { return _super.call(this, "__missing") || this; } - MissingIdentifier.prototype.isMissing = function () { + var proto_4 = MissingIdentifier.prototype; + proto_4.isMissing = function () { return true; }; - MissingIdentifier.prototype.emit = function (emitter, tokenId, startLine) { + proto_4.emit = function (emitter, tokenId, startLine) { // Emit nothing for a missing ID }; return MissingIdentifier; @@ -2693,12 +2697,13 @@ var TypeScript; _this.id = id; return _this; } - Label.prototype.printLabel = function () { return this.id.actualText + ":"; }; - Label.prototype.typeCheck = function (typeFlow) { + var proto_5 = Label.prototype; + proto_5.printLabel = function () { return this.id.actualText + ":"; }; + proto_5.typeCheck = function (typeFlow) { this.type = typeFlow.voidType; return this; }; - Label.prototype.emit = function (emitter, tokenId, startLine) { + proto_5.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); emitter.recordSourceMappingStart(this.id); @@ -2716,8 +2721,9 @@ var TypeScript; function Expression(nodeType) { return _super.call(this, nodeType) || this; } - Expression.prototype.isExpression = function () { return true; }; - Expression.prototype.isStatementOrExpression = function () { return true; }; + var proto_6 = Expression.prototype; + proto_6.isExpression = function () { return true; }; + proto_6.isStatementOrExpression = function () { return true; }; return Expression; }(AST)); TypeScript.Expression = Expression; @@ -2730,14 +2736,15 @@ var TypeScript; _this.castTerm = null; return _this; } - UnaryExpression.prototype.addToControlFlow = function (context) { + var proto_7 = UnaryExpression.prototype; + proto_7.addToControlFlow = function (context) { _super.prototype.addToControlFlow.call(this, context); // TODO: add successor as catch block/finally block if present if (this.nodeType == NodeType.Throw) { context.returnStmt(); } }; - UnaryExpression.prototype.typeCheck = function (typeFlow) { + proto_7.typeCheck = function (typeFlow) { switch (this.nodeType) { case NodeType.Not: return typeFlow.typeCheckBitNot(this); @@ -2789,7 +2796,7 @@ var TypeScript; } return this; }; - UnaryExpression.prototype.emit = function (emitter, tokenId, startLine) { + proto_7.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); switch (this.nodeType) { @@ -2876,7 +2883,8 @@ var TypeScript; _this.minChar = _this.target.minChar; return _this; } - CallExpression.prototype.typeCheck = function (typeFlow) { + var proto_8 = CallExpression.prototype; + proto_8.typeCheck = function (typeFlow) { if (this.nodeType == NodeType.New) { return typeFlow.typeCheckNew(this); } @@ -2884,7 +2892,7 @@ var TypeScript; return typeFlow.typeCheckCall(this); } }; - CallExpression.prototype.emit = function (emitter, tokenId, startLine) { + proto_8.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); if (this.nodeType == NodeType.New) { @@ -2907,7 +2915,8 @@ var TypeScript; _this.operand2 = operand2; return _this; } - BinaryExpression.prototype.typeCheck = function (typeFlow) { + var proto_9 = BinaryExpression.prototype; + proto_9.typeCheck = function (typeFlow) { switch (this.nodeType) { case NodeType.Dot: return typeFlow.typeCheckDotOperator(this); @@ -2984,7 +2993,7 @@ var TypeScript; } return this; }; - BinaryExpression.prototype.emit = function (emitter, tokenId, startLine) { + proto_9.emit = function (emitter, tokenId, startLine) { var binTokenId = nodeTypeToTokTable[this.nodeType]; emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); @@ -3061,10 +3070,11 @@ var TypeScript; _this.operand3 = operand3; return _this; } - ConditionalExpression.prototype.typeCheck = function (typeFlow) { + var proto_10 = ConditionalExpression.prototype; + proto_10.typeCheck = function (typeFlow) { return typeFlow.typeCheckQMark(this); }; - ConditionalExpression.prototype.emit = function (emitter, tokenId, startLine) { + proto_10.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); emitter.emitJavascript(this.operand1, TokenID.Question, false); @@ -3087,14 +3097,15 @@ var TypeScript; _this.isNegativeZero = false; return _this; } - NumberLiteral.prototype.typeCheck = function (typeFlow) { + var proto_11 = NumberLiteral.prototype; + proto_11.typeCheck = function (typeFlow) { this.type = typeFlow.doubleType; return this; }; - NumberLiteral.prototype.treeViewLabel = function () { + proto_11.treeViewLabel = function () { return "num: " + this.printLabel(); }; - NumberLiteral.prototype.emit = function (emitter, tokenId, startLine) { + proto_11.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); if (this.isNegativeZero) { @@ -3106,7 +3117,7 @@ var TypeScript; emitter.recordSourceMappingEnd(this); emitter.emitParensAndCommentsInPlace(this, false); }; - NumberLiteral.prototype.printLabel = function () { + proto_11.printLabel = function () { if (Math.floor(this.value) != this.value) { return this.value.toFixed(2).toString(); } @@ -3127,11 +3138,12 @@ var TypeScript; _this.regex = regex; return _this; } - RegexLiteral.prototype.typeCheck = function (typeFlow) { + var proto_12 = RegexLiteral.prototype; + proto_12.typeCheck = function (typeFlow) { this.type = typeFlow.regexType; return this; }; - RegexLiteral.prototype.emit = function (emitter, tokenId, startLine) { + proto_12.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); emitter.writeToOutput(this.regex.toString()); @@ -3148,21 +3160,22 @@ var TypeScript; _this.text = text; return _this; } - StringLiteral.prototype.emit = function (emitter, tokenId, startLine) { + var proto_13 = StringLiteral.prototype; + proto_13.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); emitter.emitStringLiteral(this.text); emitter.recordSourceMappingEnd(this); emitter.emitParensAndCommentsInPlace(this, false); }; - StringLiteral.prototype.typeCheck = function (typeFlow) { + proto_13.typeCheck = function (typeFlow) { this.type = typeFlow.stringType; return this; }; - StringLiteral.prototype.treeViewLabel = function () { + proto_13.treeViewLabel = function () { return "st: " + this.text; }; - StringLiteral.prototype.printLabel = function () { + proto_13.printLabel = function () { return this.text; }; return StringLiteral; @@ -3186,8 +3199,9 @@ var TypeScript; _this.isDynamicImport = false; return _this; } - ImportDeclaration.prototype.isStatementOrExpression = function () { return true; }; - ImportDeclaration.prototype.emit = function (emitter, tokenId, startLine) { + var proto_14 = ImportDeclaration.prototype; + proto_14.isStatementOrExpression = function () { return true; }; + proto_14.emit = function (emitter, tokenId, startLine) { var mod = this.alias.type; // REVIEW: Only modules may be aliased for now, though there's no real // restriction on what the type symbol may be @@ -3210,10 +3224,10 @@ var TypeScript; emitter.firstModAlias = prevFirstModAlias; } }; - ImportDeclaration.prototype.typeCheck = function (typeFlow) { + proto_14.typeCheck = function (typeFlow) { return typeFlow.typeCheckImportDecl(this); }; - ImportDeclaration.prototype.getAliasName = function (aliasAST) { + proto_14.getAliasName = function (aliasAST) { if (aliasAST === void 0) { aliasAST = this.alias; } if (aliasAST.nodeType == NodeType.Name) { return aliasAST.actualText; @@ -3223,7 +3237,7 @@ var TypeScript; return this.getAliasName(dotExpr.operand1) + "." + this.getAliasName(dotExpr.operand2); } }; - ImportDeclaration.prototype.firstAliasedModToString = function () { + proto_14.firstAliasedModToString = function () { if (this.alias.nodeType == NodeType.Name) { return this.alias.actualText; } @@ -3248,14 +3262,15 @@ var TypeScript; _this.sym = null; return _this; } - BoundDecl.prototype.isStatementOrExpression = function () { return true; }; - BoundDecl.prototype.isPrivate = function () { return hasFlag(this.varFlags, VarFlags.Private); }; - BoundDecl.prototype.isPublic = function () { return hasFlag(this.varFlags, VarFlags.Public); }; - BoundDecl.prototype.isProperty = function () { return hasFlag(this.varFlags, VarFlags.Property); }; - BoundDecl.prototype.typeCheck = function (typeFlow) { + var proto_15 = BoundDecl.prototype; + proto_15.isStatementOrExpression = function () { return true; }; + proto_15.isPrivate = function () { return hasFlag(this.varFlags, VarFlags.Private); }; + proto_15.isPublic = function () { return hasFlag(this.varFlags, VarFlags.Public); }; + proto_15.isProperty = function () { return hasFlag(this.varFlags, VarFlags.Property); }; + proto_15.typeCheck = function (typeFlow) { return typeFlow.typeCheckBoundDecl(this); }; - BoundDecl.prototype.printLabel = function () { + proto_15.printLabel = function () { return this.treeViewLabel(); }; return BoundDecl; @@ -3266,13 +3281,14 @@ var TypeScript; function VarDecl(id, nest) { return _super.call(this, id, NodeType.VarDecl, nest) || this; } - VarDecl.prototype.isAmbient = function () { return hasFlag(this.varFlags, VarFlags.Ambient); }; - VarDecl.prototype.isExported = function () { return hasFlag(this.varFlags, VarFlags.Exported); }; - VarDecl.prototype.isStatic = function () { return hasFlag(this.varFlags, VarFlags.Static); }; - VarDecl.prototype.emit = function (emitter, tokenId, startLine) { + var proto_16 = VarDecl.prototype; + proto_16.isAmbient = function () { return hasFlag(this.varFlags, VarFlags.Ambient); }; + proto_16.isExported = function () { return hasFlag(this.varFlags, VarFlags.Exported); }; + proto_16.isStatic = function () { return hasFlag(this.varFlags, VarFlags.Static); }; + proto_16.emit = function (emitter, tokenId, startLine) { emitter.emitJavascriptVarDecl(this, tokenId); }; - VarDecl.prototype.treeViewLabel = function () { + proto_16.treeViewLabel = function () { return "var " + this.id.actualText; }; return VarDecl; @@ -3286,11 +3302,12 @@ var TypeScript; _this.parameterPropertySym = null; return _this; } - ArgDecl.prototype.isOptionalArg = function () { return this.isOptional || this.init; }; - ArgDecl.prototype.treeViewLabel = function () { + var proto_17 = ArgDecl.prototype; + proto_17.isOptionalArg = function () { return this.isOptional || this.init; }; + proto_17.treeViewLabel = function () { return "arg: " + this.id.actualText; }; - ArgDecl.prototype.emit = function (emitter, tokenId, startLine) { + proto_17.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); emitter.writeToOutput(this.id.actualText); @@ -3336,7 +3353,8 @@ var TypeScript; _this.endingToken = null; return _this; } - FuncDecl.prototype.internalName = function () { + var proto_18 = FuncDecl.prototype; + proto_18.internalName = function () { if (this.internalNameCache == null) { var extName = this.getNameText(); if (extName) { @@ -3348,9 +3366,9 @@ var TypeScript; } return this.internalNameCache; }; - FuncDecl.prototype.hasSelfReference = function () { return hasFlag(this.fncFlags, FncFlags.HasSelfReference); }; - FuncDecl.prototype.setHasSelfReference = function () { this.fncFlags |= FncFlags.HasSelfReference; }; - FuncDecl.prototype.addCloRef = function (id, sym) { + proto_18.hasSelfReference = function () { return hasFlag(this.fncFlags, FncFlags.HasSelfReference); }; + proto_18.setHasSelfReference = function () { this.fncFlags |= FncFlags.HasSelfReference; }; + proto_18.addCloRef = function (id, sym) { if (this.envids == null) { this.envids = new Identifier[]; } @@ -3364,7 +3382,7 @@ var TypeScript; } return this.envids.length - 1; }; - FuncDecl.prototype.addJumpRef = function (sym) { + proto_18.addJumpRef = function (sym) { if (this.jumpRefs == null) { this.jumpRefs = new Identifier[]; } @@ -3373,7 +3391,7 @@ var TypeScript; id.sym = sym; id.cloId = this.addCloRef(id, null); }; - FuncDecl.prototype.buildControlFlow = function () { + proto_18.buildControlFlow = function () { var entry = new BasicBlock(); var exit = new BasicBlock(); var context = new ControlFlowContext(entry, exit); @@ -3386,13 +3404,13 @@ var TypeScript; walker.walk(this.bod, this); return context; }; - FuncDecl.prototype.typeCheck = function (typeFlow) { + proto_18.typeCheck = function (typeFlow) { return typeFlow.typeCheckFunction(this); }; - FuncDecl.prototype.emit = function (emitter, tokenId, startLine) { + proto_18.emit = function (emitter, tokenId, startLine) { emitter.emitJavascriptFunction(this); }; - FuncDecl.prototype.getNameText = function () { + proto_18.getNameText = function () { if (this.name) { return this.name.actualText; } @@ -3400,23 +3418,23 @@ var TypeScript; return this.hint; } }; - FuncDecl.prototype.isMethod = function () { + proto_18.isMethod = function () { return (this.fncFlags & FncFlags.Method) != FncFlags.None; }; - FuncDecl.prototype.isCallMember = function () { return hasFlag(this.fncFlags, FncFlags.CallMember); }; - FuncDecl.prototype.isConstructMember = function () { return hasFlag(this.fncFlags, FncFlags.ConstructMember); }; - FuncDecl.prototype.isIndexerMember = function () { return hasFlag(this.fncFlags, FncFlags.IndexerMember); }; - FuncDecl.prototype.isSpecialFn = function () { return this.isCallMember() || this.isIndexerMember() || this.isConstructMember(); }; - FuncDecl.prototype.isAnonymousFn = function () { return this.name === null; }; - FuncDecl.prototype.isAccessor = function () { return hasFlag(this.fncFlags, FncFlags.GetAccessor) || hasFlag(this.fncFlags, FncFlags.SetAccessor); }; - FuncDecl.prototype.isGetAccessor = function () { return hasFlag(this.fncFlags, FncFlags.GetAccessor); }; - FuncDecl.prototype.isSetAccessor = function () { return hasFlag(this.fncFlags, FncFlags.SetAccessor); }; - FuncDecl.prototype.isAmbient = function () { return hasFlag(this.fncFlags, FncFlags.Ambient); }; - FuncDecl.prototype.isExported = function () { return hasFlag(this.fncFlags, FncFlags.Exported); }; - FuncDecl.prototype.isPrivate = function () { return hasFlag(this.fncFlags, FncFlags.Private); }; - FuncDecl.prototype.isPublic = function () { return hasFlag(this.fncFlags, FncFlags.Public); }; - FuncDecl.prototype.isStatic = function () { return hasFlag(this.fncFlags, FncFlags.Static); }; - FuncDecl.prototype.treeViewLabel = function () { + proto_18.isCallMember = function () { return hasFlag(this.fncFlags, FncFlags.CallMember); }; + proto_18.isConstructMember = function () { return hasFlag(this.fncFlags, FncFlags.ConstructMember); }; + proto_18.isIndexerMember = function () { return hasFlag(this.fncFlags, FncFlags.IndexerMember); }; + proto_18.isSpecialFn = function () { return this.isCallMember() || this.isIndexerMember() || this.isConstructMember(); }; + proto_18.isAnonymousFn = function () { return this.name === null; }; + proto_18.isAccessor = function () { return hasFlag(this.fncFlags, FncFlags.GetAccessor) || hasFlag(this.fncFlags, FncFlags.SetAccessor); }; + proto_18.isGetAccessor = function () { return hasFlag(this.fncFlags, FncFlags.GetAccessor); }; + proto_18.isSetAccessor = function () { return hasFlag(this.fncFlags, FncFlags.SetAccessor); }; + proto_18.isAmbient = function () { return hasFlag(this.fncFlags, FncFlags.Ambient); }; + proto_18.isExported = function () { return hasFlag(this.fncFlags, FncFlags.Exported); }; + proto_18.isPrivate = function () { return hasFlag(this.fncFlags, FncFlags.Private); }; + proto_18.isPublic = function () { return hasFlag(this.fncFlags, FncFlags.Public); }; + proto_18.isStatic = function () { return hasFlag(this.fncFlags, FncFlags.Static); }; + proto_18.treeViewLabel = function () { if (this.name == null) { return "funcExpr"; } @@ -3424,11 +3442,11 @@ var TypeScript; return "func: " + this.name.actualText; } }; - FuncDecl.prototype.ClearFlags = function () { + proto_18.ClearFlags = function () { this.fncFlags = FncFlags.None; }; - FuncDecl.prototype.isSignature = function () { return (this.fncFlags & FncFlags.Signature) != FncFlags.None; }; - FuncDecl.prototype.hasStaticDeclarations = function () { return (!this.isConstructor && (this.statics.members.length > 0 || this.innerStaticFuncs.length > 0)); }; + proto_18.isSignature = function () { return (this.fncFlags & FncFlags.Signature) != FncFlags.None; }; + proto_18.hasStaticDeclarations = function () { return (!this.isConstructor && (this.statics.members.length > 0 || this.innerStaticFuncs.length > 0)); }; return FuncDecl; }(AST)); TypeScript.FuncDecl = FuncDecl; @@ -3463,13 +3481,14 @@ var TypeScript; _this.scopes = scopes; return _this; } - Script.prototype.typeCheck = function (typeFlow) { + var proto_19 = Script.prototype; + proto_19.typeCheck = function (typeFlow) { return typeFlow.typeCheckScript(this); }; - Script.prototype.treeViewLabel = function () { + proto_19.treeViewLabel = function () { return "Script"; }; - Script.prototype.emitRequired = function () { + proto_19.emitRequired = function () { if (!this.isDeclareFile && !this.isResident && this.bod) { for (var i = 0, len = this.bod.members.length; i < len; i++) { var stmt = this.bod.members[i]; @@ -3500,7 +3519,7 @@ var TypeScript; } return false; }; - Script.prototype.emit = function (emitter, tokenId, startLine) { + proto_19.emit = function (emitter, tokenId, startLine) { if (this.emitRequired()) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); @@ -3540,16 +3559,17 @@ var TypeScript; _this.prettyName = _this.name.actualText; return _this; } - ModuleDeclaration.prototype.isExported = function () { return hasFlag(this.modFlags, ModuleFlags.Exported); }; - ModuleDeclaration.prototype.isAmbient = function () { return hasFlag(this.modFlags, ModuleFlags.Ambient); }; - ModuleDeclaration.prototype.isEnum = function () { return hasFlag(this.modFlags, ModuleFlags.IsEnum); }; - ModuleDeclaration.prototype.recordNonInterface = function () { + var proto_20 = ModuleDeclaration.prototype; + proto_20.isExported = function () { return hasFlag(this.modFlags, ModuleFlags.Exported); }; + proto_20.isAmbient = function () { return hasFlag(this.modFlags, ModuleFlags.Ambient); }; + proto_20.isEnum = function () { return hasFlag(this.modFlags, ModuleFlags.IsEnum); }; + proto_20.recordNonInterface = function () { this.modFlags &= ~ModuleFlags.ShouldEmitModuleDecl; }; - ModuleDeclaration.prototype.typeCheck = function (typeFlow) { + proto_20.typeCheck = function (typeFlow) { return typeFlow.typeCheckModule(this); }; - ModuleDeclaration.prototype.emit = function (emitter, tokenId, startLine) { + proto_20.emit = function (emitter, tokenId, startLine) { if (!hasFlag(this.modFlags, ModuleFlags.ShouldEmitModuleDecl)) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); @@ -3570,10 +3590,11 @@ var TypeScript; _this.varFlags = VarFlags.None; return _this; } - TypeDeclaration.prototype.isExported = function () { + var proto_21 = TypeDeclaration.prototype; + proto_21.isExported = function () { return hasFlag(this.varFlags, VarFlags.Exported); }; - TypeDeclaration.prototype.isAmbient = function () { + proto_21.isAmbient = function () { return hasFlag(this.varFlags, VarFlags.Ambient); }; return TypeDeclaration; @@ -3589,10 +3610,11 @@ var TypeScript; _this.endingToken = null; return _this; } - ClassDeclaration.prototype.typeCheck = function (typeFlow) { + var proto_22 = ClassDeclaration.prototype; + proto_22.typeCheck = function (typeFlow) { return typeFlow.typeCheckClass(this); }; - ClassDeclaration.prototype.emit = function (emitter, tokenId, startLine) { + proto_22.emit = function (emitter, tokenId, startLine) { emitter.emitJavascriptClass(this); }; return ClassDeclaration; @@ -3603,10 +3625,11 @@ var TypeScript; function InterfaceDeclaration(name, members, extendsList, implementsList) { return _super.call(this, NodeType.InterfaceDeclaration, name, extendsList, implementsList, members) || this; } - InterfaceDeclaration.prototype.typeCheck = function (typeFlow) { + var proto_23 = InterfaceDeclaration.prototype; + proto_23.typeCheck = function (typeFlow) { return typeFlow.typeCheckInterface(this); }; - InterfaceDeclaration.prototype.emit = function (emitter, tokenId, startLine) { + proto_23.emit = function (emitter, tokenId, startLine) { }; return InterfaceDeclaration; }(TypeDeclaration)); @@ -3618,10 +3641,11 @@ var TypeScript; _this.flags |= ASTFlags.IsStatement; return _this; } - Statement.prototype.isLoop = function () { return false; }; - Statement.prototype.isStatementOrExpression = function () { return true; }; - Statement.prototype.isCompoundStatement = function () { return this.isLoop(); }; - Statement.prototype.typeCheck = function (typeFlow) { + var proto_24 = Statement.prototype; + proto_24.isLoop = function () { return false; }; + proto_24.isStatementOrExpression = function () { return true; }; + proto_24.isCompoundStatement = function () { return this.isLoop(); }; + proto_24.typeCheck = function (typeFlow) { this.type = typeFlow.voidType; return this; }; @@ -3636,7 +3660,8 @@ var TypeScript; _this.stmt = stmt; return _this; } - LabeledStatement.prototype.emit = function (emitter, tokenId, startLine) { + var proto_25 = LabeledStatement.prototype; + proto_25.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); if (this.labels) { @@ -3649,12 +3674,12 @@ var TypeScript; emitter.recordSourceMappingEnd(this); emitter.emitParensAndCommentsInPlace(this, false); }; - LabeledStatement.prototype.typeCheck = function (typeFlow) { + proto_25.typeCheck = function (typeFlow) { typeFlow.typeCheck(this.labels); this.stmt = this.stmt.typeCheck(typeFlow); return this; }; - LabeledStatement.prototype.addToControlFlow = function (context) { + proto_25.addToControlFlow = function (context) { var beforeBB = context.current; var bb = new BasicBlock(); context.current = bb; @@ -3671,7 +3696,8 @@ var TypeScript; _this.isStatementBlock = isStatementBlock; return _this; } - Block.prototype.emit = function (emitter, tokenId, startLine) { + var proto_26 = Block.prototype; + proto_26.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); if (this.isStatementBlock) { @@ -3694,7 +3720,7 @@ var TypeScript; emitter.recordSourceMappingEnd(this); emitter.emitParensAndCommentsInPlace(this, false); }; - Block.prototype.addToControlFlow = function (context) { + proto_26.addToControlFlow = function (context) { var afterIfNeeded = new BasicBlock(); context.pushStatement(this, context.current, afterIfNeeded); if (this.statements) { @@ -3707,7 +3733,7 @@ var TypeScript; context.current = afterIfNeeded; } }; - Block.prototype.typeCheck = function (typeFlow) { + proto_26.typeCheck = function (typeFlow) { if (!typeFlow.checker.styleSettings.emptyBlocks) { if ((this.statements === null) || (this.statements.members.length == 0)) { typeFlow.checker.errorReporter.styleError(this, "empty block"); @@ -3727,8 +3753,9 @@ var TypeScript; _this.resolvedTarget = null; return _this; } - Jump.prototype.hasExplicitTarget = function () { return (this.target); }; - Jump.prototype.setResolvedTarget = function (parser, stmt) { + var proto_27 = Jump.prototype; + proto_27.hasExplicitTarget = function () { return (this.target); }; + proto_27.setResolvedTarget = function (parser, stmt) { if (stmt.isLoop()) { this.resolvedTarget = stmt; return true; @@ -3748,11 +3775,11 @@ var TypeScript; } } }; - Jump.prototype.addToControlFlow = function (context) { + proto_27.addToControlFlow = function (context) { _super.prototype.addToControlFlow.call(this, context); context.unconditionalBranch(this.resolvedTarget, (this.nodeType == NodeType.Continue)); }; - Jump.prototype.emit = function (emitter, tokenId, startLine) { + proto_27.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); if (this.nodeType == NodeType.Break) { @@ -3779,8 +3806,9 @@ var TypeScript; _this.body = null; return _this; } - WhileStatement.prototype.isLoop = function () { return true; }; - WhileStatement.prototype.emit = function (emitter, tokenId, startLine) { + var proto_28 = WhileStatement.prototype; + proto_28.isLoop = function () { return true; }; + proto_28.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); var temp = emitter.setInObjectLiteral(false); @@ -3792,10 +3820,10 @@ var TypeScript; emitter.recordSourceMappingEnd(this); emitter.emitParensAndCommentsInPlace(this, false); }; - WhileStatement.prototype.typeCheck = function (typeFlow) { + proto_28.typeCheck = function (typeFlow) { return typeFlow.typeCheckWhile(this); }; - WhileStatement.prototype.addToControlFlow = function (context) { + proto_28.addToControlFlow = function (context) { var loopHeader = context.current; var loopStart = new BasicBlock(); var afterLoop = new BasicBlock(); @@ -3833,8 +3861,9 @@ var TypeScript; _this.cond = null; return _this; } - DoWhileStatement.prototype.isLoop = function () { return true; }; - DoWhileStatement.prototype.emit = function (emitter, tokenId, startLine) { + var proto_29 = DoWhileStatement.prototype; + proto_29.isLoop = function () { return true; }; + proto_29.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); var temp = emitter.setInObjectLiteral(false); @@ -3850,10 +3879,10 @@ var TypeScript; emitter.recordSourceMappingEnd(this); emitter.emitParensAndCommentsInPlace(this, false); }; - DoWhileStatement.prototype.typeCheck = function (typeFlow) { + proto_29.typeCheck = function (typeFlow) { return typeFlow.typeCheckDoWhile(this); }; - DoWhileStatement.prototype.addToControlFlow = function (context) { + proto_29.addToControlFlow = function (context) { var loopHeader = context.current; var loopStart = new BasicBlock(); var afterLoop = new BasicBlock(); @@ -3890,8 +3919,9 @@ var TypeScript; _this.statement = new ASTSpan(); return _this; } - IfStatement.prototype.isCompoundStatement = function () { return true; }; - IfStatement.prototype.emit = function (emitter, tokenId, startLine) { + var proto_30 = IfStatement.prototype; + proto_30.isCompoundStatement = function () { return true; }; + proto_30.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); var temp = emitter.setInObjectLiteral(false); @@ -3909,10 +3939,10 @@ var TypeScript; emitter.recordSourceMappingEnd(this); emitter.emitParensAndCommentsInPlace(this, false); }; - IfStatement.prototype.typeCheck = function (typeFlow) { + proto_30.typeCheck = function (typeFlow) { return typeFlow.typeCheckIf(this); }; - IfStatement.prototype.addToControlFlow = function (context) { + proto_30.addToControlFlow = function (context) { this.cond.addToControlFlow(context); var afterIf = new BasicBlock(); var beforeIf = context.current; @@ -3967,7 +3997,8 @@ var TypeScript; _this.returnExpression = null; return _this; } - ReturnStatement.prototype.emit = function (emitter, tokenId, startLine) { + var proto_31 = ReturnStatement.prototype; + proto_31.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); var temp = emitter.setInObjectLiteral(false); @@ -3982,11 +4013,11 @@ var TypeScript; emitter.recordSourceMappingEnd(this); emitter.emitParensAndCommentsInPlace(this, false); }; - ReturnStatement.prototype.addToControlFlow = function (context) { + proto_31.addToControlFlow = function (context) { _super.prototype.addToControlFlow.call(this, context); context.returnStmt(); }; - ReturnStatement.prototype.typeCheck = function (typeFlow) { + proto_31.typeCheck = function (typeFlow) { return typeFlow.typeCheckReturn(this); }; return ReturnStatement; @@ -4012,8 +4043,9 @@ var TypeScript; } return _this; } - ForInStatement.prototype.isLoop = function () { return true; }; - ForInStatement.prototype.isFiltered = function () { + var proto_32 = ForInStatement.prototype; + proto_32.isLoop = function () { return true; }; + proto_32.isFiltered = function () { if (this.body) { var singleItem = null; if (this.body.nodeType == NodeType.List) { @@ -4063,7 +4095,7 @@ var TypeScript; } return false; }; - ForInStatement.prototype.emit = function (emitter, tokenId, startLine) { + proto_32.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); var temp = emitter.setInObjectLiteral(false); @@ -4079,7 +4111,7 @@ var TypeScript; emitter.recordSourceMappingEnd(this); emitter.emitParensAndCommentsInPlace(this, false); }; - ForInStatement.prototype.typeCheck = function (typeFlow) { + proto_32.typeCheck = function (typeFlow) { if (typeFlow.checker.styleSettings.forin) { if (!this.isFiltered()) { typeFlow.checker.errorReporter.styleError(this, "no hasOwnProperty filter"); @@ -4087,7 +4119,7 @@ var TypeScript; } return typeFlow.typeCheckForIn(this); }; - ForInStatement.prototype.addToControlFlow = function (context) { + proto_32.addToControlFlow = function (context) { if (this.lval) { context.addContent(this.lval); } @@ -4123,8 +4155,9 @@ var TypeScript; _this.init = init; return _this; } - ForStatement.prototype.isLoop = function () { return true; }; - ForStatement.prototype.emit = function (emitter, tokenId, startLine) { + var proto_33 = ForStatement.prototype; + proto_33.isLoop = function () { return true; }; + proto_33.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); var temp = emitter.setInObjectLiteral(false); @@ -4148,10 +4181,10 @@ var TypeScript; emitter.recordSourceMappingEnd(this); emitter.emitParensAndCommentsInPlace(this, false); }; - ForStatement.prototype.typeCheck = function (typeFlow) { + proto_33.typeCheck = function (typeFlow) { return typeFlow.typeCheckFor(this); }; - ForStatement.prototype.addToControlFlow = function (context) { + proto_33.addToControlFlow = function (context) { if (this.init) { context.addContent(this.init); } @@ -4216,8 +4249,9 @@ var TypeScript; _this.withSym = null; return _this; } - WithStatement.prototype.isCompoundStatement = function () { return true; }; - WithStatement.prototype.emit = function (emitter, tokenId, startLine) { + var proto_34 = WithStatement.prototype; + proto_34.isCompoundStatement = function () { return true; }; + proto_34.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); emitter.writeToOutput("with ("); @@ -4229,7 +4263,7 @@ var TypeScript; emitter.recordSourceMappingEnd(this); emitter.emitParensAndCommentsInPlace(this, false); }; - WithStatement.prototype.typeCheck = function (typeFlow) { + proto_34.typeCheck = function (typeFlow) { return typeFlow.typeCheckWith(this); }; return WithStatement; @@ -4244,8 +4278,9 @@ var TypeScript; _this.statement = new ASTSpan(); return _this; } - SwitchStatement.prototype.isCompoundStatement = function () { return true; }; - SwitchStatement.prototype.emit = function (emitter, tokenId, startLine) { + var proto_35 = SwitchStatement.prototype; + proto_35.isCompoundStatement = function () { return true; }; + proto_35.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); var temp = emitter.setInObjectLiteral(false); @@ -4269,7 +4304,7 @@ var TypeScript; emitter.recordSourceMappingEnd(this); emitter.emitParensAndCommentsInPlace(this, false); }; - SwitchStatement.prototype.typeCheck = function (typeFlow) { + proto_35.typeCheck = function (typeFlow) { var len = this.caseList.members.length; this.val = typeFlow.typeCheck(this.val); for (var i = 0; i < len; i++) { @@ -4280,7 +4315,7 @@ var TypeScript; return this; }; // if there are break statements that match this switch, then just link cond block with block after switch - SwitchStatement.prototype.addToControlFlow = function (context) { + proto_35.addToControlFlow = function (context) { var condBlock = context.current; context.addContent(this.val); var execBlock = new BasicBlock(); @@ -4315,7 +4350,8 @@ var TypeScript; _this.expr = null; return _this; } - CaseStatement.prototype.emit = function (emitter, tokenId, startLine) { + var proto_36 = CaseStatement.prototype; + proto_36.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); if (this.expr) { @@ -4330,7 +4366,7 @@ var TypeScript; emitter.recordSourceMappingEnd(this); emitter.emitParensAndCommentsInPlace(this, false); }; - CaseStatement.prototype.typeCheck = function (typeFlow) { + proto_36.typeCheck = function (typeFlow) { this.expr = typeFlow.typeCheck(this.expr); typeFlow.typeCheck(this.body); this.type = typeFlow.voidType; @@ -4338,7 +4374,7 @@ var TypeScript; }; // TODO: more reasoning about unreachable cases (such as duplicate literals as case expressions) // for now, assume all cases are reachable, regardless of whether some cases fall through - CaseStatement.prototype.addToControlFlow = function (context) { + proto_36.addToControlFlow = function (context) { var execBlock = new BasicBlock(); var sw = context.currentSwitch[context.currentSwitch.length - 1]; // TODO: fall-through from previous (+ to end of switch) @@ -4370,10 +4406,11 @@ var TypeScript; _this.arrayCount = arrayCount; return _this; } - TypeReference.prototype.emit = function (emitter, tokenId, startLine) { + var proto_37 = TypeReference.prototype; + proto_37.emit = function (emitter, tokenId, startLine) { throw new Error("should not emit a type ref"); }; - TypeReference.prototype.typeCheck = function (typeFlow) { + proto_37.typeCheck = function (typeFlow) { var prevInTCTR = typeFlow.inTypeRefTypeCheck; typeFlow.inTypeRefTypeCheck = true; var typeLink = getTypeLink(this, typeFlow.checker, true); @@ -4401,20 +4438,21 @@ var TypeScript; _this.finallyNode = finallyNode; return _this; } - TryFinally.prototype.isCompoundStatement = function () { return true; }; - TryFinally.prototype.emit = function (emitter, tokenId, startLine) { + var proto_38 = TryFinally.prototype; + proto_38.isCompoundStatement = function () { return true; }; + proto_38.emit = function (emitter, tokenId, startLine) { emitter.recordSourceMappingStart(this); emitter.emitJavascript(this.tryNode, TokenID.Try, false); emitter.emitJavascript(this.finallyNode, TokenID.Finally, false); emitter.recordSourceMappingEnd(this); }; - TryFinally.prototype.typeCheck = function (typeFlow) { + proto_38.typeCheck = function (typeFlow) { this.tryNode = typeFlow.typeCheck(this.tryNode); this.finallyNode = typeFlow.typeCheck(this.finallyNode); this.type = typeFlow.voidType; return this; }; - TryFinally.prototype.addToControlFlow = function (context) { + proto_38.addToControlFlow = function (context) { var afterFinally = new BasicBlock(); context.walk(this.tryNode, this); var finBlock = new BasicBlock(); @@ -4447,8 +4485,9 @@ var TypeScript; _this.catchNode = catchNode; return _this; } - TryCatch.prototype.isCompoundStatement = function () { return true; }; - TryCatch.prototype.emit = function (emitter, tokenId, startLine) { + var proto_39 = TryCatch.prototype; + proto_39.isCompoundStatement = function () { return true; }; + proto_39.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); emitter.emitJavascript(this.tryNode, TokenID.Try, false); @@ -4456,7 +4495,7 @@ var TypeScript; emitter.recordSourceMappingEnd(this); emitter.emitParensAndCommentsInPlace(this, false); }; - TryCatch.prototype.addToControlFlow = function (context) { + proto_39.addToControlFlow = function (context) { var beforeTry = context.current; var tryBlock = new BasicBlock(); beforeTry.addSuccessor(tryBlock); @@ -4481,7 +4520,7 @@ var TypeScript; context.current = afterTryCatch; context.walker.options.goChildren = false; }; - TryCatch.prototype.typeCheck = function (typeFlow) { + proto_39.typeCheck = function (typeFlow) { this.tryNode = typeFlow.typeCheck(this.tryNode); this.catchNode = typeFlow.typeCheck(this.catchNode); this.type = typeFlow.voidType; @@ -4497,7 +4536,8 @@ var TypeScript; _this.body = body; return _this; } - Try.prototype.emit = function (emitter, tokenId, startLine) { + var proto_40 = Try.prototype; + proto_40.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); emitter.writeToOutput("try "); @@ -4505,11 +4545,11 @@ var TypeScript; emitter.recordSourceMappingEnd(this); emitter.emitParensAndCommentsInPlace(this, false); }; - Try.prototype.typeCheck = function (typeFlow) { + proto_40.typeCheck = function (typeFlow) { this.body = typeFlow.typeCheck(this.body); return this; }; - Try.prototype.addToControlFlow = function (context) { + proto_40.addToControlFlow = function (context) { if (this.body) { context.walk(this.body, this); } @@ -4532,7 +4572,8 @@ var TypeScript; } return _this; } - Catch.prototype.emit = function (emitter, tokenId, startLine) { + var proto_41 = Catch.prototype; + proto_41.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); emitter.writeToOutput(" "); @@ -4545,7 +4586,7 @@ var TypeScript; emitter.recordSourceMappingEnd(this); emitter.emitParensAndCommentsInPlace(this, false); }; - Catch.prototype.addToControlFlow = function (context) { + proto_41.addToControlFlow = function (context) { if (this.param) { context.addContent(this.param); var bodBlock = new BasicBlock(); @@ -4558,7 +4599,7 @@ var TypeScript; context.noContinuation = false; context.walker.options.goChildren = false; }; - Catch.prototype.typeCheck = function (typeFlow) { + proto_41.typeCheck = function (typeFlow) { var prevScope = typeFlow.scope; typeFlow.scope = this.containedScope; this.param = typeFlow.typeCheck(this.param); @@ -4600,7 +4641,8 @@ var TypeScript; _this.body = body; return _this; } - Finally.prototype.emit = function (emitter, tokenId, startLine) { + var proto_42 = Finally.prototype; + proto_42.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); emitter.writeToOutput("finally"); @@ -4608,14 +4650,14 @@ var TypeScript; emitter.recordSourceMappingEnd(this); emitter.emitParensAndCommentsInPlace(this, false); }; - Finally.prototype.addToControlFlow = function (context) { + proto_42.addToControlFlow = function (context) { if (this.body) { context.walk(this.body, this); } context.walker.options.goChildren = false; context.noContinuation = false; }; - Finally.prototype.typeCheck = function (typeFlow) { + proto_42.typeCheck = function (typeFlow) { this.body = typeFlow.typeCheck(this.body); return this; }; diff --git a/tests/baselines/reference/parserRealSource12.js b/tests/baselines/reference/parserRealSource12.js index 18cb042f36d3b..e68204242ac2c 100644 --- a/tests/baselines/reference/parserRealSource12.js +++ b/tests/baselines/reference/parserRealSource12.js @@ -592,19 +592,20 @@ var TypeScript; this.childrenWalkers = []; this.initChildrenWalkers(); } - AstWalkerFactory.prototype.walk = function (ast, pre, post, options, state) { + var proto_1 = AstWalkerFactory.prototype; + proto_1.walk = function (ast, pre, post, options, state) { return this.getWalker(pre, post, options, state).walk(ast, null); }; - AstWalkerFactory.prototype.getWalker = function (pre, post, options, state) { + proto_1.getWalker = function (pre, post, options, state) { return this.getSlowWalker(pre, post, options, state); }; - AstWalkerFactory.prototype.getSlowWalker = function (pre, post, options, state) { + proto_1.getSlowWalker = function (pre, post, options, state) { if (!options) { options = new AstWalkOptions(); } return new AstWalker(this.childrenWalkers, pre, post, options, state); }; - AstWalkerFactory.prototype.initChildrenWalkers = function () { + proto_1.initChildrenWalkers = function () { this.childrenWalkers[NodeType.None] = ChildrenWalkers.walkNone; this.childrenWalkers[NodeType.Empty] = ChildrenWalkers.walkNone; this.childrenWalkers[NodeType.EmptyExpr] = ChildrenWalkers.walkNone; diff --git a/tests/baselines/reference/parserRealSource14.js b/tests/baselines/reference/parserRealSource14.js index e72435c775b59..3e4e1e1d8b255 100644 --- a/tests/baselines/reference/parserRealSource14.js +++ b/tests/baselines/reference/parserRealSource14.js @@ -602,16 +602,17 @@ var TypeScript; this.asts = []; this.top = -1; } + var proto_1 = AstPath.prototype; AstPath.reverseIndexOf = function (items, index) { return (items === null || items.length <= index) ? null : items[items.length - index - 1]; }; - AstPath.prototype.clone = function () { + proto_1.clone = function () { var clone = new AstPath(); clone.asts = this.asts.map(function (value) { return value; }); clone.top = this.top; return clone; }; - AstPath.prototype.pop = function () { + proto_1.pop = function () { var head = this.ast(); this.up(); while (this.asts.length > this.count()) { @@ -619,104 +620,104 @@ var TypeScript; } return head; }; - AstPath.prototype.push = function (ast) { + proto_1.push = function (ast) { while (this.asts.length > this.count()) { this.asts.pop(); } this.top = this.asts.length; this.asts.push(ast); }; - AstPath.prototype.up = function () { + proto_1.up = function () { if (this.top <= -1) throw new Error("Invalid call to 'up'"); this.top--; }; - AstPath.prototype.down = function () { + proto_1.down = function () { if (this.top == this.ast.length - 1) throw new Error("Invalid call to 'down'"); this.top++; }; - AstPath.prototype.nodeType = function () { + proto_1.nodeType = function () { if (this.ast() == null) return TypeScript.NodeType.None; return this.ast().nodeType; }; - AstPath.prototype.ast = function () { + proto_1.ast = function () { return AstPath.reverseIndexOf(this.asts, this.asts.length - (this.top + 1)); }; - AstPath.prototype.parent = function () { + proto_1.parent = function () { return AstPath.reverseIndexOf(this.asts, this.asts.length - this.top); }; - AstPath.prototype.count = function () { + proto_1.count = function () { return this.top + 1; }; - AstPath.prototype.get = function (index) { + proto_1.get = function (index) { return this.asts[index]; }; - AstPath.prototype.isNameOfClass = function () { + proto_1.isNameOfClass = function () { if (this.ast() === null || this.parent() === null) return false; return (this.ast().nodeType === TypeScript.NodeType.Name) && (this.parent().nodeType === TypeScript.NodeType.ClassDeclaration) && (this.parent().name === this.ast()); }; - AstPath.prototype.isNameOfInterface = function () { + proto_1.isNameOfInterface = function () { if (this.ast() === null || this.parent() === null) return false; return (this.ast().nodeType === TypeScript.NodeType.Name) && (this.parent().nodeType === TypeScript.NodeType.InterfaceDeclaration) && (this.parent().name === this.ast()); }; - AstPath.prototype.isNameOfArgument = function () { + proto_1.isNameOfArgument = function () { if (this.ast() === null || this.parent() === null) return false; return (this.ast().nodeType === TypeScript.NodeType.Name) && (this.parent().nodeType === TypeScript.NodeType.ArgDecl) && (this.parent().id === this.ast()); }; - AstPath.prototype.isNameOfVariable = function () { + proto_1.isNameOfVariable = function () { if (this.ast() === null || this.parent() === null) return false; return (this.ast().nodeType === TypeScript.NodeType.Name) && (this.parent().nodeType === TypeScript.NodeType.VarDecl) && (this.parent().id === this.ast()); }; - AstPath.prototype.isNameOfModule = function () { + proto_1.isNameOfModule = function () { if (this.ast() === null || this.parent() === null) return false; return (this.ast().nodeType === TypeScript.NodeType.Name) && (this.parent().nodeType === TypeScript.NodeType.ModuleDeclaration) && (this.parent().name === this.ast()); }; - AstPath.prototype.isNameOfFunction = function () { + proto_1.isNameOfFunction = function () { if (this.ast() === null || this.parent() === null) return false; return (this.ast().nodeType === TypeScript.NodeType.Name) && (this.parent().nodeType === TypeScript.NodeType.FuncDecl) && (this.parent().name === this.ast()); }; - AstPath.prototype.isChildOfScript = function () { + proto_1.isChildOfScript = function () { var ast = lastOf(this.asts); return this.count() >= 3 && this.asts[this.top] === ast && this.asts[this.top - 1].nodeType === TypeScript.NodeType.List && this.asts[this.top - 2].nodeType === TypeScript.NodeType.Script; }; - AstPath.prototype.isChildOfModule = function () { + proto_1.isChildOfModule = function () { var ast = lastOf(this.asts); return this.count() >= 3 && this.asts[this.top] === ast && this.asts[this.top - 1].nodeType === TypeScript.NodeType.List && this.asts[this.top - 2].nodeType === TypeScript.NodeType.ModuleDeclaration; }; - AstPath.prototype.isChildOfClass = function () { + proto_1.isChildOfClass = function () { var ast = lastOf(this.asts); return this.count() >= 3 && this.asts[this.top] === ast && this.asts[this.top - 1].nodeType === TypeScript.NodeType.List && this.asts[this.top - 2].nodeType === TypeScript.NodeType.ClassDeclaration; }; - AstPath.prototype.isArgumentOfClassConstructor = function () { + proto_1.isArgumentOfClassConstructor = function () { var ast = lastOf(this.asts); return this.count() >= 5 && this.asts[this.top] === ast && @@ -728,142 +729,142 @@ var TypeScript; (this.asts[this.top - 2].arguments === this.asts[this.top - 1]) && (this.asts[this.top - 4].constructorDecl === this.asts[this.top - 2]); }; - AstPath.prototype.isChildOfInterface = function () { + proto_1.isChildOfInterface = function () { var ast = lastOf(this.asts); return this.count() >= 3 && this.asts[this.top] === ast && this.asts[this.top - 1].nodeType === TypeScript.NodeType.List && this.asts[this.top - 2].nodeType === TypeScript.NodeType.InterfaceDeclaration; }; - AstPath.prototype.isTopLevelImplicitModule = function () { + proto_1.isTopLevelImplicitModule = function () { return this.count() >= 1 && this.asts[this.top].nodeType === TypeScript.NodeType.ModuleDeclaration && TypeScript.hasFlag(this.asts[this.top].modFlags, TypeScript.ModuleFlags.IsWholeFile); }; - AstPath.prototype.isBodyOfTopLevelImplicitModule = function () { + proto_1.isBodyOfTopLevelImplicitModule = function () { return this.count() >= 2 && this.asts[this.top - 0].nodeType === TypeScript.NodeType.List && this.asts[this.top - 1].nodeType === TypeScript.NodeType.ModuleDeclaration && this.asts[this.top - 1].members == this.asts[this.top - 0] && TypeScript.hasFlag(this.asts[this.top - 1].modFlags, TypeScript.ModuleFlags.IsWholeFile); }; - AstPath.prototype.isBodyOfScript = function () { + proto_1.isBodyOfScript = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.Script && this.asts[this.top - 1].bod == this.asts[this.top - 0]; }; - AstPath.prototype.isBodyOfSwitch = function () { + proto_1.isBodyOfSwitch = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.Switch && this.asts[this.top - 1].caseList == this.asts[this.top - 0]; }; - AstPath.prototype.isBodyOfModule = function () { + proto_1.isBodyOfModule = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.ModuleDeclaration && this.asts[this.top - 1].members == this.asts[this.top - 0]; }; - AstPath.prototype.isBodyOfClass = function () { + proto_1.isBodyOfClass = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.ClassDeclaration && this.asts[this.top - 1].members == this.asts[this.top - 0]; }; - AstPath.prototype.isBodyOfFunction = function () { + proto_1.isBodyOfFunction = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.FuncDecl && this.asts[this.top - 1].bod == this.asts[this.top - 0]; }; - AstPath.prototype.isBodyOfInterface = function () { + proto_1.isBodyOfInterface = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.InterfaceDeclaration && this.asts[this.top - 1].members == this.asts[this.top - 0]; }; - AstPath.prototype.isBodyOfBlock = function () { + proto_1.isBodyOfBlock = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.Block && this.asts[this.top - 1].statements == this.asts[this.top - 0]; }; - AstPath.prototype.isBodyOfFor = function () { + proto_1.isBodyOfFor = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.For && this.asts[this.top - 1].body == this.asts[this.top - 0]; }; - AstPath.prototype.isBodyOfCase = function () { + proto_1.isBodyOfCase = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.Case && this.asts[this.top - 1].body == this.asts[this.top - 0]; }; - AstPath.prototype.isBodyOfTry = function () { + proto_1.isBodyOfTry = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.Try && this.asts[this.top - 1].body == this.asts[this.top - 0]; }; - AstPath.prototype.isBodyOfCatch = function () { + proto_1.isBodyOfCatch = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.Catch && this.asts[this.top - 1].body == this.asts[this.top - 0]; }; - AstPath.prototype.isBodyOfDoWhile = function () { + proto_1.isBodyOfDoWhile = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.DoWhile && this.asts[this.top - 1].body == this.asts[this.top - 0]; }; - AstPath.prototype.isBodyOfWhile = function () { + proto_1.isBodyOfWhile = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.While && this.asts[this.top - 1].body == this.asts[this.top - 0]; }; - AstPath.prototype.isBodyOfForIn = function () { + proto_1.isBodyOfForIn = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.ForIn && this.asts[this.top - 1].body == this.asts[this.top - 0]; }; - AstPath.prototype.isBodyOfWith = function () { + proto_1.isBodyOfWith = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.With && this.asts[this.top - 1].body == this.asts[this.top - 0]; }; - AstPath.prototype.isBodyOfFinally = function () { + proto_1.isBodyOfFinally = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.Finally && this.asts[this.top - 1].body == this.asts[this.top - 0]; }; - AstPath.prototype.isCaseOfSwitch = function () { + proto_1.isCaseOfSwitch = function () { return this.count() >= 3 && this.asts[this.top - 2].nodeType === TypeScript.NodeType.Switch && this.asts[this.top - 1].nodeType === TypeScript.NodeType.List && this.asts[this.top - 2].caseList == this.asts[this.top - 1]; }; - AstPath.prototype.isDefaultCaseOfSwitch = function () { + proto_1.isDefaultCaseOfSwitch = function () { return this.count() >= 3 && this.asts[this.top - 2].nodeType === TypeScript.NodeType.Switch && this.asts[this.top - 1].nodeType === TypeScript.NodeType.List && this.asts[this.top - 2].caseList == this.asts[this.top - 1] && this.asts[this.top - 2].defaultCase == this.asts[this.top - 0]; }; - AstPath.prototype.isListOfObjectLit = function () { + proto_1.isListOfObjectLit = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.ObjectLit && this.asts[this.top - 0].nodeType === TypeScript.NodeType.List && this.asts[this.top - 1].operand == this.asts[this.top - 0]; }; - AstPath.prototype.isBodyOfObjectLit = function () { + proto_1.isBodyOfObjectLit = function () { return this.isListOfObjectLit(); }; - AstPath.prototype.isEmptyListOfObjectLit = function () { + proto_1.isEmptyListOfObjectLit = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.ObjectLit && this.asts[this.top - 0].nodeType === TypeScript.NodeType.List && this.asts[this.top - 1].operand == this.asts[this.top - 0] && this.asts[this.top - 0].members.length == 0; }; - AstPath.prototype.isMemberOfObjectLit = function () { + proto_1.isMemberOfObjectLit = function () { return this.count() >= 3 && this.asts[this.top - 2].nodeType === TypeScript.NodeType.ObjectLit && this.asts[this.top - 1].nodeType === TypeScript.NodeType.List && this.asts[this.top - 0].nodeType === TypeScript.NodeType.Member && this.asts[this.top - 2].operand == this.asts[this.top - 1]; }; - AstPath.prototype.isNameOfMemberOfObjectLit = function () { + proto_1.isNameOfMemberOfObjectLit = function () { return this.count() >= 4 && this.asts[this.top - 3].nodeType === TypeScript.NodeType.ObjectLit && this.asts[this.top - 2].nodeType === TypeScript.NodeType.List && @@ -871,70 +872,70 @@ var TypeScript; this.asts[this.top - 0].nodeType === TypeScript.NodeType.Name && this.asts[this.top - 3].operand == this.asts[this.top - 2]; }; - AstPath.prototype.isListOfArrayLit = function () { + proto_1.isListOfArrayLit = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.ArrayLit && this.asts[this.top - 0].nodeType === TypeScript.NodeType.List && this.asts[this.top - 1].operand == this.asts[this.top - 0]; }; - AstPath.prototype.isTargetOfMember = function () { + proto_1.isTargetOfMember = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.Member && this.asts[this.top - 1].operand1 === this.asts[this.top - 0]; }; - AstPath.prototype.isMemberOfMember = function () { + proto_1.isMemberOfMember = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.Member && this.asts[this.top - 1].operand2 === this.asts[this.top - 0]; }; - AstPath.prototype.isItemOfList = function () { + proto_1.isItemOfList = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.List; //(this.asts[this.top - 1]).operand2 === this.asts[this.top - 0]; }; - AstPath.prototype.isThenOfIf = function () { + proto_1.isThenOfIf = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.If && this.asts[this.top - 1].thenBod == this.asts[this.top - 0]; }; - AstPath.prototype.isElseOfIf = function () { + proto_1.isElseOfIf = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.If && this.asts[this.top - 1].elseBod == this.asts[this.top - 0]; }; - AstPath.prototype.isBodyOfDefaultCase = function () { + proto_1.isBodyOfDefaultCase = function () { return this.isBodyOfCase(); }; - AstPath.prototype.isSingleStatementList = function () { + proto_1.isSingleStatementList = function () { return this.count() >= 1 && this.asts[this.top].nodeType === TypeScript.NodeType.List && this.asts[this.top].members.length === 1; }; - AstPath.prototype.isArgumentListOfFunction = function () { + proto_1.isArgumentListOfFunction = function () { return this.count() >= 2 && this.asts[this.top - 0].nodeType === TypeScript.NodeType.List && this.asts[this.top - 1].nodeType === TypeScript.NodeType.FuncDecl && this.asts[this.top - 1].arguments === this.asts[this.top - 0]; }; - AstPath.prototype.isArgumentOfFunction = function () { + proto_1.isArgumentOfFunction = function () { return this.count() >= 3 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.List && this.asts[this.top - 2].nodeType === TypeScript.NodeType.FuncDecl && this.asts[this.top - 2].arguments === this.asts[this.top - 1]; }; - AstPath.prototype.isArgumentListOfCall = function () { + proto_1.isArgumentListOfCall = function () { return this.count() >= 2 && this.asts[this.top - 0].nodeType === TypeScript.NodeType.List && this.asts[this.top - 1].nodeType === TypeScript.NodeType.Call && this.asts[this.top - 1].arguments === this.asts[this.top - 0]; }; - AstPath.prototype.isArgumentListOfNew = function () { + proto_1.isArgumentListOfNew = function () { return this.count() >= 2 && this.asts[this.top - 0].nodeType === TypeScript.NodeType.List && this.asts[this.top - 1].nodeType === TypeScript.NodeType.New && this.asts[this.top - 1].arguments === this.asts[this.top - 0]; }; - AstPath.prototype.isSynthesizedBlock = function () { + proto_1.isSynthesizedBlock = function () { return this.count() >= 1 && this.asts[this.top - 0].nodeType === TypeScript.NodeType.Block && this.asts[this.top - 0].isStatementBlock === false; diff --git a/tests/baselines/reference/parserRealSource4.js b/tests/baselines/reference/parserRealSource4.js index 0851b867c276c..e761b94b5d1f7 100644 --- a/tests/baselines/reference/parserRealSource4.js +++ b/tests/baselines/reference/parserRealSource4.js @@ -321,7 +321,8 @@ var TypeScript; this.itemCount = 0; this.table = new BlockIntrinsics(); } - StringHashTable.prototype.getAllKeys = function () { + var proto_1 = StringHashTable.prototype; + proto_1.getAllKeys = function () { var result = []; for (var k in this.table) { if (this.table[k] != undefined) { @@ -330,7 +331,7 @@ var TypeScript; } return result; }; - StringHashTable.prototype.add = function (key, data) { + proto_1.add = function (key, data) { if (this.table[key] != undefined) { return false; } @@ -338,7 +339,7 @@ var TypeScript; this.itemCount++; return true; }; - StringHashTable.prototype.addOrUpdate = function (key, data) { + proto_1.addOrUpdate = function (key, data) { if (this.table[key] != undefined) { this.table[key] = data; return false; @@ -347,7 +348,7 @@ var TypeScript; this.itemCount++; return true; }; - StringHashTable.prototype.map = function (fn, context) { + proto_1.map = function (fn, context) { for (var k in this.table) { var data = this.table[k]; if (data != undefined) { @@ -355,7 +356,7 @@ var TypeScript; } } }; - StringHashTable.prototype.every = function (fn, context) { + proto_1.every = function (fn, context) { for (var k in this.table) { var data = this.table[k]; if (data != undefined) { @@ -366,7 +367,7 @@ var TypeScript; } return true; }; - StringHashTable.prototype.some = function (fn, context) { + proto_1.some = function (fn, context) { for (var k in this.table) { var data = this.table[k]; if (data != undefined) { @@ -377,8 +378,8 @@ var TypeScript; } return false; }; - StringHashTable.prototype.count = function () { return this.itemCount; }; - StringHashTable.prototype.lookup = function (key) { + proto_1.count = function () { return this.itemCount; }; + proto_1.lookup = function (key) { var data = this.table[key]; if (data != undefined) { return data; @@ -399,10 +400,11 @@ var TypeScript; this.secondaryTable = secondaryTable; this.insertPrimary = true; } - DualStringHashTable.prototype.getAllKeys = function () { + var proto_2 = DualStringHashTable.prototype; + proto_2.getAllKeys = function () { return this.primaryTable.getAllKeys().concat(this.secondaryTable.getAllKeys()); }; - DualStringHashTable.prototype.add = function (key, data) { + proto_2.add = function (key, data) { if (this.insertPrimary) { return this.primaryTable.add(key, data); } @@ -410,7 +412,7 @@ var TypeScript; return this.secondaryTable.add(key, data); } }; - DualStringHashTable.prototype.addOrUpdate = function (key, data) { + proto_2.addOrUpdate = function (key, data) { if (this.insertPrimary) { return this.primaryTable.addOrUpdate(key, data); } @@ -418,20 +420,20 @@ var TypeScript; return this.secondaryTable.addOrUpdate(key, data); } }; - DualStringHashTable.prototype.map = function (fn, context) { + proto_2.map = function (fn, context) { this.primaryTable.map(fn, context); this.secondaryTable.map(fn, context); }; - DualStringHashTable.prototype.every = function (fn, context) { + proto_2.every = function (fn, context) { return this.primaryTable.every(fn, context) && this.secondaryTable.every(fn, context); }; - DualStringHashTable.prototype.some = function (fn, context) { + proto_2.some = function (fn, context) { return this.primaryTable.some(fn, context) || this.secondaryTable.some(fn, context); }; - DualStringHashTable.prototype.count = function () { + proto_2.count = function () { return this.primaryTable.count() + this.secondaryTable.count(); }; - DualStringHashTable.prototype.lookup = function (key) { + proto_2.lookup = function (key) { var data = this.primaryTable.lookup(key); if (data != undefined) { return data; @@ -476,7 +478,8 @@ var TypeScript; this.table[i] = null; } } - HashTable.prototype.add = function (key, data) { + var proto_3 = HashTable.prototype; + proto_3.add = function (key, data) { var current; var entry = new HashEntry(key, data); var val = this.hashFn(key); @@ -491,7 +494,7 @@ var TypeScript; this.itemCount++; return true; }; - HashTable.prototype.remove = function (key) { + proto_3.remove = function (key) { var current; var val = this.hashFn(key); val = val % this.size; @@ -513,8 +516,8 @@ var TypeScript; } return result; }; - HashTable.prototype.count = function () { return this.itemCount; }; - HashTable.prototype.lookup = function (key) { + proto_3.count = function () { return this.itemCount; }; + proto_3.lookup = function (key) { var current; var val = this.hashFn(key); val = val % this.size; @@ -534,7 +537,8 @@ var TypeScript; this.keys = []; this.values = []; } - SimpleHashTable.prototype.lookup = function (key, findValue) { + var proto_4 = SimpleHashTable.prototype; + proto_4.lookup = function (key, findValue) { var searchArray = this.keys; if (findValue) { searchArray = this.values; @@ -549,7 +553,7 @@ var TypeScript; } return null; }; - SimpleHashTable.prototype.add = function (key, data) { + proto_4.add = function (key, data) { var lookupData = this.lookup(key); if (lookupData) { return false; diff --git a/tests/baselines/reference/parserRealSource5.js b/tests/baselines/reference/parserRealSource5.js index 834371a0dc8a0..962c7cfd975a3 100644 --- a/tests/baselines/reference/parserRealSource5.js +++ b/tests/baselines/reference/parserRealSource5.js @@ -82,13 +82,14 @@ var TypeScript; this.indentStrings = []; this.indentAmt = 0; } - PrintContext.prototype.increaseIndent = function () { + var proto_1 = PrintContext.prototype; + proto_1.increaseIndent = function () { this.indentAmt++; }; - PrintContext.prototype.decreaseIndent = function () { + proto_1.decreaseIndent = function () { this.indentAmt--; }; - PrintContext.prototype.startLine = function () { + proto_1.startLine = function () { if (this.builder.length > 0) { CompilerDiagnostics.Alert(this.builder); } @@ -102,10 +103,10 @@ var TypeScript; } this.builder += indentString; }; - PrintContext.prototype.write = function (s) { + proto_1.write = function (s) { this.builder += s; }; - PrintContext.prototype.writeLine = function (s) { + proto_1.writeLine = function (s) { this.builder += s; this.outfile.WriteLine(this.builder); this.builder = ""; diff --git a/tests/baselines/reference/parserRealSource6.js b/tests/baselines/reference/parserRealSource6.js index 50b643a55f9a0..d83ac90578375 100644 --- a/tests/baselines/reference/parserRealSource6.js +++ b/tests/baselines/reference/parserRealSource6.js @@ -265,25 +265,26 @@ var TypeScript; this.publicsOnly = true; this.useFullAst = false; } - EnclosingScopeContext.prototype.getScope = function () { + var proto_1 = EnclosingScopeContext.prototype; + proto_1.getScope = function () { return this.scopeGetter(); }; - EnclosingScopeContext.prototype.getObjectLiteralScope = function () { + proto_1.getObjectLiteralScope = function () { return this.objectLiteralScopeGetter(); }; - EnclosingScopeContext.prototype.getScopeAST = function () { + proto_1.getScopeAST = function () { return this.scopeStartAST; }; - EnclosingScopeContext.prototype.getScopePosition = function () { + proto_1.getScopePosition = function () { return this.scopeStartAST.minChar; }; - EnclosingScopeContext.prototype.getScriptFragmentStartAST = function () { + proto_1.getScriptFragmentStartAST = function () { return this.scopeStartAST; }; - EnclosingScopeContext.prototype.getScriptFragmentPosition = function () { + proto_1.getScriptFragmentPosition = function () { return this.getScriptFragmentStartAST().minChar; }; - EnclosingScopeContext.prototype.getScriptFragment = function () { + proto_1.getScriptFragment = function () { if (this.scriptFragment == null) { var ast = this.getScriptFragmentStartAST(); var minChar = ast.minChar; diff --git a/tests/baselines/reference/parserRealSource8.js b/tests/baselines/reference/parserRealSource8.js index 95e8a421fc83c..6704a084557b4 100644 --- a/tests/baselines/reference/parserRealSource8.js +++ b/tests/baselines/reference/parserRealSource8.js @@ -512,10 +512,11 @@ var TypeScript; this.stop = stop; this.result = null; } - ScopeSearchFilter.prototype.reset = function () { + var proto_1 = ScopeSearchFilter.prototype; + proto_1.reset = function () { this.result = null; }; - ScopeSearchFilter.prototype.update = function (b) { + proto_1.update = function (b) { this.result = this.select(this.result, b); if (this.result) { return this.stop(this.result); diff --git a/tests/baselines/reference/parserRealSource9.js b/tests/baselines/reference/parserRealSource9.js index 0a64f8153b928..0b8338e1d119f 100644 --- a/tests/baselines/reference/parserRealSource9.js +++ b/tests/baselines/reference/parserRealSource9.js @@ -219,7 +219,8 @@ var TypeScript; function Binder(checker) { this.checker = checker; } - Binder.prototype.resolveBaseTypeLinks = function (typeLinks, scope) { + var proto_1 = Binder.prototype; + proto_1.resolveBaseTypeLinks = function (typeLinks, scope) { var extendsList = null; if (typeLinks) { extendsList = new Type[]; @@ -238,7 +239,7 @@ var TypeScript; } return extendsList; }; - Binder.prototype.resolveBases = function (scope, type) { + proto_1.resolveBases = function (scope, type) { type.extendsList = this.resolveBaseTypeLinks(type.extendsTypeLinks, scope); var i = 0, len = type.extendsList.length; var derivedIsClass = type.isClassInstance(); @@ -269,7 +270,7 @@ var TypeScript; } } }; - Binder.prototype.resolveSignatureGroup = function (signatureGroup, scope, instanceType) { + proto_1.resolveSignatureGroup = function (signatureGroup, scope, instanceType) { var supplyVar = !(signatureGroup.hasImplementation); for (var i = 0, len = signatureGroup.signatures.length; i < len; i++) { var signature = signatureGroup.signatures[i]; @@ -294,7 +295,7 @@ var TypeScript; } } }; - Binder.prototype.bindType = function (scope, type, instanceType) { + proto_1.bindType = function (scope, type, instanceType) { if (instanceType) { this.bindType(scope, instanceType, null); } @@ -344,7 +345,7 @@ var TypeScript; this.bindType(scope, type.elementType, null); } }; - Binder.prototype.bindSymbol = function (scope, symbol) { + proto_1.bindSymbol = function (scope, symbol) { if (!symbol.bound) { var prevLocationInfo = this.checker.locationInfo; if ((this.checker.units) && (symbol.unitIndex >= 0) && (symbol.unitIndex < this.checker.units.length)) { @@ -390,7 +391,7 @@ var TypeScript; } symbol.bound = true; }; - Binder.prototype.bind = function (scope, table) { + proto_1.bind = function (scope, table) { table.map(function (key, sym, binder) { binder.bindSymbol(scope, sym); }, this); diff --git a/tests/baselines/reference/parserharness.js b/tests/baselines/reference/parserharness.js index 53ae2f2851024..2767a70e644fa 100644 --- a/tests/baselines/reference/parserharness.js +++ b/tests/baselines/reference/parserharness.js @@ -2278,17 +2278,18 @@ var Harness; var Logger = /** @class */ (function () { function Logger() { } - Logger.prototype.start = function (fileName, priority) { }; - Logger.prototype.end = function (fileName) { }; - Logger.prototype.scenarioStart = function (scenario) { }; - Logger.prototype.scenarioEnd = function (scenario, error) { }; - Logger.prototype.testStart = function (test) { }; - Logger.prototype.pass = function (test) { }; - Logger.prototype.bug = function (test) { }; - Logger.prototype.fail = function (test) { }; - Logger.prototype.error = function (test, error) { }; - Logger.prototype.comment = function (comment) { }; - Logger.prototype.verify = function (test, passed, actual, expected, message) { }; + var proto_1 = Logger.prototype; + proto_1.start = function (fileName, priority) { }; + proto_1.end = function (fileName) { }; + proto_1.scenarioStart = function (scenario) { }; + proto_1.scenarioEnd = function (scenario, error) { }; + proto_1.testStart = function (test) { }; + proto_1.pass = function (test) { }; + proto_1.bug = function (test) { }; + proto_1.fail = function (test) { }; + proto_1.error = function (test, error) { }; + proto_1.comment = function (comment) { }; + proto_1.verify = function (test, passed, actual, expected, message) { }; return Logger; }()); Harness.Logger = Logger; @@ -2323,14 +2324,15 @@ var Harness; // A list of all our child Runnables this.children = []; } - Runnable.prototype.addChild = function (child) { + var proto_2 = Runnable.prototype; + proto_2.addChild = function (child) { this.children.push(child); }; /** Call function fn, which may take a done function and may possibly execute * asynchronously, calling done when finished. Returns true or false depending * on whether the function was asynchronous or not. */ - Runnable.prototype.call = function (fn, done) { + proto_2.call = function (fn, done) { var isAsync = true; try { if (fn.length === 0) { @@ -2355,11 +2357,11 @@ var Harness; return false; } }; - Runnable.prototype.run = function (done) { }; - Runnable.prototype.runBlock = function (done) { + proto_2.run = function (done) { }; + proto_2.runBlock = function (done) { return this.call(this.block, done); }; - Runnable.prototype.runChild = function (index, done) { + proto_2.runChild = function (index, done) { var _this = this; return this.call((function (done) { return _this.children[index].run(done); }), done); }; @@ -2393,11 +2395,12 @@ var Harness; _this.block = block; return _this; } - TestCase.prototype.addChild = function (child) { + var proto_3 = TestCase.prototype; + proto_3.addChild = function (child) { throw new Error("Testcases may not be nested inside other testcases"); }; /** Run the test case block and fail the test if it raised an error. If no error is raised, the test passes. */ - TestCase.prototype.run = function (done) { + proto_3.run = function (done) { var that = this; Runnable.currentStack.push(this); emitLog('testStart', { desc: this.description }); @@ -2428,8 +2431,9 @@ var Harness; _this.block = block; return _this; } + var proto_4 = Scenario.prototype; /** Run the block, and if the block doesn't raise an error, run the children. */ - Scenario.prototype.run = function (done) { + proto_4.run = function (done) { var that = this; Runnable.currentStack.push(this); emitLog('scenarioStart', { desc: this.description }); @@ -2454,7 +2458,7 @@ var Harness; * set this scenario to failed. Synchronous tests will run synchronously without * adding stack frames. */ - Scenario.prototype.runChildren = function (done, index) { + proto_4.runChildren = function (done, index) { if (index === void 0) { index = 0; } var that = this; var async = false; @@ -2481,11 +2485,12 @@ var Harness; function Run() { return _super.call(this, 'Test Run', null) || this; } - Run.prototype.run = function () { + var proto_5 = Run.prototype; + proto_5.run = function () { emitLog('start'); this.runChildren(); }; - Run.prototype.runChildren = function (index) { + proto_5.runChildren = function (index) { if (index === void 0) { index = 0; } var async = false; var that = this; @@ -2531,11 +2536,12 @@ var Harness; function Timer() { this.time = 0; } - Timer.prototype.start = function () { + var proto_6 = Timer.prototype; + proto_6.start = function () { this.time = 0; this.startTime = Clock.now(); }; - Timer.prototype.end = function () { + proto_6.end = function () { // Set time to MS. this.time = (Clock.now() - this.startTime) / Clock.resolution * 1000; }; @@ -2546,17 +2552,18 @@ var Harness; function Dataset() { this.data = []; } - Dataset.prototype.add = function (value) { + var proto_7 = Dataset.prototype; + proto_7.add = function (value) { this.data.push(value); }; - Dataset.prototype.mean = function () { + proto_7.mean = function () { var sum = 0; for (var i = 0; i < this.data.length; i++) { sum += this.data[i]; } return sum / this.data.length; }; - Dataset.prototype.min = function () { + proto_7.min = function () { var min = this.data[0]; for (var i = 1; i < this.data.length; i++) { if (this.data[i] < min) { @@ -2565,7 +2572,7 @@ var Harness; } return min; }; - Dataset.prototype.max = function () { + proto_7.max = function () { var max = this.data[0]; for (var i = 1; i < this.data.length; i++) { if (this.data[i] > max) { @@ -2574,7 +2581,7 @@ var Harness; } return max; }; - Dataset.prototype.stdDev = function () { + proto_7.stdDev = function () { var sampleMean = this.mean(); var sumOfSquares = 0; for (var i = 0; i < this.data.length; i++) { @@ -2592,12 +2599,13 @@ var Harness; this.description = ""; this.results = {}; } - Benchmark.prototype.bench = function (subBench) { }; - Benchmark.prototype.before = function () { }; - Benchmark.prototype.beforeEach = function () { }; - Benchmark.prototype.after = function () { }; - Benchmark.prototype.afterEach = function () { }; - Benchmark.prototype.addTimingFor = function (name, timing) { + var proto_8 = Benchmark.prototype; + proto_8.bench = function (subBench) { }; + proto_8.before = function () { }; + proto_8.beforeEach = function () { }; + proto_8.after = function () { }; + proto_8.afterEach = function () { }; + proto_8.addTimingFor = function (name, timing) { this.results[name] = this.results[name] || new Dataset(); this.results[name].add(timing); }; @@ -2665,20 +2673,21 @@ var Harness; this.lines = []; this.currentLine = ""; } - WriterAggregator.prototype.Write = function (str) { + var proto_9 = WriterAggregator.prototype; + proto_9.Write = function (str) { this.currentLine += str; }; - WriterAggregator.prototype.WriteLine = function (str) { + proto_9.WriteLine = function (str) { this.lines.push(this.currentLine + str); this.currentLine = ""; }; - WriterAggregator.prototype.Close = function () { + proto_9.Close = function () { if (this.currentLine.length > 0) { this.lines.push(this.currentLine); } this.currentLine = ""; }; - WriterAggregator.prototype.reset = function () { + proto_9.reset = function () { this.lines = []; this.currentLine = ""; }; @@ -2690,8 +2699,9 @@ var Harness; function EmitterIOHost() { this.fileCollection = {}; } + var proto_10 = EmitterIOHost.prototype; /** create file gets the whole path to create, so this works as expected with the --out parameter */ - EmitterIOHost.prototype.createFile = function (s, useUTF8) { + proto_10.createFile = function (s, useUTF8) { if (this.fileCollection[s]) { return this.fileCollection[s]; } @@ -2699,11 +2709,11 @@ var Harness; this.fileCollection[s] = writer; return writer; }; - EmitterIOHost.prototype.directoryExists = function (s) { return false; }; - EmitterIOHost.prototype.fileExists = function (s) { return typeof this.fileCollection[s] !== 'undefined'; }; - EmitterIOHost.prototype.resolvePath = function (s) { return s; }; - EmitterIOHost.prototype.reset = function () { this.fileCollection = {}; }; - EmitterIOHost.prototype.toArray = function () { + proto_10.directoryExists = function (s) { return false; }; + proto_10.fileExists = function (s) { return typeof this.fileCollection[s] !== 'undefined'; }; + proto_10.resolvePath = function (s) { return s; }; + proto_10.reset = function () { this.fileCollection = {}; }; + proto_10.toArray = function () { var result = []; for (var p in this.fileCollection) { if (this.fileCollection.hasOwnProperty(p)) { @@ -2773,19 +2783,20 @@ var Harness; this.code = code; this.identifier = identifier; } - Type.prototype.normalizeToArray = function (arg) { + var proto_11 = Type.prototype; + proto_11.normalizeToArray = function (arg) { if ((Array.isArray && Array.isArray(arg)) || arg instanceof Array) return arg; return [arg]; }; - Type.prototype.compilesOk = function (testCode) { + proto_11.compilesOk = function (testCode) { var errors = null; compileString(testCode, 'test.ts', function (compilerResult) { errors = compilerResult.errors; }); return errors.length === 0; }; - Type.prototype.isSubtypeOf = function (other) { + proto_11.isSubtypeOf = function (other) { var testCode = 'class __test1__ {\n'; testCode += ' public test() {\n'; testCode += ' ' + other.code + ';\n'; @@ -2815,7 +2826,7 @@ var Harness; // testCode += 'function __test__function__() { if(true) { return __test1__val__ }; return __test2__val__; }'; // return this.compilesOk(testCode); //} - Type.prototype.assertSubtypeOf = function (others) { + proto_11.assertSubtypeOf = function (others) { others = this.normalizeToArray(others); for (var i = 0; i < others.length; i++) { if (!this.isSubtypeOf(others[i])) { @@ -2823,7 +2834,7 @@ var Harness; } } }; - Type.prototype.assertNotSubtypeOf = function (others) { + proto_11.assertNotSubtypeOf = function (others) { others = this.normalizeToArray(others); for (var i = 0; i < others.length; i++) { if (this.isSubtypeOf(others[i])) { @@ -2841,7 +2852,7 @@ var Harness; // throw new Error("Expected " + this.type + " to not be identical to " + other.type); // } //} - Type.prototype.isAssignmentCompatibleWith = function (other) { + proto_11.isAssignmentCompatibleWith = function (other) { var testCode = 'module __test1__ {\n'; testCode += ' ' + this.code + ';\n'; testCode += ' export var __val__ = ' + this.identifier + ';\n'; @@ -2855,7 +2866,7 @@ var Harness; testCode += '__test2__val__ = __test1__val__;'; return this.compilesOk(testCode); }; - Type.prototype.assertAssignmentCompatibleWith = function (others) { + proto_11.assertAssignmentCompatibleWith = function (others) { others = this.normalizeToArray(others); for (var i = 0; i < others.length; i++) { var other = others[i]; @@ -2864,7 +2875,7 @@ var Harness; } } }; - Type.prototype.assertNotAssignmentCompatibleWith = function (others) { + proto_11.assertNotAssignmentCompatibleWith = function (others) { others = this.normalizeToArray(others); for (var i = 0; i < others.length; i++) { var other = others[i]; @@ -2873,7 +2884,7 @@ var Harness; } } }; - Type.prototype.assertThisCanBeAssignedTo = function (desc, these, notThese) { + proto_11.assertThisCanBeAssignedTo = function (desc, these, notThese) { var _this = this; it(desc + " is assignable to ", function () { _this.assertAssignmentCompatibleWith(these); @@ -2892,7 +2903,8 @@ var Harness; this.string = this.get('var x : string', 'x'); this.boolean = this.get('var x : boolean', 'x'); } - TypeFactory.prototype.get = function (code, target) { + var proto_12 = TypeFactory.prototype; + proto_12.get = function (code, target) { var targetIdentifier = ''; var targetPosition = -1; if (typeof target === "string") { @@ -2968,7 +2980,7 @@ var Harness; return matchingIdentifiers[0]; } }; - TypeFactory.prototype.getTypeInfoName = function (ast) { + proto_12.getTypeInfoName = function (ast) { var name = ''; switch (ast.nodeType) { case TypeScript.NodeType.Name: // Type Name? @@ -3017,7 +3029,7 @@ var Harness; } return name; }; - TypeFactory.prototype.isOfType = function (expr, expectedType) { + proto_12.isOfType = function (expr, expectedType) { var actualType = this.get('var _v_a_r_ = ' + expr, '_v_a_r_'); it('Expression "' + expr + '" is of type "' + expectedType + '"', function () { assert.equal(actualType.type, expectedType); @@ -3422,13 +3434,14 @@ var Harness; this.editRanges = []; this.version = 1; } - ScriptInfo.prototype.updateContent = function (content, isResident) { + var proto_13 = ScriptInfo.prototype; + proto_13.updateContent = function (content, isResident) { this.editRanges = []; this.content = content; this.isResident = isResident; this.version++; }; - ScriptInfo.prototype.editContent = function (minChar, limChar, newText) { + proto_13.editContent = function (minChar, limChar, newText) { // Apply edits var prefix = this.content.substring(0, minChar); var middle = newText; @@ -3445,7 +3458,7 @@ var Harness; // Update version # this.version++; }; - ScriptInfo.prototype.getEditRangeSinceVersion = function (version) { + proto_13.getEditRangeSinceVersion = function (version) { if (this.version == version) { // No edits! return null; @@ -3470,20 +3483,21 @@ var Harness; this.scripts = []; this.maxScriptVersions = 100; } - TypeScriptLS.prototype.addDefaultLibrary = function () { + var proto_14 = TypeScriptLS.prototype; + proto_14.addDefaultLibrary = function () { this.addScript("lib.d.ts", Harness.Compiler.libText, true); }; - TypeScriptLS.prototype.addFile = function (name, isResident) { + proto_14.addFile = function (name, isResident) { if (isResident === void 0) { isResident = false; } var code = readFile(name); this.addScript(name, code, isResident); }; - TypeScriptLS.prototype.addScript = function (name, content, isResident) { + proto_14.addScript = function (name, content, isResident) { if (isResident === void 0) { isResident = false; } var script = new ScriptInfo(name, content, isResident, this.maxScriptVersions); this.scripts.push(script); }; - TypeScriptLS.prototype.updateScript = function (name, content, isResident) { + proto_14.updateScript = function (name, content, isResident) { if (isResident === void 0) { isResident = false; } for (var i = 0; i < this.scripts.length; i++) { if (this.scripts[i].name == name) { @@ -3493,7 +3507,7 @@ var Harness; } this.addScript(name, content, isResident); }; - TypeScriptLS.prototype.editScript = function (name, minChar, limChar, newText) { + proto_14.editScript = function (name, minChar, limChar, newText) { for (var i = 0; i < this.scripts.length; i++) { if (this.scripts[i].name == name) { this.scripts[i].editContent(minChar, limChar, newText); @@ -3502,46 +3516,46 @@ var Harness; } throw new Error("No script with name '" + name + "'"); }; - TypeScriptLS.prototype.getScriptContent = function (scriptIndex) { + proto_14.getScriptContent = function (scriptIndex) { return this.scripts[scriptIndex].content; }; ////////////////////////////////////////////////////////////////////// // ILogger implementation // - TypeScriptLS.prototype.information = function () { return false; }; - TypeScriptLS.prototype.debug = function () { return true; }; - TypeScriptLS.prototype.warning = function () { return true; }; - TypeScriptLS.prototype.error = function () { return true; }; - TypeScriptLS.prototype.fatal = function () { return true; }; - TypeScriptLS.prototype.log = function (s) { + proto_14.information = function () { return false; }; + proto_14.debug = function () { return true; }; + proto_14.warning = function () { return true; }; + proto_14.error = function () { return true; }; + proto_14.fatal = function () { return true; }; + proto_14.log = function (s) { // For debugging... //IO.printLine("TypeScriptLS:" + s); }; ////////////////////////////////////////////////////////////////////// // ILanguageServiceShimHost implementation // - TypeScriptLS.prototype.getCompilationSettings = function () { + proto_14.getCompilationSettings = function () { return ""; // i.e. default settings }; - TypeScriptLS.prototype.getScriptCount = function () { + proto_14.getScriptCount = function () { return this.scripts.length; }; - TypeScriptLS.prototype.getScriptSourceText = function (scriptIndex, start, end) { + proto_14.getScriptSourceText = function (scriptIndex, start, end) { return this.scripts[scriptIndex].content.substring(start, end); }; - TypeScriptLS.prototype.getScriptSourceLength = function (scriptIndex) { + proto_14.getScriptSourceLength = function (scriptIndex) { return this.scripts[scriptIndex].content.length; }; - TypeScriptLS.prototype.getScriptId = function (scriptIndex) { + proto_14.getScriptId = function (scriptIndex) { return this.scripts[scriptIndex].name; }; - TypeScriptLS.prototype.getScriptIsResident = function (scriptIndex) { + proto_14.getScriptIsResident = function (scriptIndex) { return this.scripts[scriptIndex].isResident; }; - TypeScriptLS.prototype.getScriptVersion = function (scriptIndex) { + proto_14.getScriptVersion = function (scriptIndex) { return this.scripts[scriptIndex].version; }; - TypeScriptLS.prototype.getScriptEditRangeSinceVersion = function (scriptIndex, scriptVersion) { + proto_14.getScriptEditRangeSinceVersion = function (scriptIndex, scriptVersion) { var range = this.scripts[scriptIndex].getEditRangeSinceVersion(scriptVersion); var result = (range.minChar + "," + range.limChar + "," + range.delta); return result; @@ -3549,14 +3563,14 @@ var Harness; /** Return a new instance of the language service shim, up-to-date wrt to typecheck. * To access the non-shim (i.e. actual) language service, use the "ls.languageService" property. */ - TypeScriptLS.prototype.getLanguageService = function () { + proto_14.getLanguageService = function () { var ls = new Services.TypeScriptServicesFactory().createLanguageServiceShim(this); ls.refresh(true); this.ls = ls; return ls; }; /** Parse file given its source text */ - TypeScriptLS.prototype.parseSourceText = function (fileName, sourceText) { + proto_14.parseSourceText = function (fileName, sourceText) { var parser = new TypeScript.Parser(); parser.setErrorRecovery(null); parser.errorCallback = function (a, b, c, d) { }; @@ -3564,7 +3578,7 @@ var Harness; return script; }; /** Parse a file on disk given its filename */ - TypeScriptLS.prototype.parseFile = function (fileName) { + proto_14.parseFile = function (fileName) { var sourceText = new TypeScript.StringSourceText(IO.readFile(fileName)); return this.parseSourceText(fileName, sourceText); }; @@ -3572,7 +3586,7 @@ var Harness; * @param line 1 based index * @param col 1 based index */ - TypeScriptLS.prototype.lineColToPosition = function (fileName, line, col) { + proto_14.lineColToPosition = function (fileName, line, col) { var script = this.ls.languageService.getScriptAST(fileName); assert.notNull(script); assert.is(line >= 1); @@ -3584,7 +3598,7 @@ var Harness; * @param line 0 based index * @param col 0 based index */ - TypeScriptLS.prototype.positionToZeroBasedLineCol = function (fileName, position) { + proto_14.positionToZeroBasedLineCol = function (fileName, position) { var script = this.ls.languageService.getScriptAST(fileName); assert.notNull(script); var result = TypeScript.getZeroBasedLineColumnFromPosition(script, position); @@ -3593,7 +3607,7 @@ var Harness; return result; }; /** Verify that applying edits to sourceFileName result in the content of the file baselineFileName */ - TypeScriptLS.prototype.checkEdits = function (sourceFileName, baselineFileName, edits) { + proto_14.checkEdits = function (sourceFileName, baselineFileName, edits) { var script = readFile(sourceFileName); var formattedScript = this.applyEdits(script, edits); var baseline = readFile(baselineFileName); @@ -3601,7 +3615,7 @@ var Harness; assert.equal(formattedScript, baseline); }; /** Apply an array of text edits to a string, and return the resulting string. */ - TypeScriptLS.prototype.applyEdits = function (content, edits) { + proto_14.applyEdits = function (content, edits) { var result = content; edits = this.normalizeEdits(edits); for (var i = edits.length - 1; i >= 0; i--) { @@ -3614,7 +3628,7 @@ var Harness; return result; }; /** Normalize an array of edits by removing overlapping entries and sorting entries on the minChar position. */ - TypeScriptLS.prototype.normalizeEdits = function (edits) { + proto_14.normalizeEdits = function (edits) { var result = []; function mapEdits(edits) { var result = []; @@ -3660,7 +3674,7 @@ var Harness; } return result; }; - TypeScriptLS.prototype.getHostSettings = function () { + proto_14.getHostSettings = function () { return JSON.stringify({ usePullLanguageService: Harness.usePull }); }; return TypeScriptLS; diff --git a/tests/baselines/reference/parserindenter.js b/tests/baselines/reference/parserindenter.js index da91d0cc92e61..d71696fa91eec 100644 --- a/tests/baselines/reference/parserindenter.js +++ b/tests/baselines/reference/parserindenter.js @@ -776,7 +776,8 @@ var Formatting; this.ApplyScriptBlockIndentation(this.languageHostIndentation, this.tree); this.FillInheritedIndentation(this.tree); } - Indenter.prototype.GetIndentationEdits = function (token, nextToken, node, sameLineIndent) { + var proto_1 = Indenter.prototype; + proto_1.GetIndentationEdits = function (token, nextToken, node, sameLineIndent) { if (this.logger.information()) { this.logger.log("GetIndentationEdits(" + "t1=[" + token.Span.startPosition() + "," + token.Span.endPosition() + "], " + @@ -792,7 +793,7 @@ var Formatting; } return result; }; - Indenter.prototype.GetIndentationEditsWorker = function (token, nextToken, node, sameLineIndent) { + proto_1.GetIndentationEditsWorker = function (token, nextToken, node, sameLineIndent) { var result = new List_TextEditInfo(); var indentationInfo = null; // This handles the case: @@ -865,7 +866,7 @@ var Formatting; } return result; }; - Indenter.prototype.GetCommentIndentationEdits = function (token) { + proto_1.GetCommentIndentationEdits = function (token) { var result = new List_TextEditInfo(); if (token.Token != AuthorTokenKind.atkComment) return result; @@ -909,7 +910,7 @@ var Formatting; } return indentSize; }; - Indenter.prototype.GetSpecialCaseIndentation = function (token, node) { + proto_1.GetSpecialCaseIndentation = function (token, node) { var indentationInfo = null; switch (token.Token) { case AuthorTokenKind.atkLCurly: // { is not part of the tree @@ -939,7 +940,7 @@ var Formatting; return indentationInfo; } }; - Indenter.prototype.GetSpecialCaseIndentationForLCurly = function (node) { + proto_1.GetSpecialCaseIndentationForLCurly = function (node) { var indentationInfo = null; if (node.AuthorNode.Details.Kind == AuthorParseNodeKind.apnkFncDecl || node.AuthorNode.EdgeLabel == AuthorParseNodeEdge.apneThen || node.AuthorNode.EdgeLabel == AuthorParseNodeEdge.apneElse) { @@ -955,7 +956,7 @@ var Formatting; indentationInfo = node.GetEffectiveIndentation(this); return indentationInfo; }; - Indenter.prototype.GetSpecialCaseIndentationForSemicolon = function (token, node) { + proto_1.GetSpecialCaseIndentationForSemicolon = function (token, node) { var indentationInfo = null; if (this.smartIndent) { indentationInfo = node.GetEffectiveChildrenIndentation(this); @@ -975,7 +976,7 @@ var Formatting; } return null; }; - Indenter.prototype.GetSpecialCaseIndentationForComment = function (token, node) { + proto_1.GetSpecialCaseIndentationForComment = function (token, node) { var indentationInfo = null; // Only indent line comment and the first line of block comment var twoCharSpan = token.Span.Intersection(new Span(token.Span.startPosition(), 2)); @@ -991,7 +992,7 @@ var Formatting; } return indentationInfo; }; - Indenter.prototype.CanIndentComment = function (token, node) { + proto_1.CanIndentComment = function (token, node) { switch (node.AuthorNode.Details.Kind) { case AuthorParseNodeKind.apnkProg: case AuthorParseNodeKind.apnkBlock: @@ -1022,7 +1023,7 @@ var Formatting; } return false; }; - Indenter.prototype.ApplyScriptBlockIndentation = function (languageHostIndentation, tree) { + proto_1.ApplyScriptBlockIndentation = function (languageHostIndentation, tree) { if (languageHostIndentation == null || tree.StartNodeSelf == null) return; var scriptBlockIndentation = this.ApplyIndentationLevel(languageHostIndentation, 1); @@ -1063,7 +1064,7 @@ var Formatting; // The root is the program. tree.Root.SetIndentationOverride(scriptBlockIndentation); }; - Indenter.prototype.GetIndentEdit = function (indentInfo, tokenStartPosition, sameLineIndent) { + proto_1.GetIndentEdit = function (indentInfo, tokenStartPosition, sameLineIndent) { var indentText = this.ApplyIndentationLevel(indentInfo.Prefix, indentInfo.Level); if (sameLineIndent) { return new TextEditInfo(tokenStartPosition, 0, indentText); @@ -1088,7 +1089,7 @@ var Formatting; } return null; }; - Indenter.prototype.ApplyIndentationLevel = function (existingIndentation, level) { + proto_1.ApplyIndentationLevel = function (existingIndentation, level) { var indentSize = this.editorOptions.IndentSize; var tabSize = this.editorOptions.TabSize; var convertTabsToSpaces = this.editorOptions.ConvertTabsToSpaces; @@ -1111,7 +1112,7 @@ var Formatting; var totalIndentSize = level * indentSize; return this.GetIndentString(existingIndentation, totalIndentSize, tabSize, convertTabsToSpaces); }; - Indenter.prototype.GetIndentString = function (prefix, totalIndentSize, tabSize, convertTabsToSpaces) { + proto_1.GetIndentString = function (prefix, totalIndentSize, tabSize, convertTabsToSpaces) { var tabString = convertTabsToSpaces ? StringUtils.create(' ', tabSize) : "\t"; var text = ""; if (!StringUtils.IsNullOrEmpty(prefix)) @@ -1129,7 +1130,7 @@ var Formatting; } return text; }; - Indenter.prototype.ApplyIndentationDeltaFromParent = function (token, node) { + proto_1.ApplyIndentationDeltaFromParent = function (token, node) { var indentationInfo = null; var indentableParent = node; while (indentableParent != null && !indentableParent.CanIndent()) @@ -1142,7 +1143,7 @@ var Formatting; } return indentationInfo; }; - Indenter.prototype.ApplyIndentationDelta1 = function (tokenStartPosition, delta) { + proto_1.ApplyIndentationDelta1 = function (tokenStartPosition, delta) { // Get current indentation var snapshotLine = this.snapshot.GetLineFromPosition(tokenStartPosition); var currentIndentSpan = new Span(snapshotLine.startPosition(), tokenStartPosition - snapshotLine.startPosition()); @@ -1150,7 +1151,7 @@ var Formatting; // Calculate new indentation from current-indentation and delta return this.ApplyIndentationDelta2(currentIndent, delta); }; - Indenter.prototype.ApplyIndentationDelta2 = function (currentIndent, delta) { + proto_1.ApplyIndentationDelta2 = function (currentIndent, delta) { if (delta == 0) return null; var currentIndentSize = Indenter.GetIndentSizeFromIndentText(currentIndent, this.editorOptions); @@ -1164,7 +1165,7 @@ var Formatting; } return null; }; - Indenter.prototype.GetIndentationDelta = function (tokenStartPosition, childTokenStartPosition /*?*/) { + proto_1.GetIndentationDelta = function (tokenStartPosition, childTokenStartPosition /*?*/) { Debug.Assert(childTokenStartPosition !== undefined, "Error: caller must pass 'null' for undefined position"); var indentationDeltaSize = this.offsetIndentationDeltas.GetValue(tokenStartPosition); if (indentationDeltaSize === null) { @@ -1202,7 +1203,7 @@ var Formatting; } return indentationDeltaSize; }; - Indenter.prototype.FillInheritedIndentation = function (tree) { + proto_1.FillInheritedIndentation = function (tree) { var offset = -1; var indentNode = null; if (tree.StartNodeSelf != null) { @@ -1282,7 +1283,7 @@ var Formatting; } while (indentNode != null); } }; - Indenter.prototype.GetLineIndentationForOffset = function (offset) { + proto_1.GetLineIndentationForOffset = function (offset) { var indentationEdit; // First check if we already have indentation info in our indentation bag indentationEdit = this.indentationBag.FindIndent(offset); @@ -1300,7 +1301,7 @@ var Formatting; return lineText.substr(0, index); } }; - Indenter.prototype.RegisterIndentation = function (indent, sameLineIndent) { + proto_1.RegisterIndentation = function (indent, sameLineIndent) { var indentationInfo = null; if (sameLineIndent) { // Consider the original indentation from the beginning of the line up to the indent position (or really the token position) @@ -1313,10 +1314,10 @@ var Formatting; } this.indentationBag.AddIndent(indentationInfo); }; - Indenter.prototype.RegisterIndentation2 = function (position, indent) { + proto_1.RegisterIndentation2 = function (position, indent) { this.RegisterIndentation(new TextEditInfo(position, 0, indent), false); }; - Indenter.prototype.AdjustStartOffsetIfNeeded = function (token, node) { + proto_1.AdjustStartOffsetIfNeeded = function (token, node) { if (token == null) return; var updateStartOffset = false; @@ -1335,7 +1336,7 @@ var Formatting; ParseNodeExtensions.SetNodeSpan(node, token.Span.startPosition(), node.AuthorNode.Details.EndOffset); } }; - Indenter.prototype.IsMultiLineString = function (token) { + proto_1.IsMultiLineString = function (token) { return token.tokenID === TypeScript.TokenID.StringLiteral && this.snapshot.GetLineNumberFromPosition(token.Span.endPosition()) > this.snapshot.GetLineNumberFromPosition(token.Span.startPosition()); }; diff --git a/tests/baselines/reference/parsingClassRecoversWhenHittingUnexpectedSemicolon.js b/tests/baselines/reference/parsingClassRecoversWhenHittingUnexpectedSemicolon.js index f3351eba4853a..2b83d2ddf668f 100644 --- a/tests/baselines/reference/parsingClassRecoversWhenHittingUnexpectedSemicolon.js +++ b/tests/baselines/reference/parsingClassRecoversWhenHittingUnexpectedSemicolon.js @@ -9,7 +9,8 @@ class C { var C = /** @class */ (function () { function C() { } - C.prototype.f = function () { }; + var proto_1 = C.prototype; + proto_1.f = function () { }; ; return C; }()); diff --git a/tests/baselines/reference/primitiveMembers.js b/tests/baselines/reference/primitiveMembers.js index 37a92e416175a..d234d01138f10 100644 --- a/tests/baselines/reference/primitiveMembers.js +++ b/tests/baselines/reference/primitiveMembers.js @@ -64,7 +64,8 @@ var n3 = 5 || {}; var baz = /** @class */ (function () { function baz() { } - baz.prototype.bar = function () { }; + var proto_1 = baz.prototype; + proto_1.bar = function () { }; ; return baz; }()); @@ -73,7 +74,8 @@ var foo = /** @class */ (function (_super) { function foo() { return _super !== null && _super.apply(this, arguments) || this; } - foo.prototype.bar = function () { return undefined; }; + var proto_2 = foo.prototype; + proto_2.bar = function () { return undefined; }; ; return foo; }(baz)); diff --git a/tests/baselines/reference/privacyAccessorDeclFile.js b/tests/baselines/reference/privacyAccessorDeclFile.js index a7eb6296f5c8e..d3e985872eba0 100644 --- a/tests/baselines/reference/privacyAccessorDeclFile.js +++ b/tests/baselines/reference/privacyAccessorDeclFile.js @@ -1075,6 +1075,7 @@ exports.publicClass = publicClass; var publicClassWithWithPrivateGetAccessorTypes = /** @class */ (function () { function publicClassWithWithPrivateGetAccessorTypes() { } + var proto_1 = publicClassWithWithPrivateGetAccessorTypes.prototype; Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -1089,14 +1090,14 @@ var publicClassWithWithPrivateGetAccessorTypes = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_1, "myPublicMethod", { get: function () { return null; }, enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes.prototype, "myPrivateMethod", { + Object.defineProperty(proto_1, "myPrivateMethod", { get: function () { return null; }, @@ -1117,14 +1118,14 @@ var publicClassWithWithPrivateGetAccessorTypes = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes.prototype, "myPublicMethod1", { + Object.defineProperty(proto_1, "myPublicMethod1", { get: function () { return new privateClass(); }, enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes.prototype, "myPrivateMethod1", { + Object.defineProperty(proto_1, "myPrivateMethod1", { get: function () { return new privateClass(); }, @@ -1137,6 +1138,7 @@ exports.publicClassWithWithPrivateGetAccessorTypes = publicClassWithWithPrivateG var publicClassWithWithPublicGetAccessorTypes = /** @class */ (function () { function publicClassWithWithPublicGetAccessorTypes() { } + var proto_2 = publicClassWithWithPublicGetAccessorTypes.prototype; Object.defineProperty(publicClassWithWithPublicGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -1151,14 +1153,14 @@ var publicClassWithWithPublicGetAccessorTypes = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPublicGetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_2, "myPublicMethod", { get: function () { return null; }, enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPublicGetAccessorTypes.prototype, "myPrivateMethod", { + Object.defineProperty(proto_2, "myPrivateMethod", { get: function () { return null; }, @@ -1179,14 +1181,14 @@ var publicClassWithWithPublicGetAccessorTypes = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPublicGetAccessorTypes.prototype, "myPublicMethod1", { + Object.defineProperty(proto_2, "myPublicMethod1", { get: function () { return new publicClass(); }, enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPublicGetAccessorTypes.prototype, "myPrivateMethod1", { + Object.defineProperty(proto_2, "myPrivateMethod1", { get: function () { return new publicClass(); }, @@ -1199,6 +1201,7 @@ exports.publicClassWithWithPublicGetAccessorTypes = publicClassWithWithPublicGet var privateClassWithWithPrivateGetAccessorTypes = /** @class */ (function () { function privateClassWithWithPrivateGetAccessorTypes() { } + var proto_3 = privateClassWithWithPrivateGetAccessorTypes.prototype; Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -1213,14 +1216,14 @@ var privateClassWithWithPrivateGetAccessorTypes = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_3, "myPublicMethod", { get: function () { return null; }, enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes.prototype, "myPrivateMethod", { + Object.defineProperty(proto_3, "myPrivateMethod", { get: function () { return null; }, @@ -1241,14 +1244,14 @@ var privateClassWithWithPrivateGetAccessorTypes = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes.prototype, "myPublicMethod1", { + Object.defineProperty(proto_3, "myPublicMethod1", { get: function () { return new privateClass(); }, enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes.prototype, "myPrivateMethod1", { + Object.defineProperty(proto_3, "myPrivateMethod1", { get: function () { return new privateClass(); }, @@ -1260,6 +1263,7 @@ var privateClassWithWithPrivateGetAccessorTypes = /** @class */ (function () { var privateClassWithWithPublicGetAccessorTypes = /** @class */ (function () { function privateClassWithWithPublicGetAccessorTypes() { } + var proto_4 = privateClassWithWithPublicGetAccessorTypes.prototype; Object.defineProperty(privateClassWithWithPublicGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -1274,14 +1278,14 @@ var privateClassWithWithPublicGetAccessorTypes = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPublicGetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_4, "myPublicMethod", { get: function () { return null; }, enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPublicGetAccessorTypes.prototype, "myPrivateMethod", { + Object.defineProperty(proto_4, "myPrivateMethod", { get: function () { return null; }, @@ -1302,14 +1306,14 @@ var privateClassWithWithPublicGetAccessorTypes = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPublicGetAccessorTypes.prototype, "myPublicMethod1", { + Object.defineProperty(proto_4, "myPublicMethod1", { get: function () { return new publicClass(); }, enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPublicGetAccessorTypes.prototype, "myPrivateMethod1", { + Object.defineProperty(proto_4, "myPrivateMethod1", { get: function () { return new publicClass(); }, @@ -1321,6 +1325,7 @@ var privateClassWithWithPublicGetAccessorTypes = /** @class */ (function () { var publicClassWithWithPrivateSetAccessorTypes = /** @class */ (function () { function publicClassWithWithPrivateSetAccessorTypes() { } + var proto_5 = publicClassWithWithPrivateSetAccessorTypes.prototype; Object.defineProperty(publicClassWithWithPrivateSetAccessorTypes, "myPublicStaticMethod", { set: function (param) { }, @@ -1333,13 +1338,13 @@ var publicClassWithWithPrivateSetAccessorTypes = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPrivateSetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_5, "myPublicMethod", { set: function (param) { }, enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPrivateSetAccessorTypes.prototype, "myPrivateMethod", { + Object.defineProperty(proto_5, "myPrivateMethod", { set: function (param) { }, enumerable: true, @@ -1351,6 +1356,7 @@ exports.publicClassWithWithPrivateSetAccessorTypes = publicClassWithWithPrivateS var publicClassWithWithPublicSetAccessorTypes = /** @class */ (function () { function publicClassWithWithPublicSetAccessorTypes() { } + var proto_6 = publicClassWithWithPublicSetAccessorTypes.prototype; Object.defineProperty(publicClassWithWithPublicSetAccessorTypes, "myPublicStaticMethod", { set: function (param) { }, @@ -1363,13 +1369,13 @@ var publicClassWithWithPublicSetAccessorTypes = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPublicSetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_6, "myPublicMethod", { set: function (param) { }, enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPublicSetAccessorTypes.prototype, "myPrivateMethod", { + Object.defineProperty(proto_6, "myPrivateMethod", { set: function (param) { }, enumerable: true, @@ -1381,6 +1387,7 @@ exports.publicClassWithWithPublicSetAccessorTypes = publicClassWithWithPublicSet var privateClassWithWithPrivateSetAccessorTypes = /** @class */ (function () { function privateClassWithWithPrivateSetAccessorTypes() { } + var proto_7 = privateClassWithWithPrivateSetAccessorTypes.prototype; Object.defineProperty(privateClassWithWithPrivateSetAccessorTypes, "myPublicStaticMethod", { set: function (param) { }, @@ -1393,13 +1400,13 @@ var privateClassWithWithPrivateSetAccessorTypes = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPrivateSetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_7, "myPublicMethod", { set: function (param) { }, enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPrivateSetAccessorTypes.prototype, "myPrivateMethod", { + Object.defineProperty(proto_7, "myPrivateMethod", { set: function (param) { }, enumerable: true, @@ -1410,6 +1417,7 @@ var privateClassWithWithPrivateSetAccessorTypes = /** @class */ (function () { var privateClassWithWithPublicSetAccessorTypes = /** @class */ (function () { function privateClassWithWithPublicSetAccessorTypes() { } + var proto_8 = privateClassWithWithPublicSetAccessorTypes.prototype; Object.defineProperty(privateClassWithWithPublicSetAccessorTypes, "myPublicStaticMethod", { set: function (param) { }, @@ -1422,13 +1430,13 @@ var privateClassWithWithPublicSetAccessorTypes = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPublicSetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_8, "myPublicMethod", { set: function (param) { }, enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPublicSetAccessorTypes.prototype, "myPrivateMethod", { + Object.defineProperty(proto_8, "myPrivateMethod", { set: function (param) { }, enumerable: true, @@ -1439,6 +1447,7 @@ var privateClassWithWithPublicSetAccessorTypes = /** @class */ (function () { var publicClassWithPrivateModuleGetAccessorTypes = /** @class */ (function () { function publicClassWithPrivateModuleGetAccessorTypes() { } + var proto_9 = publicClassWithPrivateModuleGetAccessorTypes.prototype; Object.defineProperty(publicClassWithPrivateModuleGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -1446,7 +1455,7 @@ var publicClassWithPrivateModuleGetAccessorTypes = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithPrivateModuleGetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_9, "myPublicMethod", { get: function () { return null; }, @@ -1460,7 +1469,7 @@ var publicClassWithPrivateModuleGetAccessorTypes = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithPrivateModuleGetAccessorTypes.prototype, "myPublicMethod1", { + Object.defineProperty(proto_9, "myPublicMethod1", { get: function () { return new privateModule.publicClass(); }, @@ -1491,6 +1500,7 @@ exports.publicClassWithPrivateModuleSetAccessorTypes = publicClassWithPrivateMod var privateClassWithPrivateModuleGetAccessorTypes = /** @class */ (function () { function privateClassWithPrivateModuleGetAccessorTypes() { } + var proto_10 = privateClassWithPrivateModuleGetAccessorTypes.prototype; Object.defineProperty(privateClassWithPrivateModuleGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -1498,7 +1508,7 @@ var privateClassWithPrivateModuleGetAccessorTypes = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithPrivateModuleGetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_10, "myPublicMethod", { get: function () { return null; }, @@ -1512,7 +1522,7 @@ var privateClassWithPrivateModuleGetAccessorTypes = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithPrivateModuleGetAccessorTypes.prototype, "myPublicMethod1", { + Object.defineProperty(proto_10, "myPublicMethod1", { get: function () { return new privateModule.publicClass(); }, @@ -1554,6 +1564,7 @@ var publicModule; var publicClassWithWithPrivateGetAccessorTypes = /** @class */ (function () { function publicClassWithWithPrivateGetAccessorTypes() { } + var proto_11 = publicClassWithWithPrivateGetAccessorTypes.prototype; Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -1568,14 +1579,14 @@ var publicModule; enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_11, "myPublicMethod", { get: function () { return null; }, enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes.prototype, "myPrivateMethod", { + Object.defineProperty(proto_11, "myPrivateMethod", { get: function () { return null; }, @@ -1596,14 +1607,14 @@ var publicModule; enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes.prototype, "myPublicMethod1", { + Object.defineProperty(proto_11, "myPublicMethod1", { get: function () { return new privateClass(); }, enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes.prototype, "myPrivateMethod1", { + Object.defineProperty(proto_11, "myPrivateMethod1", { get: function () { return new privateClass(); }, @@ -1616,6 +1627,7 @@ var publicModule; var publicClassWithWithPublicGetAccessorTypes = /** @class */ (function () { function publicClassWithWithPublicGetAccessorTypes() { } + var proto_12 = publicClassWithWithPublicGetAccessorTypes.prototype; Object.defineProperty(publicClassWithWithPublicGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -1630,14 +1642,14 @@ var publicModule; enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPublicGetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_12, "myPublicMethod", { get: function () { return null; }, enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPublicGetAccessorTypes.prototype, "myPrivateMethod", { + Object.defineProperty(proto_12, "myPrivateMethod", { get: function () { return null; }, @@ -1658,14 +1670,14 @@ var publicModule; enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPublicGetAccessorTypes.prototype, "myPublicMethod1", { + Object.defineProperty(proto_12, "myPublicMethod1", { get: function () { return new publicClass(); }, enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPublicGetAccessorTypes.prototype, "myPrivateMethod1", { + Object.defineProperty(proto_12, "myPrivateMethod1", { get: function () { return new publicClass(); }, @@ -1678,6 +1690,7 @@ var publicModule; var privateClassWithWithPrivateGetAccessorTypes = /** @class */ (function () { function privateClassWithWithPrivateGetAccessorTypes() { } + var proto_13 = privateClassWithWithPrivateGetAccessorTypes.prototype; Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -1692,14 +1705,14 @@ var publicModule; enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_13, "myPublicMethod", { get: function () { return null; }, enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes.prototype, "myPrivateMethod", { + Object.defineProperty(proto_13, "myPrivateMethod", { get: function () { return null; }, @@ -1720,14 +1733,14 @@ var publicModule; enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes.prototype, "myPublicMethod1", { + Object.defineProperty(proto_13, "myPublicMethod1", { get: function () { return new privateClass(); }, enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes.prototype, "myPrivateMethod1", { + Object.defineProperty(proto_13, "myPrivateMethod1", { get: function () { return new privateClass(); }, @@ -1739,6 +1752,7 @@ var publicModule; var privateClassWithWithPublicGetAccessorTypes = /** @class */ (function () { function privateClassWithWithPublicGetAccessorTypes() { } + var proto_14 = privateClassWithWithPublicGetAccessorTypes.prototype; Object.defineProperty(privateClassWithWithPublicGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -1753,14 +1767,14 @@ var publicModule; enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPublicGetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_14, "myPublicMethod", { get: function () { return null; }, enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPublicGetAccessorTypes.prototype, "myPrivateMethod", { + Object.defineProperty(proto_14, "myPrivateMethod", { get: function () { return null; }, @@ -1781,14 +1795,14 @@ var publicModule; enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPublicGetAccessorTypes.prototype, "myPublicMethod1", { + Object.defineProperty(proto_14, "myPublicMethod1", { get: function () { return new publicClass(); }, enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPublicGetAccessorTypes.prototype, "myPrivateMethod1", { + Object.defineProperty(proto_14, "myPrivateMethod1", { get: function () { return new publicClass(); }, @@ -1800,6 +1814,7 @@ var publicModule; var publicClassWithWithPrivateSetAccessorTypes = /** @class */ (function () { function publicClassWithWithPrivateSetAccessorTypes() { } + var proto_15 = publicClassWithWithPrivateSetAccessorTypes.prototype; Object.defineProperty(publicClassWithWithPrivateSetAccessorTypes, "myPublicStaticMethod", { set: function (param) { }, @@ -1812,13 +1827,13 @@ var publicModule; enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPrivateSetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_15, "myPublicMethod", { set: function (param) { }, enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPrivateSetAccessorTypes.prototype, "myPrivateMethod", { + Object.defineProperty(proto_15, "myPrivateMethod", { set: function (param) { }, enumerable: true, @@ -1830,6 +1845,7 @@ var publicModule; var publicClassWithWithPublicSetAccessorTypes = /** @class */ (function () { function publicClassWithWithPublicSetAccessorTypes() { } + var proto_16 = publicClassWithWithPublicSetAccessorTypes.prototype; Object.defineProperty(publicClassWithWithPublicSetAccessorTypes, "myPublicStaticMethod", { set: function (param) { }, @@ -1842,13 +1858,13 @@ var publicModule; enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPublicSetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_16, "myPublicMethod", { set: function (param) { }, enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPublicSetAccessorTypes.prototype, "myPrivateMethod", { + Object.defineProperty(proto_16, "myPrivateMethod", { set: function (param) { }, enumerable: true, @@ -1860,6 +1876,7 @@ var publicModule; var privateClassWithWithPrivateSetAccessorTypes = /** @class */ (function () { function privateClassWithWithPrivateSetAccessorTypes() { } + var proto_17 = privateClassWithWithPrivateSetAccessorTypes.prototype; Object.defineProperty(privateClassWithWithPrivateSetAccessorTypes, "myPublicStaticMethod", { set: function (param) { }, @@ -1872,13 +1889,13 @@ var publicModule; enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPrivateSetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_17, "myPublicMethod", { set: function (param) { }, enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPrivateSetAccessorTypes.prototype, "myPrivateMethod", { + Object.defineProperty(proto_17, "myPrivateMethod", { set: function (param) { }, enumerable: true, @@ -1889,6 +1906,7 @@ var publicModule; var privateClassWithWithPublicSetAccessorTypes = /** @class */ (function () { function privateClassWithWithPublicSetAccessorTypes() { } + var proto_18 = privateClassWithWithPublicSetAccessorTypes.prototype; Object.defineProperty(privateClassWithWithPublicSetAccessorTypes, "myPublicStaticMethod", { set: function (param) { }, @@ -1901,13 +1919,13 @@ var publicModule; enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPublicSetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_18, "myPublicMethod", { set: function (param) { }, enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPublicSetAccessorTypes.prototype, "myPrivateMethod", { + Object.defineProperty(proto_18, "myPrivateMethod", { set: function (param) { }, enumerable: true, @@ -1918,6 +1936,7 @@ var publicModule; var publicClassWithPrivateModuleGetAccessorTypes = /** @class */ (function () { function publicClassWithPrivateModuleGetAccessorTypes() { } + var proto_19 = publicClassWithPrivateModuleGetAccessorTypes.prototype; Object.defineProperty(publicClassWithPrivateModuleGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -1925,7 +1944,7 @@ var publicModule; enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithPrivateModuleGetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_19, "myPublicMethod", { get: function () { return null; }, @@ -1939,7 +1958,7 @@ var publicModule; enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithPrivateModuleGetAccessorTypes.prototype, "myPublicMethod1", { + Object.defineProperty(proto_19, "myPublicMethod1", { get: function () { return new privateModule.publicClass(); }, @@ -1970,6 +1989,7 @@ var publicModule; var privateClassWithPrivateModuleGetAccessorTypes = /** @class */ (function () { function privateClassWithPrivateModuleGetAccessorTypes() { } + var proto_20 = privateClassWithPrivateModuleGetAccessorTypes.prototype; Object.defineProperty(privateClassWithPrivateModuleGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -1977,7 +1997,7 @@ var publicModule; enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithPrivateModuleGetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_20, "myPublicMethod", { get: function () { return null; }, @@ -1991,7 +2011,7 @@ var publicModule; enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithPrivateModuleGetAccessorTypes.prototype, "myPublicMethod1", { + Object.defineProperty(proto_20, "myPublicMethod1", { get: function () { return new privateModule.publicClass(); }, @@ -2034,6 +2054,7 @@ var privateModule; var publicClassWithWithPrivateGetAccessorTypes = /** @class */ (function () { function publicClassWithWithPrivateGetAccessorTypes() { } + var proto_21 = publicClassWithWithPrivateGetAccessorTypes.prototype; Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -2048,14 +2069,14 @@ var privateModule; enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_21, "myPublicMethod", { get: function () { return null; }, enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes.prototype, "myPrivateMethod", { + Object.defineProperty(proto_21, "myPrivateMethod", { get: function () { return null; }, @@ -2076,14 +2097,14 @@ var privateModule; enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes.prototype, "myPublicMethod1", { + Object.defineProperty(proto_21, "myPublicMethod1", { get: function () { return new privateClass(); }, enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes.prototype, "myPrivateMethod1", { + Object.defineProperty(proto_21, "myPrivateMethod1", { get: function () { return new privateClass(); }, @@ -2096,6 +2117,7 @@ var privateModule; var publicClassWithWithPublicGetAccessorTypes = /** @class */ (function () { function publicClassWithWithPublicGetAccessorTypes() { } + var proto_22 = publicClassWithWithPublicGetAccessorTypes.prototype; Object.defineProperty(publicClassWithWithPublicGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -2110,14 +2132,14 @@ var privateModule; enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPublicGetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_22, "myPublicMethod", { get: function () { return null; }, enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPublicGetAccessorTypes.prototype, "myPrivateMethod", { + Object.defineProperty(proto_22, "myPrivateMethod", { get: function () { return null; }, @@ -2138,14 +2160,14 @@ var privateModule; enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPublicGetAccessorTypes.prototype, "myPublicMethod1", { + Object.defineProperty(proto_22, "myPublicMethod1", { get: function () { return new publicClass(); }, enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPublicGetAccessorTypes.prototype, "myPrivateMethod1", { + Object.defineProperty(proto_22, "myPrivateMethod1", { get: function () { return new publicClass(); }, @@ -2158,6 +2180,7 @@ var privateModule; var privateClassWithWithPrivateGetAccessorTypes = /** @class */ (function () { function privateClassWithWithPrivateGetAccessorTypes() { } + var proto_23 = privateClassWithWithPrivateGetAccessorTypes.prototype; Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -2172,14 +2195,14 @@ var privateModule; enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_23, "myPublicMethod", { get: function () { return null; }, enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes.prototype, "myPrivateMethod", { + Object.defineProperty(proto_23, "myPrivateMethod", { get: function () { return null; }, @@ -2200,14 +2223,14 @@ var privateModule; enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes.prototype, "myPublicMethod1", { + Object.defineProperty(proto_23, "myPublicMethod1", { get: function () { return new privateClass(); }, enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes.prototype, "myPrivateMethod1", { + Object.defineProperty(proto_23, "myPrivateMethod1", { get: function () { return new privateClass(); }, @@ -2219,6 +2242,7 @@ var privateModule; var privateClassWithWithPublicGetAccessorTypes = /** @class */ (function () { function privateClassWithWithPublicGetAccessorTypes() { } + var proto_24 = privateClassWithWithPublicGetAccessorTypes.prototype; Object.defineProperty(privateClassWithWithPublicGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -2233,14 +2257,14 @@ var privateModule; enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPublicGetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_24, "myPublicMethod", { get: function () { return null; }, enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPublicGetAccessorTypes.prototype, "myPrivateMethod", { + Object.defineProperty(proto_24, "myPrivateMethod", { get: function () { return null; }, @@ -2261,14 +2285,14 @@ var privateModule; enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPublicGetAccessorTypes.prototype, "myPublicMethod1", { + Object.defineProperty(proto_24, "myPublicMethod1", { get: function () { return new publicClass(); }, enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPublicGetAccessorTypes.prototype, "myPrivateMethod1", { + Object.defineProperty(proto_24, "myPrivateMethod1", { get: function () { return new publicClass(); }, @@ -2280,6 +2304,7 @@ var privateModule; var publicClassWithWithPrivateSetAccessorTypes = /** @class */ (function () { function publicClassWithWithPrivateSetAccessorTypes() { } + var proto_25 = publicClassWithWithPrivateSetAccessorTypes.prototype; Object.defineProperty(publicClassWithWithPrivateSetAccessorTypes, "myPublicStaticMethod", { set: function (param) { }, @@ -2292,13 +2317,13 @@ var privateModule; enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPrivateSetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_25, "myPublicMethod", { set: function (param) { }, enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPrivateSetAccessorTypes.prototype, "myPrivateMethod", { + Object.defineProperty(proto_25, "myPrivateMethod", { set: function (param) { }, enumerable: true, @@ -2310,6 +2335,7 @@ var privateModule; var publicClassWithWithPublicSetAccessorTypes = /** @class */ (function () { function publicClassWithWithPublicSetAccessorTypes() { } + var proto_26 = publicClassWithWithPublicSetAccessorTypes.prototype; Object.defineProperty(publicClassWithWithPublicSetAccessorTypes, "myPublicStaticMethod", { set: function (param) { }, @@ -2322,13 +2348,13 @@ var privateModule; enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPublicSetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_26, "myPublicMethod", { set: function (param) { }, enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPublicSetAccessorTypes.prototype, "myPrivateMethod", { + Object.defineProperty(proto_26, "myPrivateMethod", { set: function (param) { }, enumerable: true, @@ -2340,6 +2366,7 @@ var privateModule; var privateClassWithWithPrivateSetAccessorTypes = /** @class */ (function () { function privateClassWithWithPrivateSetAccessorTypes() { } + var proto_27 = privateClassWithWithPrivateSetAccessorTypes.prototype; Object.defineProperty(privateClassWithWithPrivateSetAccessorTypes, "myPublicStaticMethod", { set: function (param) { }, @@ -2352,13 +2379,13 @@ var privateModule; enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPrivateSetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_27, "myPublicMethod", { set: function (param) { }, enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPrivateSetAccessorTypes.prototype, "myPrivateMethod", { + Object.defineProperty(proto_27, "myPrivateMethod", { set: function (param) { }, enumerable: true, @@ -2369,6 +2396,7 @@ var privateModule; var privateClassWithWithPublicSetAccessorTypes = /** @class */ (function () { function privateClassWithWithPublicSetAccessorTypes() { } + var proto_28 = privateClassWithWithPublicSetAccessorTypes.prototype; Object.defineProperty(privateClassWithWithPublicSetAccessorTypes, "myPublicStaticMethod", { set: function (param) { }, @@ -2381,13 +2409,13 @@ var privateModule; enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPublicSetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_28, "myPublicMethod", { set: function (param) { }, enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPublicSetAccessorTypes.prototype, "myPrivateMethod", { + Object.defineProperty(proto_28, "myPrivateMethod", { set: function (param) { }, enumerable: true, @@ -2398,6 +2426,7 @@ var privateModule; var publicClassWithPrivateModuleGetAccessorTypes = /** @class */ (function () { function publicClassWithPrivateModuleGetAccessorTypes() { } + var proto_29 = publicClassWithPrivateModuleGetAccessorTypes.prototype; Object.defineProperty(publicClassWithPrivateModuleGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -2405,7 +2434,7 @@ var privateModule; enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithPrivateModuleGetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_29, "myPublicMethod", { get: function () { return null; }, @@ -2419,7 +2448,7 @@ var privateModule; enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithPrivateModuleGetAccessorTypes.prototype, "myPublicMethod1", { + Object.defineProperty(proto_29, "myPublicMethod1", { get: function () { return new privateModule.publicClass(); }, @@ -2450,6 +2479,7 @@ var privateModule; var privateClassWithPrivateModuleGetAccessorTypes = /** @class */ (function () { function privateClassWithPrivateModuleGetAccessorTypes() { } + var proto_30 = privateClassWithPrivateModuleGetAccessorTypes.prototype; Object.defineProperty(privateClassWithPrivateModuleGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -2457,7 +2487,7 @@ var privateModule; enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithPrivateModuleGetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_30, "myPublicMethod", { get: function () { return null; }, @@ -2471,7 +2501,7 @@ var privateModule; enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithPrivateModuleGetAccessorTypes.prototype, "myPublicMethod1", { + Object.defineProperty(proto_30, "myPublicMethod1", { get: function () { return new privateModule.publicClass(); }, @@ -2507,6 +2537,7 @@ var publicClassInGlobal = /** @class */ (function () { var publicClassInGlobalWithPublicGetAccessorTypes = /** @class */ (function () { function publicClassInGlobalWithPublicGetAccessorTypes() { } + var proto_1 = publicClassInGlobalWithPublicGetAccessorTypes.prototype; Object.defineProperty(publicClassInGlobalWithPublicGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -2521,14 +2552,14 @@ var publicClassInGlobalWithPublicGetAccessorTypes = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(publicClassInGlobalWithPublicGetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_1, "myPublicMethod", { get: function () { return null; }, enumerable: true, configurable: true }); - Object.defineProperty(publicClassInGlobalWithPublicGetAccessorTypes.prototype, "myPrivateMethod", { + Object.defineProperty(proto_1, "myPrivateMethod", { get: function () { return null; }, @@ -2549,14 +2580,14 @@ var publicClassInGlobalWithPublicGetAccessorTypes = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(publicClassInGlobalWithPublicGetAccessorTypes.prototype, "myPublicMethod1", { + Object.defineProperty(proto_1, "myPublicMethod1", { get: function () { return new publicClassInGlobal(); }, enumerable: true, configurable: true }); - Object.defineProperty(publicClassInGlobalWithPublicGetAccessorTypes.prototype, "myPrivateMethod1", { + Object.defineProperty(proto_1, "myPrivateMethod1", { get: function () { return new publicClassInGlobal(); }, @@ -2568,6 +2599,7 @@ var publicClassInGlobalWithPublicGetAccessorTypes = /** @class */ (function () { var publicClassInGlobalWithWithPublicSetAccessorTypes = /** @class */ (function () { function publicClassInGlobalWithWithPublicSetAccessorTypes() { } + var proto_2 = publicClassInGlobalWithWithPublicSetAccessorTypes.prototype; Object.defineProperty(publicClassInGlobalWithWithPublicSetAccessorTypes, "myPublicStaticMethod", { set: function (param) { }, @@ -2580,13 +2612,13 @@ var publicClassInGlobalWithWithPublicSetAccessorTypes = /** @class */ (function enumerable: true, configurable: true }); - Object.defineProperty(publicClassInGlobalWithWithPublicSetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_2, "myPublicMethod", { set: function (param) { }, enumerable: true, configurable: true }); - Object.defineProperty(publicClassInGlobalWithWithPublicSetAccessorTypes.prototype, "myPrivateMethod", { + Object.defineProperty(proto_2, "myPrivateMethod", { set: function (param) { }, enumerable: true, @@ -2623,6 +2655,7 @@ var publicModuleInGlobal; var publicClassWithWithPrivateGetAccessorTypes = /** @class */ (function () { function publicClassWithWithPrivateGetAccessorTypes() { } + var proto_3 = publicClassWithWithPrivateGetAccessorTypes.prototype; Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -2637,14 +2670,14 @@ var publicModuleInGlobal; enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_3, "myPublicMethod", { get: function () { return null; }, enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes.prototype, "myPrivateMethod", { + Object.defineProperty(proto_3, "myPrivateMethod", { get: function () { return null; }, @@ -2665,14 +2698,14 @@ var publicModuleInGlobal; enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes.prototype, "myPublicMethod1", { + Object.defineProperty(proto_3, "myPublicMethod1", { get: function () { return new privateClass(); }, enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes.prototype, "myPrivateMethod1", { + Object.defineProperty(proto_3, "myPrivateMethod1", { get: function () { return new privateClass(); }, @@ -2685,6 +2718,7 @@ var publicModuleInGlobal; var publicClassWithWithPublicGetAccessorTypes = /** @class */ (function () { function publicClassWithWithPublicGetAccessorTypes() { } + var proto_4 = publicClassWithWithPublicGetAccessorTypes.prototype; Object.defineProperty(publicClassWithWithPublicGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -2699,14 +2733,14 @@ var publicModuleInGlobal; enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPublicGetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_4, "myPublicMethod", { get: function () { return null; }, enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPublicGetAccessorTypes.prototype, "myPrivateMethod", { + Object.defineProperty(proto_4, "myPrivateMethod", { get: function () { return null; }, @@ -2727,14 +2761,14 @@ var publicModuleInGlobal; enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPublicGetAccessorTypes.prototype, "myPublicMethod1", { + Object.defineProperty(proto_4, "myPublicMethod1", { get: function () { return new publicClass(); }, enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPublicGetAccessorTypes.prototype, "myPrivateMethod1", { + Object.defineProperty(proto_4, "myPrivateMethod1", { get: function () { return new publicClass(); }, @@ -2747,6 +2781,7 @@ var publicModuleInGlobal; var privateClassWithWithPrivateGetAccessorTypes = /** @class */ (function () { function privateClassWithWithPrivateGetAccessorTypes() { } + var proto_5 = privateClassWithWithPrivateGetAccessorTypes.prototype; Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -2761,14 +2796,14 @@ var publicModuleInGlobal; enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_5, "myPublicMethod", { get: function () { return null; }, enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes.prototype, "myPrivateMethod", { + Object.defineProperty(proto_5, "myPrivateMethod", { get: function () { return null; }, @@ -2789,14 +2824,14 @@ var publicModuleInGlobal; enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes.prototype, "myPublicMethod1", { + Object.defineProperty(proto_5, "myPublicMethod1", { get: function () { return new privateClass(); }, enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes.prototype, "myPrivateMethod1", { + Object.defineProperty(proto_5, "myPrivateMethod1", { get: function () { return new privateClass(); }, @@ -2808,6 +2843,7 @@ var publicModuleInGlobal; var privateClassWithWithPublicGetAccessorTypes = /** @class */ (function () { function privateClassWithWithPublicGetAccessorTypes() { } + var proto_6 = privateClassWithWithPublicGetAccessorTypes.prototype; Object.defineProperty(privateClassWithWithPublicGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -2822,14 +2858,14 @@ var publicModuleInGlobal; enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPublicGetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_6, "myPublicMethod", { get: function () { return null; }, enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPublicGetAccessorTypes.prototype, "myPrivateMethod", { + Object.defineProperty(proto_6, "myPrivateMethod", { get: function () { return null; }, @@ -2850,14 +2886,14 @@ var publicModuleInGlobal; enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPublicGetAccessorTypes.prototype, "myPublicMethod1", { + Object.defineProperty(proto_6, "myPublicMethod1", { get: function () { return new publicClass(); }, enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPublicGetAccessorTypes.prototype, "myPrivateMethod1", { + Object.defineProperty(proto_6, "myPrivateMethod1", { get: function () { return new publicClass(); }, @@ -2869,6 +2905,7 @@ var publicModuleInGlobal; var publicClassWithWithPrivateSetAccessorTypes = /** @class */ (function () { function publicClassWithWithPrivateSetAccessorTypes() { } + var proto_7 = publicClassWithWithPrivateSetAccessorTypes.prototype; Object.defineProperty(publicClassWithWithPrivateSetAccessorTypes, "myPublicStaticMethod", { set: function (param) { }, @@ -2881,13 +2918,13 @@ var publicModuleInGlobal; enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPrivateSetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_7, "myPublicMethod", { set: function (param) { }, enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPrivateSetAccessorTypes.prototype, "myPrivateMethod", { + Object.defineProperty(proto_7, "myPrivateMethod", { set: function (param) { }, enumerable: true, @@ -2899,6 +2936,7 @@ var publicModuleInGlobal; var publicClassWithWithPublicSetAccessorTypes = /** @class */ (function () { function publicClassWithWithPublicSetAccessorTypes() { } + var proto_8 = publicClassWithWithPublicSetAccessorTypes.prototype; Object.defineProperty(publicClassWithWithPublicSetAccessorTypes, "myPublicStaticMethod", { set: function (param) { }, @@ -2911,13 +2949,13 @@ var publicModuleInGlobal; enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPublicSetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_8, "myPublicMethod", { set: function (param) { }, enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPublicSetAccessorTypes.prototype, "myPrivateMethod", { + Object.defineProperty(proto_8, "myPrivateMethod", { set: function (param) { }, enumerable: true, @@ -2929,6 +2967,7 @@ var publicModuleInGlobal; var privateClassWithWithPrivateSetAccessorTypes = /** @class */ (function () { function privateClassWithWithPrivateSetAccessorTypes() { } + var proto_9 = privateClassWithWithPrivateSetAccessorTypes.prototype; Object.defineProperty(privateClassWithWithPrivateSetAccessorTypes, "myPublicStaticMethod", { set: function (param) { }, @@ -2941,13 +2980,13 @@ var publicModuleInGlobal; enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPrivateSetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_9, "myPublicMethod", { set: function (param) { }, enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPrivateSetAccessorTypes.prototype, "myPrivateMethod", { + Object.defineProperty(proto_9, "myPrivateMethod", { set: function (param) { }, enumerable: true, @@ -2958,6 +2997,7 @@ var publicModuleInGlobal; var privateClassWithWithPublicSetAccessorTypes = /** @class */ (function () { function privateClassWithWithPublicSetAccessorTypes() { } + var proto_10 = privateClassWithWithPublicSetAccessorTypes.prototype; Object.defineProperty(privateClassWithWithPublicSetAccessorTypes, "myPublicStaticMethod", { set: function (param) { }, @@ -2970,13 +3010,13 @@ var publicModuleInGlobal; enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPublicSetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_10, "myPublicMethod", { set: function (param) { }, enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPublicSetAccessorTypes.prototype, "myPrivateMethod", { + Object.defineProperty(proto_10, "myPrivateMethod", { set: function (param) { }, enumerable: true, @@ -2987,6 +3027,7 @@ var publicModuleInGlobal; var publicClassWithPrivateModuleGetAccessorTypes = /** @class */ (function () { function publicClassWithPrivateModuleGetAccessorTypes() { } + var proto_11 = publicClassWithPrivateModuleGetAccessorTypes.prototype; Object.defineProperty(publicClassWithPrivateModuleGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -2994,7 +3035,7 @@ var publicModuleInGlobal; enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithPrivateModuleGetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_11, "myPublicMethod", { get: function () { return null; }, @@ -3008,7 +3049,7 @@ var publicModuleInGlobal; enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithPrivateModuleGetAccessorTypes.prototype, "myPublicMethod1", { + Object.defineProperty(proto_11, "myPublicMethod1", { get: function () { return new privateModule.publicClass(); }, @@ -3039,6 +3080,7 @@ var publicModuleInGlobal; var privateClassWithPrivateModuleGetAccessorTypes = /** @class */ (function () { function privateClassWithPrivateModuleGetAccessorTypes() { } + var proto_12 = privateClassWithPrivateModuleGetAccessorTypes.prototype; Object.defineProperty(privateClassWithPrivateModuleGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -3046,7 +3088,7 @@ var publicModuleInGlobal; enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithPrivateModuleGetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_12, "myPublicMethod", { get: function () { return null; }, @@ -3060,7 +3102,7 @@ var publicModuleInGlobal; enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithPrivateModuleGetAccessorTypes.prototype, "myPublicMethod1", { + Object.defineProperty(proto_12, "myPublicMethod1", { get: function () { return new privateModule.publicClass(); }, @@ -3090,6 +3132,7 @@ var publicModuleInGlobal; var publicClassWithWithPrivateGetAccessorTypes = /** @class */ (function () { function publicClassWithWithPrivateGetAccessorTypes() { } + var proto_13 = publicClassWithWithPrivateGetAccessorTypes.prototype; Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -3104,14 +3147,14 @@ var publicModuleInGlobal; enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_13, "myPublicMethod", { get: function () { return null; }, enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes.prototype, "myPrivateMethod", { + Object.defineProperty(proto_13, "myPrivateMethod", { get: function () { return null; }, @@ -3132,14 +3175,14 @@ var publicModuleInGlobal; enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes.prototype, "myPublicMethod1", { + Object.defineProperty(proto_13, "myPublicMethod1", { get: function () { return new privateClass(); }, enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes.prototype, "myPrivateMethod1", { + Object.defineProperty(proto_13, "myPrivateMethod1", { get: function () { return new privateClass(); }, @@ -3152,6 +3195,7 @@ var publicModuleInGlobal; var publicClassWithWithPublicGetAccessorTypes = /** @class */ (function () { function publicClassWithWithPublicGetAccessorTypes() { } + var proto_14 = publicClassWithWithPublicGetAccessorTypes.prototype; Object.defineProperty(publicClassWithWithPublicGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -3166,14 +3210,14 @@ var publicModuleInGlobal; enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPublicGetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_14, "myPublicMethod", { get: function () { return null; }, enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPublicGetAccessorTypes.prototype, "myPrivateMethod", { + Object.defineProperty(proto_14, "myPrivateMethod", { get: function () { return null; }, @@ -3194,14 +3238,14 @@ var publicModuleInGlobal; enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPublicGetAccessorTypes.prototype, "myPublicMethod1", { + Object.defineProperty(proto_14, "myPublicMethod1", { get: function () { return new publicClass(); }, enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPublicGetAccessorTypes.prototype, "myPrivateMethod1", { + Object.defineProperty(proto_14, "myPrivateMethod1", { get: function () { return new publicClass(); }, @@ -3214,6 +3258,7 @@ var publicModuleInGlobal; var privateClassWithWithPrivateGetAccessorTypes = /** @class */ (function () { function privateClassWithWithPrivateGetAccessorTypes() { } + var proto_15 = privateClassWithWithPrivateGetAccessorTypes.prototype; Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -3228,14 +3273,14 @@ var publicModuleInGlobal; enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_15, "myPublicMethod", { get: function () { return null; }, enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes.prototype, "myPrivateMethod", { + Object.defineProperty(proto_15, "myPrivateMethod", { get: function () { return null; }, @@ -3256,14 +3301,14 @@ var publicModuleInGlobal; enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes.prototype, "myPublicMethod1", { + Object.defineProperty(proto_15, "myPublicMethod1", { get: function () { return new privateClass(); }, enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes.prototype, "myPrivateMethod1", { + Object.defineProperty(proto_15, "myPrivateMethod1", { get: function () { return new privateClass(); }, @@ -3275,6 +3320,7 @@ var publicModuleInGlobal; var privateClassWithWithPublicGetAccessorTypes = /** @class */ (function () { function privateClassWithWithPublicGetAccessorTypes() { } + var proto_16 = privateClassWithWithPublicGetAccessorTypes.prototype; Object.defineProperty(privateClassWithWithPublicGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -3289,14 +3335,14 @@ var publicModuleInGlobal; enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPublicGetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_16, "myPublicMethod", { get: function () { return null; }, enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPublicGetAccessorTypes.prototype, "myPrivateMethod", { + Object.defineProperty(proto_16, "myPrivateMethod", { get: function () { return null; }, @@ -3317,14 +3363,14 @@ var publicModuleInGlobal; enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPublicGetAccessorTypes.prototype, "myPublicMethod1", { + Object.defineProperty(proto_16, "myPublicMethod1", { get: function () { return new publicClass(); }, enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPublicGetAccessorTypes.prototype, "myPrivateMethod1", { + Object.defineProperty(proto_16, "myPrivateMethod1", { get: function () { return new publicClass(); }, @@ -3336,6 +3382,7 @@ var publicModuleInGlobal; var publicClassWithWithPrivateSetAccessorTypes = /** @class */ (function () { function publicClassWithWithPrivateSetAccessorTypes() { } + var proto_17 = publicClassWithWithPrivateSetAccessorTypes.prototype; Object.defineProperty(publicClassWithWithPrivateSetAccessorTypes, "myPublicStaticMethod", { set: function (param) { }, @@ -3348,13 +3395,13 @@ var publicModuleInGlobal; enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPrivateSetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_17, "myPublicMethod", { set: function (param) { }, enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPrivateSetAccessorTypes.prototype, "myPrivateMethod", { + Object.defineProperty(proto_17, "myPrivateMethod", { set: function (param) { }, enumerable: true, @@ -3366,6 +3413,7 @@ var publicModuleInGlobal; var publicClassWithWithPublicSetAccessorTypes = /** @class */ (function () { function publicClassWithWithPublicSetAccessorTypes() { } + var proto_18 = publicClassWithWithPublicSetAccessorTypes.prototype; Object.defineProperty(publicClassWithWithPublicSetAccessorTypes, "myPublicStaticMethod", { set: function (param) { }, @@ -3378,13 +3426,13 @@ var publicModuleInGlobal; enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPublicSetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_18, "myPublicMethod", { set: function (param) { }, enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPublicSetAccessorTypes.prototype, "myPrivateMethod", { + Object.defineProperty(proto_18, "myPrivateMethod", { set: function (param) { }, enumerable: true, @@ -3396,6 +3444,7 @@ var publicModuleInGlobal; var privateClassWithWithPrivateSetAccessorTypes = /** @class */ (function () { function privateClassWithWithPrivateSetAccessorTypes() { } + var proto_19 = privateClassWithWithPrivateSetAccessorTypes.prototype; Object.defineProperty(privateClassWithWithPrivateSetAccessorTypes, "myPublicStaticMethod", { set: function (param) { }, @@ -3408,13 +3457,13 @@ var publicModuleInGlobal; enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPrivateSetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_19, "myPublicMethod", { set: function (param) { }, enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPrivateSetAccessorTypes.prototype, "myPrivateMethod", { + Object.defineProperty(proto_19, "myPrivateMethod", { set: function (param) { }, enumerable: true, @@ -3425,6 +3474,7 @@ var publicModuleInGlobal; var privateClassWithWithPublicSetAccessorTypes = /** @class */ (function () { function privateClassWithWithPublicSetAccessorTypes() { } + var proto_20 = privateClassWithWithPublicSetAccessorTypes.prototype; Object.defineProperty(privateClassWithWithPublicSetAccessorTypes, "myPublicStaticMethod", { set: function (param) { }, @@ -3437,13 +3487,13 @@ var publicModuleInGlobal; enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPublicSetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_20, "myPublicMethod", { set: function (param) { }, enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPublicSetAccessorTypes.prototype, "myPrivateMethod", { + Object.defineProperty(proto_20, "myPrivateMethod", { set: function (param) { }, enumerable: true, @@ -3454,6 +3504,7 @@ var publicModuleInGlobal; var publicClassWithPrivateModuleGetAccessorTypes = /** @class */ (function () { function publicClassWithPrivateModuleGetAccessorTypes() { } + var proto_21 = publicClassWithPrivateModuleGetAccessorTypes.prototype; Object.defineProperty(publicClassWithPrivateModuleGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -3461,7 +3512,7 @@ var publicModuleInGlobal; enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithPrivateModuleGetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_21, "myPublicMethod", { get: function () { return null; }, @@ -3475,7 +3526,7 @@ var publicModuleInGlobal; enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithPrivateModuleGetAccessorTypes.prototype, "myPublicMethod1", { + Object.defineProperty(proto_21, "myPublicMethod1", { get: function () { return new privateModule.publicClass(); }, @@ -3506,6 +3557,7 @@ var publicModuleInGlobal; var privateClassWithPrivateModuleGetAccessorTypes = /** @class */ (function () { function privateClassWithPrivateModuleGetAccessorTypes() { } + var proto_22 = privateClassWithPrivateModuleGetAccessorTypes.prototype; Object.defineProperty(privateClassWithPrivateModuleGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -3513,7 +3565,7 @@ var publicModuleInGlobal; enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithPrivateModuleGetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_22, "myPublicMethod", { get: function () { return null; }, @@ -3527,7 +3579,7 @@ var publicModuleInGlobal; enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithPrivateModuleGetAccessorTypes.prototype, "myPublicMethod1", { + Object.defineProperty(proto_22, "myPublicMethod1", { get: function () { return new privateModule.publicClass(); }, diff --git a/tests/baselines/reference/privacyCannotNameAccessorDeclFile.js b/tests/baselines/reference/privacyCannotNameAccessorDeclFile.js index 42f7639986913..e9e6151b7feb9 100644 --- a/tests/baselines/reference/privacyCannotNameAccessorDeclFile.js +++ b/tests/baselines/reference/privacyCannotNameAccessorDeclFile.js @@ -193,6 +193,7 @@ var exporter = require("./privacyCannotNameAccessorDeclFile_exporter"); var publicClassWithWithPrivateGetAccessorTypes = /** @class */ (function () { function publicClassWithWithPrivateGetAccessorTypes() { } + var proto_1 = publicClassWithWithPrivateGetAccessorTypes.prototype; Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes, "myPublicStaticMethod", { get: function () { return exporter.createExportedWidget1(); @@ -207,14 +208,14 @@ var publicClassWithWithPrivateGetAccessorTypes = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_1, "myPublicMethod", { get: function () { return exporter.createExportedWidget1(); }, enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes.prototype, "myPrivateMethod", { + Object.defineProperty(proto_1, "myPrivateMethod", { get: function () { return exporter.createExportedWidget1(); }, @@ -235,14 +236,14 @@ var publicClassWithWithPrivateGetAccessorTypes = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes.prototype, "myPublicMethod1", { + Object.defineProperty(proto_1, "myPublicMethod1", { get: function () { return exporter.createExportedWidget3(); }, enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes.prototype, "myPrivateMethod1", { + Object.defineProperty(proto_1, "myPrivateMethod1", { get: function () { return exporter.createExportedWidget3(); }, @@ -255,6 +256,7 @@ exports.publicClassWithWithPrivateGetAccessorTypes = publicClassWithWithPrivateG var privateClassWithWithPrivateGetAccessorTypes = /** @class */ (function () { function privateClassWithWithPrivateGetAccessorTypes() { } + var proto_2 = privateClassWithWithPrivateGetAccessorTypes.prototype; Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes, "myPublicStaticMethod", { get: function () { return exporter.createExportedWidget1(); @@ -269,14 +271,14 @@ var privateClassWithWithPrivateGetAccessorTypes = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_2, "myPublicMethod", { get: function () { return exporter.createExportedWidget1(); }, enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes.prototype, "myPrivateMethod", { + Object.defineProperty(proto_2, "myPrivateMethod", { get: function () { return exporter.createExportedWidget1(); }, @@ -297,14 +299,14 @@ var privateClassWithWithPrivateGetAccessorTypes = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes.prototype, "myPublicMethod1", { + Object.defineProperty(proto_2, "myPublicMethod1", { get: function () { return exporter.createExportedWidget3(); }, enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes.prototype, "myPrivateMethod1", { + Object.defineProperty(proto_2, "myPrivateMethod1", { get: function () { return exporter.createExportedWidget3(); }, @@ -316,6 +318,7 @@ var privateClassWithWithPrivateGetAccessorTypes = /** @class */ (function () { var publicClassWithPrivateModuleGetAccessorTypes = /** @class */ (function () { function publicClassWithPrivateModuleGetAccessorTypes() { } + var proto_3 = publicClassWithPrivateModuleGetAccessorTypes.prototype; Object.defineProperty(publicClassWithPrivateModuleGetAccessorTypes, "myPublicStaticMethod", { get: function () { return exporter.createExportedWidget2(); @@ -323,7 +326,7 @@ var publicClassWithPrivateModuleGetAccessorTypes = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithPrivateModuleGetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_3, "myPublicMethod", { get: function () { return exporter.createExportedWidget2(); }, @@ -337,7 +340,7 @@ var publicClassWithPrivateModuleGetAccessorTypes = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(publicClassWithPrivateModuleGetAccessorTypes.prototype, "myPublicMethod1", { + Object.defineProperty(proto_3, "myPublicMethod1", { get: function () { return exporter.createExportedWidget4(); }, @@ -350,6 +353,7 @@ exports.publicClassWithPrivateModuleGetAccessorTypes = publicClassWithPrivateMod var privateClassWithPrivateModuleGetAccessorTypes = /** @class */ (function () { function privateClassWithPrivateModuleGetAccessorTypes() { } + var proto_4 = privateClassWithPrivateModuleGetAccessorTypes.prototype; Object.defineProperty(privateClassWithPrivateModuleGetAccessorTypes, "myPublicStaticMethod", { get: function () { return exporter.createExportedWidget2(); @@ -357,7 +361,7 @@ var privateClassWithPrivateModuleGetAccessorTypes = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithPrivateModuleGetAccessorTypes.prototype, "myPublicMethod", { + Object.defineProperty(proto_4, "myPublicMethod", { get: function () { return exporter.createExportedWidget2(); }, @@ -371,7 +375,7 @@ var privateClassWithPrivateModuleGetAccessorTypes = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(privateClassWithPrivateModuleGetAccessorTypes.prototype, "myPublicMethod1", { + Object.defineProperty(proto_4, "myPublicMethod1", { get: function () { return exporter.createExportedWidget4(); }, diff --git a/tests/baselines/reference/privacyFunc.js b/tests/baselines/reference/privacyFunc.js index cc1173731259a..3d990d87ae8a4 100644 --- a/tests/baselines/reference/privacyFunc.js +++ b/tests/baselines/reference/privacyFunc.js @@ -247,36 +247,37 @@ var m1; var C3_public = /** @class */ (function () { function C3_public(m1_c3_c1_2) { } - C3_public.prototype.f1_private = function (m1_c3_f1_arg) { + var proto_1 = C3_public.prototype; + proto_1.f1_private = function (m1_c3_f1_arg) { }; - C3_public.prototype.f2_public = function (m1_c3_f2_arg) { + proto_1.f2_public = function (m1_c3_f2_arg) { }; - C3_public.prototype.f3_private = function (m1_c3_f3_arg) { + proto_1.f3_private = function (m1_c3_f3_arg) { }; - C3_public.prototype.f4_public = function (m1_c3_f4_arg) { + proto_1.f4_public = function (m1_c3_f4_arg) { }; - C3_public.prototype.f5_private = function () { + proto_1.f5_private = function () { return new C1_public(); }; - C3_public.prototype.f6_public = function () { + proto_1.f6_public = function () { return new C1_public(); }; - C3_public.prototype.f7_private = function () { + proto_1.f7_private = function () { return new C2_private(); }; - C3_public.prototype.f8_public = function () { + proto_1.f8_public = function () { return new C2_private(); // error }; - C3_public.prototype.f9_private = function () { + proto_1.f9_private = function () { return new C1_public(); }; - C3_public.prototype.f10_public = function () { + proto_1.f10_public = function () { return new C1_public(); }; - C3_public.prototype.f11_private = function () { + proto_1.f11_private = function () { return new C2_private(); }; - C3_public.prototype.f12_public = function () { + proto_1.f12_public = function () { return new C2_private(); //error }; return C3_public; @@ -285,36 +286,37 @@ var m1; var C4_private = /** @class */ (function () { function C4_private(m1_c4_c1_2) { } - C4_private.prototype.f1_private = function (m1_c4_f1_arg) { + var proto_2 = C4_private.prototype; + proto_2.f1_private = function (m1_c4_f1_arg) { }; - C4_private.prototype.f2_public = function (m1_c4_f2_arg) { + proto_2.f2_public = function (m1_c4_f2_arg) { }; - C4_private.prototype.f3_private = function (m1_c4_f3_arg) { + proto_2.f3_private = function (m1_c4_f3_arg) { }; - C4_private.prototype.f4_public = function (m1_c4_f4_arg) { + proto_2.f4_public = function (m1_c4_f4_arg) { }; - C4_private.prototype.f5_private = function () { + proto_2.f5_private = function () { return new C1_public(); }; - C4_private.prototype.f6_public = function () { + proto_2.f6_public = function () { return new C1_public(); }; - C4_private.prototype.f7_private = function () { + proto_2.f7_private = function () { return new C2_private(); }; - C4_private.prototype.f8_public = function () { + proto_2.f8_public = function () { return new C2_private(); }; - C4_private.prototype.f9_private = function () { + proto_2.f9_private = function () { return new C1_public(); }; - C4_private.prototype.f10_public = function () { + proto_2.f10_public = function () { return new C1_public(); }; - C4_private.prototype.f11_private = function () { + proto_2.f11_private = function () { return new C2_private(); }; - C4_private.prototype.f12_public = function () { + proto_2.f12_public = function () { return new C2_private(); }; return C4_private; @@ -388,20 +390,21 @@ var C6_public = /** @class */ (function () { var C7_public = /** @class */ (function () { function C7_public(c7_c1_2) { } - C7_public.prototype.f1_private = function (c7_f1_arg) { + var proto_3 = C7_public.prototype; + proto_3.f1_private = function (c7_f1_arg) { }; - C7_public.prototype.f2_public = function (c7_f2_arg) { + proto_3.f2_public = function (c7_f2_arg) { }; - C7_public.prototype.f5_private = function () { + proto_3.f5_private = function () { return new C6_public(); }; - C7_public.prototype.f6_public = function () { + proto_3.f6_public = function () { return new C6_public(); }; - C7_public.prototype.f9_private = function () { + proto_3.f9_private = function () { return new C6_public(); }; - C7_public.prototype.f10_public = function () { + proto_3.f10_public = function () { return new C6_public(); }; return C7_public; diff --git a/tests/baselines/reference/privacyFunctionCannotNameParameterTypeDeclFile.js b/tests/baselines/reference/privacyFunctionCannotNameParameterTypeDeclFile.js index c0cc5b584c97a..1777c5fbc7f2a 100644 --- a/tests/baselines/reference/privacyFunctionCannotNameParameterTypeDeclFile.js +++ b/tests/baselines/reference/privacyFunctionCannotNameParameterTypeDeclFile.js @@ -217,16 +217,17 @@ var publicClassWithWithPrivateParmeterTypes = /** @class */ (function () { this.param1 = param1; this.param2 = param2; } + var proto_1 = publicClassWithWithPrivateParmeterTypes.prototype; publicClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function (param) { if (param === void 0) { param = exporter.createExportedWidget1(); } }; publicClassWithWithPrivateParmeterTypes.myPrivateStaticMethod = function (param) { if (param === void 0) { param = exporter.createExportedWidget1(); } }; - publicClassWithWithPrivateParmeterTypes.prototype.myPublicMethod = function (param) { + proto_1.myPublicMethod = function (param) { if (param === void 0) { param = exporter.createExportedWidget1(); } }; - publicClassWithWithPrivateParmeterTypes.prototype.myPrivateMethod = function (param) { + proto_1.myPrivateMethod = function (param) { if (param === void 0) { param = exporter.createExportedWidget1(); } }; return publicClassWithWithPrivateParmeterTypes; @@ -240,16 +241,17 @@ var publicClassWithWithPrivateParmeterTypes1 = /** @class */ (function () { this.param1 = param1; this.param2 = param2; } + var proto_2 = publicClassWithWithPrivateParmeterTypes1.prototype; publicClassWithWithPrivateParmeterTypes1.myPublicStaticMethod = function (param) { if (param === void 0) { param = exporter.createExportedWidget3(); } }; publicClassWithWithPrivateParmeterTypes1.myPrivateStaticMethod = function (param) { if (param === void 0) { param = exporter.createExportedWidget3(); } }; - publicClassWithWithPrivateParmeterTypes1.prototype.myPublicMethod = function (param) { + proto_2.myPublicMethod = function (param) { if (param === void 0) { param = exporter.createExportedWidget3(); } }; - publicClassWithWithPrivateParmeterTypes1.prototype.myPrivateMethod = function (param) { + proto_2.myPrivateMethod = function (param) { if (param === void 0) { param = exporter.createExportedWidget3(); } }; return publicClassWithWithPrivateParmeterTypes1; @@ -263,16 +265,17 @@ var privateClassWithWithPrivateParmeterTypes = /** @class */ (function () { this.param1 = param1; this.param2 = param2; } + var proto_3 = privateClassWithWithPrivateParmeterTypes.prototype; privateClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function (param) { if (param === void 0) { param = exporter.createExportedWidget1(); } }; privateClassWithWithPrivateParmeterTypes.myPrivateStaticMethod = function (param) { if (param === void 0) { param = exporter.createExportedWidget1(); } }; - privateClassWithWithPrivateParmeterTypes.prototype.myPublicMethod = function (param) { + proto_3.myPublicMethod = function (param) { if (param === void 0) { param = exporter.createExportedWidget1(); } }; - privateClassWithWithPrivateParmeterTypes.prototype.myPrivateMethod = function (param) { + proto_3.myPrivateMethod = function (param) { if (param === void 0) { param = exporter.createExportedWidget1(); } }; return privateClassWithWithPrivateParmeterTypes; @@ -285,16 +288,17 @@ var privateClassWithWithPrivateParmeterTypes2 = /** @class */ (function () { this.param1 = param1; this.param2 = param2; } + var proto_4 = privateClassWithWithPrivateParmeterTypes2.prototype; privateClassWithWithPrivateParmeterTypes2.myPublicStaticMethod = function (param) { if (param === void 0) { param = exporter.createExportedWidget3(); } }; privateClassWithWithPrivateParmeterTypes2.myPrivateStaticMethod = function (param) { if (param === void 0) { param = exporter.createExportedWidget3(); } }; - privateClassWithWithPrivateParmeterTypes2.prototype.myPublicMethod = function (param) { + proto_4.myPublicMethod = function (param) { if (param === void 0) { param = exporter.createExportedWidget3(); } }; - privateClassWithWithPrivateParmeterTypes2.prototype.myPrivateMethod = function (param) { + proto_4.myPrivateMethod = function (param) { if (param === void 0) { param = exporter.createExportedWidget3(); } }; return privateClassWithWithPrivateParmeterTypes2; diff --git a/tests/baselines/reference/privacyFunctionCannotNameReturnTypeDeclFile.js b/tests/baselines/reference/privacyFunctionCannotNameReturnTypeDeclFile.js index bde8a71b7c8b6..9555bfefd1da8 100644 --- a/tests/baselines/reference/privacyFunctionCannotNameReturnTypeDeclFile.js +++ b/tests/baselines/reference/privacyFunctionCannotNameReturnTypeDeclFile.js @@ -219,6 +219,7 @@ var exporter = require("./privacyFunctionReturnTypeDeclFile_exporter"); var publicClassWithWithPrivateParmeterTypes = /** @class */ (function () { function publicClassWithWithPrivateParmeterTypes() { } + var proto_1 = publicClassWithWithPrivateParmeterTypes.prototype; publicClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function () { return exporter.createExportedWidget1(); }; @@ -226,11 +227,11 @@ var publicClassWithWithPrivateParmeterTypes = /** @class */ (function () { return exporter.createExportedWidget1(); ; }; - publicClassWithWithPrivateParmeterTypes.prototype.myPublicMethod = function () { + proto_1.myPublicMethod = function () { return exporter.createExportedWidget1(); ; }; - publicClassWithWithPrivateParmeterTypes.prototype.myPrivateMethod = function () { + proto_1.myPrivateMethod = function () { return exporter.createExportedWidget1(); ; }; @@ -241,11 +242,11 @@ var publicClassWithWithPrivateParmeterTypes = /** @class */ (function () { return exporter.createExportedWidget3(); ; }; - publicClassWithWithPrivateParmeterTypes.prototype.myPublicMethod1 = function () { + proto_1.myPublicMethod1 = function () { return exporter.createExportedWidget3(); ; }; - publicClassWithWithPrivateParmeterTypes.prototype.myPrivateMethod1 = function () { + proto_1.myPrivateMethod1 = function () { return exporter.createExportedWidget3(); ; }; @@ -255,6 +256,7 @@ exports.publicClassWithWithPrivateParmeterTypes = publicClassWithWithPrivateParm var privateClassWithWithPrivateParmeterTypes = /** @class */ (function () { function privateClassWithWithPrivateParmeterTypes() { } + var proto_2 = privateClassWithWithPrivateParmeterTypes.prototype; privateClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function () { return exporter.createExportedWidget1(); }; @@ -262,11 +264,11 @@ var privateClassWithWithPrivateParmeterTypes = /** @class */ (function () { return exporter.createExportedWidget1(); ; }; - privateClassWithWithPrivateParmeterTypes.prototype.myPublicMethod = function () { + proto_2.myPublicMethod = function () { return exporter.createExportedWidget1(); ; }; - privateClassWithWithPrivateParmeterTypes.prototype.myPrivateMethod = function () { + proto_2.myPrivateMethod = function () { return exporter.createExportedWidget1(); ; }; @@ -277,11 +279,11 @@ var privateClassWithWithPrivateParmeterTypes = /** @class */ (function () { return exporter.createExportedWidget3(); ; }; - privateClassWithWithPrivateParmeterTypes.prototype.myPublicMethod1 = function () { + proto_2.myPublicMethod1 = function () { return exporter.createExportedWidget3(); ; }; - privateClassWithWithPrivateParmeterTypes.prototype.myPrivateMethod1 = function () { + proto_2.myPrivateMethod1 = function () { return exporter.createExportedWidget3(); ; }; @@ -304,16 +306,17 @@ function privateFunctionWithPrivateParmeterTypes1() { var publicClassWithPrivateModuleReturnTypes = /** @class */ (function () { function publicClassWithPrivateModuleReturnTypes() { } + var proto_3 = publicClassWithPrivateModuleReturnTypes.prototype; publicClassWithPrivateModuleReturnTypes.myPublicStaticMethod = function () { return exporter.createExportedWidget2(); }; - publicClassWithPrivateModuleReturnTypes.prototype.myPublicMethod = function () { + proto_3.myPublicMethod = function () { return exporter.createExportedWidget2(); }; publicClassWithPrivateModuleReturnTypes.myPublicStaticMethod1 = function () { return exporter.createExportedWidget4(); }; - publicClassWithPrivateModuleReturnTypes.prototype.myPublicMethod1 = function () { + proto_3.myPublicMethod1 = function () { return exporter.createExportedWidget4(); }; return publicClassWithPrivateModuleReturnTypes; @@ -330,16 +333,17 @@ exports.publicFunctionWithPrivateModuleReturnTypes1 = publicFunctionWithPrivateM var privateClassWithPrivateModuleReturnTypes = /** @class */ (function () { function privateClassWithPrivateModuleReturnTypes() { } + var proto_4 = privateClassWithPrivateModuleReturnTypes.prototype; privateClassWithPrivateModuleReturnTypes.myPublicStaticMethod = function () { return exporter.createExportedWidget2(); }; - privateClassWithPrivateModuleReturnTypes.prototype.myPublicMethod = function () { + proto_4.myPublicMethod = function () { return exporter.createExportedWidget2(); }; privateClassWithPrivateModuleReturnTypes.myPublicStaticMethod1 = function () { return exporter.createExportedWidget4(); }; - privateClassWithPrivateModuleReturnTypes.prototype.myPublicMethod1 = function () { + proto_4.myPublicMethod1 = function () { return exporter.createExportedWidget4(); }; return privateClassWithPrivateModuleReturnTypes; diff --git a/tests/baselines/reference/privacyFunctionParameterDeclFile.js b/tests/baselines/reference/privacyFunctionParameterDeclFile.js index 3ba73184890f5..e13406018b97c 100644 --- a/tests/baselines/reference/privacyFunctionParameterDeclFile.js +++ b/tests/baselines/reference/privacyFunctionParameterDeclFile.js @@ -704,13 +704,14 @@ var publicClassWithWithPrivateParmeterTypes = /** @class */ (function () { this.param1 = param1; this.param2 = param2; } + var proto_1 = publicClassWithWithPrivateParmeterTypes.prototype; publicClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function (param) { }; publicClassWithWithPrivateParmeterTypes.myPrivateStaticMethod = function (param) { }; - publicClassWithWithPrivateParmeterTypes.prototype.myPublicMethod = function (param) { + proto_1.myPublicMethod = function (param) { }; - publicClassWithWithPrivateParmeterTypes.prototype.myPrivateMethod = function (param) { + proto_1.myPrivateMethod = function (param) { }; return publicClassWithWithPrivateParmeterTypes; }()); @@ -720,13 +721,14 @@ var publicClassWithWithPublicParmeterTypes = /** @class */ (function () { this.param1 = param1; this.param2 = param2; } + var proto_2 = publicClassWithWithPublicParmeterTypes.prototype; publicClassWithWithPublicParmeterTypes.myPublicStaticMethod = function (param) { }; publicClassWithWithPublicParmeterTypes.myPrivateStaticMethod = function (param) { }; - publicClassWithWithPublicParmeterTypes.prototype.myPublicMethod = function (param) { + proto_2.myPublicMethod = function (param) { }; - publicClassWithWithPublicParmeterTypes.prototype.myPrivateMethod = function (param) { + proto_2.myPrivateMethod = function (param) { }; return publicClassWithWithPublicParmeterTypes; }()); @@ -736,13 +738,14 @@ var privateClassWithWithPrivateParmeterTypes = /** @class */ (function () { this.param1 = param1; this.param2 = param2; } + var proto_3 = privateClassWithWithPrivateParmeterTypes.prototype; privateClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function (param) { }; privateClassWithWithPrivateParmeterTypes.myPrivateStaticMethod = function (param) { }; - privateClassWithWithPrivateParmeterTypes.prototype.myPublicMethod = function (param) { + proto_3.myPublicMethod = function (param) { }; - privateClassWithWithPrivateParmeterTypes.prototype.myPrivateMethod = function (param) { + proto_3.myPrivateMethod = function (param) { }; return privateClassWithWithPrivateParmeterTypes; }()); @@ -751,13 +754,14 @@ var privateClassWithWithPublicParmeterTypes = /** @class */ (function () { this.param1 = param1; this.param2 = param2; } + var proto_4 = privateClassWithWithPublicParmeterTypes.prototype; privateClassWithWithPublicParmeterTypes.myPublicStaticMethod = function (param) { }; privateClassWithWithPublicParmeterTypes.myPrivateStaticMethod = function (param) { }; - privateClassWithWithPublicParmeterTypes.prototype.myPublicMethod = function (param) { + proto_4.myPublicMethod = function (param) { }; - privateClassWithWithPublicParmeterTypes.prototype.myPrivateMethod = function (param) { + proto_4.myPrivateMethod = function (param) { }; return privateClassWithWithPublicParmeterTypes; }()); @@ -817,13 +821,14 @@ var publicModule; this.param1 = param1; this.param2 = param2; } + var proto_5 = publicClassWithWithPrivateParmeterTypes.prototype; publicClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function (param) { }; publicClassWithWithPrivateParmeterTypes.myPrivateStaticMethod = function (param) { }; - publicClassWithWithPrivateParmeterTypes.prototype.myPublicMethod = function (param) { + proto_5.myPublicMethod = function (param) { }; - publicClassWithWithPrivateParmeterTypes.prototype.myPrivateMethod = function (param) { + proto_5.myPrivateMethod = function (param) { }; return publicClassWithWithPrivateParmeterTypes; }()); @@ -833,13 +838,14 @@ var publicModule; this.param1 = param1; this.param2 = param2; } + var proto_6 = publicClassWithWithPublicParmeterTypes.prototype; publicClassWithWithPublicParmeterTypes.myPublicStaticMethod = function (param) { }; publicClassWithWithPublicParmeterTypes.myPrivateStaticMethod = function (param) { }; - publicClassWithWithPublicParmeterTypes.prototype.myPublicMethod = function (param) { + proto_6.myPublicMethod = function (param) { }; - publicClassWithWithPublicParmeterTypes.prototype.myPrivateMethod = function (param) { + proto_6.myPrivateMethod = function (param) { }; return publicClassWithWithPublicParmeterTypes; }()); @@ -849,13 +855,14 @@ var publicModule; this.param1 = param1; this.param2 = param2; } + var proto_7 = privateClassWithWithPrivateParmeterTypes.prototype; privateClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function (param) { }; privateClassWithWithPrivateParmeterTypes.myPrivateStaticMethod = function (param) { }; - privateClassWithWithPrivateParmeterTypes.prototype.myPublicMethod = function (param) { + proto_7.myPublicMethod = function (param) { }; - privateClassWithWithPrivateParmeterTypes.prototype.myPrivateMethod = function (param) { + proto_7.myPrivateMethod = function (param) { }; return privateClassWithWithPrivateParmeterTypes; }()); @@ -864,13 +871,14 @@ var publicModule; this.param1 = param1; this.param2 = param2; } + var proto_8 = privateClassWithWithPublicParmeterTypes.prototype; privateClassWithWithPublicParmeterTypes.myPublicStaticMethod = function (param) { }; privateClassWithWithPublicParmeterTypes.myPrivateStaticMethod = function (param) { }; - privateClassWithWithPublicParmeterTypes.prototype.myPublicMethod = function (param) { + proto_8.myPublicMethod = function (param) { }; - privateClassWithWithPublicParmeterTypes.prototype.myPrivateMethod = function (param) { + proto_8.myPrivateMethod = function (param) { }; return privateClassWithWithPublicParmeterTypes; }()); @@ -931,13 +939,14 @@ var privateModule; this.param1 = param1; this.param2 = param2; } + var proto_9 = publicClassWithWithPrivateParmeterTypes.prototype; publicClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function (param) { }; publicClassWithWithPrivateParmeterTypes.myPrivateStaticMethod = function (param) { }; - publicClassWithWithPrivateParmeterTypes.prototype.myPublicMethod = function (param) { + proto_9.myPublicMethod = function (param) { }; - publicClassWithWithPrivateParmeterTypes.prototype.myPrivateMethod = function (param) { + proto_9.myPrivateMethod = function (param) { }; return publicClassWithWithPrivateParmeterTypes; }()); @@ -947,13 +956,14 @@ var privateModule; this.param1 = param1; this.param2 = param2; } + var proto_10 = publicClassWithWithPublicParmeterTypes.prototype; publicClassWithWithPublicParmeterTypes.myPublicStaticMethod = function (param) { }; publicClassWithWithPublicParmeterTypes.myPrivateStaticMethod = function (param) { }; - publicClassWithWithPublicParmeterTypes.prototype.myPublicMethod = function (param) { + proto_10.myPublicMethod = function (param) { }; - publicClassWithWithPublicParmeterTypes.prototype.myPrivateMethod = function (param) { + proto_10.myPrivateMethod = function (param) { }; return publicClassWithWithPublicParmeterTypes; }()); @@ -963,13 +973,14 @@ var privateModule; this.param1 = param1; this.param2 = param2; } + var proto_11 = privateClassWithWithPrivateParmeterTypes.prototype; privateClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function (param) { }; privateClassWithWithPrivateParmeterTypes.myPrivateStaticMethod = function (param) { }; - privateClassWithWithPrivateParmeterTypes.prototype.myPublicMethod = function (param) { + proto_11.myPublicMethod = function (param) { }; - privateClassWithWithPrivateParmeterTypes.prototype.myPrivateMethod = function (param) { + proto_11.myPrivateMethod = function (param) { }; return privateClassWithWithPrivateParmeterTypes; }()); @@ -978,13 +989,14 @@ var privateModule; this.param1 = param1; this.param2 = param2; } + var proto_12 = privateClassWithWithPublicParmeterTypes.prototype; privateClassWithWithPublicParmeterTypes.myPublicStaticMethod = function (param) { }; privateClassWithWithPublicParmeterTypes.myPrivateStaticMethod = function (param) { }; - privateClassWithWithPublicParmeterTypes.prototype.myPublicMethod = function (param) { + proto_12.myPublicMethod = function (param) { }; - privateClassWithWithPublicParmeterTypes.prototype.myPrivateMethod = function (param) { + proto_12.myPrivateMethod = function (param) { }; return privateClassWithWithPublicParmeterTypes; }()); @@ -1038,13 +1050,14 @@ var publicClassWithWithPublicParmeterTypesInGlobal = /** @class */ (function () this.param1 = param1; this.param2 = param2; } + var proto_1 = publicClassWithWithPublicParmeterTypesInGlobal.prototype; publicClassWithWithPublicParmeterTypesInGlobal.myPublicStaticMethod = function (param) { }; publicClassWithWithPublicParmeterTypesInGlobal.myPrivateStaticMethod = function (param) { }; - publicClassWithWithPublicParmeterTypesInGlobal.prototype.myPublicMethod = function (param) { + proto_1.myPublicMethod = function (param) { }; - publicClassWithWithPublicParmeterTypesInGlobal.prototype.myPrivateMethod = function (param) { + proto_1.myPrivateMethod = function (param) { }; return publicClassWithWithPublicParmeterTypesInGlobal; }()); @@ -1081,13 +1094,14 @@ var publicModuleInGlobal; this.param1 = param1; this.param2 = param2; } + var proto_2 = publicClassWithWithPrivateParmeterTypes.prototype; publicClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function (param) { }; publicClassWithWithPrivateParmeterTypes.myPrivateStaticMethod = function (param) { }; - publicClassWithWithPrivateParmeterTypes.prototype.myPublicMethod = function (param) { + proto_2.myPublicMethod = function (param) { }; - publicClassWithWithPrivateParmeterTypes.prototype.myPrivateMethod = function (param) { + proto_2.myPrivateMethod = function (param) { }; return publicClassWithWithPrivateParmeterTypes; }()); @@ -1097,13 +1111,14 @@ var publicModuleInGlobal; this.param1 = param1; this.param2 = param2; } + var proto_3 = publicClassWithWithPublicParmeterTypes.prototype; publicClassWithWithPublicParmeterTypes.myPublicStaticMethod = function (param) { }; publicClassWithWithPublicParmeterTypes.myPrivateStaticMethod = function (param) { }; - publicClassWithWithPublicParmeterTypes.prototype.myPublicMethod = function (param) { + proto_3.myPublicMethod = function (param) { }; - publicClassWithWithPublicParmeterTypes.prototype.myPrivateMethod = function (param) { + proto_3.myPrivateMethod = function (param) { }; return publicClassWithWithPublicParmeterTypes; }()); @@ -1113,13 +1128,14 @@ var publicModuleInGlobal; this.param1 = param1; this.param2 = param2; } + var proto_4 = privateClassWithWithPrivateParmeterTypes.prototype; privateClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function (param) { }; privateClassWithWithPrivateParmeterTypes.myPrivateStaticMethod = function (param) { }; - privateClassWithWithPrivateParmeterTypes.prototype.myPublicMethod = function (param) { + proto_4.myPublicMethod = function (param) { }; - privateClassWithWithPrivateParmeterTypes.prototype.myPrivateMethod = function (param) { + proto_4.myPrivateMethod = function (param) { }; return privateClassWithWithPrivateParmeterTypes; }()); @@ -1128,13 +1144,14 @@ var publicModuleInGlobal; this.param1 = param1; this.param2 = param2; } + var proto_5 = privateClassWithWithPublicParmeterTypes.prototype; privateClassWithWithPublicParmeterTypes.myPublicStaticMethod = function (param) { }; privateClassWithWithPublicParmeterTypes.myPrivateStaticMethod = function (param) { }; - privateClassWithWithPublicParmeterTypes.prototype.myPublicMethod = function (param) { + proto_5.myPublicMethod = function (param) { }; - privateClassWithWithPublicParmeterTypes.prototype.myPrivateMethod = function (param) { + proto_5.myPrivateMethod = function (param) { }; return privateClassWithWithPublicParmeterTypes; }()); @@ -1182,13 +1199,14 @@ var publicModuleInGlobal; this.param1 = param1; this.param2 = param2; } + var proto_6 = publicClassWithWithPrivateParmeterTypes.prototype; publicClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function (param) { }; publicClassWithWithPrivateParmeterTypes.myPrivateStaticMethod = function (param) { }; - publicClassWithWithPrivateParmeterTypes.prototype.myPublicMethod = function (param) { + proto_6.myPublicMethod = function (param) { }; - publicClassWithWithPrivateParmeterTypes.prototype.myPrivateMethod = function (param) { + proto_6.myPrivateMethod = function (param) { }; return publicClassWithWithPrivateParmeterTypes; }()); @@ -1198,13 +1216,14 @@ var publicModuleInGlobal; this.param1 = param1; this.param2 = param2; } + var proto_7 = publicClassWithWithPublicParmeterTypes.prototype; publicClassWithWithPublicParmeterTypes.myPublicStaticMethod = function (param) { }; publicClassWithWithPublicParmeterTypes.myPrivateStaticMethod = function (param) { }; - publicClassWithWithPublicParmeterTypes.prototype.myPublicMethod = function (param) { + proto_7.myPublicMethod = function (param) { }; - publicClassWithWithPublicParmeterTypes.prototype.myPrivateMethod = function (param) { + proto_7.myPrivateMethod = function (param) { }; return publicClassWithWithPublicParmeterTypes; }()); @@ -1214,13 +1233,14 @@ var publicModuleInGlobal; this.param1 = param1; this.param2 = param2; } + var proto_8 = privateClassWithWithPrivateParmeterTypes.prototype; privateClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function (param) { }; privateClassWithWithPrivateParmeterTypes.myPrivateStaticMethod = function (param) { }; - privateClassWithWithPrivateParmeterTypes.prototype.myPublicMethod = function (param) { + proto_8.myPublicMethod = function (param) { }; - privateClassWithWithPrivateParmeterTypes.prototype.myPrivateMethod = function (param) { + proto_8.myPrivateMethod = function (param) { }; return privateClassWithWithPrivateParmeterTypes; }()); @@ -1229,13 +1249,14 @@ var publicModuleInGlobal; this.param1 = param1; this.param2 = param2; } + var proto_9 = privateClassWithWithPublicParmeterTypes.prototype; privateClassWithWithPublicParmeterTypes.myPublicStaticMethod = function (param) { }; privateClassWithWithPublicParmeterTypes.myPrivateStaticMethod = function (param) { }; - privateClassWithWithPublicParmeterTypes.prototype.myPublicMethod = function (param) { + proto_9.myPublicMethod = function (param) { }; - privateClassWithWithPublicParmeterTypes.prototype.myPrivateMethod = function (param) { + proto_9.myPrivateMethod = function (param) { }; return privateClassWithWithPublicParmeterTypes; }()); diff --git a/tests/baselines/reference/privacyFunctionReturnTypeDeclFile.js b/tests/baselines/reference/privacyFunctionReturnTypeDeclFile.js index e59e9800ee7ff..39e0becc2ff02 100644 --- a/tests/baselines/reference/privacyFunctionReturnTypeDeclFile.js +++ b/tests/baselines/reference/privacyFunctionReturnTypeDeclFile.js @@ -1209,16 +1209,17 @@ exports.publicClass = publicClass; var publicClassWithWithPrivateParmeterTypes = /** @class */ (function () { function publicClassWithWithPrivateParmeterTypes() { } + var proto_1 = publicClassWithWithPrivateParmeterTypes.prototype; publicClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function () { return null; }; publicClassWithWithPrivateParmeterTypes.myPrivateStaticMethod = function () { return null; }; - publicClassWithWithPrivateParmeterTypes.prototype.myPublicMethod = function () { + proto_1.myPublicMethod = function () { return null; }; - publicClassWithWithPrivateParmeterTypes.prototype.myPrivateMethod = function () { + proto_1.myPrivateMethod = function () { return null; }; publicClassWithWithPrivateParmeterTypes.myPublicStaticMethod1 = function () { @@ -1227,10 +1228,10 @@ var publicClassWithWithPrivateParmeterTypes = /** @class */ (function () { publicClassWithWithPrivateParmeterTypes.myPrivateStaticMethod1 = function () { return new privateClass(); }; - publicClassWithWithPrivateParmeterTypes.prototype.myPublicMethod1 = function () { + proto_1.myPublicMethod1 = function () { return new privateClass(); }; - publicClassWithWithPrivateParmeterTypes.prototype.myPrivateMethod1 = function () { + proto_1.myPrivateMethod1 = function () { return new privateClass(); }; return publicClassWithWithPrivateParmeterTypes; @@ -1239,16 +1240,17 @@ exports.publicClassWithWithPrivateParmeterTypes = publicClassWithWithPrivateParm var publicClassWithWithPublicParmeterTypes = /** @class */ (function () { function publicClassWithWithPublicParmeterTypes() { } + var proto_2 = publicClassWithWithPublicParmeterTypes.prototype; publicClassWithWithPublicParmeterTypes.myPublicStaticMethod = function () { return null; }; publicClassWithWithPublicParmeterTypes.myPrivateStaticMethod = function () { return null; }; - publicClassWithWithPublicParmeterTypes.prototype.myPublicMethod = function () { + proto_2.myPublicMethod = function () { return null; }; - publicClassWithWithPublicParmeterTypes.prototype.myPrivateMethod = function () { + proto_2.myPrivateMethod = function () { return null; }; publicClassWithWithPublicParmeterTypes.myPublicStaticMethod1 = function () { @@ -1257,10 +1259,10 @@ var publicClassWithWithPublicParmeterTypes = /** @class */ (function () { publicClassWithWithPublicParmeterTypes.myPrivateStaticMethod1 = function () { return new publicClass(); }; - publicClassWithWithPublicParmeterTypes.prototype.myPublicMethod1 = function () { + proto_2.myPublicMethod1 = function () { return new publicClass(); }; - publicClassWithWithPublicParmeterTypes.prototype.myPrivateMethod1 = function () { + proto_2.myPrivateMethod1 = function () { return new publicClass(); }; return publicClassWithWithPublicParmeterTypes; @@ -1269,16 +1271,17 @@ exports.publicClassWithWithPublicParmeterTypes = publicClassWithWithPublicParmet var privateClassWithWithPrivateParmeterTypes = /** @class */ (function () { function privateClassWithWithPrivateParmeterTypes() { } + var proto_3 = privateClassWithWithPrivateParmeterTypes.prototype; privateClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function () { return null; }; privateClassWithWithPrivateParmeterTypes.myPrivateStaticMethod = function () { return null; }; - privateClassWithWithPrivateParmeterTypes.prototype.myPublicMethod = function () { + proto_3.myPublicMethod = function () { return null; }; - privateClassWithWithPrivateParmeterTypes.prototype.myPrivateMethod = function () { + proto_3.myPrivateMethod = function () { return null; }; privateClassWithWithPrivateParmeterTypes.myPublicStaticMethod1 = function () { @@ -1287,10 +1290,10 @@ var privateClassWithWithPrivateParmeterTypes = /** @class */ (function () { privateClassWithWithPrivateParmeterTypes.myPrivateStaticMethod1 = function () { return new privateClass(); }; - privateClassWithWithPrivateParmeterTypes.prototype.myPublicMethod1 = function () { + proto_3.myPublicMethod1 = function () { return new privateClass(); }; - privateClassWithWithPrivateParmeterTypes.prototype.myPrivateMethod1 = function () { + proto_3.myPrivateMethod1 = function () { return new privateClass(); }; return privateClassWithWithPrivateParmeterTypes; @@ -1298,16 +1301,17 @@ var privateClassWithWithPrivateParmeterTypes = /** @class */ (function () { var privateClassWithWithPublicParmeterTypes = /** @class */ (function () { function privateClassWithWithPublicParmeterTypes() { } + var proto_4 = privateClassWithWithPublicParmeterTypes.prototype; privateClassWithWithPublicParmeterTypes.myPublicStaticMethod = function () { return null; }; privateClassWithWithPublicParmeterTypes.myPrivateStaticMethod = function () { return null; }; - privateClassWithWithPublicParmeterTypes.prototype.myPublicMethod = function () { + proto_4.myPublicMethod = function () { return null; }; - privateClassWithWithPublicParmeterTypes.prototype.myPrivateMethod = function () { + proto_4.myPrivateMethod = function () { return null; }; privateClassWithWithPublicParmeterTypes.myPublicStaticMethod1 = function () { @@ -1316,10 +1320,10 @@ var privateClassWithWithPublicParmeterTypes = /** @class */ (function () { privateClassWithWithPublicParmeterTypes.myPrivateStaticMethod1 = function () { return new publicClass(); }; - privateClassWithWithPublicParmeterTypes.prototype.myPublicMethod1 = function () { + proto_4.myPublicMethod1 = function () { return new publicClass(); }; - privateClassWithWithPublicParmeterTypes.prototype.myPrivateMethod1 = function () { + proto_4.myPrivateMethod1 = function () { return new publicClass(); }; return privateClassWithWithPublicParmeterTypes; @@ -1355,16 +1359,17 @@ function privateFunctionWithPublicParmeterTypes1() { var publicClassWithPrivateModuleParameterTypes = /** @class */ (function () { function publicClassWithPrivateModuleParameterTypes() { } + var proto_5 = publicClassWithPrivateModuleParameterTypes.prototype; publicClassWithPrivateModuleParameterTypes.myPublicStaticMethod = function () { return null; }; - publicClassWithPrivateModuleParameterTypes.prototype.myPublicMethod = function () { + proto_5.myPublicMethod = function () { return null; }; publicClassWithPrivateModuleParameterTypes.myPublicStaticMethod1 = function () { return new privateModule.publicClass(); }; - publicClassWithPrivateModuleParameterTypes.prototype.myPublicMethod1 = function () { + proto_5.myPublicMethod1 = function () { return new privateModule.publicClass(); }; return publicClassWithPrivateModuleParameterTypes; @@ -1381,16 +1386,17 @@ exports.publicFunctionWithPrivateModuleParameterTypes1 = publicFunctionWithPriva var privateClassWithPrivateModuleParameterTypes = /** @class */ (function () { function privateClassWithPrivateModuleParameterTypes() { } + var proto_6 = privateClassWithPrivateModuleParameterTypes.prototype; privateClassWithPrivateModuleParameterTypes.myPublicStaticMethod = function () { return null; }; - privateClassWithPrivateModuleParameterTypes.prototype.myPublicMethod = function () { + proto_6.myPublicMethod = function () { return null; }; privateClassWithPrivateModuleParameterTypes.myPublicStaticMethod1 = function () { return new privateModule.publicClass(); }; - privateClassWithPrivateModuleParameterTypes.prototype.myPublicMethod1 = function () { + proto_6.myPublicMethod1 = function () { return new privateModule.publicClass(); }; return privateClassWithPrivateModuleParameterTypes; @@ -1417,16 +1423,17 @@ var publicModule; var publicClassWithWithPrivateParmeterTypes = /** @class */ (function () { function publicClassWithWithPrivateParmeterTypes() { } + var proto_7 = publicClassWithWithPrivateParmeterTypes.prototype; publicClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function () { return null; }; publicClassWithWithPrivateParmeterTypes.myPrivateStaticMethod = function () { return null; }; - publicClassWithWithPrivateParmeterTypes.prototype.myPublicMethod = function () { + proto_7.myPublicMethod = function () { return null; }; - publicClassWithWithPrivateParmeterTypes.prototype.myPrivateMethod = function () { + proto_7.myPrivateMethod = function () { return null; }; publicClassWithWithPrivateParmeterTypes.myPublicStaticMethod1 = function () { @@ -1435,10 +1442,10 @@ var publicModule; publicClassWithWithPrivateParmeterTypes.myPrivateStaticMethod1 = function () { return new privateClass(); }; - publicClassWithWithPrivateParmeterTypes.prototype.myPublicMethod1 = function () { + proto_7.myPublicMethod1 = function () { return new privateClass(); }; - publicClassWithWithPrivateParmeterTypes.prototype.myPrivateMethod1 = function () { + proto_7.myPrivateMethod1 = function () { return new privateClass(); }; return publicClassWithWithPrivateParmeterTypes; @@ -1447,16 +1454,17 @@ var publicModule; var publicClassWithWithPublicParmeterTypes = /** @class */ (function () { function publicClassWithWithPublicParmeterTypes() { } + var proto_8 = publicClassWithWithPublicParmeterTypes.prototype; publicClassWithWithPublicParmeterTypes.myPublicStaticMethod = function () { return null; }; publicClassWithWithPublicParmeterTypes.myPrivateStaticMethod = function () { return null; }; - publicClassWithWithPublicParmeterTypes.prototype.myPublicMethod = function () { + proto_8.myPublicMethod = function () { return null; }; - publicClassWithWithPublicParmeterTypes.prototype.myPrivateMethod = function () { + proto_8.myPrivateMethod = function () { return null; }; publicClassWithWithPublicParmeterTypes.myPublicStaticMethod1 = function () { @@ -1465,10 +1473,10 @@ var publicModule; publicClassWithWithPublicParmeterTypes.myPrivateStaticMethod1 = function () { return new publicClass(); }; - publicClassWithWithPublicParmeterTypes.prototype.myPublicMethod1 = function () { + proto_8.myPublicMethod1 = function () { return new publicClass(); }; - publicClassWithWithPublicParmeterTypes.prototype.myPrivateMethod1 = function () { + proto_8.myPrivateMethod1 = function () { return new publicClass(); }; return publicClassWithWithPublicParmeterTypes; @@ -1477,16 +1485,17 @@ var publicModule; var privateClassWithWithPrivateParmeterTypes = /** @class */ (function () { function privateClassWithWithPrivateParmeterTypes() { } + var proto_9 = privateClassWithWithPrivateParmeterTypes.prototype; privateClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function () { return null; }; privateClassWithWithPrivateParmeterTypes.myPrivateStaticMethod = function () { return null; }; - privateClassWithWithPrivateParmeterTypes.prototype.myPublicMethod = function () { + proto_9.myPublicMethod = function () { return null; }; - privateClassWithWithPrivateParmeterTypes.prototype.myPrivateMethod = function () { + proto_9.myPrivateMethod = function () { return null; }; privateClassWithWithPrivateParmeterTypes.myPublicStaticMethod1 = function () { @@ -1495,10 +1504,10 @@ var publicModule; privateClassWithWithPrivateParmeterTypes.myPrivateStaticMethod1 = function () { return new privateClass(); }; - privateClassWithWithPrivateParmeterTypes.prototype.myPublicMethod1 = function () { + proto_9.myPublicMethod1 = function () { return new privateClass(); }; - privateClassWithWithPrivateParmeterTypes.prototype.myPrivateMethod1 = function () { + proto_9.myPrivateMethod1 = function () { return new privateClass(); }; return privateClassWithWithPrivateParmeterTypes; @@ -1506,16 +1515,17 @@ var publicModule; var privateClassWithWithPublicParmeterTypes = /** @class */ (function () { function privateClassWithWithPublicParmeterTypes() { } + var proto_10 = privateClassWithWithPublicParmeterTypes.prototype; privateClassWithWithPublicParmeterTypes.myPublicStaticMethod = function () { return null; }; privateClassWithWithPublicParmeterTypes.myPrivateStaticMethod = function () { return null; }; - privateClassWithWithPublicParmeterTypes.prototype.myPublicMethod = function () { + proto_10.myPublicMethod = function () { return null; }; - privateClassWithWithPublicParmeterTypes.prototype.myPrivateMethod = function () { + proto_10.myPrivateMethod = function () { return null; }; privateClassWithWithPublicParmeterTypes.myPublicStaticMethod1 = function () { @@ -1524,10 +1534,10 @@ var publicModule; privateClassWithWithPublicParmeterTypes.myPrivateStaticMethod1 = function () { return new publicClass(); }; - privateClassWithWithPublicParmeterTypes.prototype.myPublicMethod1 = function () { + proto_10.myPublicMethod1 = function () { return new publicClass(); }; - privateClassWithWithPublicParmeterTypes.prototype.myPrivateMethod1 = function () { + proto_10.myPrivateMethod1 = function () { return new publicClass(); }; return privateClassWithWithPublicParmeterTypes; @@ -1563,16 +1573,17 @@ var publicModule; var publicClassWithPrivateModuleParameterTypes = /** @class */ (function () { function publicClassWithPrivateModuleParameterTypes() { } + var proto_11 = publicClassWithPrivateModuleParameterTypes.prototype; publicClassWithPrivateModuleParameterTypes.myPublicStaticMethod = function () { return null; }; - publicClassWithPrivateModuleParameterTypes.prototype.myPublicMethod = function () { + proto_11.myPublicMethod = function () { return null; }; publicClassWithPrivateModuleParameterTypes.myPublicStaticMethod1 = function () { return new privateModule.publicClass(); }; - publicClassWithPrivateModuleParameterTypes.prototype.myPublicMethod1 = function () { + proto_11.myPublicMethod1 = function () { return new privateModule.publicClass(); }; return publicClassWithPrivateModuleParameterTypes; @@ -1589,16 +1600,17 @@ var publicModule; var privateClassWithPrivateModuleParameterTypes = /** @class */ (function () { function privateClassWithPrivateModuleParameterTypes() { } + var proto_12 = privateClassWithPrivateModuleParameterTypes.prototype; privateClassWithPrivateModuleParameterTypes.myPublicStaticMethod = function () { return null; }; - privateClassWithPrivateModuleParameterTypes.prototype.myPublicMethod = function () { + proto_12.myPublicMethod = function () { return null; }; privateClassWithPrivateModuleParameterTypes.myPublicStaticMethod1 = function () { return new privateModule.publicClass(); }; - privateClassWithPrivateModuleParameterTypes.prototype.myPublicMethod1 = function () { + proto_12.myPublicMethod1 = function () { return new privateModule.publicClass(); }; return privateClassWithPrivateModuleParameterTypes; @@ -1626,16 +1638,17 @@ var privateModule; var publicClassWithWithPrivateParmeterTypes = /** @class */ (function () { function publicClassWithWithPrivateParmeterTypes() { } + var proto_13 = publicClassWithWithPrivateParmeterTypes.prototype; publicClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function () { return null; }; publicClassWithWithPrivateParmeterTypes.myPrivateStaticMethod = function () { return null; }; - publicClassWithWithPrivateParmeterTypes.prototype.myPublicMethod = function () { + proto_13.myPublicMethod = function () { return null; }; - publicClassWithWithPrivateParmeterTypes.prototype.myPrivateMethod = function () { + proto_13.myPrivateMethod = function () { return null; }; publicClassWithWithPrivateParmeterTypes.myPublicStaticMethod1 = function () { @@ -1644,10 +1657,10 @@ var privateModule; publicClassWithWithPrivateParmeterTypes.myPrivateStaticMethod1 = function () { return new privateClass(); }; - publicClassWithWithPrivateParmeterTypes.prototype.myPublicMethod1 = function () { + proto_13.myPublicMethod1 = function () { return new privateClass(); }; - publicClassWithWithPrivateParmeterTypes.prototype.myPrivateMethod1 = function () { + proto_13.myPrivateMethod1 = function () { return new privateClass(); }; return publicClassWithWithPrivateParmeterTypes; @@ -1656,16 +1669,17 @@ var privateModule; var publicClassWithWithPublicParmeterTypes = /** @class */ (function () { function publicClassWithWithPublicParmeterTypes() { } + var proto_14 = publicClassWithWithPublicParmeterTypes.prototype; publicClassWithWithPublicParmeterTypes.myPublicStaticMethod = function () { return null; }; publicClassWithWithPublicParmeterTypes.myPrivateStaticMethod = function () { return null; }; - publicClassWithWithPublicParmeterTypes.prototype.myPublicMethod = function () { + proto_14.myPublicMethod = function () { return null; }; - publicClassWithWithPublicParmeterTypes.prototype.myPrivateMethod = function () { + proto_14.myPrivateMethod = function () { return null; }; publicClassWithWithPublicParmeterTypes.myPublicStaticMethod1 = function () { @@ -1674,10 +1688,10 @@ var privateModule; publicClassWithWithPublicParmeterTypes.myPrivateStaticMethod1 = function () { return new publicClass(); }; - publicClassWithWithPublicParmeterTypes.prototype.myPublicMethod1 = function () { + proto_14.myPublicMethod1 = function () { return new publicClass(); }; - publicClassWithWithPublicParmeterTypes.prototype.myPrivateMethod1 = function () { + proto_14.myPrivateMethod1 = function () { return new publicClass(); }; return publicClassWithWithPublicParmeterTypes; @@ -1686,16 +1700,17 @@ var privateModule; var privateClassWithWithPrivateParmeterTypes = /** @class */ (function () { function privateClassWithWithPrivateParmeterTypes() { } + var proto_15 = privateClassWithWithPrivateParmeterTypes.prototype; privateClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function () { return null; }; privateClassWithWithPrivateParmeterTypes.myPrivateStaticMethod = function () { return null; }; - privateClassWithWithPrivateParmeterTypes.prototype.myPublicMethod = function () { + proto_15.myPublicMethod = function () { return null; }; - privateClassWithWithPrivateParmeterTypes.prototype.myPrivateMethod = function () { + proto_15.myPrivateMethod = function () { return null; }; privateClassWithWithPrivateParmeterTypes.myPublicStaticMethod1 = function () { @@ -1704,10 +1719,10 @@ var privateModule; privateClassWithWithPrivateParmeterTypes.myPrivateStaticMethod1 = function () { return new privateClass(); }; - privateClassWithWithPrivateParmeterTypes.prototype.myPublicMethod1 = function () { + proto_15.myPublicMethod1 = function () { return new privateClass(); }; - privateClassWithWithPrivateParmeterTypes.prototype.myPrivateMethod1 = function () { + proto_15.myPrivateMethod1 = function () { return new privateClass(); }; return privateClassWithWithPrivateParmeterTypes; @@ -1715,16 +1730,17 @@ var privateModule; var privateClassWithWithPublicParmeterTypes = /** @class */ (function () { function privateClassWithWithPublicParmeterTypes() { } + var proto_16 = privateClassWithWithPublicParmeterTypes.prototype; privateClassWithWithPublicParmeterTypes.myPublicStaticMethod = function () { return null; }; privateClassWithWithPublicParmeterTypes.myPrivateStaticMethod = function () { return null; }; - privateClassWithWithPublicParmeterTypes.prototype.myPublicMethod = function () { + proto_16.myPublicMethod = function () { return null; }; - privateClassWithWithPublicParmeterTypes.prototype.myPrivateMethod = function () { + proto_16.myPrivateMethod = function () { return null; }; privateClassWithWithPublicParmeterTypes.myPublicStaticMethod1 = function () { @@ -1733,10 +1749,10 @@ var privateModule; privateClassWithWithPublicParmeterTypes.myPrivateStaticMethod1 = function () { return new publicClass(); }; - privateClassWithWithPublicParmeterTypes.prototype.myPublicMethod1 = function () { + proto_16.myPublicMethod1 = function () { return new publicClass(); }; - privateClassWithWithPublicParmeterTypes.prototype.myPrivateMethod1 = function () { + proto_16.myPrivateMethod1 = function () { return new publicClass(); }; return privateClassWithWithPublicParmeterTypes; @@ -1772,16 +1788,17 @@ var privateModule; var publicClassWithPrivateModuleParameterTypes = /** @class */ (function () { function publicClassWithPrivateModuleParameterTypes() { } + var proto_17 = publicClassWithPrivateModuleParameterTypes.prototype; publicClassWithPrivateModuleParameterTypes.myPublicStaticMethod = function () { return null; }; - publicClassWithPrivateModuleParameterTypes.prototype.myPublicMethod = function () { + proto_17.myPublicMethod = function () { return null; }; publicClassWithPrivateModuleParameterTypes.myPublicStaticMethod1 = function () { return new privateModule.publicClass(); }; - publicClassWithPrivateModuleParameterTypes.prototype.myPublicMethod1 = function () { + proto_17.myPublicMethod1 = function () { return new privateModule.publicClass(); }; return publicClassWithPrivateModuleParameterTypes; @@ -1798,16 +1815,17 @@ var privateModule; var privateClassWithPrivateModuleParameterTypes = /** @class */ (function () { function privateClassWithPrivateModuleParameterTypes() { } + var proto_18 = privateClassWithPrivateModuleParameterTypes.prototype; privateClassWithPrivateModuleParameterTypes.myPublicStaticMethod = function () { return null; }; - privateClassWithPrivateModuleParameterTypes.prototype.myPublicMethod = function () { + proto_18.myPublicMethod = function () { return null; }; privateClassWithPrivateModuleParameterTypes.myPublicStaticMethod1 = function () { return new privateModule.publicClass(); }; - privateClassWithPrivateModuleParameterTypes.prototype.myPublicMethod1 = function () { + proto_18.myPublicMethod1 = function () { return new privateModule.publicClass(); }; return privateClassWithPrivateModuleParameterTypes; @@ -1828,16 +1846,17 @@ var publicClassInGlobal = /** @class */ (function () { var publicClassWithWithPublicParmeterTypesInGlobal = /** @class */ (function () { function publicClassWithWithPublicParmeterTypesInGlobal() { } + var proto_1 = publicClassWithWithPublicParmeterTypesInGlobal.prototype; publicClassWithWithPublicParmeterTypesInGlobal.myPublicStaticMethod = function () { return null; }; publicClassWithWithPublicParmeterTypesInGlobal.myPrivateStaticMethod = function () { return null; }; - publicClassWithWithPublicParmeterTypesInGlobal.prototype.myPublicMethod = function () { + proto_1.myPublicMethod = function () { return null; }; - publicClassWithWithPublicParmeterTypesInGlobal.prototype.myPrivateMethod = function () { + proto_1.myPrivateMethod = function () { return null; }; publicClassWithWithPublicParmeterTypesInGlobal.myPublicStaticMethod1 = function () { @@ -1846,10 +1865,10 @@ var publicClassWithWithPublicParmeterTypesInGlobal = /** @class */ (function () publicClassWithWithPublicParmeterTypesInGlobal.myPrivateStaticMethod1 = function () { return new publicClassInGlobal(); }; - publicClassWithWithPublicParmeterTypesInGlobal.prototype.myPublicMethod1 = function () { + proto_1.myPublicMethod1 = function () { return new publicClassInGlobal(); }; - publicClassWithWithPublicParmeterTypesInGlobal.prototype.myPrivateMethod1 = function () { + proto_1.myPrivateMethod1 = function () { return new publicClassInGlobal(); }; return publicClassWithWithPublicParmeterTypesInGlobal; @@ -1889,16 +1908,17 @@ var publicModuleInGlobal; var publicClassWithWithPrivateParmeterTypes = /** @class */ (function () { function publicClassWithWithPrivateParmeterTypes() { } + var proto_2 = publicClassWithWithPrivateParmeterTypes.prototype; publicClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function () { return null; }; publicClassWithWithPrivateParmeterTypes.myPrivateStaticMethod = function () { return null; }; - publicClassWithWithPrivateParmeterTypes.prototype.myPublicMethod = function () { + proto_2.myPublicMethod = function () { return null; }; - publicClassWithWithPrivateParmeterTypes.prototype.myPrivateMethod = function () { + proto_2.myPrivateMethod = function () { return null; }; publicClassWithWithPrivateParmeterTypes.myPublicStaticMethod1 = function () { @@ -1907,10 +1927,10 @@ var publicModuleInGlobal; publicClassWithWithPrivateParmeterTypes.myPrivateStaticMethod1 = function () { return new privateClass(); }; - publicClassWithWithPrivateParmeterTypes.prototype.myPublicMethod1 = function () { + proto_2.myPublicMethod1 = function () { return new privateClass(); }; - publicClassWithWithPrivateParmeterTypes.prototype.myPrivateMethod1 = function () { + proto_2.myPrivateMethod1 = function () { return new privateClass(); }; return publicClassWithWithPrivateParmeterTypes; @@ -1919,16 +1939,17 @@ var publicModuleInGlobal; var publicClassWithWithPublicParmeterTypes = /** @class */ (function () { function publicClassWithWithPublicParmeterTypes() { } + var proto_3 = publicClassWithWithPublicParmeterTypes.prototype; publicClassWithWithPublicParmeterTypes.myPublicStaticMethod = function () { return null; }; publicClassWithWithPublicParmeterTypes.myPrivateStaticMethod = function () { return null; }; - publicClassWithWithPublicParmeterTypes.prototype.myPublicMethod = function () { + proto_3.myPublicMethod = function () { return null; }; - publicClassWithWithPublicParmeterTypes.prototype.myPrivateMethod = function () { + proto_3.myPrivateMethod = function () { return null; }; publicClassWithWithPublicParmeterTypes.myPublicStaticMethod1 = function () { @@ -1937,10 +1958,10 @@ var publicModuleInGlobal; publicClassWithWithPublicParmeterTypes.myPrivateStaticMethod1 = function () { return new publicClass(); }; - publicClassWithWithPublicParmeterTypes.prototype.myPublicMethod1 = function () { + proto_3.myPublicMethod1 = function () { return new publicClass(); }; - publicClassWithWithPublicParmeterTypes.prototype.myPrivateMethod1 = function () { + proto_3.myPrivateMethod1 = function () { return new publicClass(); }; return publicClassWithWithPublicParmeterTypes; @@ -1949,16 +1970,17 @@ var publicModuleInGlobal; var privateClassWithWithPrivateParmeterTypes = /** @class */ (function () { function privateClassWithWithPrivateParmeterTypes() { } + var proto_4 = privateClassWithWithPrivateParmeterTypes.prototype; privateClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function () { return null; }; privateClassWithWithPrivateParmeterTypes.myPrivateStaticMethod = function () { return null; }; - privateClassWithWithPrivateParmeterTypes.prototype.myPublicMethod = function () { + proto_4.myPublicMethod = function () { return null; }; - privateClassWithWithPrivateParmeterTypes.prototype.myPrivateMethod = function () { + proto_4.myPrivateMethod = function () { return null; }; privateClassWithWithPrivateParmeterTypes.myPublicStaticMethod1 = function () { @@ -1967,10 +1989,10 @@ var publicModuleInGlobal; privateClassWithWithPrivateParmeterTypes.myPrivateStaticMethod1 = function () { return new privateClass(); }; - privateClassWithWithPrivateParmeterTypes.prototype.myPublicMethod1 = function () { + proto_4.myPublicMethod1 = function () { return new privateClass(); }; - privateClassWithWithPrivateParmeterTypes.prototype.myPrivateMethod1 = function () { + proto_4.myPrivateMethod1 = function () { return new privateClass(); }; return privateClassWithWithPrivateParmeterTypes; @@ -1978,16 +2000,17 @@ var publicModuleInGlobal; var privateClassWithWithPublicParmeterTypes = /** @class */ (function () { function privateClassWithWithPublicParmeterTypes() { } + var proto_5 = privateClassWithWithPublicParmeterTypes.prototype; privateClassWithWithPublicParmeterTypes.myPublicStaticMethod = function () { return null; }; privateClassWithWithPublicParmeterTypes.myPrivateStaticMethod = function () { return null; }; - privateClassWithWithPublicParmeterTypes.prototype.myPublicMethod = function () { + proto_5.myPublicMethod = function () { return null; }; - privateClassWithWithPublicParmeterTypes.prototype.myPrivateMethod = function () { + proto_5.myPrivateMethod = function () { return null; }; privateClassWithWithPublicParmeterTypes.myPublicStaticMethod1 = function () { @@ -1996,10 +2019,10 @@ var publicModuleInGlobal; privateClassWithWithPublicParmeterTypes.myPrivateStaticMethod1 = function () { return new publicClass(); }; - privateClassWithWithPublicParmeterTypes.prototype.myPublicMethod1 = function () { + proto_5.myPublicMethod1 = function () { return new publicClass(); }; - privateClassWithWithPublicParmeterTypes.prototype.myPrivateMethod1 = function () { + proto_5.myPrivateMethod1 = function () { return new publicClass(); }; return privateClassWithWithPublicParmeterTypes; @@ -2035,16 +2058,17 @@ var publicModuleInGlobal; var publicClassWithPrivateModuleParameterTypes = /** @class */ (function () { function publicClassWithPrivateModuleParameterTypes() { } + var proto_6 = publicClassWithPrivateModuleParameterTypes.prototype; publicClassWithPrivateModuleParameterTypes.myPublicStaticMethod = function () { return null; }; - publicClassWithPrivateModuleParameterTypes.prototype.myPublicMethod = function () { + proto_6.myPublicMethod = function () { return null; }; publicClassWithPrivateModuleParameterTypes.myPublicStaticMethod1 = function () { return new privateModule.publicClass(); }; - publicClassWithPrivateModuleParameterTypes.prototype.myPublicMethod1 = function () { + proto_6.myPublicMethod1 = function () { return new privateModule.publicClass(); }; return publicClassWithPrivateModuleParameterTypes; @@ -2061,16 +2085,17 @@ var publicModuleInGlobal; var privateClassWithPrivateModuleParameterTypes = /** @class */ (function () { function privateClassWithPrivateModuleParameterTypes() { } + var proto_7 = privateClassWithPrivateModuleParameterTypes.prototype; privateClassWithPrivateModuleParameterTypes.myPublicStaticMethod = function () { return null; }; - privateClassWithPrivateModuleParameterTypes.prototype.myPublicMethod = function () { + proto_7.myPublicMethod = function () { return null; }; privateClassWithPrivateModuleParameterTypes.myPublicStaticMethod1 = function () { return new privateModule.publicClass(); }; - privateClassWithPrivateModuleParameterTypes.prototype.myPublicMethod1 = function () { + proto_7.myPublicMethod1 = function () { return new privateModule.publicClass(); }; return privateClassWithPrivateModuleParameterTypes; @@ -2085,16 +2110,17 @@ var publicModuleInGlobal; var publicClassWithWithPrivateParmeterTypes = /** @class */ (function () { function publicClassWithWithPrivateParmeterTypes() { } + var proto_8 = publicClassWithWithPrivateParmeterTypes.prototype; publicClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function () { return null; }; publicClassWithWithPrivateParmeterTypes.myPrivateStaticMethod = function () { return null; }; - publicClassWithWithPrivateParmeterTypes.prototype.myPublicMethod = function () { + proto_8.myPublicMethod = function () { return null; }; - publicClassWithWithPrivateParmeterTypes.prototype.myPrivateMethod = function () { + proto_8.myPrivateMethod = function () { return null; }; publicClassWithWithPrivateParmeterTypes.myPublicStaticMethod1 = function () { @@ -2103,10 +2129,10 @@ var publicModuleInGlobal; publicClassWithWithPrivateParmeterTypes.myPrivateStaticMethod1 = function () { return new privateClass(); }; - publicClassWithWithPrivateParmeterTypes.prototype.myPublicMethod1 = function () { + proto_8.myPublicMethod1 = function () { return new privateClass(); }; - publicClassWithWithPrivateParmeterTypes.prototype.myPrivateMethod1 = function () { + proto_8.myPrivateMethod1 = function () { return new privateClass(); }; return publicClassWithWithPrivateParmeterTypes; @@ -2115,16 +2141,17 @@ var publicModuleInGlobal; var publicClassWithWithPublicParmeterTypes = /** @class */ (function () { function publicClassWithWithPublicParmeterTypes() { } + var proto_9 = publicClassWithWithPublicParmeterTypes.prototype; publicClassWithWithPublicParmeterTypes.myPublicStaticMethod = function () { return null; }; publicClassWithWithPublicParmeterTypes.myPrivateStaticMethod = function () { return null; }; - publicClassWithWithPublicParmeterTypes.prototype.myPublicMethod = function () { + proto_9.myPublicMethod = function () { return null; }; - publicClassWithWithPublicParmeterTypes.prototype.myPrivateMethod = function () { + proto_9.myPrivateMethod = function () { return null; }; publicClassWithWithPublicParmeterTypes.myPublicStaticMethod1 = function () { @@ -2133,10 +2160,10 @@ var publicModuleInGlobal; publicClassWithWithPublicParmeterTypes.myPrivateStaticMethod1 = function () { return new publicClass(); }; - publicClassWithWithPublicParmeterTypes.prototype.myPublicMethod1 = function () { + proto_9.myPublicMethod1 = function () { return new publicClass(); }; - publicClassWithWithPublicParmeterTypes.prototype.myPrivateMethod1 = function () { + proto_9.myPrivateMethod1 = function () { return new publicClass(); }; return publicClassWithWithPublicParmeterTypes; @@ -2145,16 +2172,17 @@ var publicModuleInGlobal; var privateClassWithWithPrivateParmeterTypes = /** @class */ (function () { function privateClassWithWithPrivateParmeterTypes() { } + var proto_10 = privateClassWithWithPrivateParmeterTypes.prototype; privateClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function () { return null; }; privateClassWithWithPrivateParmeterTypes.myPrivateStaticMethod = function () { return null; }; - privateClassWithWithPrivateParmeterTypes.prototype.myPublicMethod = function () { + proto_10.myPublicMethod = function () { return null; }; - privateClassWithWithPrivateParmeterTypes.prototype.myPrivateMethod = function () { + proto_10.myPrivateMethod = function () { return null; }; privateClassWithWithPrivateParmeterTypes.myPublicStaticMethod1 = function () { @@ -2163,10 +2191,10 @@ var publicModuleInGlobal; privateClassWithWithPrivateParmeterTypes.myPrivateStaticMethod1 = function () { return new privateClass(); }; - privateClassWithWithPrivateParmeterTypes.prototype.myPublicMethod1 = function () { + proto_10.myPublicMethod1 = function () { return new privateClass(); }; - privateClassWithWithPrivateParmeterTypes.prototype.myPrivateMethod1 = function () { + proto_10.myPrivateMethod1 = function () { return new privateClass(); }; return privateClassWithWithPrivateParmeterTypes; @@ -2174,16 +2202,17 @@ var publicModuleInGlobal; var privateClassWithWithPublicParmeterTypes = /** @class */ (function () { function privateClassWithWithPublicParmeterTypes() { } + var proto_11 = privateClassWithWithPublicParmeterTypes.prototype; privateClassWithWithPublicParmeterTypes.myPublicStaticMethod = function () { return null; }; privateClassWithWithPublicParmeterTypes.myPrivateStaticMethod = function () { return null; }; - privateClassWithWithPublicParmeterTypes.prototype.myPublicMethod = function () { + proto_11.myPublicMethod = function () { return null; }; - privateClassWithWithPublicParmeterTypes.prototype.myPrivateMethod = function () { + proto_11.myPrivateMethod = function () { return null; }; privateClassWithWithPublicParmeterTypes.myPublicStaticMethod1 = function () { @@ -2192,10 +2221,10 @@ var publicModuleInGlobal; privateClassWithWithPublicParmeterTypes.myPrivateStaticMethod1 = function () { return new publicClass(); }; - privateClassWithWithPublicParmeterTypes.prototype.myPublicMethod1 = function () { + proto_11.myPublicMethod1 = function () { return new publicClass(); }; - privateClassWithWithPublicParmeterTypes.prototype.myPrivateMethod1 = function () { + proto_11.myPrivateMethod1 = function () { return new publicClass(); }; return privateClassWithWithPublicParmeterTypes; @@ -2231,16 +2260,17 @@ var publicModuleInGlobal; var publicClassWithPrivateModuleParameterTypes = /** @class */ (function () { function publicClassWithPrivateModuleParameterTypes() { } + var proto_12 = publicClassWithPrivateModuleParameterTypes.prototype; publicClassWithPrivateModuleParameterTypes.myPublicStaticMethod = function () { return null; }; - publicClassWithPrivateModuleParameterTypes.prototype.myPublicMethod = function () { + proto_12.myPublicMethod = function () { return null; }; publicClassWithPrivateModuleParameterTypes.myPublicStaticMethod1 = function () { return new privateModule.publicClass(); }; - publicClassWithPrivateModuleParameterTypes.prototype.myPublicMethod1 = function () { + proto_12.myPublicMethod1 = function () { return new privateModule.publicClass(); }; return publicClassWithPrivateModuleParameterTypes; @@ -2257,16 +2287,17 @@ var publicModuleInGlobal; var privateClassWithPrivateModuleParameterTypes = /** @class */ (function () { function privateClassWithPrivateModuleParameterTypes() { } + var proto_13 = privateClassWithPrivateModuleParameterTypes.prototype; privateClassWithPrivateModuleParameterTypes.myPublicStaticMethod = function () { return null; }; - privateClassWithPrivateModuleParameterTypes.prototype.myPublicMethod = function () { + proto_13.myPublicMethod = function () { return null; }; privateClassWithPrivateModuleParameterTypes.myPublicStaticMethod1 = function () { return new privateModule.publicClass(); }; - privateClassWithPrivateModuleParameterTypes.prototype.myPublicMethod1 = function () { + proto_13.myPublicMethod1 = function () { return new privateModule.publicClass(); }; return privateClassWithPrivateModuleParameterTypes; diff --git a/tests/baselines/reference/privacyGetter.js b/tests/baselines/reference/privacyGetter.js index 92fd5e82bec8c..0164c98bffa03 100644 --- a/tests/baselines/reference/privacyGetter.js +++ b/tests/baselines/reference/privacyGetter.js @@ -229,7 +229,8 @@ define(["require", "exports"], function (require, exports) { var C3_public = /** @class */ (function () { function C3_public() { } - Object.defineProperty(C3_public.prototype, "p1_private", { + var proto_1 = C3_public.prototype; + Object.defineProperty(proto_1, "p1_private", { get: function () { return new C1_public(); }, @@ -238,7 +239,7 @@ define(["require", "exports"], function (require, exports) { enumerable: true, configurable: true }); - Object.defineProperty(C3_public.prototype, "p2_private", { + Object.defineProperty(proto_1, "p2_private", { get: function () { return new C1_public(); }, @@ -247,7 +248,7 @@ define(["require", "exports"], function (require, exports) { enumerable: true, configurable: true }); - Object.defineProperty(C3_public.prototype, "p3_private", { + Object.defineProperty(proto_1, "p3_private", { get: function () { return new C2_private(); }, @@ -256,7 +257,7 @@ define(["require", "exports"], function (require, exports) { enumerable: true, configurable: true }); - Object.defineProperty(C3_public.prototype, "p4_public", { + Object.defineProperty(proto_1, "p4_public", { get: function () { return new C2_private(); //error }, @@ -271,7 +272,8 @@ define(["require", "exports"], function (require, exports) { var C4_private = /** @class */ (function () { function C4_private() { } - Object.defineProperty(C4_private.prototype, "p1_private", { + var proto_2 = C4_private.prototype; + Object.defineProperty(proto_2, "p1_private", { get: function () { return new C1_public(); }, @@ -280,7 +282,7 @@ define(["require", "exports"], function (require, exports) { enumerable: true, configurable: true }); - Object.defineProperty(C4_private.prototype, "p2_private", { + Object.defineProperty(proto_2, "p2_private", { get: function () { return new C1_public(); }, @@ -289,7 +291,7 @@ define(["require", "exports"], function (require, exports) { enumerable: true, configurable: true }); - Object.defineProperty(C4_private.prototype, "p3_private", { + Object.defineProperty(proto_2, "p3_private", { get: function () { return new C2_private(); }, @@ -298,7 +300,7 @@ define(["require", "exports"], function (require, exports) { enumerable: true, configurable: true }); - Object.defineProperty(C4_private.prototype, "p4_public", { + Object.defineProperty(proto_2, "p4_public", { get: function () { return new C2_private(); }, @@ -328,7 +330,8 @@ define(["require", "exports"], function (require, exports) { var m2_C3_public = /** @class */ (function () { function m2_C3_public() { } - Object.defineProperty(m2_C3_public.prototype, "p1_private", { + var proto_3 = m2_C3_public.prototype; + Object.defineProperty(proto_3, "p1_private", { get: function () { return new m2_C1_public(); }, @@ -337,7 +340,7 @@ define(["require", "exports"], function (require, exports) { enumerable: true, configurable: true }); - Object.defineProperty(m2_C3_public.prototype, "p2_private", { + Object.defineProperty(proto_3, "p2_private", { get: function () { return new m2_C1_public(); }, @@ -346,7 +349,7 @@ define(["require", "exports"], function (require, exports) { enumerable: true, configurable: true }); - Object.defineProperty(m2_C3_public.prototype, "p3_private", { + Object.defineProperty(proto_3, "p3_private", { get: function () { return new m2_C2_private(); }, @@ -355,7 +358,7 @@ define(["require", "exports"], function (require, exports) { enumerable: true, configurable: true }); - Object.defineProperty(m2_C3_public.prototype, "p4_public", { + Object.defineProperty(proto_3, "p4_public", { get: function () { return new m2_C2_private(); }, @@ -370,7 +373,8 @@ define(["require", "exports"], function (require, exports) { var m2_C4_private = /** @class */ (function () { function m2_C4_private() { } - Object.defineProperty(m2_C4_private.prototype, "p1_private", { + var proto_4 = m2_C4_private.prototype; + Object.defineProperty(proto_4, "p1_private", { get: function () { return new m2_C1_public(); }, @@ -379,7 +383,7 @@ define(["require", "exports"], function (require, exports) { enumerable: true, configurable: true }); - Object.defineProperty(m2_C4_private.prototype, "p2_private", { + Object.defineProperty(proto_4, "p2_private", { get: function () { return new m2_C1_public(); }, @@ -388,7 +392,7 @@ define(["require", "exports"], function (require, exports) { enumerable: true, configurable: true }); - Object.defineProperty(m2_C4_private.prototype, "p3_private", { + Object.defineProperty(proto_4, "p3_private", { get: function () { return new m2_C2_private(); }, @@ -397,7 +401,7 @@ define(["require", "exports"], function (require, exports) { enumerable: true, configurable: true }); - Object.defineProperty(m2_C4_private.prototype, "p4_public", { + Object.defineProperty(proto_4, "p4_public", { get: function () { return new m2_C2_private(); }, @@ -425,7 +429,8 @@ define(["require", "exports"], function (require, exports) { var C7_public = /** @class */ (function () { function C7_public() { } - Object.defineProperty(C7_public.prototype, "p1_private", { + var proto_5 = C7_public.prototype; + Object.defineProperty(proto_5, "p1_private", { get: function () { return new C6_public(); }, @@ -434,7 +439,7 @@ define(["require", "exports"], function (require, exports) { enumerable: true, configurable: true }); - Object.defineProperty(C7_public.prototype, "p2_private", { + Object.defineProperty(proto_5, "p2_private", { get: function () { return new C6_public(); }, @@ -443,7 +448,7 @@ define(["require", "exports"], function (require, exports) { enumerable: true, configurable: true }); - Object.defineProperty(C7_public.prototype, "p3_private", { + Object.defineProperty(proto_5, "p3_private", { get: function () { return new C5_private(); }, @@ -452,7 +457,7 @@ define(["require", "exports"], function (require, exports) { enumerable: true, configurable: true }); - Object.defineProperty(C7_public.prototype, "p4_public", { + Object.defineProperty(proto_5, "p4_public", { get: function () { return new C5_private(); //error }, @@ -467,7 +472,8 @@ define(["require", "exports"], function (require, exports) { var C8_private = /** @class */ (function () { function C8_private() { } - Object.defineProperty(C8_private.prototype, "p1_private", { + var proto_6 = C8_private.prototype; + Object.defineProperty(proto_6, "p1_private", { get: function () { return new C6_public(); }, @@ -476,7 +482,7 @@ define(["require", "exports"], function (require, exports) { enumerable: true, configurable: true }); - Object.defineProperty(C8_private.prototype, "p2_private", { + Object.defineProperty(proto_6, "p2_private", { get: function () { return new C6_public(); }, @@ -485,7 +491,7 @@ define(["require", "exports"], function (require, exports) { enumerable: true, configurable: true }); - Object.defineProperty(C8_private.prototype, "p3_private", { + Object.defineProperty(proto_6, "p3_private", { get: function () { return new C5_private(); }, @@ -494,7 +500,7 @@ define(["require", "exports"], function (require, exports) { enumerable: true, configurable: true }); - Object.defineProperty(C8_private.prototype, "p4_public", { + Object.defineProperty(proto_6, "p4_public", { get: function () { return new C5_private(); }, diff --git a/tests/baselines/reference/privacyGloFunc.js b/tests/baselines/reference/privacyGloFunc.js index 7e08522bfe1fe..7b228a31ea126 100644 --- a/tests/baselines/reference/privacyGloFunc.js +++ b/tests/baselines/reference/privacyGloFunc.js @@ -552,36 +552,37 @@ define(["require", "exports"], function (require, exports) { var C3_public = /** @class */ (function () { function C3_public(m1_c3_c1_2) { } - C3_public.prototype.f1_private = function (m1_c3_f1_arg) { + var proto_1 = C3_public.prototype; + proto_1.f1_private = function (m1_c3_f1_arg) { }; - C3_public.prototype.f2_public = function (m1_c3_f2_arg) { + proto_1.f2_public = function (m1_c3_f2_arg) { }; - C3_public.prototype.f3_private = function (m1_c3_f3_arg) { + proto_1.f3_private = function (m1_c3_f3_arg) { }; - C3_public.prototype.f4_public = function (m1_c3_f4_arg) { + proto_1.f4_public = function (m1_c3_f4_arg) { }; - C3_public.prototype.f5_private = function () { + proto_1.f5_private = function () { return new C1_public(); }; - C3_public.prototype.f6_public = function () { + proto_1.f6_public = function () { return new C1_public(); }; - C3_public.prototype.f7_private = function () { + proto_1.f7_private = function () { return new C2_private(); }; - C3_public.prototype.f8_public = function () { + proto_1.f8_public = function () { return new C2_private(); // error }; - C3_public.prototype.f9_private = function () { + proto_1.f9_private = function () { return new C1_public(); }; - C3_public.prototype.f10_public = function () { + proto_1.f10_public = function () { return new C1_public(); }; - C3_public.prototype.f11_private = function () { + proto_1.f11_private = function () { return new C2_private(); }; - C3_public.prototype.f12_public = function () { + proto_1.f12_public = function () { return new C2_private(); //error }; return C3_public; @@ -590,36 +591,37 @@ define(["require", "exports"], function (require, exports) { var C4_private = /** @class */ (function () { function C4_private(m1_c4_c1_2) { } - C4_private.prototype.f1_private = function (m1_c4_f1_arg) { + var proto_2 = C4_private.prototype; + proto_2.f1_private = function (m1_c4_f1_arg) { }; - C4_private.prototype.f2_public = function (m1_c4_f2_arg) { + proto_2.f2_public = function (m1_c4_f2_arg) { }; - C4_private.prototype.f3_private = function (m1_c4_f3_arg) { + proto_2.f3_private = function (m1_c4_f3_arg) { }; - C4_private.prototype.f4_public = function (m1_c4_f4_arg) { + proto_2.f4_public = function (m1_c4_f4_arg) { }; - C4_private.prototype.f5_private = function () { + proto_2.f5_private = function () { return new C1_public(); }; - C4_private.prototype.f6_public = function () { + proto_2.f6_public = function () { return new C1_public(); }; - C4_private.prototype.f7_private = function () { + proto_2.f7_private = function () { return new C2_private(); }; - C4_private.prototype.f8_public = function () { + proto_2.f8_public = function () { return new C2_private(); }; - C4_private.prototype.f9_private = function () { + proto_2.f9_private = function () { return new C1_public(); }; - C4_private.prototype.f10_public = function () { + proto_2.f10_public = function () { return new C1_public(); }; - C4_private.prototype.f11_private = function () { + proto_2.f11_private = function () { return new C2_private(); }; - C4_private.prototype.f12_public = function () { + proto_2.f12_public = function () { return new C2_private(); }; return C4_private; @@ -703,36 +705,37 @@ define(["require", "exports"], function (require, exports) { var m2_C3_public = /** @class */ (function () { function m2_C3_public(m2_c3_c1_2) { } - m2_C3_public.prototype.f1_private = function (m2_c3_f1_arg) { + var proto_3 = m2_C3_public.prototype; + proto_3.f1_private = function (m2_c3_f1_arg) { }; - m2_C3_public.prototype.f2_public = function (m2_c3_f2_arg) { + proto_3.f2_public = function (m2_c3_f2_arg) { }; - m2_C3_public.prototype.f3_private = function (m2_c3_f3_arg) { + proto_3.f3_private = function (m2_c3_f3_arg) { }; - m2_C3_public.prototype.f4_public = function (m2_c3_f4_arg) { + proto_3.f4_public = function (m2_c3_f4_arg) { }; - m2_C3_public.prototype.f5_private = function () { + proto_3.f5_private = function () { return new m2_C1_public(); }; - m2_C3_public.prototype.f6_public = function () { + proto_3.f6_public = function () { return new m2_C1_public(); }; - m2_C3_public.prototype.f7_private = function () { + proto_3.f7_private = function () { return new m2_C2_private(); }; - m2_C3_public.prototype.f8_public = function () { + proto_3.f8_public = function () { return new m2_C2_private(); }; - m2_C3_public.prototype.f9_private = function () { + proto_3.f9_private = function () { return new m2_C1_public(); }; - m2_C3_public.prototype.f10_public = function () { + proto_3.f10_public = function () { return new m2_C1_public(); }; - m2_C3_public.prototype.f11_private = function () { + proto_3.f11_private = function () { return new m2_C2_private(); }; - m2_C3_public.prototype.f12_public = function () { + proto_3.f12_public = function () { return new m2_C2_private(); }; return m2_C3_public; @@ -741,36 +744,37 @@ define(["require", "exports"], function (require, exports) { var m2_C4_private = /** @class */ (function () { function m2_C4_private(m2_c4_c1_2) { } - m2_C4_private.prototype.f1_private = function (m2_c4_f1_arg) { + var proto_4 = m2_C4_private.prototype; + proto_4.f1_private = function (m2_c4_f1_arg) { }; - m2_C4_private.prototype.f2_public = function (m2_c4_f2_arg) { + proto_4.f2_public = function (m2_c4_f2_arg) { }; - m2_C4_private.prototype.f3_private = function (m2_c4_f3_arg) { + proto_4.f3_private = function (m2_c4_f3_arg) { }; - m2_C4_private.prototype.f4_public = function (m2_c4_f4_arg) { + proto_4.f4_public = function (m2_c4_f4_arg) { }; - m2_C4_private.prototype.f5_private = function () { + proto_4.f5_private = function () { return new m2_C1_public(); }; - m2_C4_private.prototype.f6_public = function () { + proto_4.f6_public = function () { return new m2_C1_public(); }; - m2_C4_private.prototype.f7_private = function () { + proto_4.f7_private = function () { return new m2_C2_private(); }; - m2_C4_private.prototype.f8_public = function () { + proto_4.f8_public = function () { return new m2_C2_private(); }; - m2_C4_private.prototype.f9_private = function () { + proto_4.f9_private = function () { return new m2_C1_public(); }; - m2_C4_private.prototype.f10_public = function () { + proto_4.f10_public = function () { return new m2_C1_public(); }; - m2_C4_private.prototype.f11_private = function () { + proto_4.f11_private = function () { return new m2_C2_private(); }; - m2_C4_private.prototype.f12_public = function () { + proto_4.f12_public = function () { return new m2_C2_private(); }; return m2_C4_private; @@ -852,36 +856,37 @@ define(["require", "exports"], function (require, exports) { var C7_public = /** @class */ (function () { function C7_public(c7_c1_2) { } - C7_public.prototype.f1_private = function (c7_f1_arg) { + var proto_5 = C7_public.prototype; + proto_5.f1_private = function (c7_f1_arg) { }; - C7_public.prototype.f2_public = function (c7_f2_arg) { + proto_5.f2_public = function (c7_f2_arg) { }; - C7_public.prototype.f3_private = function (c7_f3_arg) { + proto_5.f3_private = function (c7_f3_arg) { }; - C7_public.prototype.f4_public = function (c7_f4_arg) { + proto_5.f4_public = function (c7_f4_arg) { }; - C7_public.prototype.f5_private = function () { + proto_5.f5_private = function () { return new C6_public(); }; - C7_public.prototype.f6_public = function () { + proto_5.f6_public = function () { return new C6_public(); }; - C7_public.prototype.f7_private = function () { + proto_5.f7_private = function () { return new C5_private(); }; - C7_public.prototype.f8_public = function () { + proto_5.f8_public = function () { return new C5_private(); //error }; - C7_public.prototype.f9_private = function () { + proto_5.f9_private = function () { return new C6_public(); }; - C7_public.prototype.f10_public = function () { + proto_5.f10_public = function () { return new C6_public(); }; - C7_public.prototype.f11_private = function () { + proto_5.f11_private = function () { return new C5_private(); }; - C7_public.prototype.f12_public = function () { + proto_5.f12_public = function () { return new C5_private(); //error }; return C7_public; @@ -890,36 +895,37 @@ define(["require", "exports"], function (require, exports) { var C8_private = /** @class */ (function () { function C8_private(c8_c1_2) { } - C8_private.prototype.f1_private = function (c8_f1_arg) { + var proto_6 = C8_private.prototype; + proto_6.f1_private = function (c8_f1_arg) { }; - C8_private.prototype.f2_public = function (c8_f2_arg) { + proto_6.f2_public = function (c8_f2_arg) { }; - C8_private.prototype.f3_private = function (c8_f3_arg) { + proto_6.f3_private = function (c8_f3_arg) { }; - C8_private.prototype.f4_public = function (c8_f4_arg) { + proto_6.f4_public = function (c8_f4_arg) { }; - C8_private.prototype.f5_private = function () { + proto_6.f5_private = function () { return new C6_public(); }; - C8_private.prototype.f6_public = function () { + proto_6.f6_public = function () { return new C6_public(); }; - C8_private.prototype.f7_private = function () { + proto_6.f7_private = function () { return new C5_private(); }; - C8_private.prototype.f8_public = function () { + proto_6.f8_public = function () { return new C5_private(); }; - C8_private.prototype.f9_private = function () { + proto_6.f9_private = function () { return new C6_public(); }; - C8_private.prototype.f10_public = function () { + proto_6.f10_public = function () { return new C6_public(); }; - C8_private.prototype.f11_private = function () { + proto_6.f11_private = function () { return new C5_private(); }; - C8_private.prototype.f12_public = function () { + proto_6.f12_public = function () { return new C5_private(); }; return C8_private; diff --git a/tests/baselines/reference/privacyGloGetter.js b/tests/baselines/reference/privacyGloGetter.js index 392272b4d0248..ead187e854b0a 100644 --- a/tests/baselines/reference/privacyGloGetter.js +++ b/tests/baselines/reference/privacyGloGetter.js @@ -107,7 +107,8 @@ var m1; var C3_public = /** @class */ (function () { function C3_public() { } - Object.defineProperty(C3_public.prototype, "p1_private", { + var proto_1 = C3_public.prototype; + Object.defineProperty(proto_1, "p1_private", { get: function () { return new C1_public(); }, @@ -116,7 +117,7 @@ var m1; enumerable: true, configurable: true }); - Object.defineProperty(C3_public.prototype, "p2_private", { + Object.defineProperty(proto_1, "p2_private", { get: function () { return new C1_public(); }, @@ -125,7 +126,7 @@ var m1; enumerable: true, configurable: true }); - Object.defineProperty(C3_public.prototype, "p3_private", { + Object.defineProperty(proto_1, "p3_private", { get: function () { return new C2_private(); }, @@ -134,7 +135,7 @@ var m1; enumerable: true, configurable: true }); - Object.defineProperty(C3_public.prototype, "p4_public", { + Object.defineProperty(proto_1, "p4_public", { get: function () { return new C2_private(); //error }, @@ -149,7 +150,8 @@ var m1; var C4_private = /** @class */ (function () { function C4_private() { } - Object.defineProperty(C4_private.prototype, "p1_private", { + var proto_2 = C4_private.prototype; + Object.defineProperty(proto_2, "p1_private", { get: function () { return new C1_public(); }, @@ -158,7 +160,7 @@ var m1; enumerable: true, configurable: true }); - Object.defineProperty(C4_private.prototype, "p2_private", { + Object.defineProperty(proto_2, "p2_private", { get: function () { return new C1_public(); }, @@ -167,7 +169,7 @@ var m1; enumerable: true, configurable: true }); - Object.defineProperty(C4_private.prototype, "p3_private", { + Object.defineProperty(proto_2, "p3_private", { get: function () { return new C2_private(); }, @@ -176,7 +178,7 @@ var m1; enumerable: true, configurable: true }); - Object.defineProperty(C4_private.prototype, "p4_public", { + Object.defineProperty(proto_2, "p4_public", { get: function () { return new C2_private(); }, @@ -196,7 +198,8 @@ var C6_public = /** @class */ (function () { var C7_public = /** @class */ (function () { function C7_public() { } - Object.defineProperty(C7_public.prototype, "p1_private", { + var proto_3 = C7_public.prototype; + Object.defineProperty(proto_3, "p1_private", { get: function () { return new C6_public(); }, @@ -205,7 +208,7 @@ var C7_public = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(C7_public.prototype, "p2_private", { + Object.defineProperty(proto_3, "p2_private", { get: function () { return new C6_public(); }, diff --git a/tests/baselines/reference/privacyTypeParameterOfFunction.js b/tests/baselines/reference/privacyTypeParameterOfFunction.js index 7edc37981c0a7..6cde364bbd686 100644 --- a/tests/baselines/reference/privacyTypeParameterOfFunction.js +++ b/tests/baselines/reference/privacyTypeParameterOfFunction.js @@ -149,15 +149,16 @@ exports.publicClass = publicClass; var publicClassWithWithPrivateTypeParameters = /** @class */ (function () { function publicClassWithWithPrivateTypeParameters() { } + var proto_1 = publicClassWithWithPrivateTypeParameters.prototype; // TypeParameter_0_of_public_static_method_from_exported_class_has_or_is_using_private_type_1 publicClassWithWithPrivateTypeParameters.myPublicStaticMethod = function () { }; publicClassWithWithPrivateTypeParameters.myPrivateStaticMethod = function () { }; // TypeParameter_0_of_public_method_from_exported_class_has_or_is_using_private_type_1 - publicClassWithWithPrivateTypeParameters.prototype.myPublicMethod = function () { + proto_1.myPublicMethod = function () { }; - publicClassWithWithPrivateTypeParameters.prototype.myPrivateMethod = function () { + proto_1.myPrivateMethod = function () { }; return publicClassWithWithPrivateTypeParameters; }()); @@ -165,13 +166,14 @@ exports.publicClassWithWithPrivateTypeParameters = publicClassWithWithPrivateTyp var publicClassWithWithPublicTypeParameters = /** @class */ (function () { function publicClassWithWithPublicTypeParameters() { } + var proto_2 = publicClassWithWithPublicTypeParameters.prototype; publicClassWithWithPublicTypeParameters.myPublicStaticMethod = function () { }; publicClassWithWithPublicTypeParameters.myPrivateStaticMethod = function () { }; - publicClassWithWithPublicTypeParameters.prototype.myPublicMethod = function () { + proto_2.myPublicMethod = function () { }; - publicClassWithWithPublicTypeParameters.prototype.myPrivateMethod = function () { + proto_2.myPrivateMethod = function () { }; return publicClassWithWithPublicTypeParameters; }()); @@ -179,26 +181,28 @@ exports.publicClassWithWithPublicTypeParameters = publicClassWithWithPublicTypeP var privateClassWithWithPrivateTypeParameters = /** @class */ (function () { function privateClassWithWithPrivateTypeParameters() { } + var proto_3 = privateClassWithWithPrivateTypeParameters.prototype; privateClassWithWithPrivateTypeParameters.myPublicStaticMethod = function () { }; privateClassWithWithPrivateTypeParameters.myPrivateStaticMethod = function () { }; - privateClassWithWithPrivateTypeParameters.prototype.myPublicMethod = function () { + proto_3.myPublicMethod = function () { }; - privateClassWithWithPrivateTypeParameters.prototype.myPrivateMethod = function () { + proto_3.myPrivateMethod = function () { }; return privateClassWithWithPrivateTypeParameters; }()); var privateClassWithWithPublicTypeParameters = /** @class */ (function () { function privateClassWithWithPublicTypeParameters() { } + var proto_4 = privateClassWithWithPublicTypeParameters.prototype; privateClassWithWithPublicTypeParameters.myPublicStaticMethod = function () { }; privateClassWithWithPublicTypeParameters.myPrivateStaticMethod = function () { }; - privateClassWithWithPublicTypeParameters.prototype.myPublicMethod = function () { + proto_4.myPublicMethod = function () { }; - privateClassWithWithPublicTypeParameters.prototype.myPrivateMethod = function () { + proto_4.myPrivateMethod = function () { }; return privateClassWithWithPublicTypeParameters; }()); @@ -216,13 +220,14 @@ function privateFunctionWithPublicTypeParameters() { var publicClassWithWithPublicTypeParametersWithoutExtends = /** @class */ (function () { function publicClassWithWithPublicTypeParametersWithoutExtends() { } + var proto_5 = publicClassWithWithPublicTypeParametersWithoutExtends.prototype; publicClassWithWithPublicTypeParametersWithoutExtends.myPublicStaticMethod = function () { }; publicClassWithWithPublicTypeParametersWithoutExtends.myPrivateStaticMethod = function () { }; - publicClassWithWithPublicTypeParametersWithoutExtends.prototype.myPublicMethod = function () { + proto_5.myPublicMethod = function () { }; - publicClassWithWithPublicTypeParametersWithoutExtends.prototype.myPrivateMethod = function () { + proto_5.myPrivateMethod = function () { }; return publicClassWithWithPublicTypeParametersWithoutExtends; }()); @@ -230,13 +235,14 @@ exports.publicClassWithWithPublicTypeParametersWithoutExtends = publicClassWithW var privateClassWithWithPublicTypeParametersWithoutExtends = /** @class */ (function () { function privateClassWithWithPublicTypeParametersWithoutExtends() { } + var proto_6 = privateClassWithWithPublicTypeParametersWithoutExtends.prototype; privateClassWithWithPublicTypeParametersWithoutExtends.myPublicStaticMethod = function () { }; privateClassWithWithPublicTypeParametersWithoutExtends.myPrivateStaticMethod = function () { }; - privateClassWithWithPublicTypeParametersWithoutExtends.prototype.myPublicMethod = function () { + proto_6.myPublicMethod = function () { }; - privateClassWithWithPublicTypeParametersWithoutExtends.prototype.myPrivateMethod = function () { + proto_6.myPrivateMethod = function () { }; return privateClassWithWithPublicTypeParametersWithoutExtends; }()); diff --git a/tests/baselines/reference/privacyTypeParameterOfFunctionDeclFile.js b/tests/baselines/reference/privacyTypeParameterOfFunctionDeclFile.js index bb541a4800780..c69e4f84c7b67 100644 --- a/tests/baselines/reference/privacyTypeParameterOfFunctionDeclFile.js +++ b/tests/baselines/reference/privacyTypeParameterOfFunctionDeclFile.js @@ -455,13 +455,14 @@ exports.publicClass = publicClass; var publicClassWithWithPrivateTypeParameters = /** @class */ (function () { function publicClassWithWithPrivateTypeParameters() { } + var proto_1 = publicClassWithWithPrivateTypeParameters.prototype; publicClassWithWithPrivateTypeParameters.myPublicStaticMethod = function () { }; publicClassWithWithPrivateTypeParameters.myPrivateStaticMethod = function () { }; - publicClassWithWithPrivateTypeParameters.prototype.myPublicMethod = function () { + proto_1.myPublicMethod = function () { }; - publicClassWithWithPrivateTypeParameters.prototype.myPrivateMethod = function () { + proto_1.myPrivateMethod = function () { }; return publicClassWithWithPrivateTypeParameters; }()); @@ -469,13 +470,14 @@ exports.publicClassWithWithPrivateTypeParameters = publicClassWithWithPrivateTyp var publicClassWithWithPublicTypeParameters = /** @class */ (function () { function publicClassWithWithPublicTypeParameters() { } + var proto_2 = publicClassWithWithPublicTypeParameters.prototype; publicClassWithWithPublicTypeParameters.myPublicStaticMethod = function () { }; publicClassWithWithPublicTypeParameters.myPrivateStaticMethod = function () { }; - publicClassWithWithPublicTypeParameters.prototype.myPublicMethod = function () { + proto_2.myPublicMethod = function () { }; - publicClassWithWithPublicTypeParameters.prototype.myPrivateMethod = function () { + proto_2.myPrivateMethod = function () { }; return publicClassWithWithPublicTypeParameters; }()); @@ -483,26 +485,28 @@ exports.publicClassWithWithPublicTypeParameters = publicClassWithWithPublicTypeP var privateClassWithWithPrivateTypeParameters = /** @class */ (function () { function privateClassWithWithPrivateTypeParameters() { } + var proto_3 = privateClassWithWithPrivateTypeParameters.prototype; privateClassWithWithPrivateTypeParameters.myPublicStaticMethod = function () { }; privateClassWithWithPrivateTypeParameters.myPrivateStaticMethod = function () { }; - privateClassWithWithPrivateTypeParameters.prototype.myPublicMethod = function () { + proto_3.myPublicMethod = function () { }; - privateClassWithWithPrivateTypeParameters.prototype.myPrivateMethod = function () { + proto_3.myPrivateMethod = function () { }; return privateClassWithWithPrivateTypeParameters; }()); var privateClassWithWithPublicTypeParameters = /** @class */ (function () { function privateClassWithWithPublicTypeParameters() { } + var proto_4 = privateClassWithWithPublicTypeParameters.prototype; privateClassWithWithPublicTypeParameters.myPublicStaticMethod = function () { }; privateClassWithWithPublicTypeParameters.myPrivateStaticMethod = function () { }; - privateClassWithWithPublicTypeParameters.prototype.myPublicMethod = function () { + proto_4.myPublicMethod = function () { }; - privateClassWithWithPublicTypeParameters.prototype.myPrivateMethod = function () { + proto_4.myPrivateMethod = function () { }; return privateClassWithWithPublicTypeParameters; }()); @@ -519,13 +523,14 @@ function privateFunctionWithPublicTypeParameters() { var publicClassWithWithPublicTypeParametersWithoutExtends = /** @class */ (function () { function publicClassWithWithPublicTypeParametersWithoutExtends() { } + var proto_5 = publicClassWithWithPublicTypeParametersWithoutExtends.prototype; publicClassWithWithPublicTypeParametersWithoutExtends.myPublicStaticMethod = function () { }; publicClassWithWithPublicTypeParametersWithoutExtends.myPrivateStaticMethod = function () { }; - publicClassWithWithPublicTypeParametersWithoutExtends.prototype.myPublicMethod = function () { + proto_5.myPublicMethod = function () { }; - publicClassWithWithPublicTypeParametersWithoutExtends.prototype.myPrivateMethod = function () { + proto_5.myPrivateMethod = function () { }; return publicClassWithWithPublicTypeParametersWithoutExtends; }()); @@ -533,13 +538,14 @@ exports.publicClassWithWithPublicTypeParametersWithoutExtends = publicClassWithW var privateClassWithWithPublicTypeParametersWithoutExtends = /** @class */ (function () { function privateClassWithWithPublicTypeParametersWithoutExtends() { } + var proto_6 = privateClassWithWithPublicTypeParametersWithoutExtends.prototype; privateClassWithWithPublicTypeParametersWithoutExtends.myPublicStaticMethod = function () { }; privateClassWithWithPublicTypeParametersWithoutExtends.myPrivateStaticMethod = function () { }; - privateClassWithWithPublicTypeParametersWithoutExtends.prototype.myPublicMethod = function () { + proto_6.myPublicMethod = function () { }; - privateClassWithWithPublicTypeParametersWithoutExtends.prototype.myPrivateMethod = function () { + proto_6.myPrivateMethod = function () { }; return privateClassWithWithPublicTypeParametersWithoutExtends; }()); @@ -588,13 +594,14 @@ var publicModule; var publicClassWithWithPrivateTypeParameters = /** @class */ (function () { function publicClassWithWithPrivateTypeParameters() { } + var proto_7 = publicClassWithWithPrivateTypeParameters.prototype; publicClassWithWithPrivateTypeParameters.myPublicStaticMethod = function () { }; publicClassWithWithPrivateTypeParameters.myPrivateStaticMethod = function () { }; - publicClassWithWithPrivateTypeParameters.prototype.myPublicMethod = function () { + proto_7.myPublicMethod = function () { }; - publicClassWithWithPrivateTypeParameters.prototype.myPrivateMethod = function () { + proto_7.myPrivateMethod = function () { }; return publicClassWithWithPrivateTypeParameters; }()); @@ -602,13 +609,14 @@ var publicModule; var publicClassWithWithPublicTypeParameters = /** @class */ (function () { function publicClassWithWithPublicTypeParameters() { } + var proto_8 = publicClassWithWithPublicTypeParameters.prototype; publicClassWithWithPublicTypeParameters.myPublicStaticMethod = function () { }; publicClassWithWithPublicTypeParameters.myPrivateStaticMethod = function () { }; - publicClassWithWithPublicTypeParameters.prototype.myPublicMethod = function () { + proto_8.myPublicMethod = function () { }; - publicClassWithWithPublicTypeParameters.prototype.myPrivateMethod = function () { + proto_8.myPrivateMethod = function () { }; return publicClassWithWithPublicTypeParameters; }()); @@ -616,26 +624,28 @@ var publicModule; var privateClassWithWithPrivateTypeParameters = /** @class */ (function () { function privateClassWithWithPrivateTypeParameters() { } + var proto_9 = privateClassWithWithPrivateTypeParameters.prototype; privateClassWithWithPrivateTypeParameters.myPublicStaticMethod = function () { }; privateClassWithWithPrivateTypeParameters.myPrivateStaticMethod = function () { }; - privateClassWithWithPrivateTypeParameters.prototype.myPublicMethod = function () { + proto_9.myPublicMethod = function () { }; - privateClassWithWithPrivateTypeParameters.prototype.myPrivateMethod = function () { + proto_9.myPrivateMethod = function () { }; return privateClassWithWithPrivateTypeParameters; }()); var privateClassWithWithPublicTypeParameters = /** @class */ (function () { function privateClassWithWithPublicTypeParameters() { } + var proto_10 = privateClassWithWithPublicTypeParameters.prototype; privateClassWithWithPublicTypeParameters.myPublicStaticMethod = function () { }; privateClassWithWithPublicTypeParameters.myPrivateStaticMethod = function () { }; - privateClassWithWithPublicTypeParameters.prototype.myPublicMethod = function () { + proto_10.myPublicMethod = function () { }; - privateClassWithWithPublicTypeParameters.prototype.myPrivateMethod = function () { + proto_10.myPrivateMethod = function () { }; return privateClassWithWithPublicTypeParameters; }()); @@ -652,13 +662,14 @@ var publicModule; var publicClassWithWithPublicTypeParametersWithoutExtends = /** @class */ (function () { function publicClassWithWithPublicTypeParametersWithoutExtends() { } + var proto_11 = publicClassWithWithPublicTypeParametersWithoutExtends.prototype; publicClassWithWithPublicTypeParametersWithoutExtends.myPublicStaticMethod = function () { }; publicClassWithWithPublicTypeParametersWithoutExtends.myPrivateStaticMethod = function () { }; - publicClassWithWithPublicTypeParametersWithoutExtends.prototype.myPublicMethod = function () { + proto_11.myPublicMethod = function () { }; - publicClassWithWithPublicTypeParametersWithoutExtends.prototype.myPrivateMethod = function () { + proto_11.myPrivateMethod = function () { }; return publicClassWithWithPublicTypeParametersWithoutExtends; }()); @@ -666,13 +677,14 @@ var publicModule; var privateClassWithWithPublicTypeParametersWithoutExtends = /** @class */ (function () { function privateClassWithWithPublicTypeParametersWithoutExtends() { } + var proto_12 = privateClassWithWithPublicTypeParametersWithoutExtends.prototype; privateClassWithWithPublicTypeParametersWithoutExtends.myPublicStaticMethod = function () { }; privateClassWithWithPublicTypeParametersWithoutExtends.myPrivateStaticMethod = function () { }; - privateClassWithWithPublicTypeParametersWithoutExtends.prototype.myPublicMethod = function () { + proto_12.myPublicMethod = function () { }; - privateClassWithWithPublicTypeParametersWithoutExtends.prototype.myPrivateMethod = function () { + proto_12.myPrivateMethod = function () { }; return privateClassWithWithPublicTypeParametersWithoutExtends; }()); @@ -722,13 +734,14 @@ var privateModule; var publicClassWithWithPrivateTypeParameters = /** @class */ (function () { function publicClassWithWithPrivateTypeParameters() { } + var proto_13 = publicClassWithWithPrivateTypeParameters.prototype; publicClassWithWithPrivateTypeParameters.myPublicStaticMethod = function () { }; publicClassWithWithPrivateTypeParameters.myPrivateStaticMethod = function () { }; - publicClassWithWithPrivateTypeParameters.prototype.myPublicMethod = function () { + proto_13.myPublicMethod = function () { }; - publicClassWithWithPrivateTypeParameters.prototype.myPrivateMethod = function () { + proto_13.myPrivateMethod = function () { }; return publicClassWithWithPrivateTypeParameters; }()); @@ -736,13 +749,14 @@ var privateModule; var publicClassWithWithPublicTypeParameters = /** @class */ (function () { function publicClassWithWithPublicTypeParameters() { } + var proto_14 = publicClassWithWithPublicTypeParameters.prototype; publicClassWithWithPublicTypeParameters.myPublicStaticMethod = function () { }; publicClassWithWithPublicTypeParameters.myPrivateStaticMethod = function () { }; - publicClassWithWithPublicTypeParameters.prototype.myPublicMethod = function () { + proto_14.myPublicMethod = function () { }; - publicClassWithWithPublicTypeParameters.prototype.myPrivateMethod = function () { + proto_14.myPrivateMethod = function () { }; return publicClassWithWithPublicTypeParameters; }()); @@ -750,26 +764,28 @@ var privateModule; var privateClassWithWithPrivateTypeParameters = /** @class */ (function () { function privateClassWithWithPrivateTypeParameters() { } + var proto_15 = privateClassWithWithPrivateTypeParameters.prototype; privateClassWithWithPrivateTypeParameters.myPublicStaticMethod = function () { }; privateClassWithWithPrivateTypeParameters.myPrivateStaticMethod = function () { }; - privateClassWithWithPrivateTypeParameters.prototype.myPublicMethod = function () { + proto_15.myPublicMethod = function () { }; - privateClassWithWithPrivateTypeParameters.prototype.myPrivateMethod = function () { + proto_15.myPrivateMethod = function () { }; return privateClassWithWithPrivateTypeParameters; }()); var privateClassWithWithPublicTypeParameters = /** @class */ (function () { function privateClassWithWithPublicTypeParameters() { } + var proto_16 = privateClassWithWithPublicTypeParameters.prototype; privateClassWithWithPublicTypeParameters.myPublicStaticMethod = function () { }; privateClassWithWithPublicTypeParameters.myPrivateStaticMethod = function () { }; - privateClassWithWithPublicTypeParameters.prototype.myPublicMethod = function () { + proto_16.myPublicMethod = function () { }; - privateClassWithWithPublicTypeParameters.prototype.myPrivateMethod = function () { + proto_16.myPrivateMethod = function () { }; return privateClassWithWithPublicTypeParameters; }()); @@ -786,13 +802,14 @@ var privateModule; var publicClassWithWithPublicTypeParametersWithoutExtends = /** @class */ (function () { function publicClassWithWithPublicTypeParametersWithoutExtends() { } + var proto_17 = publicClassWithWithPublicTypeParametersWithoutExtends.prototype; publicClassWithWithPublicTypeParametersWithoutExtends.myPublicStaticMethod = function () { }; publicClassWithWithPublicTypeParametersWithoutExtends.myPrivateStaticMethod = function () { }; - publicClassWithWithPublicTypeParametersWithoutExtends.prototype.myPublicMethod = function () { + proto_17.myPublicMethod = function () { }; - publicClassWithWithPublicTypeParametersWithoutExtends.prototype.myPrivateMethod = function () { + proto_17.myPrivateMethod = function () { }; return publicClassWithWithPublicTypeParametersWithoutExtends; }()); @@ -800,13 +817,14 @@ var privateModule; var privateClassWithWithPublicTypeParametersWithoutExtends = /** @class */ (function () { function privateClassWithWithPublicTypeParametersWithoutExtends() { } + var proto_18 = privateClassWithWithPublicTypeParametersWithoutExtends.prototype; privateClassWithWithPublicTypeParametersWithoutExtends.myPublicStaticMethod = function () { }; privateClassWithWithPublicTypeParametersWithoutExtends.myPrivateStaticMethod = function () { }; - privateClassWithWithPublicTypeParametersWithoutExtends.prototype.myPublicMethod = function () { + proto_18.myPublicMethod = function () { }; - privateClassWithWithPublicTypeParametersWithoutExtends.prototype.myPrivateMethod = function () { + proto_18.myPrivateMethod = function () { }; return privateClassWithWithPublicTypeParametersWithoutExtends; }()); diff --git a/tests/baselines/reference/privateClassPropertyAccessibleWithinClass.js b/tests/baselines/reference/privateClassPropertyAccessibleWithinClass.js index 9a1e95c2f52c7..0291750577ae7 100644 --- a/tests/baselines/reference/privateClassPropertyAccessibleWithinClass.js +++ b/tests/baselines/reference/privateClassPropertyAccessibleWithinClass.js @@ -36,13 +36,14 @@ class C2 { var C = /** @class */ (function () { function C() { } - Object.defineProperty(C.prototype, "y", { + var proto_1 = C.prototype; + Object.defineProperty(proto_1, "y", { get: function () { return this.x; }, set: function (x) { this.y = this.x; }, enumerable: true, configurable: true }); - C.prototype.foo = function () { return this.foo; }; + proto_1.foo = function () { return this.foo; }; Object.defineProperty(C, "y", { get: function () { return this.x; }, set: function (x) { this.y = this.x; }, @@ -57,7 +58,8 @@ var C = /** @class */ (function () { var C2 = /** @class */ (function () { function C2() { } - Object.defineProperty(C2.prototype, "y", { + var proto_2 = C2.prototype; + Object.defineProperty(proto_2, "y", { get: function () { var _this = this; (function () { return _this.x; }); @@ -70,7 +72,7 @@ var C2 = /** @class */ (function () { enumerable: true, configurable: true }); - C2.prototype.foo = function () { + proto_2.foo = function () { var _this = this; (function () { return _this.foo; }); }; diff --git a/tests/baselines/reference/privateClassPropertyAccessibleWithinNestedClass.js b/tests/baselines/reference/privateClassPropertyAccessibleWithinNestedClass.js index b915d541049c9..45a2e8aa2b2a6 100644 --- a/tests/baselines/reference/privateClassPropertyAccessibleWithinNestedClass.js +++ b/tests/baselines/reference/privateClassPropertyAccessibleWithinNestedClass.js @@ -42,13 +42,14 @@ class C { var C = /** @class */ (function () { function C() { } - Object.defineProperty(C.prototype, "y", { + var proto_1 = C.prototype; + Object.defineProperty(proto_1, "y", { get: function () { return this.x; }, set: function (x) { this.y = this.x; }, enumerable: true, configurable: true }); - C.prototype.foo = function () { return this.foo; }; + proto_1.foo = function () { return this.foo; }; Object.defineProperty(C, "y", { get: function () { return this.x; }, set: function (x) { this.y = this.x; }, @@ -57,7 +58,7 @@ var C = /** @class */ (function () { }); C.foo = function () { return this.foo; }; C.bar = function () { this.foo(); }; - C.prototype.bar = function () { + proto_1.bar = function () { var C2 = /** @class */ (function () { function C2() { } diff --git a/tests/baselines/reference/privateInstanceVisibility.js b/tests/baselines/reference/privateInstanceVisibility.js index 51291447d3375..4fc78fc13a380 100644 --- a/tests/baselines/reference/privateInstanceVisibility.js +++ b/tests/baselines/reference/privateInstanceVisibility.js @@ -57,8 +57,9 @@ var Test; var C = /** @class */ (function () { function C() { } - C.prototype.getX = function () { return this.x; }; - C.prototype.clone = function (other) { + var proto_1 = C.prototype; + proto_1.getX = function () { return this.x; }; + proto_1.clone = function (other) { this.x = other.x; }; return C; diff --git a/tests/baselines/reference/privateProtectedMembersAreNotAccessibleDestructuring.js b/tests/baselines/reference/privateProtectedMembersAreNotAccessibleDestructuring.js index eb45924bda78d..9aa7e5d56b400 100644 --- a/tests/baselines/reference/privateProtectedMembersAreNotAccessibleDestructuring.js +++ b/tests/baselines/reference/privateProtectedMembersAreNotAccessibleDestructuring.js @@ -41,8 +41,9 @@ var __extends = (this && this.__extends) || (function () { var K = /** @class */ (function () { function K() { } - K.prototype.privateMethod = function () { }; - K.prototype.m = function () { + var proto_1 = K.prototype; + proto_1.privateMethod = function () { }; + proto_1.m = function () { var _a = this, a = _a.priv, b = _a.prot; // ok var _b = new K(), priv = _b.priv, prot = _b.prot; // ok }; diff --git a/tests/baselines/reference/privateVisibility.js b/tests/baselines/reference/privateVisibility.js index 76723ef244a71..4b7fb03c5b0f2 100644 --- a/tests/baselines/reference/privateVisibility.js +++ b/tests/baselines/reference/privateVisibility.js @@ -32,8 +32,9 @@ var Foo = /** @class */ (function () { this.pubProp = 0; this.privProp = 0; } - Foo.prototype.pubMeth = function () { this.privMeth(); }; - Foo.prototype.privMeth = function () { }; + var proto_1 = Foo.prototype; + proto_1.pubMeth = function () { this.privMeth(); }; + proto_1.privMeth = function () { }; return Foo; }()); var f = new Foo(); diff --git a/tests/baselines/reference/project/visibilityOfTypeUsedAcrossModules/amd/fs.js b/tests/baselines/reference/project/visibilityOfTypeUsedAcrossModules/amd/fs.js index b07077a35d0e0..0475660df8fb6 100644 --- a/tests/baselines/reference/project/visibilityOfTypeUsedAcrossModules/amd/fs.js +++ b/tests/baselines/reference/project/visibilityOfTypeUsedAcrossModules/amd/fs.js @@ -4,13 +4,14 @@ define(["require", "exports"], function (require, exports) { var RM = /** @class */ (function () { function RM() { } - RM.prototype.getName = function () { + var proto_1 = RM.prototype; + proto_1.getName = function () { return 'rm'; }; - RM.prototype.getDescription = function () { + proto_1.getDescription = function () { return "\t\t\tDelete file"; }; - RM.prototype.run = function (configuration) { + proto_1.run = function (configuration) { var absoluteWorkspacePath = configuration.workspace.toAbsolutePath(configuration.server); }; return RM; diff --git a/tests/baselines/reference/project/visibilityOfTypeUsedAcrossModules/node/fs.js b/tests/baselines/reference/project/visibilityOfTypeUsedAcrossModules/node/fs.js index 8baa948ca7aea..e3328baf2508a 100644 --- a/tests/baselines/reference/project/visibilityOfTypeUsedAcrossModules/node/fs.js +++ b/tests/baselines/reference/project/visibilityOfTypeUsedAcrossModules/node/fs.js @@ -3,13 +3,14 @@ exports.__esModule = true; var RM = /** @class */ (function () { function RM() { } - RM.prototype.getName = function () { + var proto_1 = RM.prototype; + proto_1.getName = function () { return 'rm'; }; - RM.prototype.getDescription = function () { + proto_1.getDescription = function () { return "\t\t\tDelete file"; }; - RM.prototype.run = function (configuration) { + proto_1.run = function (configuration) { var absoluteWorkspacePath = configuration.workspace.toAbsolutePath(configuration.server); }; return RM; diff --git a/tests/baselines/reference/properties.js b/tests/baselines/reference/properties.js index 0b81d7671cdbb..274ed1109491b 100644 --- a/tests/baselines/reference/properties.js +++ b/tests/baselines/reference/properties.js @@ -16,7 +16,8 @@ class MyClass var MyClass = /** @class */ (function () { function MyClass() { } - Object.defineProperty(MyClass.prototype, "Count", { + var proto_1 = MyClass.prototype; + Object.defineProperty(proto_1, "Count", { get: function () { return 42; }, diff --git a/tests/baselines/reference/properties.js.map b/tests/baselines/reference/properties.js.map index 614db7b5edcd5..96af63135f5de 100644 --- a/tests/baselines/reference/properties.js.map +++ b/tests/baselines/reference/properties.js.map @@ -1,2 +1,2 @@ //// [properties.js.map] -{"version":3,"file":"properties.js","sourceRoot":"","sources":["properties.ts"],"names":[],"mappings":"AAAA;IAAA;IAWA,CAAC;IATG,sBAAW,0BAAK;aAAhB;YAEI,OAAO,EAAE,CAAC;QACd,CAAC;aAED,UAAiB,KAAa;YAE1B,EAAE;QACN,CAAC;;;OALA;IAML,cAAC;AAAD,CAAC,AAXD,IAWC"} \ No newline at end of file +{"version":3,"file":"properties.js","sourceRoot":"","sources":["properties.ts"],"names":[],"mappings":"AAAA;IAAA;IAWA,CAAC;;IATG,sBAAW,gBAAK;aAAhB;YAEI,OAAO,EAAE,CAAC;QACd,CAAC;aAED,UAAiB,KAAa;YAE1B,EAAE;QACN,CAAC;;;OALA;IAML,cAAC;AAAD,CAAC,AAXD,IAWC"} \ No newline at end of file diff --git a/tests/baselines/reference/properties.sourcemap.txt b/tests/baselines/reference/properties.sourcemap.txt index dcb2822b46b41..63080b04e4a44 100644 --- a/tests/baselines/reference/properties.sourcemap.txt +++ b/tests/baselines/reference/properties.sourcemap.txt @@ -23,7 +23,7 @@ sourceFile:properties.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->class MyClass >{ > public get Count(): number @@ -40,22 +40,23 @@ sourceFile:properties.ts 1->Emitted(3, 5) Source(12, 1) + SourceIndex(0) 2 >Emitted(3, 6) Source(12, 2) + SourceIndex(0) --- ->>> Object.defineProperty(MyClass.prototype, "Count", { +>>> var proto_1 = MyClass.prototype; +>>> Object.defineProperty(proto_1, "Count", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^^^^^^^^^^^^^^ 1-> 2 > public get 3 > Count -1->Emitted(4, 5) Source(3, 5) + SourceIndex(0) -2 >Emitted(4, 27) Source(3, 16) + SourceIndex(0) -3 >Emitted(4, 53) Source(3, 21) + SourceIndex(0) +1->Emitted(5, 5) Source(3, 5) + SourceIndex(0) +2 >Emitted(5, 27) Source(3, 16) + SourceIndex(0) +3 >Emitted(5, 43) Source(3, 21) + SourceIndex(0) --- >>> get: function () { 1 >^^^^^^^^^^^^^ 2 > ^^^^^^^^^^-> 1 > -1 >Emitted(5, 14) Source(3, 5) + SourceIndex(0) +1 >Emitted(6, 14) Source(3, 5) + SourceIndex(0) --- >>> return 42; 1->^^^^^^^^^^^^ @@ -68,10 +69,10 @@ sourceFile:properties.ts 2 > return 3 > 42 4 > ; -1->Emitted(6, 13) Source(5, 9) + SourceIndex(0) -2 >Emitted(6, 20) Source(5, 16) + SourceIndex(0) -3 >Emitted(6, 22) Source(5, 18) + SourceIndex(0) -4 >Emitted(6, 23) Source(5, 19) + SourceIndex(0) +1->Emitted(7, 13) Source(5, 9) + SourceIndex(0) +2 >Emitted(7, 20) Source(5, 16) + SourceIndex(0) +3 >Emitted(7, 22) Source(5, 18) + SourceIndex(0) +4 >Emitted(7, 23) Source(5, 19) + SourceIndex(0) --- >>> }, 1 >^^^^^^^^ @@ -80,8 +81,8 @@ sourceFile:properties.ts 1 > > 2 > } -1 >Emitted(7, 9) Source(6, 5) + SourceIndex(0) -2 >Emitted(7, 10) Source(6, 6) + SourceIndex(0) +1 >Emitted(8, 9) Source(6, 5) + SourceIndex(0) +2 >Emitted(8, 10) Source(6, 6) + SourceIndex(0) --- >>> set: function (value) { 1->^^^^^^^^^^^^^ @@ -92,9 +93,9 @@ sourceFile:properties.ts > 2 > public set Count( 3 > value: number -1->Emitted(8, 14) Source(8, 5) + SourceIndex(0) -2 >Emitted(8, 24) Source(8, 22) + SourceIndex(0) -3 >Emitted(8, 29) Source(8, 35) + SourceIndex(0) +1->Emitted(9, 14) Source(8, 5) + SourceIndex(0) +2 >Emitted(9, 24) Source(8, 22) + SourceIndex(0) +3 >Emitted(9, 29) Source(8, 35) + SourceIndex(0) --- >>> // 1 >^^^^^^^^^^^^ @@ -103,8 +104,8 @@ sourceFile:properties.ts > { > 2 > // -1 >Emitted(9, 13) Source(10, 9) + SourceIndex(0) -2 >Emitted(9, 15) Source(10, 11) + SourceIndex(0) +1 >Emitted(10, 13) Source(10, 9) + SourceIndex(0) +2 >Emitted(10, 15) Source(10, 11) + SourceIndex(0) --- >>> }, 1 >^^^^^^^^ @@ -113,8 +114,8 @@ sourceFile:properties.ts 1 > > 2 > } -1 >Emitted(10, 9) Source(11, 5) + SourceIndex(0) -2 >Emitted(10, 10) Source(11, 6) + SourceIndex(0) +1 >Emitted(11, 9) Source(11, 5) + SourceIndex(0) +2 >Emitted(11, 10) Source(11, 6) + SourceIndex(0) --- >>> enumerable: true, >>> configurable: true @@ -122,7 +123,7 @@ sourceFile:properties.ts 1->^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1-> -1->Emitted(13, 8) Source(6, 6) + SourceIndex(0) +1->Emitted(14, 8) Source(6, 6) + SourceIndex(0) --- >>> return MyClass; 1->^^^^ @@ -135,8 +136,8 @@ sourceFile:properties.ts > } > 2 > } -1->Emitted(14, 5) Source(12, 1) + SourceIndex(0) -2 >Emitted(14, 19) Source(12, 2) + SourceIndex(0) +1->Emitted(15, 5) Source(12, 1) + SourceIndex(0) +2 >Emitted(15, 19) Source(12, 2) + SourceIndex(0) --- >>>}()); 1 > @@ -159,9 +160,9 @@ sourceFile:properties.ts > // > } > } -1 >Emitted(15, 1) Source(12, 1) + SourceIndex(0) -2 >Emitted(15, 2) Source(12, 2) + SourceIndex(0) -3 >Emitted(15, 2) Source(1, 1) + SourceIndex(0) -4 >Emitted(15, 6) Source(12, 2) + SourceIndex(0) +1 >Emitted(16, 1) Source(12, 1) + SourceIndex(0) +2 >Emitted(16, 2) Source(12, 2) + SourceIndex(0) +3 >Emitted(16, 2) Source(1, 1) + SourceIndex(0) +4 >Emitted(16, 6) Source(12, 2) + SourceIndex(0) --- >>>//# sourceMappingURL=properties.js.map \ No newline at end of file diff --git a/tests/baselines/reference/propertyAccessOnTypeParameterWithConstraints2.js b/tests/baselines/reference/propertyAccessOnTypeParameterWithConstraints2.js index cf5315528db5c..33e3fabd0b7ea 100644 --- a/tests/baselines/reference/propertyAccessOnTypeParameterWithConstraints2.js +++ b/tests/baselines/reference/propertyAccessOnTypeParameterWithConstraints2.js @@ -115,12 +115,13 @@ var B = /** @class */ (function (_super) { var C = /** @class */ (function () { function C() { } - C.prototype.f = function () { + var proto_1 = C.prototype; + proto_1.f = function () { var x; var a = x['foo'](); // should be string return a + x.foo(); }; - C.prototype.g = function (x) { + proto_1.g = function (x) { var a = x['foo'](); // should be string return a + x.foo(); }; diff --git a/tests/baselines/reference/propertyAccessOnTypeParameterWithConstraints3.js b/tests/baselines/reference/propertyAccessOnTypeParameterWithConstraints3.js index bde85a52f382d..652a89463dde3 100644 --- a/tests/baselines/reference/propertyAccessOnTypeParameterWithConstraints3.js +++ b/tests/baselines/reference/propertyAccessOnTypeParameterWithConstraints3.js @@ -90,13 +90,14 @@ var B = /** @class */ (function (_super) { var C = /** @class */ (function () { function C() { } - C.prototype.f = function () { + var proto_1 = C.prototype; + proto_1.f = function () { var x; // BUG 823818 var a = x['foo'](); // should be string return a + x.foo(); }; - C.prototype.g = function (x) { + proto_1.g = function (x) { // BUG 823818 var a = x['foo'](); // should be string return a + x.foo(); diff --git a/tests/baselines/reference/propertyAndAccessorWithSameName.js b/tests/baselines/reference/propertyAndAccessorWithSameName.js index 14c08ed2d6571..5dae633dcca37 100644 --- a/tests/baselines/reference/propertyAndAccessorWithSameName.js +++ b/tests/baselines/reference/propertyAndAccessorWithSameName.js @@ -46,7 +46,8 @@ var D = /** @class */ (function () { var E = /** @class */ (function () { function E() { } - Object.defineProperty(E.prototype, "x", { + var proto_1 = E.prototype; + Object.defineProperty(proto_1, "x", { get: function () { return 1; }, diff --git a/tests/baselines/reference/propertyOrdering.js b/tests/baselines/reference/propertyOrdering.js index 469a32dd9e45c..cb3401807c2fe 100644 --- a/tests/baselines/reference/propertyOrdering.js +++ b/tests/baselines/reference/propertyOrdering.js @@ -28,10 +28,11 @@ var Foo = /** @class */ (function () { function Foo(store) { this._store = store; // no repro if this is first line in class body } - Foo.prototype.foo = function () { + var proto_1 = Foo.prototype; + proto_1.foo = function () { return this._store.length; // shouldn't be an error }; - Foo.prototype.bar = function () { return this.store; }; // should be an error + proto_1.bar = function () { return this.store; }; // should be an error return Foo; }()); var Bar = /** @class */ (function () { diff --git a/tests/baselines/reference/protectedClassPropertyAccessibleWithinClass.js b/tests/baselines/reference/protectedClassPropertyAccessibleWithinClass.js index cd663ccc009f3..b4a7ae17bb9e7 100644 --- a/tests/baselines/reference/protectedClassPropertyAccessibleWithinClass.js +++ b/tests/baselines/reference/protectedClassPropertyAccessibleWithinClass.js @@ -36,13 +36,14 @@ class C2 { var C = /** @class */ (function () { function C() { } - Object.defineProperty(C.prototype, "y", { + var proto_1 = C.prototype; + Object.defineProperty(proto_1, "y", { get: function () { return this.x; }, set: function (x) { this.y = this.x; }, enumerable: true, configurable: true }); - C.prototype.foo = function () { return this.foo; }; + proto_1.foo = function () { return this.foo; }; Object.defineProperty(C, "y", { get: function () { return this.x; }, set: function (x) { this.y = this.x; }, @@ -57,7 +58,8 @@ var C = /** @class */ (function () { var C2 = /** @class */ (function () { function C2() { } - Object.defineProperty(C2.prototype, "y", { + var proto_2 = C2.prototype; + Object.defineProperty(proto_2, "y", { get: function () { var _this = this; (function () { return _this.x; }); @@ -70,7 +72,7 @@ var C2 = /** @class */ (function () { enumerable: true, configurable: true }); - C2.prototype.foo = function () { + proto_2.foo = function () { var _this = this; (function () { return _this.foo; }); }; diff --git a/tests/baselines/reference/protectedClassPropertyAccessibleWithinNestedClass.js b/tests/baselines/reference/protectedClassPropertyAccessibleWithinNestedClass.js index aa3fc8961856f..bbea50219bba0 100644 --- a/tests/baselines/reference/protectedClassPropertyAccessibleWithinNestedClass.js +++ b/tests/baselines/reference/protectedClassPropertyAccessibleWithinNestedClass.js @@ -42,13 +42,14 @@ class C { var C = /** @class */ (function () { function C() { } - Object.defineProperty(C.prototype, "y", { + var proto_1 = C.prototype; + Object.defineProperty(proto_1, "y", { get: function () { return this.x; }, set: function (x) { this.y = this.x; }, enumerable: true, configurable: true }); - C.prototype.foo = function () { return this.foo; }; + proto_1.foo = function () { return this.foo; }; Object.defineProperty(C, "y", { get: function () { return this.x; }, set: function (x) { this.y = this.x; }, @@ -57,7 +58,7 @@ var C = /** @class */ (function () { }); C.foo = function () { return this.foo; }; C.bar = function () { this.foo(); }; - C.prototype.bar = function () { + proto_1.bar = function () { var C2 = /** @class */ (function () { function C2() { } diff --git a/tests/baselines/reference/protectedClassPropertyAccessibleWithinNestedSubclass.js b/tests/baselines/reference/protectedClassPropertyAccessibleWithinNestedSubclass.js index 78ebbbd00fba0..47305d77c1ee5 100644 --- a/tests/baselines/reference/protectedClassPropertyAccessibleWithinNestedSubclass.js +++ b/tests/baselines/reference/protectedClassPropertyAccessibleWithinNestedSubclass.js @@ -61,13 +61,14 @@ var C = /** @class */ (function (_super) { function C() { return _super !== null && _super.apply(this, arguments) || this; } - Object.defineProperty(C.prototype, "y", { + var proto_1 = C.prototype; + Object.defineProperty(proto_1, "y", { get: function () { return this.x; }, set: function (x) { this.y = this.x; }, enumerable: true, configurable: true }); - C.prototype.foo = function () { return this.x; }; + proto_1.foo = function () { return this.x; }; Object.defineProperty(C, "y", { get: function () { return this.x; }, set: function (x) { this.y = this.x; }, @@ -76,7 +77,7 @@ var C = /** @class */ (function (_super) { }); C.foo = function () { return this.x; }; C.bar = function () { this.foo(); }; - C.prototype.bar = function () { + proto_1.bar = function () { var D = /** @class */ (function () { function D() { } diff --git a/tests/baselines/reference/protectedClassPropertyAccessibleWithinSubclass.js b/tests/baselines/reference/protectedClassPropertyAccessibleWithinSubclass.js index 5809d01266dc8..808afb73777a5 100644 --- a/tests/baselines/reference/protectedClassPropertyAccessibleWithinSubclass.js +++ b/tests/baselines/reference/protectedClassPropertyAccessibleWithinSubclass.js @@ -44,14 +44,15 @@ var C = /** @class */ (function (_super) { function C() { return _super !== null && _super.apply(this, arguments) || this; } - Object.defineProperty(C.prototype, "y", { + var proto_1 = C.prototype; + Object.defineProperty(proto_1, "y", { get: function () { return this.x; }, set: function (x) { this.y = this.x; }, enumerable: true, configurable: true }); - C.prototype.foo = function () { return this.x; }; - C.prototype.bar = function () { return this.foo(); }; + proto_1.foo = function () { return this.x; }; + proto_1.bar = function () { return this.foo(); }; Object.defineProperty(C, "y", { get: function () { return this.x; }, set: function (x) { this.y = this.x; }, diff --git a/tests/baselines/reference/protoOverlapVariables.js b/tests/baselines/reference/protoOverlapVariables.js new file mode 100644 index 0000000000000..8bd0a19253370 --- /dev/null +++ b/tests/baselines/reference/protoOverlapVariables.js @@ -0,0 +1,64 @@ +//// [protoOverlapVariables.ts] +let proto = "gotcha!"; + +class DeclarationWithOne { + member() { + return this; + } +} + +class DeclarationWithTwo { + memberOne() { + return this; + } + + memberTwo() { + return this; + } +} + +const Expression = class { + memberOne() { + return this; + } + + memberTwo() { + return this; + } +}; + + +//// [protoOverlapVariables.js] +var proto = "gotcha!"; +var DeclarationWithOne = /** @class */ (function () { + function DeclarationWithOne() { + } + DeclarationWithOne.prototype.member = function () { + return this; + }; + return DeclarationWithOne; +}()); +var DeclarationWithTwo = /** @class */ (function () { + function DeclarationWithTwo() { + } + var proto_1 = DeclarationWithTwo.prototype; + proto_1.memberOne = function () { + return this; + }; + proto_1.memberTwo = function () { + return this; + }; + return DeclarationWithTwo; +}()); +var Expression = /** @class */ (function () { + function Expression() { + } + var proto_2 = Expression.prototype; + proto_2.memberOne = function () { + return this; + }; + proto_2.memberTwo = function () { + return this; + }; + return Expression; +}()); diff --git a/tests/baselines/reference/protoOverlapVariables.symbols b/tests/baselines/reference/protoOverlapVariables.symbols new file mode 100644 index 0000000000000..94c01a10a7a9c --- /dev/null +++ b/tests/baselines/reference/protoOverlapVariables.symbols @@ -0,0 +1,51 @@ +=== tests/cases/conformance/classes/protoOverlapVariables.ts === +let proto = "gotcha!"; +>proto : Symbol(proto, Decl(protoOverlapVariables.ts, 0, 3)) + +class DeclarationWithOne { +>DeclarationWithOne : Symbol(DeclarationWithOne, Decl(protoOverlapVariables.ts, 0, 22)) + + member() { +>member : Symbol(DeclarationWithOne.member, Decl(protoOverlapVariables.ts, 2, 26)) + + return this; +>this : Symbol(DeclarationWithOne, Decl(protoOverlapVariables.ts, 0, 22)) + } +} + +class DeclarationWithTwo { +>DeclarationWithTwo : Symbol(DeclarationWithTwo, Decl(protoOverlapVariables.ts, 6, 1)) + + memberOne() { +>memberOne : Symbol(DeclarationWithTwo.memberOne, Decl(protoOverlapVariables.ts, 8, 26)) + + return this; +>this : Symbol(DeclarationWithTwo, Decl(protoOverlapVariables.ts, 6, 1)) + } + + memberTwo() { +>memberTwo : Symbol(DeclarationWithTwo.memberTwo, Decl(protoOverlapVariables.ts, 11, 5)) + + return this; +>this : Symbol(DeclarationWithTwo, Decl(protoOverlapVariables.ts, 6, 1)) + } +} + +const Expression = class { +>Expression : Symbol(Expression, Decl(protoOverlapVariables.ts, 18, 5)) + + memberOne() { +>memberOne : Symbol(Expression.memberOne, Decl(protoOverlapVariables.ts, 18, 26)) + + return this; +>this : Symbol(Expression, Decl(protoOverlapVariables.ts, 18, 18)) + } + + memberTwo() { +>memberTwo : Symbol(Expression.memberTwo, Decl(protoOverlapVariables.ts, 21, 5)) + + return this; +>this : Symbol(Expression, Decl(protoOverlapVariables.ts, 18, 18)) + } +}; + diff --git a/tests/baselines/reference/protoOverlapVariables.types b/tests/baselines/reference/protoOverlapVariables.types new file mode 100644 index 0000000000000..18361f3256bec --- /dev/null +++ b/tests/baselines/reference/protoOverlapVariables.types @@ -0,0 +1,53 @@ +=== tests/cases/conformance/classes/protoOverlapVariables.ts === +let proto = "gotcha!"; +>proto : string +>"gotcha!" : "gotcha!" + +class DeclarationWithOne { +>DeclarationWithOne : DeclarationWithOne + + member() { +>member : () => this + + return this; +>this : this + } +} + +class DeclarationWithTwo { +>DeclarationWithTwo : DeclarationWithTwo + + memberOne() { +>memberOne : () => this + + return this; +>this : this + } + + memberTwo() { +>memberTwo : () => this + + return this; +>this : this + } +} + +const Expression = class { +>Expression : typeof Expression +>class { memberOne() { return this; } memberTwo() { return this; }} : typeof Expression + + memberOne() { +>memberOne : () => this + + return this; +>this : this + } + + memberTwo() { +>memberTwo : () => this + + return this; +>this : this + } +}; + diff --git a/tests/baselines/reference/readonlyInDeclarationFile.js b/tests/baselines/reference/readonlyInDeclarationFile.js index 667d2582f100d..e40ebb9099f7d 100644 --- a/tests/baselines/reference/readonlyInDeclarationFile.js +++ b/tests/baselines/reference/readonlyInDeclarationFile.js @@ -57,34 +57,35 @@ function g() { var C = /** @class */ (function () { function C() { } - Object.defineProperty(C.prototype, "b1", { + var proto_1 = C.prototype; + Object.defineProperty(proto_1, "b1", { get: function () { return 1; }, enumerable: true, configurable: true }); - Object.defineProperty(C.prototype, "b2", { + Object.defineProperty(proto_1, "b2", { get: function () { return 1; }, enumerable: true, configurable: true }); - Object.defineProperty(C.prototype, "b3", { + Object.defineProperty(proto_1, "b3", { get: function () { return 1; }, enumerable: true, configurable: true }); - Object.defineProperty(C.prototype, "c1", { + Object.defineProperty(proto_1, "c1", { get: function () { return 1; }, set: function (value) { }, enumerable: true, configurable: true }); - Object.defineProperty(C.prototype, "c2", { + Object.defineProperty(proto_1, "c2", { get: function () { return 1; }, set: function (value) { }, enumerable: true, configurable: true }); - Object.defineProperty(C.prototype, "c3", { + Object.defineProperty(proto_1, "c3", { get: function () { return 1; }, set: function (value) { }, enumerable: true, diff --git a/tests/baselines/reference/readonlyInNonPropertyParameters.js b/tests/baselines/reference/readonlyInNonPropertyParameters.js index d4cffa3281e7e..503120a20a541 100644 --- a/tests/baselines/reference/readonlyInNonPropertyParameters.js +++ b/tests/baselines/reference/readonlyInNonPropertyParameters.js @@ -13,8 +13,9 @@ class X { var X = /** @class */ (function () { function X() { } - X.prototype.method = function (x) { }; - Object.defineProperty(X.prototype, "x", { + var proto_1 = X.prototype; + proto_1.method = function (x) { }; + Object.defineProperty(proto_1, "x", { set: function (value) { }, enumerable: true, configurable: true diff --git a/tests/baselines/reference/readonlyMembers.js b/tests/baselines/reference/readonlyMembers.js index 07345379e6f80..53768aae51e9b 100644 --- a/tests/baselines/reference/readonlyMembers.js +++ b/tests/baselines/reference/readonlyMembers.js @@ -82,12 +82,13 @@ var C = /** @class */ (function () { _this.c = 1; // Error }; } - Object.defineProperty(C.prototype, "c", { + var proto_1 = C.prototype; + Object.defineProperty(proto_1, "c", { get: function () { return 1; }, enumerable: true, configurable: true }); - C.prototype.foo = function () { + proto_1.foo = function () { this.a = 1; // Error this.b = 1; // Error this.c = 1; // Error diff --git a/tests/baselines/reference/recursiveClassReferenceTest.js b/tests/baselines/reference/recursiveClassReferenceTest.js index 078959861b96a..bdae07fac2fb1 100644 --- a/tests/baselines/reference/recursiveClassReferenceTest.js +++ b/tests/baselines/reference/recursiveClassReferenceTest.js @@ -129,8 +129,9 @@ var Sample; var StartFindAction = /** @class */ (function () { function StartFindAction() { } - StartFindAction.prototype.getId = function () { return "yo"; }; - StartFindAction.prototype.run = function (Thing) { + var proto_1 = StartFindAction.prototype; + proto_1.getId = function () { return "yo"; }; + proto_1.run = function (Thing) { return true; }; return StartFindAction; @@ -152,13 +153,14 @@ var Sample; // scenario 1 codeThing.addWidget("addWidget", this); } - FindWidget.prototype.gar = function (runner) { if (true) { + var proto_2 = FindWidget.prototype; + proto_2.gar = function (runner) { if (true) { return runner(this); } }; - FindWidget.prototype.getDomNode = function () { + proto_2.getDomNode = function () { return domNode; }; - FindWidget.prototype.destroy = function () { + proto_2.destroy = function () { }; return FindWidget; }()); @@ -183,13 +185,14 @@ var AbstractMode = /** @class */ (function () { function State(mode) { this.mode = mode; } - State.prototype.clone = function () { + var proto_3 = State.prototype; + proto_3.clone = function () { return this; }; - State.prototype.equals = function (other) { + proto_3.equals = function (other) { return this === other; }; - State.prototype.getMode = function () { return mode; }; + proto_3.getMode = function () { return mode; }; return State; }()); PlainText.State = State; diff --git a/tests/baselines/reference/recursiveClassReferenceTest.js.map b/tests/baselines/reference/recursiveClassReferenceTest.js.map index 687e1773c26d1..8a18255820c97 100644 --- a/tests/baselines/reference/recursiveClassReferenceTest.js.map +++ b/tests/baselines/reference/recursiveClassReferenceTest.js.map @@ -1,2 +1,2 @@ //// [recursiveClassReferenceTest.js.map] -{"version":3,"file":"recursiveClassReferenceTest.js","sourceRoot":"","sources":["recursiveClassReferenceTest.ts"],"names":[],"mappings":"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"} \ No newline at end of file +{"version":3,"file":"recursiveClassReferenceTest.js","sourceRoot":"","sources":["recursiveClassReferenceTest.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/tests/baselines/reference/recursiveClassReferenceTest.sourcemap.txt b/tests/baselines/reference/recursiveClassReferenceTest.sourcemap.txt index bef310b69d681..b0493d4f59297 100644 --- a/tests/baselines/reference/recursiveClassReferenceTest.sourcemap.txt +++ b/tests/baselines/reference/recursiveClassReferenceTest.sourcemap.txt @@ -230,7 +230,7 @@ sourceFile:recursiveClassReferenceTest.ts >>> } 1->^^^^^^^^^^^^^^^^^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->export class StartFindAction implements Sample.Thing.IAction { > > public getId() { return "yo"; } @@ -244,53 +244,54 @@ sourceFile:recursiveClassReferenceTest.ts 1->Emitted(26, 21) Source(41, 2) + SourceIndex(0) 2 >Emitted(26, 22) Source(41, 3) + SourceIndex(0) --- ->>> StartFindAction.prototype.getId = function () { return "yo"; }; +>>> var proto_1 = StartFindAction.prototype; +>>> proto_1.getId = function () { return "yo"; }; 1->^^^^^^^^^^^^^^^^^^^^ -2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^ -5 > ^^^^^^^ -6 > ^^^^ -7 > ^ -8 > ^ -9 > ^ +2 > ^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^ +5 > ^^^^^^^ +6 > ^^^^ +7 > ^ +8 > ^ +9 > ^ 1-> 2 > getId -3 > -4 > public getId() { -5 > return -6 > "yo" -7 > ; -8 > -9 > } -1->Emitted(27, 21) Source(35, 10) + SourceIndex(0) -2 >Emitted(27, 52) Source(35, 15) + SourceIndex(0) -3 >Emitted(27, 55) Source(35, 3) + SourceIndex(0) -4 >Emitted(27, 69) Source(35, 20) + SourceIndex(0) -5 >Emitted(27, 76) Source(35, 27) + SourceIndex(0) -6 >Emitted(27, 80) Source(35, 31) + SourceIndex(0) -7 >Emitted(27, 81) Source(35, 32) + SourceIndex(0) -8 >Emitted(27, 82) Source(35, 33) + SourceIndex(0) -9 >Emitted(27, 83) Source(35, 34) + SourceIndex(0) ---- ->>> StartFindAction.prototype.run = function (Thing) { +3 > +4 > public getId() { +5 > return +6 > "yo" +7 > ; +8 > +9 > } +1->Emitted(28, 21) Source(35, 10) + SourceIndex(0) +2 >Emitted(28, 34) Source(35, 15) + SourceIndex(0) +3 >Emitted(28, 37) Source(35, 3) + SourceIndex(0) +4 >Emitted(28, 51) Source(35, 20) + SourceIndex(0) +5 >Emitted(28, 58) Source(35, 27) + SourceIndex(0) +6 >Emitted(28, 62) Source(35, 31) + SourceIndex(0) +7 >Emitted(28, 63) Source(35, 32) + SourceIndex(0) +8 >Emitted(28, 64) Source(35, 33) + SourceIndex(0) +9 >Emitted(28, 65) Source(35, 34) + SourceIndex(0) +--- +>>> proto_1.run = function (Thing) { 1 >^^^^^^^^^^^^^^^^^^^^ -2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^ -5 > ^^^^^ +2 > ^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^ +5 > ^^^^^ 1 > > > public 2 > run -3 > -4 > public run( -5 > Thing:Sample.Thing.ICodeThing -1 >Emitted(28, 21) Source(37, 10) + SourceIndex(0) -2 >Emitted(28, 50) Source(37, 13) + SourceIndex(0) -3 >Emitted(28, 53) Source(37, 3) + SourceIndex(0) -4 >Emitted(28, 63) Source(37, 14) + SourceIndex(0) -5 >Emitted(28, 68) Source(37, 43) + SourceIndex(0) +3 > +4 > public run( +5 > Thing:Sample.Thing.ICodeThing +1 >Emitted(29, 21) Source(37, 10) + SourceIndex(0) +2 >Emitted(29, 32) Source(37, 13) + SourceIndex(0) +3 >Emitted(29, 35) Source(37, 3) + SourceIndex(0) +4 >Emitted(29, 45) Source(37, 14) + SourceIndex(0) +5 >Emitted(29, 50) Source(37, 43) + SourceIndex(0) --- >>> return true; 1 >^^^^^^^^^^^^^^^^^^^^^^^^ @@ -303,10 +304,10 @@ sourceFile:recursiveClassReferenceTest.ts 2 > return 3 > true 4 > ; -1 >Emitted(29, 25) Source(39, 4) + SourceIndex(0) -2 >Emitted(29, 32) Source(39, 11) + SourceIndex(0) -3 >Emitted(29, 36) Source(39, 15) + SourceIndex(0) -4 >Emitted(29, 37) Source(39, 16) + SourceIndex(0) +1 >Emitted(30, 25) Source(39, 4) + SourceIndex(0) +2 >Emitted(30, 32) Source(39, 11) + SourceIndex(0) +3 >Emitted(30, 36) Source(39, 15) + SourceIndex(0) +4 >Emitted(30, 37) Source(39, 16) + SourceIndex(0) --- >>> }; 1 >^^^^^^^^^^^^^^^^^^^^ @@ -315,8 +316,8 @@ sourceFile:recursiveClassReferenceTest.ts 1 > > 2 > } -1 >Emitted(30, 21) Source(40, 3) + SourceIndex(0) -2 >Emitted(30, 22) Source(40, 4) + SourceIndex(0) +1 >Emitted(31, 21) Source(40, 3) + SourceIndex(0) +2 >Emitted(31, 22) Source(40, 4) + SourceIndex(0) --- >>> return StartFindAction; 1->^^^^^^^^^^^^^^^^^^^^ @@ -324,8 +325,8 @@ sourceFile:recursiveClassReferenceTest.ts 1-> > 2 > } -1->Emitted(31, 21) Source(41, 2) + SourceIndex(0) -2 >Emitted(31, 43) Source(41, 3) + SourceIndex(0) +1->Emitted(32, 21) Source(41, 2) + SourceIndex(0) +2 >Emitted(32, 43) Source(41, 3) + SourceIndex(0) --- >>> }()); 1 >^^^^^^^^^^^^^^^^ @@ -345,10 +346,10 @@ sourceFile:recursiveClassReferenceTest.ts > return true; > } > } -1 >Emitted(32, 17) Source(41, 2) + SourceIndex(0) -2 >Emitted(32, 18) Source(41, 3) + SourceIndex(0) -3 >Emitted(32, 18) Source(33, 2) + SourceIndex(0) -4 >Emitted(32, 22) Source(41, 3) + SourceIndex(0) +1 >Emitted(33, 17) Source(41, 2) + SourceIndex(0) +2 >Emitted(33, 18) Source(41, 3) + SourceIndex(0) +3 >Emitted(33, 18) Source(33, 2) + SourceIndex(0) +4 >Emitted(33, 22) Source(41, 3) + SourceIndex(0) --- >>> Find.StartFindAction = StartFindAction; 1->^^^^^^^^^^^^^^^^ @@ -368,10 +369,10 @@ sourceFile:recursiveClassReferenceTest.ts > } > } 4 > -1->Emitted(33, 17) Source(33, 15) + SourceIndex(0) -2 >Emitted(33, 37) Source(33, 30) + SourceIndex(0) -3 >Emitted(33, 55) Source(41, 3) + SourceIndex(0) -4 >Emitted(33, 56) Source(41, 3) + SourceIndex(0) +1->Emitted(34, 17) Source(33, 15) + SourceIndex(0) +2 >Emitted(34, 37) Source(33, 30) + SourceIndex(0) +3 >Emitted(34, 55) Source(41, 3) + SourceIndex(0) +4 >Emitted(34, 56) Source(41, 3) + SourceIndex(0) --- >>> })(Find = Thing_1.Find || (Thing_1.Find = {})); 1->^^^^^^^^^^^^ @@ -403,15 +404,15 @@ sourceFile:recursiveClassReferenceTest.ts > } > } > } -1->Emitted(34, 13) Source(42, 1) + SourceIndex(0) -2 >Emitted(34, 14) Source(42, 2) + SourceIndex(0) -3 >Emitted(34, 16) Source(32, 29) + SourceIndex(0) -4 >Emitted(34, 20) Source(32, 33) + SourceIndex(0) -5 >Emitted(34, 23) Source(32, 29) + SourceIndex(0) -6 >Emitted(34, 35) Source(32, 33) + SourceIndex(0) -7 >Emitted(34, 40) Source(32, 29) + SourceIndex(0) -8 >Emitted(34, 52) Source(32, 33) + SourceIndex(0) -9 >Emitted(34, 60) Source(42, 2) + SourceIndex(0) +1->Emitted(35, 13) Source(42, 1) + SourceIndex(0) +2 >Emitted(35, 14) Source(42, 2) + SourceIndex(0) +3 >Emitted(35, 16) Source(32, 29) + SourceIndex(0) +4 >Emitted(35, 20) Source(32, 33) + SourceIndex(0) +5 >Emitted(35, 23) Source(32, 29) + SourceIndex(0) +6 >Emitted(35, 35) Source(32, 33) + SourceIndex(0) +7 >Emitted(35, 40) Source(32, 29) + SourceIndex(0) +8 >Emitted(35, 52) Source(32, 33) + SourceIndex(0) +9 >Emitted(35, 60) Source(42, 2) + SourceIndex(0) --- >>> })(Thing = Actions.Thing || (Actions.Thing = {})); 1 >^^^^^^^^ @@ -443,15 +444,15 @@ sourceFile:recursiveClassReferenceTest.ts > } > } > } -1 >Emitted(35, 9) Source(42, 1) + SourceIndex(0) -2 >Emitted(35, 10) Source(42, 2) + SourceIndex(0) -3 >Emitted(35, 12) Source(32, 23) + SourceIndex(0) -4 >Emitted(35, 17) Source(32, 28) + SourceIndex(0) -5 >Emitted(35, 20) Source(32, 23) + SourceIndex(0) -6 >Emitted(35, 33) Source(32, 28) + SourceIndex(0) -7 >Emitted(35, 38) Source(32, 23) + SourceIndex(0) -8 >Emitted(35, 51) Source(32, 28) + SourceIndex(0) -9 >Emitted(35, 59) Source(42, 2) + SourceIndex(0) +1 >Emitted(36, 9) Source(42, 1) + SourceIndex(0) +2 >Emitted(36, 10) Source(42, 2) + SourceIndex(0) +3 >Emitted(36, 12) Source(32, 23) + SourceIndex(0) +4 >Emitted(36, 17) Source(32, 28) + SourceIndex(0) +5 >Emitted(36, 20) Source(32, 23) + SourceIndex(0) +6 >Emitted(36, 33) Source(32, 28) + SourceIndex(0) +7 >Emitted(36, 38) Source(32, 23) + SourceIndex(0) +8 >Emitted(36, 51) Source(32, 28) + SourceIndex(0) +9 >Emitted(36, 59) Source(42, 2) + SourceIndex(0) --- >>> })(Actions = Sample.Actions || (Sample.Actions = {})); 1->^^^^ @@ -482,15 +483,15 @@ sourceFile:recursiveClassReferenceTest.ts > } > } > } -1->Emitted(36, 5) Source(42, 1) + SourceIndex(0) -2 >Emitted(36, 6) Source(42, 2) + SourceIndex(0) -3 >Emitted(36, 8) Source(32, 15) + SourceIndex(0) -4 >Emitted(36, 15) Source(32, 22) + SourceIndex(0) -5 >Emitted(36, 18) Source(32, 15) + SourceIndex(0) -6 >Emitted(36, 32) Source(32, 22) + SourceIndex(0) -7 >Emitted(36, 37) Source(32, 15) + SourceIndex(0) -8 >Emitted(36, 51) Source(32, 22) + SourceIndex(0) -9 >Emitted(36, 59) Source(42, 2) + SourceIndex(0) +1->Emitted(37, 5) Source(42, 1) + SourceIndex(0) +2 >Emitted(37, 6) Source(42, 2) + SourceIndex(0) +3 >Emitted(37, 8) Source(32, 15) + SourceIndex(0) +4 >Emitted(37, 15) Source(32, 22) + SourceIndex(0) +5 >Emitted(37, 18) Source(32, 15) + SourceIndex(0) +6 >Emitted(37, 32) Source(32, 22) + SourceIndex(0) +7 >Emitted(37, 37) Source(32, 15) + SourceIndex(0) +8 >Emitted(37, 51) Source(32, 22) + SourceIndex(0) +9 >Emitted(37, 59) Source(42, 2) + SourceIndex(0) --- >>>})(Sample || (Sample = {})); 1 > @@ -517,13 +518,13 @@ sourceFile:recursiveClassReferenceTest.ts > } > } > } -1 >Emitted(37, 1) Source(42, 1) + SourceIndex(0) -2 >Emitted(37, 2) Source(42, 2) + SourceIndex(0) -3 >Emitted(37, 4) Source(32, 8) + SourceIndex(0) -4 >Emitted(37, 10) Source(32, 14) + SourceIndex(0) -5 >Emitted(37, 15) Source(32, 8) + SourceIndex(0) -6 >Emitted(37, 21) Source(32, 14) + SourceIndex(0) -7 >Emitted(37, 29) Source(42, 2) + SourceIndex(0) +1 >Emitted(38, 1) Source(42, 1) + SourceIndex(0) +2 >Emitted(38, 2) Source(42, 2) + SourceIndex(0) +3 >Emitted(38, 4) Source(32, 8) + SourceIndex(0) +4 >Emitted(38, 10) Source(32, 14) + SourceIndex(0) +5 >Emitted(38, 15) Source(32, 8) + SourceIndex(0) +6 >Emitted(38, 21) Source(32, 14) + SourceIndex(0) +7 >Emitted(38, 29) Source(42, 2) + SourceIndex(0) --- >>>(function (Sample) { 1 > @@ -534,9 +535,9 @@ sourceFile:recursiveClassReferenceTest.ts > 2 >module 3 > Sample -1 >Emitted(38, 1) Source(44, 1) + SourceIndex(0) -2 >Emitted(38, 12) Source(44, 8) + SourceIndex(0) -3 >Emitted(38, 18) Source(44, 14) + SourceIndex(0) +1 >Emitted(39, 1) Source(44, 1) + SourceIndex(0) +2 >Emitted(39, 12) Source(44, 8) + SourceIndex(0) +3 >Emitted(39, 18) Source(44, 14) + SourceIndex(0) --- >>> var Thing; 1 >^^^^ @@ -568,10 +569,10 @@ sourceFile:recursiveClassReferenceTest.ts > > } > } -1 >Emitted(39, 5) Source(44, 15) + SourceIndex(0) -2 >Emitted(39, 9) Source(44, 15) + SourceIndex(0) -3 >Emitted(39, 14) Source(44, 20) + SourceIndex(0) -4 >Emitted(39, 15) Source(64, 2) + SourceIndex(0) +1 >Emitted(40, 5) Source(44, 15) + SourceIndex(0) +2 >Emitted(40, 9) Source(44, 15) + SourceIndex(0) +3 >Emitted(40, 14) Source(44, 20) + SourceIndex(0) +4 >Emitted(40, 15) Source(64, 2) + SourceIndex(0) --- >>> (function (Thing) { 1->^^^^ @@ -581,9 +582,9 @@ sourceFile:recursiveClassReferenceTest.ts 1-> 2 > 3 > Thing -1->Emitted(40, 5) Source(44, 15) + SourceIndex(0) -2 >Emitted(40, 16) Source(44, 15) + SourceIndex(0) -3 >Emitted(40, 21) Source(44, 20) + SourceIndex(0) +1->Emitted(41, 5) Source(44, 15) + SourceIndex(0) +2 >Emitted(41, 16) Source(44, 15) + SourceIndex(0) +3 >Emitted(41, 21) Source(44, 20) + SourceIndex(0) --- >>> var Widgets; 1->^^^^^^^^ @@ -615,10 +616,10 @@ sourceFile:recursiveClassReferenceTest.ts > > } > } -1->Emitted(41, 9) Source(44, 21) + SourceIndex(0) -2 >Emitted(41, 13) Source(44, 21) + SourceIndex(0) -3 >Emitted(41, 20) Source(44, 28) + SourceIndex(0) -4 >Emitted(41, 21) Source(64, 2) + SourceIndex(0) +1->Emitted(42, 9) Source(44, 21) + SourceIndex(0) +2 >Emitted(42, 13) Source(44, 21) + SourceIndex(0) +3 >Emitted(42, 20) Source(44, 28) + SourceIndex(0) +4 >Emitted(42, 21) Source(64, 2) + SourceIndex(0) --- >>> (function (Widgets) { 1->^^^^^^^^ @@ -628,16 +629,16 @@ sourceFile:recursiveClassReferenceTest.ts 1-> 2 > 3 > Widgets -1->Emitted(42, 9) Source(44, 21) + SourceIndex(0) -2 >Emitted(42, 20) Source(44, 21) + SourceIndex(0) -3 >Emitted(42, 27) Source(44, 28) + SourceIndex(0) +1->Emitted(43, 9) Source(44, 21) + SourceIndex(0) +2 >Emitted(43, 20) Source(44, 21) + SourceIndex(0) +3 >Emitted(43, 27) Source(44, 28) + SourceIndex(0) --- >>> var FindWidget = /** @class */ (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { > -1->Emitted(43, 13) Source(45, 2) + SourceIndex(0) +1->Emitted(44, 13) Source(45, 2) + SourceIndex(0) --- >>> function FindWidget(codeThing) { 1->^^^^^^^^^^^^^^^^ @@ -652,9 +653,9 @@ sourceFile:recursiveClassReferenceTest.ts > 2 > constructor(private 3 > codeThing: Sample.Thing.ICodeThing -1->Emitted(44, 17) Source(50, 3) + SourceIndex(0) -2 >Emitted(44, 37) Source(50, 23) + SourceIndex(0) -3 >Emitted(44, 46) Source(50, 57) + SourceIndex(0) +1->Emitted(45, 17) Source(50, 3) + SourceIndex(0) +2 >Emitted(45, 37) Source(50, 23) + SourceIndex(0) +3 >Emitted(45, 46) Source(50, 57) + SourceIndex(0) --- >>> this.codeThing = codeThing; 1->^^^^^^^^^^^^^^^^^^^^ @@ -667,11 +668,11 @@ sourceFile:recursiveClassReferenceTest.ts 3 > 4 > codeThing 5 > : Sample.Thing.ICodeThing -1->Emitted(45, 21) Source(50, 23) + SourceIndex(0) -2 >Emitted(45, 35) Source(50, 32) + SourceIndex(0) -3 >Emitted(45, 38) Source(50, 23) + SourceIndex(0) -4 >Emitted(45, 47) Source(50, 32) + SourceIndex(0) -5 >Emitted(45, 48) Source(50, 57) + SourceIndex(0) +1->Emitted(46, 21) Source(50, 23) + SourceIndex(0) +2 >Emitted(46, 35) Source(50, 32) + SourceIndex(0) +3 >Emitted(46, 38) Source(50, 23) + SourceIndex(0) +4 >Emitted(46, 47) Source(50, 32) + SourceIndex(0) +5 >Emitted(46, 48) Source(50, 57) + SourceIndex(0) --- >>> this.domNode = null; 1 >^^^^^^^^^^^^^^^^^^^^ @@ -684,11 +685,11 @@ sourceFile:recursiveClassReferenceTest.ts 3 > :any = 4 > null 5 > ; -1 >Emitted(46, 21) Source(49, 11) + SourceIndex(0) -2 >Emitted(46, 33) Source(49, 18) + SourceIndex(0) -3 >Emitted(46, 36) Source(49, 25) + SourceIndex(0) -4 >Emitted(46, 40) Source(49, 29) + SourceIndex(0) -5 >Emitted(46, 41) Source(49, 30) + SourceIndex(0) +1 >Emitted(47, 21) Source(49, 11) + SourceIndex(0) +2 >Emitted(47, 33) Source(49, 18) + SourceIndex(0) +3 >Emitted(47, 36) Source(49, 25) + SourceIndex(0) +4 >Emitted(47, 40) Source(49, 29) + SourceIndex(0) +5 >Emitted(47, 41) Source(49, 30) + SourceIndex(0) --- >>> // scenario 1 1 >^^^^^^^^^^^^^^^^^^^^ @@ -698,8 +699,8 @@ sourceFile:recursiveClassReferenceTest.ts > constructor(private codeThing: Sample.Thing.ICodeThing) { > 2 > // scenario 1 -1 >Emitted(47, 21) Source(51, 7) + SourceIndex(0) -2 >Emitted(47, 34) Source(51, 20) + SourceIndex(0) +1 >Emitted(48, 21) Source(51, 7) + SourceIndex(0) +2 >Emitted(48, 34) Source(51, 20) + SourceIndex(0) --- >>> codeThing.addWidget("addWidget", this); 1->^^^^^^^^^^^^^^^^^^^^ @@ -723,55 +724,56 @@ sourceFile:recursiveClassReferenceTest.ts 8 > this 9 > ) 10> ; -1->Emitted(48, 21) Source(52, 7) + SourceIndex(0) -2 >Emitted(48, 30) Source(52, 16) + SourceIndex(0) -3 >Emitted(48, 31) Source(52, 17) + SourceIndex(0) -4 >Emitted(48, 40) Source(52, 26) + SourceIndex(0) -5 >Emitted(48, 41) Source(52, 27) + SourceIndex(0) -6 >Emitted(48, 52) Source(52, 38) + SourceIndex(0) -7 >Emitted(48, 54) Source(52, 40) + SourceIndex(0) -8 >Emitted(48, 58) Source(52, 44) + SourceIndex(0) -9 >Emitted(48, 59) Source(52, 45) + SourceIndex(0) -10>Emitted(48, 60) Source(52, 46) + SourceIndex(0) +1->Emitted(49, 21) Source(52, 7) + SourceIndex(0) +2 >Emitted(49, 30) Source(52, 16) + SourceIndex(0) +3 >Emitted(49, 31) Source(52, 17) + SourceIndex(0) +4 >Emitted(49, 40) Source(52, 26) + SourceIndex(0) +5 >Emitted(49, 41) Source(52, 27) + SourceIndex(0) +6 >Emitted(49, 52) Source(52, 38) + SourceIndex(0) +7 >Emitted(49, 54) Source(52, 40) + SourceIndex(0) +8 >Emitted(49, 58) Source(52, 44) + SourceIndex(0) +9 >Emitted(49, 59) Source(52, 45) + SourceIndex(0) +10>Emitted(49, 60) Source(52, 46) + SourceIndex(0) --- >>> } 1 >^^^^^^^^^^^^^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 > > 2 > } -1 >Emitted(49, 17) Source(53, 3) + SourceIndex(0) -2 >Emitted(49, 18) Source(53, 4) + SourceIndex(0) +1 >Emitted(50, 17) Source(53, 3) + SourceIndex(0) +2 >Emitted(50, 18) Source(53, 4) + SourceIndex(0) --- ->>> FindWidget.prototype.gar = function (runner) { if (true) { +>>> var proto_2 = FindWidget.prototype; +>>> proto_2.gar = function (runner) { if (true) { 1->^^^^^^^^^^^^^^^^ -2 > ^^^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^ -5 > ^^^^^^ -6 > ^^^^ -7 > ^^^^ -8 > ^^^^ -9 > ^^ +2 > ^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^ +5 > ^^^^^^ +6 > ^^^^ +7 > ^^^^ +8 > ^^^^ +9 > ^^ 1-> 2 > gar -3 > -4 > public gar( -5 > runner:(widget:Sample.Thing.IWidget)=>any -6 > ) { -7 > if ( -8 > true -9 > ) -1->Emitted(50, 17) Source(47, 10) + SourceIndex(0) -2 >Emitted(50, 41) Source(47, 13) + SourceIndex(0) -3 >Emitted(50, 44) Source(47, 3) + SourceIndex(0) -4 >Emitted(50, 54) Source(47, 14) + SourceIndex(0) -5 >Emitted(50, 60) Source(47, 55) + SourceIndex(0) -6 >Emitted(50, 64) Source(47, 59) + SourceIndex(0) -7 >Emitted(50, 68) Source(47, 63) + SourceIndex(0) -8 >Emitted(50, 72) Source(47, 67) + SourceIndex(0) -9 >Emitted(50, 74) Source(47, 69) + SourceIndex(0) +3 > +4 > public gar( +5 > runner:(widget:Sample.Thing.IWidget)=>any +6 > ) { +7 > if ( +8 > true +9 > ) +1->Emitted(52, 17) Source(47, 10) + SourceIndex(0) +2 >Emitted(52, 28) Source(47, 13) + SourceIndex(0) +3 >Emitted(52, 31) Source(47, 3) + SourceIndex(0) +4 >Emitted(52, 41) Source(47, 14) + SourceIndex(0) +5 >Emitted(52, 47) Source(47, 55) + SourceIndex(0) +6 >Emitted(52, 51) Source(47, 59) + SourceIndex(0) +7 >Emitted(52, 55) Source(47, 63) + SourceIndex(0) +8 >Emitted(52, 59) Source(47, 67) + SourceIndex(0) +9 >Emitted(52, 61) Source(47, 69) + SourceIndex(0) --- >>> return runner(this); 1 >^^^^^^^^^^^^^^^^^^^^ @@ -788,30 +790,30 @@ sourceFile:recursiveClassReferenceTest.ts 5 > this 6 > ) 7 > ; -1 >Emitted(51, 21) Source(47, 70) + SourceIndex(0) -2 >Emitted(51, 28) Source(47, 77) + SourceIndex(0) -3 >Emitted(51, 34) Source(47, 83) + SourceIndex(0) -4 >Emitted(51, 35) Source(47, 84) + SourceIndex(0) -5 >Emitted(51, 39) Source(47, 88) + SourceIndex(0) -6 >Emitted(51, 40) Source(47, 89) + SourceIndex(0) -7 >Emitted(51, 41) Source(47, 90) + SourceIndex(0) +1 >Emitted(53, 21) Source(47, 70) + SourceIndex(0) +2 >Emitted(53, 28) Source(47, 77) + SourceIndex(0) +3 >Emitted(53, 34) Source(47, 83) + SourceIndex(0) +4 >Emitted(53, 35) Source(47, 84) + SourceIndex(0) +5 >Emitted(53, 39) Source(47, 88) + SourceIndex(0) +6 >Emitted(53, 40) Source(47, 89) + SourceIndex(0) +7 >Emitted(53, 41) Source(47, 90) + SourceIndex(0) --- >>> } }; 1 >^^^^^^^^^^^^^^^^^ 2 > ^ 3 > ^ -4 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +4 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >} 2 > 3 > } -1 >Emitted(52, 18) Source(47, 91) + SourceIndex(0) -2 >Emitted(52, 19) Source(47, 91) + SourceIndex(0) -3 >Emitted(52, 20) Source(47, 92) + SourceIndex(0) +1 >Emitted(54, 18) Source(47, 91) + SourceIndex(0) +2 >Emitted(54, 19) Source(47, 91) + SourceIndex(0) +3 >Emitted(54, 20) Source(47, 92) + SourceIndex(0) --- ->>> FindWidget.prototype.getDomNode = function () { +>>> proto_2.getDomNode = function () { 1->^^^^^^^^^^^^^^^^ -2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^ +2 > ^^^^^^^^^^^^^^^^^^ +3 > ^^^ 1-> > > private domNode:any = null; @@ -822,10 +824,10 @@ sourceFile:recursiveClassReferenceTest.ts > > public 2 > getDomNode -3 > -1->Emitted(53, 17) Source(55, 10) + SourceIndex(0) -2 >Emitted(53, 48) Source(55, 20) + SourceIndex(0) -3 >Emitted(53, 51) Source(55, 3) + SourceIndex(0) +3 > +1->Emitted(55, 17) Source(55, 10) + SourceIndex(0) +2 >Emitted(55, 35) Source(55, 20) + SourceIndex(0) +3 >Emitted(55, 38) Source(55, 3) + SourceIndex(0) --- >>> return domNode; 1 >^^^^^^^^^^^^^^^^^^^^ @@ -837,33 +839,33 @@ sourceFile:recursiveClassReferenceTest.ts 2 > return 3 > domNode 4 > ; -1 >Emitted(54, 21) Source(56, 4) + SourceIndex(0) -2 >Emitted(54, 28) Source(56, 11) + SourceIndex(0) -3 >Emitted(54, 35) Source(56, 18) + SourceIndex(0) -4 >Emitted(54, 36) Source(56, 19) + SourceIndex(0) +1 >Emitted(56, 21) Source(56, 4) + SourceIndex(0) +2 >Emitted(56, 28) Source(56, 11) + SourceIndex(0) +3 >Emitted(56, 35) Source(56, 18) + SourceIndex(0) +4 >Emitted(56, 36) Source(56, 19) + SourceIndex(0) --- >>> }; 1 >^^^^^^^^^^^^^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 > > 2 > } -1 >Emitted(55, 17) Source(57, 3) + SourceIndex(0) -2 >Emitted(55, 18) Source(57, 4) + SourceIndex(0) +1 >Emitted(57, 17) Source(57, 3) + SourceIndex(0) +2 >Emitted(57, 18) Source(57, 4) + SourceIndex(0) --- ->>> FindWidget.prototype.destroy = function () { +>>> proto_2.destroy = function () { 1->^^^^^^^^^^^^^^^^ -2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^ +2 > ^^^^^^^^^^^^^^^ +3 > ^^^ 1-> > > public 2 > destroy -3 > -1->Emitted(56, 17) Source(59, 10) + SourceIndex(0) -2 >Emitted(56, 45) Source(59, 17) + SourceIndex(0) -3 >Emitted(56, 48) Source(59, 3) + SourceIndex(0) +3 > +1->Emitted(58, 17) Source(59, 10) + SourceIndex(0) +2 >Emitted(58, 32) Source(59, 17) + SourceIndex(0) +3 >Emitted(58, 35) Source(59, 3) + SourceIndex(0) --- >>> }; 1 >^^^^^^^^^^^^^^^^ @@ -873,8 +875,8 @@ sourceFile:recursiveClassReferenceTest.ts > > 2 > } -1 >Emitted(57, 17) Source(61, 3) + SourceIndex(0) -2 >Emitted(57, 18) Source(61, 4) + SourceIndex(0) +1 >Emitted(59, 17) Source(61, 3) + SourceIndex(0) +2 >Emitted(59, 18) Source(61, 4) + SourceIndex(0) --- >>> return FindWidget; 1->^^^^^^^^^^^^^^^^ @@ -883,8 +885,8 @@ sourceFile:recursiveClassReferenceTest.ts > > 2 > } -1->Emitted(58, 17) Source(63, 2) + SourceIndex(0) -2 >Emitted(58, 34) Source(63, 3) + SourceIndex(0) +1->Emitted(60, 17) Source(63, 2) + SourceIndex(0) +2 >Emitted(60, 34) Source(63, 3) + SourceIndex(0) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -914,10 +916,10 @@ sourceFile:recursiveClassReferenceTest.ts > } > > } -1 >Emitted(59, 13) Source(63, 2) + SourceIndex(0) -2 >Emitted(59, 14) Source(63, 3) + SourceIndex(0) -3 >Emitted(59, 14) Source(45, 2) + SourceIndex(0) -4 >Emitted(59, 18) Source(63, 3) + SourceIndex(0) +1 >Emitted(61, 13) Source(63, 2) + SourceIndex(0) +2 >Emitted(61, 14) Source(63, 3) + SourceIndex(0) +3 >Emitted(61, 14) Source(45, 2) + SourceIndex(0) +4 >Emitted(61, 18) Source(63, 3) + SourceIndex(0) --- >>> Widgets.FindWidget = FindWidget; 1->^^^^^^^^^^^^ @@ -947,10 +949,10 @@ sourceFile:recursiveClassReferenceTest.ts > > } 4 > -1->Emitted(60, 13) Source(45, 15) + SourceIndex(0) -2 >Emitted(60, 31) Source(45, 25) + SourceIndex(0) -3 >Emitted(60, 44) Source(63, 3) + SourceIndex(0) -4 >Emitted(60, 45) Source(63, 3) + SourceIndex(0) +1->Emitted(62, 13) Source(45, 15) + SourceIndex(0) +2 >Emitted(62, 31) Source(45, 25) + SourceIndex(0) +3 >Emitted(62, 44) Source(63, 3) + SourceIndex(0) +4 >Emitted(62, 45) Source(63, 3) + SourceIndex(0) --- >>> })(Widgets = Thing.Widgets || (Thing.Widgets = {})); 1->^^^^^^^^ @@ -992,15 +994,15 @@ sourceFile:recursiveClassReferenceTest.ts > > } > } -1->Emitted(61, 9) Source(64, 1) + SourceIndex(0) -2 >Emitted(61, 10) Source(64, 2) + SourceIndex(0) -3 >Emitted(61, 12) Source(44, 21) + SourceIndex(0) -4 >Emitted(61, 19) Source(44, 28) + SourceIndex(0) -5 >Emitted(61, 22) Source(44, 21) + SourceIndex(0) -6 >Emitted(61, 35) Source(44, 28) + SourceIndex(0) -7 >Emitted(61, 40) Source(44, 21) + SourceIndex(0) -8 >Emitted(61, 53) Source(44, 28) + SourceIndex(0) -9 >Emitted(61, 61) Source(64, 2) + SourceIndex(0) +1->Emitted(63, 9) Source(64, 1) + SourceIndex(0) +2 >Emitted(63, 10) Source(64, 2) + SourceIndex(0) +3 >Emitted(63, 12) Source(44, 21) + SourceIndex(0) +4 >Emitted(63, 19) Source(44, 28) + SourceIndex(0) +5 >Emitted(63, 22) Source(44, 21) + SourceIndex(0) +6 >Emitted(63, 35) Source(44, 28) + SourceIndex(0) +7 >Emitted(63, 40) Source(44, 21) + SourceIndex(0) +8 >Emitted(63, 53) Source(44, 28) + SourceIndex(0) +9 >Emitted(63, 61) Source(64, 2) + SourceIndex(0) --- >>> })(Thing = Sample.Thing || (Sample.Thing = {})); 1 >^^^^ @@ -1041,15 +1043,15 @@ sourceFile:recursiveClassReferenceTest.ts > > } > } -1 >Emitted(62, 5) Source(64, 1) + SourceIndex(0) -2 >Emitted(62, 6) Source(64, 2) + SourceIndex(0) -3 >Emitted(62, 8) Source(44, 15) + SourceIndex(0) -4 >Emitted(62, 13) Source(44, 20) + SourceIndex(0) -5 >Emitted(62, 16) Source(44, 15) + SourceIndex(0) -6 >Emitted(62, 28) Source(44, 20) + SourceIndex(0) -7 >Emitted(62, 33) Source(44, 15) + SourceIndex(0) -8 >Emitted(62, 45) Source(44, 20) + SourceIndex(0) -9 >Emitted(62, 53) Source(64, 2) + SourceIndex(0) +1 >Emitted(64, 5) Source(64, 1) + SourceIndex(0) +2 >Emitted(64, 6) Source(64, 2) + SourceIndex(0) +3 >Emitted(64, 8) Source(44, 15) + SourceIndex(0) +4 >Emitted(64, 13) Source(44, 20) + SourceIndex(0) +5 >Emitted(64, 16) Source(44, 15) + SourceIndex(0) +6 >Emitted(64, 28) Source(44, 20) + SourceIndex(0) +7 >Emitted(64, 33) Source(44, 15) + SourceIndex(0) +8 >Emitted(64, 45) Source(44, 20) + SourceIndex(0) +9 >Emitted(64, 53) Source(64, 2) + SourceIndex(0) --- >>>})(Sample || (Sample = {})); 1 > @@ -1087,13 +1089,13 @@ sourceFile:recursiveClassReferenceTest.ts > > } > } -1 >Emitted(63, 1) Source(64, 1) + SourceIndex(0) -2 >Emitted(63, 2) Source(64, 2) + SourceIndex(0) -3 >Emitted(63, 4) Source(44, 8) + SourceIndex(0) -4 >Emitted(63, 10) Source(44, 14) + SourceIndex(0) -5 >Emitted(63, 15) Source(44, 8) + SourceIndex(0) -6 >Emitted(63, 21) Source(44, 14) + SourceIndex(0) -7 >Emitted(63, 29) Source(64, 2) + SourceIndex(0) +1 >Emitted(65, 1) Source(64, 1) + SourceIndex(0) +2 >Emitted(65, 2) Source(64, 2) + SourceIndex(0) +3 >Emitted(65, 4) Source(44, 8) + SourceIndex(0) +4 >Emitted(65, 10) Source(44, 14) + SourceIndex(0) +5 >Emitted(65, 15) Source(44, 8) + SourceIndex(0) +6 >Emitted(65, 21) Source(44, 14) + SourceIndex(0) +7 >Emitted(65, 29) Source(64, 2) + SourceIndex(0) --- >>>var AbstractMode = /** @class */ (function () { 1-> @@ -1102,13 +1104,13 @@ sourceFile:recursiveClassReferenceTest.ts > >interface IMode { getInitialState(): IState;} > -1->Emitted(64, 1) Source(67, 1) + SourceIndex(0) +1->Emitted(66, 1) Source(67, 1) + SourceIndex(0) --- >>> function AbstractMode() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(65, 5) Source(67, 1) + SourceIndex(0) +1->Emitted(67, 5) Source(67, 1) + SourceIndex(0) --- >>> } 1->^^^^ @@ -1116,8 +1118,8 @@ sourceFile:recursiveClassReferenceTest.ts 3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->class AbstractMode implements IMode { public getInitialState(): IState { return null;} 2 > } -1->Emitted(66, 5) Source(67, 88) + SourceIndex(0) -2 >Emitted(66, 6) Source(67, 89) + SourceIndex(0) +1->Emitted(68, 5) Source(67, 88) + SourceIndex(0) +2 >Emitted(68, 6) Source(67, 89) + SourceIndex(0) --- >>> AbstractMode.prototype.getInitialState = function () { return null; }; 1->^^^^ @@ -1138,23 +1140,23 @@ sourceFile:recursiveClassReferenceTest.ts 7 > ; 8 > 9 > } -1->Emitted(67, 5) Source(67, 46) + SourceIndex(0) -2 >Emitted(67, 43) Source(67, 61) + SourceIndex(0) -3 >Emitted(67, 46) Source(67, 39) + SourceIndex(0) -4 >Emitted(67, 60) Source(67, 74) + SourceIndex(0) -5 >Emitted(67, 67) Source(67, 81) + SourceIndex(0) -6 >Emitted(67, 71) Source(67, 85) + SourceIndex(0) -7 >Emitted(67, 72) Source(67, 86) + SourceIndex(0) -8 >Emitted(67, 73) Source(67, 86) + SourceIndex(0) -9 >Emitted(67, 74) Source(67, 87) + SourceIndex(0) +1->Emitted(69, 5) Source(67, 46) + SourceIndex(0) +2 >Emitted(69, 43) Source(67, 61) + SourceIndex(0) +3 >Emitted(69, 46) Source(67, 39) + SourceIndex(0) +4 >Emitted(69, 60) Source(67, 74) + SourceIndex(0) +5 >Emitted(69, 67) Source(67, 81) + SourceIndex(0) +6 >Emitted(69, 71) Source(67, 85) + SourceIndex(0) +7 >Emitted(69, 72) Source(67, 86) + SourceIndex(0) +8 >Emitted(69, 73) Source(67, 86) + SourceIndex(0) +9 >Emitted(69, 74) Source(67, 87) + SourceIndex(0) --- >>> return AbstractMode; 1 >^^^^ 2 > ^^^^^^^^^^^^^^^^^^^ 1 > 2 > } -1 >Emitted(68, 5) Source(67, 88) + SourceIndex(0) -2 >Emitted(68, 24) Source(67, 89) + SourceIndex(0) +1 >Emitted(70, 5) Source(67, 88) + SourceIndex(0) +2 >Emitted(70, 24) Source(67, 89) + SourceIndex(0) --- >>>}()); 1 > @@ -1166,10 +1168,10 @@ sourceFile:recursiveClassReferenceTest.ts 2 >} 3 > 4 > class AbstractMode implements IMode { public getInitialState(): IState { return null;} } -1 >Emitted(69, 1) Source(67, 88) + SourceIndex(0) -2 >Emitted(69, 2) Source(67, 89) + SourceIndex(0) -3 >Emitted(69, 2) Source(67, 1) + SourceIndex(0) -4 >Emitted(69, 6) Source(67, 89) + SourceIndex(0) +1 >Emitted(71, 1) Source(67, 88) + SourceIndex(0) +2 >Emitted(71, 2) Source(67, 89) + SourceIndex(0) +3 >Emitted(71, 2) Source(67, 1) + SourceIndex(0) +4 >Emitted(71, 6) Source(67, 89) + SourceIndex(0) --- >>>(function (Sample) { 1-> @@ -1187,9 +1189,9 @@ sourceFile:recursiveClassReferenceTest.ts > 2 >module 3 > Sample -1->Emitted(70, 1) Source(76, 1) + SourceIndex(0) -2 >Emitted(70, 12) Source(76, 8) + SourceIndex(0) -3 >Emitted(70, 18) Source(76, 14) + SourceIndex(0) +1->Emitted(72, 1) Source(76, 1) + SourceIndex(0) +2 >Emitted(72, 12) Source(76, 8) + SourceIndex(0) +3 >Emitted(72, 18) Source(76, 14) + SourceIndex(0) --- >>> var Thing; 1 >^^^^ @@ -1225,10 +1227,10 @@ sourceFile:recursiveClassReferenceTest.ts > > } > } -1 >Emitted(71, 5) Source(76, 15) + SourceIndex(0) -2 >Emitted(71, 9) Source(76, 15) + SourceIndex(0) -3 >Emitted(71, 14) Source(76, 20) + SourceIndex(0) -4 >Emitted(71, 15) Source(100, 2) + SourceIndex(0) +1 >Emitted(73, 5) Source(76, 15) + SourceIndex(0) +2 >Emitted(73, 9) Source(76, 15) + SourceIndex(0) +3 >Emitted(73, 14) Source(76, 20) + SourceIndex(0) +4 >Emitted(73, 15) Source(100, 2) + SourceIndex(0) --- >>> (function (Thing) { 1->^^^^ @@ -1238,9 +1240,9 @@ sourceFile:recursiveClassReferenceTest.ts 1-> 2 > 3 > Thing -1->Emitted(72, 5) Source(76, 15) + SourceIndex(0) -2 >Emitted(72, 16) Source(76, 15) + SourceIndex(0) -3 >Emitted(72, 21) Source(76, 20) + SourceIndex(0) +1->Emitted(74, 5) Source(76, 15) + SourceIndex(0) +2 >Emitted(74, 16) Source(76, 15) + SourceIndex(0) +3 >Emitted(74, 21) Source(76, 20) + SourceIndex(0) --- >>> var Languages; 1->^^^^^^^^ @@ -1276,10 +1278,10 @@ sourceFile:recursiveClassReferenceTest.ts > > } > } -1->Emitted(73, 9) Source(76, 21) + SourceIndex(0) -2 >Emitted(73, 13) Source(76, 21) + SourceIndex(0) -3 >Emitted(73, 22) Source(76, 30) + SourceIndex(0) -4 >Emitted(73, 23) Source(100, 2) + SourceIndex(0) +1->Emitted(75, 9) Source(76, 21) + SourceIndex(0) +2 >Emitted(75, 13) Source(76, 21) + SourceIndex(0) +3 >Emitted(75, 22) Source(76, 30) + SourceIndex(0) +4 >Emitted(75, 23) Source(100, 2) + SourceIndex(0) --- >>> (function (Languages) { 1->^^^^^^^^ @@ -1288,9 +1290,9 @@ sourceFile:recursiveClassReferenceTest.ts 1-> 2 > 3 > Languages -1->Emitted(74, 9) Source(76, 21) + SourceIndex(0) -2 >Emitted(74, 20) Source(76, 21) + SourceIndex(0) -3 >Emitted(74, 29) Source(76, 30) + SourceIndex(0) +1->Emitted(76, 9) Source(76, 21) + SourceIndex(0) +2 >Emitted(76, 20) Source(76, 21) + SourceIndex(0) +3 >Emitted(76, 29) Source(76, 30) + SourceIndex(0) --- >>> var PlainText; 1 >^^^^^^^^^^^^ @@ -1326,10 +1328,10 @@ sourceFile:recursiveClassReferenceTest.ts > > } > } -1 >Emitted(75, 13) Source(76, 31) + SourceIndex(0) -2 >Emitted(75, 17) Source(76, 31) + SourceIndex(0) -3 >Emitted(75, 26) Source(76, 40) + SourceIndex(0) -4 >Emitted(75, 27) Source(100, 2) + SourceIndex(0) +1 >Emitted(77, 13) Source(76, 31) + SourceIndex(0) +2 >Emitted(77, 17) Source(76, 31) + SourceIndex(0) +3 >Emitted(77, 26) Source(76, 40) + SourceIndex(0) +4 >Emitted(77, 27) Source(100, 2) + SourceIndex(0) --- >>> (function (PlainText) { 1->^^^^^^^^^^^^ @@ -1339,9 +1341,9 @@ sourceFile:recursiveClassReferenceTest.ts 1-> 2 > 3 > PlainText -1->Emitted(76, 13) Source(76, 31) + SourceIndex(0) -2 >Emitted(76, 24) Source(76, 31) + SourceIndex(0) -3 >Emitted(76, 33) Source(76, 40) + SourceIndex(0) +1->Emitted(78, 13) Source(76, 31) + SourceIndex(0) +2 >Emitted(78, 24) Source(76, 31) + SourceIndex(0) +3 >Emitted(78, 33) Source(76, 40) + SourceIndex(0) --- >>> var State = /** @class */ (function () { 1->^^^^^^^^^^^^^^^^ @@ -1349,7 +1351,7 @@ sourceFile:recursiveClassReferenceTest.ts 1-> { > > -1->Emitted(77, 17) Source(78, 2) + SourceIndex(0) +1->Emitted(79, 17) Source(78, 2) + SourceIndex(0) --- >>> function State(mode) { 1->^^^^^^^^^^^^^^^^^^^^ @@ -1360,9 +1362,9 @@ sourceFile:recursiveClassReferenceTest.ts > 2 > constructor(private 3 > mode: IMode -1->Emitted(78, 21) Source(79, 9) + SourceIndex(0) -2 >Emitted(78, 36) Source(79, 29) + SourceIndex(0) -3 >Emitted(78, 40) Source(79, 40) + SourceIndex(0) +1->Emitted(80, 21) Source(79, 9) + SourceIndex(0) +2 >Emitted(80, 36) Source(79, 29) + SourceIndex(0) +3 >Emitted(80, 40) Source(79, 40) + SourceIndex(0) --- >>> this.mode = mode; 1->^^^^^^^^^^^^^^^^^^^^^^^^ @@ -1375,76 +1377,78 @@ sourceFile:recursiveClassReferenceTest.ts 3 > 4 > mode 5 > : IMode -1->Emitted(79, 25) Source(79, 29) + SourceIndex(0) -2 >Emitted(79, 34) Source(79, 33) + SourceIndex(0) -3 >Emitted(79, 37) Source(79, 29) + SourceIndex(0) -4 >Emitted(79, 41) Source(79, 33) + SourceIndex(0) -5 >Emitted(79, 42) Source(79, 40) + SourceIndex(0) +1->Emitted(81, 25) Source(79, 29) + SourceIndex(0) +2 >Emitted(81, 34) Source(79, 33) + SourceIndex(0) +3 >Emitted(81, 37) Source(79, 29) + SourceIndex(0) +4 >Emitted(81, 41) Source(79, 33) + SourceIndex(0) +5 >Emitted(81, 42) Source(79, 40) + SourceIndex(0) --- >>> } 1 >^^^^^^^^^^^^^^^^^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >) { 2 > } -1 >Emitted(80, 21) Source(79, 44) + SourceIndex(0) -2 >Emitted(80, 22) Source(79, 45) + SourceIndex(0) +1 >Emitted(82, 21) Source(79, 44) + SourceIndex(0) +2 >Emitted(82, 22) Source(79, 45) + SourceIndex(0) --- ->>> State.prototype.clone = function () { +>>> var proto_3 = State.prototype; +>>> proto_3.clone = function () { 1->^^^^^^^^^^^^^^^^^^^^ -2 > ^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^ +2 > ^^^^^^^^^^^^^ +3 > ^^^ +4 > ^-> 1-> > public 2 > clone -3 > -1->Emitted(81, 21) Source(80, 10) + SourceIndex(0) -2 >Emitted(81, 42) Source(80, 15) + SourceIndex(0) -3 >Emitted(81, 45) Source(80, 3) + SourceIndex(0) +3 > +1->Emitted(84, 21) Source(80, 10) + SourceIndex(0) +2 >Emitted(84, 34) Source(80, 15) + SourceIndex(0) +3 >Emitted(84, 37) Source(80, 3) + SourceIndex(0) --- >>> return this; -1 >^^^^^^^^^^^^^^^^^^^^^^^^ +1->^^^^^^^^^^^^^^^^^^^^^^^^ 2 > ^^^^^^^ 3 > ^^^^ 4 > ^ -1 >public clone():IState { +1->public clone():IState { > 2 > return 3 > this 4 > ; -1 >Emitted(82, 25) Source(81, 4) + SourceIndex(0) -2 >Emitted(82, 32) Source(81, 11) + SourceIndex(0) -3 >Emitted(82, 36) Source(81, 15) + SourceIndex(0) -4 >Emitted(82, 37) Source(81, 16) + SourceIndex(0) +1->Emitted(85, 25) Source(81, 4) + SourceIndex(0) +2 >Emitted(85, 32) Source(81, 11) + SourceIndex(0) +3 >Emitted(85, 36) Source(81, 15) + SourceIndex(0) +4 >Emitted(85, 37) Source(81, 16) + SourceIndex(0) --- >>> }; 1 >^^^^^^^^^^^^^^^^^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 > > 2 > } -1 >Emitted(83, 21) Source(82, 3) + SourceIndex(0) -2 >Emitted(83, 22) Source(82, 4) + SourceIndex(0) +1 >Emitted(86, 21) Source(82, 3) + SourceIndex(0) +2 >Emitted(86, 22) Source(82, 4) + SourceIndex(0) --- ->>> State.prototype.equals = function (other) { +>>> proto_3.equals = function (other) { 1->^^^^^^^^^^^^^^^^^^^^ -2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^ -5 > ^^^^^ +2 > ^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^ +5 > ^^^^^ 1-> > > public 2 > equals -3 > -4 > public equals( -5 > other:IState -1->Emitted(84, 21) Source(84, 10) + SourceIndex(0) -2 >Emitted(84, 43) Source(84, 16) + SourceIndex(0) -3 >Emitted(84, 46) Source(84, 3) + SourceIndex(0) -4 >Emitted(84, 56) Source(84, 17) + SourceIndex(0) -5 >Emitted(84, 61) Source(84, 29) + SourceIndex(0) +3 > +4 > public equals( +5 > other:IState +1->Emitted(87, 21) Source(84, 10) + SourceIndex(0) +2 >Emitted(87, 35) Source(84, 16) + SourceIndex(0) +3 >Emitted(87, 38) Source(84, 3) + SourceIndex(0) +4 >Emitted(87, 48) Source(84, 17) + SourceIndex(0) +5 >Emitted(87, 53) Source(84, 29) + SourceIndex(0) --- >>> return this === other; 1 >^^^^^^^^^^^^^^^^^^^^^^^^ @@ -1460,53 +1464,53 @@ sourceFile:recursiveClassReferenceTest.ts 4 > === 5 > other 6 > ; -1 >Emitted(85, 25) Source(85, 4) + SourceIndex(0) -2 >Emitted(85, 32) Source(85, 11) + SourceIndex(0) -3 >Emitted(85, 36) Source(85, 15) + SourceIndex(0) -4 >Emitted(85, 41) Source(85, 20) + SourceIndex(0) -5 >Emitted(85, 46) Source(85, 25) + SourceIndex(0) -6 >Emitted(85, 47) Source(85, 26) + SourceIndex(0) +1 >Emitted(88, 25) Source(85, 4) + SourceIndex(0) +2 >Emitted(88, 32) Source(85, 11) + SourceIndex(0) +3 >Emitted(88, 36) Source(85, 15) + SourceIndex(0) +4 >Emitted(88, 41) Source(85, 20) + SourceIndex(0) +5 >Emitted(88, 46) Source(85, 25) + SourceIndex(0) +6 >Emitted(88, 47) Source(85, 26) + SourceIndex(0) --- >>> }; 1 >^^^^^^^^^^^^^^^^^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 > > 2 > } -1 >Emitted(86, 21) Source(86, 3) + SourceIndex(0) -2 >Emitted(86, 22) Source(86, 4) + SourceIndex(0) +1 >Emitted(89, 21) Source(86, 3) + SourceIndex(0) +2 >Emitted(89, 22) Source(86, 4) + SourceIndex(0) --- ->>> State.prototype.getMode = function () { return mode; }; +>>> proto_3.getMode = function () { return mode; }; 1->^^^^^^^^^^^^^^^^^^^^ -2 > ^^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^ -5 > ^^^^^^^ -6 > ^^^^ -7 > ^ -8 > ^ -9 > ^ +2 > ^^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^ +5 > ^^^^^^^ +6 > ^^^^ +7 > ^ +8 > ^ +9 > ^ 1-> > > public 2 > getMode -3 > -4 > public getMode(): IMode { -5 > return -6 > mode -7 > ; -8 > -9 > } -1->Emitted(87, 21) Source(88, 10) + SourceIndex(0) -2 >Emitted(87, 44) Source(88, 17) + SourceIndex(0) -3 >Emitted(87, 47) Source(88, 3) + SourceIndex(0) -4 >Emitted(87, 61) Source(88, 29) + SourceIndex(0) -5 >Emitted(87, 68) Source(88, 36) + SourceIndex(0) -6 >Emitted(87, 72) Source(88, 40) + SourceIndex(0) -7 >Emitted(87, 73) Source(88, 41) + SourceIndex(0) -8 >Emitted(87, 74) Source(88, 42) + SourceIndex(0) -9 >Emitted(87, 75) Source(88, 43) + SourceIndex(0) +3 > +4 > public getMode(): IMode { +5 > return +6 > mode +7 > ; +8 > +9 > } +1->Emitted(90, 21) Source(88, 10) + SourceIndex(0) +2 >Emitted(90, 36) Source(88, 17) + SourceIndex(0) +3 >Emitted(90, 39) Source(88, 3) + SourceIndex(0) +4 >Emitted(90, 53) Source(88, 29) + SourceIndex(0) +5 >Emitted(90, 60) Source(88, 36) + SourceIndex(0) +6 >Emitted(90, 64) Source(88, 40) + SourceIndex(0) +7 >Emitted(90, 65) Source(88, 41) + SourceIndex(0) +8 >Emitted(90, 66) Source(88, 42) + SourceIndex(0) +9 >Emitted(90, 67) Source(88, 43) + SourceIndex(0) --- >>> return State; 1 >^^^^^^^^^^^^^^^^^^^^ @@ -1514,8 +1518,8 @@ sourceFile:recursiveClassReferenceTest.ts 1 > > 2 > } -1 >Emitted(88, 21) Source(89, 2) + SourceIndex(0) -2 >Emitted(88, 33) Source(89, 3) + SourceIndex(0) +1 >Emitted(91, 21) Source(89, 2) + SourceIndex(0) +2 >Emitted(91, 33) Source(89, 3) + SourceIndex(0) --- >>> }()); 1 >^^^^^^^^^^^^^^^^ @@ -1538,10 +1542,10 @@ sourceFile:recursiveClassReferenceTest.ts > > public getMode(): IMode { return mode; } > } -1 >Emitted(89, 17) Source(89, 2) + SourceIndex(0) -2 >Emitted(89, 18) Source(89, 3) + SourceIndex(0) -3 >Emitted(89, 18) Source(78, 2) + SourceIndex(0) -4 >Emitted(89, 22) Source(89, 3) + SourceIndex(0) +1 >Emitted(92, 17) Source(89, 2) + SourceIndex(0) +2 >Emitted(92, 18) Source(89, 3) + SourceIndex(0) +3 >Emitted(92, 18) Source(78, 2) + SourceIndex(0) +4 >Emitted(92, 22) Source(89, 3) + SourceIndex(0) --- >>> PlainText.State = State; 1->^^^^^^^^^^^^^^^^ @@ -1564,10 +1568,10 @@ sourceFile:recursiveClassReferenceTest.ts > public getMode(): IMode { return mode; } > } 4 > -1->Emitted(90, 17) Source(78, 15) + SourceIndex(0) -2 >Emitted(90, 32) Source(78, 20) + SourceIndex(0) -3 >Emitted(90, 40) Source(89, 3) + SourceIndex(0) -4 >Emitted(90, 41) Source(89, 3) + SourceIndex(0) +1->Emitted(93, 17) Source(78, 15) + SourceIndex(0) +2 >Emitted(93, 32) Source(78, 20) + SourceIndex(0) +3 >Emitted(93, 40) Source(89, 3) + SourceIndex(0) +4 >Emitted(93, 41) Source(89, 3) + SourceIndex(0) --- >>> var Mode = /** @class */ (function (_super) { 1->^^^^^^^^^^^^^^^^ @@ -1575,21 +1579,21 @@ sourceFile:recursiveClassReferenceTest.ts 1-> > > -1->Emitted(91, 17) Source(91, 2) + SourceIndex(0) +1->Emitted(94, 17) Source(91, 2) + SourceIndex(0) --- >>> __extends(Mode, _super); 1->^^^^^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^ 1->export class Mode extends 2 > AbstractMode -1->Emitted(92, 21) Source(91, 28) + SourceIndex(0) -2 >Emitted(92, 45) Source(91, 40) + SourceIndex(0) +1->Emitted(95, 21) Source(91, 28) + SourceIndex(0) +2 >Emitted(95, 45) Source(91, 40) + SourceIndex(0) --- >>> function Mode() { 1 >^^^^^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 > -1 >Emitted(93, 21) Source(91, 2) + SourceIndex(0) +1 >Emitted(96, 21) Source(91, 2) + SourceIndex(0) --- >>> return _super !== null && _super.apply(this, arguments) || this; >>> } @@ -1606,8 +1610,8 @@ sourceFile:recursiveClassReferenceTest.ts > > 2 > } -1->Emitted(95, 21) Source(99, 2) + SourceIndex(0) -2 >Emitted(95, 22) Source(99, 3) + SourceIndex(0) +1->Emitted(98, 21) Source(99, 2) + SourceIndex(0) +2 >Emitted(98, 22) Source(99, 3) + SourceIndex(0) --- >>> // scenario 2 1->^^^^^^^^^^^^^^^^^^^^ @@ -1615,8 +1619,8 @@ sourceFile:recursiveClassReferenceTest.ts 3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> 2 > // scenario 2 -1->Emitted(96, 21) Source(93, 3) + SourceIndex(0) -2 >Emitted(96, 34) Source(93, 16) + SourceIndex(0) +1->Emitted(99, 21) Source(93, 3) + SourceIndex(0) +2 >Emitted(99, 34) Source(93, 16) + SourceIndex(0) --- >>> Mode.prototype.getInitialState = function () { 1->^^^^^^^^^^^^^^^^^^^^ @@ -1626,9 +1630,9 @@ sourceFile:recursiveClassReferenceTest.ts > public 2 > getInitialState 3 > -1->Emitted(97, 21) Source(94, 10) + SourceIndex(0) -2 >Emitted(97, 51) Source(94, 25) + SourceIndex(0) -3 >Emitted(97, 54) Source(94, 3) + SourceIndex(0) +1->Emitted(100, 21) Source(94, 10) + SourceIndex(0) +2 >Emitted(100, 51) Source(94, 25) + SourceIndex(0) +3 >Emitted(100, 54) Source(94, 3) + SourceIndex(0) --- >>> return new State(self); 1 >^^^^^^^^^^^^^^^^^^^^^^^^ @@ -1648,14 +1652,14 @@ sourceFile:recursiveClassReferenceTest.ts 6 > self 7 > ) 8 > ; -1 >Emitted(98, 25) Source(95, 4) + SourceIndex(0) -2 >Emitted(98, 32) Source(95, 11) + SourceIndex(0) -3 >Emitted(98, 36) Source(95, 15) + SourceIndex(0) -4 >Emitted(98, 41) Source(95, 20) + SourceIndex(0) -5 >Emitted(98, 42) Source(95, 21) + SourceIndex(0) -6 >Emitted(98, 46) Source(95, 25) + SourceIndex(0) -7 >Emitted(98, 47) Source(95, 26) + SourceIndex(0) -8 >Emitted(98, 48) Source(95, 27) + SourceIndex(0) +1 >Emitted(101, 25) Source(95, 4) + SourceIndex(0) +2 >Emitted(101, 32) Source(95, 11) + SourceIndex(0) +3 >Emitted(101, 36) Source(95, 15) + SourceIndex(0) +4 >Emitted(101, 41) Source(95, 20) + SourceIndex(0) +5 >Emitted(101, 42) Source(95, 21) + SourceIndex(0) +6 >Emitted(101, 46) Source(95, 25) + SourceIndex(0) +7 >Emitted(101, 47) Source(95, 26) + SourceIndex(0) +8 >Emitted(101, 48) Source(95, 27) + SourceIndex(0) --- >>> }; 1 >^^^^^^^^^^^^^^^^^^^^ @@ -1664,8 +1668,8 @@ sourceFile:recursiveClassReferenceTest.ts 1 > > 2 > } -1 >Emitted(99, 21) Source(96, 3) + SourceIndex(0) -2 >Emitted(99, 22) Source(96, 4) + SourceIndex(0) +1 >Emitted(102, 21) Source(96, 3) + SourceIndex(0) +2 >Emitted(102, 22) Source(96, 4) + SourceIndex(0) --- >>> return Mode; 1->^^^^^^^^^^^^^^^^^^^^ @@ -1676,8 +1680,8 @@ sourceFile:recursiveClassReferenceTest.ts > > 2 > } -1->Emitted(100, 21) Source(99, 2) + SourceIndex(0) -2 >Emitted(100, 32) Source(99, 3) + SourceIndex(0) +1->Emitted(103, 21) Source(99, 2) + SourceIndex(0) +2 >Emitted(103, 32) Source(99, 3) + SourceIndex(0) --- >>> }(AbstractMode)); 1->^^^^^^^^^^^^^^^^ @@ -1701,12 +1705,12 @@ sourceFile:recursiveClassReferenceTest.ts > > > } -1->Emitted(101, 17) Source(99, 2) + SourceIndex(0) -2 >Emitted(101, 18) Source(99, 3) + SourceIndex(0) -3 >Emitted(101, 18) Source(91, 2) + SourceIndex(0) -4 >Emitted(101, 19) Source(91, 28) + SourceIndex(0) -5 >Emitted(101, 31) Source(91, 40) + SourceIndex(0) -6 >Emitted(101, 34) Source(99, 3) + SourceIndex(0) +1->Emitted(104, 17) Source(99, 2) + SourceIndex(0) +2 >Emitted(104, 18) Source(99, 3) + SourceIndex(0) +3 >Emitted(104, 18) Source(91, 2) + SourceIndex(0) +4 >Emitted(104, 19) Source(91, 28) + SourceIndex(0) +5 >Emitted(104, 31) Source(91, 40) + SourceIndex(0) +6 >Emitted(104, 34) Source(99, 3) + SourceIndex(0) --- >>> PlainText.Mode = Mode; 1->^^^^^^^^^^^^^^^^ @@ -1726,10 +1730,10 @@ sourceFile:recursiveClassReferenceTest.ts > > } 4 > -1->Emitted(102, 17) Source(91, 15) + SourceIndex(0) -2 >Emitted(102, 31) Source(91, 19) + SourceIndex(0) -3 >Emitted(102, 38) Source(99, 3) + SourceIndex(0) -4 >Emitted(102, 39) Source(99, 3) + SourceIndex(0) +1->Emitted(105, 17) Source(91, 15) + SourceIndex(0) +2 >Emitted(105, 31) Source(91, 19) + SourceIndex(0) +3 >Emitted(105, 38) Source(99, 3) + SourceIndex(0) +4 >Emitted(105, 39) Source(99, 3) + SourceIndex(0) --- >>> })(PlainText = Languages.PlainText || (Languages.PlainText = {})); 1->^^^^^^^^^^^^ @@ -1775,15 +1779,15 @@ sourceFile:recursiveClassReferenceTest.ts > > } > } -1->Emitted(103, 13) Source(100, 1) + SourceIndex(0) -2 >Emitted(103, 14) Source(100, 2) + SourceIndex(0) -3 >Emitted(103, 16) Source(76, 31) + SourceIndex(0) -4 >Emitted(103, 25) Source(76, 40) + SourceIndex(0) -5 >Emitted(103, 28) Source(76, 31) + SourceIndex(0) -6 >Emitted(103, 47) Source(76, 40) + SourceIndex(0) -7 >Emitted(103, 52) Source(76, 31) + SourceIndex(0) -8 >Emitted(103, 71) Source(76, 40) + SourceIndex(0) -9 >Emitted(103, 79) Source(100, 2) + SourceIndex(0) +1->Emitted(106, 13) Source(100, 1) + SourceIndex(0) +2 >Emitted(106, 14) Source(100, 2) + SourceIndex(0) +3 >Emitted(106, 16) Source(76, 31) + SourceIndex(0) +4 >Emitted(106, 25) Source(76, 40) + SourceIndex(0) +5 >Emitted(106, 28) Source(76, 31) + SourceIndex(0) +6 >Emitted(106, 47) Source(76, 40) + SourceIndex(0) +7 >Emitted(106, 52) Source(76, 31) + SourceIndex(0) +8 >Emitted(106, 71) Source(76, 40) + SourceIndex(0) +9 >Emitted(106, 79) Source(100, 2) + SourceIndex(0) --- >>> })(Languages = Thing.Languages || (Thing.Languages = {})); 1 >^^^^^^^^ @@ -1828,15 +1832,15 @@ sourceFile:recursiveClassReferenceTest.ts > > } > } -1 >Emitted(104, 9) Source(100, 1) + SourceIndex(0) -2 >Emitted(104, 10) Source(100, 2) + SourceIndex(0) -3 >Emitted(104, 12) Source(76, 21) + SourceIndex(0) -4 >Emitted(104, 21) Source(76, 30) + SourceIndex(0) -5 >Emitted(104, 24) Source(76, 21) + SourceIndex(0) -6 >Emitted(104, 39) Source(76, 30) + SourceIndex(0) -7 >Emitted(104, 44) Source(76, 21) + SourceIndex(0) -8 >Emitted(104, 59) Source(76, 30) + SourceIndex(0) -9 >Emitted(104, 67) Source(100, 2) + SourceIndex(0) +1 >Emitted(107, 9) Source(100, 1) + SourceIndex(0) +2 >Emitted(107, 10) Source(100, 2) + SourceIndex(0) +3 >Emitted(107, 12) Source(76, 21) + SourceIndex(0) +4 >Emitted(107, 21) Source(76, 30) + SourceIndex(0) +5 >Emitted(107, 24) Source(76, 21) + SourceIndex(0) +6 >Emitted(107, 39) Source(76, 30) + SourceIndex(0) +7 >Emitted(107, 44) Source(76, 21) + SourceIndex(0) +8 >Emitted(107, 59) Source(76, 30) + SourceIndex(0) +9 >Emitted(107, 67) Source(100, 2) + SourceIndex(0) --- >>> })(Thing = Sample.Thing || (Sample.Thing = {})); 1 >^^^^ @@ -1881,15 +1885,15 @@ sourceFile:recursiveClassReferenceTest.ts > > } > } -1 >Emitted(105, 5) Source(100, 1) + SourceIndex(0) -2 >Emitted(105, 6) Source(100, 2) + SourceIndex(0) -3 >Emitted(105, 8) Source(76, 15) + SourceIndex(0) -4 >Emitted(105, 13) Source(76, 20) + SourceIndex(0) -5 >Emitted(105, 16) Source(76, 15) + SourceIndex(0) -6 >Emitted(105, 28) Source(76, 20) + SourceIndex(0) -7 >Emitted(105, 33) Source(76, 15) + SourceIndex(0) -8 >Emitted(105, 45) Source(76, 20) + SourceIndex(0) -9 >Emitted(105, 53) Source(100, 2) + SourceIndex(0) +1 >Emitted(108, 5) Source(100, 1) + SourceIndex(0) +2 >Emitted(108, 6) Source(100, 2) + SourceIndex(0) +3 >Emitted(108, 8) Source(76, 15) + SourceIndex(0) +4 >Emitted(108, 13) Source(76, 20) + SourceIndex(0) +5 >Emitted(108, 16) Source(76, 15) + SourceIndex(0) +6 >Emitted(108, 28) Source(76, 20) + SourceIndex(0) +7 >Emitted(108, 33) Source(76, 15) + SourceIndex(0) +8 >Emitted(108, 45) Source(76, 20) + SourceIndex(0) +9 >Emitted(108, 53) Source(100, 2) + SourceIndex(0) --- >>>})(Sample || (Sample = {})); 1 > @@ -1931,12 +1935,12 @@ sourceFile:recursiveClassReferenceTest.ts > > } > } -1 >Emitted(106, 1) Source(100, 1) + SourceIndex(0) -2 >Emitted(106, 2) Source(100, 2) + SourceIndex(0) -3 >Emitted(106, 4) Source(76, 8) + SourceIndex(0) -4 >Emitted(106, 10) Source(76, 14) + SourceIndex(0) -5 >Emitted(106, 15) Source(76, 8) + SourceIndex(0) -6 >Emitted(106, 21) Source(76, 14) + SourceIndex(0) -7 >Emitted(106, 29) Source(100, 2) + SourceIndex(0) +1 >Emitted(109, 1) Source(100, 1) + SourceIndex(0) +2 >Emitted(109, 2) Source(100, 2) + SourceIndex(0) +3 >Emitted(109, 4) Source(76, 8) + SourceIndex(0) +4 >Emitted(109, 10) Source(76, 14) + SourceIndex(0) +5 >Emitted(109, 15) Source(76, 8) + SourceIndex(0) +6 >Emitted(109, 21) Source(76, 14) + SourceIndex(0) +7 >Emitted(109, 29) Source(100, 2) + SourceIndex(0) --- >>>//# sourceMappingURL=recursiveClassReferenceTest.js.map \ No newline at end of file diff --git a/tests/baselines/reference/resolvingClassDeclarationWhenInBaseTypeResolution.js b/tests/baselines/reference/resolvingClassDeclarationWhenInBaseTypeResolution.js index 089ed60b9ed8e..de847e9fcda9d 100644 --- a/tests/baselines/reference/resolvingClassDeclarationWhenInBaseTypeResolution.js +++ b/tests/baselines/reference/resolvingClassDeclarationWhenInBaseTypeResolution.js @@ -1040,31 +1040,32 @@ var rionegrensis; function caniventer() { return _super !== null && _super.apply(this, arguments) || this; } - caniventer.prototype.salomonseni = function () { + var proto_1 = caniventer.prototype; + proto_1.salomonseni = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - caniventer.prototype.uchidai = function () { + proto_1.uchidai = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - caniventer.prototype.raffrayana = function () { + proto_1.raffrayana = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - caniventer.prototype.Uranium = function () { + proto_1.Uranium = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - caniventer.prototype.nayaur = function () { + proto_1.nayaur = function () { var _this = this; var x; (function () { var y = _this; }); @@ -1078,31 +1079,32 @@ var rionegrensis; function veraecrucis() { return _super !== null && _super.apply(this, arguments) || this; } - veraecrucis.prototype.naso = function () { + var proto_2 = veraecrucis.prototype; + proto_2.naso = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - veraecrucis.prototype.vancouverensis = function () { + proto_2.vancouverensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - veraecrucis.prototype.africana = function () { + proto_2.africana = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - veraecrucis.prototype.palliolata = function () { + proto_2.palliolata = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - veraecrucis.prototype.nivicola = function () { + proto_2.nivicola = function () { var _this = this; var x; (function () { var y = _this; }); @@ -1123,31 +1125,32 @@ var julianae; var nudicaudus = /** @class */ (function () { function nudicaudus() { } - nudicaudus.prototype.brandtii = function () { + var proto_3 = nudicaudus.prototype; + proto_3.brandtii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - nudicaudus.prototype.maxwellii = function () { + proto_3.maxwellii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - nudicaudus.prototype.endoi = function () { + proto_3.endoi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - nudicaudus.prototype.venezuelae = function () { + proto_3.venezuelae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - nudicaudus.prototype.zamicrus = function () { + proto_3.zamicrus = function () { var _this = this; var x; (function () { var y = _this; }); @@ -1159,43 +1162,44 @@ var julianae; var galapagoensis = /** @class */ (function () { function galapagoensis() { } - galapagoensis.prototype.isabellae = function () { + var proto_4 = galapagoensis.prototype; + proto_4.isabellae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - galapagoensis.prototype.rueppellii = function () { + proto_4.rueppellii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - galapagoensis.prototype.peregusna = function () { + proto_4.peregusna = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - galapagoensis.prototype.gliroides = function () { + proto_4.gliroides = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - galapagoensis.prototype.banakrisi = function () { + proto_4.banakrisi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - galapagoensis.prototype.rozendaali = function () { + proto_4.rozendaali = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - galapagoensis.prototype.stuhlmanni = function () { + proto_4.stuhlmanni = function () { var _this = this; var x; (function () { var y = _this; }); @@ -1207,43 +1211,44 @@ var julianae; var albidens = /** @class */ (function () { function albidens() { } - albidens.prototype.mattheyi = function () { + var proto_5 = albidens.prototype; + proto_5.mattheyi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - albidens.prototype.Astatine = function () { + proto_5.Astatine = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - albidens.prototype.vincenti = function () { + proto_5.vincenti = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - albidens.prototype.hirta = function () { + proto_5.hirta = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - albidens.prototype.virginianus = function () { + proto_5.virginianus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - albidens.prototype.macrophyllum = function () { + proto_5.macrophyllum = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - albidens.prototype.porcellus = function () { + proto_5.porcellus = function () { var _this = this; var x; (function () { var y = _this; }); @@ -1257,79 +1262,80 @@ var julianae; function oralis() { return _super !== null && _super.apply(this, arguments) || this; } - oralis.prototype.cepapi = function () { + var proto_6 = oralis.prototype; + proto_6.cepapi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - oralis.prototype.porteri = function () { + proto_6.porteri = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - oralis.prototype.bindi = function () { + proto_6.bindi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - oralis.prototype.puda = function () { + proto_6.puda = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - oralis.prototype.mindorensis = function () { + proto_6.mindorensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - oralis.prototype.ignitus = function () { + proto_6.ignitus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - oralis.prototype.rufus = function () { + proto_6.rufus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - oralis.prototype.monax = function () { + proto_6.monax = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - oralis.prototype.unalascensis = function () { + proto_6.unalascensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - oralis.prototype.wuchihensis = function () { + proto_6.wuchihensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - oralis.prototype.leucippe = function () { + proto_6.leucippe = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - oralis.prototype.ordii = function () { + proto_6.ordii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - oralis.prototype.eisentrauti = function () { + proto_6.eisentrauti = function () { var _this = this; var x; (function () { var y = _this; }); @@ -1343,43 +1349,44 @@ var julianae; function sumatrana() { return _super !== null && _super.apply(this, arguments) || this; } - sumatrana.prototype.wolffsohni = function () { + var proto_7 = sumatrana.prototype; + proto_7.wolffsohni = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - sumatrana.prototype.geata = function () { + proto_7.geata = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - sumatrana.prototype.awashensis = function () { + proto_7.awashensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - sumatrana.prototype.sturdeei = function () { + proto_7.sturdeei = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - sumatrana.prototype.pachyurus = function () { + proto_7.pachyurus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - sumatrana.prototype.lyelli = function () { + proto_7.lyelli = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - sumatrana.prototype.neohibernicus = function () { + proto_7.neohibernicus = function () { var _this = this; var x; (function () { var y = _this; }); @@ -1391,67 +1398,68 @@ var julianae; var gerbillus = /** @class */ (function () { function gerbillus() { } - gerbillus.prototype.pundti = function () { + var proto_8 = gerbillus.prototype; + proto_8.pundti = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - gerbillus.prototype.tristrami = function () { + proto_8.tristrami = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - gerbillus.prototype.swarthi = function () { + proto_8.swarthi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - gerbillus.prototype.horsfieldii = function () { + proto_8.horsfieldii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - gerbillus.prototype.diazi = function () { + proto_8.diazi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - gerbillus.prototype.rennelli = function () { + proto_8.rennelli = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - gerbillus.prototype.maulinus = function () { + proto_8.maulinus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - gerbillus.prototype.muscina = function () { + proto_8.muscina = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - gerbillus.prototype.pelengensis = function () { + proto_8.pelengensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - gerbillus.prototype.abramus = function () { + proto_8.abramus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - gerbillus.prototype.reevesi = function () { + proto_8.reevesi = function () { var _this = this; var x; (function () { var y = _this; }); @@ -1463,73 +1471,74 @@ var julianae; var acariensis = /** @class */ (function () { function acariensis() { } - acariensis.prototype.levicula = function () { + var proto_9 = acariensis.prototype; + proto_9.levicula = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - acariensis.prototype.minous = function () { + proto_9.minous = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - acariensis.prototype.cinereiventer = function () { + proto_9.cinereiventer = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - acariensis.prototype.longicaudatus = function () { + proto_9.longicaudatus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - acariensis.prototype.baeodon = function () { + proto_9.baeodon = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - acariensis.prototype.soricoides = function () { + proto_9.soricoides = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - acariensis.prototype.datae = function () { + proto_9.datae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - acariensis.prototype.spixii = function () { + proto_9.spixii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - acariensis.prototype.anakuma = function () { + proto_9.anakuma = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - acariensis.prototype.kihaulei = function () { + proto_9.kihaulei = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - acariensis.prototype.gymnura = function () { + proto_9.gymnura = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - acariensis.prototype.olchonensis = function () { + proto_9.olchonensis = function () { var _this = this; var x; (function () { var y = _this; }); @@ -1543,19 +1552,20 @@ var julianae; function durangae() { return _super !== null && _super.apply(this, arguments) || this; } - durangae.prototype.Californium = function () { + var proto_10 = durangae.prototype; + proto_10.Californium = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - durangae.prototype.Flerovium = function () { + proto_10.Flerovium = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - durangae.prototype.phrudus = function () { + proto_10.phrudus = function () { var _this = this; var x; (function () { var y = _this; }); @@ -1570,13 +1580,14 @@ var ruatanica; var hector = /** @class */ (function () { function hector() { } - hector.prototype.humulis = function () { + var proto_11 = hector.prototype; + proto_11.humulis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - hector.prototype.eurycerus = function () { + proto_11.eurycerus = function () { var _this = this; var x; (function () { var y = _this; }); @@ -1591,19 +1602,20 @@ var Lanthanum; var suillus = /** @class */ (function () { function suillus() { } - suillus.prototype.spilosoma = function () { + var proto_12 = suillus.prototype; + proto_12.spilosoma = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - suillus.prototype.tumbalensis = function () { + proto_12.tumbalensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - suillus.prototype.anatolicus = function () { + proto_12.anatolicus = function () { var _this = this; var x; (function () { var y = _this; }); @@ -1617,61 +1629,62 @@ var Lanthanum; function nitidus() { return _super !== null && _super.apply(this, arguments) || this; } - nitidus.prototype.granatensis = function () { + var proto_13 = nitidus.prototype; + proto_13.granatensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - nitidus.prototype.negligens = function () { + proto_13.negligens = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - nitidus.prototype.lewisi = function () { + proto_13.lewisi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - nitidus.prototype.arge = function () { + proto_13.arge = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - nitidus.prototype.dominicensis = function () { + proto_13.dominicensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - nitidus.prototype.taurus = function () { + proto_13.taurus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - nitidus.prototype.tonganus = function () { + proto_13.tonganus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - nitidus.prototype.silvatica = function () { + proto_13.silvatica = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - nitidus.prototype.midas = function () { + proto_13.midas = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - nitidus.prototype.bicornis = function () { + proto_13.bicornis = function () { var _this = this; var x; (function () { var y = _this; }); @@ -1685,49 +1698,50 @@ var Lanthanum; function megalonyx() { return _super !== null && _super.apply(this, arguments) || this; } - megalonyx.prototype.phillipsii = function () { + var proto_14 = megalonyx.prototype; + proto_14.phillipsii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - megalonyx.prototype.melanogaster = function () { + proto_14.melanogaster = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - megalonyx.prototype.elaphus = function () { + proto_14.elaphus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - megalonyx.prototype.elater = function () { + proto_14.elater = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - megalonyx.prototype.ourebi = function () { + proto_14.ourebi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - megalonyx.prototype.caraccioli = function () { + proto_14.caraccioli = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - megalonyx.prototype.parva = function () { + proto_14.parva = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - megalonyx.prototype.albipes = function () { + proto_14.albipes = function () { var _this = this; var x; (function () { var y = _this; }); @@ -1739,85 +1753,86 @@ var Lanthanum; var jugularis = /** @class */ (function () { function jugularis() { } - jugularis.prototype.torrei = function () { + var proto_15 = jugularis.prototype; + proto_15.torrei = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - jugularis.prototype.revoili = function () { + proto_15.revoili = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - jugularis.prototype.macrobullatus = function () { + proto_15.macrobullatus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - jugularis.prototype.compactus = function () { + proto_15.compactus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - jugularis.prototype.talpinus = function () { + proto_15.talpinus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - jugularis.prototype.stramineus = function () { + proto_15.stramineus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - jugularis.prototype.dartmouthi = function () { + proto_15.dartmouthi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - jugularis.prototype.ogilbyi = function () { + proto_15.ogilbyi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - jugularis.prototype.incomtus = function () { + proto_15.incomtus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - jugularis.prototype.surdaster = function () { + proto_15.surdaster = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - jugularis.prototype.melanorhinus = function () { + proto_15.melanorhinus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - jugularis.prototype.picticaudata = function () { + proto_15.picticaudata = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - jugularis.prototype.pomona = function () { + proto_15.pomona = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - jugularis.prototype.ileile = function () { + proto_15.ileile = function () { var _this = this; var x; (function () { var y = _this; }); @@ -1834,85 +1849,86 @@ var rendalli; function zuluensis() { return _super !== null && _super.apply(this, arguments) || this; } - zuluensis.prototype.telfairi = function () { + var proto_16 = zuluensis.prototype; + proto_16.telfairi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - zuluensis.prototype.keyensis = function () { + proto_16.keyensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - zuluensis.prototype.occasius = function () { + proto_16.occasius = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - zuluensis.prototype.damarensis = function () { + proto_16.damarensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - zuluensis.prototype.Neptunium = function () { + proto_16.Neptunium = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - zuluensis.prototype.griseoflavus = function () { + proto_16.griseoflavus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - zuluensis.prototype.thar = function () { + proto_16.thar = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - zuluensis.prototype.alborufus = function () { + proto_16.alborufus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - zuluensis.prototype.fusicaudus = function () { + proto_16.fusicaudus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - zuluensis.prototype.gordonorum = function () { + proto_16.gordonorum = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - zuluensis.prototype.ruber = function () { + proto_16.ruber = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - zuluensis.prototype.desmarestianus = function () { + proto_16.desmarestianus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - zuluensis.prototype.lutillus = function () { + proto_16.lutillus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - zuluensis.prototype.salocco = function () { + proto_16.salocco = function () { var _this = this; var x; (function () { var y = _this; }); @@ -1924,61 +1940,62 @@ var rendalli; var moojeni = /** @class */ (function () { function moojeni() { } - moojeni.prototype.floweri = function () { + var proto_17 = moojeni.prototype; + proto_17.floweri = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - moojeni.prototype.montosa = function () { + proto_17.montosa = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - moojeni.prototype.miletus = function () { + proto_17.miletus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - moojeni.prototype.heaneyi = function () { + proto_17.heaneyi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - moojeni.prototype.marchei = function () { + proto_17.marchei = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - moojeni.prototype.budini = function () { + proto_17.budini = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - moojeni.prototype.maggietaylorae = function () { + proto_17.maggietaylorae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - moojeni.prototype.poliocephalus = function () { + proto_17.poliocephalus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - moojeni.prototype.zibethicus = function () { + proto_17.zibethicus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - moojeni.prototype.biacensis = function () { + proto_17.biacensis = function () { var _this = this; var x; (function () { var y = _this; }); @@ -1992,19 +2009,20 @@ var rendalli; function crenulata() { return _super !== null && _super.apply(this, arguments) || this; } - crenulata.prototype.salvanius = function () { + var proto_18 = crenulata.prototype; + proto_18.salvanius = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - crenulata.prototype.maritimus = function () { + proto_18.maritimus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - crenulata.prototype.edax = function () { + proto_18.edax = function () { var _this = this; var x; (function () { var y = _this; }); @@ -2019,49 +2037,50 @@ var trivirgatus; var tumidifrons = /** @class */ (function () { function tumidifrons() { } - tumidifrons.prototype.nivalis = function () { + var proto_19 = tumidifrons.prototype; + proto_19.nivalis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - tumidifrons.prototype.vestitus = function () { + proto_19.vestitus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - tumidifrons.prototype.aequatorius = function () { + proto_19.aequatorius = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - tumidifrons.prototype.scherman = function () { + proto_19.scherman = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - tumidifrons.prototype.improvisum = function () { + proto_19.improvisum = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - tumidifrons.prototype.cervinipes = function () { + proto_19.cervinipes = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - tumidifrons.prototype.audax = function () { + proto_19.audax = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - tumidifrons.prototype.vallinus = function () { + proto_19.vallinus = function () { var _this = this; var x; (function () { var y = _this; }); @@ -2075,43 +2094,44 @@ var trivirgatus; function mixtus() { return _super !== null && _super.apply(this, arguments) || this; } - mixtus.prototype.ochrogaster = function () { + var proto_20 = mixtus.prototype; + proto_20.ochrogaster = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - mixtus.prototype.bryophilus = function () { + proto_20.bryophilus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - mixtus.prototype.liechtensteini = function () { + proto_20.liechtensteini = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - mixtus.prototype.crawfordi = function () { + proto_20.crawfordi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - mixtus.prototype.hypsibia = function () { + proto_20.hypsibia = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - mixtus.prototype.matacus = function () { + proto_20.matacus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - mixtus.prototype.demidoff = function () { + proto_20.demidoff = function () { var _this = this; var x; (function () { var y = _this; }); @@ -2123,13 +2143,14 @@ var trivirgatus; var lotor = /** @class */ (function () { function lotor() { } - lotor.prototype.balensis = function () { + var proto_21 = lotor.prototype; + proto_21.balensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - lotor.prototype.pullata = function () { + proto_21.pullata = function () { var _this = this; var x; (function () { var y = _this; }); @@ -2141,43 +2162,44 @@ var trivirgatus; var falconeri = /** @class */ (function () { function falconeri() { } - falconeri.prototype.cabrali = function () { + var proto_22 = falconeri.prototype; + proto_22.cabrali = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - falconeri.prototype.gouldi = function () { + proto_22.gouldi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - falconeri.prototype.fuscicollis = function () { + proto_22.fuscicollis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - falconeri.prototype.martiensseni = function () { + proto_22.martiensseni = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - falconeri.prototype.gaoligongensis = function () { + proto_22.gaoligongensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - falconeri.prototype.shawi = function () { + proto_22.shawi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - falconeri.prototype.gmelini = function () { + proto_22.gmelini = function () { var _this = this; var x; (function () { var y = _this; }); @@ -2189,85 +2211,86 @@ var trivirgatus; var oconnelli = /** @class */ (function () { function oconnelli() { } - oconnelli.prototype.youngsoni = function () { + var proto_23 = oconnelli.prototype; + proto_23.youngsoni = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - oconnelli.prototype.terrestris = function () { + proto_23.terrestris = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - oconnelli.prototype.chrysopus = function () { + proto_23.chrysopus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - oconnelli.prototype.fuscomurina = function () { + proto_23.fuscomurina = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - oconnelli.prototype.hellwaldii = function () { + proto_23.hellwaldii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - oconnelli.prototype.aenea = function () { + proto_23.aenea = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - oconnelli.prototype.perrini = function () { + proto_23.perrini = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - oconnelli.prototype.entellus = function () { + proto_23.entellus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - oconnelli.prototype.krebsii = function () { + proto_23.krebsii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - oconnelli.prototype.cephalotes = function () { + proto_23.cephalotes = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - oconnelli.prototype.molossinus = function () { + proto_23.molossinus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - oconnelli.prototype.luisi = function () { + proto_23.luisi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - oconnelli.prototype.ceylonicus = function () { + proto_23.ceylonicus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - oconnelli.prototype.ralli = function () { + proto_23.ralli = function () { var _this = this; var x; (function () { var y = _this; }); @@ -2282,25 +2305,26 @@ var quasiater; var bobrinskoi = /** @class */ (function () { function bobrinskoi() { } - bobrinskoi.prototype.crassicaudatus = function () { + var proto_24 = bobrinskoi.prototype; + proto_24.crassicaudatus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - bobrinskoi.prototype.mulatta = function () { + proto_24.mulatta = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - bobrinskoi.prototype.ansorgei = function () { + proto_24.ansorgei = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - bobrinskoi.prototype.Copper = function () { + proto_24.Copper = function () { var _this = this; var x; (function () { var y = _this; }); @@ -2316,25 +2340,26 @@ var quasiater; function americanus() { return _super !== null && _super.apply(this, arguments) || this; } - americanus.prototype.nasoloi = function () { + var proto_25 = americanus.prototype; + proto_25.nasoloi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - americanus.prototype.mystacalis = function () { + proto_25.mystacalis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - americanus.prototype.fardoulisi = function () { + proto_25.fardoulisi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - americanus.prototype.tumidus = function () { + proto_25.tumidus = function () { var _this = this; var x; (function () { var y = _this; }); @@ -2351,79 +2376,80 @@ var lavali; function wilsoni() { return _super !== null && _super.apply(this, arguments) || this; } - wilsoni.prototype.setiger = function () { + var proto_26 = wilsoni.prototype; + proto_26.setiger = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - wilsoni.prototype.lorentzii = function () { + proto_26.lorentzii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - wilsoni.prototype.antisensis = function () { + proto_26.antisensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - wilsoni.prototype.blossevillii = function () { + proto_26.blossevillii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - wilsoni.prototype.bontanus = function () { + proto_26.bontanus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - wilsoni.prototype.caligata = function () { + proto_26.caligata = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - wilsoni.prototype.franqueti = function () { + proto_26.franqueti = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - wilsoni.prototype.roberti = function () { + proto_26.roberti = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - wilsoni.prototype.degelidus = function () { + proto_26.degelidus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - wilsoni.prototype.amoenus = function () { + proto_26.amoenus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - wilsoni.prototype.kob = function () { + proto_26.kob = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - wilsoni.prototype.csorbai = function () { + proto_26.csorbai = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - wilsoni.prototype.dorsata = function () { + proto_26.dorsata = function () { var _this = this; var x; (function () { var y = _this; }); @@ -2443,79 +2469,80 @@ var lavali; function otion() { return _super !== null && _super.apply(this, arguments) || this; } - otion.prototype.bonaerensis = function () { + var proto_27 = otion.prototype; + proto_27.bonaerensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - otion.prototype.dussumieri = function () { + proto_27.dussumieri = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - otion.prototype.osvaldoreigi = function () { + proto_27.osvaldoreigi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - otion.prototype.grevyi = function () { + proto_27.grevyi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - otion.prototype.hirtula = function () { + proto_27.hirtula = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - otion.prototype.cristatus = function () { + proto_27.cristatus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - otion.prototype.darlingtoni = function () { + proto_27.darlingtoni = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - otion.prototype.fontanierii = function () { + proto_27.fontanierii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - otion.prototype.umbrosus = function () { + proto_27.umbrosus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - otion.prototype.chiriquinus = function () { + proto_27.chiriquinus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - otion.prototype.orarius = function () { + proto_27.orarius = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - otion.prototype.ilaeus = function () { + proto_27.ilaeus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - otion.prototype.musschenbroekii = function () { + proto_27.musschenbroekii = function () { var _this = this; var x; (function () { var y = _this; }); @@ -2527,73 +2554,74 @@ var lavali; var xanthognathus = /** @class */ (function () { function xanthognathus() { } - xanthognathus.prototype.nanulus = function () { + var proto_28 = xanthognathus.prototype; + proto_28.nanulus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - xanthognathus.prototype.albigena = function () { + proto_28.albigena = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - xanthognathus.prototype.onca = function () { + proto_28.onca = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - xanthognathus.prototype.gunnii = function () { + proto_28.gunnii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - xanthognathus.prototype.apeco = function () { + proto_28.apeco = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - xanthognathus.prototype.variegates = function () { + proto_28.variegates = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - xanthognathus.prototype.goudotii = function () { + proto_28.goudotii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - xanthognathus.prototype.pohlei = function () { + proto_28.pohlei = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - xanthognathus.prototype.ineptus = function () { + proto_28.ineptus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - xanthognathus.prototype.euryotis = function () { + proto_28.euryotis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - xanthognathus.prototype.maurisca = function () { + proto_28.maurisca = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - xanthognathus.prototype.coyhaiquensis = function () { + proto_28.coyhaiquensis = function () { var _this = this; var x; (function () { var y = _this; }); @@ -2607,49 +2635,50 @@ var lavali; function thaeleri() { return _super !== null && _super.apply(this, arguments) || this; } - thaeleri.prototype.coromandra = function () { + var proto_29 = thaeleri.prototype; + proto_29.coromandra = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - thaeleri.prototype.parvipes = function () { + proto_29.parvipes = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - thaeleri.prototype.sponsorius = function () { + proto_29.sponsorius = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - thaeleri.prototype.vates = function () { + proto_29.vates = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - thaeleri.prototype.roosmalenorum = function () { + proto_29.roosmalenorum = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - thaeleri.prototype.rubicola = function () { + proto_29.rubicola = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - thaeleri.prototype.ikonnikovi = function () { + proto_29.ikonnikovi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - thaeleri.prototype.paramicrus = function () { + proto_29.paramicrus = function () { var _this = this; var x; (function () { var y = _this; }); @@ -2663,13 +2692,14 @@ var lavali; function lepturus() { return _super !== null && _super.apply(this, arguments) || this; } - lepturus.prototype.ferrumequinum = function () { + var proto_30 = lepturus.prototype; + proto_30.ferrumequinum = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - lepturus.prototype.aequalis = function () { + proto_30.aequalis = function () { var _this = this; var x; (function () { var y = _this; }); @@ -2686,55 +2716,56 @@ var dogramacii; function robustulus() { return _super !== null && _super.apply(this, arguments) || this; } - robustulus.prototype.fossor = function () { + var proto_31 = robustulus.prototype; + proto_31.fossor = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - robustulus.prototype.humboldti = function () { + proto_31.humboldti = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - robustulus.prototype.mexicana = function () { + proto_31.mexicana = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - robustulus.prototype.martini = function () { + proto_31.martini = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - robustulus.prototype.beatus = function () { + proto_31.beatus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - robustulus.prototype.leporina = function () { + proto_31.leporina = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - robustulus.prototype.pearsonii = function () { + proto_31.pearsonii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - robustulus.prototype.keaysi = function () { + proto_31.keaysi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - robustulus.prototype.hindei = function () { + proto_31.hindei = function () { var _this = this; var x; (function () { var y = _this; }); @@ -2758,79 +2789,80 @@ var dogramacii; var kaiseri = /** @class */ (function () { function kaiseri() { } - kaiseri.prototype.bedfordiae = function () { + var proto_32 = kaiseri.prototype; + proto_32.bedfordiae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - kaiseri.prototype.paramorum = function () { + proto_32.paramorum = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - kaiseri.prototype.rubidus = function () { + proto_32.rubidus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - kaiseri.prototype.juninensis = function () { + proto_32.juninensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - kaiseri.prototype.marginata = function () { + proto_32.marginata = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - kaiseri.prototype.Meitnerium = function () { + proto_32.Meitnerium = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - kaiseri.prototype.pinetorum = function () { + proto_32.pinetorum = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - kaiseri.prototype.hoolock = function () { + proto_32.hoolock = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - kaiseri.prototype.poeyi = function () { + proto_32.poeyi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - kaiseri.prototype.Thulium = function () { + proto_32.Thulium = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - kaiseri.prototype.patrius = function () { + proto_32.patrius = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - kaiseri.prototype.quadraticauda = function () { + proto_32.quadraticauda = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - kaiseri.prototype.ater = function () { + proto_32.ater = function () { var _this = this; var x; (function () { var y = _this; }); @@ -2842,49 +2874,50 @@ var dogramacii; var aurata = /** @class */ (function () { function aurata() { } - aurata.prototype.grunniens = function () { + var proto_33 = aurata.prototype; + proto_33.grunniens = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - aurata.prototype.howensis = function () { + proto_33.howensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - aurata.prototype.karlkoopmani = function () { + proto_33.karlkoopmani = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - aurata.prototype.mirapitanga = function () { + proto_33.mirapitanga = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - aurata.prototype.ophiodon = function () { + proto_33.ophiodon = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - aurata.prototype.landeri = function () { + proto_33.landeri = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - aurata.prototype.sonomae = function () { + proto_33.sonomae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - aurata.prototype.erythromos = function () { + proto_33.erythromos = function () { var _this = this; var x; (function () { var y = _this; }); @@ -2901,85 +2934,86 @@ var lutreolus; function schlegeli() { return _super !== null && _super.apply(this, arguments) || this; } - schlegeli.prototype.mittendorfi = function () { + var proto_34 = schlegeli.prototype; + proto_34.mittendorfi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - schlegeli.prototype.blicki = function () { + proto_34.blicki = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - schlegeli.prototype.culionensis = function () { + proto_34.culionensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - schlegeli.prototype.scrofa = function () { + proto_34.scrofa = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - schlegeli.prototype.fernandoni = function () { + proto_34.fernandoni = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - schlegeli.prototype.Tin = function () { + proto_34.Tin = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - schlegeli.prototype.marmorata = function () { + proto_34.marmorata = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - schlegeli.prototype.tavaratra = function () { + proto_34.tavaratra = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - schlegeli.prototype.peregrina = function () { + proto_34.peregrina = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - schlegeli.prototype.frontalis = function () { + proto_34.frontalis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - schlegeli.prototype.cuniculus = function () { + proto_34.cuniculus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - schlegeli.prototype.magdalenae = function () { + proto_34.magdalenae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - schlegeli.prototype.andamanensis = function () { + proto_34.andamanensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - schlegeli.prototype.dispar = function () { + proto_34.dispar = function () { var _this = this; var x; (function () { var y = _this; }); @@ -2994,67 +3028,68 @@ var argurus; var dauricus = /** @class */ (function () { function dauricus() { } - dauricus.prototype.chinensis = function () { + var proto_35 = dauricus.prototype; + proto_35.chinensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - dauricus.prototype.duodecimcostatus = function () { + proto_35.duodecimcostatus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - dauricus.prototype.foxi = function () { + proto_35.foxi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - dauricus.prototype.macleayii = function () { + proto_35.macleayii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - dauricus.prototype.darienensis = function () { + proto_35.darienensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - dauricus.prototype.hardwickii = function () { + proto_35.hardwickii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - dauricus.prototype.albifrons = function () { + proto_35.albifrons = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - dauricus.prototype.jacobitus = function () { + proto_35.jacobitus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - dauricus.prototype.guentheri = function () { + proto_35.guentheri = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - dauricus.prototype.mahomet = function () { + proto_35.mahomet = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - dauricus.prototype.misionensis = function () { + proto_35.misionensis = function () { var _this = this; var x; (function () { var y = _this; }); @@ -3069,49 +3104,50 @@ var nigra; var dolichurus = /** @class */ (function () { function dolichurus() { } - dolichurus.prototype.solomonis = function () { + var proto_36 = dolichurus.prototype; + proto_36.solomonis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - dolichurus.prototype.alfredi = function () { + proto_36.alfredi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - dolichurus.prototype.morrisi = function () { + proto_36.morrisi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - dolichurus.prototype.lekaguli = function () { + proto_36.lekaguli = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - dolichurus.prototype.dimissus = function () { + proto_36.dimissus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - dolichurus.prototype.phaeotis = function () { + proto_36.phaeotis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - dolichurus.prototype.ustus = function () { + proto_36.ustus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - dolichurus.prototype.sagei = function () { + proto_36.sagei = function () { var _this = this; var x; (function () { var y = _this; }); @@ -3128,37 +3164,38 @@ var panglima; function amphibius() { return _super !== null && _super.apply(this, arguments) || this; } - amphibius.prototype.bottegi = function () { + var proto_37 = amphibius.prototype; + proto_37.bottegi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - amphibius.prototype.jerdoni = function () { + proto_37.jerdoni = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - amphibius.prototype.camtschatica = function () { + proto_37.camtschatica = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - amphibius.prototype.spadix = function () { + proto_37.spadix = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - amphibius.prototype.luismanueli = function () { + proto_37.luismanueli = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - amphibius.prototype.aceramarcae = function () { + proto_37.aceramarcae = function () { var _this = this; var x; (function () { var y = _this; }); @@ -3172,19 +3209,20 @@ var panglima; function fundatus() { return _super !== null && _super.apply(this, arguments) || this; } - fundatus.prototype.crassulus = function () { + var proto_38 = fundatus.prototype; + proto_38.crassulus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - fundatus.prototype.flamarioni = function () { + proto_38.flamarioni = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - fundatus.prototype.mirabilis = function () { + proto_38.mirabilis = function () { var _this = this; var x; (function () { var y = _this; }); @@ -3198,31 +3236,32 @@ var panglima; function abidi() { return _super !== null && _super.apply(this, arguments) || this; } - abidi.prototype.greyii = function () { + var proto_39 = abidi.prototype; + proto_39.greyii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - abidi.prototype.macedonicus = function () { + proto_39.macedonicus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - abidi.prototype.galili = function () { + proto_39.galili = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - abidi.prototype.thierryi = function () { + proto_39.thierryi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - abidi.prototype.ega = function () { + proto_39.ega = function () { var _this = this; var x; (function () { var y = _this; }); @@ -3236,43 +3275,44 @@ var panglima; var carolinensis = /** @class */ (function () { function carolinensis() { } - carolinensis.prototype.concinna = function () { + var proto_40 = carolinensis.prototype; + proto_40.concinna = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - carolinensis.prototype.aeneus = function () { + proto_40.aeneus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - carolinensis.prototype.aloysiisabaudiae = function () { + proto_40.aloysiisabaudiae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - carolinensis.prototype.tenellus = function () { + proto_40.tenellus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - carolinensis.prototype.andium = function () { + proto_40.andium = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - carolinensis.prototype.persephone = function () { + proto_40.persephone = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - carolinensis.prototype.patrizii = function () { + proto_40.patrizii = function () { var _this = this; var x; (function () { var y = _this; }); @@ -3289,73 +3329,74 @@ var minutus; function himalayana() { return _super !== null && _super.apply(this, arguments) || this; } - himalayana.prototype.simoni = function () { + var proto_41 = himalayana.prototype; + proto_41.simoni = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - himalayana.prototype.lobata = function () { + proto_41.lobata = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - himalayana.prototype.rusticus = function () { + proto_41.rusticus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - himalayana.prototype.latona = function () { + proto_41.latona = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - himalayana.prototype.famulus = function () { + proto_41.famulus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - himalayana.prototype.flaviceps = function () { + proto_41.flaviceps = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - himalayana.prototype.paradoxolophus = function () { + proto_41.paradoxolophus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - himalayana.prototype.Osmium = function () { + proto_41.Osmium = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - himalayana.prototype.vulgaris = function () { + proto_41.vulgaris = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - himalayana.prototype.betsileoensis = function () { + proto_41.betsileoensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - himalayana.prototype.vespuccii = function () { + proto_41.vespuccii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - himalayana.prototype.olympus = function () { + proto_41.olympus = function () { var _this = this; var x; (function () { var y = _this; }); @@ -3372,49 +3413,50 @@ var caurinus; function mahaganus() { return _super !== null && _super.apply(this, arguments) || this; } - mahaganus.prototype.martiniquensis = function () { + var proto_42 = mahaganus.prototype; + proto_42.martiniquensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - mahaganus.prototype.devius = function () { + proto_42.devius = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - mahaganus.prototype.masalai = function () { + proto_42.masalai = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - mahaganus.prototype.kathleenae = function () { + proto_42.kathleenae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - mahaganus.prototype.simulus = function () { + proto_42.simulus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - mahaganus.prototype.nigrovittatus = function () { + proto_42.nigrovittatus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - mahaganus.prototype.senegalensis = function () { + proto_42.senegalensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - mahaganus.prototype.acticola = function () { + proto_42.acticola = function () { var _this = this; var x; (function () { var y = _this; }); @@ -3469,49 +3511,50 @@ var daubentonii; var thalia = /** @class */ (function () { function thalia() { } - thalia.prototype.dichotomus = function () { + var proto_43 = thalia.prototype; + proto_43.dichotomus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - thalia.prototype.arnuxii = function () { + proto_43.arnuxii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - thalia.prototype.verheyeni = function () { + proto_43.verheyeni = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - thalia.prototype.dauuricus = function () { + proto_43.dauuricus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - thalia.prototype.tristriatus = function () { + proto_43.tristriatus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - thalia.prototype.lasiura = function () { + proto_43.lasiura = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - thalia.prototype.gangetica = function () { + proto_43.gangetica = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - thalia.prototype.brucei = function () { + proto_43.brucei = function () { var _this = this; var x; (function () { var y = _this; }); @@ -3571,55 +3614,56 @@ var panamensis; function linulus() { return _super !== null && _super.apply(this, arguments) || this; } - linulus.prototype.goslingi = function () { + var proto_44 = linulus.prototype; + proto_44.goslingi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - linulus.prototype.taki = function () { + proto_44.taki = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - linulus.prototype.fumosus = function () { + proto_44.fumosus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - linulus.prototype.rufinus = function () { + proto_44.rufinus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - linulus.prototype.lami = function () { + proto_44.lami = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - linulus.prototype.regina = function () { + proto_44.regina = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - linulus.prototype.nanilla = function () { + proto_44.nanilla = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - linulus.prototype.enganus = function () { + proto_44.enganus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - linulus.prototype.gomantongensis = function () { + proto_44.gomantongensis = function () { var _this = this; var x; (function () { var y = _this; }); @@ -3633,79 +3677,80 @@ var panamensis; var gracilis = /** @class */ (function () { function gracilis() { } - gracilis.prototype.weddellii = function () { + var proto_45 = gracilis.prototype; + proto_45.weddellii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - gracilis.prototype.echinothrix = function () { + proto_45.echinothrix = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - gracilis.prototype.garridoi = function () { + proto_45.garridoi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - gracilis.prototype.rouxii = function () { + proto_45.rouxii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - gracilis.prototype.aurita = function () { + proto_45.aurita = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - gracilis.prototype.geoffrensis = function () { + proto_45.geoffrensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - gracilis.prototype.theresa = function () { + proto_45.theresa = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - gracilis.prototype.melanocarpus = function () { + proto_45.melanocarpus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - gracilis.prototype.dubiaquercus = function () { + proto_45.dubiaquercus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - gracilis.prototype.pectoralis = function () { + proto_45.pectoralis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - gracilis.prototype.apoensis = function () { + proto_45.apoensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - gracilis.prototype.grisescens = function () { + proto_45.grisescens = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - gracilis.prototype.ramirohitra = function () { + proto_45.ramirohitra = function () { var _this = this; var x; (function () { var y = _this; }); @@ -3722,79 +3767,80 @@ var samarensis; function pelurus() { return _super !== null && _super.apply(this, arguments) || this; } - pelurus.prototype.Palladium = function () { + var proto_46 = pelurus.prototype; + proto_46.Palladium = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - pelurus.prototype.castanea = function () { + proto_46.castanea = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - pelurus.prototype.chamek = function () { + proto_46.chamek = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - pelurus.prototype.nigriceps = function () { + proto_46.nigriceps = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - pelurus.prototype.lunatus = function () { + proto_46.lunatus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - pelurus.prototype.madurae = function () { + proto_46.madurae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - pelurus.prototype.chinchilla = function () { + proto_46.chinchilla = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - pelurus.prototype.eliasi = function () { + proto_46.eliasi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - pelurus.prototype.proditor = function () { + proto_46.proditor = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - pelurus.prototype.gambianus = function () { + proto_46.gambianus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - pelurus.prototype.petteri = function () { + proto_46.petteri = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - pelurus.prototype.nusatenggara = function () { + proto_46.nusatenggara = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - pelurus.prototype.olitor = function () { + proto_46.olitor = function () { var _this = this; var x; (function () { var y = _this; }); @@ -3808,85 +3854,86 @@ var samarensis; function fuscus() { return _super !== null && _super.apply(this, arguments) || this; } - fuscus.prototype.planifrons = function () { + var proto_47 = fuscus.prototype; + proto_47.planifrons = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - fuscus.prototype.badia = function () { + proto_47.badia = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - fuscus.prototype.prymnolopha = function () { + proto_47.prymnolopha = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - fuscus.prototype.natalensis = function () { + proto_47.natalensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - fuscus.prototype.hunteri = function () { + proto_47.hunteri = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - fuscus.prototype.sapiens = function () { + proto_47.sapiens = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - fuscus.prototype.macrocercus = function () { + proto_47.macrocercus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - fuscus.prototype.nimbae = function () { + proto_47.nimbae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - fuscus.prototype.suricatta = function () { + proto_47.suricatta = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - fuscus.prototype.jagorii = function () { + proto_47.jagorii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - fuscus.prototype.beecrofti = function () { + proto_47.beecrofti = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - fuscus.prototype.imaizumii = function () { + proto_47.imaizumii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - fuscus.prototype.colocolo = function () { + proto_47.colocolo = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - fuscus.prototype.wolfi = function () { + proto_47.wolfi = function () { var _this = this; var x; (function () { var y = _this; }); @@ -3898,25 +3945,26 @@ var samarensis; var pallidus = /** @class */ (function () { function pallidus() { } - pallidus.prototype.oblativa = function () { + var proto_48 = pallidus.prototype; + proto_48.oblativa = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - pallidus.prototype.watersi = function () { + proto_48.watersi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - pallidus.prototype.glacialis = function () { + proto_48.glacialis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - pallidus.prototype.viaria = function () { + proto_48.viaria = function () { var _this = this; var x; (function () { var y = _this; }); @@ -3928,31 +3976,32 @@ var samarensis; var cahirinus = /** @class */ (function () { function cahirinus() { } - cahirinus.prototype.alashanicus = function () { + var proto_49 = cahirinus.prototype; + proto_49.alashanicus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - cahirinus.prototype.flaviventer = function () { + proto_49.flaviventer = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - cahirinus.prototype.bottai = function () { + proto_49.bottai = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - cahirinus.prototype.pinetis = function () { + proto_49.pinetis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - cahirinus.prototype.saussurei = function () { + proto_49.saussurei = function () { var _this = this; var x; (function () { var y = _this; }); @@ -3968,31 +4017,32 @@ var samarensis; function leptoceros() { return _super !== null && _super.apply(this, arguments) || this; } - leptoceros.prototype.victus = function () { + var proto_50 = leptoceros.prototype; + proto_50.victus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - leptoceros.prototype.hoplomyoides = function () { + proto_50.hoplomyoides = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - leptoceros.prototype.gratiosus = function () { + proto_50.gratiosus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - leptoceros.prototype.rex = function () { + proto_50.rex = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - leptoceros.prototype.bolami = function () { + proto_50.bolami = function () { var _this = this; var x; (function () { var y = _this; }); @@ -4033,19 +4083,20 @@ var dammermani; function pygmaea() { return _super !== null && _super.apply(this, arguments) || this; } - pygmaea.prototype.pajeros = function () { + var proto_51 = pygmaea.prototype; + proto_51.pajeros = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - pygmaea.prototype.capucinus = function () { + proto_51.capucinus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - pygmaea.prototype.cuvieri = function () { + proto_51.cuvieri = function () { var _this = this; var x; (function () { var y = _this; }); @@ -4062,43 +4113,44 @@ var chrysaeolus; function sarasinorum() { return _super !== null && _super.apply(this, arguments) || this; } - sarasinorum.prototype.belzebul = function () { + var proto_52 = sarasinorum.prototype; + proto_52.belzebul = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - sarasinorum.prototype.hinpoon = function () { + proto_52.hinpoon = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - sarasinorum.prototype.kandti = function () { + proto_52.kandti = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - sarasinorum.prototype.cynosuros = function () { + proto_52.cynosuros = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - sarasinorum.prototype.Germanium = function () { + proto_52.Germanium = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - sarasinorum.prototype.Ununoctium = function () { + proto_52.Ununoctium = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - sarasinorum.prototype.princeps = function () { + proto_52.princeps = function () { var _this = this; var x; (function () { var y = _this; }); @@ -4112,43 +4164,44 @@ var chrysaeolus; var wetmorei = /** @class */ (function () { function wetmorei() { } - wetmorei.prototype.leucoptera = function () { + var proto_53 = wetmorei.prototype; + proto_53.leucoptera = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - wetmorei.prototype.ochraventer = function () { + proto_53.ochraventer = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - wetmorei.prototype.tephromelas = function () { + proto_53.tephromelas = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - wetmorei.prototype.cracens = function () { + proto_53.cracens = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - wetmorei.prototype.jamaicensis = function () { + proto_53.jamaicensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - wetmorei.prototype.gymnocaudus = function () { + proto_53.gymnocaudus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - wetmorei.prototype.mayori = function () { + proto_53.mayori = function () { var _this = this; var x; (function () { var y = _this; }); @@ -4164,49 +4217,50 @@ var chrysaeolus; function oreas() { return _super !== null && _super.apply(this, arguments) || this; } - oreas.prototype.salamonis = function () { + var proto_54 = oreas.prototype; + proto_54.salamonis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - oreas.prototype.paniscus = function () { + proto_54.paniscus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - oreas.prototype.fagani = function () { + proto_54.fagani = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - oreas.prototype.papuanus = function () { + proto_54.papuanus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - oreas.prototype.timidus = function () { + proto_54.timidus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - oreas.prototype.nghetinhensis = function () { + proto_54.nghetinhensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - oreas.prototype.barbei = function () { + proto_54.barbei = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - oreas.prototype.univittatus = function () { + proto_54.univittatus = function () { var _this = this; var x; (function () { var y = _this; }); @@ -4220,73 +4274,74 @@ var chrysaeolus; var arboreus = /** @class */ (function () { function arboreus() { } - arboreus.prototype.capreolus = function () { + var proto_55 = arboreus.prototype; + proto_55.capreolus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - arboreus.prototype.moreni = function () { + proto_55.moreni = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - arboreus.prototype.hypoleucos = function () { + proto_55.hypoleucos = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - arboreus.prototype.paedulcus = function () { + proto_55.paedulcus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - arboreus.prototype.pucheranii = function () { + proto_55.pucheranii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - arboreus.prototype.stella = function () { + proto_55.stella = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - arboreus.prototype.brasiliensis = function () { + proto_55.brasiliensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - arboreus.prototype.brevicaudata = function () { + proto_55.brevicaudata = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - arboreus.prototype.vitticollis = function () { + proto_55.vitticollis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - arboreus.prototype.huangensis = function () { + proto_55.huangensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - arboreus.prototype.cameroni = function () { + proto_55.cameroni = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - arboreus.prototype.tianshanica = function () { + proto_55.tianshanica = function () { var _this = this; var x; (function () { var y = _this; }); @@ -4301,79 +4356,80 @@ var patas; var uralensis = /** @class */ (function () { function uralensis() { } - uralensis.prototype.cartilagonodus = function () { + var proto_56 = uralensis.prototype; + proto_56.cartilagonodus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - uralensis.prototype.pyrrhinus = function () { + proto_56.pyrrhinus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - uralensis.prototype.insulans = function () { + proto_56.insulans = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - uralensis.prototype.nigricauda = function () { + proto_56.nigricauda = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - uralensis.prototype.muricauda = function () { + proto_56.muricauda = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - uralensis.prototype.albicaudus = function () { + proto_56.albicaudus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - uralensis.prototype.fallax = function () { + proto_56.fallax = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - uralensis.prototype.attenuata = function () { + proto_56.attenuata = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - uralensis.prototype.megalura = function () { + proto_56.megalura = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - uralensis.prototype.neblina = function () { + proto_56.neblina = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - uralensis.prototype.citellus = function () { + proto_56.citellus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - uralensis.prototype.tanezumi = function () { + proto_56.tanezumi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - uralensis.prototype.albiventer = function () { + proto_56.albiventer = function () { var _this = this; var x; (function () { var y = _this; }); @@ -4390,13 +4446,14 @@ var provocax; function melanoleuca() { return _super !== null && _super.apply(this, arguments) || this; } - melanoleuca.prototype.Neodymium = function () { + var proto_57 = melanoleuca.prototype; + proto_57.Neodymium = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - melanoleuca.prototype.baeri = function () { + proto_57.baeri = function () { var _this = this; var x; (function () { var y = _this; }); @@ -4410,13 +4467,14 @@ var provocax; var sicarius = /** @class */ (function () { function sicarius() { } - sicarius.prototype.Chlorine = function () { + var proto_58 = sicarius.prototype; + proto_58.Chlorine = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - sicarius.prototype.simulator = function () { + proto_58.simulator = function () { var _this = this; var x; (function () { var y = _this; }); @@ -4432,85 +4490,86 @@ var provocax; function marcanoi() { return _super !== null && _super.apply(this, arguments) || this; } - marcanoi.prototype.formosae = function () { + var proto_59 = marcanoi.prototype; + proto_59.formosae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - marcanoi.prototype.dudui = function () { + proto_59.dudui = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - marcanoi.prototype.leander = function () { + proto_59.leander = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - marcanoi.prototype.martinsi = function () { + proto_59.martinsi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - marcanoi.prototype.beatrix = function () { + proto_59.beatrix = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - marcanoi.prototype.griseoventer = function () { + proto_59.griseoventer = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - marcanoi.prototype.zerda = function () { + proto_59.zerda = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - marcanoi.prototype.yucatanicus = function () { + proto_59.yucatanicus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - marcanoi.prototype.nigrita = function () { + proto_59.nigrita = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - marcanoi.prototype.jouvenetae = function () { + proto_59.jouvenetae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - marcanoi.prototype.indefessus = function () { + proto_59.indefessus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - marcanoi.prototype.vuquangensis = function () { + proto_59.vuquangensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - marcanoi.prototype.Zirconium = function () { + proto_59.Zirconium = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - marcanoi.prototype.hyaena = function () { + proto_59.hyaena = function () { var _this = this; var x; (function () { var y = _this; }); @@ -4524,73 +4583,74 @@ var provocax; var gilbertii = /** @class */ (function () { function gilbertii() { } - gilbertii.prototype.nasutus = function () { + var proto_60 = gilbertii.prototype; + proto_60.nasutus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - gilbertii.prototype.poecilops = function () { + proto_60.poecilops = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - gilbertii.prototype.sondaicus = function () { + proto_60.sondaicus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - gilbertii.prototype.auriventer = function () { + proto_60.auriventer = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - gilbertii.prototype.cherriei = function () { + proto_60.cherriei = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - gilbertii.prototype.lindberghi = function () { + proto_60.lindberghi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - gilbertii.prototype.pipistrellus = function () { + proto_60.pipistrellus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - gilbertii.prototype.paranus = function () { + proto_60.paranus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - gilbertii.prototype.dubosti = function () { + proto_60.dubosti = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - gilbertii.prototype.opossum = function () { + proto_60.opossum = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - gilbertii.prototype.oreopolus = function () { + proto_60.oreopolus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - gilbertii.prototype.amurensis = function () { + proto_60.amurensis = function () { var _this = this; var x; (function () { var y = _this; }); @@ -4613,79 +4673,80 @@ var petrophilus; var punicus = /** @class */ (function () { function punicus() { } - punicus.prototype.strandi = function () { + var proto_61 = punicus.prototype; + proto_61.strandi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - punicus.prototype.lar = function () { + proto_61.lar = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - punicus.prototype.erica = function () { + proto_61.erica = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - punicus.prototype.trichura = function () { + proto_61.trichura = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - punicus.prototype.lemniscatus = function () { + proto_61.lemniscatus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - punicus.prototype.aspalax = function () { + proto_61.aspalax = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - punicus.prototype.marshalli = function () { + proto_61.marshalli = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - punicus.prototype.Zinc = function () { + proto_61.Zinc = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - punicus.prototype.monochromos = function () { + proto_61.monochromos = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - punicus.prototype.purinus = function () { + proto_61.purinus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - punicus.prototype.ischyrus = function () { + proto_61.ischyrus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - punicus.prototype.tenuis = function () { + proto_61.tenuis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - punicus.prototype.Helium = function () { + proto_61.Helium = function () { var _this = this; var x; (function () { var y = _this; }); @@ -4699,37 +4760,38 @@ var petrophilus; var daphaenodon = /** @class */ (function () { function daphaenodon() { } - daphaenodon.prototype.bredanensis = function () { + var proto_62 = daphaenodon.prototype; + proto_62.bredanensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - daphaenodon.prototype.othus = function () { + proto_62.othus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - daphaenodon.prototype.hammondi = function () { + proto_62.hammondi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - daphaenodon.prototype.aureocollaris = function () { + proto_62.aureocollaris = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - daphaenodon.prototype.flavipes = function () { + proto_62.flavipes = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - daphaenodon.prototype.callosus = function () { + proto_62.callosus = function () { var _this = this; var x; (function () { var y = _this; }); @@ -4743,73 +4805,74 @@ var petrophilus; var cinereus = /** @class */ (function () { function cinereus() { } - cinereus.prototype.zunigae = function () { + var proto_63 = cinereus.prototype; + proto_63.zunigae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - cinereus.prototype.microps = function () { + proto_63.microps = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - cinereus.prototype.guaporensis = function () { + proto_63.guaporensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - cinereus.prototype.tonkeana = function () { + proto_63.tonkeana = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - cinereus.prototype.montensis = function () { + proto_63.montensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - cinereus.prototype.sphinx = function () { + proto_63.sphinx = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - cinereus.prototype.glis = function () { + proto_63.glis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - cinereus.prototype.dorsalis = function () { + proto_63.dorsalis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - cinereus.prototype.fimbriatus = function () { + proto_63.fimbriatus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - cinereus.prototype.sara = function () { + proto_63.sara = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - cinereus.prototype.epimelas = function () { + proto_63.epimelas = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - cinereus.prototype.pittieri = function () { + proto_63.pittieri = function () { var _this = this; var x; (function () { var y = _this; }); @@ -4840,61 +4903,62 @@ var gabriellae; var amicus = /** @class */ (function () { function amicus() { } - amicus.prototype.pirrensis = function () { + var proto_64 = amicus.prototype; + proto_64.pirrensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - amicus.prototype.phaeura = function () { + proto_64.phaeura = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - amicus.prototype.voratus = function () { + proto_64.voratus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - amicus.prototype.satarae = function () { + proto_64.satarae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - amicus.prototype.hooperi = function () { + proto_64.hooperi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - amicus.prototype.perrensi = function () { + proto_64.perrensi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - amicus.prototype.ridei = function () { + proto_64.ridei = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - amicus.prototype.audeberti = function () { + proto_64.audeberti = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - amicus.prototype.Lutetium = function () { + proto_64.Lutetium = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - amicus.prototype.atrox = function () { + proto_64.atrox = function () { var _this = this; var x; (function () { var y = _this; }); @@ -4921,37 +4985,38 @@ var imperfecta; var lasiurus = /** @class */ (function () { function lasiurus() { } - lasiurus.prototype.marisae = function () { + var proto_65 = lasiurus.prototype; + proto_65.marisae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - lasiurus.prototype.fulvus = function () { + proto_65.fulvus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - lasiurus.prototype.paranaensis = function () { + proto_65.paranaensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - lasiurus.prototype.didactylus = function () { + proto_65.didactylus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - lasiurus.prototype.schreibersii = function () { + proto_65.schreibersii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - lasiurus.prototype.orii = function () { + proto_65.orii = function () { var _this = this; var x; (function () { var y = _this; }); @@ -4963,67 +5028,68 @@ var imperfecta; var subspinosus = /** @class */ (function () { function subspinosus() { } - subspinosus.prototype.monticularis = function () { + var proto_66 = subspinosus.prototype; + proto_66.monticularis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - subspinosus.prototype.Gadolinium = function () { + proto_66.Gadolinium = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - subspinosus.prototype.oasicus = function () { + proto_66.oasicus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - subspinosus.prototype.paterculus = function () { + proto_66.paterculus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - subspinosus.prototype.punctata = function () { + proto_66.punctata = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - subspinosus.prototype.invictus = function () { + proto_66.invictus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - subspinosus.prototype.stangeri = function () { + proto_66.stangeri = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - subspinosus.prototype.siskiyou = function () { + proto_66.siskiyou = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - subspinosus.prototype.welwitschii = function () { + proto_66.welwitschii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - subspinosus.prototype.Polonium = function () { + proto_66.Polonium = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - subspinosus.prototype.harpia = function () { + proto_66.harpia = function () { var _this = this; var x; (function () { var y = _this; }); @@ -5037,19 +5103,20 @@ var imperfecta; function ciliolabrum() { return _super !== null && _super.apply(this, arguments) || this; } - ciliolabrum.prototype.leschenaultii = function () { + var proto_67 = ciliolabrum.prototype; + proto_67.leschenaultii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - ciliolabrum.prototype.ludia = function () { + proto_67.ludia = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - ciliolabrum.prototype.sinicus = function () { + proto_67.sinicus = function () { var _this = this; var x; (function () { var y = _this; }); @@ -5063,25 +5130,26 @@ var imperfecta; var wattsi = /** @class */ (function () { function wattsi() { } - wattsi.prototype.lagotis = function () { + var proto_68 = wattsi.prototype; + proto_68.lagotis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - wattsi.prototype.hussoni = function () { + proto_68.hussoni = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - wattsi.prototype.bilarni = function () { + proto_68.bilarni = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - wattsi.prototype.cabrerae = function () { + proto_68.cabrerae = function () { var _this = this; var x; (function () { var y = _this; }); @@ -5097,55 +5165,56 @@ var imperfecta; function sodyi() { return _super !== null && _super.apply(this, arguments) || this; } - sodyi.prototype.saundersiae = function () { + var proto_69 = sodyi.prototype; + proto_69.saundersiae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - sodyi.prototype.imberbis = function () { + proto_69.imberbis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - sodyi.prototype.cansdalei = function () { + proto_69.cansdalei = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - sodyi.prototype.Lawrencium = function () { + proto_69.Lawrencium = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - sodyi.prototype.catta = function () { + proto_69.catta = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - sodyi.prototype.breviceps = function () { + proto_69.breviceps = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - sodyi.prototype.transitionalis = function () { + proto_69.transitionalis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - sodyi.prototype.heptneri = function () { + proto_69.heptneri = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - sodyi.prototype.bairdii = function () { + proto_69.bairdii = function () { var _this = this; var x; (function () { var y = _this; }); @@ -5161,49 +5230,50 @@ var imperfecta; function megaphyllus() { return _super !== null && _super.apply(this, arguments) || this; } - megaphyllus.prototype.montana = function () { + var proto_70 = megaphyllus.prototype; + proto_70.montana = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - megaphyllus.prototype.amatus = function () { + proto_70.amatus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - megaphyllus.prototype.bucculentus = function () { + proto_70.bucculentus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - megaphyllus.prototype.lepida = function () { + proto_70.lepida = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - megaphyllus.prototype.graecus = function () { + proto_70.graecus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - megaphyllus.prototype.forsteri = function () { + proto_70.forsteri = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - megaphyllus.prototype.perotensis = function () { + proto_70.perotensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - megaphyllus.prototype.cirrhosus = function () { + proto_70.cirrhosus = function () { var _this = this; var x; (function () { var y = _this; }); @@ -5217,19 +5287,20 @@ var imperfecta; var portoricensis = /** @class */ (function () { function portoricensis() { } - portoricensis.prototype.relictus = function () { + var proto_71 = portoricensis.prototype; + proto_71.relictus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - portoricensis.prototype.aequatorianus = function () { + proto_71.aequatorianus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - portoricensis.prototype.rhinogradoides = function () { + proto_71.rhinogradoides = function () { var _this = this; var x; (function () { var y = _this; }); @@ -5243,79 +5314,80 @@ var imperfecta; var foina = /** @class */ (function () { function foina() { } - foina.prototype.tarfayensis = function () { + var proto_72 = foina.prototype; + proto_72.tarfayensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - foina.prototype.Promethium = function () { + proto_72.Promethium = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - foina.prototype.salinae = function () { + proto_72.salinae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - foina.prototype.kerri = function () { + proto_72.kerri = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - foina.prototype.scotti = function () { + proto_72.scotti = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - foina.prototype.camerunensis = function () { + proto_72.camerunensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - foina.prototype.affinis = function () { + proto_72.affinis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - foina.prototype.siebersi = function () { + proto_72.siebersi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - foina.prototype.maquassiensis = function () { + proto_72.maquassiensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - foina.prototype.layardi = function () { + proto_72.layardi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - foina.prototype.bishopi = function () { + proto_72.bishopi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - foina.prototype.apodemoides = function () { + proto_72.apodemoides = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - foina.prototype.argentiventer = function () { + proto_72.argentiventer = function () { var _this = this; var x; (function () { var y = _this; }); @@ -5331,61 +5403,62 @@ var imperfecta; function cor() { return _super !== null && _super.apply(this, arguments) || this; } - cor.prototype.antinorii = function () { + var proto_73 = cor.prototype; + proto_73.antinorii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - cor.prototype.voi = function () { + proto_73.voi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - cor.prototype.mussoi = function () { + proto_73.mussoi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - cor.prototype.truncatus = function () { + proto_73.truncatus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - cor.prototype.achates = function () { + proto_73.achates = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - cor.prototype.praedatrix = function () { + proto_73.praedatrix = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - cor.prototype.mzabi = function () { + proto_73.mzabi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - cor.prototype.xanthinus = function () { + proto_73.xanthinus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - cor.prototype.tapoatafa = function () { + proto_73.tapoatafa = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - cor.prototype.castroviejoi = function () { + proto_73.castroviejoi = function () { var _this = this; var x; (function () { var y = _this; }); @@ -5399,13 +5472,14 @@ var imperfecta; var coludo = /** @class */ (function () { function coludo() { } - coludo.prototype.bernhardi = function () { + var proto_74 = coludo.prototype; + proto_74.bernhardi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - coludo.prototype.isseli = function () { + proto_74.isseli = function () { var _this = this; var x; (function () { var y = _this; }); @@ -5421,13 +5495,14 @@ var imperfecta; function germaini() { return _super !== null && _super.apply(this, arguments) || this; } - germaini.prototype.sharpei = function () { + var proto_75 = germaini.prototype; + proto_75.sharpei = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - germaini.prototype.palmarum = function () { + proto_75.palmarum = function () { var _this = this; var x; (function () { var y = _this; }); @@ -5441,67 +5516,68 @@ var imperfecta; var stolzmanni = /** @class */ (function () { function stolzmanni() { } - stolzmanni.prototype.riparius = function () { + var proto_76 = stolzmanni.prototype; + proto_76.riparius = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - stolzmanni.prototype.dhofarensis = function () { + proto_76.dhofarensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - stolzmanni.prototype.tricolor = function () { + proto_76.tricolor = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - stolzmanni.prototype.gardneri = function () { + proto_76.gardneri = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - stolzmanni.prototype.walleri = function () { + proto_76.walleri = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - stolzmanni.prototype.talpoides = function () { + proto_76.talpoides = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - stolzmanni.prototype.pallipes = function () { + proto_76.pallipes = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - stolzmanni.prototype.lagurus = function () { + proto_76.lagurus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - stolzmanni.prototype.hipposideros = function () { + proto_76.hipposideros = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - stolzmanni.prototype.griselda = function () { + proto_76.griselda = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - stolzmanni.prototype.florium = function () { + proto_76.florium = function () { var _this = this; var x; (function () { var y = _this; }); @@ -5517,79 +5593,80 @@ var imperfecta; function melanops() { return _super !== null && _super.apply(this, arguments) || this; } - melanops.prototype.blarina = function () { + var proto_77 = melanops.prototype; + proto_77.blarina = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - melanops.prototype.harwoodi = function () { + proto_77.harwoodi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - melanops.prototype.ashaninka = function () { + proto_77.ashaninka = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - melanops.prototype.wiedii = function () { + proto_77.wiedii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - melanops.prototype.godmani = function () { + proto_77.godmani = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - melanops.prototype.condorensis = function () { + proto_77.condorensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - melanops.prototype.xerophila = function () { + proto_77.xerophila = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - melanops.prototype.laminatus = function () { + proto_77.laminatus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - melanops.prototype.archeri = function () { + proto_77.archeri = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - melanops.prototype.hidalgo = function () { + proto_77.hidalgo = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - melanops.prototype.unicolor = function () { + proto_77.unicolor = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - melanops.prototype.philippii = function () { + proto_77.philippii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - melanops.prototype.bocagei = function () { + proto_77.bocagei = function () { var _this = this; var x; (function () { var y = _this; }); @@ -5605,49 +5682,50 @@ var imperfecta; function peninsulae() { return _super !== null && _super.apply(this, arguments) || this; } - peninsulae.prototype.aitkeni = function () { + var proto_78 = peninsulae.prototype; + proto_78.aitkeni = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - peninsulae.prototype.novaeangliae = function () { + proto_78.novaeangliae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - peninsulae.prototype.olallae = function () { + proto_78.olallae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - peninsulae.prototype.anselli = function () { + proto_78.anselli = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - peninsulae.prototype.timminsi = function () { + proto_78.timminsi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - peninsulae.prototype.sordidus = function () { + proto_78.sordidus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - peninsulae.prototype.telfordi = function () { + proto_78.telfordi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - peninsulae.prototype.cavernarum = function () { + proto_78.cavernarum = function () { var _this = this; var x; (function () { var y = _this; }); @@ -5661,79 +5739,80 @@ var imperfecta; var netscheri = /** @class */ (function () { function netscheri() { } - netscheri.prototype.gravis = function () { + var proto_79 = netscheri.prototype; + proto_79.gravis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - netscheri.prototype.ruschii = function () { + proto_79.ruschii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - netscheri.prototype.tricuspidatus = function () { + proto_79.tricuspidatus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - netscheri.prototype.fernandezi = function () { + proto_79.fernandezi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - netscheri.prototype.colletti = function () { + proto_79.colletti = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - netscheri.prototype.microbullatus = function () { + proto_79.microbullatus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - netscheri.prototype.eburneae = function () { + proto_79.eburneae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - netscheri.prototype.tatei = function () { + proto_79.tatei = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - netscheri.prototype.millardi = function () { + proto_79.millardi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - netscheri.prototype.pruinosus = function () { + proto_79.pruinosus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - netscheri.prototype.delator = function () { + proto_79.delator = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - netscheri.prototype.nyikae = function () { + proto_79.nyikae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - netscheri.prototype.ruemmleri = function () { + proto_79.ruemmleri = function () { var _this = this; var x; (function () { var y = _this; }); @@ -5749,79 +5828,80 @@ var imperfecta; function Praseodymium() { return _super !== null && _super.apply(this, arguments) || this; } - Praseodymium.prototype.clara = function () { + var proto_80 = Praseodymium.prototype; + proto_80.clara = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - Praseodymium.prototype.spectabilis = function () { + proto_80.spectabilis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - Praseodymium.prototype.kamensis = function () { + proto_80.kamensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - Praseodymium.prototype.ruddi = function () { + proto_80.ruddi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - Praseodymium.prototype.bartelsii = function () { + proto_80.bartelsii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - Praseodymium.prototype.yerbabuenae = function () { + proto_80.yerbabuenae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - Praseodymium.prototype.davidi = function () { + proto_80.davidi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - Praseodymium.prototype.pilirostris = function () { + proto_80.pilirostris = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - Praseodymium.prototype.catherinae = function () { + proto_80.catherinae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - Praseodymium.prototype.frontata = function () { + proto_80.frontata = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - Praseodymium.prototype.Terbium = function () { + proto_80.Terbium = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - Praseodymium.prototype.thomensis = function () { + proto_80.thomensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - Praseodymium.prototype.soricinus = function () { + proto_80.soricinus = function () { var _this = this; var x; (function () { var y = _this; }); @@ -5865,49 +5945,50 @@ var imperfecta; var setulosus = /** @class */ (function () { function setulosus() { } - setulosus.prototype.duthieae = function () { + var proto_81 = setulosus.prototype; + proto_81.duthieae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - setulosus.prototype.guereza = function () { + proto_81.guereza = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - setulosus.prototype.buselaphus = function () { + proto_81.buselaphus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - setulosus.prototype.nuttalli = function () { + proto_81.nuttalli = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - setulosus.prototype.pelii = function () { + proto_81.pelii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - setulosus.prototype.tunneyi = function () { + proto_81.tunneyi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - setulosus.prototype.lamula = function () { + proto_81.lamula = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - setulosus.prototype.vampyrus = function () { + proto_81.vampyrus = function () { var _this = this; var x; (function () { var y = _this; }); @@ -5921,31 +6002,32 @@ var imperfecta; var rosalia = /** @class */ (function () { function rosalia() { } - rosalia.prototype.palmeri = function () { + var proto_82 = rosalia.prototype; + proto_82.palmeri = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - rosalia.prototype.baeops = function () { + proto_82.baeops = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - rosalia.prototype.ozensis = function () { + proto_82.ozensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - rosalia.prototype.creaghi = function () { + proto_82.creaghi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - rosalia.prototype.montivaga = function () { + proto_82.montivaga = function () { var _this = this; var x; (function () { var y = _this; }); @@ -5961,37 +6043,38 @@ var imperfecta; function psilurus() { return _super !== null && _super.apply(this, arguments) || this; } - psilurus.prototype.socialis = function () { + var proto_83 = psilurus.prototype; + proto_83.socialis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - psilurus.prototype.lundi = function () { + proto_83.lundi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - psilurus.prototype.araeum = function () { + proto_83.araeum = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - psilurus.prototype.calamianensis = function () { + proto_83.calamianensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - psilurus.prototype.petersoni = function () { + proto_83.petersoni = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - psilurus.prototype.nitela = function () { + proto_83.nitela = function () { var _this = this; var x; (function () { var y = _this; }); diff --git a/tests/baselines/reference/returnInConstructor1.js b/tests/baselines/reference/returnInConstructor1.js index 282d7d2efe530..7562f4741c4f8 100644 --- a/tests/baselines/reference/returnInConstructor1.js +++ b/tests/baselines/reference/returnInConstructor1.js @@ -124,8 +124,9 @@ var G = /** @class */ (function () { function G() { this.test = 2; } - G.prototype.test1 = function () { }; - G.prototype.foo = function () { }; + var proto_1 = G.prototype; + proto_1.test1 = function () { }; + proto_1.foo = function () { }; return G; }()); var H = /** @class */ (function (_super) { diff --git a/tests/baselines/reference/returnTypeTypeArguments.js b/tests/baselines/reference/returnTypeTypeArguments.js index d9264bdb7bc87..47fa28a08dd68 100644 --- a/tests/baselines/reference/returnTypeTypeArguments.js +++ b/tests/baselines/reference/returnTypeTypeArguments.js @@ -101,22 +101,24 @@ function B3() { return null; } var C = /** @class */ (function () { function C() { } - C.prototype.A1 = function () { return null; }; - C.prototype.A2 = function () { return null; }; - C.prototype.A3 = function () { return null; }; - C.prototype.B1 = function () { return null; }; - C.prototype.B2 = function () { return null; }; - C.prototype.B3 = function () { return null; }; + var proto_1 = C.prototype; + proto_1.A1 = function () { return null; }; + proto_1.A2 = function () { return null; }; + proto_1.A3 = function () { return null; }; + proto_1.B1 = function () { return null; }; + proto_1.B2 = function () { return null; }; + proto_1.B3 = function () { return null; }; return C; }()); var D = /** @class */ (function () { function D() { } - D.prototype.A2 = function () { return null; }; - D.prototype.A3 = function () { return null; }; - D.prototype.B1 = function () { return null; }; - D.prototype.B2 = function () { return null; }; - D.prototype.B3 = function () { return null; }; + var proto_2 = D.prototype; + proto_2.A2 = function () { return null; }; + proto_2.A3 = function () { return null; }; + proto_2.B1 = function () { return null; }; + proto_2.B2 = function () { return null; }; + proto_2.B3 = function () { return null; }; return D; }()); var Y = /** @class */ (function () { diff --git a/tests/baselines/reference/selfInCallback.js b/tests/baselines/reference/selfInCallback.js index 585e72ea54882..905c09ea300c5 100644 --- a/tests/baselines/reference/selfInCallback.js +++ b/tests/baselines/reference/selfInCallback.js @@ -12,8 +12,9 @@ var C = /** @class */ (function () { function C() { this.p1 = 0; } - C.prototype.callback = function (cb) { cb(); }; - C.prototype.doit = function () { + var proto_1 = C.prototype; + proto_1.callback = function (cb) { cb(); }; + proto_1.doit = function () { var _this = this; this.callback(function () { _this.p1 + 1; }); }; diff --git a/tests/baselines/reference/setterBeforeGetter.js b/tests/baselines/reference/setterBeforeGetter.js index 743ad9da03977..344305a0ea480 100644 --- a/tests/baselines/reference/setterBeforeGetter.js +++ b/tests/baselines/reference/setterBeforeGetter.js @@ -16,7 +16,8 @@ class Foo { var Foo = /** @class */ (function () { function Foo() { } - Object.defineProperty(Foo.prototype, "bar", { + var proto_1 = Foo.prototype; + Object.defineProperty(proto_1, "bar", { get: function () { return this._bar; }, diff --git a/tests/baselines/reference/sourceMapValidationClass.js b/tests/baselines/reference/sourceMapValidationClass.js index 803a266311422..74ff03941c42a 100644 --- a/tests/baselines/reference/sourceMapValidationClass.js +++ b/tests/baselines/reference/sourceMapValidationClass.js @@ -28,13 +28,14 @@ var Greeter = /** @class */ (function () { this.greeting = greeting; this.x1 = 10; } - Greeter.prototype.greet = function () { + var proto_1 = Greeter.prototype; + proto_1.greet = function () { return "

" + this.greeting + "

"; }; - Greeter.prototype.fn = function () { + proto_1.fn = function () { return this.greeting; }; - Object.defineProperty(Greeter.prototype, "greetings", { + Object.defineProperty(proto_1, "greetings", { get: function () { return this.greeting; }, diff --git a/tests/baselines/reference/sourceMapValidationClass.js.map b/tests/baselines/reference/sourceMapValidationClass.js.map index 73efa147b8ab7..6c3a310f8a4d2 100644 --- a/tests/baselines/reference/sourceMapValidationClass.js.map +++ b/tests/baselines/reference/sourceMapValidationClass.js.map @@ -1,2 +1,2 @@ //// [sourceMapValidationClass.js.map] -{"version":3,"file":"sourceMapValidationClass.js","sourceRoot":"","sources":["sourceMapValidationClass.ts"],"names":[],"mappings":"AAAA;IACI,iBAAmB,QAAgB;QAAE,WAAc;aAAd,UAAc,EAAd,qBAAc,EAAd,IAAc;YAAd,0BAAc;;QAAhC,aAAQ,GAAR,QAAQ,CAAQ;QAM3B,OAAE,GAAW,EAAE,CAAC;IALxB,CAAC;IACD,uBAAK,GAAL;QACI,OAAO,MAAM,GAAG,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;IAC5C,CAAC;IAGO,oBAAE,GAAV;QACI,OAAO,IAAI,CAAC,QAAQ,CAAC;IACzB,CAAC;IACD,sBAAI,8BAAS;aAAb;YACI,OAAO,IAAI,CAAC,QAAQ,CAAC;QACzB,CAAC;aACD,UAAc,SAAiB;YAC3B,IAAI,CAAC,QAAQ,GAAG,SAAS,CAAC;QAC9B,CAAC;;;OAHA;IAIL,cAAC;AAAD,CAAC,AAjBD,IAiBC"} \ No newline at end of file +{"version":3,"file":"sourceMapValidationClass.js","sourceRoot":"","sources":["sourceMapValidationClass.ts"],"names":[],"mappings":"AAAA;IACI,iBAAmB,QAAgB;QAAE,WAAc;aAAd,UAAc,EAAd,qBAAc,EAAd,IAAc;YAAd,0BAAc;;QAAhC,aAAQ,GAAR,QAAQ,CAAQ;QAM3B,OAAE,GAAW,EAAE,CAAC;IALxB,CAAC;;IACD,aAAK,GAAL;QACI,OAAO,MAAM,GAAG,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;IAC5C,CAAC;IAGO,UAAE,GAAV;QACI,OAAO,IAAI,CAAC,QAAQ,CAAC;IACzB,CAAC;IACD,sBAAI,oBAAS;aAAb;YACI,OAAO,IAAI,CAAC,QAAQ,CAAC;QACzB,CAAC;aACD,UAAc,SAAiB;YAC3B,IAAI,CAAC,QAAQ,GAAG,SAAS,CAAC;QAC9B,CAAC;;;OAHA;IAIL,cAAC;AAAD,CAAC,AAjBD,IAiBC"} \ No newline at end of file diff --git a/tests/baselines/reference/sourceMapValidationClass.sourcemap.txt b/tests/baselines/reference/sourceMapValidationClass.sourcemap.txt index be1665313a183..56d21f79487ac 100644 --- a/tests/baselines/reference/sourceMapValidationClass.sourcemap.txt +++ b/tests/baselines/reference/sourceMapValidationClass.sourcemap.txt @@ -107,24 +107,25 @@ sourceFile:sourceMapValidationClass.ts >>> } 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 > 2 > } 1 >Emitted(9, 5) Source(3, 5) + SourceIndex(0) 2 >Emitted(9, 6) Source(3, 6) + SourceIndex(0) --- ->>> Greeter.prototype.greet = function () { +>>> var proto_1 = Greeter.prototype; +>>> proto_1.greet = function () { 1->^^^^ -2 > ^^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^^^^^^-> +2 > ^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> > 2 > greet -3 > -1->Emitted(10, 5) Source(4, 5) + SourceIndex(0) -2 >Emitted(10, 28) Source(4, 10) + SourceIndex(0) -3 >Emitted(10, 31) Source(4, 5) + SourceIndex(0) +3 > +1->Emitted(11, 5) Source(4, 5) + SourceIndex(0) +2 >Emitted(11, 18) Source(4, 10) + SourceIndex(0) +3 >Emitted(11, 21) Source(4, 5) + SourceIndex(0) --- >>> return "

" + this.greeting + "

"; 1->^^^^^^^^ @@ -148,41 +149,41 @@ sourceFile:sourceMapValidationClass.ts 8 > + 9 > "" 10> ; -1->Emitted(11, 9) Source(5, 9) + SourceIndex(0) -2 >Emitted(11, 16) Source(5, 16) + SourceIndex(0) -3 >Emitted(11, 22) Source(5, 22) + SourceIndex(0) -4 >Emitted(11, 25) Source(5, 25) + SourceIndex(0) -5 >Emitted(11, 29) Source(5, 29) + SourceIndex(0) -6 >Emitted(11, 30) Source(5, 30) + SourceIndex(0) -7 >Emitted(11, 38) Source(5, 38) + SourceIndex(0) -8 >Emitted(11, 41) Source(5, 41) + SourceIndex(0) -9 >Emitted(11, 48) Source(5, 48) + SourceIndex(0) -10>Emitted(11, 49) Source(5, 49) + SourceIndex(0) +1->Emitted(12, 9) Source(5, 9) + SourceIndex(0) +2 >Emitted(12, 16) Source(5, 16) + SourceIndex(0) +3 >Emitted(12, 22) Source(5, 22) + SourceIndex(0) +4 >Emitted(12, 25) Source(5, 25) + SourceIndex(0) +5 >Emitted(12, 29) Source(5, 29) + SourceIndex(0) +6 >Emitted(12, 30) Source(5, 30) + SourceIndex(0) +7 >Emitted(12, 38) Source(5, 38) + SourceIndex(0) +8 >Emitted(12, 41) Source(5, 41) + SourceIndex(0) +9 >Emitted(12, 48) Source(5, 48) + SourceIndex(0) +10>Emitted(12, 49) Source(5, 49) + SourceIndex(0) --- >>> }; 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 > > 2 > } -1 >Emitted(12, 5) Source(6, 5) + SourceIndex(0) -2 >Emitted(12, 6) Source(6, 6) + SourceIndex(0) +1 >Emitted(13, 5) Source(6, 5) + SourceIndex(0) +2 >Emitted(13, 6) Source(6, 6) + SourceIndex(0) --- ->>> Greeter.prototype.fn = function () { +>>> proto_1.fn = function () { 1->^^^^ -2 > ^^^^^^^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^-> +2 > ^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^-> 1-> > private x: string; > private x1: number = 10; > private 2 > fn -3 > -1->Emitted(13, 5) Source(9, 13) + SourceIndex(0) -2 >Emitted(13, 25) Source(9, 15) + SourceIndex(0) -3 >Emitted(13, 28) Source(9, 5) + SourceIndex(0) +3 > +1->Emitted(14, 5) Source(9, 13) + SourceIndex(0) +2 >Emitted(14, 15) Source(9, 15) + SourceIndex(0) +3 >Emitted(14, 18) Source(9, 5) + SourceIndex(0) --- >>> return this.greeting; 1->^^^^^^^^ @@ -198,40 +199,40 @@ sourceFile:sourceMapValidationClass.ts 4 > . 5 > greeting 6 > ; -1->Emitted(14, 9) Source(10, 9) + SourceIndex(0) -2 >Emitted(14, 16) Source(10, 16) + SourceIndex(0) -3 >Emitted(14, 20) Source(10, 20) + SourceIndex(0) -4 >Emitted(14, 21) Source(10, 21) + SourceIndex(0) -5 >Emitted(14, 29) Source(10, 29) + SourceIndex(0) -6 >Emitted(14, 30) Source(10, 30) + SourceIndex(0) +1->Emitted(15, 9) Source(10, 9) + SourceIndex(0) +2 >Emitted(15, 16) Source(10, 16) + SourceIndex(0) +3 >Emitted(15, 20) Source(10, 20) + SourceIndex(0) +4 >Emitted(15, 21) Source(10, 21) + SourceIndex(0) +5 >Emitted(15, 29) Source(10, 29) + SourceIndex(0) +6 >Emitted(15, 30) Source(10, 30) + SourceIndex(0) --- >>> }; 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 > > 2 > } -1 >Emitted(15, 5) Source(11, 5) + SourceIndex(0) -2 >Emitted(15, 6) Source(11, 6) + SourceIndex(0) +1 >Emitted(16, 5) Source(11, 5) + SourceIndex(0) +2 >Emitted(16, 6) Source(11, 6) + SourceIndex(0) --- ->>> Object.defineProperty(Greeter.prototype, "greetings", { +>>> Object.defineProperty(proto_1, "greetings", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^^^^^^^^^^^^^^^^^^ 1-> > 2 > get 3 > greetings -1->Emitted(16, 5) Source(12, 5) + SourceIndex(0) -2 >Emitted(16, 27) Source(12, 9) + SourceIndex(0) -3 >Emitted(16, 57) Source(12, 18) + SourceIndex(0) +1->Emitted(17, 5) Source(12, 5) + SourceIndex(0) +2 >Emitted(17, 27) Source(12, 9) + SourceIndex(0) +3 >Emitted(17, 47) Source(12, 18) + SourceIndex(0) --- >>> get: function () { 1 >^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^-> 1 > -1 >Emitted(17, 14) Source(12, 5) + SourceIndex(0) +1 >Emitted(18, 14) Source(12, 5) + SourceIndex(0) --- >>> return this.greeting; 1->^^^^^^^^^^^^ @@ -247,12 +248,12 @@ sourceFile:sourceMapValidationClass.ts 4 > . 5 > greeting 6 > ; -1->Emitted(18, 13) Source(13, 9) + SourceIndex(0) -2 >Emitted(18, 20) Source(13, 16) + SourceIndex(0) -3 >Emitted(18, 24) Source(13, 20) + SourceIndex(0) -4 >Emitted(18, 25) Source(13, 21) + SourceIndex(0) -5 >Emitted(18, 33) Source(13, 29) + SourceIndex(0) -6 >Emitted(18, 34) Source(13, 30) + SourceIndex(0) +1->Emitted(19, 13) Source(13, 9) + SourceIndex(0) +2 >Emitted(19, 20) Source(13, 16) + SourceIndex(0) +3 >Emitted(19, 24) Source(13, 20) + SourceIndex(0) +4 >Emitted(19, 25) Source(13, 21) + SourceIndex(0) +5 >Emitted(19, 33) Source(13, 29) + SourceIndex(0) +6 >Emitted(19, 34) Source(13, 30) + SourceIndex(0) --- >>> }, 1 >^^^^^^^^ @@ -261,8 +262,8 @@ sourceFile:sourceMapValidationClass.ts 1 > > 2 > } -1 >Emitted(19, 9) Source(14, 5) + SourceIndex(0) -2 >Emitted(19, 10) Source(14, 6) + SourceIndex(0) +1 >Emitted(20, 9) Source(14, 5) + SourceIndex(0) +2 >Emitted(20, 10) Source(14, 6) + SourceIndex(0) --- >>> set: function (greetings) { 1->^^^^^^^^^^^^^ @@ -273,9 +274,9 @@ sourceFile:sourceMapValidationClass.ts > 2 > set greetings( 3 > greetings: string -1->Emitted(20, 14) Source(15, 5) + SourceIndex(0) -2 >Emitted(20, 24) Source(15, 19) + SourceIndex(0) -3 >Emitted(20, 33) Source(15, 36) + SourceIndex(0) +1->Emitted(21, 14) Source(15, 5) + SourceIndex(0) +2 >Emitted(21, 24) Source(15, 19) + SourceIndex(0) +3 >Emitted(21, 33) Source(15, 36) + SourceIndex(0) --- >>> this.greeting = greetings; 1->^^^^^^^^^^^^ @@ -293,13 +294,13 @@ sourceFile:sourceMapValidationClass.ts 5 > = 6 > greetings 7 > ; -1->Emitted(21, 13) Source(16, 9) + SourceIndex(0) -2 >Emitted(21, 17) Source(16, 13) + SourceIndex(0) -3 >Emitted(21, 18) Source(16, 14) + SourceIndex(0) -4 >Emitted(21, 26) Source(16, 22) + SourceIndex(0) -5 >Emitted(21, 29) Source(16, 25) + SourceIndex(0) -6 >Emitted(21, 38) Source(16, 34) + SourceIndex(0) -7 >Emitted(21, 39) Source(16, 35) + SourceIndex(0) +1->Emitted(22, 13) Source(16, 9) + SourceIndex(0) +2 >Emitted(22, 17) Source(16, 13) + SourceIndex(0) +3 >Emitted(22, 18) Source(16, 14) + SourceIndex(0) +4 >Emitted(22, 26) Source(16, 22) + SourceIndex(0) +5 >Emitted(22, 29) Source(16, 25) + SourceIndex(0) +6 >Emitted(22, 38) Source(16, 34) + SourceIndex(0) +7 >Emitted(22, 39) Source(16, 35) + SourceIndex(0) --- >>> }, 1 >^^^^^^^^ @@ -308,8 +309,8 @@ sourceFile:sourceMapValidationClass.ts 1 > > 2 > } -1 >Emitted(22, 9) Source(17, 5) + SourceIndex(0) -2 >Emitted(22, 10) Source(17, 6) + SourceIndex(0) +1 >Emitted(23, 9) Source(17, 5) + SourceIndex(0) +2 >Emitted(23, 10) Source(17, 6) + SourceIndex(0) --- >>> enumerable: true, >>> configurable: true @@ -317,7 +318,7 @@ sourceFile:sourceMapValidationClass.ts 1->^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1-> -1->Emitted(25, 8) Source(14, 6) + SourceIndex(0) +1->Emitted(26, 8) Source(14, 6) + SourceIndex(0) --- >>> return Greeter; 1->^^^^ @@ -328,8 +329,8 @@ sourceFile:sourceMapValidationClass.ts > } > 2 > } -1->Emitted(26, 5) Source(18, 1) + SourceIndex(0) -2 >Emitted(26, 19) Source(18, 2) + SourceIndex(0) +1->Emitted(27, 5) Source(18, 1) + SourceIndex(0) +2 >Emitted(27, 19) Source(18, 2) + SourceIndex(0) --- >>>}()); 1 > @@ -358,9 +359,9 @@ sourceFile:sourceMapValidationClass.ts > this.greeting = greetings; > } > } -1 >Emitted(27, 1) Source(18, 1) + SourceIndex(0) -2 >Emitted(27, 2) Source(18, 2) + SourceIndex(0) -3 >Emitted(27, 2) Source(1, 1) + SourceIndex(0) -4 >Emitted(27, 6) Source(18, 2) + SourceIndex(0) +1 >Emitted(28, 1) Source(18, 1) + SourceIndex(0) +2 >Emitted(28, 2) Source(18, 2) + SourceIndex(0) +3 >Emitted(28, 2) Source(1, 1) + SourceIndex(0) +4 >Emitted(28, 6) Source(18, 2) + SourceIndex(0) --- >>>//# sourceMappingURL=sourceMapValidationClass.js.map \ No newline at end of file diff --git a/tests/baselines/reference/sourceMapValidationDecorators.js b/tests/baselines/reference/sourceMapValidationDecorators.js index cc7129a7f4dae..67db804a2170f 100644 --- a/tests/baselines/reference/sourceMapValidationDecorators.js +++ b/tests/baselines/reference/sourceMapValidationDecorators.js @@ -72,13 +72,14 @@ var Greeter = /** @class */ (function () { } this.greeting = greeting; } - Greeter.prototype.greet = function () { + var proto_1 = Greeter.prototype; + proto_1.greet = function () { return "

" + this.greeting + "

"; }; - Greeter.prototype.fn = function (x) { + proto_1.fn = function (x) { return this.greeting; }; - Object.defineProperty(Greeter.prototype, "greetings", { + Object.defineProperty(proto_1, "greetings", { get: function () { return this.greeting; }, diff --git a/tests/baselines/reference/sourceMapValidationDecorators.js.map b/tests/baselines/reference/sourceMapValidationDecorators.js.map index a3074387fd0c6..798041d01d424 100644 --- a/tests/baselines/reference/sourceMapValidationDecorators.js.map +++ b/tests/baselines/reference/sourceMapValidationDecorators.js.map @@ -1,2 +1,2 @@ //// [sourceMapValidationDecorators.js.map] -{"version":3,"file":"sourceMapValidationDecorators.js","sourceRoot":"","sources":["sourceMapValidationDecorators.ts"],"names":[],"mappings":";;;;;;;;;AASA;IACI,iBAGS,QAAgB;QAIvB,WAAc;aAAd,UAAc,EAAd,qBAAc,EAAd,IAAc;YAAd,0BAAc;;QAJP,aAAQ,GAAR,QAAQ,CAAQ;IAKzB,CAAC;IAID,uBAAK,GAAL;QACI,OAAO,MAAM,GAAG,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;IAC5C,CAAC;IAUO,oBAAE,GAAV,UAGE,CAAS;QACP,OAAO,IAAI,CAAC,QAAQ,CAAC;IACzB,CAAC;IAID,sBAAI,8BAAS;aAAb;YACI,OAAO,IAAI,CAAC,QAAQ,CAAC;QACzB,CAAC;aAED,UAGE,SAAiB;YACf,IAAI,CAAC,QAAQ,GAAG,SAAS,CAAC;QAC9B,CAAC;;;OAPA;IAbc,UAAE,GAAW,EAAE,CAAC;IAV/B;QAFC,kBAAkB;QAClB,kBAAkB,CAAC,EAAE,CAAC;wCAGtB;IAID;QAFC,kBAAkB;QAClB,kBAAkB,CAAC,EAAE,CAAC;sCACL;IAMlB;QACG,WAAA,mBAAmB,CAAA;QACnB,WAAA,mBAAmB,CAAC,EAAE,CAAC,CAAA;qCAGzB;IAID;QAFC,kBAAkB;QAClB,kBAAkB,CAAC,EAAE,CAAC;QAMpB,WAAA,mBAAmB,CAAA;QACnB,WAAA,mBAAmB,CAAC,EAAE,CAAC,CAAA;4CAJzB;IAbD;QAFC,kBAAkB;QAClB,kBAAkB,CAAC,EAAE,CAAC;6BACQ;IAvB7B,OAAO;QAFZ,eAAe;QACf,eAAe,CAAC,EAAE,CAAC;QAGb,WAAA,mBAAmB,CAAA;QACnB,WAAA,mBAAmB,CAAC,EAAE,CAAC,CAAA;QAGvB,WAAA,mBAAmB,CAAA;QACnB,WAAA,mBAAmB,CAAC,EAAE,CAAC,CAAA;OAPxB,OAAO,CA4CZ;IAAD,cAAC;CAAA,AA5CD,IA4CC"} \ No newline at end of file +{"version":3,"file":"sourceMapValidationDecorators.js","sourceRoot":"","sources":["sourceMapValidationDecorators.ts"],"names":[],"mappings":";;;;;;;;;AASA;IACI,iBAGS,QAAgB;QAIvB,WAAc;aAAd,UAAc,EAAd,qBAAc,EAAd,IAAc;YAAd,0BAAc;;QAJP,aAAQ,GAAR,QAAQ,CAAQ;IAKzB,CAAC;;IAID,aAAK,GAAL;QACI,OAAO,MAAM,GAAG,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;IAC5C,CAAC;IAUO,UAAE,GAAV,UAGE,CAAS;QACP,OAAO,IAAI,CAAC,QAAQ,CAAC;IACzB,CAAC;IAID,sBAAI,oBAAS;aAAb;YACI,OAAO,IAAI,CAAC,QAAQ,CAAC;QACzB,CAAC;aAED,UAGE,SAAiB;YACf,IAAI,CAAC,QAAQ,GAAG,SAAS,CAAC;QAC9B,CAAC;;;OAPA;IAbc,UAAE,GAAW,EAAE,CAAC;IAV/B;QAFC,kBAAkB;QAClB,kBAAkB,CAAC,EAAE,CAAC;wCAGtB;IAID;QAFC,kBAAkB;QAClB,kBAAkB,CAAC,EAAE,CAAC;sCACL;IAMlB;QACG,WAAA,mBAAmB,CAAA;QACnB,WAAA,mBAAmB,CAAC,EAAE,CAAC,CAAA;qCAGzB;IAID;QAFC,kBAAkB;QAClB,kBAAkB,CAAC,EAAE,CAAC;QAMpB,WAAA,mBAAmB,CAAA;QACnB,WAAA,mBAAmB,CAAC,EAAE,CAAC,CAAA;4CAJzB;IAbD;QAFC,kBAAkB;QAClB,kBAAkB,CAAC,EAAE,CAAC;6BACQ;IAvB7B,OAAO;QAFZ,eAAe;QACf,eAAe,CAAC,EAAE,CAAC;QAGb,WAAA,mBAAmB,CAAA;QACnB,WAAA,mBAAmB,CAAC,EAAE,CAAC,CAAA;QAGvB,WAAA,mBAAmB,CAAA;QACnB,WAAA,mBAAmB,CAAC,EAAE,CAAC,CAAA;OAPxB,OAAO,CA4CZ;IAAD,cAAC;CAAA,AA5CD,IA4CC"} \ No newline at end of file diff --git a/tests/baselines/reference/sourceMapValidationDecorators.sourcemap.txt b/tests/baselines/reference/sourceMapValidationDecorators.sourcemap.txt index 257fbcd7831b0..9883b8f9b50aa 100644 --- a/tests/baselines/reference/sourceMapValidationDecorators.sourcemap.txt +++ b/tests/baselines/reference/sourceMapValidationDecorators.sourcemap.txt @@ -109,7 +109,7 @@ sourceFile:sourceMapValidationDecorators.ts >>> } 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >, > > @ParameterDecorator1 @@ -120,21 +120,22 @@ sourceFile:sourceMapValidationDecorators.ts 1 >Emitted(17, 5) Source(19, 5) + SourceIndex(0) 2 >Emitted(17, 6) Source(19, 6) + SourceIndex(0) --- ->>> Greeter.prototype.greet = function () { +>>> var proto_1 = Greeter.prototype; +>>> proto_1.greet = function () { 1->^^^^ -2 > ^^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^^^^^^-> +2 > ^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> > > @PropertyDecorator1 > @PropertyDecorator2(40) > 2 > greet -3 > -1->Emitted(18, 5) Source(23, 5) + SourceIndex(0) -2 >Emitted(18, 28) Source(23, 10) + SourceIndex(0) -3 >Emitted(18, 31) Source(23, 5) + SourceIndex(0) +3 > +1->Emitted(19, 5) Source(23, 5) + SourceIndex(0) +2 >Emitted(19, 18) Source(23, 10) + SourceIndex(0) +3 >Emitted(19, 21) Source(23, 5) + SourceIndex(0) --- >>> return "

" + this.greeting + "

"; 1->^^^^^^^^ @@ -158,33 +159,34 @@ sourceFile:sourceMapValidationDecorators.ts 8 > + 9 > "" 10> ; -1->Emitted(19, 9) Source(24, 9) + SourceIndex(0) -2 >Emitted(19, 16) Source(24, 16) + SourceIndex(0) -3 >Emitted(19, 22) Source(24, 22) + SourceIndex(0) -4 >Emitted(19, 25) Source(24, 25) + SourceIndex(0) -5 >Emitted(19, 29) Source(24, 29) + SourceIndex(0) -6 >Emitted(19, 30) Source(24, 30) + SourceIndex(0) -7 >Emitted(19, 38) Source(24, 38) + SourceIndex(0) -8 >Emitted(19, 41) Source(24, 41) + SourceIndex(0) -9 >Emitted(19, 48) Source(24, 48) + SourceIndex(0) -10>Emitted(19, 49) Source(24, 49) + SourceIndex(0) +1->Emitted(20, 9) Source(24, 9) + SourceIndex(0) +2 >Emitted(20, 16) Source(24, 16) + SourceIndex(0) +3 >Emitted(20, 22) Source(24, 22) + SourceIndex(0) +4 >Emitted(20, 25) Source(24, 25) + SourceIndex(0) +5 >Emitted(20, 29) Source(24, 29) + SourceIndex(0) +6 >Emitted(20, 30) Source(24, 30) + SourceIndex(0) +7 >Emitted(20, 38) Source(24, 38) + SourceIndex(0) +8 >Emitted(20, 41) Source(24, 41) + SourceIndex(0) +9 >Emitted(20, 48) Source(24, 48) + SourceIndex(0) +10>Emitted(20, 49) Source(24, 49) + SourceIndex(0) --- >>> }; 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 > > 2 > } -1 >Emitted(20, 5) Source(25, 5) + SourceIndex(0) -2 >Emitted(20, 6) Source(25, 6) + SourceIndex(0) +1 >Emitted(21, 5) Source(25, 5) + SourceIndex(0) +2 >Emitted(21, 6) Source(25, 6) + SourceIndex(0) --- ->>> Greeter.prototype.fn = function (x) { +>>> proto_1.fn = function (x) { 1->^^^^ -2 > ^^^^^^^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^ -5 > ^ +2 > ^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^ +5 > ^ +6 > ^^-> 1-> > > @PropertyDecorator1 @@ -197,53 +199,53 @@ sourceFile:sourceMapValidationDecorators.ts > > private 2 > fn -3 > -4 > private fn( - > @ParameterDecorator1 - > @ParameterDecorator2(70) - > -5 > x: number -1->Emitted(21, 5) Source(35, 13) + SourceIndex(0) -2 >Emitted(21, 25) Source(35, 15) + SourceIndex(0) -3 >Emitted(21, 28) Source(35, 5) + SourceIndex(0) -4 >Emitted(21, 38) Source(38, 7) + SourceIndex(0) -5 >Emitted(21, 39) Source(38, 16) + SourceIndex(0) +3 > +4 > private fn( + > @ParameterDecorator1 + > @ParameterDecorator2(70) + > +5 > x: number +1->Emitted(22, 5) Source(35, 13) + SourceIndex(0) +2 >Emitted(22, 15) Source(35, 15) + SourceIndex(0) +3 >Emitted(22, 18) Source(35, 5) + SourceIndex(0) +4 >Emitted(22, 28) Source(38, 7) + SourceIndex(0) +5 >Emitted(22, 29) Source(38, 16) + SourceIndex(0) --- >>> return this.greeting; -1 >^^^^^^^^ +1->^^^^^^^^ 2 > ^^^^^^^ 3 > ^^^^ 4 > ^ 5 > ^^^^^^^^ 6 > ^ -1 >) { +1->) { > 2 > return 3 > this 4 > . 5 > greeting 6 > ; -1 >Emitted(22, 9) Source(39, 9) + SourceIndex(0) -2 >Emitted(22, 16) Source(39, 16) + SourceIndex(0) -3 >Emitted(22, 20) Source(39, 20) + SourceIndex(0) -4 >Emitted(22, 21) Source(39, 21) + SourceIndex(0) -5 >Emitted(22, 29) Source(39, 29) + SourceIndex(0) -6 >Emitted(22, 30) Source(39, 30) + SourceIndex(0) +1->Emitted(23, 9) Source(39, 9) + SourceIndex(0) +2 >Emitted(23, 16) Source(39, 16) + SourceIndex(0) +3 >Emitted(23, 20) Source(39, 20) + SourceIndex(0) +4 >Emitted(23, 21) Source(39, 21) + SourceIndex(0) +5 >Emitted(23, 29) Source(39, 29) + SourceIndex(0) +6 >Emitted(23, 30) Source(39, 30) + SourceIndex(0) --- >>> }; 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 > > 2 > } -1 >Emitted(23, 5) Source(40, 5) + SourceIndex(0) -2 >Emitted(23, 6) Source(40, 6) + SourceIndex(0) +1 >Emitted(24, 5) Source(40, 5) + SourceIndex(0) +2 >Emitted(24, 6) Source(40, 6) + SourceIndex(0) --- ->>> Object.defineProperty(Greeter.prototype, "greetings", { +>>> Object.defineProperty(proto_1, "greetings", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^^^^^^^^^^^^^^^^^^ 1-> > > @PropertyDecorator1 @@ -251,15 +253,15 @@ sourceFile:sourceMapValidationDecorators.ts > 2 > get 3 > greetings -1->Emitted(24, 5) Source(44, 5) + SourceIndex(0) -2 >Emitted(24, 27) Source(44, 9) + SourceIndex(0) -3 >Emitted(24, 57) Source(44, 18) + SourceIndex(0) +1->Emitted(25, 5) Source(44, 5) + SourceIndex(0) +2 >Emitted(25, 27) Source(44, 9) + SourceIndex(0) +3 >Emitted(25, 47) Source(44, 18) + SourceIndex(0) --- >>> get: function () { 1 >^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^-> 1 > -1 >Emitted(25, 14) Source(44, 5) + SourceIndex(0) +1 >Emitted(26, 14) Source(44, 5) + SourceIndex(0) --- >>> return this.greeting; 1->^^^^^^^^^^^^ @@ -275,12 +277,12 @@ sourceFile:sourceMapValidationDecorators.ts 4 > . 5 > greeting 6 > ; -1->Emitted(26, 13) Source(45, 9) + SourceIndex(0) -2 >Emitted(26, 20) Source(45, 16) + SourceIndex(0) -3 >Emitted(26, 24) Source(45, 20) + SourceIndex(0) -4 >Emitted(26, 25) Source(45, 21) + SourceIndex(0) -5 >Emitted(26, 33) Source(45, 29) + SourceIndex(0) -6 >Emitted(26, 34) Source(45, 30) + SourceIndex(0) +1->Emitted(27, 13) Source(45, 9) + SourceIndex(0) +2 >Emitted(27, 20) Source(45, 16) + SourceIndex(0) +3 >Emitted(27, 24) Source(45, 20) + SourceIndex(0) +4 >Emitted(27, 25) Source(45, 21) + SourceIndex(0) +5 >Emitted(27, 33) Source(45, 29) + SourceIndex(0) +6 >Emitted(27, 34) Source(45, 30) + SourceIndex(0) --- >>> }, 1 >^^^^^^^^ @@ -289,8 +291,8 @@ sourceFile:sourceMapValidationDecorators.ts 1 > > 2 > } -1 >Emitted(27, 9) Source(46, 5) + SourceIndex(0) -2 >Emitted(27, 10) Source(46, 6) + SourceIndex(0) +1 >Emitted(28, 9) Source(46, 5) + SourceIndex(0) +2 >Emitted(28, 10) Source(46, 6) + SourceIndex(0) --- >>> set: function (greetings) { 1->^^^^^^^^^^^^^ @@ -305,9 +307,9 @@ sourceFile:sourceMapValidationDecorators.ts > @ParameterDecorator2(90) > 3 > greetings: string -1->Emitted(28, 14) Source(48, 5) + SourceIndex(0) -2 >Emitted(28, 24) Source(51, 7) + SourceIndex(0) -3 >Emitted(28, 33) Source(51, 24) + SourceIndex(0) +1->Emitted(29, 14) Source(48, 5) + SourceIndex(0) +2 >Emitted(29, 24) Source(51, 7) + SourceIndex(0) +3 >Emitted(29, 33) Source(51, 24) + SourceIndex(0) --- >>> this.greeting = greetings; 1->^^^^^^^^^^^^ @@ -325,13 +327,13 @@ sourceFile:sourceMapValidationDecorators.ts 5 > = 6 > greetings 7 > ; -1->Emitted(29, 13) Source(52, 9) + SourceIndex(0) -2 >Emitted(29, 17) Source(52, 13) + SourceIndex(0) -3 >Emitted(29, 18) Source(52, 14) + SourceIndex(0) -4 >Emitted(29, 26) Source(52, 22) + SourceIndex(0) -5 >Emitted(29, 29) Source(52, 25) + SourceIndex(0) -6 >Emitted(29, 38) Source(52, 34) + SourceIndex(0) -7 >Emitted(29, 39) Source(52, 35) + SourceIndex(0) +1->Emitted(30, 13) Source(52, 9) + SourceIndex(0) +2 >Emitted(30, 17) Source(52, 13) + SourceIndex(0) +3 >Emitted(30, 18) Source(52, 14) + SourceIndex(0) +4 >Emitted(30, 26) Source(52, 22) + SourceIndex(0) +5 >Emitted(30, 29) Source(52, 25) + SourceIndex(0) +6 >Emitted(30, 38) Source(52, 34) + SourceIndex(0) +7 >Emitted(30, 39) Source(52, 35) + SourceIndex(0) --- >>> }, 1 >^^^^^^^^ @@ -340,8 +342,8 @@ sourceFile:sourceMapValidationDecorators.ts 1 > > 2 > } -1 >Emitted(30, 9) Source(53, 5) + SourceIndex(0) -2 >Emitted(30, 10) Source(53, 6) + SourceIndex(0) +1 >Emitted(31, 9) Source(53, 5) + SourceIndex(0) +2 >Emitted(31, 10) Source(53, 6) + SourceIndex(0) --- >>> enumerable: true, >>> configurable: true @@ -349,7 +351,7 @@ sourceFile:sourceMapValidationDecorators.ts 1->^^^^^^^ 2 > ^^^^^^^^^^^^^^-> 1-> -1->Emitted(33, 8) Source(46, 6) + SourceIndex(0) +1->Emitted(34, 8) Source(46, 6) + SourceIndex(0) --- >>> Greeter.x1 = 10; 1->^^^^ @@ -362,17 +364,17 @@ sourceFile:sourceMapValidationDecorators.ts 3 > : number = 4 > 10 5 > ; -1->Emitted(34, 5) Source(33, 20) + SourceIndex(0) -2 >Emitted(34, 15) Source(33, 22) + SourceIndex(0) -3 >Emitted(34, 18) Source(33, 33) + SourceIndex(0) -4 >Emitted(34, 20) Source(33, 35) + SourceIndex(0) -5 >Emitted(34, 21) Source(33, 36) + SourceIndex(0) +1->Emitted(35, 5) Source(33, 20) + SourceIndex(0) +2 >Emitted(35, 15) Source(33, 22) + SourceIndex(0) +3 >Emitted(35, 18) Source(33, 33) + SourceIndex(0) +4 >Emitted(35, 20) Source(33, 35) + SourceIndex(0) +5 >Emitted(35, 21) Source(33, 36) + SourceIndex(0) --- >>> __decorate([ 1 >^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^-> 1 > -1 >Emitted(35, 5) Source(23, 5) + SourceIndex(0) +1 >Emitted(36, 5) Source(23, 5) + SourceIndex(0) --- >>> PropertyDecorator1, 1->^^^^^^^^ @@ -380,8 +382,8 @@ sourceFile:sourceMapValidationDecorators.ts 3 > ^^^^^-> 1-> 2 > PropertyDecorator1 -1->Emitted(36, 9) Source(21, 6) + SourceIndex(0) -2 >Emitted(36, 27) Source(21, 24) + SourceIndex(0) +1->Emitted(37, 9) Source(21, 6) + SourceIndex(0) +2 >Emitted(37, 27) Source(21, 24) + SourceIndex(0) --- >>> PropertyDecorator2(40) 1->^^^^^^^^ @@ -396,11 +398,11 @@ sourceFile:sourceMapValidationDecorators.ts 3 > ( 4 > 40 5 > ) -1->Emitted(37, 9) Source(22, 6) + SourceIndex(0) -2 >Emitted(37, 27) Source(22, 24) + SourceIndex(0) -3 >Emitted(37, 28) Source(22, 25) + SourceIndex(0) -4 >Emitted(37, 30) Source(22, 27) + SourceIndex(0) -5 >Emitted(37, 31) Source(22, 28) + SourceIndex(0) +1->Emitted(38, 9) Source(22, 6) + SourceIndex(0) +2 >Emitted(38, 27) Source(22, 24) + SourceIndex(0) +3 >Emitted(38, 28) Source(22, 25) + SourceIndex(0) +4 >Emitted(38, 30) Source(22, 27) + SourceIndex(0) +5 >Emitted(38, 31) Source(22, 28) + SourceIndex(0) --- >>> ], Greeter.prototype, "greet", null); 1->^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -408,7 +410,7 @@ sourceFile:sourceMapValidationDecorators.ts > greet() { > return "

" + this.greeting + "

"; > } -1->Emitted(38, 41) Source(25, 6) + SourceIndex(0) +1->Emitted(39, 41) Source(25, 6) + SourceIndex(0) --- >>> __decorate([ 1 >^^^^ @@ -418,7 +420,7 @@ sourceFile:sourceMapValidationDecorators.ts > @PropertyDecorator1 > @PropertyDecorator2(50) > -1 >Emitted(39, 5) Source(29, 5) + SourceIndex(0) +1 >Emitted(40, 5) Source(29, 5) + SourceIndex(0) --- >>> PropertyDecorator1, 1->^^^^^^^^ @@ -426,8 +428,8 @@ sourceFile:sourceMapValidationDecorators.ts 3 > ^^^^^-> 1-> 2 > PropertyDecorator1 -1->Emitted(40, 9) Source(27, 6) + SourceIndex(0) -2 >Emitted(40, 27) Source(27, 24) + SourceIndex(0) +1->Emitted(41, 9) Source(27, 6) + SourceIndex(0) +2 >Emitted(41, 27) Source(27, 24) + SourceIndex(0) --- >>> PropertyDecorator2(50) 1->^^^^^^^^ @@ -442,17 +444,17 @@ sourceFile:sourceMapValidationDecorators.ts 3 > ( 4 > 50 5 > ) -1->Emitted(41, 9) Source(28, 6) + SourceIndex(0) -2 >Emitted(41, 27) Source(28, 24) + SourceIndex(0) -3 >Emitted(41, 28) Source(28, 25) + SourceIndex(0) -4 >Emitted(41, 30) Source(28, 27) + SourceIndex(0) -5 >Emitted(41, 31) Source(28, 28) + SourceIndex(0) +1->Emitted(42, 9) Source(28, 6) + SourceIndex(0) +2 >Emitted(42, 27) Source(28, 24) + SourceIndex(0) +3 >Emitted(42, 28) Source(28, 25) + SourceIndex(0) +4 >Emitted(42, 30) Source(28, 27) + SourceIndex(0) +5 >Emitted(42, 31) Source(28, 28) + SourceIndex(0) --- >>> ], Greeter.prototype, "x", void 0); 1->^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 1-> > private x: string; -1->Emitted(42, 39) Source(29, 23) + SourceIndex(0) +1->Emitted(43, 39) Source(29, 23) + SourceIndex(0) --- >>> __decorate([ 1 >^^^^ @@ -464,7 +466,7 @@ sourceFile:sourceMapValidationDecorators.ts > private static x1: number = 10; > > -1 >Emitted(43, 5) Source(35, 5) + SourceIndex(0) +1 >Emitted(44, 5) Source(35, 5) + SourceIndex(0) --- >>> __param(0, ParameterDecorator1), 1->^^^^^^^^ @@ -477,10 +479,10 @@ sourceFile:sourceMapValidationDecorators.ts 2 > 3 > ParameterDecorator1 4 > -1->Emitted(44, 9) Source(36, 8) + SourceIndex(0) -2 >Emitted(44, 20) Source(36, 8) + SourceIndex(0) -3 >Emitted(44, 39) Source(36, 27) + SourceIndex(0) -4 >Emitted(44, 40) Source(36, 27) + SourceIndex(0) +1->Emitted(45, 9) Source(36, 8) + SourceIndex(0) +2 >Emitted(45, 20) Source(36, 8) + SourceIndex(0) +3 >Emitted(45, 39) Source(36, 27) + SourceIndex(0) +4 >Emitted(45, 40) Source(36, 27) + SourceIndex(0) --- >>> __param(0, ParameterDecorator2(70)) 1->^^^^^^^^ @@ -498,13 +500,13 @@ sourceFile:sourceMapValidationDecorators.ts 5 > 70 6 > ) 7 > -1->Emitted(45, 9) Source(37, 8) + SourceIndex(0) -2 >Emitted(45, 20) Source(37, 8) + SourceIndex(0) -3 >Emitted(45, 39) Source(37, 27) + SourceIndex(0) -4 >Emitted(45, 40) Source(37, 28) + SourceIndex(0) -5 >Emitted(45, 42) Source(37, 30) + SourceIndex(0) -6 >Emitted(45, 43) Source(37, 31) + SourceIndex(0) -7 >Emitted(45, 44) Source(37, 31) + SourceIndex(0) +1->Emitted(46, 9) Source(37, 8) + SourceIndex(0) +2 >Emitted(46, 20) Source(37, 8) + SourceIndex(0) +3 >Emitted(46, 39) Source(37, 27) + SourceIndex(0) +4 >Emitted(46, 40) Source(37, 28) + SourceIndex(0) +5 >Emitted(46, 42) Source(37, 30) + SourceIndex(0) +6 >Emitted(46, 43) Source(37, 31) + SourceIndex(0) +7 >Emitted(46, 44) Source(37, 31) + SourceIndex(0) --- >>> ], Greeter.prototype, "fn", null); 1 >^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -512,7 +514,7 @@ sourceFile:sourceMapValidationDecorators.ts > x: number) { > return this.greeting; > } -1 >Emitted(46, 38) Source(40, 6) + SourceIndex(0) +1 >Emitted(47, 38) Source(40, 6) + SourceIndex(0) --- >>> __decorate([ 1 >^^^^ @@ -522,7 +524,7 @@ sourceFile:sourceMapValidationDecorators.ts > @PropertyDecorator1 > @PropertyDecorator2(80) > -1 >Emitted(47, 5) Source(44, 5) + SourceIndex(0) +1 >Emitted(48, 5) Source(44, 5) + SourceIndex(0) --- >>> PropertyDecorator1, 1->^^^^^^^^ @@ -530,8 +532,8 @@ sourceFile:sourceMapValidationDecorators.ts 3 > ^^^^^^-> 1-> 2 > PropertyDecorator1 -1->Emitted(48, 9) Source(42, 6) + SourceIndex(0) -2 >Emitted(48, 27) Source(42, 24) + SourceIndex(0) +1->Emitted(49, 9) Source(42, 6) + SourceIndex(0) +2 >Emitted(49, 27) Source(42, 24) + SourceIndex(0) --- >>> PropertyDecorator2(80), 1->^^^^^^^^ @@ -546,11 +548,11 @@ sourceFile:sourceMapValidationDecorators.ts 3 > ( 4 > 80 5 > ) -1->Emitted(49, 9) Source(43, 6) + SourceIndex(0) -2 >Emitted(49, 27) Source(43, 24) + SourceIndex(0) -3 >Emitted(49, 28) Source(43, 25) + SourceIndex(0) -4 >Emitted(49, 30) Source(43, 27) + SourceIndex(0) -5 >Emitted(49, 31) Source(43, 28) + SourceIndex(0) +1->Emitted(50, 9) Source(43, 6) + SourceIndex(0) +2 >Emitted(50, 27) Source(43, 24) + SourceIndex(0) +3 >Emitted(50, 28) Source(43, 25) + SourceIndex(0) +4 >Emitted(50, 30) Source(43, 27) + SourceIndex(0) +5 >Emitted(50, 31) Source(43, 28) + SourceIndex(0) --- >>> __param(0, ParameterDecorator1), 1->^^^^^^^^ @@ -568,10 +570,10 @@ sourceFile:sourceMapValidationDecorators.ts 2 > 3 > ParameterDecorator1 4 > -1->Emitted(50, 9) Source(49, 8) + SourceIndex(0) -2 >Emitted(50, 20) Source(49, 8) + SourceIndex(0) -3 >Emitted(50, 39) Source(49, 27) + SourceIndex(0) -4 >Emitted(50, 40) Source(49, 27) + SourceIndex(0) +1->Emitted(51, 9) Source(49, 8) + SourceIndex(0) +2 >Emitted(51, 20) Source(49, 8) + SourceIndex(0) +3 >Emitted(51, 39) Source(49, 27) + SourceIndex(0) +4 >Emitted(51, 40) Source(49, 27) + SourceIndex(0) --- >>> __param(0, ParameterDecorator2(90)) 1->^^^^^^^^ @@ -590,24 +592,24 @@ sourceFile:sourceMapValidationDecorators.ts 5 > 90 6 > ) 7 > -1->Emitted(51, 9) Source(50, 8) + SourceIndex(0) -2 >Emitted(51, 20) Source(50, 8) + SourceIndex(0) -3 >Emitted(51, 39) Source(50, 27) + SourceIndex(0) -4 >Emitted(51, 40) Source(50, 28) + SourceIndex(0) -5 >Emitted(51, 42) Source(50, 30) + SourceIndex(0) -6 >Emitted(51, 43) Source(50, 31) + SourceIndex(0) -7 >Emitted(51, 44) Source(50, 31) + SourceIndex(0) +1->Emitted(52, 9) Source(50, 8) + SourceIndex(0) +2 >Emitted(52, 20) Source(50, 8) + SourceIndex(0) +3 >Emitted(52, 39) Source(50, 27) + SourceIndex(0) +4 >Emitted(52, 40) Source(50, 28) + SourceIndex(0) +5 >Emitted(52, 42) Source(50, 30) + SourceIndex(0) +6 >Emitted(52, 43) Source(50, 31) + SourceIndex(0) +7 >Emitted(52, 44) Source(50, 31) + SourceIndex(0) --- >>> ], Greeter.prototype, "greetings", null); 1->^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 1-> -1->Emitted(52, 45) Source(46, 6) + SourceIndex(0) +1->Emitted(53, 45) Source(46, 6) + SourceIndex(0) --- >>> __decorate([ 1 >^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^-> 1 > -1 >Emitted(53, 5) Source(33, 5) + SourceIndex(0) +1 >Emitted(54, 5) Source(33, 5) + SourceIndex(0) --- >>> PropertyDecorator1, 1->^^^^^^^^ @@ -615,8 +617,8 @@ sourceFile:sourceMapValidationDecorators.ts 3 > ^^^^^-> 1-> 2 > PropertyDecorator1 -1->Emitted(54, 9) Source(31, 6) + SourceIndex(0) -2 >Emitted(54, 27) Source(31, 24) + SourceIndex(0) +1->Emitted(55, 9) Source(31, 6) + SourceIndex(0) +2 >Emitted(55, 27) Source(31, 24) + SourceIndex(0) --- >>> PropertyDecorator2(60) 1->^^^^^^^^ @@ -631,17 +633,17 @@ sourceFile:sourceMapValidationDecorators.ts 3 > ( 4 > 60 5 > ) -1->Emitted(55, 9) Source(32, 6) + SourceIndex(0) -2 >Emitted(55, 27) Source(32, 24) + SourceIndex(0) -3 >Emitted(55, 28) Source(32, 25) + SourceIndex(0) -4 >Emitted(55, 30) Source(32, 27) + SourceIndex(0) -5 >Emitted(55, 31) Source(32, 28) + SourceIndex(0) +1->Emitted(56, 9) Source(32, 6) + SourceIndex(0) +2 >Emitted(56, 27) Source(32, 24) + SourceIndex(0) +3 >Emitted(56, 28) Source(32, 25) + SourceIndex(0) +4 >Emitted(56, 30) Source(32, 27) + SourceIndex(0) +5 >Emitted(56, 31) Source(32, 28) + SourceIndex(0) --- >>> ], Greeter, "x1", void 0); 1->^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 1-> > private static x1: number = 10; -1->Emitted(56, 30) Source(33, 36) + SourceIndex(0) +1->Emitted(57, 30) Source(33, 36) + SourceIndex(0) --- >>> Greeter = __decorate([ 1 >^^^^ @@ -649,8 +651,8 @@ sourceFile:sourceMapValidationDecorators.ts 3 > ^^^^^^^^^^^^^^-> 1 > 2 > Greeter -1 >Emitted(57, 5) Source(10, 7) + SourceIndex(0) -2 >Emitted(57, 12) Source(10, 14) + SourceIndex(0) +1 >Emitted(58, 5) Source(10, 7) + SourceIndex(0) +2 >Emitted(58, 12) Source(10, 14) + SourceIndex(0) --- >>> ClassDecorator1, 1->^^^^^^^^ @@ -658,8 +660,8 @@ sourceFile:sourceMapValidationDecorators.ts 3 > ^^^^^^-> 1-> 2 > ClassDecorator1 -1->Emitted(58, 9) Source(8, 2) + SourceIndex(0) -2 >Emitted(58, 24) Source(8, 17) + SourceIndex(0) +1->Emitted(59, 9) Source(8, 2) + SourceIndex(0) +2 >Emitted(59, 24) Source(8, 17) + SourceIndex(0) --- >>> ClassDecorator2(10), 1->^^^^^^^^ @@ -674,11 +676,11 @@ sourceFile:sourceMapValidationDecorators.ts 3 > ( 4 > 10 5 > ) -1->Emitted(59, 9) Source(9, 2) + SourceIndex(0) -2 >Emitted(59, 24) Source(9, 17) + SourceIndex(0) -3 >Emitted(59, 25) Source(9, 18) + SourceIndex(0) -4 >Emitted(59, 27) Source(9, 20) + SourceIndex(0) -5 >Emitted(59, 28) Source(9, 21) + SourceIndex(0) +1->Emitted(60, 9) Source(9, 2) + SourceIndex(0) +2 >Emitted(60, 24) Source(9, 17) + SourceIndex(0) +3 >Emitted(60, 25) Source(9, 18) + SourceIndex(0) +4 >Emitted(60, 27) Source(9, 20) + SourceIndex(0) +5 >Emitted(60, 28) Source(9, 21) + SourceIndex(0) --- >>> __param(0, ParameterDecorator1), 1->^^^^^^^^ @@ -693,10 +695,10 @@ sourceFile:sourceMapValidationDecorators.ts 2 > 3 > ParameterDecorator1 4 > -1->Emitted(60, 9) Source(12, 8) + SourceIndex(0) -2 >Emitted(60, 20) Source(12, 8) + SourceIndex(0) -3 >Emitted(60, 39) Source(12, 27) + SourceIndex(0) -4 >Emitted(60, 40) Source(12, 27) + SourceIndex(0) +1->Emitted(61, 9) Source(12, 8) + SourceIndex(0) +2 >Emitted(61, 20) Source(12, 8) + SourceIndex(0) +3 >Emitted(61, 39) Source(12, 27) + SourceIndex(0) +4 >Emitted(61, 40) Source(12, 27) + SourceIndex(0) --- >>> __param(0, ParameterDecorator2(20)), 1->^^^^^^^^ @@ -714,13 +716,13 @@ sourceFile:sourceMapValidationDecorators.ts 5 > 20 6 > ) 7 > -1->Emitted(61, 9) Source(13, 8) + SourceIndex(0) -2 >Emitted(61, 20) Source(13, 8) + SourceIndex(0) -3 >Emitted(61, 39) Source(13, 27) + SourceIndex(0) -4 >Emitted(61, 40) Source(13, 28) + SourceIndex(0) -5 >Emitted(61, 42) Source(13, 30) + SourceIndex(0) -6 >Emitted(61, 43) Source(13, 31) + SourceIndex(0) -7 >Emitted(61, 44) Source(13, 31) + SourceIndex(0) +1->Emitted(62, 9) Source(13, 8) + SourceIndex(0) +2 >Emitted(62, 20) Source(13, 8) + SourceIndex(0) +3 >Emitted(62, 39) Source(13, 27) + SourceIndex(0) +4 >Emitted(62, 40) Source(13, 28) + SourceIndex(0) +5 >Emitted(62, 42) Source(13, 30) + SourceIndex(0) +6 >Emitted(62, 43) Source(13, 31) + SourceIndex(0) +7 >Emitted(62, 44) Source(13, 31) + SourceIndex(0) --- >>> __param(1, ParameterDecorator1), 1 >^^^^^^^^ @@ -735,10 +737,10 @@ sourceFile:sourceMapValidationDecorators.ts 2 > 3 > ParameterDecorator1 4 > -1 >Emitted(62, 9) Source(16, 8) + SourceIndex(0) -2 >Emitted(62, 20) Source(16, 8) + SourceIndex(0) -3 >Emitted(62, 39) Source(16, 27) + SourceIndex(0) -4 >Emitted(62, 40) Source(16, 27) + SourceIndex(0) +1 >Emitted(63, 9) Source(16, 8) + SourceIndex(0) +2 >Emitted(63, 20) Source(16, 8) + SourceIndex(0) +3 >Emitted(63, 39) Source(16, 27) + SourceIndex(0) +4 >Emitted(63, 40) Source(16, 27) + SourceIndex(0) --- >>> __param(1, ParameterDecorator2(30)) 1->^^^^^^^^ @@ -756,13 +758,13 @@ sourceFile:sourceMapValidationDecorators.ts 5 > 30 6 > ) 7 > -1->Emitted(63, 9) Source(17, 8) + SourceIndex(0) -2 >Emitted(63, 20) Source(17, 8) + SourceIndex(0) -3 >Emitted(63, 39) Source(17, 27) + SourceIndex(0) -4 >Emitted(63, 40) Source(17, 28) + SourceIndex(0) -5 >Emitted(63, 42) Source(17, 30) + SourceIndex(0) -6 >Emitted(63, 43) Source(17, 31) + SourceIndex(0) -7 >Emitted(63, 44) Source(17, 31) + SourceIndex(0) +1->Emitted(64, 9) Source(17, 8) + SourceIndex(0) +2 >Emitted(64, 20) Source(17, 8) + SourceIndex(0) +3 >Emitted(64, 39) Source(17, 27) + SourceIndex(0) +4 >Emitted(64, 40) Source(17, 28) + SourceIndex(0) +5 >Emitted(64, 42) Source(17, 30) + SourceIndex(0) +6 >Emitted(64, 43) Source(17, 31) + SourceIndex(0) +7 >Emitted(64, 44) Source(17, 31) + SourceIndex(0) --- >>> ], Greeter); 1 >^^^^^^^ @@ -816,17 +818,17 @@ sourceFile:sourceMapValidationDecorators.ts > this.greeting = greetings; > } > } -1 >Emitted(64, 8) Source(10, 7) + SourceIndex(0) -2 >Emitted(64, 15) Source(10, 14) + SourceIndex(0) -3 >Emitted(64, 16) Source(54, 2) + SourceIndex(0) +1 >Emitted(65, 8) Source(10, 7) + SourceIndex(0) +2 >Emitted(65, 15) Source(10, 14) + SourceIndex(0) +3 >Emitted(65, 16) Source(54, 2) + SourceIndex(0) --- >>> return Greeter; 1->^^^^ 2 > ^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(65, 5) Source(54, 1) + SourceIndex(0) -2 >Emitted(65, 19) Source(54, 2) + SourceIndex(0) +1->Emitted(66, 5) Source(54, 1) + SourceIndex(0) +2 >Emitted(66, 19) Source(54, 2) + SourceIndex(0) --- >>>}()); 1 >^ @@ -880,8 +882,8 @@ sourceFile:sourceMapValidationDecorators.ts > this.greeting = greetings; > } > } -1 >Emitted(66, 2) Source(54, 2) + SourceIndex(0) -2 >Emitted(66, 2) Source(10, 1) + SourceIndex(0) -3 >Emitted(66, 6) Source(54, 2) + SourceIndex(0) +1 >Emitted(67, 2) Source(54, 2) + SourceIndex(0) +2 >Emitted(67, 2) Source(10, 1) + SourceIndex(0) +3 >Emitted(67, 6) Source(54, 2) + SourceIndex(0) --- >>>//# sourceMappingURL=sourceMapValidationDecorators.js.map \ No newline at end of file diff --git a/tests/baselines/reference/staticMethodWithTypeParameterExtendsClauseDeclFile.js b/tests/baselines/reference/staticMethodWithTypeParameterExtendsClauseDeclFile.js index 234b8f935d552..87ca306c5f8c3 100644 --- a/tests/baselines/reference/staticMethodWithTypeParameterExtendsClauseDeclFile.js +++ b/tests/baselines/reference/staticMethodWithTypeParameterExtendsClauseDeclFile.js @@ -38,17 +38,18 @@ exports.publicClass = publicClass; var publicClassWithWithPrivateTypeParameters = /** @class */ (function () { function publicClassWithWithPrivateTypeParameters() { } + var proto_1 = publicClassWithWithPrivateTypeParameters.prototype; publicClassWithWithPrivateTypeParameters.myPrivateStaticMethod1 = function () { }; - publicClassWithWithPrivateTypeParameters.prototype.myPrivateMethod1 = function () { + proto_1.myPrivateMethod1 = function () { }; publicClassWithWithPrivateTypeParameters.myPrivateStaticMethod2 = function () { }; - publicClassWithWithPrivateTypeParameters.prototype.myPrivateMethod2 = function () { + proto_1.myPrivateMethod2 = function () { }; publicClassWithWithPrivateTypeParameters.myPublicStaticMethod = function () { }; - publicClassWithWithPrivateTypeParameters.prototype.myPublicMethod = function () { + proto_1.myPublicMethod = function () { }; return publicClassWithWithPrivateTypeParameters; }()); diff --git a/tests/baselines/reference/strictBindCallApply1.js b/tests/baselines/reference/strictBindCallApply1.js index fc90729a8d6a1..3d78d9e2e9015 100644 --- a/tests/baselines/reference/strictBindCallApply1.js +++ b/tests/baselines/reference/strictBindCallApply1.js @@ -92,9 +92,10 @@ var a03 = foo.apply(undefined, [10, "hello", 30]); // Error var C = /** @class */ (function () { function C(a, b) { } - C.prototype.foo = function (a, b) { return ""; }; - C.prototype.overloaded = function (x) { return undefined; }; - C.prototype.generic = function (x) { return x; }; + var proto_1 = C.prototype; + proto_1.foo = function (a, b) { return ""; }; + proto_1.overloaded = function (x) { return undefined; }; + proto_1.generic = function (x) { return x; }; return C; }()); var f10 = c.foo.bind(c); diff --git a/tests/baselines/reference/strictModeReservedWordInClassDeclaration.js b/tests/baselines/reference/strictModeReservedWordInClassDeclaration.js index 45d08b13928dc..47db16c8af5d2 100644 --- a/tests/baselines/reference/strictModeReservedWordInClassDeclaration.js +++ b/tests/baselines/reference/strictModeReservedWordInClassDeclaration.js @@ -53,11 +53,12 @@ var C = /** @class */ (function () { function C(public, let) { this.public = public; } - C.prototype.foo1 = function (private, static, public) { + var proto_1 = C.prototype; + proto_1.foo1 = function (private, static, public) { function let() { } var z = function let() { }; }; - C.prototype.pulbic = function () { }; // No Error; + proto_1.pulbic = function () { }; // No Error; return C; }()); var D = /** @class */ (function () { diff --git a/tests/baselines/reference/stringIndexerConstrainsPropertyDeclarations.js b/tests/baselines/reference/stringIndexerConstrainsPropertyDeclarations.js index d405014bc6804..56a26ddb00db8 100644 --- a/tests/baselines/reference/stringIndexerConstrainsPropertyDeclarations.js +++ b/tests/baselines/reference/stringIndexerConstrainsPropertyDeclarations.js @@ -102,7 +102,8 @@ var b: { [x: string]: string; } = { var C = /** @class */ (function () { function C() { } // ok - Object.defineProperty(C.prototype, "X", { + var proto_1 = C.prototype; + Object.defineProperty(proto_1, "X", { get: function () { return ''; }, @@ -111,7 +112,7 @@ var C = /** @class */ (function () { enumerable: true, configurable: true }); - C.prototype.foo = function () { + proto_1.foo = function () { return ''; }; C.foo = function () { }; // ok diff --git a/tests/baselines/reference/stringLiteralTypeIsSubtypeOfString.js b/tests/baselines/reference/stringLiteralTypeIsSubtypeOfString.js index 83e659775604a..c6e83e07e903e 100644 --- a/tests/baselines/reference/stringLiteralTypeIsSubtypeOfString.js +++ b/tests/baselines/reference/stringLiteralTypeIsSubtypeOfString.js @@ -114,32 +114,33 @@ function f9(x) { } var C = /** @class */ (function () { function C() { } - C.prototype.toString = function () { return null; }; - C.prototype.charAt = function (pos) { return null; }; - C.prototype.charCodeAt = function (index) { return null; }; - C.prototype.concat = function () { + var proto_1 = C.prototype; + proto_1.toString = function () { return null; }; + proto_1.charAt = function (pos) { return null; }; + proto_1.charCodeAt = function (index) { return null; }; + proto_1.concat = function () { var strings = []; for (var _i = 0; _i < arguments.length; _i++) { strings[_i] = arguments[_i]; } return null; }; - C.prototype.indexOf = function (searchString, position) { return null; }; - C.prototype.lastIndexOf = function (searchString, position) { return null; }; - C.prototype.localeCompare = function (that) { return null; }; - C.prototype.match = function (regexp) { return null; }; - C.prototype.replace = function (searchValue, replaceValue) { return null; }; - C.prototype.search = function (regexp) { return null; }; - C.prototype.slice = function (start, end) { return null; }; - C.prototype.split = function (separator, limit) { return null; }; - C.prototype.substring = function (start, end) { return null; }; - C.prototype.toLowerCase = function () { return null; }; - C.prototype.toLocaleLowerCase = function () { return null; }; - C.prototype.toUpperCase = function () { return null; }; - C.prototype.toLocaleUpperCase = function () { return null; }; - C.prototype.trim = function () { return null; }; - C.prototype.substr = function (from, length) { return null; }; - C.prototype.valueOf = function () { return null; }; + proto_1.indexOf = function (searchString, position) { return null; }; + proto_1.lastIndexOf = function (searchString, position) { return null; }; + proto_1.localeCompare = function (that) { return null; }; + proto_1.match = function (regexp) { return null; }; + proto_1.replace = function (searchValue, replaceValue) { return null; }; + proto_1.search = function (regexp) { return null; }; + proto_1.slice = function (start, end) { return null; }; + proto_1.split = function (separator, limit) { return null; }; + proto_1.substring = function (start, end) { return null; }; + proto_1.toLowerCase = function () { return null; }; + proto_1.toLocaleLowerCase = function () { return null; }; + proto_1.toUpperCase = function () { return null; }; + proto_1.toLocaleUpperCase = function () { return null; }; + proto_1.trim = function () { return null; }; + proto_1.substr = function (from, length) { return null; }; + proto_1.valueOf = function () { return null; }; return C; }()); function f10(x) { } diff --git a/tests/baselines/reference/stripInternal1.js b/tests/baselines/reference/stripInternal1.js index 9df483631f725..241a9c954452f 100644 --- a/tests/baselines/reference/stripInternal1.js +++ b/tests/baselines/reference/stripInternal1.js @@ -9,9 +9,10 @@ class C { var C = /** @class */ (function () { function C() { } - C.prototype.foo = function () { }; + var proto_1 = C.prototype; + proto_1.foo = function () { }; // @internal - C.prototype.bar = function () { }; + proto_1.bar = function () { }; return C; }()); diff --git a/tests/baselines/reference/super.js b/tests/baselines/reference/super.js index 21431891f03f9..ff486d369192e 100644 --- a/tests/baselines/reference/super.js +++ b/tests/baselines/reference/super.js @@ -55,10 +55,11 @@ var Base = /** @class */ (function () { function Base() { var x; } - Base.prototype.foo = function () { + var proto_1 = Base.prototype; + proto_1.foo = function () { return "base"; }; - Base.prototype.bar = function () { + proto_1.bar = function () { return "basebar"; }; return Base; diff --git a/tests/baselines/reference/super2.js b/tests/baselines/reference/super2.js index e2de1c65f6980..fb0a3a9cef1ef 100644 --- a/tests/baselines/reference/super2.js +++ b/tests/baselines/reference/super2.js @@ -68,10 +68,11 @@ var __extends = (this && this.__extends) || (function () { var Base5 = /** @class */ (function () { function Base5() { } - Base5.prototype.x = function () { + var proto_1 = Base5.prototype; + proto_1.x = function () { return "BaseX"; }; - Base5.prototype.y = function () { + proto_1.y = function () { return "BaseY"; }; return Base5; @@ -91,10 +92,11 @@ var SubSub5 = /** @class */ (function (_super) { function SubSub5() { return _super !== null && _super.apply(this, arguments) || this; } - SubSub5.prototype.x = function () { + var proto_2 = SubSub5.prototype; + proto_2.x = function () { return _super.prototype.x.call(this); }; - SubSub5.prototype.y = function () { + proto_2.y = function () { return _super.prototype.y.call(this); }; return SubSub5; diff --git a/tests/baselines/reference/superAccessInFatArrow1.js b/tests/baselines/reference/superAccessInFatArrow1.js index c04de1b20e1fd..f0cbae9593dbb 100644 --- a/tests/baselines/reference/superAccessInFatArrow1.js +++ b/tests/baselines/reference/superAccessInFatArrow1.js @@ -44,9 +44,10 @@ var test; function B() { return _super !== null && _super.apply(this, arguments) || this; } - B.prototype.bar = function (callback) { + var proto_1 = B.prototype; + proto_1.bar = function (callback) { }; - B.prototype.runme = function () { + proto_1.runme = function () { var _this = this; this.bar(function () { _super.prototype.foo.call(_this); diff --git a/tests/baselines/reference/superCallInNonStaticMethod.js b/tests/baselines/reference/superCallInNonStaticMethod.js index 30a3381bfec03..89636c026342f 100644 --- a/tests/baselines/reference/superCallInNonStaticMethod.js +++ b/tests/baselines/reference/superCallInNonStaticMethod.js @@ -80,19 +80,20 @@ var Other = /** @class */ (function (_super) { _super.prototype.instanceMethod.call(_this); return _this; } + var proto_1 = Other.prototype; // in instance method - Other.prototype.instanceMethod = function () { + proto_1.instanceMethod = function () { _super.prototype.instanceMethod.call(this); }; // in a lambda inside a instance method - Other.prototype.lambdaInsideAnInstanceMethod = function () { + proto_1.lambdaInsideAnInstanceMethod = function () { var _this = this; (function () { _super.prototype.instanceMethod.call(_this); }); }; // in an object literal inside a instance method - Other.prototype.objectLiteralInsideAnInstanceMethod = function () { + proto_1.objectLiteralInsideAnInstanceMethod = function () { var _this = this; return { a: function () { @@ -101,7 +102,7 @@ var Other = /** @class */ (function (_super) { b: _super.prototype.instanceMethod.call(this) }; }; - Object.defineProperty(Other.prototype, "accessor", { + Object.defineProperty(proto_1, "accessor", { // in a getter get: function () { _super.prototype.instanceMethod.call(this); diff --git a/tests/baselines/reference/superCallsInConstructor.js b/tests/baselines/reference/superCallsInConstructor.js index 46db033c66bb2..ee765f4e1be38 100644 --- a/tests/baselines/reference/superCallsInConstructor.js +++ b/tests/baselines/reference/superCallsInConstructor.js @@ -37,8 +37,9 @@ var __extends = (this && this.__extends) || (function () { var C = /** @class */ (function () { function C() { } - C.prototype.foo = function () { }; - C.prototype.bar = function () { }; + var proto_1 = C.prototype; + proto_1.foo = function () { }; + proto_1.bar = function () { }; return C; }()); var Base = /** @class */ (function () { diff --git a/tests/baselines/reference/superElementAccess.js b/tests/baselines/reference/superElementAccess.js index e7b390e0d0589..7aa85131c1878 100644 --- a/tests/baselines/reference/superElementAccess.js +++ b/tests/baselines/reference/superElementAccess.js @@ -55,9 +55,10 @@ var MyBase = /** @class */ (function () { this.d1 = 42; this.d2 = 42; } - MyBase.prototype.m1 = function (a) { return a; }; - MyBase.prototype.p1 = function () { }; - Object.defineProperty(MyBase.prototype, "value", { + var proto_1 = MyBase.prototype; + proto_1.m1 = function (a) { return a; }; + proto_1.p1 = function () { }; + Object.defineProperty(proto_1, "value", { get: function () { return 0; }, set: function (v) { }, enumerable: true, diff --git a/tests/baselines/reference/superPropertyAccess.js b/tests/baselines/reference/superPropertyAccess.js index 76a574695852a..2ca5ba77dd374 100644 --- a/tests/baselines/reference/superPropertyAccess.js +++ b/tests/baselines/reference/superPropertyAccess.js @@ -55,9 +55,10 @@ var MyBase = /** @class */ (function () { this.d1 = 42; this.d2 = 42; } - MyBase.prototype.m1 = function (a) { return a; }; - MyBase.prototype.p1 = function () { }; - Object.defineProperty(MyBase.prototype, "value", { + var proto_1 = MyBase.prototype; + proto_1.m1 = function (a) { return a; }; + proto_1.p1 = function () { }; + Object.defineProperty(proto_1, "value", { get: function () { return 0; }, set: function (v) { }, enumerable: true, diff --git a/tests/baselines/reference/superPropertyAccess1.js b/tests/baselines/reference/superPropertyAccess1.js index a3590965d0880..cd4eeb0d30ad4 100644 --- a/tests/baselines/reference/superPropertyAccess1.js +++ b/tests/baselines/reference/superPropertyAccess1.js @@ -44,15 +44,16 @@ var __extends = (this && this.__extends) || (function () { var C = /** @class */ (function () { function C() { } - C.prototype.foo = function () { }; - Object.defineProperty(C.prototype, "x", { + var proto_1 = C.prototype; + proto_1.foo = function () { }; + Object.defineProperty(proto_1, "x", { get: function () { return 1; }, enumerable: true, configurable: true }); - C.prototype.bar = function () { }; + proto_1.bar = function () { }; return C; }()); var D = /** @class */ (function (_super) { @@ -63,11 +64,12 @@ var D = /** @class */ (function (_super) { _super.prototype.x; // error return _this; } - D.prototype.foo = function () { + var proto_2 = D.prototype; + proto_2.foo = function () { _super.prototype.bar.call(this); _super.prototype.x; // error }; - Object.defineProperty(D.prototype, "y", { + Object.defineProperty(proto_2, "y", { get: function () { _super.prototype.bar.call(this); _super.prototype.x; // error diff --git a/tests/baselines/reference/superPropertyAccessInComputedPropertiesOfNestedType_ES5.js b/tests/baselines/reference/superPropertyAccessInComputedPropertiesOfNestedType_ES5.js index 0d20e9d9bebef..eb04d08d51d85 100644 --- a/tests/baselines/reference/superPropertyAccessInComputedPropertiesOfNestedType_ES5.js +++ b/tests/baselines/reference/superPropertyAccessInComputedPropertiesOfNestedType_ES5.js @@ -39,8 +39,9 @@ var B = /** @class */ (function (_super) { function B() { return _super !== null && _super.apply(this, arguments) || this; } - B.prototype.foo = function () { return 2; }; - B.prototype.bar = function () { + var proto_1 = B.prototype; + proto_1.foo = function () { return 2; }; + proto_1.bar = function () { return /** @class */ (function () { function class_1() { } diff --git a/tests/baselines/reference/superPropertyAccessNoError.js b/tests/baselines/reference/superPropertyAccessNoError.js index faa486ef7c020..1d74d4bbf3f03 100644 --- a/tests/baselines/reference/superPropertyAccessNoError.js +++ b/tests/baselines/reference/superPropertyAccessNoError.js @@ -93,13 +93,14 @@ var __extends = (this && this.__extends) || (function () { var SomeBaseClass = /** @class */ (function () { function SomeBaseClass() { } - SomeBaseClass.prototype.func = function () { + var proto_1 = SomeBaseClass.prototype; + proto_1.func = function () { return ''; }; SomeBaseClass.func = function () { return 3; }; - SomeBaseClass.prototype.returnThis = function () { + proto_1.returnThis = function () { return this; }; return SomeBaseClass; @@ -112,13 +113,14 @@ var SomeDerivedClass = /** @class */ (function (_super) { var x; return _this; } - SomeDerivedClass.prototype.fn = function () { + var proto_2 = SomeDerivedClass.prototype; + proto_2.fn = function () { var _this = this; var x = _super.prototype.func.call(this); var x; var y = function () { return _super.prototype.func.call(_this); }; }; - Object.defineProperty(SomeDerivedClass.prototype, "a", { + Object.defineProperty(proto_2, "a", { get: function () { var x = _super.prototype.func.call(this); var x; @@ -148,7 +150,7 @@ var SomeDerivedClass = /** @class */ (function (_super) { enumerable: true, configurable: true }); - SomeDerivedClass.prototype.returnThis = function () { + proto_2.returnThis = function () { return _super.prototype.returnThis.call(this); }; return SomeDerivedClass; diff --git a/tests/baselines/reference/superPropertyAccess_ES5.js b/tests/baselines/reference/superPropertyAccess_ES5.js index a6607a13b56de..8b640ed9bde64 100644 --- a/tests/baselines/reference/superPropertyAccess_ES5.js +++ b/tests/baselines/reference/superPropertyAccess_ES5.js @@ -45,8 +45,9 @@ var __extends = (this && this.__extends) || (function () { var MyBase = /** @class */ (function () { function MyBase() { } - MyBase.prototype.getValue = function () { return 1; }; - Object.defineProperty(MyBase.prototype, "value", { + var proto_1 = MyBase.prototype; + proto_1.getValue = function () { return 1; }; + Object.defineProperty(proto_1, "value", { get: function () { return 1; }, enumerable: true, configurable: true @@ -68,7 +69,8 @@ var f3 = d.value; var A = /** @class */ (function () { function A() { } - Object.defineProperty(A.prototype, "property", { + var proto_2 = A.prototype; + Object.defineProperty(proto_2, "property", { get: function () { return this._property; }, set: function (value) { this._property = value; }, enumerable: true, diff --git a/tests/baselines/reference/superPropertyElementNoUnusedLexicalThisCapture.js b/tests/baselines/reference/superPropertyElementNoUnusedLexicalThisCapture.js index 061c03d43080d..8097027b72c68 100644 --- a/tests/baselines/reference/superPropertyElementNoUnusedLexicalThisCapture.js +++ b/tests/baselines/reference/superPropertyElementNoUnusedLexicalThisCapture.js @@ -42,12 +42,13 @@ var B = /** @class */ (function (_super) { function B() { return _super.call(this) || this; } - B.prototype.foo = function () { + var proto_1 = B.prototype; + proto_1.foo = function () { return function () { _super.prototype.x; }; }; - B.prototype.bar = function () { + proto_1.bar = function () { return function () { _super.prototype["x"]; }; diff --git a/tests/baselines/reference/targetEs6DecoratorMetadataImportNotElided.js b/tests/baselines/reference/targetEs6DecoratorMetadataImportNotElided.js index b2126326793a2..142ac555cbd1c 100644 --- a/tests/baselines/reference/targetEs6DecoratorMetadataImportNotElided.js +++ b/tests/baselines/reference/targetEs6DecoratorMetadataImportNotElided.js @@ -38,7 +38,8 @@ import { Input, TemplateRef } from './deps'; var MyComponent = /** @class */ (function () { function MyComponent() { } - Object.defineProperty(MyComponent.prototype, "ref", { + var proto_1 = MyComponent.prototype; + Object.defineProperty(proto_1, "ref", { get: function () { return this._ref; }, set: function (value) { this._ref = value; }, enumerable: true, diff --git a/tests/baselines/reference/thisInAccessors.js b/tests/baselines/reference/thisInAccessors.js index 739cc183affc7..101e3c6e0050e 100644 --- a/tests/baselines/reference/thisInAccessors.js +++ b/tests/baselines/reference/thisInAccessors.js @@ -35,7 +35,8 @@ class GetterAndSetter { var GetterOnly = /** @class */ (function () { function GetterOnly() { } - Object.defineProperty(GetterOnly.prototype, "Value", { + var proto_1 = GetterOnly.prototype; + Object.defineProperty(proto_1, "Value", { get: function () { var _this = this; var fn = function () { return _this; }; @@ -52,7 +53,8 @@ var GetterOnly = /** @class */ (function () { var SetterOnly = /** @class */ (function () { function SetterOnly() { } - Object.defineProperty(SetterOnly.prototype, "Value", { + var proto_2 = SetterOnly.prototype; + Object.defineProperty(proto_2, "Value", { get: function () { return ''; }, @@ -69,7 +71,8 @@ var SetterOnly = /** @class */ (function () { var GetterAndSetter = /** @class */ (function () { function GetterAndSetter() { } - Object.defineProperty(GetterAndSetter.prototype, "Value", { + var proto_3 = GetterAndSetter.prototype; + Object.defineProperty(proto_3, "Value", { get: function () { var _this = this; var fn = function () { return _this; }; diff --git a/tests/baselines/reference/thisTypeAndConstraints.js b/tests/baselines/reference/thisTypeAndConstraints.js index b9b2dfba2e35f..44670082bb213 100644 --- a/tests/baselines/reference/thisTypeAndConstraints.js +++ b/tests/baselines/reference/thisTypeAndConstraints.js @@ -40,10 +40,11 @@ function f(x) { var B = /** @class */ (function () { function B() { } - B.prototype.foo = function (x) { + var proto_1 = B.prototype; + proto_1.foo = function (x) { x = x.self(); }; - B.prototype.bar = function (x) { + proto_1.bar = function (x) { x = x.self(); }; return B; diff --git a/tests/baselines/reference/thisTypeInAccessors.js b/tests/baselines/reference/thisTypeInAccessors.js index bae75af559977..74adfa7892c60 100644 --- a/tests/baselines/reference/thisTypeInAccessors.js +++ b/tests/baselines/reference/thisTypeInAccessors.js @@ -61,7 +61,8 @@ var Explicit = /** @class */ (function () { function Explicit() { this.n = 17; } - Object.defineProperty(Explicit.prototype, "x", { + var proto_1 = Explicit.prototype; + Object.defineProperty(proto_1, "x", { get: function () { return this.n; }, set: function (n) { this.n = n; }, enumerable: true, diff --git a/tests/baselines/reference/thisTypeInClasses.js b/tests/baselines/reference/thisTypeInClasses.js index b10fcbcf61248..a6b5dec76bc20 100644 --- a/tests/baselines/reference/thisTypeInClasses.js +++ b/tests/baselines/reference/thisTypeInClasses.js @@ -70,7 +70,8 @@ var C3 = /** @class */ (function () { var C5 = /** @class */ (function () { function C5() { } - C5.prototype.foo = function () { + var proto_1 = C5.prototype; + proto_1.foo = function () { var _this = this; var f1 = function (x) { return _this; }; var f2 = function (x) { return _this; }; @@ -82,7 +83,7 @@ var C5 = /** @class */ (function () { return g(_this); }; }; - C5.prototype.bar = function () { + proto_1.bar = function () { var x1 = undefined; var x2 = undefined; }; diff --git a/tests/baselines/reference/thisTypeInFunctions.js b/tests/baselines/reference/thisTypeInFunctions.js index 3c1dea3fd5122..0a2adc81860c7 100644 --- a/tests/baselines/reference/thisTypeInFunctions.js +++ b/tests/baselines/reference/thisTypeInFunctions.js @@ -218,16 +218,17 @@ var B = /** @class */ (function () { var C = /** @class */ (function () { function C() { } - C.prototype.explicitThis = function (m) { + var proto_1 = C.prototype; + proto_1.explicitThis = function (m) { return this.n + m; }; - C.prototype.explicitC = function (m) { + proto_1.explicitC = function (m) { return this.n + m; }; - C.prototype.explicitProperty = function (m) { + proto_1.explicitProperty = function (m) { return this.n + m; }; - C.prototype.explicitVoid = function (m) { + proto_1.explicitVoid = function (m) { return m + 1; }; return C; @@ -336,8 +337,9 @@ c.explicitVoid = function (n) { return n; }; var Base1 = /** @class */ (function () { function Base1() { } - Base1.prototype.polymorphic = function () { return this.x; }; - Base1.prototype.explicit = function () { return this.x; }; + var proto_2 = Base1.prototype; + proto_2.polymorphic = function () { return this.x; }; + proto_2.explicit = function () { return this.x; }; Base1.explicitStatic = function () { return this.y; }; return Base1; }()); @@ -351,8 +353,9 @@ var Derived1 = /** @class */ (function (_super) { var Base2 = /** @class */ (function () { function Base2() { } - Base2.prototype.polymorphic = function () { return this.y; }; - Base2.prototype.explicit = function () { return this.x; }; + var proto_3 = Base2.prototype; + proto_3.polymorphic = function () { return this.y; }; + proto_3.explicit = function () { return this.x; }; return Base2; }()); var Derived2 = /** @class */ (function (_super) { diff --git a/tests/baselines/reference/topLevel.js b/tests/baselines/reference/topLevel.js index 05622165a5fef..705deb791810a 100644 --- a/tests/baselines/reference/topLevel.js +++ b/tests/baselines/reference/topLevel.js @@ -33,12 +33,13 @@ var Point = /** @class */ (function () { this.x = x; this.y = y; } - Point.prototype.move = function (xo, yo) { + var proto_1 = Point.prototype; + proto_1.move = function (xo, yo) { this.x += xo; this.y += yo; return this; }; - Point.prototype.toString = function () { + proto_1.toString = function () { return ("(" + this.x + "," + this.y + ")"); }; return Point; diff --git a/tests/baselines/reference/trailingCommaInHeterogenousArrayLiteral1.js b/tests/baselines/reference/trailingCommaInHeterogenousArrayLiteral1.js index a3a1775130966..eb40f822130ff 100644 --- a/tests/baselines/reference/trailingCommaInHeterogenousArrayLiteral1.js +++ b/tests/baselines/reference/trailingCommaInHeterogenousArrayLiteral1.js @@ -13,8 +13,9 @@ class arrTest { var arrTest = /** @class */ (function () { function arrTest() { } - arrTest.prototype.test = function (arg1) { }; - arrTest.prototype.callTest = function () { + var proto_1 = arrTest.prototype; + proto_1.test = function (arg1) { }; + proto_1.callTest = function () { // these two should give the same error this.test([1, 2, "hi", 5,]); this.test([1, 2, "hi", 5]); diff --git a/tests/baselines/reference/tsbuild/amdModulesWithOut/incremental-declaration-doesnt-change/stripInternal.js b/tests/baselines/reference/tsbuild/amdModulesWithOut/incremental-declaration-doesnt-change/stripInternal.js index 16f1d50a224ea..c496cc2e422e5 100644 --- a/tests/baselines/reference/tsbuild/amdModulesWithOut/incremental-declaration-doesnt-change/stripInternal.js +++ b/tests/baselines/reference/tsbuild/amdModulesWithOut/incremental-declaration-doesnt-change/stripInternal.js @@ -7,8 +7,9 @@ define("file1", ["require", "exports"], function (require, exports) { var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - /*@internal*/ normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + /*@internal*/ proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: true, @@ -111,7 +112,7 @@ var myVar = 30; //# sourceMappingURL=module.js.map //// [/src/app/module.js.map] -{"version":3,"file":"module.js","sourceRoot":"","sources":["../lib/file0.ts","../lib/file1.ts","../lib/file2.ts","../lib/global.ts","file3.ts","file4.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"module.js","sourceRoot":"","sources":["../lib/file0.ts","../lib/file1.ts","../lib/file2.ts","../lib/global.ts","file3.ts","file4.ts"],"names":[],"mappings":"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"} //// [/src/app/module.js.map.baseline.txt] =================================================================== @@ -201,49 +202,50 @@ sourceFile:../lib/file1.ts >>> } 1 >^^^^^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >constructor() { 2 > } 1 >Emitted(8, 9) Source(3, 35) + SourceIndex(1) 2 >Emitted(8, 10) Source(3, 36) + SourceIndex(1) --- ->>> /*@internal*/ normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> /*@internal*/ proto_1.method = function () { }; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^ 3 > ^ -4 > ^^^^^^^^^^^^^^^^^^^^^^^^ -5 > ^^^ -6 > ^^^^^^^^^^^^^^ -7 > ^ +4 > ^^^^^^^^^^^^^^ +5 > ^^^ +6 > ^^^^^^^^^^^^^^ +7 > ^ 1-> > /*@internal*/ prop: string; > 2 > /*@internal*/ 3 > 4 > method -5 > -6 > method() { -7 > } -1->Emitted(9, 9) Source(5, 5) + SourceIndex(1) -2 >Emitted(9, 22) Source(5, 18) + SourceIndex(1) -3 >Emitted(9, 23) Source(5, 19) + SourceIndex(1) -4 >Emitted(9, 47) Source(5, 25) + SourceIndex(1) -5 >Emitted(9, 50) Source(5, 19) + SourceIndex(1) -6 >Emitted(9, 64) Source(5, 30) + SourceIndex(1) -7 >Emitted(9, 65) Source(5, 31) + SourceIndex(1) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +5 > +6 > method() { +7 > } +1->Emitted(10, 9) Source(5, 5) + SourceIndex(1) +2 >Emitted(10, 22) Source(5, 18) + SourceIndex(1) +3 >Emitted(10, 23) Source(5, 19) + SourceIndex(1) +4 >Emitted(10, 37) Source(5, 25) + SourceIndex(1) +5 >Emitted(10, 40) Source(5, 19) + SourceIndex(1) +6 >Emitted(10, 54) Source(5, 30) + SourceIndex(1) +7 >Emitted(10, 55) Source(5, 31) + SourceIndex(1) +--- +>>> Object.defineProperty(proto_1, "c", { 1 >^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ -4 > ^^^^^^^-> +3 > ^^^^^^^^^^^^ +4 > ^^^^^^^^^^^^^^^^^-> 1 > > /*@internal*/ 2 > get 3 > c -1 >Emitted(10, 9) Source(6, 19) + SourceIndex(1) -2 >Emitted(10, 31) Source(6, 23) + SourceIndex(1) -3 >Emitted(10, 53) Source(6, 24) + SourceIndex(1) +1 >Emitted(11, 9) Source(6, 19) + SourceIndex(1) +2 >Emitted(11, 31) Source(6, 23) + SourceIndex(1) +3 >Emitted(11, 43) Source(6, 24) + SourceIndex(1) --- >>> /*@internal*/ get: function () { return 10; }, 1->^^^^^^^^^^^^ @@ -264,15 +266,15 @@ sourceFile:../lib/file1.ts 7 > ; 8 > 9 > } -1->Emitted(11, 13) Source(6, 5) + SourceIndex(1) -2 >Emitted(11, 26) Source(6, 18) + SourceIndex(1) -3 >Emitted(11, 32) Source(6, 19) + SourceIndex(1) -4 >Emitted(11, 46) Source(6, 29) + SourceIndex(1) -5 >Emitted(11, 53) Source(6, 36) + SourceIndex(1) -6 >Emitted(11, 55) Source(6, 38) + SourceIndex(1) -7 >Emitted(11, 56) Source(6, 39) + SourceIndex(1) -8 >Emitted(11, 57) Source(6, 40) + SourceIndex(1) -9 >Emitted(11, 58) Source(6, 41) + SourceIndex(1) +1->Emitted(12, 13) Source(6, 5) + SourceIndex(1) +2 >Emitted(12, 26) Source(6, 18) + SourceIndex(1) +3 >Emitted(12, 32) Source(6, 19) + SourceIndex(1) +4 >Emitted(12, 46) Source(6, 29) + SourceIndex(1) +5 >Emitted(12, 53) Source(6, 36) + SourceIndex(1) +6 >Emitted(12, 55) Source(6, 38) + SourceIndex(1) +7 >Emitted(12, 56) Source(6, 39) + SourceIndex(1) +8 >Emitted(12, 57) Source(6, 40) + SourceIndex(1) +9 >Emitted(12, 58) Source(6, 41) + SourceIndex(1) --- >>> /*@internal*/ set: function (val) { }, 1 >^^^^^^^^^^^^ @@ -290,13 +292,13 @@ sourceFile:../lib/file1.ts 5 > val: number 6 > ) { 7 > } -1 >Emitted(12, 13) Source(7, 5) + SourceIndex(1) -2 >Emitted(12, 26) Source(7, 18) + SourceIndex(1) -3 >Emitted(12, 32) Source(7, 19) + SourceIndex(1) -4 >Emitted(12, 42) Source(7, 25) + SourceIndex(1) -5 >Emitted(12, 45) Source(7, 36) + SourceIndex(1) -6 >Emitted(12, 49) Source(7, 40) + SourceIndex(1) -7 >Emitted(12, 50) Source(7, 41) + SourceIndex(1) +1 >Emitted(13, 13) Source(7, 5) + SourceIndex(1) +2 >Emitted(13, 26) Source(7, 18) + SourceIndex(1) +3 >Emitted(13, 32) Source(7, 19) + SourceIndex(1) +4 >Emitted(13, 42) Source(7, 25) + SourceIndex(1) +5 >Emitted(13, 45) Source(7, 36) + SourceIndex(1) +6 >Emitted(13, 49) Source(7, 40) + SourceIndex(1) +7 >Emitted(13, 50) Source(7, 41) + SourceIndex(1) --- >>> enumerable: true, >>> configurable: true @@ -304,7 +306,7 @@ sourceFile:../lib/file1.ts 1 >^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(15, 12) Source(6, 41) + SourceIndex(1) +1 >Emitted(16, 12) Source(6, 41) + SourceIndex(1) --- >>> return normalC; 1->^^^^^^^^ @@ -313,8 +315,8 @@ sourceFile:../lib/file1.ts > /*@internal*/ set c(val: number) { } > 2 > } -1->Emitted(16, 9) Source(8, 1) + SourceIndex(1) -2 >Emitted(16, 23) Source(8, 2) + SourceIndex(1) +1->Emitted(17, 9) Source(8, 1) + SourceIndex(1) +2 >Emitted(17, 23) Source(8, 2) + SourceIndex(1) --- >>> }()); 1 >^^^^ @@ -332,18 +334,18 @@ sourceFile:../lib/file1.ts > /*@internal*/ get c() { return 10; } > /*@internal*/ set c(val: number) { } > } -1 >Emitted(17, 5) Source(8, 1) + SourceIndex(1) -2 >Emitted(17, 6) Source(8, 2) + SourceIndex(1) -3 >Emitted(17, 6) Source(2, 1) + SourceIndex(1) -4 >Emitted(17, 10) Source(8, 2) + SourceIndex(1) +1 >Emitted(18, 5) Source(8, 1) + SourceIndex(1) +2 >Emitted(18, 6) Source(8, 2) + SourceIndex(1) +3 >Emitted(18, 6) Source(2, 1) + SourceIndex(1) +4 >Emitted(18, 10) Source(8, 2) + SourceIndex(1) --- >>> exports.normalC = normalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^ 1-> 2 > normalC -1->Emitted(18, 5) Source(2, 14) + SourceIndex(1) -2 >Emitted(18, 31) Source(2, 21) + SourceIndex(1) +1->Emitted(19, 5) Source(2, 14) + SourceIndex(1) +2 >Emitted(19, 31) Source(2, 21) + SourceIndex(1) --- >>> var normalN; 1 >^^^^ @@ -371,10 +373,10 @@ sourceFile:../lib/file1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(19, 5) Source(9, 1) + SourceIndex(1) -2 >Emitted(19, 9) Source(9, 18) + SourceIndex(1) -3 >Emitted(19, 16) Source(9, 25) + SourceIndex(1) -4 >Emitted(19, 17) Source(18, 2) + SourceIndex(1) +1 >Emitted(20, 5) Source(9, 1) + SourceIndex(1) +2 >Emitted(20, 9) Source(9, 18) + SourceIndex(1) +3 >Emitted(20, 16) Source(9, 25) + SourceIndex(1) +4 >Emitted(20, 17) Source(18, 2) + SourceIndex(1) --- >>> (function (normalN) { 1->^^^^ @@ -384,9 +386,9 @@ sourceFile:../lib/file1.ts 1-> 2 > export namespace 3 > normalN -1->Emitted(20, 5) Source(9, 1) + SourceIndex(1) -2 >Emitted(20, 16) Source(9, 18) + SourceIndex(1) -3 >Emitted(20, 23) Source(9, 25) + SourceIndex(1) +1->Emitted(21, 5) Source(9, 1) + SourceIndex(1) +2 >Emitted(21, 16) Source(9, 18) + SourceIndex(1) +3 >Emitted(21, 23) Source(9, 25) + SourceIndex(1) --- >>> /*@internal*/ var C = /** @class */ (function () { 1->^^^^^^^^ @@ -397,15 +399,15 @@ sourceFile:../lib/file1.ts > 2 > /*@internal*/ 3 > -1->Emitted(21, 9) Source(10, 5) + SourceIndex(1) -2 >Emitted(21, 22) Source(10, 18) + SourceIndex(1) -3 >Emitted(21, 23) Source(10, 19) + SourceIndex(1) +1->Emitted(22, 9) Source(10, 5) + SourceIndex(1) +2 >Emitted(22, 22) Source(10, 18) + SourceIndex(1) +3 >Emitted(22, 23) Source(10, 19) + SourceIndex(1) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(22, 13) Source(10, 19) + SourceIndex(1) +1->Emitted(23, 13) Source(10, 19) + SourceIndex(1) --- >>> } 1->^^^^^^^^^^^^ @@ -413,16 +415,16 @@ sourceFile:../lib/file1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(23, 13) Source(10, 36) + SourceIndex(1) -2 >Emitted(23, 14) Source(10, 37) + SourceIndex(1) +1->Emitted(24, 13) Source(10, 36) + SourceIndex(1) +2 >Emitted(24, 14) Source(10, 37) + SourceIndex(1) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(24, 13) Source(10, 36) + SourceIndex(1) -2 >Emitted(24, 21) Source(10, 37) + SourceIndex(1) +1->Emitted(25, 13) Source(10, 36) + SourceIndex(1) +2 >Emitted(25, 21) Source(10, 37) + SourceIndex(1) --- >>> }()); 1 >^^^^^^^^ @@ -434,10 +436,10 @@ sourceFile:../lib/file1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(25, 9) Source(10, 36) + SourceIndex(1) -2 >Emitted(25, 10) Source(10, 37) + SourceIndex(1) -3 >Emitted(25, 10) Source(10, 19) + SourceIndex(1) -4 >Emitted(25, 14) Source(10, 37) + SourceIndex(1) +1 >Emitted(26, 9) Source(10, 36) + SourceIndex(1) +2 >Emitted(26, 10) Source(10, 37) + SourceIndex(1) +3 >Emitted(26, 10) Source(10, 19) + SourceIndex(1) +4 >Emitted(26, 14) Source(10, 37) + SourceIndex(1) --- >>> normalN.C = C; 1->^^^^^^^^ @@ -449,10 +451,10 @@ sourceFile:../lib/file1.ts 2 > C 3 > { } 4 > -1->Emitted(26, 9) Source(10, 32) + SourceIndex(1) -2 >Emitted(26, 18) Source(10, 33) + SourceIndex(1) -3 >Emitted(26, 22) Source(10, 37) + SourceIndex(1) -4 >Emitted(26, 23) Source(10, 37) + SourceIndex(1) +1->Emitted(27, 9) Source(10, 32) + SourceIndex(1) +2 >Emitted(27, 18) Source(10, 33) + SourceIndex(1) +3 >Emitted(27, 22) Source(10, 37) + SourceIndex(1) +4 >Emitted(27, 23) Source(10, 37) + SourceIndex(1) --- >>> /*@internal*/ function foo() { } 1->^^^^^^^^ @@ -470,13 +472,13 @@ sourceFile:../lib/file1.ts 5 > foo 6 > () { 7 > } -1->Emitted(27, 9) Source(11, 5) + SourceIndex(1) -2 >Emitted(27, 22) Source(11, 18) + SourceIndex(1) -3 >Emitted(27, 23) Source(11, 19) + SourceIndex(1) -4 >Emitted(27, 32) Source(11, 35) + SourceIndex(1) -5 >Emitted(27, 35) Source(11, 38) + SourceIndex(1) -6 >Emitted(27, 40) Source(11, 42) + SourceIndex(1) -7 >Emitted(27, 41) Source(11, 43) + SourceIndex(1) +1->Emitted(28, 9) Source(11, 5) + SourceIndex(1) +2 >Emitted(28, 22) Source(11, 18) + SourceIndex(1) +3 >Emitted(28, 23) Source(11, 19) + SourceIndex(1) +4 >Emitted(28, 32) Source(11, 35) + SourceIndex(1) +5 >Emitted(28, 35) Source(11, 38) + SourceIndex(1) +6 >Emitted(28, 40) Source(11, 42) + SourceIndex(1) +7 >Emitted(28, 41) Source(11, 43) + SourceIndex(1) --- >>> normalN.foo = foo; 1 >^^^^^^^^ @@ -488,10 +490,10 @@ sourceFile:../lib/file1.ts 2 > foo 3 > () {} 4 > -1 >Emitted(28, 9) Source(11, 35) + SourceIndex(1) -2 >Emitted(28, 20) Source(11, 38) + SourceIndex(1) -3 >Emitted(28, 26) Source(11, 43) + SourceIndex(1) -4 >Emitted(28, 27) Source(11, 43) + SourceIndex(1) +1 >Emitted(29, 9) Source(11, 35) + SourceIndex(1) +2 >Emitted(29, 20) Source(11, 38) + SourceIndex(1) +3 >Emitted(29, 26) Source(11, 43) + SourceIndex(1) +4 >Emitted(29, 27) Source(11, 43) + SourceIndex(1) --- >>> /*@internal*/ var someNamespace; 1->^^^^^^^^ @@ -507,12 +509,12 @@ sourceFile:../lib/file1.ts 4 > export namespace 5 > someNamespace 6 > { export class C {} } -1->Emitted(29, 9) Source(12, 5) + SourceIndex(1) -2 >Emitted(29, 22) Source(12, 18) + SourceIndex(1) -3 >Emitted(29, 23) Source(12, 19) + SourceIndex(1) -4 >Emitted(29, 27) Source(12, 36) + SourceIndex(1) -5 >Emitted(29, 40) Source(12, 49) + SourceIndex(1) -6 >Emitted(29, 41) Source(12, 71) + SourceIndex(1) +1->Emitted(30, 9) Source(12, 5) + SourceIndex(1) +2 >Emitted(30, 22) Source(12, 18) + SourceIndex(1) +3 >Emitted(30, 23) Source(12, 19) + SourceIndex(1) +4 >Emitted(30, 27) Source(12, 36) + SourceIndex(1) +5 >Emitted(30, 40) Source(12, 49) + SourceIndex(1) +6 >Emitted(30, 41) Source(12, 71) + SourceIndex(1) --- >>> (function (someNamespace) { 1 >^^^^^^^^ @@ -522,21 +524,21 @@ sourceFile:../lib/file1.ts 1 > 2 > export namespace 3 > someNamespace -1 >Emitted(30, 9) Source(12, 19) + SourceIndex(1) -2 >Emitted(30, 20) Source(12, 36) + SourceIndex(1) -3 >Emitted(30, 33) Source(12, 49) + SourceIndex(1) +1 >Emitted(31, 9) Source(12, 19) + SourceIndex(1) +2 >Emitted(31, 20) Source(12, 36) + SourceIndex(1) +3 >Emitted(31, 33) Source(12, 49) + SourceIndex(1) --- >>> var C = /** @class */ (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(31, 13) Source(12, 52) + SourceIndex(1) +1->Emitted(32, 13) Source(12, 52) + SourceIndex(1) --- >>> function C() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(32, 17) Source(12, 52) + SourceIndex(1) +1->Emitted(33, 17) Source(12, 52) + SourceIndex(1) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -544,16 +546,16 @@ sourceFile:../lib/file1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(33, 17) Source(12, 68) + SourceIndex(1) -2 >Emitted(33, 18) Source(12, 69) + SourceIndex(1) +1->Emitted(34, 17) Source(12, 68) + SourceIndex(1) +2 >Emitted(34, 18) Source(12, 69) + SourceIndex(1) --- >>> return C; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(34, 17) Source(12, 68) + SourceIndex(1) -2 >Emitted(34, 25) Source(12, 69) + SourceIndex(1) +1->Emitted(35, 17) Source(12, 68) + SourceIndex(1) +2 >Emitted(35, 25) Source(12, 69) + SourceIndex(1) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -565,10 +567,10 @@ sourceFile:../lib/file1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(35, 13) Source(12, 68) + SourceIndex(1) -2 >Emitted(35, 14) Source(12, 69) + SourceIndex(1) -3 >Emitted(35, 14) Source(12, 52) + SourceIndex(1) -4 >Emitted(35, 18) Source(12, 69) + SourceIndex(1) +1 >Emitted(36, 13) Source(12, 68) + SourceIndex(1) +2 >Emitted(36, 14) Source(12, 69) + SourceIndex(1) +3 >Emitted(36, 14) Source(12, 52) + SourceIndex(1) +4 >Emitted(36, 18) Source(12, 69) + SourceIndex(1) --- >>> someNamespace.C = C; 1->^^^^^^^^^^^^ @@ -580,10 +582,10 @@ sourceFile:../lib/file1.ts 2 > C 3 > {} 4 > -1->Emitted(36, 13) Source(12, 65) + SourceIndex(1) -2 >Emitted(36, 28) Source(12, 66) + SourceIndex(1) -3 >Emitted(36, 32) Source(12, 69) + SourceIndex(1) -4 >Emitted(36, 33) Source(12, 69) + SourceIndex(1) +1->Emitted(37, 13) Source(12, 65) + SourceIndex(1) +2 >Emitted(37, 28) Source(12, 66) + SourceIndex(1) +3 >Emitted(37, 32) Source(12, 69) + SourceIndex(1) +4 >Emitted(37, 33) Source(12, 69) + SourceIndex(1) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^^^^^ @@ -604,15 +606,15 @@ sourceFile:../lib/file1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(37, 9) Source(12, 70) + SourceIndex(1) -2 >Emitted(37, 10) Source(12, 71) + SourceIndex(1) -3 >Emitted(37, 12) Source(12, 36) + SourceIndex(1) -4 >Emitted(37, 25) Source(12, 49) + SourceIndex(1) -5 >Emitted(37, 28) Source(12, 36) + SourceIndex(1) -6 >Emitted(37, 49) Source(12, 49) + SourceIndex(1) -7 >Emitted(37, 54) Source(12, 36) + SourceIndex(1) -8 >Emitted(37, 75) Source(12, 49) + SourceIndex(1) -9 >Emitted(37, 83) Source(12, 71) + SourceIndex(1) +1->Emitted(38, 9) Source(12, 70) + SourceIndex(1) +2 >Emitted(38, 10) Source(12, 71) + SourceIndex(1) +3 >Emitted(38, 12) Source(12, 36) + SourceIndex(1) +4 >Emitted(38, 25) Source(12, 49) + SourceIndex(1) +5 >Emitted(38, 28) Source(12, 36) + SourceIndex(1) +6 >Emitted(38, 49) Source(12, 49) + SourceIndex(1) +7 >Emitted(38, 54) Source(12, 36) + SourceIndex(1) +8 >Emitted(38, 75) Source(12, 49) + SourceIndex(1) +9 >Emitted(38, 83) Source(12, 71) + SourceIndex(1) --- >>> /*@internal*/ var someOther; 1 >^^^^^^^^ @@ -628,12 +630,12 @@ sourceFile:../lib/file1.ts 4 > export namespace 5 > someOther 6 > .something { export class someClass {} } -1 >Emitted(38, 9) Source(13, 5) + SourceIndex(1) -2 >Emitted(38, 22) Source(13, 18) + SourceIndex(1) -3 >Emitted(38, 23) Source(13, 19) + SourceIndex(1) -4 >Emitted(38, 27) Source(13, 36) + SourceIndex(1) -5 >Emitted(38, 36) Source(13, 45) + SourceIndex(1) -6 >Emitted(38, 37) Source(13, 85) + SourceIndex(1) +1 >Emitted(39, 9) Source(13, 5) + SourceIndex(1) +2 >Emitted(39, 22) Source(13, 18) + SourceIndex(1) +3 >Emitted(39, 23) Source(13, 19) + SourceIndex(1) +4 >Emitted(39, 27) Source(13, 36) + SourceIndex(1) +5 >Emitted(39, 36) Source(13, 45) + SourceIndex(1) +6 >Emitted(39, 37) Source(13, 85) + SourceIndex(1) --- >>> (function (someOther) { 1 >^^^^^^^^ @@ -642,9 +644,9 @@ sourceFile:../lib/file1.ts 1 > 2 > export namespace 3 > someOther -1 >Emitted(39, 9) Source(13, 19) + SourceIndex(1) -2 >Emitted(39, 20) Source(13, 36) + SourceIndex(1) -3 >Emitted(39, 29) Source(13, 45) + SourceIndex(1) +1 >Emitted(40, 9) Source(13, 19) + SourceIndex(1) +2 >Emitted(40, 20) Source(13, 36) + SourceIndex(1) +3 >Emitted(40, 29) Source(13, 45) + SourceIndex(1) --- >>> var something; 1 >^^^^^^^^^^^^ @@ -656,10 +658,10 @@ sourceFile:../lib/file1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(40, 13) Source(13, 46) + SourceIndex(1) -2 >Emitted(40, 17) Source(13, 46) + SourceIndex(1) -3 >Emitted(40, 26) Source(13, 55) + SourceIndex(1) -4 >Emitted(40, 27) Source(13, 85) + SourceIndex(1) +1 >Emitted(41, 13) Source(13, 46) + SourceIndex(1) +2 >Emitted(41, 17) Source(13, 46) + SourceIndex(1) +3 >Emitted(41, 26) Source(13, 55) + SourceIndex(1) +4 >Emitted(41, 27) Source(13, 85) + SourceIndex(1) --- >>> (function (something) { 1->^^^^^^^^^^^^ @@ -669,21 +671,21 @@ sourceFile:../lib/file1.ts 1-> 2 > 3 > something -1->Emitted(41, 13) Source(13, 46) + SourceIndex(1) -2 >Emitted(41, 24) Source(13, 46) + SourceIndex(1) -3 >Emitted(41, 33) Source(13, 55) + SourceIndex(1) +1->Emitted(42, 13) Source(13, 46) + SourceIndex(1) +2 >Emitted(42, 24) Source(13, 46) + SourceIndex(1) +3 >Emitted(42, 33) Source(13, 55) + SourceIndex(1) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(42, 17) Source(13, 58) + SourceIndex(1) +1->Emitted(43, 17) Source(13, 58) + SourceIndex(1) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(43, 21) Source(13, 58) + SourceIndex(1) +1->Emitted(44, 21) Source(13, 58) + SourceIndex(1) --- >>> } 1->^^^^^^^^^^^^^^^^^^^^ @@ -691,16 +693,16 @@ sourceFile:../lib/file1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(44, 21) Source(13, 82) + SourceIndex(1) -2 >Emitted(44, 22) Source(13, 83) + SourceIndex(1) +1->Emitted(45, 21) Source(13, 82) + SourceIndex(1) +2 >Emitted(45, 22) Source(13, 83) + SourceIndex(1) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(45, 21) Source(13, 82) + SourceIndex(1) -2 >Emitted(45, 37) Source(13, 83) + SourceIndex(1) +1->Emitted(46, 21) Source(13, 82) + SourceIndex(1) +2 >Emitted(46, 37) Source(13, 83) + SourceIndex(1) --- >>> }()); 1 >^^^^^^^^^^^^^^^^ @@ -712,10 +714,10 @@ sourceFile:../lib/file1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(46, 17) Source(13, 82) + SourceIndex(1) -2 >Emitted(46, 18) Source(13, 83) + SourceIndex(1) -3 >Emitted(46, 18) Source(13, 58) + SourceIndex(1) -4 >Emitted(46, 22) Source(13, 83) + SourceIndex(1) +1 >Emitted(47, 17) Source(13, 82) + SourceIndex(1) +2 >Emitted(47, 18) Source(13, 83) + SourceIndex(1) +3 >Emitted(47, 18) Source(13, 58) + SourceIndex(1) +4 >Emitted(47, 22) Source(13, 83) + SourceIndex(1) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^^^^^ @@ -727,10 +729,10 @@ sourceFile:../lib/file1.ts 2 > someClass 3 > {} 4 > -1->Emitted(47, 17) Source(13, 71) + SourceIndex(1) -2 >Emitted(47, 36) Source(13, 80) + SourceIndex(1) -3 >Emitted(47, 48) Source(13, 83) + SourceIndex(1) -4 >Emitted(47, 49) Source(13, 83) + SourceIndex(1) +1->Emitted(48, 17) Source(13, 71) + SourceIndex(1) +2 >Emitted(48, 36) Source(13, 80) + SourceIndex(1) +3 >Emitted(48, 48) Source(13, 83) + SourceIndex(1) +4 >Emitted(48, 49) Source(13, 83) + SourceIndex(1) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^^^^^ @@ -751,15 +753,15 @@ sourceFile:../lib/file1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(48, 13) Source(13, 84) + SourceIndex(1) -2 >Emitted(48, 14) Source(13, 85) + SourceIndex(1) -3 >Emitted(48, 16) Source(13, 46) + SourceIndex(1) -4 >Emitted(48, 25) Source(13, 55) + SourceIndex(1) -5 >Emitted(48, 28) Source(13, 46) + SourceIndex(1) -6 >Emitted(48, 47) Source(13, 55) + SourceIndex(1) -7 >Emitted(48, 52) Source(13, 46) + SourceIndex(1) -8 >Emitted(48, 71) Source(13, 55) + SourceIndex(1) -9 >Emitted(48, 79) Source(13, 85) + SourceIndex(1) +1->Emitted(49, 13) Source(13, 84) + SourceIndex(1) +2 >Emitted(49, 14) Source(13, 85) + SourceIndex(1) +3 >Emitted(49, 16) Source(13, 46) + SourceIndex(1) +4 >Emitted(49, 25) Source(13, 55) + SourceIndex(1) +5 >Emitted(49, 28) Source(13, 46) + SourceIndex(1) +6 >Emitted(49, 47) Source(13, 55) + SourceIndex(1) +7 >Emitted(49, 52) Source(13, 46) + SourceIndex(1) +8 >Emitted(49, 71) Source(13, 55) + SourceIndex(1) +9 >Emitted(49, 79) Source(13, 85) + SourceIndex(1) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^^^^^ @@ -780,15 +782,15 @@ sourceFile:../lib/file1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(49, 9) Source(13, 84) + SourceIndex(1) -2 >Emitted(49, 10) Source(13, 85) + SourceIndex(1) -3 >Emitted(49, 12) Source(13, 36) + SourceIndex(1) -4 >Emitted(49, 21) Source(13, 45) + SourceIndex(1) -5 >Emitted(49, 24) Source(13, 36) + SourceIndex(1) -6 >Emitted(49, 41) Source(13, 45) + SourceIndex(1) -7 >Emitted(49, 46) Source(13, 36) + SourceIndex(1) -8 >Emitted(49, 63) Source(13, 45) + SourceIndex(1) -9 >Emitted(49, 71) Source(13, 85) + SourceIndex(1) +1 >Emitted(50, 9) Source(13, 84) + SourceIndex(1) +2 >Emitted(50, 10) Source(13, 85) + SourceIndex(1) +3 >Emitted(50, 12) Source(13, 36) + SourceIndex(1) +4 >Emitted(50, 21) Source(13, 45) + SourceIndex(1) +5 >Emitted(50, 24) Source(13, 36) + SourceIndex(1) +6 >Emitted(50, 41) Source(13, 45) + SourceIndex(1) +7 >Emitted(50, 46) Source(13, 36) + SourceIndex(1) +8 >Emitted(50, 63) Source(13, 45) + SourceIndex(1) +9 >Emitted(50, 71) Source(13, 85) + SourceIndex(1) --- >>> /*@internal*/ normalN.someImport = someNamespace.C; 1 >^^^^^^^^ @@ -810,15 +812,15 @@ sourceFile:../lib/file1.ts 7 > . 8 > C 9 > ; -1 >Emitted(50, 9) Source(14, 5) + SourceIndex(1) -2 >Emitted(50, 22) Source(14, 18) + SourceIndex(1) -3 >Emitted(50, 23) Source(14, 33) + SourceIndex(1) -4 >Emitted(50, 41) Source(14, 43) + SourceIndex(1) -5 >Emitted(50, 44) Source(14, 46) + SourceIndex(1) -6 >Emitted(50, 57) Source(14, 59) + SourceIndex(1) -7 >Emitted(50, 58) Source(14, 60) + SourceIndex(1) -8 >Emitted(50, 59) Source(14, 61) + SourceIndex(1) -9 >Emitted(50, 60) Source(14, 62) + SourceIndex(1) +1 >Emitted(51, 9) Source(14, 5) + SourceIndex(1) +2 >Emitted(51, 22) Source(14, 18) + SourceIndex(1) +3 >Emitted(51, 23) Source(14, 33) + SourceIndex(1) +4 >Emitted(51, 41) Source(14, 43) + SourceIndex(1) +5 >Emitted(51, 44) Source(14, 46) + SourceIndex(1) +6 >Emitted(51, 57) Source(14, 59) + SourceIndex(1) +7 >Emitted(51, 58) Source(14, 60) + SourceIndex(1) +8 >Emitted(51, 59) Source(14, 61) + SourceIndex(1) +9 >Emitted(51, 60) Source(14, 62) + SourceIndex(1) --- >>> /*@internal*/ normalN.internalConst = 10; 1 >^^^^^^^^ @@ -837,13 +839,13 @@ sourceFile:../lib/file1.ts 5 > = 6 > 10 7 > ; -1 >Emitted(51, 9) Source(16, 5) + SourceIndex(1) -2 >Emitted(51, 22) Source(16, 18) + SourceIndex(1) -3 >Emitted(51, 23) Source(16, 32) + SourceIndex(1) -4 >Emitted(51, 44) Source(16, 45) + SourceIndex(1) -5 >Emitted(51, 47) Source(16, 48) + SourceIndex(1) -6 >Emitted(51, 49) Source(16, 50) + SourceIndex(1) -7 >Emitted(51, 50) Source(16, 51) + SourceIndex(1) +1 >Emitted(52, 9) Source(16, 5) + SourceIndex(1) +2 >Emitted(52, 22) Source(16, 18) + SourceIndex(1) +3 >Emitted(52, 23) Source(16, 32) + SourceIndex(1) +4 >Emitted(52, 44) Source(16, 45) + SourceIndex(1) +5 >Emitted(52, 47) Source(16, 48) + SourceIndex(1) +6 >Emitted(52, 49) Source(16, 50) + SourceIndex(1) +7 >Emitted(52, 50) Source(16, 51) + SourceIndex(1) --- >>> /*@internal*/ var internalEnum; 1 >^^^^^^^^ @@ -857,11 +859,11 @@ sourceFile:../lib/file1.ts 3 > 4 > export enum 5 > internalEnum { a, b, c } -1 >Emitted(52, 9) Source(17, 5) + SourceIndex(1) -2 >Emitted(52, 22) Source(17, 18) + SourceIndex(1) -3 >Emitted(52, 23) Source(17, 19) + SourceIndex(1) -4 >Emitted(52, 27) Source(17, 31) + SourceIndex(1) -5 >Emitted(52, 39) Source(17, 55) + SourceIndex(1) +1 >Emitted(53, 9) Source(17, 5) + SourceIndex(1) +2 >Emitted(53, 22) Source(17, 18) + SourceIndex(1) +3 >Emitted(53, 23) Source(17, 19) + SourceIndex(1) +4 >Emitted(53, 27) Source(17, 31) + SourceIndex(1) +5 >Emitted(53, 39) Source(17, 55) + SourceIndex(1) --- >>> (function (internalEnum) { 1 >^^^^^^^^ @@ -871,9 +873,9 @@ sourceFile:../lib/file1.ts 1 > 2 > export enum 3 > internalEnum -1 >Emitted(53, 9) Source(17, 19) + SourceIndex(1) -2 >Emitted(53, 20) Source(17, 31) + SourceIndex(1) -3 >Emitted(53, 32) Source(17, 43) + SourceIndex(1) +1 >Emitted(54, 9) Source(17, 19) + SourceIndex(1) +2 >Emitted(54, 20) Source(17, 31) + SourceIndex(1) +3 >Emitted(54, 32) Source(17, 43) + SourceIndex(1) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^^^^^ @@ -883,9 +885,9 @@ sourceFile:../lib/file1.ts 1-> { 2 > a 3 > -1->Emitted(54, 13) Source(17, 46) + SourceIndex(1) -2 >Emitted(54, 54) Source(17, 47) + SourceIndex(1) -3 >Emitted(54, 55) Source(17, 47) + SourceIndex(1) +1->Emitted(55, 13) Source(17, 46) + SourceIndex(1) +2 >Emitted(55, 54) Source(17, 47) + SourceIndex(1) +3 >Emitted(55, 55) Source(17, 47) + SourceIndex(1) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^^^^^ @@ -895,9 +897,9 @@ sourceFile:../lib/file1.ts 1->, 2 > b 3 > -1->Emitted(55, 13) Source(17, 49) + SourceIndex(1) -2 >Emitted(55, 54) Source(17, 50) + SourceIndex(1) -3 >Emitted(55, 55) Source(17, 50) + SourceIndex(1) +1->Emitted(56, 13) Source(17, 49) + SourceIndex(1) +2 >Emitted(56, 54) Source(17, 50) + SourceIndex(1) +3 >Emitted(56, 55) Source(17, 50) + SourceIndex(1) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^^^^^ @@ -907,9 +909,9 @@ sourceFile:../lib/file1.ts 1->, 2 > c 3 > -1->Emitted(56, 13) Source(17, 52) + SourceIndex(1) -2 >Emitted(56, 54) Source(17, 53) + SourceIndex(1) -3 >Emitted(56, 55) Source(17, 53) + SourceIndex(1) +1->Emitted(57, 13) Source(17, 52) + SourceIndex(1) +2 >Emitted(57, 54) Source(17, 53) + SourceIndex(1) +3 >Emitted(57, 55) Source(17, 53) + SourceIndex(1) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^^^^^ @@ -930,15 +932,15 @@ sourceFile:../lib/file1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(57, 9) Source(17, 54) + SourceIndex(1) -2 >Emitted(57, 10) Source(17, 55) + SourceIndex(1) -3 >Emitted(57, 12) Source(17, 31) + SourceIndex(1) -4 >Emitted(57, 24) Source(17, 43) + SourceIndex(1) -5 >Emitted(57, 27) Source(17, 31) + SourceIndex(1) -6 >Emitted(57, 47) Source(17, 43) + SourceIndex(1) -7 >Emitted(57, 52) Source(17, 31) + SourceIndex(1) -8 >Emitted(57, 72) Source(17, 43) + SourceIndex(1) -9 >Emitted(57, 80) Source(17, 55) + SourceIndex(1) +1->Emitted(58, 9) Source(17, 54) + SourceIndex(1) +2 >Emitted(58, 10) Source(17, 55) + SourceIndex(1) +3 >Emitted(58, 12) Source(17, 31) + SourceIndex(1) +4 >Emitted(58, 24) Source(17, 43) + SourceIndex(1) +5 >Emitted(58, 27) Source(17, 31) + SourceIndex(1) +6 >Emitted(58, 47) Source(17, 43) + SourceIndex(1) +7 >Emitted(58, 52) Source(17, 31) + SourceIndex(1) +8 >Emitted(58, 72) Source(17, 43) + SourceIndex(1) +9 >Emitted(58, 80) Source(17, 55) + SourceIndex(1) --- >>> })(normalN = exports.normalN || (exports.normalN = {})); 1 >^^^^ @@ -970,15 +972,15 @@ sourceFile:../lib/file1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(58, 5) Source(18, 1) + SourceIndex(1) -2 >Emitted(58, 6) Source(18, 2) + SourceIndex(1) -3 >Emitted(58, 8) Source(9, 18) + SourceIndex(1) -4 >Emitted(58, 15) Source(9, 25) + SourceIndex(1) -5 >Emitted(58, 18) Source(9, 18) + SourceIndex(1) -6 >Emitted(58, 33) Source(9, 25) + SourceIndex(1) -7 >Emitted(58, 38) Source(9, 18) + SourceIndex(1) -8 >Emitted(58, 53) Source(9, 25) + SourceIndex(1) -9 >Emitted(58, 61) Source(18, 2) + SourceIndex(1) +1 >Emitted(59, 5) Source(18, 1) + SourceIndex(1) +2 >Emitted(59, 6) Source(18, 2) + SourceIndex(1) +3 >Emitted(59, 8) Source(9, 18) + SourceIndex(1) +4 >Emitted(59, 15) Source(9, 25) + SourceIndex(1) +5 >Emitted(59, 18) Source(9, 18) + SourceIndex(1) +6 >Emitted(59, 33) Source(9, 25) + SourceIndex(1) +7 >Emitted(59, 38) Source(9, 18) + SourceIndex(1) +8 >Emitted(59, 53) Source(9, 25) + SourceIndex(1) +9 >Emitted(59, 61) Source(18, 2) + SourceIndex(1) --- >>> /*@internal*/ var internalC = /** @class */ (function () { 1->^^^^ @@ -989,15 +991,15 @@ sourceFile:../lib/file1.ts > 2 > /*@internal*/ 3 > -1->Emitted(59, 5) Source(19, 1) + SourceIndex(1) -2 >Emitted(59, 18) Source(19, 14) + SourceIndex(1) -3 >Emitted(59, 19) Source(19, 15) + SourceIndex(1) +1->Emitted(60, 5) Source(19, 1) + SourceIndex(1) +2 >Emitted(60, 18) Source(19, 14) + SourceIndex(1) +3 >Emitted(60, 19) Source(19, 15) + SourceIndex(1) --- >>> function internalC() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(60, 9) Source(19, 15) + SourceIndex(1) +1->Emitted(61, 9) Source(19, 15) + SourceIndex(1) --- >>> } 1->^^^^^^^^ @@ -1005,16 +1007,16 @@ sourceFile:../lib/file1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class internalC { 2 > } -1->Emitted(61, 9) Source(19, 39) + SourceIndex(1) -2 >Emitted(61, 10) Source(19, 40) + SourceIndex(1) +1->Emitted(62, 9) Source(19, 39) + SourceIndex(1) +2 >Emitted(62, 10) Source(19, 40) + SourceIndex(1) --- >>> return internalC; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(62, 9) Source(19, 39) + SourceIndex(1) -2 >Emitted(62, 25) Source(19, 40) + SourceIndex(1) +1->Emitted(63, 9) Source(19, 39) + SourceIndex(1) +2 >Emitted(63, 25) Source(19, 40) + SourceIndex(1) --- >>> }()); 1 >^^^^ @@ -1026,10 +1028,10 @@ sourceFile:../lib/file1.ts 2 > } 3 > 4 > export class internalC {} -1 >Emitted(63, 5) Source(19, 39) + SourceIndex(1) -2 >Emitted(63, 6) Source(19, 40) + SourceIndex(1) -3 >Emitted(63, 6) Source(19, 15) + SourceIndex(1) -4 >Emitted(63, 10) Source(19, 40) + SourceIndex(1) +1 >Emitted(64, 5) Source(19, 39) + SourceIndex(1) +2 >Emitted(64, 6) Source(19, 40) + SourceIndex(1) +3 >Emitted(64, 6) Source(19, 15) + SourceIndex(1) +4 >Emitted(64, 10) Source(19, 40) + SourceIndex(1) --- >>> exports.internalC = internalC; 1->^^^^ @@ -1037,8 +1039,8 @@ sourceFile:../lib/file1.ts 3 > ^^^^^^^^^^^-> 1-> 2 > internalC -1->Emitted(64, 5) Source(19, 28) + SourceIndex(1) -2 >Emitted(64, 35) Source(19, 37) + SourceIndex(1) +1->Emitted(65, 5) Source(19, 28) + SourceIndex(1) +2 >Emitted(65, 35) Source(19, 37) + SourceIndex(1) --- >>> /*@internal*/ function internalfoo() { } 1->^^^^ @@ -1056,13 +1058,13 @@ sourceFile:../lib/file1.ts 5 > internalfoo 6 > () { 7 > } -1->Emitted(65, 5) Source(20, 1) + SourceIndex(1) -2 >Emitted(65, 18) Source(20, 14) + SourceIndex(1) -3 >Emitted(65, 19) Source(20, 15) + SourceIndex(1) -4 >Emitted(65, 28) Source(20, 31) + SourceIndex(1) -5 >Emitted(65, 39) Source(20, 42) + SourceIndex(1) -6 >Emitted(65, 44) Source(20, 46) + SourceIndex(1) -7 >Emitted(65, 45) Source(20, 47) + SourceIndex(1) +1->Emitted(66, 5) Source(20, 1) + SourceIndex(1) +2 >Emitted(66, 18) Source(20, 14) + SourceIndex(1) +3 >Emitted(66, 19) Source(20, 15) + SourceIndex(1) +4 >Emitted(66, 28) Source(20, 31) + SourceIndex(1) +5 >Emitted(66, 39) Source(20, 42) + SourceIndex(1) +6 >Emitted(66, 44) Source(20, 46) + SourceIndex(1) +7 >Emitted(66, 45) Source(20, 47) + SourceIndex(1) --- >>> exports.internalfoo = internalfoo; 1 >^^^^ @@ -1070,8 +1072,8 @@ sourceFile:../lib/file1.ts 3 > ^^^-> 1 > 2 > export function internalfoo() {} -1 >Emitted(66, 5) Source(20, 15) + SourceIndex(1) -2 >Emitted(66, 39) Source(20, 47) + SourceIndex(1) +1 >Emitted(67, 5) Source(20, 15) + SourceIndex(1) +2 >Emitted(67, 39) Source(20, 47) + SourceIndex(1) --- >>> /*@internal*/ var internalNamespace; 1->^^^^ @@ -1087,12 +1089,12 @@ sourceFile:../lib/file1.ts 4 > export namespace 5 > internalNamespace 6 > { export class someClass {} } -1->Emitted(67, 5) Source(21, 1) + SourceIndex(1) -2 >Emitted(67, 18) Source(21, 14) + SourceIndex(1) -3 >Emitted(67, 19) Source(21, 15) + SourceIndex(1) -4 >Emitted(67, 23) Source(21, 32) + SourceIndex(1) -5 >Emitted(67, 40) Source(21, 49) + SourceIndex(1) -6 >Emitted(67, 41) Source(21, 79) + SourceIndex(1) +1->Emitted(68, 5) Source(21, 1) + SourceIndex(1) +2 >Emitted(68, 18) Source(21, 14) + SourceIndex(1) +3 >Emitted(68, 19) Source(21, 15) + SourceIndex(1) +4 >Emitted(68, 23) Source(21, 32) + SourceIndex(1) +5 >Emitted(68, 40) Source(21, 49) + SourceIndex(1) +6 >Emitted(68, 41) Source(21, 79) + SourceIndex(1) --- >>> (function (internalNamespace) { 1 >^^^^ @@ -1102,21 +1104,21 @@ sourceFile:../lib/file1.ts 1 > 2 > export namespace 3 > internalNamespace -1 >Emitted(68, 5) Source(21, 15) + SourceIndex(1) -2 >Emitted(68, 16) Source(21, 32) + SourceIndex(1) -3 >Emitted(68, 33) Source(21, 49) + SourceIndex(1) +1 >Emitted(69, 5) Source(21, 15) + SourceIndex(1) +2 >Emitted(69, 16) Source(21, 32) + SourceIndex(1) +3 >Emitted(69, 33) Source(21, 49) + SourceIndex(1) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(69, 9) Source(21, 52) + SourceIndex(1) +1->Emitted(70, 9) Source(21, 52) + SourceIndex(1) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(70, 13) Source(21, 52) + SourceIndex(1) +1->Emitted(71, 13) Source(21, 52) + SourceIndex(1) --- >>> } 1->^^^^^^^^^^^^ @@ -1124,16 +1126,16 @@ sourceFile:../lib/file1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(71, 13) Source(21, 76) + SourceIndex(1) -2 >Emitted(71, 14) Source(21, 77) + SourceIndex(1) +1->Emitted(72, 13) Source(21, 76) + SourceIndex(1) +2 >Emitted(72, 14) Source(21, 77) + SourceIndex(1) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(72, 13) Source(21, 76) + SourceIndex(1) -2 >Emitted(72, 29) Source(21, 77) + SourceIndex(1) +1->Emitted(73, 13) Source(21, 76) + SourceIndex(1) +2 >Emitted(73, 29) Source(21, 77) + SourceIndex(1) --- >>> }()); 1 >^^^^^^^^ @@ -1145,10 +1147,10 @@ sourceFile:../lib/file1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(73, 9) Source(21, 76) + SourceIndex(1) -2 >Emitted(73, 10) Source(21, 77) + SourceIndex(1) -3 >Emitted(73, 10) Source(21, 52) + SourceIndex(1) -4 >Emitted(73, 14) Source(21, 77) + SourceIndex(1) +1 >Emitted(74, 9) Source(21, 76) + SourceIndex(1) +2 >Emitted(74, 10) Source(21, 77) + SourceIndex(1) +3 >Emitted(74, 10) Source(21, 52) + SourceIndex(1) +4 >Emitted(74, 14) Source(21, 77) + SourceIndex(1) --- >>> internalNamespace.someClass = someClass; 1->^^^^^^^^ @@ -1160,10 +1162,10 @@ sourceFile:../lib/file1.ts 2 > someClass 3 > {} 4 > -1->Emitted(74, 9) Source(21, 65) + SourceIndex(1) -2 >Emitted(74, 36) Source(21, 74) + SourceIndex(1) -3 >Emitted(74, 48) Source(21, 77) + SourceIndex(1) -4 >Emitted(74, 49) Source(21, 77) + SourceIndex(1) +1->Emitted(75, 9) Source(21, 65) + SourceIndex(1) +2 >Emitted(75, 36) Source(21, 74) + SourceIndex(1) +3 >Emitted(75, 48) Source(21, 77) + SourceIndex(1) +4 >Emitted(75, 49) Source(21, 77) + SourceIndex(1) --- >>> })(internalNamespace = exports.internalNamespace || (exports.internalNamespace = {})); 1->^^^^ @@ -1184,15 +1186,15 @@ sourceFile:../lib/file1.ts 7 > 8 > internalNamespace 9 > { export class someClass {} } -1->Emitted(75, 5) Source(21, 78) + SourceIndex(1) -2 >Emitted(75, 6) Source(21, 79) + SourceIndex(1) -3 >Emitted(75, 8) Source(21, 32) + SourceIndex(1) -4 >Emitted(75, 25) Source(21, 49) + SourceIndex(1) -5 >Emitted(75, 28) Source(21, 32) + SourceIndex(1) -6 >Emitted(75, 53) Source(21, 49) + SourceIndex(1) -7 >Emitted(75, 58) Source(21, 32) + SourceIndex(1) -8 >Emitted(75, 83) Source(21, 49) + SourceIndex(1) -9 >Emitted(75, 91) Source(21, 79) + SourceIndex(1) +1->Emitted(76, 5) Source(21, 78) + SourceIndex(1) +2 >Emitted(76, 6) Source(21, 79) + SourceIndex(1) +3 >Emitted(76, 8) Source(21, 32) + SourceIndex(1) +4 >Emitted(76, 25) Source(21, 49) + SourceIndex(1) +5 >Emitted(76, 28) Source(21, 32) + SourceIndex(1) +6 >Emitted(76, 53) Source(21, 49) + SourceIndex(1) +7 >Emitted(76, 58) Source(21, 32) + SourceIndex(1) +8 >Emitted(76, 83) Source(21, 49) + SourceIndex(1) +9 >Emitted(76, 91) Source(21, 79) + SourceIndex(1) --- >>> /*@internal*/ var internalOther; 1 >^^^^ @@ -1208,12 +1210,12 @@ sourceFile:../lib/file1.ts 4 > export namespace 5 > internalOther 6 > .something { export class someClass {} } -1 >Emitted(76, 5) Source(22, 1) + SourceIndex(1) -2 >Emitted(76, 18) Source(22, 14) + SourceIndex(1) -3 >Emitted(76, 19) Source(22, 15) + SourceIndex(1) -4 >Emitted(76, 23) Source(22, 32) + SourceIndex(1) -5 >Emitted(76, 36) Source(22, 45) + SourceIndex(1) -6 >Emitted(76, 37) Source(22, 85) + SourceIndex(1) +1 >Emitted(77, 5) Source(22, 1) + SourceIndex(1) +2 >Emitted(77, 18) Source(22, 14) + SourceIndex(1) +3 >Emitted(77, 19) Source(22, 15) + SourceIndex(1) +4 >Emitted(77, 23) Source(22, 32) + SourceIndex(1) +5 >Emitted(77, 36) Source(22, 45) + SourceIndex(1) +6 >Emitted(77, 37) Source(22, 85) + SourceIndex(1) --- >>> (function (internalOther) { 1 >^^^^ @@ -1222,9 +1224,9 @@ sourceFile:../lib/file1.ts 1 > 2 > export namespace 3 > internalOther -1 >Emitted(77, 5) Source(22, 15) + SourceIndex(1) -2 >Emitted(77, 16) Source(22, 32) + SourceIndex(1) -3 >Emitted(77, 29) Source(22, 45) + SourceIndex(1) +1 >Emitted(78, 5) Source(22, 15) + SourceIndex(1) +2 >Emitted(78, 16) Source(22, 32) + SourceIndex(1) +3 >Emitted(78, 29) Source(22, 45) + SourceIndex(1) --- >>> var something; 1 >^^^^^^^^ @@ -1236,10 +1238,10 @@ sourceFile:../lib/file1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(78, 9) Source(22, 46) + SourceIndex(1) -2 >Emitted(78, 13) Source(22, 46) + SourceIndex(1) -3 >Emitted(78, 22) Source(22, 55) + SourceIndex(1) -4 >Emitted(78, 23) Source(22, 85) + SourceIndex(1) +1 >Emitted(79, 9) Source(22, 46) + SourceIndex(1) +2 >Emitted(79, 13) Source(22, 46) + SourceIndex(1) +3 >Emitted(79, 22) Source(22, 55) + SourceIndex(1) +4 >Emitted(79, 23) Source(22, 85) + SourceIndex(1) --- >>> (function (something) { 1->^^^^^^^^ @@ -1249,21 +1251,21 @@ sourceFile:../lib/file1.ts 1-> 2 > 3 > something -1->Emitted(79, 9) Source(22, 46) + SourceIndex(1) -2 >Emitted(79, 20) Source(22, 46) + SourceIndex(1) -3 >Emitted(79, 29) Source(22, 55) + SourceIndex(1) +1->Emitted(80, 9) Source(22, 46) + SourceIndex(1) +2 >Emitted(80, 20) Source(22, 46) + SourceIndex(1) +3 >Emitted(80, 29) Source(22, 55) + SourceIndex(1) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(80, 13) Source(22, 58) + SourceIndex(1) +1->Emitted(81, 13) Source(22, 58) + SourceIndex(1) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(81, 17) Source(22, 58) + SourceIndex(1) +1->Emitted(82, 17) Source(22, 58) + SourceIndex(1) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -1271,16 +1273,16 @@ sourceFile:../lib/file1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(82, 17) Source(22, 82) + SourceIndex(1) -2 >Emitted(82, 18) Source(22, 83) + SourceIndex(1) +1->Emitted(83, 17) Source(22, 82) + SourceIndex(1) +2 >Emitted(83, 18) Source(22, 83) + SourceIndex(1) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(83, 17) Source(22, 82) + SourceIndex(1) -2 >Emitted(83, 33) Source(22, 83) + SourceIndex(1) +1->Emitted(84, 17) Source(22, 82) + SourceIndex(1) +2 >Emitted(84, 33) Source(22, 83) + SourceIndex(1) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -1292,10 +1294,10 @@ sourceFile:../lib/file1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(84, 13) Source(22, 82) + SourceIndex(1) -2 >Emitted(84, 14) Source(22, 83) + SourceIndex(1) -3 >Emitted(84, 14) Source(22, 58) + SourceIndex(1) -4 >Emitted(84, 18) Source(22, 83) + SourceIndex(1) +1 >Emitted(85, 13) Source(22, 82) + SourceIndex(1) +2 >Emitted(85, 14) Source(22, 83) + SourceIndex(1) +3 >Emitted(85, 14) Source(22, 58) + SourceIndex(1) +4 >Emitted(85, 18) Source(22, 83) + SourceIndex(1) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -1307,10 +1309,10 @@ sourceFile:../lib/file1.ts 2 > someClass 3 > {} 4 > -1->Emitted(85, 13) Source(22, 71) + SourceIndex(1) -2 >Emitted(85, 32) Source(22, 80) + SourceIndex(1) -3 >Emitted(85, 44) Source(22, 83) + SourceIndex(1) -4 >Emitted(85, 45) Source(22, 83) + SourceIndex(1) +1->Emitted(86, 13) Source(22, 71) + SourceIndex(1) +2 >Emitted(86, 32) Source(22, 80) + SourceIndex(1) +3 >Emitted(86, 44) Source(22, 83) + SourceIndex(1) +4 >Emitted(86, 45) Source(22, 83) + SourceIndex(1) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^^^^^ @@ -1331,15 +1333,15 @@ sourceFile:../lib/file1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(86, 9) Source(22, 84) + SourceIndex(1) -2 >Emitted(86, 10) Source(22, 85) + SourceIndex(1) -3 >Emitted(86, 12) Source(22, 46) + SourceIndex(1) -4 >Emitted(86, 21) Source(22, 55) + SourceIndex(1) -5 >Emitted(86, 24) Source(22, 46) + SourceIndex(1) -6 >Emitted(86, 47) Source(22, 55) + SourceIndex(1) -7 >Emitted(86, 52) Source(22, 46) + SourceIndex(1) -8 >Emitted(86, 75) Source(22, 55) + SourceIndex(1) -9 >Emitted(86, 83) Source(22, 85) + SourceIndex(1) +1->Emitted(87, 9) Source(22, 84) + SourceIndex(1) +2 >Emitted(87, 10) Source(22, 85) + SourceIndex(1) +3 >Emitted(87, 12) Source(22, 46) + SourceIndex(1) +4 >Emitted(87, 21) Source(22, 55) + SourceIndex(1) +5 >Emitted(87, 24) Source(22, 46) + SourceIndex(1) +6 >Emitted(87, 47) Source(22, 55) + SourceIndex(1) +7 >Emitted(87, 52) Source(22, 46) + SourceIndex(1) +8 >Emitted(87, 75) Source(22, 55) + SourceIndex(1) +9 >Emitted(87, 83) Source(22, 85) + SourceIndex(1) --- >>> })(internalOther = exports.internalOther || (exports.internalOther = {})); 1 >^^^^ @@ -1360,15 +1362,15 @@ sourceFile:../lib/file1.ts 7 > 8 > internalOther 9 > .something { export class someClass {} } -1 >Emitted(87, 5) Source(22, 84) + SourceIndex(1) -2 >Emitted(87, 6) Source(22, 85) + SourceIndex(1) -3 >Emitted(87, 8) Source(22, 32) + SourceIndex(1) -4 >Emitted(87, 21) Source(22, 45) + SourceIndex(1) -5 >Emitted(87, 24) Source(22, 32) + SourceIndex(1) -6 >Emitted(87, 45) Source(22, 45) + SourceIndex(1) -7 >Emitted(87, 50) Source(22, 32) + SourceIndex(1) -8 >Emitted(87, 71) Source(22, 45) + SourceIndex(1) -9 >Emitted(87, 79) Source(22, 85) + SourceIndex(1) +1 >Emitted(88, 5) Source(22, 84) + SourceIndex(1) +2 >Emitted(88, 6) Source(22, 85) + SourceIndex(1) +3 >Emitted(88, 8) Source(22, 32) + SourceIndex(1) +4 >Emitted(88, 21) Source(22, 45) + SourceIndex(1) +5 >Emitted(88, 24) Source(22, 32) + SourceIndex(1) +6 >Emitted(88, 45) Source(22, 45) + SourceIndex(1) +7 >Emitted(88, 50) Source(22, 32) + SourceIndex(1) +8 >Emitted(88, 71) Source(22, 45) + SourceIndex(1) +9 >Emitted(88, 79) Source(22, 85) + SourceIndex(1) --- >>> /*@internal*/ exports.internalImport = internalNamespace.someClass; 1 >^^^^ @@ -1392,16 +1394,16 @@ sourceFile:../lib/file1.ts 8 > . 9 > someClass 10> ; -1 >Emitted(88, 5) Source(23, 1) + SourceIndex(1) -2 >Emitted(88, 18) Source(23, 14) + SourceIndex(1) -3 >Emitted(88, 19) Source(23, 29) + SourceIndex(1) -4 >Emitted(88, 27) Source(23, 29) + SourceIndex(1) -5 >Emitted(88, 41) Source(23, 43) + SourceIndex(1) -6 >Emitted(88, 44) Source(23, 46) + SourceIndex(1) -7 >Emitted(88, 61) Source(23, 63) + SourceIndex(1) -8 >Emitted(88, 62) Source(23, 64) + SourceIndex(1) -9 >Emitted(88, 71) Source(23, 73) + SourceIndex(1) -10>Emitted(88, 72) Source(23, 74) + SourceIndex(1) +1 >Emitted(89, 5) Source(23, 1) + SourceIndex(1) +2 >Emitted(89, 18) Source(23, 14) + SourceIndex(1) +3 >Emitted(89, 19) Source(23, 29) + SourceIndex(1) +4 >Emitted(89, 27) Source(23, 29) + SourceIndex(1) +5 >Emitted(89, 41) Source(23, 43) + SourceIndex(1) +6 >Emitted(89, 44) Source(23, 46) + SourceIndex(1) +7 >Emitted(89, 61) Source(23, 63) + SourceIndex(1) +8 >Emitted(89, 62) Source(23, 64) + SourceIndex(1) +9 >Emitted(89, 71) Source(23, 73) + SourceIndex(1) +10>Emitted(89, 72) Source(23, 74) + SourceIndex(1) --- >>> /*@internal*/ exports.internalConst = 10; 1 >^^^^ @@ -1422,14 +1424,14 @@ sourceFile:../lib/file1.ts 6 > = 7 > 10 8 > ; -1 >Emitted(89, 5) Source(25, 1) + SourceIndex(1) -2 >Emitted(89, 18) Source(25, 14) + SourceIndex(1) -3 >Emitted(89, 19) Source(25, 28) + SourceIndex(1) -4 >Emitted(89, 27) Source(25, 28) + SourceIndex(1) -5 >Emitted(89, 40) Source(25, 41) + SourceIndex(1) -6 >Emitted(89, 43) Source(25, 44) + SourceIndex(1) -7 >Emitted(89, 45) Source(25, 46) + SourceIndex(1) -8 >Emitted(89, 46) Source(25, 47) + SourceIndex(1) +1 >Emitted(90, 5) Source(25, 1) + SourceIndex(1) +2 >Emitted(90, 18) Source(25, 14) + SourceIndex(1) +3 >Emitted(90, 19) Source(25, 28) + SourceIndex(1) +4 >Emitted(90, 27) Source(25, 28) + SourceIndex(1) +5 >Emitted(90, 40) Source(25, 41) + SourceIndex(1) +6 >Emitted(90, 43) Source(25, 44) + SourceIndex(1) +7 >Emitted(90, 45) Source(25, 46) + SourceIndex(1) +8 >Emitted(90, 46) Source(25, 47) + SourceIndex(1) --- >>> /*@internal*/ var internalEnum; 1 >^^^^ @@ -1443,11 +1445,11 @@ sourceFile:../lib/file1.ts 3 > 4 > export enum 5 > internalEnum { a, b, c } -1 >Emitted(90, 5) Source(26, 1) + SourceIndex(1) -2 >Emitted(90, 18) Source(26, 14) + SourceIndex(1) -3 >Emitted(90, 19) Source(26, 15) + SourceIndex(1) -4 >Emitted(90, 23) Source(26, 27) + SourceIndex(1) -5 >Emitted(90, 35) Source(26, 51) + SourceIndex(1) +1 >Emitted(91, 5) Source(26, 1) + SourceIndex(1) +2 >Emitted(91, 18) Source(26, 14) + SourceIndex(1) +3 >Emitted(91, 19) Source(26, 15) + SourceIndex(1) +4 >Emitted(91, 23) Source(26, 27) + SourceIndex(1) +5 >Emitted(91, 35) Source(26, 51) + SourceIndex(1) --- >>> (function (internalEnum) { 1 >^^^^ @@ -1457,9 +1459,9 @@ sourceFile:../lib/file1.ts 1 > 2 > export enum 3 > internalEnum -1 >Emitted(91, 5) Source(26, 15) + SourceIndex(1) -2 >Emitted(91, 16) Source(26, 27) + SourceIndex(1) -3 >Emitted(91, 28) Source(26, 39) + SourceIndex(1) +1 >Emitted(92, 5) Source(26, 15) + SourceIndex(1) +2 >Emitted(92, 16) Source(26, 27) + SourceIndex(1) +3 >Emitted(92, 28) Source(26, 39) + SourceIndex(1) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -1469,9 +1471,9 @@ sourceFile:../lib/file1.ts 1-> { 2 > a 3 > -1->Emitted(92, 9) Source(26, 42) + SourceIndex(1) -2 >Emitted(92, 50) Source(26, 43) + SourceIndex(1) -3 >Emitted(92, 51) Source(26, 43) + SourceIndex(1) +1->Emitted(93, 9) Source(26, 42) + SourceIndex(1) +2 >Emitted(93, 50) Source(26, 43) + SourceIndex(1) +3 >Emitted(93, 51) Source(26, 43) + SourceIndex(1) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -1481,9 +1483,9 @@ sourceFile:../lib/file1.ts 1->, 2 > b 3 > -1->Emitted(93, 9) Source(26, 45) + SourceIndex(1) -2 >Emitted(93, 50) Source(26, 46) + SourceIndex(1) -3 >Emitted(93, 51) Source(26, 46) + SourceIndex(1) +1->Emitted(94, 9) Source(26, 45) + SourceIndex(1) +2 >Emitted(94, 50) Source(26, 46) + SourceIndex(1) +3 >Emitted(94, 51) Source(26, 46) + SourceIndex(1) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -1493,9 +1495,9 @@ sourceFile:../lib/file1.ts 1->, 2 > c 3 > -1->Emitted(94, 9) Source(26, 48) + SourceIndex(1) -2 >Emitted(94, 50) Source(26, 49) + SourceIndex(1) -3 >Emitted(94, 51) Source(26, 49) + SourceIndex(1) +1->Emitted(95, 9) Source(26, 48) + SourceIndex(1) +2 >Emitted(95, 50) Source(26, 49) + SourceIndex(1) +3 >Emitted(95, 51) Source(26, 49) + SourceIndex(1) --- >>> })(internalEnum = exports.internalEnum || (exports.internalEnum = {})); 1->^^^^ @@ -1516,15 +1518,15 @@ sourceFile:../lib/file1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(95, 5) Source(26, 50) + SourceIndex(1) -2 >Emitted(95, 6) Source(26, 51) + SourceIndex(1) -3 >Emitted(95, 8) Source(26, 27) + SourceIndex(1) -4 >Emitted(95, 20) Source(26, 39) + SourceIndex(1) -5 >Emitted(95, 23) Source(26, 27) + SourceIndex(1) -6 >Emitted(95, 43) Source(26, 39) + SourceIndex(1) -7 >Emitted(95, 48) Source(26, 27) + SourceIndex(1) -8 >Emitted(95, 68) Source(26, 39) + SourceIndex(1) -9 >Emitted(95, 76) Source(26, 51) + SourceIndex(1) +1->Emitted(96, 5) Source(26, 50) + SourceIndex(1) +2 >Emitted(96, 6) Source(26, 51) + SourceIndex(1) +3 >Emitted(96, 8) Source(26, 27) + SourceIndex(1) +4 >Emitted(96, 20) Source(26, 39) + SourceIndex(1) +5 >Emitted(96, 23) Source(26, 27) + SourceIndex(1) +6 >Emitted(96, 43) Source(26, 39) + SourceIndex(1) +7 >Emitted(96, 48) Source(26, 27) + SourceIndex(1) +8 >Emitted(96, 68) Source(26, 39) + SourceIndex(1) +9 >Emitted(96, 76) Source(26, 51) + SourceIndex(1) --- >>> console.log(exports.x); 1 >^^^^ @@ -1543,14 +1545,14 @@ sourceFile:../lib/file1.ts 6 > x 7 > ) 8 > ; -1 >Emitted(96, 5) Source(26, 51) + SourceIndex(1) -2 >Emitted(96, 12) Source(26, 58) + SourceIndex(1) -3 >Emitted(96, 13) Source(26, 59) + SourceIndex(1) -4 >Emitted(96, 16) Source(26, 62) + SourceIndex(1) -5 >Emitted(96, 17) Source(26, 63) + SourceIndex(1) -6 >Emitted(96, 26) Source(26, 64) + SourceIndex(1) -7 >Emitted(96, 27) Source(26, 65) + SourceIndex(1) -8 >Emitted(96, 28) Source(26, 66) + SourceIndex(1) +1 >Emitted(97, 5) Source(26, 51) + SourceIndex(1) +2 >Emitted(97, 12) Source(26, 58) + SourceIndex(1) +3 >Emitted(97, 13) Source(26, 59) + SourceIndex(1) +4 >Emitted(97, 16) Source(26, 62) + SourceIndex(1) +5 >Emitted(97, 17) Source(26, 63) + SourceIndex(1) +6 >Emitted(97, 26) Source(26, 64) + SourceIndex(1) +7 >Emitted(97, 27) Source(26, 65) + SourceIndex(1) +8 >Emitted(97, 28) Source(26, 66) + SourceIndex(1) --- ------------------------------------------------------------------- emittedFile:/src/app/module.js @@ -1573,12 +1575,12 @@ sourceFile:../lib/file2.ts 4 > = 5 > 20 6 > ; -1 >Emitted(101, 5) Source(1, 14) + SourceIndex(2) -2 >Emitted(101, 13) Source(1, 14) + SourceIndex(2) -3 >Emitted(101, 14) Source(1, 15) + SourceIndex(2) -4 >Emitted(101, 17) Source(1, 18) + SourceIndex(2) -5 >Emitted(101, 19) Source(1, 20) + SourceIndex(2) -6 >Emitted(101, 20) Source(1, 21) + SourceIndex(2) +1 >Emitted(102, 5) Source(1, 14) + SourceIndex(2) +2 >Emitted(102, 13) Source(1, 14) + SourceIndex(2) +3 >Emitted(102, 14) Source(1, 15) + SourceIndex(2) +4 >Emitted(102, 17) Source(1, 18) + SourceIndex(2) +5 >Emitted(102, 19) Source(1, 20) + SourceIndex(2) +6 >Emitted(102, 20) Source(1, 21) + SourceIndex(2) --- ------------------------------------------------------------------- emittedFile:/src/app/module.js @@ -1599,12 +1601,12 @@ sourceFile:../lib/global.ts 4 > = 5 > 10 6 > ; -1 >Emitted(103, 1) Source(1, 1) + SourceIndex(3) -2 >Emitted(103, 5) Source(1, 7) + SourceIndex(3) -3 >Emitted(103, 16) Source(1, 18) + SourceIndex(3) -4 >Emitted(103, 19) Source(1, 21) + SourceIndex(3) -5 >Emitted(103, 21) Source(1, 23) + SourceIndex(3) -6 >Emitted(103, 22) Source(1, 24) + SourceIndex(3) +1 >Emitted(104, 1) Source(1, 1) + SourceIndex(3) +2 >Emitted(104, 5) Source(1, 7) + SourceIndex(3) +3 >Emitted(104, 16) Source(1, 18) + SourceIndex(3) +4 >Emitted(104, 19) Source(1, 21) + SourceIndex(3) +5 >Emitted(104, 21) Source(1, 23) + SourceIndex(3) +6 >Emitted(104, 22) Source(1, 24) + SourceIndex(3) --- ------------------------------------------------------------------- emittedFile:/src/app/module.js @@ -1626,12 +1628,12 @@ sourceFile:file3.ts 4 > = 5 > 30 6 > ; -1->Emitted(107, 5) Source(1, 14) + SourceIndex(4) -2 >Emitted(107, 13) Source(1, 14) + SourceIndex(4) -3 >Emitted(107, 14) Source(1, 15) + SourceIndex(4) -4 >Emitted(107, 17) Source(1, 18) + SourceIndex(4) -5 >Emitted(107, 19) Source(1, 20) + SourceIndex(4) -6 >Emitted(107, 20) Source(1, 21) + SourceIndex(4) +1->Emitted(108, 5) Source(1, 14) + SourceIndex(4) +2 >Emitted(108, 13) Source(1, 14) + SourceIndex(4) +3 >Emitted(108, 14) Source(1, 15) + SourceIndex(4) +4 >Emitted(108, 17) Source(1, 18) + SourceIndex(4) +5 >Emitted(108, 19) Source(1, 20) + SourceIndex(4) +6 >Emitted(108, 20) Source(1, 21) + SourceIndex(4) --- ------------------------------------------------------------------- emittedFile:/src/app/module.js @@ -1652,12 +1654,12 @@ sourceFile:file4.ts 4 > = 5 > 30 6 > ; -1 >Emitted(109, 1) Source(1, 1) + SourceIndex(5) -2 >Emitted(109, 5) Source(1, 7) + SourceIndex(5) -3 >Emitted(109, 10) Source(1, 12) + SourceIndex(5) -4 >Emitted(109, 13) Source(1, 15) + SourceIndex(5) -5 >Emitted(109, 15) Source(1, 17) + SourceIndex(5) -6 >Emitted(109, 16) Source(1, 18) + SourceIndex(5) +1 >Emitted(110, 1) Source(1, 1) + SourceIndex(5) +2 >Emitted(110, 5) Source(1, 7) + SourceIndex(5) +3 >Emitted(110, 10) Source(1, 12) + SourceIndex(5) +4 >Emitted(110, 13) Source(1, 15) + SourceIndex(5) +5 >Emitted(110, 15) Source(1, 17) + SourceIndex(5) +6 >Emitted(110, 16) Source(1, 18) + SourceIndex(5) --- >>>//# sourceMappingURL=module.js.map @@ -1673,20 +1675,20 @@ sourceFile:file4.ts "sections": [ { "pos": 0, - "end": 4158, + "end": 4180, "kind": "prepend", "data": "../lib/module.js", "texts": [ { "pos": 0, - "end": 4158, + "end": 4180, "kind": "text" } ] }, { - "pos": 4158, - "end": 4359, + "pos": 4180, + "end": 4381, "kind": "text" } ] @@ -1721,9 +1723,9 @@ sourceFile:file4.ts ====================================================================== File:: /src/app/module.js ---------------------------------------------------------------------- -prepend: (0-4158):: ../lib/module.js texts:: 1 +prepend: (0-4180):: ../lib/module.js texts:: 1 >>-------------------------------------------------------------------- -text: (0-4158) +text: (0-4180) /*@internal*/ var myGlob = 20; define("file1", ["require", "exports"], function (require, exports) { "use strict"; @@ -1732,8 +1734,9 @@ define("file1", ["require", "exports"], function (require, exports) { var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - /*@internal*/ normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + /*@internal*/ proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: true, @@ -1829,7 +1832,7 @@ define("file2", ["require", "exports"], function (require, exports) { var globalConst = 10; ---------------------------------------------------------------------- -text: (4158-4359) +text: (4180-4381) define("file3", ["require", "exports"], function (require, exports) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); @@ -1902,8 +1905,9 @@ define("file1", ["require", "exports"], function (require, exports) { var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - /*@internal*/ normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + /*@internal*/ proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: true, @@ -2000,7 +2004,7 @@ var globalConst = 10; //# sourceMappingURL=module.js.map //// [/src/lib/module.js.map] -{"version":3,"file":"module.js","sourceRoot":"","sources":["file0.ts","file1.ts","file2.ts","global.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"module.js","sourceRoot":"","sources":["file0.ts","file1.ts","file2.ts","global.ts"],"names":[],"mappings":"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"} //// [/src/lib/module.js.map.baseline.txt] =================================================================== @@ -2090,49 +2094,50 @@ sourceFile:file1.ts >>> } 1 >^^^^^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >constructor() { 2 > } 1 >Emitted(8, 9) Source(3, 35) + SourceIndex(1) 2 >Emitted(8, 10) Source(3, 36) + SourceIndex(1) --- ->>> /*@internal*/ normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> /*@internal*/ proto_1.method = function () { }; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^ 3 > ^ -4 > ^^^^^^^^^^^^^^^^^^^^^^^^ -5 > ^^^ -6 > ^^^^^^^^^^^^^^ -7 > ^ +4 > ^^^^^^^^^^^^^^ +5 > ^^^ +6 > ^^^^^^^^^^^^^^ +7 > ^ 1-> > /*@internal*/ prop: string; > 2 > /*@internal*/ 3 > 4 > method -5 > -6 > method() { -7 > } -1->Emitted(9, 9) Source(5, 5) + SourceIndex(1) -2 >Emitted(9, 22) Source(5, 18) + SourceIndex(1) -3 >Emitted(9, 23) Source(5, 19) + SourceIndex(1) -4 >Emitted(9, 47) Source(5, 25) + SourceIndex(1) -5 >Emitted(9, 50) Source(5, 19) + SourceIndex(1) -6 >Emitted(9, 64) Source(5, 30) + SourceIndex(1) -7 >Emitted(9, 65) Source(5, 31) + SourceIndex(1) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +5 > +6 > method() { +7 > } +1->Emitted(10, 9) Source(5, 5) + SourceIndex(1) +2 >Emitted(10, 22) Source(5, 18) + SourceIndex(1) +3 >Emitted(10, 23) Source(5, 19) + SourceIndex(1) +4 >Emitted(10, 37) Source(5, 25) + SourceIndex(1) +5 >Emitted(10, 40) Source(5, 19) + SourceIndex(1) +6 >Emitted(10, 54) Source(5, 30) + SourceIndex(1) +7 >Emitted(10, 55) Source(5, 31) + SourceIndex(1) +--- +>>> Object.defineProperty(proto_1, "c", { 1 >^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ -4 > ^^^^^^^-> +3 > ^^^^^^^^^^^^ +4 > ^^^^^^^^^^^^^^^^^-> 1 > > /*@internal*/ 2 > get 3 > c -1 >Emitted(10, 9) Source(6, 19) + SourceIndex(1) -2 >Emitted(10, 31) Source(6, 23) + SourceIndex(1) -3 >Emitted(10, 53) Source(6, 24) + SourceIndex(1) +1 >Emitted(11, 9) Source(6, 19) + SourceIndex(1) +2 >Emitted(11, 31) Source(6, 23) + SourceIndex(1) +3 >Emitted(11, 43) Source(6, 24) + SourceIndex(1) --- >>> /*@internal*/ get: function () { return 10; }, 1->^^^^^^^^^^^^ @@ -2153,15 +2158,15 @@ sourceFile:file1.ts 7 > ; 8 > 9 > } -1->Emitted(11, 13) Source(6, 5) + SourceIndex(1) -2 >Emitted(11, 26) Source(6, 18) + SourceIndex(1) -3 >Emitted(11, 32) Source(6, 19) + SourceIndex(1) -4 >Emitted(11, 46) Source(6, 29) + SourceIndex(1) -5 >Emitted(11, 53) Source(6, 36) + SourceIndex(1) -6 >Emitted(11, 55) Source(6, 38) + SourceIndex(1) -7 >Emitted(11, 56) Source(6, 39) + SourceIndex(1) -8 >Emitted(11, 57) Source(6, 40) + SourceIndex(1) -9 >Emitted(11, 58) Source(6, 41) + SourceIndex(1) +1->Emitted(12, 13) Source(6, 5) + SourceIndex(1) +2 >Emitted(12, 26) Source(6, 18) + SourceIndex(1) +3 >Emitted(12, 32) Source(6, 19) + SourceIndex(1) +4 >Emitted(12, 46) Source(6, 29) + SourceIndex(1) +5 >Emitted(12, 53) Source(6, 36) + SourceIndex(1) +6 >Emitted(12, 55) Source(6, 38) + SourceIndex(1) +7 >Emitted(12, 56) Source(6, 39) + SourceIndex(1) +8 >Emitted(12, 57) Source(6, 40) + SourceIndex(1) +9 >Emitted(12, 58) Source(6, 41) + SourceIndex(1) --- >>> /*@internal*/ set: function (val) { }, 1 >^^^^^^^^^^^^ @@ -2179,13 +2184,13 @@ sourceFile:file1.ts 5 > val: number 6 > ) { 7 > } -1 >Emitted(12, 13) Source(7, 5) + SourceIndex(1) -2 >Emitted(12, 26) Source(7, 18) + SourceIndex(1) -3 >Emitted(12, 32) Source(7, 19) + SourceIndex(1) -4 >Emitted(12, 42) Source(7, 25) + SourceIndex(1) -5 >Emitted(12, 45) Source(7, 36) + SourceIndex(1) -6 >Emitted(12, 49) Source(7, 40) + SourceIndex(1) -7 >Emitted(12, 50) Source(7, 41) + SourceIndex(1) +1 >Emitted(13, 13) Source(7, 5) + SourceIndex(1) +2 >Emitted(13, 26) Source(7, 18) + SourceIndex(1) +3 >Emitted(13, 32) Source(7, 19) + SourceIndex(1) +4 >Emitted(13, 42) Source(7, 25) + SourceIndex(1) +5 >Emitted(13, 45) Source(7, 36) + SourceIndex(1) +6 >Emitted(13, 49) Source(7, 40) + SourceIndex(1) +7 >Emitted(13, 50) Source(7, 41) + SourceIndex(1) --- >>> enumerable: true, >>> configurable: true @@ -2193,7 +2198,7 @@ sourceFile:file1.ts 1 >^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(15, 12) Source(6, 41) + SourceIndex(1) +1 >Emitted(16, 12) Source(6, 41) + SourceIndex(1) --- >>> return normalC; 1->^^^^^^^^ @@ -2202,8 +2207,8 @@ sourceFile:file1.ts > /*@internal*/ set c(val: number) { } > 2 > } -1->Emitted(16, 9) Source(8, 1) + SourceIndex(1) -2 >Emitted(16, 23) Source(8, 2) + SourceIndex(1) +1->Emitted(17, 9) Source(8, 1) + SourceIndex(1) +2 >Emitted(17, 23) Source(8, 2) + SourceIndex(1) --- >>> }()); 1 >^^^^ @@ -2221,18 +2226,18 @@ sourceFile:file1.ts > /*@internal*/ get c() { return 10; } > /*@internal*/ set c(val: number) { } > } -1 >Emitted(17, 5) Source(8, 1) + SourceIndex(1) -2 >Emitted(17, 6) Source(8, 2) + SourceIndex(1) -3 >Emitted(17, 6) Source(2, 1) + SourceIndex(1) -4 >Emitted(17, 10) Source(8, 2) + SourceIndex(1) +1 >Emitted(18, 5) Source(8, 1) + SourceIndex(1) +2 >Emitted(18, 6) Source(8, 2) + SourceIndex(1) +3 >Emitted(18, 6) Source(2, 1) + SourceIndex(1) +4 >Emitted(18, 10) Source(8, 2) + SourceIndex(1) --- >>> exports.normalC = normalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^ 1-> 2 > normalC -1->Emitted(18, 5) Source(2, 14) + SourceIndex(1) -2 >Emitted(18, 31) Source(2, 21) + SourceIndex(1) +1->Emitted(19, 5) Source(2, 14) + SourceIndex(1) +2 >Emitted(19, 31) Source(2, 21) + SourceIndex(1) --- >>> var normalN; 1 >^^^^ @@ -2260,10 +2265,10 @@ sourceFile:file1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(19, 5) Source(9, 1) + SourceIndex(1) -2 >Emitted(19, 9) Source(9, 18) + SourceIndex(1) -3 >Emitted(19, 16) Source(9, 25) + SourceIndex(1) -4 >Emitted(19, 17) Source(18, 2) + SourceIndex(1) +1 >Emitted(20, 5) Source(9, 1) + SourceIndex(1) +2 >Emitted(20, 9) Source(9, 18) + SourceIndex(1) +3 >Emitted(20, 16) Source(9, 25) + SourceIndex(1) +4 >Emitted(20, 17) Source(18, 2) + SourceIndex(1) --- >>> (function (normalN) { 1->^^^^ @@ -2273,9 +2278,9 @@ sourceFile:file1.ts 1-> 2 > export namespace 3 > normalN -1->Emitted(20, 5) Source(9, 1) + SourceIndex(1) -2 >Emitted(20, 16) Source(9, 18) + SourceIndex(1) -3 >Emitted(20, 23) Source(9, 25) + SourceIndex(1) +1->Emitted(21, 5) Source(9, 1) + SourceIndex(1) +2 >Emitted(21, 16) Source(9, 18) + SourceIndex(1) +3 >Emitted(21, 23) Source(9, 25) + SourceIndex(1) --- >>> /*@internal*/ var C = /** @class */ (function () { 1->^^^^^^^^ @@ -2286,15 +2291,15 @@ sourceFile:file1.ts > 2 > /*@internal*/ 3 > -1->Emitted(21, 9) Source(10, 5) + SourceIndex(1) -2 >Emitted(21, 22) Source(10, 18) + SourceIndex(1) -3 >Emitted(21, 23) Source(10, 19) + SourceIndex(1) +1->Emitted(22, 9) Source(10, 5) + SourceIndex(1) +2 >Emitted(22, 22) Source(10, 18) + SourceIndex(1) +3 >Emitted(22, 23) Source(10, 19) + SourceIndex(1) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(22, 13) Source(10, 19) + SourceIndex(1) +1->Emitted(23, 13) Source(10, 19) + SourceIndex(1) --- >>> } 1->^^^^^^^^^^^^ @@ -2302,16 +2307,16 @@ sourceFile:file1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(23, 13) Source(10, 36) + SourceIndex(1) -2 >Emitted(23, 14) Source(10, 37) + SourceIndex(1) +1->Emitted(24, 13) Source(10, 36) + SourceIndex(1) +2 >Emitted(24, 14) Source(10, 37) + SourceIndex(1) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(24, 13) Source(10, 36) + SourceIndex(1) -2 >Emitted(24, 21) Source(10, 37) + SourceIndex(1) +1->Emitted(25, 13) Source(10, 36) + SourceIndex(1) +2 >Emitted(25, 21) Source(10, 37) + SourceIndex(1) --- >>> }()); 1 >^^^^^^^^ @@ -2323,10 +2328,10 @@ sourceFile:file1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(25, 9) Source(10, 36) + SourceIndex(1) -2 >Emitted(25, 10) Source(10, 37) + SourceIndex(1) -3 >Emitted(25, 10) Source(10, 19) + SourceIndex(1) -4 >Emitted(25, 14) Source(10, 37) + SourceIndex(1) +1 >Emitted(26, 9) Source(10, 36) + SourceIndex(1) +2 >Emitted(26, 10) Source(10, 37) + SourceIndex(1) +3 >Emitted(26, 10) Source(10, 19) + SourceIndex(1) +4 >Emitted(26, 14) Source(10, 37) + SourceIndex(1) --- >>> normalN.C = C; 1->^^^^^^^^ @@ -2338,10 +2343,10 @@ sourceFile:file1.ts 2 > C 3 > { } 4 > -1->Emitted(26, 9) Source(10, 32) + SourceIndex(1) -2 >Emitted(26, 18) Source(10, 33) + SourceIndex(1) -3 >Emitted(26, 22) Source(10, 37) + SourceIndex(1) -4 >Emitted(26, 23) Source(10, 37) + SourceIndex(1) +1->Emitted(27, 9) Source(10, 32) + SourceIndex(1) +2 >Emitted(27, 18) Source(10, 33) + SourceIndex(1) +3 >Emitted(27, 22) Source(10, 37) + SourceIndex(1) +4 >Emitted(27, 23) Source(10, 37) + SourceIndex(1) --- >>> /*@internal*/ function foo() { } 1->^^^^^^^^ @@ -2359,13 +2364,13 @@ sourceFile:file1.ts 5 > foo 6 > () { 7 > } -1->Emitted(27, 9) Source(11, 5) + SourceIndex(1) -2 >Emitted(27, 22) Source(11, 18) + SourceIndex(1) -3 >Emitted(27, 23) Source(11, 19) + SourceIndex(1) -4 >Emitted(27, 32) Source(11, 35) + SourceIndex(1) -5 >Emitted(27, 35) Source(11, 38) + SourceIndex(1) -6 >Emitted(27, 40) Source(11, 42) + SourceIndex(1) -7 >Emitted(27, 41) Source(11, 43) + SourceIndex(1) +1->Emitted(28, 9) Source(11, 5) + SourceIndex(1) +2 >Emitted(28, 22) Source(11, 18) + SourceIndex(1) +3 >Emitted(28, 23) Source(11, 19) + SourceIndex(1) +4 >Emitted(28, 32) Source(11, 35) + SourceIndex(1) +5 >Emitted(28, 35) Source(11, 38) + SourceIndex(1) +6 >Emitted(28, 40) Source(11, 42) + SourceIndex(1) +7 >Emitted(28, 41) Source(11, 43) + SourceIndex(1) --- >>> normalN.foo = foo; 1 >^^^^^^^^ @@ -2377,10 +2382,10 @@ sourceFile:file1.ts 2 > foo 3 > () {} 4 > -1 >Emitted(28, 9) Source(11, 35) + SourceIndex(1) -2 >Emitted(28, 20) Source(11, 38) + SourceIndex(1) -3 >Emitted(28, 26) Source(11, 43) + SourceIndex(1) -4 >Emitted(28, 27) Source(11, 43) + SourceIndex(1) +1 >Emitted(29, 9) Source(11, 35) + SourceIndex(1) +2 >Emitted(29, 20) Source(11, 38) + SourceIndex(1) +3 >Emitted(29, 26) Source(11, 43) + SourceIndex(1) +4 >Emitted(29, 27) Source(11, 43) + SourceIndex(1) --- >>> /*@internal*/ var someNamespace; 1->^^^^^^^^ @@ -2396,12 +2401,12 @@ sourceFile:file1.ts 4 > export namespace 5 > someNamespace 6 > { export class C {} } -1->Emitted(29, 9) Source(12, 5) + SourceIndex(1) -2 >Emitted(29, 22) Source(12, 18) + SourceIndex(1) -3 >Emitted(29, 23) Source(12, 19) + SourceIndex(1) -4 >Emitted(29, 27) Source(12, 36) + SourceIndex(1) -5 >Emitted(29, 40) Source(12, 49) + SourceIndex(1) -6 >Emitted(29, 41) Source(12, 71) + SourceIndex(1) +1->Emitted(30, 9) Source(12, 5) + SourceIndex(1) +2 >Emitted(30, 22) Source(12, 18) + SourceIndex(1) +3 >Emitted(30, 23) Source(12, 19) + SourceIndex(1) +4 >Emitted(30, 27) Source(12, 36) + SourceIndex(1) +5 >Emitted(30, 40) Source(12, 49) + SourceIndex(1) +6 >Emitted(30, 41) Source(12, 71) + SourceIndex(1) --- >>> (function (someNamespace) { 1 >^^^^^^^^ @@ -2411,21 +2416,21 @@ sourceFile:file1.ts 1 > 2 > export namespace 3 > someNamespace -1 >Emitted(30, 9) Source(12, 19) + SourceIndex(1) -2 >Emitted(30, 20) Source(12, 36) + SourceIndex(1) -3 >Emitted(30, 33) Source(12, 49) + SourceIndex(1) +1 >Emitted(31, 9) Source(12, 19) + SourceIndex(1) +2 >Emitted(31, 20) Source(12, 36) + SourceIndex(1) +3 >Emitted(31, 33) Source(12, 49) + SourceIndex(1) --- >>> var C = /** @class */ (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(31, 13) Source(12, 52) + SourceIndex(1) +1->Emitted(32, 13) Source(12, 52) + SourceIndex(1) --- >>> function C() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(32, 17) Source(12, 52) + SourceIndex(1) +1->Emitted(33, 17) Source(12, 52) + SourceIndex(1) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -2433,16 +2438,16 @@ sourceFile:file1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(33, 17) Source(12, 68) + SourceIndex(1) -2 >Emitted(33, 18) Source(12, 69) + SourceIndex(1) +1->Emitted(34, 17) Source(12, 68) + SourceIndex(1) +2 >Emitted(34, 18) Source(12, 69) + SourceIndex(1) --- >>> return C; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(34, 17) Source(12, 68) + SourceIndex(1) -2 >Emitted(34, 25) Source(12, 69) + SourceIndex(1) +1->Emitted(35, 17) Source(12, 68) + SourceIndex(1) +2 >Emitted(35, 25) Source(12, 69) + SourceIndex(1) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -2454,10 +2459,10 @@ sourceFile:file1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(35, 13) Source(12, 68) + SourceIndex(1) -2 >Emitted(35, 14) Source(12, 69) + SourceIndex(1) -3 >Emitted(35, 14) Source(12, 52) + SourceIndex(1) -4 >Emitted(35, 18) Source(12, 69) + SourceIndex(1) +1 >Emitted(36, 13) Source(12, 68) + SourceIndex(1) +2 >Emitted(36, 14) Source(12, 69) + SourceIndex(1) +3 >Emitted(36, 14) Source(12, 52) + SourceIndex(1) +4 >Emitted(36, 18) Source(12, 69) + SourceIndex(1) --- >>> someNamespace.C = C; 1->^^^^^^^^^^^^ @@ -2469,10 +2474,10 @@ sourceFile:file1.ts 2 > C 3 > {} 4 > -1->Emitted(36, 13) Source(12, 65) + SourceIndex(1) -2 >Emitted(36, 28) Source(12, 66) + SourceIndex(1) -3 >Emitted(36, 32) Source(12, 69) + SourceIndex(1) -4 >Emitted(36, 33) Source(12, 69) + SourceIndex(1) +1->Emitted(37, 13) Source(12, 65) + SourceIndex(1) +2 >Emitted(37, 28) Source(12, 66) + SourceIndex(1) +3 >Emitted(37, 32) Source(12, 69) + SourceIndex(1) +4 >Emitted(37, 33) Source(12, 69) + SourceIndex(1) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^^^^^ @@ -2493,15 +2498,15 @@ sourceFile:file1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(37, 9) Source(12, 70) + SourceIndex(1) -2 >Emitted(37, 10) Source(12, 71) + SourceIndex(1) -3 >Emitted(37, 12) Source(12, 36) + SourceIndex(1) -4 >Emitted(37, 25) Source(12, 49) + SourceIndex(1) -5 >Emitted(37, 28) Source(12, 36) + SourceIndex(1) -6 >Emitted(37, 49) Source(12, 49) + SourceIndex(1) -7 >Emitted(37, 54) Source(12, 36) + SourceIndex(1) -8 >Emitted(37, 75) Source(12, 49) + SourceIndex(1) -9 >Emitted(37, 83) Source(12, 71) + SourceIndex(1) +1->Emitted(38, 9) Source(12, 70) + SourceIndex(1) +2 >Emitted(38, 10) Source(12, 71) + SourceIndex(1) +3 >Emitted(38, 12) Source(12, 36) + SourceIndex(1) +4 >Emitted(38, 25) Source(12, 49) + SourceIndex(1) +5 >Emitted(38, 28) Source(12, 36) + SourceIndex(1) +6 >Emitted(38, 49) Source(12, 49) + SourceIndex(1) +7 >Emitted(38, 54) Source(12, 36) + SourceIndex(1) +8 >Emitted(38, 75) Source(12, 49) + SourceIndex(1) +9 >Emitted(38, 83) Source(12, 71) + SourceIndex(1) --- >>> /*@internal*/ var someOther; 1 >^^^^^^^^ @@ -2517,12 +2522,12 @@ sourceFile:file1.ts 4 > export namespace 5 > someOther 6 > .something { export class someClass {} } -1 >Emitted(38, 9) Source(13, 5) + SourceIndex(1) -2 >Emitted(38, 22) Source(13, 18) + SourceIndex(1) -3 >Emitted(38, 23) Source(13, 19) + SourceIndex(1) -4 >Emitted(38, 27) Source(13, 36) + SourceIndex(1) -5 >Emitted(38, 36) Source(13, 45) + SourceIndex(1) -6 >Emitted(38, 37) Source(13, 85) + SourceIndex(1) +1 >Emitted(39, 9) Source(13, 5) + SourceIndex(1) +2 >Emitted(39, 22) Source(13, 18) + SourceIndex(1) +3 >Emitted(39, 23) Source(13, 19) + SourceIndex(1) +4 >Emitted(39, 27) Source(13, 36) + SourceIndex(1) +5 >Emitted(39, 36) Source(13, 45) + SourceIndex(1) +6 >Emitted(39, 37) Source(13, 85) + SourceIndex(1) --- >>> (function (someOther) { 1 >^^^^^^^^ @@ -2531,9 +2536,9 @@ sourceFile:file1.ts 1 > 2 > export namespace 3 > someOther -1 >Emitted(39, 9) Source(13, 19) + SourceIndex(1) -2 >Emitted(39, 20) Source(13, 36) + SourceIndex(1) -3 >Emitted(39, 29) Source(13, 45) + SourceIndex(1) +1 >Emitted(40, 9) Source(13, 19) + SourceIndex(1) +2 >Emitted(40, 20) Source(13, 36) + SourceIndex(1) +3 >Emitted(40, 29) Source(13, 45) + SourceIndex(1) --- >>> var something; 1 >^^^^^^^^^^^^ @@ -2545,10 +2550,10 @@ sourceFile:file1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(40, 13) Source(13, 46) + SourceIndex(1) -2 >Emitted(40, 17) Source(13, 46) + SourceIndex(1) -3 >Emitted(40, 26) Source(13, 55) + SourceIndex(1) -4 >Emitted(40, 27) Source(13, 85) + SourceIndex(1) +1 >Emitted(41, 13) Source(13, 46) + SourceIndex(1) +2 >Emitted(41, 17) Source(13, 46) + SourceIndex(1) +3 >Emitted(41, 26) Source(13, 55) + SourceIndex(1) +4 >Emitted(41, 27) Source(13, 85) + SourceIndex(1) --- >>> (function (something) { 1->^^^^^^^^^^^^ @@ -2558,21 +2563,21 @@ sourceFile:file1.ts 1-> 2 > 3 > something -1->Emitted(41, 13) Source(13, 46) + SourceIndex(1) -2 >Emitted(41, 24) Source(13, 46) + SourceIndex(1) -3 >Emitted(41, 33) Source(13, 55) + SourceIndex(1) +1->Emitted(42, 13) Source(13, 46) + SourceIndex(1) +2 >Emitted(42, 24) Source(13, 46) + SourceIndex(1) +3 >Emitted(42, 33) Source(13, 55) + SourceIndex(1) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(42, 17) Source(13, 58) + SourceIndex(1) +1->Emitted(43, 17) Source(13, 58) + SourceIndex(1) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(43, 21) Source(13, 58) + SourceIndex(1) +1->Emitted(44, 21) Source(13, 58) + SourceIndex(1) --- >>> } 1->^^^^^^^^^^^^^^^^^^^^ @@ -2580,16 +2585,16 @@ sourceFile:file1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(44, 21) Source(13, 82) + SourceIndex(1) -2 >Emitted(44, 22) Source(13, 83) + SourceIndex(1) +1->Emitted(45, 21) Source(13, 82) + SourceIndex(1) +2 >Emitted(45, 22) Source(13, 83) + SourceIndex(1) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(45, 21) Source(13, 82) + SourceIndex(1) -2 >Emitted(45, 37) Source(13, 83) + SourceIndex(1) +1->Emitted(46, 21) Source(13, 82) + SourceIndex(1) +2 >Emitted(46, 37) Source(13, 83) + SourceIndex(1) --- >>> }()); 1 >^^^^^^^^^^^^^^^^ @@ -2601,10 +2606,10 @@ sourceFile:file1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(46, 17) Source(13, 82) + SourceIndex(1) -2 >Emitted(46, 18) Source(13, 83) + SourceIndex(1) -3 >Emitted(46, 18) Source(13, 58) + SourceIndex(1) -4 >Emitted(46, 22) Source(13, 83) + SourceIndex(1) +1 >Emitted(47, 17) Source(13, 82) + SourceIndex(1) +2 >Emitted(47, 18) Source(13, 83) + SourceIndex(1) +3 >Emitted(47, 18) Source(13, 58) + SourceIndex(1) +4 >Emitted(47, 22) Source(13, 83) + SourceIndex(1) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^^^^^ @@ -2616,10 +2621,10 @@ sourceFile:file1.ts 2 > someClass 3 > {} 4 > -1->Emitted(47, 17) Source(13, 71) + SourceIndex(1) -2 >Emitted(47, 36) Source(13, 80) + SourceIndex(1) -3 >Emitted(47, 48) Source(13, 83) + SourceIndex(1) -4 >Emitted(47, 49) Source(13, 83) + SourceIndex(1) +1->Emitted(48, 17) Source(13, 71) + SourceIndex(1) +2 >Emitted(48, 36) Source(13, 80) + SourceIndex(1) +3 >Emitted(48, 48) Source(13, 83) + SourceIndex(1) +4 >Emitted(48, 49) Source(13, 83) + SourceIndex(1) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^^^^^ @@ -2640,15 +2645,15 @@ sourceFile:file1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(48, 13) Source(13, 84) + SourceIndex(1) -2 >Emitted(48, 14) Source(13, 85) + SourceIndex(1) -3 >Emitted(48, 16) Source(13, 46) + SourceIndex(1) -4 >Emitted(48, 25) Source(13, 55) + SourceIndex(1) -5 >Emitted(48, 28) Source(13, 46) + SourceIndex(1) -6 >Emitted(48, 47) Source(13, 55) + SourceIndex(1) -7 >Emitted(48, 52) Source(13, 46) + SourceIndex(1) -8 >Emitted(48, 71) Source(13, 55) + SourceIndex(1) -9 >Emitted(48, 79) Source(13, 85) + SourceIndex(1) +1->Emitted(49, 13) Source(13, 84) + SourceIndex(1) +2 >Emitted(49, 14) Source(13, 85) + SourceIndex(1) +3 >Emitted(49, 16) Source(13, 46) + SourceIndex(1) +4 >Emitted(49, 25) Source(13, 55) + SourceIndex(1) +5 >Emitted(49, 28) Source(13, 46) + SourceIndex(1) +6 >Emitted(49, 47) Source(13, 55) + SourceIndex(1) +7 >Emitted(49, 52) Source(13, 46) + SourceIndex(1) +8 >Emitted(49, 71) Source(13, 55) + SourceIndex(1) +9 >Emitted(49, 79) Source(13, 85) + SourceIndex(1) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^^^^^ @@ -2669,15 +2674,15 @@ sourceFile:file1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(49, 9) Source(13, 84) + SourceIndex(1) -2 >Emitted(49, 10) Source(13, 85) + SourceIndex(1) -3 >Emitted(49, 12) Source(13, 36) + SourceIndex(1) -4 >Emitted(49, 21) Source(13, 45) + SourceIndex(1) -5 >Emitted(49, 24) Source(13, 36) + SourceIndex(1) -6 >Emitted(49, 41) Source(13, 45) + SourceIndex(1) -7 >Emitted(49, 46) Source(13, 36) + SourceIndex(1) -8 >Emitted(49, 63) Source(13, 45) + SourceIndex(1) -9 >Emitted(49, 71) Source(13, 85) + SourceIndex(1) +1 >Emitted(50, 9) Source(13, 84) + SourceIndex(1) +2 >Emitted(50, 10) Source(13, 85) + SourceIndex(1) +3 >Emitted(50, 12) Source(13, 36) + SourceIndex(1) +4 >Emitted(50, 21) Source(13, 45) + SourceIndex(1) +5 >Emitted(50, 24) Source(13, 36) + SourceIndex(1) +6 >Emitted(50, 41) Source(13, 45) + SourceIndex(1) +7 >Emitted(50, 46) Source(13, 36) + SourceIndex(1) +8 >Emitted(50, 63) Source(13, 45) + SourceIndex(1) +9 >Emitted(50, 71) Source(13, 85) + SourceIndex(1) --- >>> /*@internal*/ normalN.someImport = someNamespace.C; 1 >^^^^^^^^ @@ -2699,15 +2704,15 @@ sourceFile:file1.ts 7 > . 8 > C 9 > ; -1 >Emitted(50, 9) Source(14, 5) + SourceIndex(1) -2 >Emitted(50, 22) Source(14, 18) + SourceIndex(1) -3 >Emitted(50, 23) Source(14, 33) + SourceIndex(1) -4 >Emitted(50, 41) Source(14, 43) + SourceIndex(1) -5 >Emitted(50, 44) Source(14, 46) + SourceIndex(1) -6 >Emitted(50, 57) Source(14, 59) + SourceIndex(1) -7 >Emitted(50, 58) Source(14, 60) + SourceIndex(1) -8 >Emitted(50, 59) Source(14, 61) + SourceIndex(1) -9 >Emitted(50, 60) Source(14, 62) + SourceIndex(1) +1 >Emitted(51, 9) Source(14, 5) + SourceIndex(1) +2 >Emitted(51, 22) Source(14, 18) + SourceIndex(1) +3 >Emitted(51, 23) Source(14, 33) + SourceIndex(1) +4 >Emitted(51, 41) Source(14, 43) + SourceIndex(1) +5 >Emitted(51, 44) Source(14, 46) + SourceIndex(1) +6 >Emitted(51, 57) Source(14, 59) + SourceIndex(1) +7 >Emitted(51, 58) Source(14, 60) + SourceIndex(1) +8 >Emitted(51, 59) Source(14, 61) + SourceIndex(1) +9 >Emitted(51, 60) Source(14, 62) + SourceIndex(1) --- >>> /*@internal*/ normalN.internalConst = 10; 1 >^^^^^^^^ @@ -2726,13 +2731,13 @@ sourceFile:file1.ts 5 > = 6 > 10 7 > ; -1 >Emitted(51, 9) Source(16, 5) + SourceIndex(1) -2 >Emitted(51, 22) Source(16, 18) + SourceIndex(1) -3 >Emitted(51, 23) Source(16, 32) + SourceIndex(1) -4 >Emitted(51, 44) Source(16, 45) + SourceIndex(1) -5 >Emitted(51, 47) Source(16, 48) + SourceIndex(1) -6 >Emitted(51, 49) Source(16, 50) + SourceIndex(1) -7 >Emitted(51, 50) Source(16, 51) + SourceIndex(1) +1 >Emitted(52, 9) Source(16, 5) + SourceIndex(1) +2 >Emitted(52, 22) Source(16, 18) + SourceIndex(1) +3 >Emitted(52, 23) Source(16, 32) + SourceIndex(1) +4 >Emitted(52, 44) Source(16, 45) + SourceIndex(1) +5 >Emitted(52, 47) Source(16, 48) + SourceIndex(1) +6 >Emitted(52, 49) Source(16, 50) + SourceIndex(1) +7 >Emitted(52, 50) Source(16, 51) + SourceIndex(1) --- >>> /*@internal*/ var internalEnum; 1 >^^^^^^^^ @@ -2746,11 +2751,11 @@ sourceFile:file1.ts 3 > 4 > export enum 5 > internalEnum { a, b, c } -1 >Emitted(52, 9) Source(17, 5) + SourceIndex(1) -2 >Emitted(52, 22) Source(17, 18) + SourceIndex(1) -3 >Emitted(52, 23) Source(17, 19) + SourceIndex(1) -4 >Emitted(52, 27) Source(17, 31) + SourceIndex(1) -5 >Emitted(52, 39) Source(17, 55) + SourceIndex(1) +1 >Emitted(53, 9) Source(17, 5) + SourceIndex(1) +2 >Emitted(53, 22) Source(17, 18) + SourceIndex(1) +3 >Emitted(53, 23) Source(17, 19) + SourceIndex(1) +4 >Emitted(53, 27) Source(17, 31) + SourceIndex(1) +5 >Emitted(53, 39) Source(17, 55) + SourceIndex(1) --- >>> (function (internalEnum) { 1 >^^^^^^^^ @@ -2760,9 +2765,9 @@ sourceFile:file1.ts 1 > 2 > export enum 3 > internalEnum -1 >Emitted(53, 9) Source(17, 19) + SourceIndex(1) -2 >Emitted(53, 20) Source(17, 31) + SourceIndex(1) -3 >Emitted(53, 32) Source(17, 43) + SourceIndex(1) +1 >Emitted(54, 9) Source(17, 19) + SourceIndex(1) +2 >Emitted(54, 20) Source(17, 31) + SourceIndex(1) +3 >Emitted(54, 32) Source(17, 43) + SourceIndex(1) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^^^^^ @@ -2772,9 +2777,9 @@ sourceFile:file1.ts 1-> { 2 > a 3 > -1->Emitted(54, 13) Source(17, 46) + SourceIndex(1) -2 >Emitted(54, 54) Source(17, 47) + SourceIndex(1) -3 >Emitted(54, 55) Source(17, 47) + SourceIndex(1) +1->Emitted(55, 13) Source(17, 46) + SourceIndex(1) +2 >Emitted(55, 54) Source(17, 47) + SourceIndex(1) +3 >Emitted(55, 55) Source(17, 47) + SourceIndex(1) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^^^^^ @@ -2784,9 +2789,9 @@ sourceFile:file1.ts 1->, 2 > b 3 > -1->Emitted(55, 13) Source(17, 49) + SourceIndex(1) -2 >Emitted(55, 54) Source(17, 50) + SourceIndex(1) -3 >Emitted(55, 55) Source(17, 50) + SourceIndex(1) +1->Emitted(56, 13) Source(17, 49) + SourceIndex(1) +2 >Emitted(56, 54) Source(17, 50) + SourceIndex(1) +3 >Emitted(56, 55) Source(17, 50) + SourceIndex(1) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^^^^^ @@ -2796,9 +2801,9 @@ sourceFile:file1.ts 1->, 2 > c 3 > -1->Emitted(56, 13) Source(17, 52) + SourceIndex(1) -2 >Emitted(56, 54) Source(17, 53) + SourceIndex(1) -3 >Emitted(56, 55) Source(17, 53) + SourceIndex(1) +1->Emitted(57, 13) Source(17, 52) + SourceIndex(1) +2 >Emitted(57, 54) Source(17, 53) + SourceIndex(1) +3 >Emitted(57, 55) Source(17, 53) + SourceIndex(1) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^^^^^ @@ -2819,15 +2824,15 @@ sourceFile:file1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(57, 9) Source(17, 54) + SourceIndex(1) -2 >Emitted(57, 10) Source(17, 55) + SourceIndex(1) -3 >Emitted(57, 12) Source(17, 31) + SourceIndex(1) -4 >Emitted(57, 24) Source(17, 43) + SourceIndex(1) -5 >Emitted(57, 27) Source(17, 31) + SourceIndex(1) -6 >Emitted(57, 47) Source(17, 43) + SourceIndex(1) -7 >Emitted(57, 52) Source(17, 31) + SourceIndex(1) -8 >Emitted(57, 72) Source(17, 43) + SourceIndex(1) -9 >Emitted(57, 80) Source(17, 55) + SourceIndex(1) +1->Emitted(58, 9) Source(17, 54) + SourceIndex(1) +2 >Emitted(58, 10) Source(17, 55) + SourceIndex(1) +3 >Emitted(58, 12) Source(17, 31) + SourceIndex(1) +4 >Emitted(58, 24) Source(17, 43) + SourceIndex(1) +5 >Emitted(58, 27) Source(17, 31) + SourceIndex(1) +6 >Emitted(58, 47) Source(17, 43) + SourceIndex(1) +7 >Emitted(58, 52) Source(17, 31) + SourceIndex(1) +8 >Emitted(58, 72) Source(17, 43) + SourceIndex(1) +9 >Emitted(58, 80) Source(17, 55) + SourceIndex(1) --- >>> })(normalN = exports.normalN || (exports.normalN = {})); 1 >^^^^ @@ -2859,15 +2864,15 @@ sourceFile:file1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(58, 5) Source(18, 1) + SourceIndex(1) -2 >Emitted(58, 6) Source(18, 2) + SourceIndex(1) -3 >Emitted(58, 8) Source(9, 18) + SourceIndex(1) -4 >Emitted(58, 15) Source(9, 25) + SourceIndex(1) -5 >Emitted(58, 18) Source(9, 18) + SourceIndex(1) -6 >Emitted(58, 33) Source(9, 25) + SourceIndex(1) -7 >Emitted(58, 38) Source(9, 18) + SourceIndex(1) -8 >Emitted(58, 53) Source(9, 25) + SourceIndex(1) -9 >Emitted(58, 61) Source(18, 2) + SourceIndex(1) +1 >Emitted(59, 5) Source(18, 1) + SourceIndex(1) +2 >Emitted(59, 6) Source(18, 2) + SourceIndex(1) +3 >Emitted(59, 8) Source(9, 18) + SourceIndex(1) +4 >Emitted(59, 15) Source(9, 25) + SourceIndex(1) +5 >Emitted(59, 18) Source(9, 18) + SourceIndex(1) +6 >Emitted(59, 33) Source(9, 25) + SourceIndex(1) +7 >Emitted(59, 38) Source(9, 18) + SourceIndex(1) +8 >Emitted(59, 53) Source(9, 25) + SourceIndex(1) +9 >Emitted(59, 61) Source(18, 2) + SourceIndex(1) --- >>> /*@internal*/ var internalC = /** @class */ (function () { 1->^^^^ @@ -2878,15 +2883,15 @@ sourceFile:file1.ts > 2 > /*@internal*/ 3 > -1->Emitted(59, 5) Source(19, 1) + SourceIndex(1) -2 >Emitted(59, 18) Source(19, 14) + SourceIndex(1) -3 >Emitted(59, 19) Source(19, 15) + SourceIndex(1) +1->Emitted(60, 5) Source(19, 1) + SourceIndex(1) +2 >Emitted(60, 18) Source(19, 14) + SourceIndex(1) +3 >Emitted(60, 19) Source(19, 15) + SourceIndex(1) --- >>> function internalC() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(60, 9) Source(19, 15) + SourceIndex(1) +1->Emitted(61, 9) Source(19, 15) + SourceIndex(1) --- >>> } 1->^^^^^^^^ @@ -2894,16 +2899,16 @@ sourceFile:file1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class internalC { 2 > } -1->Emitted(61, 9) Source(19, 39) + SourceIndex(1) -2 >Emitted(61, 10) Source(19, 40) + SourceIndex(1) +1->Emitted(62, 9) Source(19, 39) + SourceIndex(1) +2 >Emitted(62, 10) Source(19, 40) + SourceIndex(1) --- >>> return internalC; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(62, 9) Source(19, 39) + SourceIndex(1) -2 >Emitted(62, 25) Source(19, 40) + SourceIndex(1) +1->Emitted(63, 9) Source(19, 39) + SourceIndex(1) +2 >Emitted(63, 25) Source(19, 40) + SourceIndex(1) --- >>> }()); 1 >^^^^ @@ -2915,10 +2920,10 @@ sourceFile:file1.ts 2 > } 3 > 4 > export class internalC {} -1 >Emitted(63, 5) Source(19, 39) + SourceIndex(1) -2 >Emitted(63, 6) Source(19, 40) + SourceIndex(1) -3 >Emitted(63, 6) Source(19, 15) + SourceIndex(1) -4 >Emitted(63, 10) Source(19, 40) + SourceIndex(1) +1 >Emitted(64, 5) Source(19, 39) + SourceIndex(1) +2 >Emitted(64, 6) Source(19, 40) + SourceIndex(1) +3 >Emitted(64, 6) Source(19, 15) + SourceIndex(1) +4 >Emitted(64, 10) Source(19, 40) + SourceIndex(1) --- >>> exports.internalC = internalC; 1->^^^^ @@ -2926,8 +2931,8 @@ sourceFile:file1.ts 3 > ^^^^^^^^^^^-> 1-> 2 > internalC -1->Emitted(64, 5) Source(19, 28) + SourceIndex(1) -2 >Emitted(64, 35) Source(19, 37) + SourceIndex(1) +1->Emitted(65, 5) Source(19, 28) + SourceIndex(1) +2 >Emitted(65, 35) Source(19, 37) + SourceIndex(1) --- >>> /*@internal*/ function internalfoo() { } 1->^^^^ @@ -2945,13 +2950,13 @@ sourceFile:file1.ts 5 > internalfoo 6 > () { 7 > } -1->Emitted(65, 5) Source(20, 1) + SourceIndex(1) -2 >Emitted(65, 18) Source(20, 14) + SourceIndex(1) -3 >Emitted(65, 19) Source(20, 15) + SourceIndex(1) -4 >Emitted(65, 28) Source(20, 31) + SourceIndex(1) -5 >Emitted(65, 39) Source(20, 42) + SourceIndex(1) -6 >Emitted(65, 44) Source(20, 46) + SourceIndex(1) -7 >Emitted(65, 45) Source(20, 47) + SourceIndex(1) +1->Emitted(66, 5) Source(20, 1) + SourceIndex(1) +2 >Emitted(66, 18) Source(20, 14) + SourceIndex(1) +3 >Emitted(66, 19) Source(20, 15) + SourceIndex(1) +4 >Emitted(66, 28) Source(20, 31) + SourceIndex(1) +5 >Emitted(66, 39) Source(20, 42) + SourceIndex(1) +6 >Emitted(66, 44) Source(20, 46) + SourceIndex(1) +7 >Emitted(66, 45) Source(20, 47) + SourceIndex(1) --- >>> exports.internalfoo = internalfoo; 1 >^^^^ @@ -2959,8 +2964,8 @@ sourceFile:file1.ts 3 > ^^^-> 1 > 2 > export function internalfoo() {} -1 >Emitted(66, 5) Source(20, 15) + SourceIndex(1) -2 >Emitted(66, 39) Source(20, 47) + SourceIndex(1) +1 >Emitted(67, 5) Source(20, 15) + SourceIndex(1) +2 >Emitted(67, 39) Source(20, 47) + SourceIndex(1) --- >>> /*@internal*/ var internalNamespace; 1->^^^^ @@ -2976,12 +2981,12 @@ sourceFile:file1.ts 4 > export namespace 5 > internalNamespace 6 > { export class someClass {} } -1->Emitted(67, 5) Source(21, 1) + SourceIndex(1) -2 >Emitted(67, 18) Source(21, 14) + SourceIndex(1) -3 >Emitted(67, 19) Source(21, 15) + SourceIndex(1) -4 >Emitted(67, 23) Source(21, 32) + SourceIndex(1) -5 >Emitted(67, 40) Source(21, 49) + SourceIndex(1) -6 >Emitted(67, 41) Source(21, 79) + SourceIndex(1) +1->Emitted(68, 5) Source(21, 1) + SourceIndex(1) +2 >Emitted(68, 18) Source(21, 14) + SourceIndex(1) +3 >Emitted(68, 19) Source(21, 15) + SourceIndex(1) +4 >Emitted(68, 23) Source(21, 32) + SourceIndex(1) +5 >Emitted(68, 40) Source(21, 49) + SourceIndex(1) +6 >Emitted(68, 41) Source(21, 79) + SourceIndex(1) --- >>> (function (internalNamespace) { 1 >^^^^ @@ -2991,21 +2996,21 @@ sourceFile:file1.ts 1 > 2 > export namespace 3 > internalNamespace -1 >Emitted(68, 5) Source(21, 15) + SourceIndex(1) -2 >Emitted(68, 16) Source(21, 32) + SourceIndex(1) -3 >Emitted(68, 33) Source(21, 49) + SourceIndex(1) +1 >Emitted(69, 5) Source(21, 15) + SourceIndex(1) +2 >Emitted(69, 16) Source(21, 32) + SourceIndex(1) +3 >Emitted(69, 33) Source(21, 49) + SourceIndex(1) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(69, 9) Source(21, 52) + SourceIndex(1) +1->Emitted(70, 9) Source(21, 52) + SourceIndex(1) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(70, 13) Source(21, 52) + SourceIndex(1) +1->Emitted(71, 13) Source(21, 52) + SourceIndex(1) --- >>> } 1->^^^^^^^^^^^^ @@ -3013,16 +3018,16 @@ sourceFile:file1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(71, 13) Source(21, 76) + SourceIndex(1) -2 >Emitted(71, 14) Source(21, 77) + SourceIndex(1) +1->Emitted(72, 13) Source(21, 76) + SourceIndex(1) +2 >Emitted(72, 14) Source(21, 77) + SourceIndex(1) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(72, 13) Source(21, 76) + SourceIndex(1) -2 >Emitted(72, 29) Source(21, 77) + SourceIndex(1) +1->Emitted(73, 13) Source(21, 76) + SourceIndex(1) +2 >Emitted(73, 29) Source(21, 77) + SourceIndex(1) --- >>> }()); 1 >^^^^^^^^ @@ -3034,10 +3039,10 @@ sourceFile:file1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(73, 9) Source(21, 76) + SourceIndex(1) -2 >Emitted(73, 10) Source(21, 77) + SourceIndex(1) -3 >Emitted(73, 10) Source(21, 52) + SourceIndex(1) -4 >Emitted(73, 14) Source(21, 77) + SourceIndex(1) +1 >Emitted(74, 9) Source(21, 76) + SourceIndex(1) +2 >Emitted(74, 10) Source(21, 77) + SourceIndex(1) +3 >Emitted(74, 10) Source(21, 52) + SourceIndex(1) +4 >Emitted(74, 14) Source(21, 77) + SourceIndex(1) --- >>> internalNamespace.someClass = someClass; 1->^^^^^^^^ @@ -3049,10 +3054,10 @@ sourceFile:file1.ts 2 > someClass 3 > {} 4 > -1->Emitted(74, 9) Source(21, 65) + SourceIndex(1) -2 >Emitted(74, 36) Source(21, 74) + SourceIndex(1) -3 >Emitted(74, 48) Source(21, 77) + SourceIndex(1) -4 >Emitted(74, 49) Source(21, 77) + SourceIndex(1) +1->Emitted(75, 9) Source(21, 65) + SourceIndex(1) +2 >Emitted(75, 36) Source(21, 74) + SourceIndex(1) +3 >Emitted(75, 48) Source(21, 77) + SourceIndex(1) +4 >Emitted(75, 49) Source(21, 77) + SourceIndex(1) --- >>> })(internalNamespace = exports.internalNamespace || (exports.internalNamespace = {})); 1->^^^^ @@ -3073,15 +3078,15 @@ sourceFile:file1.ts 7 > 8 > internalNamespace 9 > { export class someClass {} } -1->Emitted(75, 5) Source(21, 78) + SourceIndex(1) -2 >Emitted(75, 6) Source(21, 79) + SourceIndex(1) -3 >Emitted(75, 8) Source(21, 32) + SourceIndex(1) -4 >Emitted(75, 25) Source(21, 49) + SourceIndex(1) -5 >Emitted(75, 28) Source(21, 32) + SourceIndex(1) -6 >Emitted(75, 53) Source(21, 49) + SourceIndex(1) -7 >Emitted(75, 58) Source(21, 32) + SourceIndex(1) -8 >Emitted(75, 83) Source(21, 49) + SourceIndex(1) -9 >Emitted(75, 91) Source(21, 79) + SourceIndex(1) +1->Emitted(76, 5) Source(21, 78) + SourceIndex(1) +2 >Emitted(76, 6) Source(21, 79) + SourceIndex(1) +3 >Emitted(76, 8) Source(21, 32) + SourceIndex(1) +4 >Emitted(76, 25) Source(21, 49) + SourceIndex(1) +5 >Emitted(76, 28) Source(21, 32) + SourceIndex(1) +6 >Emitted(76, 53) Source(21, 49) + SourceIndex(1) +7 >Emitted(76, 58) Source(21, 32) + SourceIndex(1) +8 >Emitted(76, 83) Source(21, 49) + SourceIndex(1) +9 >Emitted(76, 91) Source(21, 79) + SourceIndex(1) --- >>> /*@internal*/ var internalOther; 1 >^^^^ @@ -3097,12 +3102,12 @@ sourceFile:file1.ts 4 > export namespace 5 > internalOther 6 > .something { export class someClass {} } -1 >Emitted(76, 5) Source(22, 1) + SourceIndex(1) -2 >Emitted(76, 18) Source(22, 14) + SourceIndex(1) -3 >Emitted(76, 19) Source(22, 15) + SourceIndex(1) -4 >Emitted(76, 23) Source(22, 32) + SourceIndex(1) -5 >Emitted(76, 36) Source(22, 45) + SourceIndex(1) -6 >Emitted(76, 37) Source(22, 85) + SourceIndex(1) +1 >Emitted(77, 5) Source(22, 1) + SourceIndex(1) +2 >Emitted(77, 18) Source(22, 14) + SourceIndex(1) +3 >Emitted(77, 19) Source(22, 15) + SourceIndex(1) +4 >Emitted(77, 23) Source(22, 32) + SourceIndex(1) +5 >Emitted(77, 36) Source(22, 45) + SourceIndex(1) +6 >Emitted(77, 37) Source(22, 85) + SourceIndex(1) --- >>> (function (internalOther) { 1 >^^^^ @@ -3111,9 +3116,9 @@ sourceFile:file1.ts 1 > 2 > export namespace 3 > internalOther -1 >Emitted(77, 5) Source(22, 15) + SourceIndex(1) -2 >Emitted(77, 16) Source(22, 32) + SourceIndex(1) -3 >Emitted(77, 29) Source(22, 45) + SourceIndex(1) +1 >Emitted(78, 5) Source(22, 15) + SourceIndex(1) +2 >Emitted(78, 16) Source(22, 32) + SourceIndex(1) +3 >Emitted(78, 29) Source(22, 45) + SourceIndex(1) --- >>> var something; 1 >^^^^^^^^ @@ -3125,10 +3130,10 @@ sourceFile:file1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(78, 9) Source(22, 46) + SourceIndex(1) -2 >Emitted(78, 13) Source(22, 46) + SourceIndex(1) -3 >Emitted(78, 22) Source(22, 55) + SourceIndex(1) -4 >Emitted(78, 23) Source(22, 85) + SourceIndex(1) +1 >Emitted(79, 9) Source(22, 46) + SourceIndex(1) +2 >Emitted(79, 13) Source(22, 46) + SourceIndex(1) +3 >Emitted(79, 22) Source(22, 55) + SourceIndex(1) +4 >Emitted(79, 23) Source(22, 85) + SourceIndex(1) --- >>> (function (something) { 1->^^^^^^^^ @@ -3138,21 +3143,21 @@ sourceFile:file1.ts 1-> 2 > 3 > something -1->Emitted(79, 9) Source(22, 46) + SourceIndex(1) -2 >Emitted(79, 20) Source(22, 46) + SourceIndex(1) -3 >Emitted(79, 29) Source(22, 55) + SourceIndex(1) +1->Emitted(80, 9) Source(22, 46) + SourceIndex(1) +2 >Emitted(80, 20) Source(22, 46) + SourceIndex(1) +3 >Emitted(80, 29) Source(22, 55) + SourceIndex(1) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(80, 13) Source(22, 58) + SourceIndex(1) +1->Emitted(81, 13) Source(22, 58) + SourceIndex(1) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(81, 17) Source(22, 58) + SourceIndex(1) +1->Emitted(82, 17) Source(22, 58) + SourceIndex(1) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -3160,16 +3165,16 @@ sourceFile:file1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(82, 17) Source(22, 82) + SourceIndex(1) -2 >Emitted(82, 18) Source(22, 83) + SourceIndex(1) +1->Emitted(83, 17) Source(22, 82) + SourceIndex(1) +2 >Emitted(83, 18) Source(22, 83) + SourceIndex(1) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(83, 17) Source(22, 82) + SourceIndex(1) -2 >Emitted(83, 33) Source(22, 83) + SourceIndex(1) +1->Emitted(84, 17) Source(22, 82) + SourceIndex(1) +2 >Emitted(84, 33) Source(22, 83) + SourceIndex(1) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -3181,10 +3186,10 @@ sourceFile:file1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(84, 13) Source(22, 82) + SourceIndex(1) -2 >Emitted(84, 14) Source(22, 83) + SourceIndex(1) -3 >Emitted(84, 14) Source(22, 58) + SourceIndex(1) -4 >Emitted(84, 18) Source(22, 83) + SourceIndex(1) +1 >Emitted(85, 13) Source(22, 82) + SourceIndex(1) +2 >Emitted(85, 14) Source(22, 83) + SourceIndex(1) +3 >Emitted(85, 14) Source(22, 58) + SourceIndex(1) +4 >Emitted(85, 18) Source(22, 83) + SourceIndex(1) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -3196,10 +3201,10 @@ sourceFile:file1.ts 2 > someClass 3 > {} 4 > -1->Emitted(85, 13) Source(22, 71) + SourceIndex(1) -2 >Emitted(85, 32) Source(22, 80) + SourceIndex(1) -3 >Emitted(85, 44) Source(22, 83) + SourceIndex(1) -4 >Emitted(85, 45) Source(22, 83) + SourceIndex(1) +1->Emitted(86, 13) Source(22, 71) + SourceIndex(1) +2 >Emitted(86, 32) Source(22, 80) + SourceIndex(1) +3 >Emitted(86, 44) Source(22, 83) + SourceIndex(1) +4 >Emitted(86, 45) Source(22, 83) + SourceIndex(1) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^^^^^ @@ -3220,15 +3225,15 @@ sourceFile:file1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(86, 9) Source(22, 84) + SourceIndex(1) -2 >Emitted(86, 10) Source(22, 85) + SourceIndex(1) -3 >Emitted(86, 12) Source(22, 46) + SourceIndex(1) -4 >Emitted(86, 21) Source(22, 55) + SourceIndex(1) -5 >Emitted(86, 24) Source(22, 46) + SourceIndex(1) -6 >Emitted(86, 47) Source(22, 55) + SourceIndex(1) -7 >Emitted(86, 52) Source(22, 46) + SourceIndex(1) -8 >Emitted(86, 75) Source(22, 55) + SourceIndex(1) -9 >Emitted(86, 83) Source(22, 85) + SourceIndex(1) +1->Emitted(87, 9) Source(22, 84) + SourceIndex(1) +2 >Emitted(87, 10) Source(22, 85) + SourceIndex(1) +3 >Emitted(87, 12) Source(22, 46) + SourceIndex(1) +4 >Emitted(87, 21) Source(22, 55) + SourceIndex(1) +5 >Emitted(87, 24) Source(22, 46) + SourceIndex(1) +6 >Emitted(87, 47) Source(22, 55) + SourceIndex(1) +7 >Emitted(87, 52) Source(22, 46) + SourceIndex(1) +8 >Emitted(87, 75) Source(22, 55) + SourceIndex(1) +9 >Emitted(87, 83) Source(22, 85) + SourceIndex(1) --- >>> })(internalOther = exports.internalOther || (exports.internalOther = {})); 1 >^^^^ @@ -3249,15 +3254,15 @@ sourceFile:file1.ts 7 > 8 > internalOther 9 > .something { export class someClass {} } -1 >Emitted(87, 5) Source(22, 84) + SourceIndex(1) -2 >Emitted(87, 6) Source(22, 85) + SourceIndex(1) -3 >Emitted(87, 8) Source(22, 32) + SourceIndex(1) -4 >Emitted(87, 21) Source(22, 45) + SourceIndex(1) -5 >Emitted(87, 24) Source(22, 32) + SourceIndex(1) -6 >Emitted(87, 45) Source(22, 45) + SourceIndex(1) -7 >Emitted(87, 50) Source(22, 32) + SourceIndex(1) -8 >Emitted(87, 71) Source(22, 45) + SourceIndex(1) -9 >Emitted(87, 79) Source(22, 85) + SourceIndex(1) +1 >Emitted(88, 5) Source(22, 84) + SourceIndex(1) +2 >Emitted(88, 6) Source(22, 85) + SourceIndex(1) +3 >Emitted(88, 8) Source(22, 32) + SourceIndex(1) +4 >Emitted(88, 21) Source(22, 45) + SourceIndex(1) +5 >Emitted(88, 24) Source(22, 32) + SourceIndex(1) +6 >Emitted(88, 45) Source(22, 45) + SourceIndex(1) +7 >Emitted(88, 50) Source(22, 32) + SourceIndex(1) +8 >Emitted(88, 71) Source(22, 45) + SourceIndex(1) +9 >Emitted(88, 79) Source(22, 85) + SourceIndex(1) --- >>> /*@internal*/ exports.internalImport = internalNamespace.someClass; 1 >^^^^ @@ -3281,16 +3286,16 @@ sourceFile:file1.ts 8 > . 9 > someClass 10> ; -1 >Emitted(88, 5) Source(23, 1) + SourceIndex(1) -2 >Emitted(88, 18) Source(23, 14) + SourceIndex(1) -3 >Emitted(88, 19) Source(23, 29) + SourceIndex(1) -4 >Emitted(88, 27) Source(23, 29) + SourceIndex(1) -5 >Emitted(88, 41) Source(23, 43) + SourceIndex(1) -6 >Emitted(88, 44) Source(23, 46) + SourceIndex(1) -7 >Emitted(88, 61) Source(23, 63) + SourceIndex(1) -8 >Emitted(88, 62) Source(23, 64) + SourceIndex(1) -9 >Emitted(88, 71) Source(23, 73) + SourceIndex(1) -10>Emitted(88, 72) Source(23, 74) + SourceIndex(1) +1 >Emitted(89, 5) Source(23, 1) + SourceIndex(1) +2 >Emitted(89, 18) Source(23, 14) + SourceIndex(1) +3 >Emitted(89, 19) Source(23, 29) + SourceIndex(1) +4 >Emitted(89, 27) Source(23, 29) + SourceIndex(1) +5 >Emitted(89, 41) Source(23, 43) + SourceIndex(1) +6 >Emitted(89, 44) Source(23, 46) + SourceIndex(1) +7 >Emitted(89, 61) Source(23, 63) + SourceIndex(1) +8 >Emitted(89, 62) Source(23, 64) + SourceIndex(1) +9 >Emitted(89, 71) Source(23, 73) + SourceIndex(1) +10>Emitted(89, 72) Source(23, 74) + SourceIndex(1) --- >>> /*@internal*/ exports.internalConst = 10; 1 >^^^^ @@ -3311,14 +3316,14 @@ sourceFile:file1.ts 6 > = 7 > 10 8 > ; -1 >Emitted(89, 5) Source(25, 1) + SourceIndex(1) -2 >Emitted(89, 18) Source(25, 14) + SourceIndex(1) -3 >Emitted(89, 19) Source(25, 28) + SourceIndex(1) -4 >Emitted(89, 27) Source(25, 28) + SourceIndex(1) -5 >Emitted(89, 40) Source(25, 41) + SourceIndex(1) -6 >Emitted(89, 43) Source(25, 44) + SourceIndex(1) -7 >Emitted(89, 45) Source(25, 46) + SourceIndex(1) -8 >Emitted(89, 46) Source(25, 47) + SourceIndex(1) +1 >Emitted(90, 5) Source(25, 1) + SourceIndex(1) +2 >Emitted(90, 18) Source(25, 14) + SourceIndex(1) +3 >Emitted(90, 19) Source(25, 28) + SourceIndex(1) +4 >Emitted(90, 27) Source(25, 28) + SourceIndex(1) +5 >Emitted(90, 40) Source(25, 41) + SourceIndex(1) +6 >Emitted(90, 43) Source(25, 44) + SourceIndex(1) +7 >Emitted(90, 45) Source(25, 46) + SourceIndex(1) +8 >Emitted(90, 46) Source(25, 47) + SourceIndex(1) --- >>> /*@internal*/ var internalEnum; 1 >^^^^ @@ -3332,11 +3337,11 @@ sourceFile:file1.ts 3 > 4 > export enum 5 > internalEnum { a, b, c } -1 >Emitted(90, 5) Source(26, 1) + SourceIndex(1) -2 >Emitted(90, 18) Source(26, 14) + SourceIndex(1) -3 >Emitted(90, 19) Source(26, 15) + SourceIndex(1) -4 >Emitted(90, 23) Source(26, 27) + SourceIndex(1) -5 >Emitted(90, 35) Source(26, 51) + SourceIndex(1) +1 >Emitted(91, 5) Source(26, 1) + SourceIndex(1) +2 >Emitted(91, 18) Source(26, 14) + SourceIndex(1) +3 >Emitted(91, 19) Source(26, 15) + SourceIndex(1) +4 >Emitted(91, 23) Source(26, 27) + SourceIndex(1) +5 >Emitted(91, 35) Source(26, 51) + SourceIndex(1) --- >>> (function (internalEnum) { 1 >^^^^ @@ -3346,9 +3351,9 @@ sourceFile:file1.ts 1 > 2 > export enum 3 > internalEnum -1 >Emitted(91, 5) Source(26, 15) + SourceIndex(1) -2 >Emitted(91, 16) Source(26, 27) + SourceIndex(1) -3 >Emitted(91, 28) Source(26, 39) + SourceIndex(1) +1 >Emitted(92, 5) Source(26, 15) + SourceIndex(1) +2 >Emitted(92, 16) Source(26, 27) + SourceIndex(1) +3 >Emitted(92, 28) Source(26, 39) + SourceIndex(1) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -3358,9 +3363,9 @@ sourceFile:file1.ts 1-> { 2 > a 3 > -1->Emitted(92, 9) Source(26, 42) + SourceIndex(1) -2 >Emitted(92, 50) Source(26, 43) + SourceIndex(1) -3 >Emitted(92, 51) Source(26, 43) + SourceIndex(1) +1->Emitted(93, 9) Source(26, 42) + SourceIndex(1) +2 >Emitted(93, 50) Source(26, 43) + SourceIndex(1) +3 >Emitted(93, 51) Source(26, 43) + SourceIndex(1) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -3370,9 +3375,9 @@ sourceFile:file1.ts 1->, 2 > b 3 > -1->Emitted(93, 9) Source(26, 45) + SourceIndex(1) -2 >Emitted(93, 50) Source(26, 46) + SourceIndex(1) -3 >Emitted(93, 51) Source(26, 46) + SourceIndex(1) +1->Emitted(94, 9) Source(26, 45) + SourceIndex(1) +2 >Emitted(94, 50) Source(26, 46) + SourceIndex(1) +3 >Emitted(94, 51) Source(26, 46) + SourceIndex(1) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -3382,9 +3387,9 @@ sourceFile:file1.ts 1->, 2 > c 3 > -1->Emitted(94, 9) Source(26, 48) + SourceIndex(1) -2 >Emitted(94, 50) Source(26, 49) + SourceIndex(1) -3 >Emitted(94, 51) Source(26, 49) + SourceIndex(1) +1->Emitted(95, 9) Source(26, 48) + SourceIndex(1) +2 >Emitted(95, 50) Source(26, 49) + SourceIndex(1) +3 >Emitted(95, 51) Source(26, 49) + SourceIndex(1) --- >>> })(internalEnum = exports.internalEnum || (exports.internalEnum = {})); 1->^^^^ @@ -3405,15 +3410,15 @@ sourceFile:file1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(95, 5) Source(26, 50) + SourceIndex(1) -2 >Emitted(95, 6) Source(26, 51) + SourceIndex(1) -3 >Emitted(95, 8) Source(26, 27) + SourceIndex(1) -4 >Emitted(95, 20) Source(26, 39) + SourceIndex(1) -5 >Emitted(95, 23) Source(26, 27) + SourceIndex(1) -6 >Emitted(95, 43) Source(26, 39) + SourceIndex(1) -7 >Emitted(95, 48) Source(26, 27) + SourceIndex(1) -8 >Emitted(95, 68) Source(26, 39) + SourceIndex(1) -9 >Emitted(95, 76) Source(26, 51) + SourceIndex(1) +1->Emitted(96, 5) Source(26, 50) + SourceIndex(1) +2 >Emitted(96, 6) Source(26, 51) + SourceIndex(1) +3 >Emitted(96, 8) Source(26, 27) + SourceIndex(1) +4 >Emitted(96, 20) Source(26, 39) + SourceIndex(1) +5 >Emitted(96, 23) Source(26, 27) + SourceIndex(1) +6 >Emitted(96, 43) Source(26, 39) + SourceIndex(1) +7 >Emitted(96, 48) Source(26, 27) + SourceIndex(1) +8 >Emitted(96, 68) Source(26, 39) + SourceIndex(1) +9 >Emitted(96, 76) Source(26, 51) + SourceIndex(1) --- >>> console.log(exports.x); 1 >^^^^ @@ -3432,14 +3437,14 @@ sourceFile:file1.ts 6 > x 7 > ) 8 > ; -1 >Emitted(96, 5) Source(26, 51) + SourceIndex(1) -2 >Emitted(96, 12) Source(26, 58) + SourceIndex(1) -3 >Emitted(96, 13) Source(26, 59) + SourceIndex(1) -4 >Emitted(96, 16) Source(26, 62) + SourceIndex(1) -5 >Emitted(96, 17) Source(26, 63) + SourceIndex(1) -6 >Emitted(96, 26) Source(26, 64) + SourceIndex(1) -7 >Emitted(96, 27) Source(26, 65) + SourceIndex(1) -8 >Emitted(96, 28) Source(26, 66) + SourceIndex(1) +1 >Emitted(97, 5) Source(26, 51) + SourceIndex(1) +2 >Emitted(97, 12) Source(26, 58) + SourceIndex(1) +3 >Emitted(97, 13) Source(26, 59) + SourceIndex(1) +4 >Emitted(97, 16) Source(26, 62) + SourceIndex(1) +5 >Emitted(97, 17) Source(26, 63) + SourceIndex(1) +6 >Emitted(97, 26) Source(26, 64) + SourceIndex(1) +7 >Emitted(97, 27) Source(26, 65) + SourceIndex(1) +8 >Emitted(97, 28) Source(26, 66) + SourceIndex(1) --- ------------------------------------------------------------------- emittedFile:/src/lib/module.js @@ -3462,12 +3467,12 @@ sourceFile:file2.ts 4 > = 5 > 20 6 > ; -1 >Emitted(101, 5) Source(1, 14) + SourceIndex(2) -2 >Emitted(101, 13) Source(1, 14) + SourceIndex(2) -3 >Emitted(101, 14) Source(1, 15) + SourceIndex(2) -4 >Emitted(101, 17) Source(1, 18) + SourceIndex(2) -5 >Emitted(101, 19) Source(1, 20) + SourceIndex(2) -6 >Emitted(101, 20) Source(1, 21) + SourceIndex(2) +1 >Emitted(102, 5) Source(1, 14) + SourceIndex(2) +2 >Emitted(102, 13) Source(1, 14) + SourceIndex(2) +3 >Emitted(102, 14) Source(1, 15) + SourceIndex(2) +4 >Emitted(102, 17) Source(1, 18) + SourceIndex(2) +5 >Emitted(102, 19) Source(1, 20) + SourceIndex(2) +6 >Emitted(102, 20) Source(1, 21) + SourceIndex(2) --- ------------------------------------------------------------------- emittedFile:/src/lib/module.js @@ -3488,12 +3493,12 @@ sourceFile:global.ts 4 > = 5 > 10 6 > ; -1 >Emitted(103, 1) Source(1, 1) + SourceIndex(3) -2 >Emitted(103, 5) Source(1, 7) + SourceIndex(3) -3 >Emitted(103, 16) Source(1, 18) + SourceIndex(3) -4 >Emitted(103, 19) Source(1, 21) + SourceIndex(3) -5 >Emitted(103, 21) Source(1, 23) + SourceIndex(3) -6 >Emitted(103, 22) Source(1, 24) + SourceIndex(3) +1 >Emitted(104, 1) Source(1, 1) + SourceIndex(3) +2 >Emitted(104, 5) Source(1, 7) + SourceIndex(3) +3 >Emitted(104, 16) Source(1, 18) + SourceIndex(3) +4 >Emitted(104, 19) Source(1, 21) + SourceIndex(3) +5 >Emitted(104, 21) Source(1, 23) + SourceIndex(3) +6 >Emitted(104, 22) Source(1, 24) + SourceIndex(3) --- >>>//# sourceMappingURL=module.js.map @@ -3511,7 +3516,7 @@ sourceFile:global.ts "sections": [ { "pos": 0, - "end": 4158, + "end": 4180, "kind": "text" } ] @@ -3568,7 +3573,7 @@ sourceFile:global.ts ====================================================================== File:: /src/lib/module.js ---------------------------------------------------------------------- -text: (0-4158) +text: (0-4180) /*@internal*/ var myGlob = 20; define("file1", ["require", "exports"], function (require, exports) { "use strict"; @@ -3577,8 +3582,9 @@ define("file1", ["require", "exports"], function (require, exports) { var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - /*@internal*/ normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + /*@internal*/ proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: true, diff --git a/tests/baselines/reference/tsbuild/amdModulesWithOut/incremental-headers-change-without-dts-changes/stripInternal.js b/tests/baselines/reference/tsbuild/amdModulesWithOut/incremental-headers-change-without-dts-changes/stripInternal.js index 1c8bad6c40a1d..c4c3d42a2a761 100644 --- a/tests/baselines/reference/tsbuild/amdModulesWithOut/incremental-headers-change-without-dts-changes/stripInternal.js +++ b/tests/baselines/reference/tsbuild/amdModulesWithOut/incremental-headers-change-without-dts-changes/stripInternal.js @@ -208,8 +208,9 @@ define("file1", ["require", "exports"], function (require, exports) { var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - /*@internal*/ normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + /*@internal*/ proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: true, @@ -311,7 +312,7 @@ var myVar = 30; //# sourceMappingURL=module.js.map //// [/src/app/module.js.map] -{"version":3,"file":"module.js","sourceRoot":"","sources":["../lib/file0.ts","../lib/file1.ts","../lib/file2.ts","../lib/global.ts","file3.ts","file4.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"module.js","sourceRoot":"","sources":["../lib/file0.ts","../lib/file1.ts","../lib/file2.ts","../lib/global.ts","file3.ts","file4.ts"],"names":[],"mappings":"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"} //// [/src/app/module.js.map.baseline.txt] =================================================================== @@ -407,49 +408,50 @@ sourceFile:../lib/file1.ts >>> } 1 >^^^^^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >constructor() { 2 > } 1 >Emitted(8, 9) Source(3, 35) + SourceIndex(1) 2 >Emitted(8, 10) Source(3, 36) + SourceIndex(1) --- ->>> /*@internal*/ normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> /*@internal*/ proto_1.method = function () { }; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^ 3 > ^ -4 > ^^^^^^^^^^^^^^^^^^^^^^^^ -5 > ^^^ -6 > ^^^^^^^^^^^^^^ -7 > ^ +4 > ^^^^^^^^^^^^^^ +5 > ^^^ +6 > ^^^^^^^^^^^^^^ +7 > ^ 1-> > /*@internal*/ prop: string; > 2 > /*@internal*/ 3 > 4 > method -5 > -6 > method() { -7 > } -1->Emitted(9, 9) Source(5, 5) + SourceIndex(1) -2 >Emitted(9, 22) Source(5, 18) + SourceIndex(1) -3 >Emitted(9, 23) Source(5, 19) + SourceIndex(1) -4 >Emitted(9, 47) Source(5, 25) + SourceIndex(1) -5 >Emitted(9, 50) Source(5, 19) + SourceIndex(1) -6 >Emitted(9, 64) Source(5, 30) + SourceIndex(1) -7 >Emitted(9, 65) Source(5, 31) + SourceIndex(1) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +5 > +6 > method() { +7 > } +1->Emitted(10, 9) Source(5, 5) + SourceIndex(1) +2 >Emitted(10, 22) Source(5, 18) + SourceIndex(1) +3 >Emitted(10, 23) Source(5, 19) + SourceIndex(1) +4 >Emitted(10, 37) Source(5, 25) + SourceIndex(1) +5 >Emitted(10, 40) Source(5, 19) + SourceIndex(1) +6 >Emitted(10, 54) Source(5, 30) + SourceIndex(1) +7 >Emitted(10, 55) Source(5, 31) + SourceIndex(1) +--- +>>> Object.defineProperty(proto_1, "c", { 1 >^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ -4 > ^^^^^^^-> +3 > ^^^^^^^^^^^^ +4 > ^^^^^^^^^^^^^^^^^-> 1 > > /*@internal*/ 2 > get 3 > c -1 >Emitted(10, 9) Source(6, 19) + SourceIndex(1) -2 >Emitted(10, 31) Source(6, 23) + SourceIndex(1) -3 >Emitted(10, 53) Source(6, 24) + SourceIndex(1) +1 >Emitted(11, 9) Source(6, 19) + SourceIndex(1) +2 >Emitted(11, 31) Source(6, 23) + SourceIndex(1) +3 >Emitted(11, 43) Source(6, 24) + SourceIndex(1) --- >>> /*@internal*/ get: function () { return 10; }, 1->^^^^^^^^^^^^ @@ -470,15 +472,15 @@ sourceFile:../lib/file1.ts 7 > ; 8 > 9 > } -1->Emitted(11, 13) Source(6, 5) + SourceIndex(1) -2 >Emitted(11, 26) Source(6, 18) + SourceIndex(1) -3 >Emitted(11, 32) Source(6, 19) + SourceIndex(1) -4 >Emitted(11, 46) Source(6, 29) + SourceIndex(1) -5 >Emitted(11, 53) Source(6, 36) + SourceIndex(1) -6 >Emitted(11, 55) Source(6, 38) + SourceIndex(1) -7 >Emitted(11, 56) Source(6, 39) + SourceIndex(1) -8 >Emitted(11, 57) Source(6, 40) + SourceIndex(1) -9 >Emitted(11, 58) Source(6, 41) + SourceIndex(1) +1->Emitted(12, 13) Source(6, 5) + SourceIndex(1) +2 >Emitted(12, 26) Source(6, 18) + SourceIndex(1) +3 >Emitted(12, 32) Source(6, 19) + SourceIndex(1) +4 >Emitted(12, 46) Source(6, 29) + SourceIndex(1) +5 >Emitted(12, 53) Source(6, 36) + SourceIndex(1) +6 >Emitted(12, 55) Source(6, 38) + SourceIndex(1) +7 >Emitted(12, 56) Source(6, 39) + SourceIndex(1) +8 >Emitted(12, 57) Source(6, 40) + SourceIndex(1) +9 >Emitted(12, 58) Source(6, 41) + SourceIndex(1) --- >>> /*@internal*/ set: function (val) { }, 1 >^^^^^^^^^^^^ @@ -496,13 +498,13 @@ sourceFile:../lib/file1.ts 5 > val: number 6 > ) { 7 > } -1 >Emitted(12, 13) Source(7, 5) + SourceIndex(1) -2 >Emitted(12, 26) Source(7, 18) + SourceIndex(1) -3 >Emitted(12, 32) Source(7, 19) + SourceIndex(1) -4 >Emitted(12, 42) Source(7, 25) + SourceIndex(1) -5 >Emitted(12, 45) Source(7, 36) + SourceIndex(1) -6 >Emitted(12, 49) Source(7, 40) + SourceIndex(1) -7 >Emitted(12, 50) Source(7, 41) + SourceIndex(1) +1 >Emitted(13, 13) Source(7, 5) + SourceIndex(1) +2 >Emitted(13, 26) Source(7, 18) + SourceIndex(1) +3 >Emitted(13, 32) Source(7, 19) + SourceIndex(1) +4 >Emitted(13, 42) Source(7, 25) + SourceIndex(1) +5 >Emitted(13, 45) Source(7, 36) + SourceIndex(1) +6 >Emitted(13, 49) Source(7, 40) + SourceIndex(1) +7 >Emitted(13, 50) Source(7, 41) + SourceIndex(1) --- >>> enumerable: true, >>> configurable: true @@ -510,7 +512,7 @@ sourceFile:../lib/file1.ts 1 >^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(15, 12) Source(6, 41) + SourceIndex(1) +1 >Emitted(16, 12) Source(6, 41) + SourceIndex(1) --- >>> return normalC; 1->^^^^^^^^ @@ -519,8 +521,8 @@ sourceFile:../lib/file1.ts > /*@internal*/ set c(val: number) { } > 2 > } -1->Emitted(16, 9) Source(8, 1) + SourceIndex(1) -2 >Emitted(16, 23) Source(8, 2) + SourceIndex(1) +1->Emitted(17, 9) Source(8, 1) + SourceIndex(1) +2 >Emitted(17, 23) Source(8, 2) + SourceIndex(1) --- >>> }()); 1 >^^^^ @@ -538,18 +540,18 @@ sourceFile:../lib/file1.ts > /*@internal*/ get c() { return 10; } > /*@internal*/ set c(val: number) { } > } -1 >Emitted(17, 5) Source(8, 1) + SourceIndex(1) -2 >Emitted(17, 6) Source(8, 2) + SourceIndex(1) -3 >Emitted(17, 6) Source(2, 1) + SourceIndex(1) -4 >Emitted(17, 10) Source(8, 2) + SourceIndex(1) +1 >Emitted(18, 5) Source(8, 1) + SourceIndex(1) +2 >Emitted(18, 6) Source(8, 2) + SourceIndex(1) +3 >Emitted(18, 6) Source(2, 1) + SourceIndex(1) +4 >Emitted(18, 10) Source(8, 2) + SourceIndex(1) --- >>> exports.normalC = normalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^ 1-> 2 > normalC -1->Emitted(18, 5) Source(2, 14) + SourceIndex(1) -2 >Emitted(18, 31) Source(2, 21) + SourceIndex(1) +1->Emitted(19, 5) Source(2, 14) + SourceIndex(1) +2 >Emitted(19, 31) Source(2, 21) + SourceIndex(1) --- >>> var normalN; 1 >^^^^ @@ -577,10 +579,10 @@ sourceFile:../lib/file1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(19, 5) Source(9, 1) + SourceIndex(1) -2 >Emitted(19, 9) Source(9, 18) + SourceIndex(1) -3 >Emitted(19, 16) Source(9, 25) + SourceIndex(1) -4 >Emitted(19, 17) Source(18, 2) + SourceIndex(1) +1 >Emitted(20, 5) Source(9, 1) + SourceIndex(1) +2 >Emitted(20, 9) Source(9, 18) + SourceIndex(1) +3 >Emitted(20, 16) Source(9, 25) + SourceIndex(1) +4 >Emitted(20, 17) Source(18, 2) + SourceIndex(1) --- >>> (function (normalN) { 1->^^^^ @@ -590,9 +592,9 @@ sourceFile:../lib/file1.ts 1-> 2 > export namespace 3 > normalN -1->Emitted(20, 5) Source(9, 1) + SourceIndex(1) -2 >Emitted(20, 16) Source(9, 18) + SourceIndex(1) -3 >Emitted(20, 23) Source(9, 25) + SourceIndex(1) +1->Emitted(21, 5) Source(9, 1) + SourceIndex(1) +2 >Emitted(21, 16) Source(9, 18) + SourceIndex(1) +3 >Emitted(21, 23) Source(9, 25) + SourceIndex(1) --- >>> /*@internal*/ var C = /** @class */ (function () { 1->^^^^^^^^ @@ -603,15 +605,15 @@ sourceFile:../lib/file1.ts > 2 > /*@internal*/ 3 > -1->Emitted(21, 9) Source(10, 5) + SourceIndex(1) -2 >Emitted(21, 22) Source(10, 18) + SourceIndex(1) -3 >Emitted(21, 23) Source(10, 19) + SourceIndex(1) +1->Emitted(22, 9) Source(10, 5) + SourceIndex(1) +2 >Emitted(22, 22) Source(10, 18) + SourceIndex(1) +3 >Emitted(22, 23) Source(10, 19) + SourceIndex(1) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(22, 13) Source(10, 19) + SourceIndex(1) +1->Emitted(23, 13) Source(10, 19) + SourceIndex(1) --- >>> } 1->^^^^^^^^^^^^ @@ -619,16 +621,16 @@ sourceFile:../lib/file1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(23, 13) Source(10, 36) + SourceIndex(1) -2 >Emitted(23, 14) Source(10, 37) + SourceIndex(1) +1->Emitted(24, 13) Source(10, 36) + SourceIndex(1) +2 >Emitted(24, 14) Source(10, 37) + SourceIndex(1) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(24, 13) Source(10, 36) + SourceIndex(1) -2 >Emitted(24, 21) Source(10, 37) + SourceIndex(1) +1->Emitted(25, 13) Source(10, 36) + SourceIndex(1) +2 >Emitted(25, 21) Source(10, 37) + SourceIndex(1) --- >>> }()); 1 >^^^^^^^^ @@ -640,10 +642,10 @@ sourceFile:../lib/file1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(25, 9) Source(10, 36) + SourceIndex(1) -2 >Emitted(25, 10) Source(10, 37) + SourceIndex(1) -3 >Emitted(25, 10) Source(10, 19) + SourceIndex(1) -4 >Emitted(25, 14) Source(10, 37) + SourceIndex(1) +1 >Emitted(26, 9) Source(10, 36) + SourceIndex(1) +2 >Emitted(26, 10) Source(10, 37) + SourceIndex(1) +3 >Emitted(26, 10) Source(10, 19) + SourceIndex(1) +4 >Emitted(26, 14) Source(10, 37) + SourceIndex(1) --- >>> normalN.C = C; 1->^^^^^^^^ @@ -655,10 +657,10 @@ sourceFile:../lib/file1.ts 2 > C 3 > { } 4 > -1->Emitted(26, 9) Source(10, 32) + SourceIndex(1) -2 >Emitted(26, 18) Source(10, 33) + SourceIndex(1) -3 >Emitted(26, 22) Source(10, 37) + SourceIndex(1) -4 >Emitted(26, 23) Source(10, 37) + SourceIndex(1) +1->Emitted(27, 9) Source(10, 32) + SourceIndex(1) +2 >Emitted(27, 18) Source(10, 33) + SourceIndex(1) +3 >Emitted(27, 22) Source(10, 37) + SourceIndex(1) +4 >Emitted(27, 23) Source(10, 37) + SourceIndex(1) --- >>> /*@internal*/ function foo() { } 1->^^^^^^^^ @@ -676,13 +678,13 @@ sourceFile:../lib/file1.ts 5 > foo 6 > () { 7 > } -1->Emitted(27, 9) Source(11, 5) + SourceIndex(1) -2 >Emitted(27, 22) Source(11, 18) + SourceIndex(1) -3 >Emitted(27, 23) Source(11, 19) + SourceIndex(1) -4 >Emitted(27, 32) Source(11, 35) + SourceIndex(1) -5 >Emitted(27, 35) Source(11, 38) + SourceIndex(1) -6 >Emitted(27, 40) Source(11, 42) + SourceIndex(1) -7 >Emitted(27, 41) Source(11, 43) + SourceIndex(1) +1->Emitted(28, 9) Source(11, 5) + SourceIndex(1) +2 >Emitted(28, 22) Source(11, 18) + SourceIndex(1) +3 >Emitted(28, 23) Source(11, 19) + SourceIndex(1) +4 >Emitted(28, 32) Source(11, 35) + SourceIndex(1) +5 >Emitted(28, 35) Source(11, 38) + SourceIndex(1) +6 >Emitted(28, 40) Source(11, 42) + SourceIndex(1) +7 >Emitted(28, 41) Source(11, 43) + SourceIndex(1) --- >>> normalN.foo = foo; 1 >^^^^^^^^ @@ -694,10 +696,10 @@ sourceFile:../lib/file1.ts 2 > foo 3 > () {} 4 > -1 >Emitted(28, 9) Source(11, 35) + SourceIndex(1) -2 >Emitted(28, 20) Source(11, 38) + SourceIndex(1) -3 >Emitted(28, 26) Source(11, 43) + SourceIndex(1) -4 >Emitted(28, 27) Source(11, 43) + SourceIndex(1) +1 >Emitted(29, 9) Source(11, 35) + SourceIndex(1) +2 >Emitted(29, 20) Source(11, 38) + SourceIndex(1) +3 >Emitted(29, 26) Source(11, 43) + SourceIndex(1) +4 >Emitted(29, 27) Source(11, 43) + SourceIndex(1) --- >>> /*@internal*/ var someNamespace; 1->^^^^^^^^ @@ -713,12 +715,12 @@ sourceFile:../lib/file1.ts 4 > export namespace 5 > someNamespace 6 > { export class C {} } -1->Emitted(29, 9) Source(12, 5) + SourceIndex(1) -2 >Emitted(29, 22) Source(12, 18) + SourceIndex(1) -3 >Emitted(29, 23) Source(12, 19) + SourceIndex(1) -4 >Emitted(29, 27) Source(12, 36) + SourceIndex(1) -5 >Emitted(29, 40) Source(12, 49) + SourceIndex(1) -6 >Emitted(29, 41) Source(12, 71) + SourceIndex(1) +1->Emitted(30, 9) Source(12, 5) + SourceIndex(1) +2 >Emitted(30, 22) Source(12, 18) + SourceIndex(1) +3 >Emitted(30, 23) Source(12, 19) + SourceIndex(1) +4 >Emitted(30, 27) Source(12, 36) + SourceIndex(1) +5 >Emitted(30, 40) Source(12, 49) + SourceIndex(1) +6 >Emitted(30, 41) Source(12, 71) + SourceIndex(1) --- >>> (function (someNamespace) { 1 >^^^^^^^^ @@ -728,21 +730,21 @@ sourceFile:../lib/file1.ts 1 > 2 > export namespace 3 > someNamespace -1 >Emitted(30, 9) Source(12, 19) + SourceIndex(1) -2 >Emitted(30, 20) Source(12, 36) + SourceIndex(1) -3 >Emitted(30, 33) Source(12, 49) + SourceIndex(1) +1 >Emitted(31, 9) Source(12, 19) + SourceIndex(1) +2 >Emitted(31, 20) Source(12, 36) + SourceIndex(1) +3 >Emitted(31, 33) Source(12, 49) + SourceIndex(1) --- >>> var C = /** @class */ (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(31, 13) Source(12, 52) + SourceIndex(1) +1->Emitted(32, 13) Source(12, 52) + SourceIndex(1) --- >>> function C() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(32, 17) Source(12, 52) + SourceIndex(1) +1->Emitted(33, 17) Source(12, 52) + SourceIndex(1) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -750,16 +752,16 @@ sourceFile:../lib/file1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(33, 17) Source(12, 68) + SourceIndex(1) -2 >Emitted(33, 18) Source(12, 69) + SourceIndex(1) +1->Emitted(34, 17) Source(12, 68) + SourceIndex(1) +2 >Emitted(34, 18) Source(12, 69) + SourceIndex(1) --- >>> return C; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(34, 17) Source(12, 68) + SourceIndex(1) -2 >Emitted(34, 25) Source(12, 69) + SourceIndex(1) +1->Emitted(35, 17) Source(12, 68) + SourceIndex(1) +2 >Emitted(35, 25) Source(12, 69) + SourceIndex(1) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -771,10 +773,10 @@ sourceFile:../lib/file1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(35, 13) Source(12, 68) + SourceIndex(1) -2 >Emitted(35, 14) Source(12, 69) + SourceIndex(1) -3 >Emitted(35, 14) Source(12, 52) + SourceIndex(1) -4 >Emitted(35, 18) Source(12, 69) + SourceIndex(1) +1 >Emitted(36, 13) Source(12, 68) + SourceIndex(1) +2 >Emitted(36, 14) Source(12, 69) + SourceIndex(1) +3 >Emitted(36, 14) Source(12, 52) + SourceIndex(1) +4 >Emitted(36, 18) Source(12, 69) + SourceIndex(1) --- >>> someNamespace.C = C; 1->^^^^^^^^^^^^ @@ -786,10 +788,10 @@ sourceFile:../lib/file1.ts 2 > C 3 > {} 4 > -1->Emitted(36, 13) Source(12, 65) + SourceIndex(1) -2 >Emitted(36, 28) Source(12, 66) + SourceIndex(1) -3 >Emitted(36, 32) Source(12, 69) + SourceIndex(1) -4 >Emitted(36, 33) Source(12, 69) + SourceIndex(1) +1->Emitted(37, 13) Source(12, 65) + SourceIndex(1) +2 >Emitted(37, 28) Source(12, 66) + SourceIndex(1) +3 >Emitted(37, 32) Source(12, 69) + SourceIndex(1) +4 >Emitted(37, 33) Source(12, 69) + SourceIndex(1) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^^^^^ @@ -810,15 +812,15 @@ sourceFile:../lib/file1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(37, 9) Source(12, 70) + SourceIndex(1) -2 >Emitted(37, 10) Source(12, 71) + SourceIndex(1) -3 >Emitted(37, 12) Source(12, 36) + SourceIndex(1) -4 >Emitted(37, 25) Source(12, 49) + SourceIndex(1) -5 >Emitted(37, 28) Source(12, 36) + SourceIndex(1) -6 >Emitted(37, 49) Source(12, 49) + SourceIndex(1) -7 >Emitted(37, 54) Source(12, 36) + SourceIndex(1) -8 >Emitted(37, 75) Source(12, 49) + SourceIndex(1) -9 >Emitted(37, 83) Source(12, 71) + SourceIndex(1) +1->Emitted(38, 9) Source(12, 70) + SourceIndex(1) +2 >Emitted(38, 10) Source(12, 71) + SourceIndex(1) +3 >Emitted(38, 12) Source(12, 36) + SourceIndex(1) +4 >Emitted(38, 25) Source(12, 49) + SourceIndex(1) +5 >Emitted(38, 28) Source(12, 36) + SourceIndex(1) +6 >Emitted(38, 49) Source(12, 49) + SourceIndex(1) +7 >Emitted(38, 54) Source(12, 36) + SourceIndex(1) +8 >Emitted(38, 75) Source(12, 49) + SourceIndex(1) +9 >Emitted(38, 83) Source(12, 71) + SourceIndex(1) --- >>> /*@internal*/ var someOther; 1 >^^^^^^^^ @@ -834,12 +836,12 @@ sourceFile:../lib/file1.ts 4 > export namespace 5 > someOther 6 > .something { export class someClass {} } -1 >Emitted(38, 9) Source(13, 5) + SourceIndex(1) -2 >Emitted(38, 22) Source(13, 18) + SourceIndex(1) -3 >Emitted(38, 23) Source(13, 19) + SourceIndex(1) -4 >Emitted(38, 27) Source(13, 36) + SourceIndex(1) -5 >Emitted(38, 36) Source(13, 45) + SourceIndex(1) -6 >Emitted(38, 37) Source(13, 85) + SourceIndex(1) +1 >Emitted(39, 9) Source(13, 5) + SourceIndex(1) +2 >Emitted(39, 22) Source(13, 18) + SourceIndex(1) +3 >Emitted(39, 23) Source(13, 19) + SourceIndex(1) +4 >Emitted(39, 27) Source(13, 36) + SourceIndex(1) +5 >Emitted(39, 36) Source(13, 45) + SourceIndex(1) +6 >Emitted(39, 37) Source(13, 85) + SourceIndex(1) --- >>> (function (someOther) { 1 >^^^^^^^^ @@ -848,9 +850,9 @@ sourceFile:../lib/file1.ts 1 > 2 > export namespace 3 > someOther -1 >Emitted(39, 9) Source(13, 19) + SourceIndex(1) -2 >Emitted(39, 20) Source(13, 36) + SourceIndex(1) -3 >Emitted(39, 29) Source(13, 45) + SourceIndex(1) +1 >Emitted(40, 9) Source(13, 19) + SourceIndex(1) +2 >Emitted(40, 20) Source(13, 36) + SourceIndex(1) +3 >Emitted(40, 29) Source(13, 45) + SourceIndex(1) --- >>> var something; 1 >^^^^^^^^^^^^ @@ -862,10 +864,10 @@ sourceFile:../lib/file1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(40, 13) Source(13, 46) + SourceIndex(1) -2 >Emitted(40, 17) Source(13, 46) + SourceIndex(1) -3 >Emitted(40, 26) Source(13, 55) + SourceIndex(1) -4 >Emitted(40, 27) Source(13, 85) + SourceIndex(1) +1 >Emitted(41, 13) Source(13, 46) + SourceIndex(1) +2 >Emitted(41, 17) Source(13, 46) + SourceIndex(1) +3 >Emitted(41, 26) Source(13, 55) + SourceIndex(1) +4 >Emitted(41, 27) Source(13, 85) + SourceIndex(1) --- >>> (function (something) { 1->^^^^^^^^^^^^ @@ -875,21 +877,21 @@ sourceFile:../lib/file1.ts 1-> 2 > 3 > something -1->Emitted(41, 13) Source(13, 46) + SourceIndex(1) -2 >Emitted(41, 24) Source(13, 46) + SourceIndex(1) -3 >Emitted(41, 33) Source(13, 55) + SourceIndex(1) +1->Emitted(42, 13) Source(13, 46) + SourceIndex(1) +2 >Emitted(42, 24) Source(13, 46) + SourceIndex(1) +3 >Emitted(42, 33) Source(13, 55) + SourceIndex(1) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(42, 17) Source(13, 58) + SourceIndex(1) +1->Emitted(43, 17) Source(13, 58) + SourceIndex(1) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(43, 21) Source(13, 58) + SourceIndex(1) +1->Emitted(44, 21) Source(13, 58) + SourceIndex(1) --- >>> } 1->^^^^^^^^^^^^^^^^^^^^ @@ -897,16 +899,16 @@ sourceFile:../lib/file1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(44, 21) Source(13, 82) + SourceIndex(1) -2 >Emitted(44, 22) Source(13, 83) + SourceIndex(1) +1->Emitted(45, 21) Source(13, 82) + SourceIndex(1) +2 >Emitted(45, 22) Source(13, 83) + SourceIndex(1) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(45, 21) Source(13, 82) + SourceIndex(1) -2 >Emitted(45, 37) Source(13, 83) + SourceIndex(1) +1->Emitted(46, 21) Source(13, 82) + SourceIndex(1) +2 >Emitted(46, 37) Source(13, 83) + SourceIndex(1) --- >>> }()); 1 >^^^^^^^^^^^^^^^^ @@ -918,10 +920,10 @@ sourceFile:../lib/file1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(46, 17) Source(13, 82) + SourceIndex(1) -2 >Emitted(46, 18) Source(13, 83) + SourceIndex(1) -3 >Emitted(46, 18) Source(13, 58) + SourceIndex(1) -4 >Emitted(46, 22) Source(13, 83) + SourceIndex(1) +1 >Emitted(47, 17) Source(13, 82) + SourceIndex(1) +2 >Emitted(47, 18) Source(13, 83) + SourceIndex(1) +3 >Emitted(47, 18) Source(13, 58) + SourceIndex(1) +4 >Emitted(47, 22) Source(13, 83) + SourceIndex(1) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^^^^^ @@ -933,10 +935,10 @@ sourceFile:../lib/file1.ts 2 > someClass 3 > {} 4 > -1->Emitted(47, 17) Source(13, 71) + SourceIndex(1) -2 >Emitted(47, 36) Source(13, 80) + SourceIndex(1) -3 >Emitted(47, 48) Source(13, 83) + SourceIndex(1) -4 >Emitted(47, 49) Source(13, 83) + SourceIndex(1) +1->Emitted(48, 17) Source(13, 71) + SourceIndex(1) +2 >Emitted(48, 36) Source(13, 80) + SourceIndex(1) +3 >Emitted(48, 48) Source(13, 83) + SourceIndex(1) +4 >Emitted(48, 49) Source(13, 83) + SourceIndex(1) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^^^^^ @@ -957,15 +959,15 @@ sourceFile:../lib/file1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(48, 13) Source(13, 84) + SourceIndex(1) -2 >Emitted(48, 14) Source(13, 85) + SourceIndex(1) -3 >Emitted(48, 16) Source(13, 46) + SourceIndex(1) -4 >Emitted(48, 25) Source(13, 55) + SourceIndex(1) -5 >Emitted(48, 28) Source(13, 46) + SourceIndex(1) -6 >Emitted(48, 47) Source(13, 55) + SourceIndex(1) -7 >Emitted(48, 52) Source(13, 46) + SourceIndex(1) -8 >Emitted(48, 71) Source(13, 55) + SourceIndex(1) -9 >Emitted(48, 79) Source(13, 85) + SourceIndex(1) +1->Emitted(49, 13) Source(13, 84) + SourceIndex(1) +2 >Emitted(49, 14) Source(13, 85) + SourceIndex(1) +3 >Emitted(49, 16) Source(13, 46) + SourceIndex(1) +4 >Emitted(49, 25) Source(13, 55) + SourceIndex(1) +5 >Emitted(49, 28) Source(13, 46) + SourceIndex(1) +6 >Emitted(49, 47) Source(13, 55) + SourceIndex(1) +7 >Emitted(49, 52) Source(13, 46) + SourceIndex(1) +8 >Emitted(49, 71) Source(13, 55) + SourceIndex(1) +9 >Emitted(49, 79) Source(13, 85) + SourceIndex(1) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^^^^^ @@ -986,15 +988,15 @@ sourceFile:../lib/file1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(49, 9) Source(13, 84) + SourceIndex(1) -2 >Emitted(49, 10) Source(13, 85) + SourceIndex(1) -3 >Emitted(49, 12) Source(13, 36) + SourceIndex(1) -4 >Emitted(49, 21) Source(13, 45) + SourceIndex(1) -5 >Emitted(49, 24) Source(13, 36) + SourceIndex(1) -6 >Emitted(49, 41) Source(13, 45) + SourceIndex(1) -7 >Emitted(49, 46) Source(13, 36) + SourceIndex(1) -8 >Emitted(49, 63) Source(13, 45) + SourceIndex(1) -9 >Emitted(49, 71) Source(13, 85) + SourceIndex(1) +1 >Emitted(50, 9) Source(13, 84) + SourceIndex(1) +2 >Emitted(50, 10) Source(13, 85) + SourceIndex(1) +3 >Emitted(50, 12) Source(13, 36) + SourceIndex(1) +4 >Emitted(50, 21) Source(13, 45) + SourceIndex(1) +5 >Emitted(50, 24) Source(13, 36) + SourceIndex(1) +6 >Emitted(50, 41) Source(13, 45) + SourceIndex(1) +7 >Emitted(50, 46) Source(13, 36) + SourceIndex(1) +8 >Emitted(50, 63) Source(13, 45) + SourceIndex(1) +9 >Emitted(50, 71) Source(13, 85) + SourceIndex(1) --- >>> /*@internal*/ normalN.someImport = someNamespace.C; 1 >^^^^^^^^ @@ -1016,15 +1018,15 @@ sourceFile:../lib/file1.ts 7 > . 8 > C 9 > ; -1 >Emitted(50, 9) Source(14, 5) + SourceIndex(1) -2 >Emitted(50, 22) Source(14, 18) + SourceIndex(1) -3 >Emitted(50, 23) Source(14, 33) + SourceIndex(1) -4 >Emitted(50, 41) Source(14, 43) + SourceIndex(1) -5 >Emitted(50, 44) Source(14, 46) + SourceIndex(1) -6 >Emitted(50, 57) Source(14, 59) + SourceIndex(1) -7 >Emitted(50, 58) Source(14, 60) + SourceIndex(1) -8 >Emitted(50, 59) Source(14, 61) + SourceIndex(1) -9 >Emitted(50, 60) Source(14, 62) + SourceIndex(1) +1 >Emitted(51, 9) Source(14, 5) + SourceIndex(1) +2 >Emitted(51, 22) Source(14, 18) + SourceIndex(1) +3 >Emitted(51, 23) Source(14, 33) + SourceIndex(1) +4 >Emitted(51, 41) Source(14, 43) + SourceIndex(1) +5 >Emitted(51, 44) Source(14, 46) + SourceIndex(1) +6 >Emitted(51, 57) Source(14, 59) + SourceIndex(1) +7 >Emitted(51, 58) Source(14, 60) + SourceIndex(1) +8 >Emitted(51, 59) Source(14, 61) + SourceIndex(1) +9 >Emitted(51, 60) Source(14, 62) + SourceIndex(1) --- >>> /*@internal*/ normalN.internalConst = 10; 1 >^^^^^^^^ @@ -1043,13 +1045,13 @@ sourceFile:../lib/file1.ts 5 > = 6 > 10 7 > ; -1 >Emitted(51, 9) Source(16, 5) + SourceIndex(1) -2 >Emitted(51, 22) Source(16, 18) + SourceIndex(1) -3 >Emitted(51, 23) Source(16, 32) + SourceIndex(1) -4 >Emitted(51, 44) Source(16, 45) + SourceIndex(1) -5 >Emitted(51, 47) Source(16, 48) + SourceIndex(1) -6 >Emitted(51, 49) Source(16, 50) + SourceIndex(1) -7 >Emitted(51, 50) Source(16, 51) + SourceIndex(1) +1 >Emitted(52, 9) Source(16, 5) + SourceIndex(1) +2 >Emitted(52, 22) Source(16, 18) + SourceIndex(1) +3 >Emitted(52, 23) Source(16, 32) + SourceIndex(1) +4 >Emitted(52, 44) Source(16, 45) + SourceIndex(1) +5 >Emitted(52, 47) Source(16, 48) + SourceIndex(1) +6 >Emitted(52, 49) Source(16, 50) + SourceIndex(1) +7 >Emitted(52, 50) Source(16, 51) + SourceIndex(1) --- >>> /*@internal*/ var internalEnum; 1 >^^^^^^^^ @@ -1063,11 +1065,11 @@ sourceFile:../lib/file1.ts 3 > 4 > export enum 5 > internalEnum { a, b, c } -1 >Emitted(52, 9) Source(17, 5) + SourceIndex(1) -2 >Emitted(52, 22) Source(17, 18) + SourceIndex(1) -3 >Emitted(52, 23) Source(17, 19) + SourceIndex(1) -4 >Emitted(52, 27) Source(17, 31) + SourceIndex(1) -5 >Emitted(52, 39) Source(17, 55) + SourceIndex(1) +1 >Emitted(53, 9) Source(17, 5) + SourceIndex(1) +2 >Emitted(53, 22) Source(17, 18) + SourceIndex(1) +3 >Emitted(53, 23) Source(17, 19) + SourceIndex(1) +4 >Emitted(53, 27) Source(17, 31) + SourceIndex(1) +5 >Emitted(53, 39) Source(17, 55) + SourceIndex(1) --- >>> (function (internalEnum) { 1 >^^^^^^^^ @@ -1077,9 +1079,9 @@ sourceFile:../lib/file1.ts 1 > 2 > export enum 3 > internalEnum -1 >Emitted(53, 9) Source(17, 19) + SourceIndex(1) -2 >Emitted(53, 20) Source(17, 31) + SourceIndex(1) -3 >Emitted(53, 32) Source(17, 43) + SourceIndex(1) +1 >Emitted(54, 9) Source(17, 19) + SourceIndex(1) +2 >Emitted(54, 20) Source(17, 31) + SourceIndex(1) +3 >Emitted(54, 32) Source(17, 43) + SourceIndex(1) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^^^^^ @@ -1089,9 +1091,9 @@ sourceFile:../lib/file1.ts 1-> { 2 > a 3 > -1->Emitted(54, 13) Source(17, 46) + SourceIndex(1) -2 >Emitted(54, 54) Source(17, 47) + SourceIndex(1) -3 >Emitted(54, 55) Source(17, 47) + SourceIndex(1) +1->Emitted(55, 13) Source(17, 46) + SourceIndex(1) +2 >Emitted(55, 54) Source(17, 47) + SourceIndex(1) +3 >Emitted(55, 55) Source(17, 47) + SourceIndex(1) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^^^^^ @@ -1101,9 +1103,9 @@ sourceFile:../lib/file1.ts 1->, 2 > b 3 > -1->Emitted(55, 13) Source(17, 49) + SourceIndex(1) -2 >Emitted(55, 54) Source(17, 50) + SourceIndex(1) -3 >Emitted(55, 55) Source(17, 50) + SourceIndex(1) +1->Emitted(56, 13) Source(17, 49) + SourceIndex(1) +2 >Emitted(56, 54) Source(17, 50) + SourceIndex(1) +3 >Emitted(56, 55) Source(17, 50) + SourceIndex(1) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^^^^^ @@ -1113,9 +1115,9 @@ sourceFile:../lib/file1.ts 1->, 2 > c 3 > -1->Emitted(56, 13) Source(17, 52) + SourceIndex(1) -2 >Emitted(56, 54) Source(17, 53) + SourceIndex(1) -3 >Emitted(56, 55) Source(17, 53) + SourceIndex(1) +1->Emitted(57, 13) Source(17, 52) + SourceIndex(1) +2 >Emitted(57, 54) Source(17, 53) + SourceIndex(1) +3 >Emitted(57, 55) Source(17, 53) + SourceIndex(1) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^^^^^ @@ -1136,15 +1138,15 @@ sourceFile:../lib/file1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(57, 9) Source(17, 54) + SourceIndex(1) -2 >Emitted(57, 10) Source(17, 55) + SourceIndex(1) -3 >Emitted(57, 12) Source(17, 31) + SourceIndex(1) -4 >Emitted(57, 24) Source(17, 43) + SourceIndex(1) -5 >Emitted(57, 27) Source(17, 31) + SourceIndex(1) -6 >Emitted(57, 47) Source(17, 43) + SourceIndex(1) -7 >Emitted(57, 52) Source(17, 31) + SourceIndex(1) -8 >Emitted(57, 72) Source(17, 43) + SourceIndex(1) -9 >Emitted(57, 80) Source(17, 55) + SourceIndex(1) +1->Emitted(58, 9) Source(17, 54) + SourceIndex(1) +2 >Emitted(58, 10) Source(17, 55) + SourceIndex(1) +3 >Emitted(58, 12) Source(17, 31) + SourceIndex(1) +4 >Emitted(58, 24) Source(17, 43) + SourceIndex(1) +5 >Emitted(58, 27) Source(17, 31) + SourceIndex(1) +6 >Emitted(58, 47) Source(17, 43) + SourceIndex(1) +7 >Emitted(58, 52) Source(17, 31) + SourceIndex(1) +8 >Emitted(58, 72) Source(17, 43) + SourceIndex(1) +9 >Emitted(58, 80) Source(17, 55) + SourceIndex(1) --- >>> })(normalN = exports.normalN || (exports.normalN = {})); 1 >^^^^ @@ -1176,15 +1178,15 @@ sourceFile:../lib/file1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(58, 5) Source(18, 1) + SourceIndex(1) -2 >Emitted(58, 6) Source(18, 2) + SourceIndex(1) -3 >Emitted(58, 8) Source(9, 18) + SourceIndex(1) -4 >Emitted(58, 15) Source(9, 25) + SourceIndex(1) -5 >Emitted(58, 18) Source(9, 18) + SourceIndex(1) -6 >Emitted(58, 33) Source(9, 25) + SourceIndex(1) -7 >Emitted(58, 38) Source(9, 18) + SourceIndex(1) -8 >Emitted(58, 53) Source(9, 25) + SourceIndex(1) -9 >Emitted(58, 61) Source(18, 2) + SourceIndex(1) +1 >Emitted(59, 5) Source(18, 1) + SourceIndex(1) +2 >Emitted(59, 6) Source(18, 2) + SourceIndex(1) +3 >Emitted(59, 8) Source(9, 18) + SourceIndex(1) +4 >Emitted(59, 15) Source(9, 25) + SourceIndex(1) +5 >Emitted(59, 18) Source(9, 18) + SourceIndex(1) +6 >Emitted(59, 33) Source(9, 25) + SourceIndex(1) +7 >Emitted(59, 38) Source(9, 18) + SourceIndex(1) +8 >Emitted(59, 53) Source(9, 25) + SourceIndex(1) +9 >Emitted(59, 61) Source(18, 2) + SourceIndex(1) --- >>> /*@internal*/ var internalC = /** @class */ (function () { 1->^^^^ @@ -1195,15 +1197,15 @@ sourceFile:../lib/file1.ts > 2 > /*@internal*/ 3 > -1->Emitted(59, 5) Source(19, 1) + SourceIndex(1) -2 >Emitted(59, 18) Source(19, 14) + SourceIndex(1) -3 >Emitted(59, 19) Source(19, 15) + SourceIndex(1) +1->Emitted(60, 5) Source(19, 1) + SourceIndex(1) +2 >Emitted(60, 18) Source(19, 14) + SourceIndex(1) +3 >Emitted(60, 19) Source(19, 15) + SourceIndex(1) --- >>> function internalC() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(60, 9) Source(19, 15) + SourceIndex(1) +1->Emitted(61, 9) Source(19, 15) + SourceIndex(1) --- >>> } 1->^^^^^^^^ @@ -1211,16 +1213,16 @@ sourceFile:../lib/file1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class internalC { 2 > } -1->Emitted(61, 9) Source(19, 39) + SourceIndex(1) -2 >Emitted(61, 10) Source(19, 40) + SourceIndex(1) +1->Emitted(62, 9) Source(19, 39) + SourceIndex(1) +2 >Emitted(62, 10) Source(19, 40) + SourceIndex(1) --- >>> return internalC; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(62, 9) Source(19, 39) + SourceIndex(1) -2 >Emitted(62, 25) Source(19, 40) + SourceIndex(1) +1->Emitted(63, 9) Source(19, 39) + SourceIndex(1) +2 >Emitted(63, 25) Source(19, 40) + SourceIndex(1) --- >>> }()); 1 >^^^^ @@ -1232,10 +1234,10 @@ sourceFile:../lib/file1.ts 2 > } 3 > 4 > export class internalC {} -1 >Emitted(63, 5) Source(19, 39) + SourceIndex(1) -2 >Emitted(63, 6) Source(19, 40) + SourceIndex(1) -3 >Emitted(63, 6) Source(19, 15) + SourceIndex(1) -4 >Emitted(63, 10) Source(19, 40) + SourceIndex(1) +1 >Emitted(64, 5) Source(19, 39) + SourceIndex(1) +2 >Emitted(64, 6) Source(19, 40) + SourceIndex(1) +3 >Emitted(64, 6) Source(19, 15) + SourceIndex(1) +4 >Emitted(64, 10) Source(19, 40) + SourceIndex(1) --- >>> exports.internalC = internalC; 1->^^^^ @@ -1243,8 +1245,8 @@ sourceFile:../lib/file1.ts 3 > ^^^^^^^^^^^-> 1-> 2 > internalC -1->Emitted(64, 5) Source(19, 28) + SourceIndex(1) -2 >Emitted(64, 35) Source(19, 37) + SourceIndex(1) +1->Emitted(65, 5) Source(19, 28) + SourceIndex(1) +2 >Emitted(65, 35) Source(19, 37) + SourceIndex(1) --- >>> /*@internal*/ function internalfoo() { } 1->^^^^ @@ -1262,13 +1264,13 @@ sourceFile:../lib/file1.ts 5 > internalfoo 6 > () { 7 > } -1->Emitted(65, 5) Source(20, 1) + SourceIndex(1) -2 >Emitted(65, 18) Source(20, 14) + SourceIndex(1) -3 >Emitted(65, 19) Source(20, 15) + SourceIndex(1) -4 >Emitted(65, 28) Source(20, 31) + SourceIndex(1) -5 >Emitted(65, 39) Source(20, 42) + SourceIndex(1) -6 >Emitted(65, 44) Source(20, 46) + SourceIndex(1) -7 >Emitted(65, 45) Source(20, 47) + SourceIndex(1) +1->Emitted(66, 5) Source(20, 1) + SourceIndex(1) +2 >Emitted(66, 18) Source(20, 14) + SourceIndex(1) +3 >Emitted(66, 19) Source(20, 15) + SourceIndex(1) +4 >Emitted(66, 28) Source(20, 31) + SourceIndex(1) +5 >Emitted(66, 39) Source(20, 42) + SourceIndex(1) +6 >Emitted(66, 44) Source(20, 46) + SourceIndex(1) +7 >Emitted(66, 45) Source(20, 47) + SourceIndex(1) --- >>> exports.internalfoo = internalfoo; 1 >^^^^ @@ -1276,8 +1278,8 @@ sourceFile:../lib/file1.ts 3 > ^^^-> 1 > 2 > export function internalfoo() {} -1 >Emitted(66, 5) Source(20, 15) + SourceIndex(1) -2 >Emitted(66, 39) Source(20, 47) + SourceIndex(1) +1 >Emitted(67, 5) Source(20, 15) + SourceIndex(1) +2 >Emitted(67, 39) Source(20, 47) + SourceIndex(1) --- >>> /*@internal*/ var internalNamespace; 1->^^^^ @@ -1293,12 +1295,12 @@ sourceFile:../lib/file1.ts 4 > export namespace 5 > internalNamespace 6 > { export class someClass {} } -1->Emitted(67, 5) Source(21, 1) + SourceIndex(1) -2 >Emitted(67, 18) Source(21, 14) + SourceIndex(1) -3 >Emitted(67, 19) Source(21, 15) + SourceIndex(1) -4 >Emitted(67, 23) Source(21, 32) + SourceIndex(1) -5 >Emitted(67, 40) Source(21, 49) + SourceIndex(1) -6 >Emitted(67, 41) Source(21, 79) + SourceIndex(1) +1->Emitted(68, 5) Source(21, 1) + SourceIndex(1) +2 >Emitted(68, 18) Source(21, 14) + SourceIndex(1) +3 >Emitted(68, 19) Source(21, 15) + SourceIndex(1) +4 >Emitted(68, 23) Source(21, 32) + SourceIndex(1) +5 >Emitted(68, 40) Source(21, 49) + SourceIndex(1) +6 >Emitted(68, 41) Source(21, 79) + SourceIndex(1) --- >>> (function (internalNamespace) { 1 >^^^^ @@ -1308,21 +1310,21 @@ sourceFile:../lib/file1.ts 1 > 2 > export namespace 3 > internalNamespace -1 >Emitted(68, 5) Source(21, 15) + SourceIndex(1) -2 >Emitted(68, 16) Source(21, 32) + SourceIndex(1) -3 >Emitted(68, 33) Source(21, 49) + SourceIndex(1) +1 >Emitted(69, 5) Source(21, 15) + SourceIndex(1) +2 >Emitted(69, 16) Source(21, 32) + SourceIndex(1) +3 >Emitted(69, 33) Source(21, 49) + SourceIndex(1) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(69, 9) Source(21, 52) + SourceIndex(1) +1->Emitted(70, 9) Source(21, 52) + SourceIndex(1) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(70, 13) Source(21, 52) + SourceIndex(1) +1->Emitted(71, 13) Source(21, 52) + SourceIndex(1) --- >>> } 1->^^^^^^^^^^^^ @@ -1330,16 +1332,16 @@ sourceFile:../lib/file1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(71, 13) Source(21, 76) + SourceIndex(1) -2 >Emitted(71, 14) Source(21, 77) + SourceIndex(1) +1->Emitted(72, 13) Source(21, 76) + SourceIndex(1) +2 >Emitted(72, 14) Source(21, 77) + SourceIndex(1) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(72, 13) Source(21, 76) + SourceIndex(1) -2 >Emitted(72, 29) Source(21, 77) + SourceIndex(1) +1->Emitted(73, 13) Source(21, 76) + SourceIndex(1) +2 >Emitted(73, 29) Source(21, 77) + SourceIndex(1) --- >>> }()); 1 >^^^^^^^^ @@ -1351,10 +1353,10 @@ sourceFile:../lib/file1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(73, 9) Source(21, 76) + SourceIndex(1) -2 >Emitted(73, 10) Source(21, 77) + SourceIndex(1) -3 >Emitted(73, 10) Source(21, 52) + SourceIndex(1) -4 >Emitted(73, 14) Source(21, 77) + SourceIndex(1) +1 >Emitted(74, 9) Source(21, 76) + SourceIndex(1) +2 >Emitted(74, 10) Source(21, 77) + SourceIndex(1) +3 >Emitted(74, 10) Source(21, 52) + SourceIndex(1) +4 >Emitted(74, 14) Source(21, 77) + SourceIndex(1) --- >>> internalNamespace.someClass = someClass; 1->^^^^^^^^ @@ -1366,10 +1368,10 @@ sourceFile:../lib/file1.ts 2 > someClass 3 > {} 4 > -1->Emitted(74, 9) Source(21, 65) + SourceIndex(1) -2 >Emitted(74, 36) Source(21, 74) + SourceIndex(1) -3 >Emitted(74, 48) Source(21, 77) + SourceIndex(1) -4 >Emitted(74, 49) Source(21, 77) + SourceIndex(1) +1->Emitted(75, 9) Source(21, 65) + SourceIndex(1) +2 >Emitted(75, 36) Source(21, 74) + SourceIndex(1) +3 >Emitted(75, 48) Source(21, 77) + SourceIndex(1) +4 >Emitted(75, 49) Source(21, 77) + SourceIndex(1) --- >>> })(internalNamespace = exports.internalNamespace || (exports.internalNamespace = {})); 1->^^^^ @@ -1390,15 +1392,15 @@ sourceFile:../lib/file1.ts 7 > 8 > internalNamespace 9 > { export class someClass {} } -1->Emitted(75, 5) Source(21, 78) + SourceIndex(1) -2 >Emitted(75, 6) Source(21, 79) + SourceIndex(1) -3 >Emitted(75, 8) Source(21, 32) + SourceIndex(1) -4 >Emitted(75, 25) Source(21, 49) + SourceIndex(1) -5 >Emitted(75, 28) Source(21, 32) + SourceIndex(1) -6 >Emitted(75, 53) Source(21, 49) + SourceIndex(1) -7 >Emitted(75, 58) Source(21, 32) + SourceIndex(1) -8 >Emitted(75, 83) Source(21, 49) + SourceIndex(1) -9 >Emitted(75, 91) Source(21, 79) + SourceIndex(1) +1->Emitted(76, 5) Source(21, 78) + SourceIndex(1) +2 >Emitted(76, 6) Source(21, 79) + SourceIndex(1) +3 >Emitted(76, 8) Source(21, 32) + SourceIndex(1) +4 >Emitted(76, 25) Source(21, 49) + SourceIndex(1) +5 >Emitted(76, 28) Source(21, 32) + SourceIndex(1) +6 >Emitted(76, 53) Source(21, 49) + SourceIndex(1) +7 >Emitted(76, 58) Source(21, 32) + SourceIndex(1) +8 >Emitted(76, 83) Source(21, 49) + SourceIndex(1) +9 >Emitted(76, 91) Source(21, 79) + SourceIndex(1) --- >>> /*@internal*/ var internalOther; 1 >^^^^ @@ -1414,12 +1416,12 @@ sourceFile:../lib/file1.ts 4 > export namespace 5 > internalOther 6 > .something { export class someClass {} } -1 >Emitted(76, 5) Source(22, 1) + SourceIndex(1) -2 >Emitted(76, 18) Source(22, 14) + SourceIndex(1) -3 >Emitted(76, 19) Source(22, 15) + SourceIndex(1) -4 >Emitted(76, 23) Source(22, 32) + SourceIndex(1) -5 >Emitted(76, 36) Source(22, 45) + SourceIndex(1) -6 >Emitted(76, 37) Source(22, 85) + SourceIndex(1) +1 >Emitted(77, 5) Source(22, 1) + SourceIndex(1) +2 >Emitted(77, 18) Source(22, 14) + SourceIndex(1) +3 >Emitted(77, 19) Source(22, 15) + SourceIndex(1) +4 >Emitted(77, 23) Source(22, 32) + SourceIndex(1) +5 >Emitted(77, 36) Source(22, 45) + SourceIndex(1) +6 >Emitted(77, 37) Source(22, 85) + SourceIndex(1) --- >>> (function (internalOther) { 1 >^^^^ @@ -1428,9 +1430,9 @@ sourceFile:../lib/file1.ts 1 > 2 > export namespace 3 > internalOther -1 >Emitted(77, 5) Source(22, 15) + SourceIndex(1) -2 >Emitted(77, 16) Source(22, 32) + SourceIndex(1) -3 >Emitted(77, 29) Source(22, 45) + SourceIndex(1) +1 >Emitted(78, 5) Source(22, 15) + SourceIndex(1) +2 >Emitted(78, 16) Source(22, 32) + SourceIndex(1) +3 >Emitted(78, 29) Source(22, 45) + SourceIndex(1) --- >>> var something; 1 >^^^^^^^^ @@ -1442,10 +1444,10 @@ sourceFile:../lib/file1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(78, 9) Source(22, 46) + SourceIndex(1) -2 >Emitted(78, 13) Source(22, 46) + SourceIndex(1) -3 >Emitted(78, 22) Source(22, 55) + SourceIndex(1) -4 >Emitted(78, 23) Source(22, 85) + SourceIndex(1) +1 >Emitted(79, 9) Source(22, 46) + SourceIndex(1) +2 >Emitted(79, 13) Source(22, 46) + SourceIndex(1) +3 >Emitted(79, 22) Source(22, 55) + SourceIndex(1) +4 >Emitted(79, 23) Source(22, 85) + SourceIndex(1) --- >>> (function (something) { 1->^^^^^^^^ @@ -1455,21 +1457,21 @@ sourceFile:../lib/file1.ts 1-> 2 > 3 > something -1->Emitted(79, 9) Source(22, 46) + SourceIndex(1) -2 >Emitted(79, 20) Source(22, 46) + SourceIndex(1) -3 >Emitted(79, 29) Source(22, 55) + SourceIndex(1) +1->Emitted(80, 9) Source(22, 46) + SourceIndex(1) +2 >Emitted(80, 20) Source(22, 46) + SourceIndex(1) +3 >Emitted(80, 29) Source(22, 55) + SourceIndex(1) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(80, 13) Source(22, 58) + SourceIndex(1) +1->Emitted(81, 13) Source(22, 58) + SourceIndex(1) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(81, 17) Source(22, 58) + SourceIndex(1) +1->Emitted(82, 17) Source(22, 58) + SourceIndex(1) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -1477,16 +1479,16 @@ sourceFile:../lib/file1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(82, 17) Source(22, 82) + SourceIndex(1) -2 >Emitted(82, 18) Source(22, 83) + SourceIndex(1) +1->Emitted(83, 17) Source(22, 82) + SourceIndex(1) +2 >Emitted(83, 18) Source(22, 83) + SourceIndex(1) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(83, 17) Source(22, 82) + SourceIndex(1) -2 >Emitted(83, 33) Source(22, 83) + SourceIndex(1) +1->Emitted(84, 17) Source(22, 82) + SourceIndex(1) +2 >Emitted(84, 33) Source(22, 83) + SourceIndex(1) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -1498,10 +1500,10 @@ sourceFile:../lib/file1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(84, 13) Source(22, 82) + SourceIndex(1) -2 >Emitted(84, 14) Source(22, 83) + SourceIndex(1) -3 >Emitted(84, 14) Source(22, 58) + SourceIndex(1) -4 >Emitted(84, 18) Source(22, 83) + SourceIndex(1) +1 >Emitted(85, 13) Source(22, 82) + SourceIndex(1) +2 >Emitted(85, 14) Source(22, 83) + SourceIndex(1) +3 >Emitted(85, 14) Source(22, 58) + SourceIndex(1) +4 >Emitted(85, 18) Source(22, 83) + SourceIndex(1) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -1513,10 +1515,10 @@ sourceFile:../lib/file1.ts 2 > someClass 3 > {} 4 > -1->Emitted(85, 13) Source(22, 71) + SourceIndex(1) -2 >Emitted(85, 32) Source(22, 80) + SourceIndex(1) -3 >Emitted(85, 44) Source(22, 83) + SourceIndex(1) -4 >Emitted(85, 45) Source(22, 83) + SourceIndex(1) +1->Emitted(86, 13) Source(22, 71) + SourceIndex(1) +2 >Emitted(86, 32) Source(22, 80) + SourceIndex(1) +3 >Emitted(86, 44) Source(22, 83) + SourceIndex(1) +4 >Emitted(86, 45) Source(22, 83) + SourceIndex(1) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^^^^^ @@ -1537,15 +1539,15 @@ sourceFile:../lib/file1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(86, 9) Source(22, 84) + SourceIndex(1) -2 >Emitted(86, 10) Source(22, 85) + SourceIndex(1) -3 >Emitted(86, 12) Source(22, 46) + SourceIndex(1) -4 >Emitted(86, 21) Source(22, 55) + SourceIndex(1) -5 >Emitted(86, 24) Source(22, 46) + SourceIndex(1) -6 >Emitted(86, 47) Source(22, 55) + SourceIndex(1) -7 >Emitted(86, 52) Source(22, 46) + SourceIndex(1) -8 >Emitted(86, 75) Source(22, 55) + SourceIndex(1) -9 >Emitted(86, 83) Source(22, 85) + SourceIndex(1) +1->Emitted(87, 9) Source(22, 84) + SourceIndex(1) +2 >Emitted(87, 10) Source(22, 85) + SourceIndex(1) +3 >Emitted(87, 12) Source(22, 46) + SourceIndex(1) +4 >Emitted(87, 21) Source(22, 55) + SourceIndex(1) +5 >Emitted(87, 24) Source(22, 46) + SourceIndex(1) +6 >Emitted(87, 47) Source(22, 55) + SourceIndex(1) +7 >Emitted(87, 52) Source(22, 46) + SourceIndex(1) +8 >Emitted(87, 75) Source(22, 55) + SourceIndex(1) +9 >Emitted(87, 83) Source(22, 85) + SourceIndex(1) --- >>> })(internalOther = exports.internalOther || (exports.internalOther = {})); 1 >^^^^ @@ -1566,15 +1568,15 @@ sourceFile:../lib/file1.ts 7 > 8 > internalOther 9 > .something { export class someClass {} } -1 >Emitted(87, 5) Source(22, 84) + SourceIndex(1) -2 >Emitted(87, 6) Source(22, 85) + SourceIndex(1) -3 >Emitted(87, 8) Source(22, 32) + SourceIndex(1) -4 >Emitted(87, 21) Source(22, 45) + SourceIndex(1) -5 >Emitted(87, 24) Source(22, 32) + SourceIndex(1) -6 >Emitted(87, 45) Source(22, 45) + SourceIndex(1) -7 >Emitted(87, 50) Source(22, 32) + SourceIndex(1) -8 >Emitted(87, 71) Source(22, 45) + SourceIndex(1) -9 >Emitted(87, 79) Source(22, 85) + SourceIndex(1) +1 >Emitted(88, 5) Source(22, 84) + SourceIndex(1) +2 >Emitted(88, 6) Source(22, 85) + SourceIndex(1) +3 >Emitted(88, 8) Source(22, 32) + SourceIndex(1) +4 >Emitted(88, 21) Source(22, 45) + SourceIndex(1) +5 >Emitted(88, 24) Source(22, 32) + SourceIndex(1) +6 >Emitted(88, 45) Source(22, 45) + SourceIndex(1) +7 >Emitted(88, 50) Source(22, 32) + SourceIndex(1) +8 >Emitted(88, 71) Source(22, 45) + SourceIndex(1) +9 >Emitted(88, 79) Source(22, 85) + SourceIndex(1) --- >>> /*@internal*/ exports.internalImport = internalNamespace.someClass; 1 >^^^^ @@ -1598,16 +1600,16 @@ sourceFile:../lib/file1.ts 8 > . 9 > someClass 10> ; -1 >Emitted(88, 5) Source(23, 1) + SourceIndex(1) -2 >Emitted(88, 18) Source(23, 14) + SourceIndex(1) -3 >Emitted(88, 19) Source(23, 29) + SourceIndex(1) -4 >Emitted(88, 27) Source(23, 29) + SourceIndex(1) -5 >Emitted(88, 41) Source(23, 43) + SourceIndex(1) -6 >Emitted(88, 44) Source(23, 46) + SourceIndex(1) -7 >Emitted(88, 61) Source(23, 63) + SourceIndex(1) -8 >Emitted(88, 62) Source(23, 64) + SourceIndex(1) -9 >Emitted(88, 71) Source(23, 73) + SourceIndex(1) -10>Emitted(88, 72) Source(23, 74) + SourceIndex(1) +1 >Emitted(89, 5) Source(23, 1) + SourceIndex(1) +2 >Emitted(89, 18) Source(23, 14) + SourceIndex(1) +3 >Emitted(89, 19) Source(23, 29) + SourceIndex(1) +4 >Emitted(89, 27) Source(23, 29) + SourceIndex(1) +5 >Emitted(89, 41) Source(23, 43) + SourceIndex(1) +6 >Emitted(89, 44) Source(23, 46) + SourceIndex(1) +7 >Emitted(89, 61) Source(23, 63) + SourceIndex(1) +8 >Emitted(89, 62) Source(23, 64) + SourceIndex(1) +9 >Emitted(89, 71) Source(23, 73) + SourceIndex(1) +10>Emitted(89, 72) Source(23, 74) + SourceIndex(1) --- >>> /*@internal*/ exports.internalConst = 10; 1 >^^^^ @@ -1628,14 +1630,14 @@ sourceFile:../lib/file1.ts 6 > = 7 > 10 8 > ; -1 >Emitted(89, 5) Source(25, 1) + SourceIndex(1) -2 >Emitted(89, 18) Source(25, 14) + SourceIndex(1) -3 >Emitted(89, 19) Source(25, 28) + SourceIndex(1) -4 >Emitted(89, 27) Source(25, 28) + SourceIndex(1) -5 >Emitted(89, 40) Source(25, 41) + SourceIndex(1) -6 >Emitted(89, 43) Source(25, 44) + SourceIndex(1) -7 >Emitted(89, 45) Source(25, 46) + SourceIndex(1) -8 >Emitted(89, 46) Source(25, 47) + SourceIndex(1) +1 >Emitted(90, 5) Source(25, 1) + SourceIndex(1) +2 >Emitted(90, 18) Source(25, 14) + SourceIndex(1) +3 >Emitted(90, 19) Source(25, 28) + SourceIndex(1) +4 >Emitted(90, 27) Source(25, 28) + SourceIndex(1) +5 >Emitted(90, 40) Source(25, 41) + SourceIndex(1) +6 >Emitted(90, 43) Source(25, 44) + SourceIndex(1) +7 >Emitted(90, 45) Source(25, 46) + SourceIndex(1) +8 >Emitted(90, 46) Source(25, 47) + SourceIndex(1) --- >>> /*@internal*/ var internalEnum; 1 >^^^^ @@ -1649,11 +1651,11 @@ sourceFile:../lib/file1.ts 3 > 4 > export enum 5 > internalEnum { a, b, c } -1 >Emitted(90, 5) Source(26, 1) + SourceIndex(1) -2 >Emitted(90, 18) Source(26, 14) + SourceIndex(1) -3 >Emitted(90, 19) Source(26, 15) + SourceIndex(1) -4 >Emitted(90, 23) Source(26, 27) + SourceIndex(1) -5 >Emitted(90, 35) Source(26, 51) + SourceIndex(1) +1 >Emitted(91, 5) Source(26, 1) + SourceIndex(1) +2 >Emitted(91, 18) Source(26, 14) + SourceIndex(1) +3 >Emitted(91, 19) Source(26, 15) + SourceIndex(1) +4 >Emitted(91, 23) Source(26, 27) + SourceIndex(1) +5 >Emitted(91, 35) Source(26, 51) + SourceIndex(1) --- >>> (function (internalEnum) { 1 >^^^^ @@ -1663,9 +1665,9 @@ sourceFile:../lib/file1.ts 1 > 2 > export enum 3 > internalEnum -1 >Emitted(91, 5) Source(26, 15) + SourceIndex(1) -2 >Emitted(91, 16) Source(26, 27) + SourceIndex(1) -3 >Emitted(91, 28) Source(26, 39) + SourceIndex(1) +1 >Emitted(92, 5) Source(26, 15) + SourceIndex(1) +2 >Emitted(92, 16) Source(26, 27) + SourceIndex(1) +3 >Emitted(92, 28) Source(26, 39) + SourceIndex(1) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -1675,9 +1677,9 @@ sourceFile:../lib/file1.ts 1-> { 2 > a 3 > -1->Emitted(92, 9) Source(26, 42) + SourceIndex(1) -2 >Emitted(92, 50) Source(26, 43) + SourceIndex(1) -3 >Emitted(92, 51) Source(26, 43) + SourceIndex(1) +1->Emitted(93, 9) Source(26, 42) + SourceIndex(1) +2 >Emitted(93, 50) Source(26, 43) + SourceIndex(1) +3 >Emitted(93, 51) Source(26, 43) + SourceIndex(1) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -1687,9 +1689,9 @@ sourceFile:../lib/file1.ts 1->, 2 > b 3 > -1->Emitted(93, 9) Source(26, 45) + SourceIndex(1) -2 >Emitted(93, 50) Source(26, 46) + SourceIndex(1) -3 >Emitted(93, 51) Source(26, 46) + SourceIndex(1) +1->Emitted(94, 9) Source(26, 45) + SourceIndex(1) +2 >Emitted(94, 50) Source(26, 46) + SourceIndex(1) +3 >Emitted(94, 51) Source(26, 46) + SourceIndex(1) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -1699,9 +1701,9 @@ sourceFile:../lib/file1.ts 1->, 2 > c 3 > -1->Emitted(94, 9) Source(26, 48) + SourceIndex(1) -2 >Emitted(94, 50) Source(26, 49) + SourceIndex(1) -3 >Emitted(94, 51) Source(26, 49) + SourceIndex(1) +1->Emitted(95, 9) Source(26, 48) + SourceIndex(1) +2 >Emitted(95, 50) Source(26, 49) + SourceIndex(1) +3 >Emitted(95, 51) Source(26, 49) + SourceIndex(1) --- >>> })(internalEnum = exports.internalEnum || (exports.internalEnum = {})); 1->^^^^ @@ -1722,15 +1724,15 @@ sourceFile:../lib/file1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(95, 5) Source(26, 50) + SourceIndex(1) -2 >Emitted(95, 6) Source(26, 51) + SourceIndex(1) -3 >Emitted(95, 8) Source(26, 27) + SourceIndex(1) -4 >Emitted(95, 20) Source(26, 39) + SourceIndex(1) -5 >Emitted(95, 23) Source(26, 27) + SourceIndex(1) -6 >Emitted(95, 43) Source(26, 39) + SourceIndex(1) -7 >Emitted(95, 48) Source(26, 27) + SourceIndex(1) -8 >Emitted(95, 68) Source(26, 39) + SourceIndex(1) -9 >Emitted(95, 76) Source(26, 51) + SourceIndex(1) +1->Emitted(96, 5) Source(26, 50) + SourceIndex(1) +2 >Emitted(96, 6) Source(26, 51) + SourceIndex(1) +3 >Emitted(96, 8) Source(26, 27) + SourceIndex(1) +4 >Emitted(96, 20) Source(26, 39) + SourceIndex(1) +5 >Emitted(96, 23) Source(26, 27) + SourceIndex(1) +6 >Emitted(96, 43) Source(26, 39) + SourceIndex(1) +7 >Emitted(96, 48) Source(26, 27) + SourceIndex(1) +8 >Emitted(96, 68) Source(26, 39) + SourceIndex(1) +9 >Emitted(96, 76) Source(26, 51) + SourceIndex(1) --- ------------------------------------------------------------------- emittedFile:/src/app/module.js @@ -1753,12 +1755,12 @@ sourceFile:../lib/file2.ts 4 > = 5 > 20 6 > ; -1 >Emitted(100, 5) Source(1, 14) + SourceIndex(2) -2 >Emitted(100, 13) Source(1, 14) + SourceIndex(2) -3 >Emitted(100, 14) Source(1, 15) + SourceIndex(2) -4 >Emitted(100, 17) Source(1, 18) + SourceIndex(2) -5 >Emitted(100, 19) Source(1, 20) + SourceIndex(2) -6 >Emitted(100, 20) Source(1, 21) + SourceIndex(2) +1 >Emitted(101, 5) Source(1, 14) + SourceIndex(2) +2 >Emitted(101, 13) Source(1, 14) + SourceIndex(2) +3 >Emitted(101, 14) Source(1, 15) + SourceIndex(2) +4 >Emitted(101, 17) Source(1, 18) + SourceIndex(2) +5 >Emitted(101, 19) Source(1, 20) + SourceIndex(2) +6 >Emitted(101, 20) Source(1, 21) + SourceIndex(2) --- ------------------------------------------------------------------- emittedFile:/src/app/module.js @@ -1779,12 +1781,12 @@ sourceFile:../lib/global.ts 4 > = 5 > 10 6 > ; -1 >Emitted(102, 1) Source(1, 1) + SourceIndex(3) -2 >Emitted(102, 5) Source(1, 7) + SourceIndex(3) -3 >Emitted(102, 16) Source(1, 18) + SourceIndex(3) -4 >Emitted(102, 19) Source(1, 21) + SourceIndex(3) -5 >Emitted(102, 21) Source(1, 23) + SourceIndex(3) -6 >Emitted(102, 22) Source(1, 24) + SourceIndex(3) +1 >Emitted(103, 1) Source(1, 1) + SourceIndex(3) +2 >Emitted(103, 5) Source(1, 7) + SourceIndex(3) +3 >Emitted(103, 16) Source(1, 18) + SourceIndex(3) +4 >Emitted(103, 19) Source(1, 21) + SourceIndex(3) +5 >Emitted(103, 21) Source(1, 23) + SourceIndex(3) +6 >Emitted(103, 22) Source(1, 24) + SourceIndex(3) --- ------------------------------------------------------------------- emittedFile:/src/app/module.js @@ -1806,12 +1808,12 @@ sourceFile:file3.ts 4 > = 5 > 30 6 > ; -1->Emitted(106, 5) Source(1, 14) + SourceIndex(4) -2 >Emitted(106, 13) Source(1, 14) + SourceIndex(4) -3 >Emitted(106, 14) Source(1, 15) + SourceIndex(4) -4 >Emitted(106, 17) Source(1, 18) + SourceIndex(4) -5 >Emitted(106, 19) Source(1, 20) + SourceIndex(4) -6 >Emitted(106, 20) Source(1, 21) + SourceIndex(4) +1->Emitted(107, 5) Source(1, 14) + SourceIndex(4) +2 >Emitted(107, 13) Source(1, 14) + SourceIndex(4) +3 >Emitted(107, 14) Source(1, 15) + SourceIndex(4) +4 >Emitted(107, 17) Source(1, 18) + SourceIndex(4) +5 >Emitted(107, 19) Source(1, 20) + SourceIndex(4) +6 >Emitted(107, 20) Source(1, 21) + SourceIndex(4) --- ------------------------------------------------------------------- emittedFile:/src/app/module.js @@ -1832,12 +1834,12 @@ sourceFile:file4.ts 4 > = 5 > 30 6 > ; -1 >Emitted(108, 1) Source(1, 1) + SourceIndex(5) -2 >Emitted(108, 5) Source(1, 7) + SourceIndex(5) -3 >Emitted(108, 10) Source(1, 12) + SourceIndex(5) -4 >Emitted(108, 13) Source(1, 15) + SourceIndex(5) -5 >Emitted(108, 15) Source(1, 17) + SourceIndex(5) -6 >Emitted(108, 16) Source(1, 18) + SourceIndex(5) +1 >Emitted(109, 1) Source(1, 1) + SourceIndex(5) +2 >Emitted(109, 5) Source(1, 7) + SourceIndex(5) +3 >Emitted(109, 10) Source(1, 12) + SourceIndex(5) +4 >Emitted(109, 13) Source(1, 15) + SourceIndex(5) +5 >Emitted(109, 15) Source(1, 17) + SourceIndex(5) +6 >Emitted(109, 16) Source(1, 18) + SourceIndex(5) --- >>>//# sourceMappingURL=module.js.map @@ -1853,20 +1855,20 @@ sourceFile:file4.ts "sections": [ { "pos": 0, - "end": 4143, + "end": 4165, "kind": "prepend", "data": "../lib/module.js", "texts": [ { "pos": 0, - "end": 4143, + "end": 4165, "kind": "text" } ] }, { - "pos": 4143, - "end": 4344, + "pos": 4165, + "end": 4366, "kind": "text" } ] @@ -1901,9 +1903,9 @@ sourceFile:file4.ts ====================================================================== File:: /src/app/module.js ---------------------------------------------------------------------- -prepend: (0-4143):: ../lib/module.js texts:: 1 +prepend: (0-4165):: ../lib/module.js texts:: 1 >>-------------------------------------------------------------------- -text: (0-4143) +text: (0-4165) /*@internal*/ var myGlob = 20; define("file1", ["require", "exports"], function (require, exports) { "use strict"; @@ -1912,8 +1914,9 @@ define("file1", ["require", "exports"], function (require, exports) { var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - /*@internal*/ normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + /*@internal*/ proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: true, @@ -2008,7 +2011,7 @@ define("file2", ["require", "exports"], function (require, exports) { var globalConst = 10; ---------------------------------------------------------------------- -text: (4143-4344) +text: (4165-4366) define("file3", ["require", "exports"], function (require, exports) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); @@ -2788,8 +2791,9 @@ define("file1", ["require", "exports"], function (require, exports) { var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - /*@internal*/ normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + /*@internal*/ proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: true, @@ -2885,7 +2889,7 @@ var globalConst = 10; //# sourceMappingURL=module.js.map //// [/src/lib/module.js.map] -{"version":3,"file":"module.js","sourceRoot":"","sources":["file0.ts","file1.ts","file2.ts","global.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"module.js","sourceRoot":"","sources":["file0.ts","file1.ts","file2.ts","global.ts"],"names":[],"mappings":"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"} //// [/src/lib/module.js.map.baseline.txt] =================================================================== @@ -2981,49 +2985,50 @@ sourceFile:file1.ts >>> } 1 >^^^^^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >constructor() { 2 > } 1 >Emitted(8, 9) Source(3, 35) + SourceIndex(1) 2 >Emitted(8, 10) Source(3, 36) + SourceIndex(1) --- ->>> /*@internal*/ normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> /*@internal*/ proto_1.method = function () { }; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^ 3 > ^ -4 > ^^^^^^^^^^^^^^^^^^^^^^^^ -5 > ^^^ -6 > ^^^^^^^^^^^^^^ -7 > ^ +4 > ^^^^^^^^^^^^^^ +5 > ^^^ +6 > ^^^^^^^^^^^^^^ +7 > ^ 1-> > /*@internal*/ prop: string; > 2 > /*@internal*/ 3 > 4 > method -5 > -6 > method() { -7 > } -1->Emitted(9, 9) Source(5, 5) + SourceIndex(1) -2 >Emitted(9, 22) Source(5, 18) + SourceIndex(1) -3 >Emitted(9, 23) Source(5, 19) + SourceIndex(1) -4 >Emitted(9, 47) Source(5, 25) + SourceIndex(1) -5 >Emitted(9, 50) Source(5, 19) + SourceIndex(1) -6 >Emitted(9, 64) Source(5, 30) + SourceIndex(1) -7 >Emitted(9, 65) Source(5, 31) + SourceIndex(1) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +5 > +6 > method() { +7 > } +1->Emitted(10, 9) Source(5, 5) + SourceIndex(1) +2 >Emitted(10, 22) Source(5, 18) + SourceIndex(1) +3 >Emitted(10, 23) Source(5, 19) + SourceIndex(1) +4 >Emitted(10, 37) Source(5, 25) + SourceIndex(1) +5 >Emitted(10, 40) Source(5, 19) + SourceIndex(1) +6 >Emitted(10, 54) Source(5, 30) + SourceIndex(1) +7 >Emitted(10, 55) Source(5, 31) + SourceIndex(1) +--- +>>> Object.defineProperty(proto_1, "c", { 1 >^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ -4 > ^^^^^^^-> +3 > ^^^^^^^^^^^^ +4 > ^^^^^^^^^^^^^^^^^-> 1 > > /*@internal*/ 2 > get 3 > c -1 >Emitted(10, 9) Source(6, 19) + SourceIndex(1) -2 >Emitted(10, 31) Source(6, 23) + SourceIndex(1) -3 >Emitted(10, 53) Source(6, 24) + SourceIndex(1) +1 >Emitted(11, 9) Source(6, 19) + SourceIndex(1) +2 >Emitted(11, 31) Source(6, 23) + SourceIndex(1) +3 >Emitted(11, 43) Source(6, 24) + SourceIndex(1) --- >>> /*@internal*/ get: function () { return 10; }, 1->^^^^^^^^^^^^ @@ -3044,15 +3049,15 @@ sourceFile:file1.ts 7 > ; 8 > 9 > } -1->Emitted(11, 13) Source(6, 5) + SourceIndex(1) -2 >Emitted(11, 26) Source(6, 18) + SourceIndex(1) -3 >Emitted(11, 32) Source(6, 19) + SourceIndex(1) -4 >Emitted(11, 46) Source(6, 29) + SourceIndex(1) -5 >Emitted(11, 53) Source(6, 36) + SourceIndex(1) -6 >Emitted(11, 55) Source(6, 38) + SourceIndex(1) -7 >Emitted(11, 56) Source(6, 39) + SourceIndex(1) -8 >Emitted(11, 57) Source(6, 40) + SourceIndex(1) -9 >Emitted(11, 58) Source(6, 41) + SourceIndex(1) +1->Emitted(12, 13) Source(6, 5) + SourceIndex(1) +2 >Emitted(12, 26) Source(6, 18) + SourceIndex(1) +3 >Emitted(12, 32) Source(6, 19) + SourceIndex(1) +4 >Emitted(12, 46) Source(6, 29) + SourceIndex(1) +5 >Emitted(12, 53) Source(6, 36) + SourceIndex(1) +6 >Emitted(12, 55) Source(6, 38) + SourceIndex(1) +7 >Emitted(12, 56) Source(6, 39) + SourceIndex(1) +8 >Emitted(12, 57) Source(6, 40) + SourceIndex(1) +9 >Emitted(12, 58) Source(6, 41) + SourceIndex(1) --- >>> /*@internal*/ set: function (val) { }, 1 >^^^^^^^^^^^^ @@ -3070,13 +3075,13 @@ sourceFile:file1.ts 5 > val: number 6 > ) { 7 > } -1 >Emitted(12, 13) Source(7, 5) + SourceIndex(1) -2 >Emitted(12, 26) Source(7, 18) + SourceIndex(1) -3 >Emitted(12, 32) Source(7, 19) + SourceIndex(1) -4 >Emitted(12, 42) Source(7, 25) + SourceIndex(1) -5 >Emitted(12, 45) Source(7, 36) + SourceIndex(1) -6 >Emitted(12, 49) Source(7, 40) + SourceIndex(1) -7 >Emitted(12, 50) Source(7, 41) + SourceIndex(1) +1 >Emitted(13, 13) Source(7, 5) + SourceIndex(1) +2 >Emitted(13, 26) Source(7, 18) + SourceIndex(1) +3 >Emitted(13, 32) Source(7, 19) + SourceIndex(1) +4 >Emitted(13, 42) Source(7, 25) + SourceIndex(1) +5 >Emitted(13, 45) Source(7, 36) + SourceIndex(1) +6 >Emitted(13, 49) Source(7, 40) + SourceIndex(1) +7 >Emitted(13, 50) Source(7, 41) + SourceIndex(1) --- >>> enumerable: true, >>> configurable: true @@ -3084,7 +3089,7 @@ sourceFile:file1.ts 1 >^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(15, 12) Source(6, 41) + SourceIndex(1) +1 >Emitted(16, 12) Source(6, 41) + SourceIndex(1) --- >>> return normalC; 1->^^^^^^^^ @@ -3093,8 +3098,8 @@ sourceFile:file1.ts > /*@internal*/ set c(val: number) { } > 2 > } -1->Emitted(16, 9) Source(8, 1) + SourceIndex(1) -2 >Emitted(16, 23) Source(8, 2) + SourceIndex(1) +1->Emitted(17, 9) Source(8, 1) + SourceIndex(1) +2 >Emitted(17, 23) Source(8, 2) + SourceIndex(1) --- >>> }()); 1 >^^^^ @@ -3112,18 +3117,18 @@ sourceFile:file1.ts > /*@internal*/ get c() { return 10; } > /*@internal*/ set c(val: number) { } > } -1 >Emitted(17, 5) Source(8, 1) + SourceIndex(1) -2 >Emitted(17, 6) Source(8, 2) + SourceIndex(1) -3 >Emitted(17, 6) Source(2, 1) + SourceIndex(1) -4 >Emitted(17, 10) Source(8, 2) + SourceIndex(1) +1 >Emitted(18, 5) Source(8, 1) + SourceIndex(1) +2 >Emitted(18, 6) Source(8, 2) + SourceIndex(1) +3 >Emitted(18, 6) Source(2, 1) + SourceIndex(1) +4 >Emitted(18, 10) Source(8, 2) + SourceIndex(1) --- >>> exports.normalC = normalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^ 1-> 2 > normalC -1->Emitted(18, 5) Source(2, 14) + SourceIndex(1) -2 >Emitted(18, 31) Source(2, 21) + SourceIndex(1) +1->Emitted(19, 5) Source(2, 14) + SourceIndex(1) +2 >Emitted(19, 31) Source(2, 21) + SourceIndex(1) --- >>> var normalN; 1 >^^^^ @@ -3151,10 +3156,10 @@ sourceFile:file1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(19, 5) Source(9, 1) + SourceIndex(1) -2 >Emitted(19, 9) Source(9, 18) + SourceIndex(1) -3 >Emitted(19, 16) Source(9, 25) + SourceIndex(1) -4 >Emitted(19, 17) Source(18, 2) + SourceIndex(1) +1 >Emitted(20, 5) Source(9, 1) + SourceIndex(1) +2 >Emitted(20, 9) Source(9, 18) + SourceIndex(1) +3 >Emitted(20, 16) Source(9, 25) + SourceIndex(1) +4 >Emitted(20, 17) Source(18, 2) + SourceIndex(1) --- >>> (function (normalN) { 1->^^^^ @@ -3164,9 +3169,9 @@ sourceFile:file1.ts 1-> 2 > export namespace 3 > normalN -1->Emitted(20, 5) Source(9, 1) + SourceIndex(1) -2 >Emitted(20, 16) Source(9, 18) + SourceIndex(1) -3 >Emitted(20, 23) Source(9, 25) + SourceIndex(1) +1->Emitted(21, 5) Source(9, 1) + SourceIndex(1) +2 >Emitted(21, 16) Source(9, 18) + SourceIndex(1) +3 >Emitted(21, 23) Source(9, 25) + SourceIndex(1) --- >>> /*@internal*/ var C = /** @class */ (function () { 1->^^^^^^^^ @@ -3177,15 +3182,15 @@ sourceFile:file1.ts > 2 > /*@internal*/ 3 > -1->Emitted(21, 9) Source(10, 5) + SourceIndex(1) -2 >Emitted(21, 22) Source(10, 18) + SourceIndex(1) -3 >Emitted(21, 23) Source(10, 19) + SourceIndex(1) +1->Emitted(22, 9) Source(10, 5) + SourceIndex(1) +2 >Emitted(22, 22) Source(10, 18) + SourceIndex(1) +3 >Emitted(22, 23) Source(10, 19) + SourceIndex(1) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(22, 13) Source(10, 19) + SourceIndex(1) +1->Emitted(23, 13) Source(10, 19) + SourceIndex(1) --- >>> } 1->^^^^^^^^^^^^ @@ -3193,16 +3198,16 @@ sourceFile:file1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(23, 13) Source(10, 36) + SourceIndex(1) -2 >Emitted(23, 14) Source(10, 37) + SourceIndex(1) +1->Emitted(24, 13) Source(10, 36) + SourceIndex(1) +2 >Emitted(24, 14) Source(10, 37) + SourceIndex(1) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(24, 13) Source(10, 36) + SourceIndex(1) -2 >Emitted(24, 21) Source(10, 37) + SourceIndex(1) +1->Emitted(25, 13) Source(10, 36) + SourceIndex(1) +2 >Emitted(25, 21) Source(10, 37) + SourceIndex(1) --- >>> }()); 1 >^^^^^^^^ @@ -3214,10 +3219,10 @@ sourceFile:file1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(25, 9) Source(10, 36) + SourceIndex(1) -2 >Emitted(25, 10) Source(10, 37) + SourceIndex(1) -3 >Emitted(25, 10) Source(10, 19) + SourceIndex(1) -4 >Emitted(25, 14) Source(10, 37) + SourceIndex(1) +1 >Emitted(26, 9) Source(10, 36) + SourceIndex(1) +2 >Emitted(26, 10) Source(10, 37) + SourceIndex(1) +3 >Emitted(26, 10) Source(10, 19) + SourceIndex(1) +4 >Emitted(26, 14) Source(10, 37) + SourceIndex(1) --- >>> normalN.C = C; 1->^^^^^^^^ @@ -3229,10 +3234,10 @@ sourceFile:file1.ts 2 > C 3 > { } 4 > -1->Emitted(26, 9) Source(10, 32) + SourceIndex(1) -2 >Emitted(26, 18) Source(10, 33) + SourceIndex(1) -3 >Emitted(26, 22) Source(10, 37) + SourceIndex(1) -4 >Emitted(26, 23) Source(10, 37) + SourceIndex(1) +1->Emitted(27, 9) Source(10, 32) + SourceIndex(1) +2 >Emitted(27, 18) Source(10, 33) + SourceIndex(1) +3 >Emitted(27, 22) Source(10, 37) + SourceIndex(1) +4 >Emitted(27, 23) Source(10, 37) + SourceIndex(1) --- >>> /*@internal*/ function foo() { } 1->^^^^^^^^ @@ -3250,13 +3255,13 @@ sourceFile:file1.ts 5 > foo 6 > () { 7 > } -1->Emitted(27, 9) Source(11, 5) + SourceIndex(1) -2 >Emitted(27, 22) Source(11, 18) + SourceIndex(1) -3 >Emitted(27, 23) Source(11, 19) + SourceIndex(1) -4 >Emitted(27, 32) Source(11, 35) + SourceIndex(1) -5 >Emitted(27, 35) Source(11, 38) + SourceIndex(1) -6 >Emitted(27, 40) Source(11, 42) + SourceIndex(1) -7 >Emitted(27, 41) Source(11, 43) + SourceIndex(1) +1->Emitted(28, 9) Source(11, 5) + SourceIndex(1) +2 >Emitted(28, 22) Source(11, 18) + SourceIndex(1) +3 >Emitted(28, 23) Source(11, 19) + SourceIndex(1) +4 >Emitted(28, 32) Source(11, 35) + SourceIndex(1) +5 >Emitted(28, 35) Source(11, 38) + SourceIndex(1) +6 >Emitted(28, 40) Source(11, 42) + SourceIndex(1) +7 >Emitted(28, 41) Source(11, 43) + SourceIndex(1) --- >>> normalN.foo = foo; 1 >^^^^^^^^ @@ -3268,10 +3273,10 @@ sourceFile:file1.ts 2 > foo 3 > () {} 4 > -1 >Emitted(28, 9) Source(11, 35) + SourceIndex(1) -2 >Emitted(28, 20) Source(11, 38) + SourceIndex(1) -3 >Emitted(28, 26) Source(11, 43) + SourceIndex(1) -4 >Emitted(28, 27) Source(11, 43) + SourceIndex(1) +1 >Emitted(29, 9) Source(11, 35) + SourceIndex(1) +2 >Emitted(29, 20) Source(11, 38) + SourceIndex(1) +3 >Emitted(29, 26) Source(11, 43) + SourceIndex(1) +4 >Emitted(29, 27) Source(11, 43) + SourceIndex(1) --- >>> /*@internal*/ var someNamespace; 1->^^^^^^^^ @@ -3287,12 +3292,12 @@ sourceFile:file1.ts 4 > export namespace 5 > someNamespace 6 > { export class C {} } -1->Emitted(29, 9) Source(12, 5) + SourceIndex(1) -2 >Emitted(29, 22) Source(12, 18) + SourceIndex(1) -3 >Emitted(29, 23) Source(12, 19) + SourceIndex(1) -4 >Emitted(29, 27) Source(12, 36) + SourceIndex(1) -5 >Emitted(29, 40) Source(12, 49) + SourceIndex(1) -6 >Emitted(29, 41) Source(12, 71) + SourceIndex(1) +1->Emitted(30, 9) Source(12, 5) + SourceIndex(1) +2 >Emitted(30, 22) Source(12, 18) + SourceIndex(1) +3 >Emitted(30, 23) Source(12, 19) + SourceIndex(1) +4 >Emitted(30, 27) Source(12, 36) + SourceIndex(1) +5 >Emitted(30, 40) Source(12, 49) + SourceIndex(1) +6 >Emitted(30, 41) Source(12, 71) + SourceIndex(1) --- >>> (function (someNamespace) { 1 >^^^^^^^^ @@ -3302,21 +3307,21 @@ sourceFile:file1.ts 1 > 2 > export namespace 3 > someNamespace -1 >Emitted(30, 9) Source(12, 19) + SourceIndex(1) -2 >Emitted(30, 20) Source(12, 36) + SourceIndex(1) -3 >Emitted(30, 33) Source(12, 49) + SourceIndex(1) +1 >Emitted(31, 9) Source(12, 19) + SourceIndex(1) +2 >Emitted(31, 20) Source(12, 36) + SourceIndex(1) +3 >Emitted(31, 33) Source(12, 49) + SourceIndex(1) --- >>> var C = /** @class */ (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(31, 13) Source(12, 52) + SourceIndex(1) +1->Emitted(32, 13) Source(12, 52) + SourceIndex(1) --- >>> function C() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(32, 17) Source(12, 52) + SourceIndex(1) +1->Emitted(33, 17) Source(12, 52) + SourceIndex(1) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -3324,16 +3329,16 @@ sourceFile:file1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(33, 17) Source(12, 68) + SourceIndex(1) -2 >Emitted(33, 18) Source(12, 69) + SourceIndex(1) +1->Emitted(34, 17) Source(12, 68) + SourceIndex(1) +2 >Emitted(34, 18) Source(12, 69) + SourceIndex(1) --- >>> return C; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(34, 17) Source(12, 68) + SourceIndex(1) -2 >Emitted(34, 25) Source(12, 69) + SourceIndex(1) +1->Emitted(35, 17) Source(12, 68) + SourceIndex(1) +2 >Emitted(35, 25) Source(12, 69) + SourceIndex(1) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -3345,10 +3350,10 @@ sourceFile:file1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(35, 13) Source(12, 68) + SourceIndex(1) -2 >Emitted(35, 14) Source(12, 69) + SourceIndex(1) -3 >Emitted(35, 14) Source(12, 52) + SourceIndex(1) -4 >Emitted(35, 18) Source(12, 69) + SourceIndex(1) +1 >Emitted(36, 13) Source(12, 68) + SourceIndex(1) +2 >Emitted(36, 14) Source(12, 69) + SourceIndex(1) +3 >Emitted(36, 14) Source(12, 52) + SourceIndex(1) +4 >Emitted(36, 18) Source(12, 69) + SourceIndex(1) --- >>> someNamespace.C = C; 1->^^^^^^^^^^^^ @@ -3360,10 +3365,10 @@ sourceFile:file1.ts 2 > C 3 > {} 4 > -1->Emitted(36, 13) Source(12, 65) + SourceIndex(1) -2 >Emitted(36, 28) Source(12, 66) + SourceIndex(1) -3 >Emitted(36, 32) Source(12, 69) + SourceIndex(1) -4 >Emitted(36, 33) Source(12, 69) + SourceIndex(1) +1->Emitted(37, 13) Source(12, 65) + SourceIndex(1) +2 >Emitted(37, 28) Source(12, 66) + SourceIndex(1) +3 >Emitted(37, 32) Source(12, 69) + SourceIndex(1) +4 >Emitted(37, 33) Source(12, 69) + SourceIndex(1) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^^^^^ @@ -3384,15 +3389,15 @@ sourceFile:file1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(37, 9) Source(12, 70) + SourceIndex(1) -2 >Emitted(37, 10) Source(12, 71) + SourceIndex(1) -3 >Emitted(37, 12) Source(12, 36) + SourceIndex(1) -4 >Emitted(37, 25) Source(12, 49) + SourceIndex(1) -5 >Emitted(37, 28) Source(12, 36) + SourceIndex(1) -6 >Emitted(37, 49) Source(12, 49) + SourceIndex(1) -7 >Emitted(37, 54) Source(12, 36) + SourceIndex(1) -8 >Emitted(37, 75) Source(12, 49) + SourceIndex(1) -9 >Emitted(37, 83) Source(12, 71) + SourceIndex(1) +1->Emitted(38, 9) Source(12, 70) + SourceIndex(1) +2 >Emitted(38, 10) Source(12, 71) + SourceIndex(1) +3 >Emitted(38, 12) Source(12, 36) + SourceIndex(1) +4 >Emitted(38, 25) Source(12, 49) + SourceIndex(1) +5 >Emitted(38, 28) Source(12, 36) + SourceIndex(1) +6 >Emitted(38, 49) Source(12, 49) + SourceIndex(1) +7 >Emitted(38, 54) Source(12, 36) + SourceIndex(1) +8 >Emitted(38, 75) Source(12, 49) + SourceIndex(1) +9 >Emitted(38, 83) Source(12, 71) + SourceIndex(1) --- >>> /*@internal*/ var someOther; 1 >^^^^^^^^ @@ -3408,12 +3413,12 @@ sourceFile:file1.ts 4 > export namespace 5 > someOther 6 > .something { export class someClass {} } -1 >Emitted(38, 9) Source(13, 5) + SourceIndex(1) -2 >Emitted(38, 22) Source(13, 18) + SourceIndex(1) -3 >Emitted(38, 23) Source(13, 19) + SourceIndex(1) -4 >Emitted(38, 27) Source(13, 36) + SourceIndex(1) -5 >Emitted(38, 36) Source(13, 45) + SourceIndex(1) -6 >Emitted(38, 37) Source(13, 85) + SourceIndex(1) +1 >Emitted(39, 9) Source(13, 5) + SourceIndex(1) +2 >Emitted(39, 22) Source(13, 18) + SourceIndex(1) +3 >Emitted(39, 23) Source(13, 19) + SourceIndex(1) +4 >Emitted(39, 27) Source(13, 36) + SourceIndex(1) +5 >Emitted(39, 36) Source(13, 45) + SourceIndex(1) +6 >Emitted(39, 37) Source(13, 85) + SourceIndex(1) --- >>> (function (someOther) { 1 >^^^^^^^^ @@ -3422,9 +3427,9 @@ sourceFile:file1.ts 1 > 2 > export namespace 3 > someOther -1 >Emitted(39, 9) Source(13, 19) + SourceIndex(1) -2 >Emitted(39, 20) Source(13, 36) + SourceIndex(1) -3 >Emitted(39, 29) Source(13, 45) + SourceIndex(1) +1 >Emitted(40, 9) Source(13, 19) + SourceIndex(1) +2 >Emitted(40, 20) Source(13, 36) + SourceIndex(1) +3 >Emitted(40, 29) Source(13, 45) + SourceIndex(1) --- >>> var something; 1 >^^^^^^^^^^^^ @@ -3436,10 +3441,10 @@ sourceFile:file1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(40, 13) Source(13, 46) + SourceIndex(1) -2 >Emitted(40, 17) Source(13, 46) + SourceIndex(1) -3 >Emitted(40, 26) Source(13, 55) + SourceIndex(1) -4 >Emitted(40, 27) Source(13, 85) + SourceIndex(1) +1 >Emitted(41, 13) Source(13, 46) + SourceIndex(1) +2 >Emitted(41, 17) Source(13, 46) + SourceIndex(1) +3 >Emitted(41, 26) Source(13, 55) + SourceIndex(1) +4 >Emitted(41, 27) Source(13, 85) + SourceIndex(1) --- >>> (function (something) { 1->^^^^^^^^^^^^ @@ -3449,21 +3454,21 @@ sourceFile:file1.ts 1-> 2 > 3 > something -1->Emitted(41, 13) Source(13, 46) + SourceIndex(1) -2 >Emitted(41, 24) Source(13, 46) + SourceIndex(1) -3 >Emitted(41, 33) Source(13, 55) + SourceIndex(1) +1->Emitted(42, 13) Source(13, 46) + SourceIndex(1) +2 >Emitted(42, 24) Source(13, 46) + SourceIndex(1) +3 >Emitted(42, 33) Source(13, 55) + SourceIndex(1) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(42, 17) Source(13, 58) + SourceIndex(1) +1->Emitted(43, 17) Source(13, 58) + SourceIndex(1) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(43, 21) Source(13, 58) + SourceIndex(1) +1->Emitted(44, 21) Source(13, 58) + SourceIndex(1) --- >>> } 1->^^^^^^^^^^^^^^^^^^^^ @@ -3471,16 +3476,16 @@ sourceFile:file1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(44, 21) Source(13, 82) + SourceIndex(1) -2 >Emitted(44, 22) Source(13, 83) + SourceIndex(1) +1->Emitted(45, 21) Source(13, 82) + SourceIndex(1) +2 >Emitted(45, 22) Source(13, 83) + SourceIndex(1) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(45, 21) Source(13, 82) + SourceIndex(1) -2 >Emitted(45, 37) Source(13, 83) + SourceIndex(1) +1->Emitted(46, 21) Source(13, 82) + SourceIndex(1) +2 >Emitted(46, 37) Source(13, 83) + SourceIndex(1) --- >>> }()); 1 >^^^^^^^^^^^^^^^^ @@ -3492,10 +3497,10 @@ sourceFile:file1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(46, 17) Source(13, 82) + SourceIndex(1) -2 >Emitted(46, 18) Source(13, 83) + SourceIndex(1) -3 >Emitted(46, 18) Source(13, 58) + SourceIndex(1) -4 >Emitted(46, 22) Source(13, 83) + SourceIndex(1) +1 >Emitted(47, 17) Source(13, 82) + SourceIndex(1) +2 >Emitted(47, 18) Source(13, 83) + SourceIndex(1) +3 >Emitted(47, 18) Source(13, 58) + SourceIndex(1) +4 >Emitted(47, 22) Source(13, 83) + SourceIndex(1) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^^^^^ @@ -3507,10 +3512,10 @@ sourceFile:file1.ts 2 > someClass 3 > {} 4 > -1->Emitted(47, 17) Source(13, 71) + SourceIndex(1) -2 >Emitted(47, 36) Source(13, 80) + SourceIndex(1) -3 >Emitted(47, 48) Source(13, 83) + SourceIndex(1) -4 >Emitted(47, 49) Source(13, 83) + SourceIndex(1) +1->Emitted(48, 17) Source(13, 71) + SourceIndex(1) +2 >Emitted(48, 36) Source(13, 80) + SourceIndex(1) +3 >Emitted(48, 48) Source(13, 83) + SourceIndex(1) +4 >Emitted(48, 49) Source(13, 83) + SourceIndex(1) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^^^^^ @@ -3531,15 +3536,15 @@ sourceFile:file1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(48, 13) Source(13, 84) + SourceIndex(1) -2 >Emitted(48, 14) Source(13, 85) + SourceIndex(1) -3 >Emitted(48, 16) Source(13, 46) + SourceIndex(1) -4 >Emitted(48, 25) Source(13, 55) + SourceIndex(1) -5 >Emitted(48, 28) Source(13, 46) + SourceIndex(1) -6 >Emitted(48, 47) Source(13, 55) + SourceIndex(1) -7 >Emitted(48, 52) Source(13, 46) + SourceIndex(1) -8 >Emitted(48, 71) Source(13, 55) + SourceIndex(1) -9 >Emitted(48, 79) Source(13, 85) + SourceIndex(1) +1->Emitted(49, 13) Source(13, 84) + SourceIndex(1) +2 >Emitted(49, 14) Source(13, 85) + SourceIndex(1) +3 >Emitted(49, 16) Source(13, 46) + SourceIndex(1) +4 >Emitted(49, 25) Source(13, 55) + SourceIndex(1) +5 >Emitted(49, 28) Source(13, 46) + SourceIndex(1) +6 >Emitted(49, 47) Source(13, 55) + SourceIndex(1) +7 >Emitted(49, 52) Source(13, 46) + SourceIndex(1) +8 >Emitted(49, 71) Source(13, 55) + SourceIndex(1) +9 >Emitted(49, 79) Source(13, 85) + SourceIndex(1) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^^^^^ @@ -3560,15 +3565,15 @@ sourceFile:file1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(49, 9) Source(13, 84) + SourceIndex(1) -2 >Emitted(49, 10) Source(13, 85) + SourceIndex(1) -3 >Emitted(49, 12) Source(13, 36) + SourceIndex(1) -4 >Emitted(49, 21) Source(13, 45) + SourceIndex(1) -5 >Emitted(49, 24) Source(13, 36) + SourceIndex(1) -6 >Emitted(49, 41) Source(13, 45) + SourceIndex(1) -7 >Emitted(49, 46) Source(13, 36) + SourceIndex(1) -8 >Emitted(49, 63) Source(13, 45) + SourceIndex(1) -9 >Emitted(49, 71) Source(13, 85) + SourceIndex(1) +1 >Emitted(50, 9) Source(13, 84) + SourceIndex(1) +2 >Emitted(50, 10) Source(13, 85) + SourceIndex(1) +3 >Emitted(50, 12) Source(13, 36) + SourceIndex(1) +4 >Emitted(50, 21) Source(13, 45) + SourceIndex(1) +5 >Emitted(50, 24) Source(13, 36) + SourceIndex(1) +6 >Emitted(50, 41) Source(13, 45) + SourceIndex(1) +7 >Emitted(50, 46) Source(13, 36) + SourceIndex(1) +8 >Emitted(50, 63) Source(13, 45) + SourceIndex(1) +9 >Emitted(50, 71) Source(13, 85) + SourceIndex(1) --- >>> /*@internal*/ normalN.someImport = someNamespace.C; 1 >^^^^^^^^ @@ -3590,15 +3595,15 @@ sourceFile:file1.ts 7 > . 8 > C 9 > ; -1 >Emitted(50, 9) Source(14, 5) + SourceIndex(1) -2 >Emitted(50, 22) Source(14, 18) + SourceIndex(1) -3 >Emitted(50, 23) Source(14, 33) + SourceIndex(1) -4 >Emitted(50, 41) Source(14, 43) + SourceIndex(1) -5 >Emitted(50, 44) Source(14, 46) + SourceIndex(1) -6 >Emitted(50, 57) Source(14, 59) + SourceIndex(1) -7 >Emitted(50, 58) Source(14, 60) + SourceIndex(1) -8 >Emitted(50, 59) Source(14, 61) + SourceIndex(1) -9 >Emitted(50, 60) Source(14, 62) + SourceIndex(1) +1 >Emitted(51, 9) Source(14, 5) + SourceIndex(1) +2 >Emitted(51, 22) Source(14, 18) + SourceIndex(1) +3 >Emitted(51, 23) Source(14, 33) + SourceIndex(1) +4 >Emitted(51, 41) Source(14, 43) + SourceIndex(1) +5 >Emitted(51, 44) Source(14, 46) + SourceIndex(1) +6 >Emitted(51, 57) Source(14, 59) + SourceIndex(1) +7 >Emitted(51, 58) Source(14, 60) + SourceIndex(1) +8 >Emitted(51, 59) Source(14, 61) + SourceIndex(1) +9 >Emitted(51, 60) Source(14, 62) + SourceIndex(1) --- >>> /*@internal*/ normalN.internalConst = 10; 1 >^^^^^^^^ @@ -3617,13 +3622,13 @@ sourceFile:file1.ts 5 > = 6 > 10 7 > ; -1 >Emitted(51, 9) Source(16, 5) + SourceIndex(1) -2 >Emitted(51, 22) Source(16, 18) + SourceIndex(1) -3 >Emitted(51, 23) Source(16, 32) + SourceIndex(1) -4 >Emitted(51, 44) Source(16, 45) + SourceIndex(1) -5 >Emitted(51, 47) Source(16, 48) + SourceIndex(1) -6 >Emitted(51, 49) Source(16, 50) + SourceIndex(1) -7 >Emitted(51, 50) Source(16, 51) + SourceIndex(1) +1 >Emitted(52, 9) Source(16, 5) + SourceIndex(1) +2 >Emitted(52, 22) Source(16, 18) + SourceIndex(1) +3 >Emitted(52, 23) Source(16, 32) + SourceIndex(1) +4 >Emitted(52, 44) Source(16, 45) + SourceIndex(1) +5 >Emitted(52, 47) Source(16, 48) + SourceIndex(1) +6 >Emitted(52, 49) Source(16, 50) + SourceIndex(1) +7 >Emitted(52, 50) Source(16, 51) + SourceIndex(1) --- >>> /*@internal*/ var internalEnum; 1 >^^^^^^^^ @@ -3637,11 +3642,11 @@ sourceFile:file1.ts 3 > 4 > export enum 5 > internalEnum { a, b, c } -1 >Emitted(52, 9) Source(17, 5) + SourceIndex(1) -2 >Emitted(52, 22) Source(17, 18) + SourceIndex(1) -3 >Emitted(52, 23) Source(17, 19) + SourceIndex(1) -4 >Emitted(52, 27) Source(17, 31) + SourceIndex(1) -5 >Emitted(52, 39) Source(17, 55) + SourceIndex(1) +1 >Emitted(53, 9) Source(17, 5) + SourceIndex(1) +2 >Emitted(53, 22) Source(17, 18) + SourceIndex(1) +3 >Emitted(53, 23) Source(17, 19) + SourceIndex(1) +4 >Emitted(53, 27) Source(17, 31) + SourceIndex(1) +5 >Emitted(53, 39) Source(17, 55) + SourceIndex(1) --- >>> (function (internalEnum) { 1 >^^^^^^^^ @@ -3651,9 +3656,9 @@ sourceFile:file1.ts 1 > 2 > export enum 3 > internalEnum -1 >Emitted(53, 9) Source(17, 19) + SourceIndex(1) -2 >Emitted(53, 20) Source(17, 31) + SourceIndex(1) -3 >Emitted(53, 32) Source(17, 43) + SourceIndex(1) +1 >Emitted(54, 9) Source(17, 19) + SourceIndex(1) +2 >Emitted(54, 20) Source(17, 31) + SourceIndex(1) +3 >Emitted(54, 32) Source(17, 43) + SourceIndex(1) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^^^^^ @@ -3663,9 +3668,9 @@ sourceFile:file1.ts 1-> { 2 > a 3 > -1->Emitted(54, 13) Source(17, 46) + SourceIndex(1) -2 >Emitted(54, 54) Source(17, 47) + SourceIndex(1) -3 >Emitted(54, 55) Source(17, 47) + SourceIndex(1) +1->Emitted(55, 13) Source(17, 46) + SourceIndex(1) +2 >Emitted(55, 54) Source(17, 47) + SourceIndex(1) +3 >Emitted(55, 55) Source(17, 47) + SourceIndex(1) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^^^^^ @@ -3675,9 +3680,9 @@ sourceFile:file1.ts 1->, 2 > b 3 > -1->Emitted(55, 13) Source(17, 49) + SourceIndex(1) -2 >Emitted(55, 54) Source(17, 50) + SourceIndex(1) -3 >Emitted(55, 55) Source(17, 50) + SourceIndex(1) +1->Emitted(56, 13) Source(17, 49) + SourceIndex(1) +2 >Emitted(56, 54) Source(17, 50) + SourceIndex(1) +3 >Emitted(56, 55) Source(17, 50) + SourceIndex(1) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^^^^^ @@ -3687,9 +3692,9 @@ sourceFile:file1.ts 1->, 2 > c 3 > -1->Emitted(56, 13) Source(17, 52) + SourceIndex(1) -2 >Emitted(56, 54) Source(17, 53) + SourceIndex(1) -3 >Emitted(56, 55) Source(17, 53) + SourceIndex(1) +1->Emitted(57, 13) Source(17, 52) + SourceIndex(1) +2 >Emitted(57, 54) Source(17, 53) + SourceIndex(1) +3 >Emitted(57, 55) Source(17, 53) + SourceIndex(1) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^^^^^ @@ -3710,15 +3715,15 @@ sourceFile:file1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(57, 9) Source(17, 54) + SourceIndex(1) -2 >Emitted(57, 10) Source(17, 55) + SourceIndex(1) -3 >Emitted(57, 12) Source(17, 31) + SourceIndex(1) -4 >Emitted(57, 24) Source(17, 43) + SourceIndex(1) -5 >Emitted(57, 27) Source(17, 31) + SourceIndex(1) -6 >Emitted(57, 47) Source(17, 43) + SourceIndex(1) -7 >Emitted(57, 52) Source(17, 31) + SourceIndex(1) -8 >Emitted(57, 72) Source(17, 43) + SourceIndex(1) -9 >Emitted(57, 80) Source(17, 55) + SourceIndex(1) +1->Emitted(58, 9) Source(17, 54) + SourceIndex(1) +2 >Emitted(58, 10) Source(17, 55) + SourceIndex(1) +3 >Emitted(58, 12) Source(17, 31) + SourceIndex(1) +4 >Emitted(58, 24) Source(17, 43) + SourceIndex(1) +5 >Emitted(58, 27) Source(17, 31) + SourceIndex(1) +6 >Emitted(58, 47) Source(17, 43) + SourceIndex(1) +7 >Emitted(58, 52) Source(17, 31) + SourceIndex(1) +8 >Emitted(58, 72) Source(17, 43) + SourceIndex(1) +9 >Emitted(58, 80) Source(17, 55) + SourceIndex(1) --- >>> })(normalN = exports.normalN || (exports.normalN = {})); 1 >^^^^ @@ -3750,15 +3755,15 @@ sourceFile:file1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(58, 5) Source(18, 1) + SourceIndex(1) -2 >Emitted(58, 6) Source(18, 2) + SourceIndex(1) -3 >Emitted(58, 8) Source(9, 18) + SourceIndex(1) -4 >Emitted(58, 15) Source(9, 25) + SourceIndex(1) -5 >Emitted(58, 18) Source(9, 18) + SourceIndex(1) -6 >Emitted(58, 33) Source(9, 25) + SourceIndex(1) -7 >Emitted(58, 38) Source(9, 18) + SourceIndex(1) -8 >Emitted(58, 53) Source(9, 25) + SourceIndex(1) -9 >Emitted(58, 61) Source(18, 2) + SourceIndex(1) +1 >Emitted(59, 5) Source(18, 1) + SourceIndex(1) +2 >Emitted(59, 6) Source(18, 2) + SourceIndex(1) +3 >Emitted(59, 8) Source(9, 18) + SourceIndex(1) +4 >Emitted(59, 15) Source(9, 25) + SourceIndex(1) +5 >Emitted(59, 18) Source(9, 18) + SourceIndex(1) +6 >Emitted(59, 33) Source(9, 25) + SourceIndex(1) +7 >Emitted(59, 38) Source(9, 18) + SourceIndex(1) +8 >Emitted(59, 53) Source(9, 25) + SourceIndex(1) +9 >Emitted(59, 61) Source(18, 2) + SourceIndex(1) --- >>> /*@internal*/ var internalC = /** @class */ (function () { 1->^^^^ @@ -3769,15 +3774,15 @@ sourceFile:file1.ts > 2 > /*@internal*/ 3 > -1->Emitted(59, 5) Source(19, 1) + SourceIndex(1) -2 >Emitted(59, 18) Source(19, 14) + SourceIndex(1) -3 >Emitted(59, 19) Source(19, 15) + SourceIndex(1) +1->Emitted(60, 5) Source(19, 1) + SourceIndex(1) +2 >Emitted(60, 18) Source(19, 14) + SourceIndex(1) +3 >Emitted(60, 19) Source(19, 15) + SourceIndex(1) --- >>> function internalC() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(60, 9) Source(19, 15) + SourceIndex(1) +1->Emitted(61, 9) Source(19, 15) + SourceIndex(1) --- >>> } 1->^^^^^^^^ @@ -3785,16 +3790,16 @@ sourceFile:file1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class internalC { 2 > } -1->Emitted(61, 9) Source(19, 39) + SourceIndex(1) -2 >Emitted(61, 10) Source(19, 40) + SourceIndex(1) +1->Emitted(62, 9) Source(19, 39) + SourceIndex(1) +2 >Emitted(62, 10) Source(19, 40) + SourceIndex(1) --- >>> return internalC; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(62, 9) Source(19, 39) + SourceIndex(1) -2 >Emitted(62, 25) Source(19, 40) + SourceIndex(1) +1->Emitted(63, 9) Source(19, 39) + SourceIndex(1) +2 >Emitted(63, 25) Source(19, 40) + SourceIndex(1) --- >>> }()); 1 >^^^^ @@ -3806,10 +3811,10 @@ sourceFile:file1.ts 2 > } 3 > 4 > export class internalC {} -1 >Emitted(63, 5) Source(19, 39) + SourceIndex(1) -2 >Emitted(63, 6) Source(19, 40) + SourceIndex(1) -3 >Emitted(63, 6) Source(19, 15) + SourceIndex(1) -4 >Emitted(63, 10) Source(19, 40) + SourceIndex(1) +1 >Emitted(64, 5) Source(19, 39) + SourceIndex(1) +2 >Emitted(64, 6) Source(19, 40) + SourceIndex(1) +3 >Emitted(64, 6) Source(19, 15) + SourceIndex(1) +4 >Emitted(64, 10) Source(19, 40) + SourceIndex(1) --- >>> exports.internalC = internalC; 1->^^^^ @@ -3817,8 +3822,8 @@ sourceFile:file1.ts 3 > ^^^^^^^^^^^-> 1-> 2 > internalC -1->Emitted(64, 5) Source(19, 28) + SourceIndex(1) -2 >Emitted(64, 35) Source(19, 37) + SourceIndex(1) +1->Emitted(65, 5) Source(19, 28) + SourceIndex(1) +2 >Emitted(65, 35) Source(19, 37) + SourceIndex(1) --- >>> /*@internal*/ function internalfoo() { } 1->^^^^ @@ -3836,13 +3841,13 @@ sourceFile:file1.ts 5 > internalfoo 6 > () { 7 > } -1->Emitted(65, 5) Source(20, 1) + SourceIndex(1) -2 >Emitted(65, 18) Source(20, 14) + SourceIndex(1) -3 >Emitted(65, 19) Source(20, 15) + SourceIndex(1) -4 >Emitted(65, 28) Source(20, 31) + SourceIndex(1) -5 >Emitted(65, 39) Source(20, 42) + SourceIndex(1) -6 >Emitted(65, 44) Source(20, 46) + SourceIndex(1) -7 >Emitted(65, 45) Source(20, 47) + SourceIndex(1) +1->Emitted(66, 5) Source(20, 1) + SourceIndex(1) +2 >Emitted(66, 18) Source(20, 14) + SourceIndex(1) +3 >Emitted(66, 19) Source(20, 15) + SourceIndex(1) +4 >Emitted(66, 28) Source(20, 31) + SourceIndex(1) +5 >Emitted(66, 39) Source(20, 42) + SourceIndex(1) +6 >Emitted(66, 44) Source(20, 46) + SourceIndex(1) +7 >Emitted(66, 45) Source(20, 47) + SourceIndex(1) --- >>> exports.internalfoo = internalfoo; 1 >^^^^ @@ -3850,8 +3855,8 @@ sourceFile:file1.ts 3 > ^^^-> 1 > 2 > export function internalfoo() {} -1 >Emitted(66, 5) Source(20, 15) + SourceIndex(1) -2 >Emitted(66, 39) Source(20, 47) + SourceIndex(1) +1 >Emitted(67, 5) Source(20, 15) + SourceIndex(1) +2 >Emitted(67, 39) Source(20, 47) + SourceIndex(1) --- >>> /*@internal*/ var internalNamespace; 1->^^^^ @@ -3867,12 +3872,12 @@ sourceFile:file1.ts 4 > export namespace 5 > internalNamespace 6 > { export class someClass {} } -1->Emitted(67, 5) Source(21, 1) + SourceIndex(1) -2 >Emitted(67, 18) Source(21, 14) + SourceIndex(1) -3 >Emitted(67, 19) Source(21, 15) + SourceIndex(1) -4 >Emitted(67, 23) Source(21, 32) + SourceIndex(1) -5 >Emitted(67, 40) Source(21, 49) + SourceIndex(1) -6 >Emitted(67, 41) Source(21, 79) + SourceIndex(1) +1->Emitted(68, 5) Source(21, 1) + SourceIndex(1) +2 >Emitted(68, 18) Source(21, 14) + SourceIndex(1) +3 >Emitted(68, 19) Source(21, 15) + SourceIndex(1) +4 >Emitted(68, 23) Source(21, 32) + SourceIndex(1) +5 >Emitted(68, 40) Source(21, 49) + SourceIndex(1) +6 >Emitted(68, 41) Source(21, 79) + SourceIndex(1) --- >>> (function (internalNamespace) { 1 >^^^^ @@ -3882,21 +3887,21 @@ sourceFile:file1.ts 1 > 2 > export namespace 3 > internalNamespace -1 >Emitted(68, 5) Source(21, 15) + SourceIndex(1) -2 >Emitted(68, 16) Source(21, 32) + SourceIndex(1) -3 >Emitted(68, 33) Source(21, 49) + SourceIndex(1) +1 >Emitted(69, 5) Source(21, 15) + SourceIndex(1) +2 >Emitted(69, 16) Source(21, 32) + SourceIndex(1) +3 >Emitted(69, 33) Source(21, 49) + SourceIndex(1) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(69, 9) Source(21, 52) + SourceIndex(1) +1->Emitted(70, 9) Source(21, 52) + SourceIndex(1) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(70, 13) Source(21, 52) + SourceIndex(1) +1->Emitted(71, 13) Source(21, 52) + SourceIndex(1) --- >>> } 1->^^^^^^^^^^^^ @@ -3904,16 +3909,16 @@ sourceFile:file1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(71, 13) Source(21, 76) + SourceIndex(1) -2 >Emitted(71, 14) Source(21, 77) + SourceIndex(1) +1->Emitted(72, 13) Source(21, 76) + SourceIndex(1) +2 >Emitted(72, 14) Source(21, 77) + SourceIndex(1) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(72, 13) Source(21, 76) + SourceIndex(1) -2 >Emitted(72, 29) Source(21, 77) + SourceIndex(1) +1->Emitted(73, 13) Source(21, 76) + SourceIndex(1) +2 >Emitted(73, 29) Source(21, 77) + SourceIndex(1) --- >>> }()); 1 >^^^^^^^^ @@ -3925,10 +3930,10 @@ sourceFile:file1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(73, 9) Source(21, 76) + SourceIndex(1) -2 >Emitted(73, 10) Source(21, 77) + SourceIndex(1) -3 >Emitted(73, 10) Source(21, 52) + SourceIndex(1) -4 >Emitted(73, 14) Source(21, 77) + SourceIndex(1) +1 >Emitted(74, 9) Source(21, 76) + SourceIndex(1) +2 >Emitted(74, 10) Source(21, 77) + SourceIndex(1) +3 >Emitted(74, 10) Source(21, 52) + SourceIndex(1) +4 >Emitted(74, 14) Source(21, 77) + SourceIndex(1) --- >>> internalNamespace.someClass = someClass; 1->^^^^^^^^ @@ -3940,10 +3945,10 @@ sourceFile:file1.ts 2 > someClass 3 > {} 4 > -1->Emitted(74, 9) Source(21, 65) + SourceIndex(1) -2 >Emitted(74, 36) Source(21, 74) + SourceIndex(1) -3 >Emitted(74, 48) Source(21, 77) + SourceIndex(1) -4 >Emitted(74, 49) Source(21, 77) + SourceIndex(1) +1->Emitted(75, 9) Source(21, 65) + SourceIndex(1) +2 >Emitted(75, 36) Source(21, 74) + SourceIndex(1) +3 >Emitted(75, 48) Source(21, 77) + SourceIndex(1) +4 >Emitted(75, 49) Source(21, 77) + SourceIndex(1) --- >>> })(internalNamespace = exports.internalNamespace || (exports.internalNamespace = {})); 1->^^^^ @@ -3964,15 +3969,15 @@ sourceFile:file1.ts 7 > 8 > internalNamespace 9 > { export class someClass {} } -1->Emitted(75, 5) Source(21, 78) + SourceIndex(1) -2 >Emitted(75, 6) Source(21, 79) + SourceIndex(1) -3 >Emitted(75, 8) Source(21, 32) + SourceIndex(1) -4 >Emitted(75, 25) Source(21, 49) + SourceIndex(1) -5 >Emitted(75, 28) Source(21, 32) + SourceIndex(1) -6 >Emitted(75, 53) Source(21, 49) + SourceIndex(1) -7 >Emitted(75, 58) Source(21, 32) + SourceIndex(1) -8 >Emitted(75, 83) Source(21, 49) + SourceIndex(1) -9 >Emitted(75, 91) Source(21, 79) + SourceIndex(1) +1->Emitted(76, 5) Source(21, 78) + SourceIndex(1) +2 >Emitted(76, 6) Source(21, 79) + SourceIndex(1) +3 >Emitted(76, 8) Source(21, 32) + SourceIndex(1) +4 >Emitted(76, 25) Source(21, 49) + SourceIndex(1) +5 >Emitted(76, 28) Source(21, 32) + SourceIndex(1) +6 >Emitted(76, 53) Source(21, 49) + SourceIndex(1) +7 >Emitted(76, 58) Source(21, 32) + SourceIndex(1) +8 >Emitted(76, 83) Source(21, 49) + SourceIndex(1) +9 >Emitted(76, 91) Source(21, 79) + SourceIndex(1) --- >>> /*@internal*/ var internalOther; 1 >^^^^ @@ -3988,12 +3993,12 @@ sourceFile:file1.ts 4 > export namespace 5 > internalOther 6 > .something { export class someClass {} } -1 >Emitted(76, 5) Source(22, 1) + SourceIndex(1) -2 >Emitted(76, 18) Source(22, 14) + SourceIndex(1) -3 >Emitted(76, 19) Source(22, 15) + SourceIndex(1) -4 >Emitted(76, 23) Source(22, 32) + SourceIndex(1) -5 >Emitted(76, 36) Source(22, 45) + SourceIndex(1) -6 >Emitted(76, 37) Source(22, 85) + SourceIndex(1) +1 >Emitted(77, 5) Source(22, 1) + SourceIndex(1) +2 >Emitted(77, 18) Source(22, 14) + SourceIndex(1) +3 >Emitted(77, 19) Source(22, 15) + SourceIndex(1) +4 >Emitted(77, 23) Source(22, 32) + SourceIndex(1) +5 >Emitted(77, 36) Source(22, 45) + SourceIndex(1) +6 >Emitted(77, 37) Source(22, 85) + SourceIndex(1) --- >>> (function (internalOther) { 1 >^^^^ @@ -4002,9 +4007,9 @@ sourceFile:file1.ts 1 > 2 > export namespace 3 > internalOther -1 >Emitted(77, 5) Source(22, 15) + SourceIndex(1) -2 >Emitted(77, 16) Source(22, 32) + SourceIndex(1) -3 >Emitted(77, 29) Source(22, 45) + SourceIndex(1) +1 >Emitted(78, 5) Source(22, 15) + SourceIndex(1) +2 >Emitted(78, 16) Source(22, 32) + SourceIndex(1) +3 >Emitted(78, 29) Source(22, 45) + SourceIndex(1) --- >>> var something; 1 >^^^^^^^^ @@ -4016,10 +4021,10 @@ sourceFile:file1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(78, 9) Source(22, 46) + SourceIndex(1) -2 >Emitted(78, 13) Source(22, 46) + SourceIndex(1) -3 >Emitted(78, 22) Source(22, 55) + SourceIndex(1) -4 >Emitted(78, 23) Source(22, 85) + SourceIndex(1) +1 >Emitted(79, 9) Source(22, 46) + SourceIndex(1) +2 >Emitted(79, 13) Source(22, 46) + SourceIndex(1) +3 >Emitted(79, 22) Source(22, 55) + SourceIndex(1) +4 >Emitted(79, 23) Source(22, 85) + SourceIndex(1) --- >>> (function (something) { 1->^^^^^^^^ @@ -4029,21 +4034,21 @@ sourceFile:file1.ts 1-> 2 > 3 > something -1->Emitted(79, 9) Source(22, 46) + SourceIndex(1) -2 >Emitted(79, 20) Source(22, 46) + SourceIndex(1) -3 >Emitted(79, 29) Source(22, 55) + SourceIndex(1) +1->Emitted(80, 9) Source(22, 46) + SourceIndex(1) +2 >Emitted(80, 20) Source(22, 46) + SourceIndex(1) +3 >Emitted(80, 29) Source(22, 55) + SourceIndex(1) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(80, 13) Source(22, 58) + SourceIndex(1) +1->Emitted(81, 13) Source(22, 58) + SourceIndex(1) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(81, 17) Source(22, 58) + SourceIndex(1) +1->Emitted(82, 17) Source(22, 58) + SourceIndex(1) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -4051,16 +4056,16 @@ sourceFile:file1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(82, 17) Source(22, 82) + SourceIndex(1) -2 >Emitted(82, 18) Source(22, 83) + SourceIndex(1) +1->Emitted(83, 17) Source(22, 82) + SourceIndex(1) +2 >Emitted(83, 18) Source(22, 83) + SourceIndex(1) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(83, 17) Source(22, 82) + SourceIndex(1) -2 >Emitted(83, 33) Source(22, 83) + SourceIndex(1) +1->Emitted(84, 17) Source(22, 82) + SourceIndex(1) +2 >Emitted(84, 33) Source(22, 83) + SourceIndex(1) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -4072,10 +4077,10 @@ sourceFile:file1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(84, 13) Source(22, 82) + SourceIndex(1) -2 >Emitted(84, 14) Source(22, 83) + SourceIndex(1) -3 >Emitted(84, 14) Source(22, 58) + SourceIndex(1) -4 >Emitted(84, 18) Source(22, 83) + SourceIndex(1) +1 >Emitted(85, 13) Source(22, 82) + SourceIndex(1) +2 >Emitted(85, 14) Source(22, 83) + SourceIndex(1) +3 >Emitted(85, 14) Source(22, 58) + SourceIndex(1) +4 >Emitted(85, 18) Source(22, 83) + SourceIndex(1) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -4087,10 +4092,10 @@ sourceFile:file1.ts 2 > someClass 3 > {} 4 > -1->Emitted(85, 13) Source(22, 71) + SourceIndex(1) -2 >Emitted(85, 32) Source(22, 80) + SourceIndex(1) -3 >Emitted(85, 44) Source(22, 83) + SourceIndex(1) -4 >Emitted(85, 45) Source(22, 83) + SourceIndex(1) +1->Emitted(86, 13) Source(22, 71) + SourceIndex(1) +2 >Emitted(86, 32) Source(22, 80) + SourceIndex(1) +3 >Emitted(86, 44) Source(22, 83) + SourceIndex(1) +4 >Emitted(86, 45) Source(22, 83) + SourceIndex(1) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^^^^^ @@ -4111,15 +4116,15 @@ sourceFile:file1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(86, 9) Source(22, 84) + SourceIndex(1) -2 >Emitted(86, 10) Source(22, 85) + SourceIndex(1) -3 >Emitted(86, 12) Source(22, 46) + SourceIndex(1) -4 >Emitted(86, 21) Source(22, 55) + SourceIndex(1) -5 >Emitted(86, 24) Source(22, 46) + SourceIndex(1) -6 >Emitted(86, 47) Source(22, 55) + SourceIndex(1) -7 >Emitted(86, 52) Source(22, 46) + SourceIndex(1) -8 >Emitted(86, 75) Source(22, 55) + SourceIndex(1) -9 >Emitted(86, 83) Source(22, 85) + SourceIndex(1) +1->Emitted(87, 9) Source(22, 84) + SourceIndex(1) +2 >Emitted(87, 10) Source(22, 85) + SourceIndex(1) +3 >Emitted(87, 12) Source(22, 46) + SourceIndex(1) +4 >Emitted(87, 21) Source(22, 55) + SourceIndex(1) +5 >Emitted(87, 24) Source(22, 46) + SourceIndex(1) +6 >Emitted(87, 47) Source(22, 55) + SourceIndex(1) +7 >Emitted(87, 52) Source(22, 46) + SourceIndex(1) +8 >Emitted(87, 75) Source(22, 55) + SourceIndex(1) +9 >Emitted(87, 83) Source(22, 85) + SourceIndex(1) --- >>> })(internalOther = exports.internalOther || (exports.internalOther = {})); 1 >^^^^ @@ -4140,15 +4145,15 @@ sourceFile:file1.ts 7 > 8 > internalOther 9 > .something { export class someClass {} } -1 >Emitted(87, 5) Source(22, 84) + SourceIndex(1) -2 >Emitted(87, 6) Source(22, 85) + SourceIndex(1) -3 >Emitted(87, 8) Source(22, 32) + SourceIndex(1) -4 >Emitted(87, 21) Source(22, 45) + SourceIndex(1) -5 >Emitted(87, 24) Source(22, 32) + SourceIndex(1) -6 >Emitted(87, 45) Source(22, 45) + SourceIndex(1) -7 >Emitted(87, 50) Source(22, 32) + SourceIndex(1) -8 >Emitted(87, 71) Source(22, 45) + SourceIndex(1) -9 >Emitted(87, 79) Source(22, 85) + SourceIndex(1) +1 >Emitted(88, 5) Source(22, 84) + SourceIndex(1) +2 >Emitted(88, 6) Source(22, 85) + SourceIndex(1) +3 >Emitted(88, 8) Source(22, 32) + SourceIndex(1) +4 >Emitted(88, 21) Source(22, 45) + SourceIndex(1) +5 >Emitted(88, 24) Source(22, 32) + SourceIndex(1) +6 >Emitted(88, 45) Source(22, 45) + SourceIndex(1) +7 >Emitted(88, 50) Source(22, 32) + SourceIndex(1) +8 >Emitted(88, 71) Source(22, 45) + SourceIndex(1) +9 >Emitted(88, 79) Source(22, 85) + SourceIndex(1) --- >>> /*@internal*/ exports.internalImport = internalNamespace.someClass; 1 >^^^^ @@ -4172,16 +4177,16 @@ sourceFile:file1.ts 8 > . 9 > someClass 10> ; -1 >Emitted(88, 5) Source(23, 1) + SourceIndex(1) -2 >Emitted(88, 18) Source(23, 14) + SourceIndex(1) -3 >Emitted(88, 19) Source(23, 29) + SourceIndex(1) -4 >Emitted(88, 27) Source(23, 29) + SourceIndex(1) -5 >Emitted(88, 41) Source(23, 43) + SourceIndex(1) -6 >Emitted(88, 44) Source(23, 46) + SourceIndex(1) -7 >Emitted(88, 61) Source(23, 63) + SourceIndex(1) -8 >Emitted(88, 62) Source(23, 64) + SourceIndex(1) -9 >Emitted(88, 71) Source(23, 73) + SourceIndex(1) -10>Emitted(88, 72) Source(23, 74) + SourceIndex(1) +1 >Emitted(89, 5) Source(23, 1) + SourceIndex(1) +2 >Emitted(89, 18) Source(23, 14) + SourceIndex(1) +3 >Emitted(89, 19) Source(23, 29) + SourceIndex(1) +4 >Emitted(89, 27) Source(23, 29) + SourceIndex(1) +5 >Emitted(89, 41) Source(23, 43) + SourceIndex(1) +6 >Emitted(89, 44) Source(23, 46) + SourceIndex(1) +7 >Emitted(89, 61) Source(23, 63) + SourceIndex(1) +8 >Emitted(89, 62) Source(23, 64) + SourceIndex(1) +9 >Emitted(89, 71) Source(23, 73) + SourceIndex(1) +10>Emitted(89, 72) Source(23, 74) + SourceIndex(1) --- >>> /*@internal*/ exports.internalConst = 10; 1 >^^^^ @@ -4202,14 +4207,14 @@ sourceFile:file1.ts 6 > = 7 > 10 8 > ; -1 >Emitted(89, 5) Source(25, 1) + SourceIndex(1) -2 >Emitted(89, 18) Source(25, 14) + SourceIndex(1) -3 >Emitted(89, 19) Source(25, 28) + SourceIndex(1) -4 >Emitted(89, 27) Source(25, 28) + SourceIndex(1) -5 >Emitted(89, 40) Source(25, 41) + SourceIndex(1) -6 >Emitted(89, 43) Source(25, 44) + SourceIndex(1) -7 >Emitted(89, 45) Source(25, 46) + SourceIndex(1) -8 >Emitted(89, 46) Source(25, 47) + SourceIndex(1) +1 >Emitted(90, 5) Source(25, 1) + SourceIndex(1) +2 >Emitted(90, 18) Source(25, 14) + SourceIndex(1) +3 >Emitted(90, 19) Source(25, 28) + SourceIndex(1) +4 >Emitted(90, 27) Source(25, 28) + SourceIndex(1) +5 >Emitted(90, 40) Source(25, 41) + SourceIndex(1) +6 >Emitted(90, 43) Source(25, 44) + SourceIndex(1) +7 >Emitted(90, 45) Source(25, 46) + SourceIndex(1) +8 >Emitted(90, 46) Source(25, 47) + SourceIndex(1) --- >>> /*@internal*/ var internalEnum; 1 >^^^^ @@ -4223,11 +4228,11 @@ sourceFile:file1.ts 3 > 4 > export enum 5 > internalEnum { a, b, c } -1 >Emitted(90, 5) Source(26, 1) + SourceIndex(1) -2 >Emitted(90, 18) Source(26, 14) + SourceIndex(1) -3 >Emitted(90, 19) Source(26, 15) + SourceIndex(1) -4 >Emitted(90, 23) Source(26, 27) + SourceIndex(1) -5 >Emitted(90, 35) Source(26, 51) + SourceIndex(1) +1 >Emitted(91, 5) Source(26, 1) + SourceIndex(1) +2 >Emitted(91, 18) Source(26, 14) + SourceIndex(1) +3 >Emitted(91, 19) Source(26, 15) + SourceIndex(1) +4 >Emitted(91, 23) Source(26, 27) + SourceIndex(1) +5 >Emitted(91, 35) Source(26, 51) + SourceIndex(1) --- >>> (function (internalEnum) { 1 >^^^^ @@ -4237,9 +4242,9 @@ sourceFile:file1.ts 1 > 2 > export enum 3 > internalEnum -1 >Emitted(91, 5) Source(26, 15) + SourceIndex(1) -2 >Emitted(91, 16) Source(26, 27) + SourceIndex(1) -3 >Emitted(91, 28) Source(26, 39) + SourceIndex(1) +1 >Emitted(92, 5) Source(26, 15) + SourceIndex(1) +2 >Emitted(92, 16) Source(26, 27) + SourceIndex(1) +3 >Emitted(92, 28) Source(26, 39) + SourceIndex(1) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -4249,9 +4254,9 @@ sourceFile:file1.ts 1-> { 2 > a 3 > -1->Emitted(92, 9) Source(26, 42) + SourceIndex(1) -2 >Emitted(92, 50) Source(26, 43) + SourceIndex(1) -3 >Emitted(92, 51) Source(26, 43) + SourceIndex(1) +1->Emitted(93, 9) Source(26, 42) + SourceIndex(1) +2 >Emitted(93, 50) Source(26, 43) + SourceIndex(1) +3 >Emitted(93, 51) Source(26, 43) + SourceIndex(1) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -4261,9 +4266,9 @@ sourceFile:file1.ts 1->, 2 > b 3 > -1->Emitted(93, 9) Source(26, 45) + SourceIndex(1) -2 >Emitted(93, 50) Source(26, 46) + SourceIndex(1) -3 >Emitted(93, 51) Source(26, 46) + SourceIndex(1) +1->Emitted(94, 9) Source(26, 45) + SourceIndex(1) +2 >Emitted(94, 50) Source(26, 46) + SourceIndex(1) +3 >Emitted(94, 51) Source(26, 46) + SourceIndex(1) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -4273,9 +4278,9 @@ sourceFile:file1.ts 1->, 2 > c 3 > -1->Emitted(94, 9) Source(26, 48) + SourceIndex(1) -2 >Emitted(94, 50) Source(26, 49) + SourceIndex(1) -3 >Emitted(94, 51) Source(26, 49) + SourceIndex(1) +1->Emitted(95, 9) Source(26, 48) + SourceIndex(1) +2 >Emitted(95, 50) Source(26, 49) + SourceIndex(1) +3 >Emitted(95, 51) Source(26, 49) + SourceIndex(1) --- >>> })(internalEnum = exports.internalEnum || (exports.internalEnum = {})); 1->^^^^ @@ -4296,15 +4301,15 @@ sourceFile:file1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(95, 5) Source(26, 50) + SourceIndex(1) -2 >Emitted(95, 6) Source(26, 51) + SourceIndex(1) -3 >Emitted(95, 8) Source(26, 27) + SourceIndex(1) -4 >Emitted(95, 20) Source(26, 39) + SourceIndex(1) -5 >Emitted(95, 23) Source(26, 27) + SourceIndex(1) -6 >Emitted(95, 43) Source(26, 39) + SourceIndex(1) -7 >Emitted(95, 48) Source(26, 27) + SourceIndex(1) -8 >Emitted(95, 68) Source(26, 39) + SourceIndex(1) -9 >Emitted(95, 76) Source(26, 51) + SourceIndex(1) +1->Emitted(96, 5) Source(26, 50) + SourceIndex(1) +2 >Emitted(96, 6) Source(26, 51) + SourceIndex(1) +3 >Emitted(96, 8) Source(26, 27) + SourceIndex(1) +4 >Emitted(96, 20) Source(26, 39) + SourceIndex(1) +5 >Emitted(96, 23) Source(26, 27) + SourceIndex(1) +6 >Emitted(96, 43) Source(26, 39) + SourceIndex(1) +7 >Emitted(96, 48) Source(26, 27) + SourceIndex(1) +8 >Emitted(96, 68) Source(26, 39) + SourceIndex(1) +9 >Emitted(96, 76) Source(26, 51) + SourceIndex(1) --- ------------------------------------------------------------------- emittedFile:/src/lib/module.js @@ -4327,12 +4332,12 @@ sourceFile:file2.ts 4 > = 5 > 20 6 > ; -1 >Emitted(100, 5) Source(1, 14) + SourceIndex(2) -2 >Emitted(100, 13) Source(1, 14) + SourceIndex(2) -3 >Emitted(100, 14) Source(1, 15) + SourceIndex(2) -4 >Emitted(100, 17) Source(1, 18) + SourceIndex(2) -5 >Emitted(100, 19) Source(1, 20) + SourceIndex(2) -6 >Emitted(100, 20) Source(1, 21) + SourceIndex(2) +1 >Emitted(101, 5) Source(1, 14) + SourceIndex(2) +2 >Emitted(101, 13) Source(1, 14) + SourceIndex(2) +3 >Emitted(101, 14) Source(1, 15) + SourceIndex(2) +4 >Emitted(101, 17) Source(1, 18) + SourceIndex(2) +5 >Emitted(101, 19) Source(1, 20) + SourceIndex(2) +6 >Emitted(101, 20) Source(1, 21) + SourceIndex(2) --- ------------------------------------------------------------------- emittedFile:/src/lib/module.js @@ -4353,12 +4358,12 @@ sourceFile:global.ts 4 > = 5 > 10 6 > ; -1 >Emitted(102, 1) Source(1, 1) + SourceIndex(3) -2 >Emitted(102, 5) Source(1, 7) + SourceIndex(3) -3 >Emitted(102, 16) Source(1, 18) + SourceIndex(3) -4 >Emitted(102, 19) Source(1, 21) + SourceIndex(3) -5 >Emitted(102, 21) Source(1, 23) + SourceIndex(3) -6 >Emitted(102, 22) Source(1, 24) + SourceIndex(3) +1 >Emitted(103, 1) Source(1, 1) + SourceIndex(3) +2 >Emitted(103, 5) Source(1, 7) + SourceIndex(3) +3 >Emitted(103, 16) Source(1, 18) + SourceIndex(3) +4 >Emitted(103, 19) Source(1, 21) + SourceIndex(3) +5 >Emitted(103, 21) Source(1, 23) + SourceIndex(3) +6 >Emitted(103, 22) Source(1, 24) + SourceIndex(3) --- >>>//# sourceMappingURL=module.js.map @@ -4376,7 +4381,7 @@ sourceFile:global.ts "sections": [ { "pos": 0, - "end": 4143, + "end": 4165, "kind": "text" } ] @@ -4443,7 +4448,7 @@ sourceFile:global.ts ====================================================================== File:: /src/lib/module.js ---------------------------------------------------------------------- -text: (0-4143) +text: (0-4165) /*@internal*/ var myGlob = 20; define("file1", ["require", "exports"], function (require, exports) { "use strict"; @@ -4452,8 +4457,9 @@ define("file1", ["require", "exports"], function (require, exports) { var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - /*@internal*/ normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + /*@internal*/ proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: true, diff --git a/tests/baselines/reference/tsbuild/amdModulesWithOut/initial-Build/stripInternal.js b/tests/baselines/reference/tsbuild/amdModulesWithOut/initial-Build/stripInternal.js index dcac12cae9f3b..2195d5715a542 100644 --- a/tests/baselines/reference/tsbuild/amdModulesWithOut/initial-Build/stripInternal.js +++ b/tests/baselines/reference/tsbuild/amdModulesWithOut/initial-Build/stripInternal.js @@ -233,8 +233,9 @@ define("file1", ["require", "exports"], function (require, exports) { var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - /*@internal*/ normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + /*@internal*/ proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: true, @@ -336,7 +337,7 @@ var myVar = 30; //# sourceMappingURL=module.js.map //// [/src/app/module.js.map] -{"version":3,"file":"module.js","sourceRoot":"","sources":["../lib/file0.ts","../lib/file1.ts","../lib/file2.ts","../lib/global.ts","file3.ts","file4.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"module.js","sourceRoot":"","sources":["../lib/file0.ts","../lib/file1.ts","../lib/file2.ts","../lib/global.ts","file3.ts","file4.ts"],"names":[],"mappings":"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"} //// [/src/app/module.js.map.baseline.txt] =================================================================== @@ -426,49 +427,50 @@ sourceFile:../lib/file1.ts >>> } 1 >^^^^^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >constructor() { 2 > } 1 >Emitted(8, 9) Source(3, 35) + SourceIndex(1) 2 >Emitted(8, 10) Source(3, 36) + SourceIndex(1) --- ->>> /*@internal*/ normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> /*@internal*/ proto_1.method = function () { }; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^ 3 > ^ -4 > ^^^^^^^^^^^^^^^^^^^^^^^^ -5 > ^^^ -6 > ^^^^^^^^^^^^^^ -7 > ^ +4 > ^^^^^^^^^^^^^^ +5 > ^^^ +6 > ^^^^^^^^^^^^^^ +7 > ^ 1-> > /*@internal*/ prop: string; > 2 > /*@internal*/ 3 > 4 > method -5 > -6 > method() { -7 > } -1->Emitted(9, 9) Source(5, 5) + SourceIndex(1) -2 >Emitted(9, 22) Source(5, 18) + SourceIndex(1) -3 >Emitted(9, 23) Source(5, 19) + SourceIndex(1) -4 >Emitted(9, 47) Source(5, 25) + SourceIndex(1) -5 >Emitted(9, 50) Source(5, 19) + SourceIndex(1) -6 >Emitted(9, 64) Source(5, 30) + SourceIndex(1) -7 >Emitted(9, 65) Source(5, 31) + SourceIndex(1) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +5 > +6 > method() { +7 > } +1->Emitted(10, 9) Source(5, 5) + SourceIndex(1) +2 >Emitted(10, 22) Source(5, 18) + SourceIndex(1) +3 >Emitted(10, 23) Source(5, 19) + SourceIndex(1) +4 >Emitted(10, 37) Source(5, 25) + SourceIndex(1) +5 >Emitted(10, 40) Source(5, 19) + SourceIndex(1) +6 >Emitted(10, 54) Source(5, 30) + SourceIndex(1) +7 >Emitted(10, 55) Source(5, 31) + SourceIndex(1) +--- +>>> Object.defineProperty(proto_1, "c", { 1 >^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ -4 > ^^^^^^^-> +3 > ^^^^^^^^^^^^ +4 > ^^^^^^^^^^^^^^^^^-> 1 > > /*@internal*/ 2 > get 3 > c -1 >Emitted(10, 9) Source(6, 19) + SourceIndex(1) -2 >Emitted(10, 31) Source(6, 23) + SourceIndex(1) -3 >Emitted(10, 53) Source(6, 24) + SourceIndex(1) +1 >Emitted(11, 9) Source(6, 19) + SourceIndex(1) +2 >Emitted(11, 31) Source(6, 23) + SourceIndex(1) +3 >Emitted(11, 43) Source(6, 24) + SourceIndex(1) --- >>> /*@internal*/ get: function () { return 10; }, 1->^^^^^^^^^^^^ @@ -489,15 +491,15 @@ sourceFile:../lib/file1.ts 7 > ; 8 > 9 > } -1->Emitted(11, 13) Source(6, 5) + SourceIndex(1) -2 >Emitted(11, 26) Source(6, 18) + SourceIndex(1) -3 >Emitted(11, 32) Source(6, 19) + SourceIndex(1) -4 >Emitted(11, 46) Source(6, 29) + SourceIndex(1) -5 >Emitted(11, 53) Source(6, 36) + SourceIndex(1) -6 >Emitted(11, 55) Source(6, 38) + SourceIndex(1) -7 >Emitted(11, 56) Source(6, 39) + SourceIndex(1) -8 >Emitted(11, 57) Source(6, 40) + SourceIndex(1) -9 >Emitted(11, 58) Source(6, 41) + SourceIndex(1) +1->Emitted(12, 13) Source(6, 5) + SourceIndex(1) +2 >Emitted(12, 26) Source(6, 18) + SourceIndex(1) +3 >Emitted(12, 32) Source(6, 19) + SourceIndex(1) +4 >Emitted(12, 46) Source(6, 29) + SourceIndex(1) +5 >Emitted(12, 53) Source(6, 36) + SourceIndex(1) +6 >Emitted(12, 55) Source(6, 38) + SourceIndex(1) +7 >Emitted(12, 56) Source(6, 39) + SourceIndex(1) +8 >Emitted(12, 57) Source(6, 40) + SourceIndex(1) +9 >Emitted(12, 58) Source(6, 41) + SourceIndex(1) --- >>> /*@internal*/ set: function (val) { }, 1 >^^^^^^^^^^^^ @@ -515,13 +517,13 @@ sourceFile:../lib/file1.ts 5 > val: number 6 > ) { 7 > } -1 >Emitted(12, 13) Source(7, 5) + SourceIndex(1) -2 >Emitted(12, 26) Source(7, 18) + SourceIndex(1) -3 >Emitted(12, 32) Source(7, 19) + SourceIndex(1) -4 >Emitted(12, 42) Source(7, 25) + SourceIndex(1) -5 >Emitted(12, 45) Source(7, 36) + SourceIndex(1) -6 >Emitted(12, 49) Source(7, 40) + SourceIndex(1) -7 >Emitted(12, 50) Source(7, 41) + SourceIndex(1) +1 >Emitted(13, 13) Source(7, 5) + SourceIndex(1) +2 >Emitted(13, 26) Source(7, 18) + SourceIndex(1) +3 >Emitted(13, 32) Source(7, 19) + SourceIndex(1) +4 >Emitted(13, 42) Source(7, 25) + SourceIndex(1) +5 >Emitted(13, 45) Source(7, 36) + SourceIndex(1) +6 >Emitted(13, 49) Source(7, 40) + SourceIndex(1) +7 >Emitted(13, 50) Source(7, 41) + SourceIndex(1) --- >>> enumerable: true, >>> configurable: true @@ -529,7 +531,7 @@ sourceFile:../lib/file1.ts 1 >^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(15, 12) Source(6, 41) + SourceIndex(1) +1 >Emitted(16, 12) Source(6, 41) + SourceIndex(1) --- >>> return normalC; 1->^^^^^^^^ @@ -538,8 +540,8 @@ sourceFile:../lib/file1.ts > /*@internal*/ set c(val: number) { } > 2 > } -1->Emitted(16, 9) Source(8, 1) + SourceIndex(1) -2 >Emitted(16, 23) Source(8, 2) + SourceIndex(1) +1->Emitted(17, 9) Source(8, 1) + SourceIndex(1) +2 >Emitted(17, 23) Source(8, 2) + SourceIndex(1) --- >>> }()); 1 >^^^^ @@ -557,18 +559,18 @@ sourceFile:../lib/file1.ts > /*@internal*/ get c() { return 10; } > /*@internal*/ set c(val: number) { } > } -1 >Emitted(17, 5) Source(8, 1) + SourceIndex(1) -2 >Emitted(17, 6) Source(8, 2) + SourceIndex(1) -3 >Emitted(17, 6) Source(2, 1) + SourceIndex(1) -4 >Emitted(17, 10) Source(8, 2) + SourceIndex(1) +1 >Emitted(18, 5) Source(8, 1) + SourceIndex(1) +2 >Emitted(18, 6) Source(8, 2) + SourceIndex(1) +3 >Emitted(18, 6) Source(2, 1) + SourceIndex(1) +4 >Emitted(18, 10) Source(8, 2) + SourceIndex(1) --- >>> exports.normalC = normalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^ 1-> 2 > normalC -1->Emitted(18, 5) Source(2, 14) + SourceIndex(1) -2 >Emitted(18, 31) Source(2, 21) + SourceIndex(1) +1->Emitted(19, 5) Source(2, 14) + SourceIndex(1) +2 >Emitted(19, 31) Source(2, 21) + SourceIndex(1) --- >>> var normalN; 1 >^^^^ @@ -596,10 +598,10 @@ sourceFile:../lib/file1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(19, 5) Source(9, 1) + SourceIndex(1) -2 >Emitted(19, 9) Source(9, 18) + SourceIndex(1) -3 >Emitted(19, 16) Source(9, 25) + SourceIndex(1) -4 >Emitted(19, 17) Source(18, 2) + SourceIndex(1) +1 >Emitted(20, 5) Source(9, 1) + SourceIndex(1) +2 >Emitted(20, 9) Source(9, 18) + SourceIndex(1) +3 >Emitted(20, 16) Source(9, 25) + SourceIndex(1) +4 >Emitted(20, 17) Source(18, 2) + SourceIndex(1) --- >>> (function (normalN) { 1->^^^^ @@ -609,9 +611,9 @@ sourceFile:../lib/file1.ts 1-> 2 > export namespace 3 > normalN -1->Emitted(20, 5) Source(9, 1) + SourceIndex(1) -2 >Emitted(20, 16) Source(9, 18) + SourceIndex(1) -3 >Emitted(20, 23) Source(9, 25) + SourceIndex(1) +1->Emitted(21, 5) Source(9, 1) + SourceIndex(1) +2 >Emitted(21, 16) Source(9, 18) + SourceIndex(1) +3 >Emitted(21, 23) Source(9, 25) + SourceIndex(1) --- >>> /*@internal*/ var C = /** @class */ (function () { 1->^^^^^^^^ @@ -622,15 +624,15 @@ sourceFile:../lib/file1.ts > 2 > /*@internal*/ 3 > -1->Emitted(21, 9) Source(10, 5) + SourceIndex(1) -2 >Emitted(21, 22) Source(10, 18) + SourceIndex(1) -3 >Emitted(21, 23) Source(10, 19) + SourceIndex(1) +1->Emitted(22, 9) Source(10, 5) + SourceIndex(1) +2 >Emitted(22, 22) Source(10, 18) + SourceIndex(1) +3 >Emitted(22, 23) Source(10, 19) + SourceIndex(1) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(22, 13) Source(10, 19) + SourceIndex(1) +1->Emitted(23, 13) Source(10, 19) + SourceIndex(1) --- >>> } 1->^^^^^^^^^^^^ @@ -638,16 +640,16 @@ sourceFile:../lib/file1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(23, 13) Source(10, 36) + SourceIndex(1) -2 >Emitted(23, 14) Source(10, 37) + SourceIndex(1) +1->Emitted(24, 13) Source(10, 36) + SourceIndex(1) +2 >Emitted(24, 14) Source(10, 37) + SourceIndex(1) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(24, 13) Source(10, 36) + SourceIndex(1) -2 >Emitted(24, 21) Source(10, 37) + SourceIndex(1) +1->Emitted(25, 13) Source(10, 36) + SourceIndex(1) +2 >Emitted(25, 21) Source(10, 37) + SourceIndex(1) --- >>> }()); 1 >^^^^^^^^ @@ -659,10 +661,10 @@ sourceFile:../lib/file1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(25, 9) Source(10, 36) + SourceIndex(1) -2 >Emitted(25, 10) Source(10, 37) + SourceIndex(1) -3 >Emitted(25, 10) Source(10, 19) + SourceIndex(1) -4 >Emitted(25, 14) Source(10, 37) + SourceIndex(1) +1 >Emitted(26, 9) Source(10, 36) + SourceIndex(1) +2 >Emitted(26, 10) Source(10, 37) + SourceIndex(1) +3 >Emitted(26, 10) Source(10, 19) + SourceIndex(1) +4 >Emitted(26, 14) Source(10, 37) + SourceIndex(1) --- >>> normalN.C = C; 1->^^^^^^^^ @@ -674,10 +676,10 @@ sourceFile:../lib/file1.ts 2 > C 3 > { } 4 > -1->Emitted(26, 9) Source(10, 32) + SourceIndex(1) -2 >Emitted(26, 18) Source(10, 33) + SourceIndex(1) -3 >Emitted(26, 22) Source(10, 37) + SourceIndex(1) -4 >Emitted(26, 23) Source(10, 37) + SourceIndex(1) +1->Emitted(27, 9) Source(10, 32) + SourceIndex(1) +2 >Emitted(27, 18) Source(10, 33) + SourceIndex(1) +3 >Emitted(27, 22) Source(10, 37) + SourceIndex(1) +4 >Emitted(27, 23) Source(10, 37) + SourceIndex(1) --- >>> /*@internal*/ function foo() { } 1->^^^^^^^^ @@ -695,13 +697,13 @@ sourceFile:../lib/file1.ts 5 > foo 6 > () { 7 > } -1->Emitted(27, 9) Source(11, 5) + SourceIndex(1) -2 >Emitted(27, 22) Source(11, 18) + SourceIndex(1) -3 >Emitted(27, 23) Source(11, 19) + SourceIndex(1) -4 >Emitted(27, 32) Source(11, 35) + SourceIndex(1) -5 >Emitted(27, 35) Source(11, 38) + SourceIndex(1) -6 >Emitted(27, 40) Source(11, 42) + SourceIndex(1) -7 >Emitted(27, 41) Source(11, 43) + SourceIndex(1) +1->Emitted(28, 9) Source(11, 5) + SourceIndex(1) +2 >Emitted(28, 22) Source(11, 18) + SourceIndex(1) +3 >Emitted(28, 23) Source(11, 19) + SourceIndex(1) +4 >Emitted(28, 32) Source(11, 35) + SourceIndex(1) +5 >Emitted(28, 35) Source(11, 38) + SourceIndex(1) +6 >Emitted(28, 40) Source(11, 42) + SourceIndex(1) +7 >Emitted(28, 41) Source(11, 43) + SourceIndex(1) --- >>> normalN.foo = foo; 1 >^^^^^^^^ @@ -713,10 +715,10 @@ sourceFile:../lib/file1.ts 2 > foo 3 > () {} 4 > -1 >Emitted(28, 9) Source(11, 35) + SourceIndex(1) -2 >Emitted(28, 20) Source(11, 38) + SourceIndex(1) -3 >Emitted(28, 26) Source(11, 43) + SourceIndex(1) -4 >Emitted(28, 27) Source(11, 43) + SourceIndex(1) +1 >Emitted(29, 9) Source(11, 35) + SourceIndex(1) +2 >Emitted(29, 20) Source(11, 38) + SourceIndex(1) +3 >Emitted(29, 26) Source(11, 43) + SourceIndex(1) +4 >Emitted(29, 27) Source(11, 43) + SourceIndex(1) --- >>> /*@internal*/ var someNamespace; 1->^^^^^^^^ @@ -732,12 +734,12 @@ sourceFile:../lib/file1.ts 4 > export namespace 5 > someNamespace 6 > { export class C {} } -1->Emitted(29, 9) Source(12, 5) + SourceIndex(1) -2 >Emitted(29, 22) Source(12, 18) + SourceIndex(1) -3 >Emitted(29, 23) Source(12, 19) + SourceIndex(1) -4 >Emitted(29, 27) Source(12, 36) + SourceIndex(1) -5 >Emitted(29, 40) Source(12, 49) + SourceIndex(1) -6 >Emitted(29, 41) Source(12, 71) + SourceIndex(1) +1->Emitted(30, 9) Source(12, 5) + SourceIndex(1) +2 >Emitted(30, 22) Source(12, 18) + SourceIndex(1) +3 >Emitted(30, 23) Source(12, 19) + SourceIndex(1) +4 >Emitted(30, 27) Source(12, 36) + SourceIndex(1) +5 >Emitted(30, 40) Source(12, 49) + SourceIndex(1) +6 >Emitted(30, 41) Source(12, 71) + SourceIndex(1) --- >>> (function (someNamespace) { 1 >^^^^^^^^ @@ -747,21 +749,21 @@ sourceFile:../lib/file1.ts 1 > 2 > export namespace 3 > someNamespace -1 >Emitted(30, 9) Source(12, 19) + SourceIndex(1) -2 >Emitted(30, 20) Source(12, 36) + SourceIndex(1) -3 >Emitted(30, 33) Source(12, 49) + SourceIndex(1) +1 >Emitted(31, 9) Source(12, 19) + SourceIndex(1) +2 >Emitted(31, 20) Source(12, 36) + SourceIndex(1) +3 >Emitted(31, 33) Source(12, 49) + SourceIndex(1) --- >>> var C = /** @class */ (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(31, 13) Source(12, 52) + SourceIndex(1) +1->Emitted(32, 13) Source(12, 52) + SourceIndex(1) --- >>> function C() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(32, 17) Source(12, 52) + SourceIndex(1) +1->Emitted(33, 17) Source(12, 52) + SourceIndex(1) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -769,16 +771,16 @@ sourceFile:../lib/file1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(33, 17) Source(12, 68) + SourceIndex(1) -2 >Emitted(33, 18) Source(12, 69) + SourceIndex(1) +1->Emitted(34, 17) Source(12, 68) + SourceIndex(1) +2 >Emitted(34, 18) Source(12, 69) + SourceIndex(1) --- >>> return C; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(34, 17) Source(12, 68) + SourceIndex(1) -2 >Emitted(34, 25) Source(12, 69) + SourceIndex(1) +1->Emitted(35, 17) Source(12, 68) + SourceIndex(1) +2 >Emitted(35, 25) Source(12, 69) + SourceIndex(1) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -790,10 +792,10 @@ sourceFile:../lib/file1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(35, 13) Source(12, 68) + SourceIndex(1) -2 >Emitted(35, 14) Source(12, 69) + SourceIndex(1) -3 >Emitted(35, 14) Source(12, 52) + SourceIndex(1) -4 >Emitted(35, 18) Source(12, 69) + SourceIndex(1) +1 >Emitted(36, 13) Source(12, 68) + SourceIndex(1) +2 >Emitted(36, 14) Source(12, 69) + SourceIndex(1) +3 >Emitted(36, 14) Source(12, 52) + SourceIndex(1) +4 >Emitted(36, 18) Source(12, 69) + SourceIndex(1) --- >>> someNamespace.C = C; 1->^^^^^^^^^^^^ @@ -805,10 +807,10 @@ sourceFile:../lib/file1.ts 2 > C 3 > {} 4 > -1->Emitted(36, 13) Source(12, 65) + SourceIndex(1) -2 >Emitted(36, 28) Source(12, 66) + SourceIndex(1) -3 >Emitted(36, 32) Source(12, 69) + SourceIndex(1) -4 >Emitted(36, 33) Source(12, 69) + SourceIndex(1) +1->Emitted(37, 13) Source(12, 65) + SourceIndex(1) +2 >Emitted(37, 28) Source(12, 66) + SourceIndex(1) +3 >Emitted(37, 32) Source(12, 69) + SourceIndex(1) +4 >Emitted(37, 33) Source(12, 69) + SourceIndex(1) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^^^^^ @@ -829,15 +831,15 @@ sourceFile:../lib/file1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(37, 9) Source(12, 70) + SourceIndex(1) -2 >Emitted(37, 10) Source(12, 71) + SourceIndex(1) -3 >Emitted(37, 12) Source(12, 36) + SourceIndex(1) -4 >Emitted(37, 25) Source(12, 49) + SourceIndex(1) -5 >Emitted(37, 28) Source(12, 36) + SourceIndex(1) -6 >Emitted(37, 49) Source(12, 49) + SourceIndex(1) -7 >Emitted(37, 54) Source(12, 36) + SourceIndex(1) -8 >Emitted(37, 75) Source(12, 49) + SourceIndex(1) -9 >Emitted(37, 83) Source(12, 71) + SourceIndex(1) +1->Emitted(38, 9) Source(12, 70) + SourceIndex(1) +2 >Emitted(38, 10) Source(12, 71) + SourceIndex(1) +3 >Emitted(38, 12) Source(12, 36) + SourceIndex(1) +4 >Emitted(38, 25) Source(12, 49) + SourceIndex(1) +5 >Emitted(38, 28) Source(12, 36) + SourceIndex(1) +6 >Emitted(38, 49) Source(12, 49) + SourceIndex(1) +7 >Emitted(38, 54) Source(12, 36) + SourceIndex(1) +8 >Emitted(38, 75) Source(12, 49) + SourceIndex(1) +9 >Emitted(38, 83) Source(12, 71) + SourceIndex(1) --- >>> /*@internal*/ var someOther; 1 >^^^^^^^^ @@ -853,12 +855,12 @@ sourceFile:../lib/file1.ts 4 > export namespace 5 > someOther 6 > .something { export class someClass {} } -1 >Emitted(38, 9) Source(13, 5) + SourceIndex(1) -2 >Emitted(38, 22) Source(13, 18) + SourceIndex(1) -3 >Emitted(38, 23) Source(13, 19) + SourceIndex(1) -4 >Emitted(38, 27) Source(13, 36) + SourceIndex(1) -5 >Emitted(38, 36) Source(13, 45) + SourceIndex(1) -6 >Emitted(38, 37) Source(13, 85) + SourceIndex(1) +1 >Emitted(39, 9) Source(13, 5) + SourceIndex(1) +2 >Emitted(39, 22) Source(13, 18) + SourceIndex(1) +3 >Emitted(39, 23) Source(13, 19) + SourceIndex(1) +4 >Emitted(39, 27) Source(13, 36) + SourceIndex(1) +5 >Emitted(39, 36) Source(13, 45) + SourceIndex(1) +6 >Emitted(39, 37) Source(13, 85) + SourceIndex(1) --- >>> (function (someOther) { 1 >^^^^^^^^ @@ -867,9 +869,9 @@ sourceFile:../lib/file1.ts 1 > 2 > export namespace 3 > someOther -1 >Emitted(39, 9) Source(13, 19) + SourceIndex(1) -2 >Emitted(39, 20) Source(13, 36) + SourceIndex(1) -3 >Emitted(39, 29) Source(13, 45) + SourceIndex(1) +1 >Emitted(40, 9) Source(13, 19) + SourceIndex(1) +2 >Emitted(40, 20) Source(13, 36) + SourceIndex(1) +3 >Emitted(40, 29) Source(13, 45) + SourceIndex(1) --- >>> var something; 1 >^^^^^^^^^^^^ @@ -881,10 +883,10 @@ sourceFile:../lib/file1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(40, 13) Source(13, 46) + SourceIndex(1) -2 >Emitted(40, 17) Source(13, 46) + SourceIndex(1) -3 >Emitted(40, 26) Source(13, 55) + SourceIndex(1) -4 >Emitted(40, 27) Source(13, 85) + SourceIndex(1) +1 >Emitted(41, 13) Source(13, 46) + SourceIndex(1) +2 >Emitted(41, 17) Source(13, 46) + SourceIndex(1) +3 >Emitted(41, 26) Source(13, 55) + SourceIndex(1) +4 >Emitted(41, 27) Source(13, 85) + SourceIndex(1) --- >>> (function (something) { 1->^^^^^^^^^^^^ @@ -894,21 +896,21 @@ sourceFile:../lib/file1.ts 1-> 2 > 3 > something -1->Emitted(41, 13) Source(13, 46) + SourceIndex(1) -2 >Emitted(41, 24) Source(13, 46) + SourceIndex(1) -3 >Emitted(41, 33) Source(13, 55) + SourceIndex(1) +1->Emitted(42, 13) Source(13, 46) + SourceIndex(1) +2 >Emitted(42, 24) Source(13, 46) + SourceIndex(1) +3 >Emitted(42, 33) Source(13, 55) + SourceIndex(1) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(42, 17) Source(13, 58) + SourceIndex(1) +1->Emitted(43, 17) Source(13, 58) + SourceIndex(1) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(43, 21) Source(13, 58) + SourceIndex(1) +1->Emitted(44, 21) Source(13, 58) + SourceIndex(1) --- >>> } 1->^^^^^^^^^^^^^^^^^^^^ @@ -916,16 +918,16 @@ sourceFile:../lib/file1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(44, 21) Source(13, 82) + SourceIndex(1) -2 >Emitted(44, 22) Source(13, 83) + SourceIndex(1) +1->Emitted(45, 21) Source(13, 82) + SourceIndex(1) +2 >Emitted(45, 22) Source(13, 83) + SourceIndex(1) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(45, 21) Source(13, 82) + SourceIndex(1) -2 >Emitted(45, 37) Source(13, 83) + SourceIndex(1) +1->Emitted(46, 21) Source(13, 82) + SourceIndex(1) +2 >Emitted(46, 37) Source(13, 83) + SourceIndex(1) --- >>> }()); 1 >^^^^^^^^^^^^^^^^ @@ -937,10 +939,10 @@ sourceFile:../lib/file1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(46, 17) Source(13, 82) + SourceIndex(1) -2 >Emitted(46, 18) Source(13, 83) + SourceIndex(1) -3 >Emitted(46, 18) Source(13, 58) + SourceIndex(1) -4 >Emitted(46, 22) Source(13, 83) + SourceIndex(1) +1 >Emitted(47, 17) Source(13, 82) + SourceIndex(1) +2 >Emitted(47, 18) Source(13, 83) + SourceIndex(1) +3 >Emitted(47, 18) Source(13, 58) + SourceIndex(1) +4 >Emitted(47, 22) Source(13, 83) + SourceIndex(1) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^^^^^ @@ -952,10 +954,10 @@ sourceFile:../lib/file1.ts 2 > someClass 3 > {} 4 > -1->Emitted(47, 17) Source(13, 71) + SourceIndex(1) -2 >Emitted(47, 36) Source(13, 80) + SourceIndex(1) -3 >Emitted(47, 48) Source(13, 83) + SourceIndex(1) -4 >Emitted(47, 49) Source(13, 83) + SourceIndex(1) +1->Emitted(48, 17) Source(13, 71) + SourceIndex(1) +2 >Emitted(48, 36) Source(13, 80) + SourceIndex(1) +3 >Emitted(48, 48) Source(13, 83) + SourceIndex(1) +4 >Emitted(48, 49) Source(13, 83) + SourceIndex(1) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^^^^^ @@ -976,15 +978,15 @@ sourceFile:../lib/file1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(48, 13) Source(13, 84) + SourceIndex(1) -2 >Emitted(48, 14) Source(13, 85) + SourceIndex(1) -3 >Emitted(48, 16) Source(13, 46) + SourceIndex(1) -4 >Emitted(48, 25) Source(13, 55) + SourceIndex(1) -5 >Emitted(48, 28) Source(13, 46) + SourceIndex(1) -6 >Emitted(48, 47) Source(13, 55) + SourceIndex(1) -7 >Emitted(48, 52) Source(13, 46) + SourceIndex(1) -8 >Emitted(48, 71) Source(13, 55) + SourceIndex(1) -9 >Emitted(48, 79) Source(13, 85) + SourceIndex(1) +1->Emitted(49, 13) Source(13, 84) + SourceIndex(1) +2 >Emitted(49, 14) Source(13, 85) + SourceIndex(1) +3 >Emitted(49, 16) Source(13, 46) + SourceIndex(1) +4 >Emitted(49, 25) Source(13, 55) + SourceIndex(1) +5 >Emitted(49, 28) Source(13, 46) + SourceIndex(1) +6 >Emitted(49, 47) Source(13, 55) + SourceIndex(1) +7 >Emitted(49, 52) Source(13, 46) + SourceIndex(1) +8 >Emitted(49, 71) Source(13, 55) + SourceIndex(1) +9 >Emitted(49, 79) Source(13, 85) + SourceIndex(1) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^^^^^ @@ -1005,15 +1007,15 @@ sourceFile:../lib/file1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(49, 9) Source(13, 84) + SourceIndex(1) -2 >Emitted(49, 10) Source(13, 85) + SourceIndex(1) -3 >Emitted(49, 12) Source(13, 36) + SourceIndex(1) -4 >Emitted(49, 21) Source(13, 45) + SourceIndex(1) -5 >Emitted(49, 24) Source(13, 36) + SourceIndex(1) -6 >Emitted(49, 41) Source(13, 45) + SourceIndex(1) -7 >Emitted(49, 46) Source(13, 36) + SourceIndex(1) -8 >Emitted(49, 63) Source(13, 45) + SourceIndex(1) -9 >Emitted(49, 71) Source(13, 85) + SourceIndex(1) +1 >Emitted(50, 9) Source(13, 84) + SourceIndex(1) +2 >Emitted(50, 10) Source(13, 85) + SourceIndex(1) +3 >Emitted(50, 12) Source(13, 36) + SourceIndex(1) +4 >Emitted(50, 21) Source(13, 45) + SourceIndex(1) +5 >Emitted(50, 24) Source(13, 36) + SourceIndex(1) +6 >Emitted(50, 41) Source(13, 45) + SourceIndex(1) +7 >Emitted(50, 46) Source(13, 36) + SourceIndex(1) +8 >Emitted(50, 63) Source(13, 45) + SourceIndex(1) +9 >Emitted(50, 71) Source(13, 85) + SourceIndex(1) --- >>> /*@internal*/ normalN.someImport = someNamespace.C; 1 >^^^^^^^^ @@ -1035,15 +1037,15 @@ sourceFile:../lib/file1.ts 7 > . 8 > C 9 > ; -1 >Emitted(50, 9) Source(14, 5) + SourceIndex(1) -2 >Emitted(50, 22) Source(14, 18) + SourceIndex(1) -3 >Emitted(50, 23) Source(14, 33) + SourceIndex(1) -4 >Emitted(50, 41) Source(14, 43) + SourceIndex(1) -5 >Emitted(50, 44) Source(14, 46) + SourceIndex(1) -6 >Emitted(50, 57) Source(14, 59) + SourceIndex(1) -7 >Emitted(50, 58) Source(14, 60) + SourceIndex(1) -8 >Emitted(50, 59) Source(14, 61) + SourceIndex(1) -9 >Emitted(50, 60) Source(14, 62) + SourceIndex(1) +1 >Emitted(51, 9) Source(14, 5) + SourceIndex(1) +2 >Emitted(51, 22) Source(14, 18) + SourceIndex(1) +3 >Emitted(51, 23) Source(14, 33) + SourceIndex(1) +4 >Emitted(51, 41) Source(14, 43) + SourceIndex(1) +5 >Emitted(51, 44) Source(14, 46) + SourceIndex(1) +6 >Emitted(51, 57) Source(14, 59) + SourceIndex(1) +7 >Emitted(51, 58) Source(14, 60) + SourceIndex(1) +8 >Emitted(51, 59) Source(14, 61) + SourceIndex(1) +9 >Emitted(51, 60) Source(14, 62) + SourceIndex(1) --- >>> /*@internal*/ normalN.internalConst = 10; 1 >^^^^^^^^ @@ -1062,13 +1064,13 @@ sourceFile:../lib/file1.ts 5 > = 6 > 10 7 > ; -1 >Emitted(51, 9) Source(16, 5) + SourceIndex(1) -2 >Emitted(51, 22) Source(16, 18) + SourceIndex(1) -3 >Emitted(51, 23) Source(16, 32) + SourceIndex(1) -4 >Emitted(51, 44) Source(16, 45) + SourceIndex(1) -5 >Emitted(51, 47) Source(16, 48) + SourceIndex(1) -6 >Emitted(51, 49) Source(16, 50) + SourceIndex(1) -7 >Emitted(51, 50) Source(16, 51) + SourceIndex(1) +1 >Emitted(52, 9) Source(16, 5) + SourceIndex(1) +2 >Emitted(52, 22) Source(16, 18) + SourceIndex(1) +3 >Emitted(52, 23) Source(16, 32) + SourceIndex(1) +4 >Emitted(52, 44) Source(16, 45) + SourceIndex(1) +5 >Emitted(52, 47) Source(16, 48) + SourceIndex(1) +6 >Emitted(52, 49) Source(16, 50) + SourceIndex(1) +7 >Emitted(52, 50) Source(16, 51) + SourceIndex(1) --- >>> /*@internal*/ var internalEnum; 1 >^^^^^^^^ @@ -1082,11 +1084,11 @@ sourceFile:../lib/file1.ts 3 > 4 > export enum 5 > internalEnum { a, b, c } -1 >Emitted(52, 9) Source(17, 5) + SourceIndex(1) -2 >Emitted(52, 22) Source(17, 18) + SourceIndex(1) -3 >Emitted(52, 23) Source(17, 19) + SourceIndex(1) -4 >Emitted(52, 27) Source(17, 31) + SourceIndex(1) -5 >Emitted(52, 39) Source(17, 55) + SourceIndex(1) +1 >Emitted(53, 9) Source(17, 5) + SourceIndex(1) +2 >Emitted(53, 22) Source(17, 18) + SourceIndex(1) +3 >Emitted(53, 23) Source(17, 19) + SourceIndex(1) +4 >Emitted(53, 27) Source(17, 31) + SourceIndex(1) +5 >Emitted(53, 39) Source(17, 55) + SourceIndex(1) --- >>> (function (internalEnum) { 1 >^^^^^^^^ @@ -1096,9 +1098,9 @@ sourceFile:../lib/file1.ts 1 > 2 > export enum 3 > internalEnum -1 >Emitted(53, 9) Source(17, 19) + SourceIndex(1) -2 >Emitted(53, 20) Source(17, 31) + SourceIndex(1) -3 >Emitted(53, 32) Source(17, 43) + SourceIndex(1) +1 >Emitted(54, 9) Source(17, 19) + SourceIndex(1) +2 >Emitted(54, 20) Source(17, 31) + SourceIndex(1) +3 >Emitted(54, 32) Source(17, 43) + SourceIndex(1) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^^^^^ @@ -1108,9 +1110,9 @@ sourceFile:../lib/file1.ts 1-> { 2 > a 3 > -1->Emitted(54, 13) Source(17, 46) + SourceIndex(1) -2 >Emitted(54, 54) Source(17, 47) + SourceIndex(1) -3 >Emitted(54, 55) Source(17, 47) + SourceIndex(1) +1->Emitted(55, 13) Source(17, 46) + SourceIndex(1) +2 >Emitted(55, 54) Source(17, 47) + SourceIndex(1) +3 >Emitted(55, 55) Source(17, 47) + SourceIndex(1) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^^^^^ @@ -1120,9 +1122,9 @@ sourceFile:../lib/file1.ts 1->, 2 > b 3 > -1->Emitted(55, 13) Source(17, 49) + SourceIndex(1) -2 >Emitted(55, 54) Source(17, 50) + SourceIndex(1) -3 >Emitted(55, 55) Source(17, 50) + SourceIndex(1) +1->Emitted(56, 13) Source(17, 49) + SourceIndex(1) +2 >Emitted(56, 54) Source(17, 50) + SourceIndex(1) +3 >Emitted(56, 55) Source(17, 50) + SourceIndex(1) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^^^^^ @@ -1132,9 +1134,9 @@ sourceFile:../lib/file1.ts 1->, 2 > c 3 > -1->Emitted(56, 13) Source(17, 52) + SourceIndex(1) -2 >Emitted(56, 54) Source(17, 53) + SourceIndex(1) -3 >Emitted(56, 55) Source(17, 53) + SourceIndex(1) +1->Emitted(57, 13) Source(17, 52) + SourceIndex(1) +2 >Emitted(57, 54) Source(17, 53) + SourceIndex(1) +3 >Emitted(57, 55) Source(17, 53) + SourceIndex(1) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^^^^^ @@ -1155,15 +1157,15 @@ sourceFile:../lib/file1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(57, 9) Source(17, 54) + SourceIndex(1) -2 >Emitted(57, 10) Source(17, 55) + SourceIndex(1) -3 >Emitted(57, 12) Source(17, 31) + SourceIndex(1) -4 >Emitted(57, 24) Source(17, 43) + SourceIndex(1) -5 >Emitted(57, 27) Source(17, 31) + SourceIndex(1) -6 >Emitted(57, 47) Source(17, 43) + SourceIndex(1) -7 >Emitted(57, 52) Source(17, 31) + SourceIndex(1) -8 >Emitted(57, 72) Source(17, 43) + SourceIndex(1) -9 >Emitted(57, 80) Source(17, 55) + SourceIndex(1) +1->Emitted(58, 9) Source(17, 54) + SourceIndex(1) +2 >Emitted(58, 10) Source(17, 55) + SourceIndex(1) +3 >Emitted(58, 12) Source(17, 31) + SourceIndex(1) +4 >Emitted(58, 24) Source(17, 43) + SourceIndex(1) +5 >Emitted(58, 27) Source(17, 31) + SourceIndex(1) +6 >Emitted(58, 47) Source(17, 43) + SourceIndex(1) +7 >Emitted(58, 52) Source(17, 31) + SourceIndex(1) +8 >Emitted(58, 72) Source(17, 43) + SourceIndex(1) +9 >Emitted(58, 80) Source(17, 55) + SourceIndex(1) --- >>> })(normalN = exports.normalN || (exports.normalN = {})); 1 >^^^^ @@ -1195,15 +1197,15 @@ sourceFile:../lib/file1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(58, 5) Source(18, 1) + SourceIndex(1) -2 >Emitted(58, 6) Source(18, 2) + SourceIndex(1) -3 >Emitted(58, 8) Source(9, 18) + SourceIndex(1) -4 >Emitted(58, 15) Source(9, 25) + SourceIndex(1) -5 >Emitted(58, 18) Source(9, 18) + SourceIndex(1) -6 >Emitted(58, 33) Source(9, 25) + SourceIndex(1) -7 >Emitted(58, 38) Source(9, 18) + SourceIndex(1) -8 >Emitted(58, 53) Source(9, 25) + SourceIndex(1) -9 >Emitted(58, 61) Source(18, 2) + SourceIndex(1) +1 >Emitted(59, 5) Source(18, 1) + SourceIndex(1) +2 >Emitted(59, 6) Source(18, 2) + SourceIndex(1) +3 >Emitted(59, 8) Source(9, 18) + SourceIndex(1) +4 >Emitted(59, 15) Source(9, 25) + SourceIndex(1) +5 >Emitted(59, 18) Source(9, 18) + SourceIndex(1) +6 >Emitted(59, 33) Source(9, 25) + SourceIndex(1) +7 >Emitted(59, 38) Source(9, 18) + SourceIndex(1) +8 >Emitted(59, 53) Source(9, 25) + SourceIndex(1) +9 >Emitted(59, 61) Source(18, 2) + SourceIndex(1) --- >>> /*@internal*/ var internalC = /** @class */ (function () { 1->^^^^ @@ -1214,15 +1216,15 @@ sourceFile:../lib/file1.ts > 2 > /*@internal*/ 3 > -1->Emitted(59, 5) Source(19, 1) + SourceIndex(1) -2 >Emitted(59, 18) Source(19, 14) + SourceIndex(1) -3 >Emitted(59, 19) Source(19, 15) + SourceIndex(1) +1->Emitted(60, 5) Source(19, 1) + SourceIndex(1) +2 >Emitted(60, 18) Source(19, 14) + SourceIndex(1) +3 >Emitted(60, 19) Source(19, 15) + SourceIndex(1) --- >>> function internalC() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(60, 9) Source(19, 15) + SourceIndex(1) +1->Emitted(61, 9) Source(19, 15) + SourceIndex(1) --- >>> } 1->^^^^^^^^ @@ -1230,16 +1232,16 @@ sourceFile:../lib/file1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class internalC { 2 > } -1->Emitted(61, 9) Source(19, 39) + SourceIndex(1) -2 >Emitted(61, 10) Source(19, 40) + SourceIndex(1) +1->Emitted(62, 9) Source(19, 39) + SourceIndex(1) +2 >Emitted(62, 10) Source(19, 40) + SourceIndex(1) --- >>> return internalC; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(62, 9) Source(19, 39) + SourceIndex(1) -2 >Emitted(62, 25) Source(19, 40) + SourceIndex(1) +1->Emitted(63, 9) Source(19, 39) + SourceIndex(1) +2 >Emitted(63, 25) Source(19, 40) + SourceIndex(1) --- >>> }()); 1 >^^^^ @@ -1251,10 +1253,10 @@ sourceFile:../lib/file1.ts 2 > } 3 > 4 > export class internalC {} -1 >Emitted(63, 5) Source(19, 39) + SourceIndex(1) -2 >Emitted(63, 6) Source(19, 40) + SourceIndex(1) -3 >Emitted(63, 6) Source(19, 15) + SourceIndex(1) -4 >Emitted(63, 10) Source(19, 40) + SourceIndex(1) +1 >Emitted(64, 5) Source(19, 39) + SourceIndex(1) +2 >Emitted(64, 6) Source(19, 40) + SourceIndex(1) +3 >Emitted(64, 6) Source(19, 15) + SourceIndex(1) +4 >Emitted(64, 10) Source(19, 40) + SourceIndex(1) --- >>> exports.internalC = internalC; 1->^^^^ @@ -1262,8 +1264,8 @@ sourceFile:../lib/file1.ts 3 > ^^^^^^^^^^^-> 1-> 2 > internalC -1->Emitted(64, 5) Source(19, 28) + SourceIndex(1) -2 >Emitted(64, 35) Source(19, 37) + SourceIndex(1) +1->Emitted(65, 5) Source(19, 28) + SourceIndex(1) +2 >Emitted(65, 35) Source(19, 37) + SourceIndex(1) --- >>> /*@internal*/ function internalfoo() { } 1->^^^^ @@ -1281,13 +1283,13 @@ sourceFile:../lib/file1.ts 5 > internalfoo 6 > () { 7 > } -1->Emitted(65, 5) Source(20, 1) + SourceIndex(1) -2 >Emitted(65, 18) Source(20, 14) + SourceIndex(1) -3 >Emitted(65, 19) Source(20, 15) + SourceIndex(1) -4 >Emitted(65, 28) Source(20, 31) + SourceIndex(1) -5 >Emitted(65, 39) Source(20, 42) + SourceIndex(1) -6 >Emitted(65, 44) Source(20, 46) + SourceIndex(1) -7 >Emitted(65, 45) Source(20, 47) + SourceIndex(1) +1->Emitted(66, 5) Source(20, 1) + SourceIndex(1) +2 >Emitted(66, 18) Source(20, 14) + SourceIndex(1) +3 >Emitted(66, 19) Source(20, 15) + SourceIndex(1) +4 >Emitted(66, 28) Source(20, 31) + SourceIndex(1) +5 >Emitted(66, 39) Source(20, 42) + SourceIndex(1) +6 >Emitted(66, 44) Source(20, 46) + SourceIndex(1) +7 >Emitted(66, 45) Source(20, 47) + SourceIndex(1) --- >>> exports.internalfoo = internalfoo; 1 >^^^^ @@ -1295,8 +1297,8 @@ sourceFile:../lib/file1.ts 3 > ^^^-> 1 > 2 > export function internalfoo() {} -1 >Emitted(66, 5) Source(20, 15) + SourceIndex(1) -2 >Emitted(66, 39) Source(20, 47) + SourceIndex(1) +1 >Emitted(67, 5) Source(20, 15) + SourceIndex(1) +2 >Emitted(67, 39) Source(20, 47) + SourceIndex(1) --- >>> /*@internal*/ var internalNamespace; 1->^^^^ @@ -1312,12 +1314,12 @@ sourceFile:../lib/file1.ts 4 > export namespace 5 > internalNamespace 6 > { export class someClass {} } -1->Emitted(67, 5) Source(21, 1) + SourceIndex(1) -2 >Emitted(67, 18) Source(21, 14) + SourceIndex(1) -3 >Emitted(67, 19) Source(21, 15) + SourceIndex(1) -4 >Emitted(67, 23) Source(21, 32) + SourceIndex(1) -5 >Emitted(67, 40) Source(21, 49) + SourceIndex(1) -6 >Emitted(67, 41) Source(21, 79) + SourceIndex(1) +1->Emitted(68, 5) Source(21, 1) + SourceIndex(1) +2 >Emitted(68, 18) Source(21, 14) + SourceIndex(1) +3 >Emitted(68, 19) Source(21, 15) + SourceIndex(1) +4 >Emitted(68, 23) Source(21, 32) + SourceIndex(1) +5 >Emitted(68, 40) Source(21, 49) + SourceIndex(1) +6 >Emitted(68, 41) Source(21, 79) + SourceIndex(1) --- >>> (function (internalNamespace) { 1 >^^^^ @@ -1327,21 +1329,21 @@ sourceFile:../lib/file1.ts 1 > 2 > export namespace 3 > internalNamespace -1 >Emitted(68, 5) Source(21, 15) + SourceIndex(1) -2 >Emitted(68, 16) Source(21, 32) + SourceIndex(1) -3 >Emitted(68, 33) Source(21, 49) + SourceIndex(1) +1 >Emitted(69, 5) Source(21, 15) + SourceIndex(1) +2 >Emitted(69, 16) Source(21, 32) + SourceIndex(1) +3 >Emitted(69, 33) Source(21, 49) + SourceIndex(1) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(69, 9) Source(21, 52) + SourceIndex(1) +1->Emitted(70, 9) Source(21, 52) + SourceIndex(1) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(70, 13) Source(21, 52) + SourceIndex(1) +1->Emitted(71, 13) Source(21, 52) + SourceIndex(1) --- >>> } 1->^^^^^^^^^^^^ @@ -1349,16 +1351,16 @@ sourceFile:../lib/file1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(71, 13) Source(21, 76) + SourceIndex(1) -2 >Emitted(71, 14) Source(21, 77) + SourceIndex(1) +1->Emitted(72, 13) Source(21, 76) + SourceIndex(1) +2 >Emitted(72, 14) Source(21, 77) + SourceIndex(1) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(72, 13) Source(21, 76) + SourceIndex(1) -2 >Emitted(72, 29) Source(21, 77) + SourceIndex(1) +1->Emitted(73, 13) Source(21, 76) + SourceIndex(1) +2 >Emitted(73, 29) Source(21, 77) + SourceIndex(1) --- >>> }()); 1 >^^^^^^^^ @@ -1370,10 +1372,10 @@ sourceFile:../lib/file1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(73, 9) Source(21, 76) + SourceIndex(1) -2 >Emitted(73, 10) Source(21, 77) + SourceIndex(1) -3 >Emitted(73, 10) Source(21, 52) + SourceIndex(1) -4 >Emitted(73, 14) Source(21, 77) + SourceIndex(1) +1 >Emitted(74, 9) Source(21, 76) + SourceIndex(1) +2 >Emitted(74, 10) Source(21, 77) + SourceIndex(1) +3 >Emitted(74, 10) Source(21, 52) + SourceIndex(1) +4 >Emitted(74, 14) Source(21, 77) + SourceIndex(1) --- >>> internalNamespace.someClass = someClass; 1->^^^^^^^^ @@ -1385,10 +1387,10 @@ sourceFile:../lib/file1.ts 2 > someClass 3 > {} 4 > -1->Emitted(74, 9) Source(21, 65) + SourceIndex(1) -2 >Emitted(74, 36) Source(21, 74) + SourceIndex(1) -3 >Emitted(74, 48) Source(21, 77) + SourceIndex(1) -4 >Emitted(74, 49) Source(21, 77) + SourceIndex(1) +1->Emitted(75, 9) Source(21, 65) + SourceIndex(1) +2 >Emitted(75, 36) Source(21, 74) + SourceIndex(1) +3 >Emitted(75, 48) Source(21, 77) + SourceIndex(1) +4 >Emitted(75, 49) Source(21, 77) + SourceIndex(1) --- >>> })(internalNamespace = exports.internalNamespace || (exports.internalNamespace = {})); 1->^^^^ @@ -1409,15 +1411,15 @@ sourceFile:../lib/file1.ts 7 > 8 > internalNamespace 9 > { export class someClass {} } -1->Emitted(75, 5) Source(21, 78) + SourceIndex(1) -2 >Emitted(75, 6) Source(21, 79) + SourceIndex(1) -3 >Emitted(75, 8) Source(21, 32) + SourceIndex(1) -4 >Emitted(75, 25) Source(21, 49) + SourceIndex(1) -5 >Emitted(75, 28) Source(21, 32) + SourceIndex(1) -6 >Emitted(75, 53) Source(21, 49) + SourceIndex(1) -7 >Emitted(75, 58) Source(21, 32) + SourceIndex(1) -8 >Emitted(75, 83) Source(21, 49) + SourceIndex(1) -9 >Emitted(75, 91) Source(21, 79) + SourceIndex(1) +1->Emitted(76, 5) Source(21, 78) + SourceIndex(1) +2 >Emitted(76, 6) Source(21, 79) + SourceIndex(1) +3 >Emitted(76, 8) Source(21, 32) + SourceIndex(1) +4 >Emitted(76, 25) Source(21, 49) + SourceIndex(1) +5 >Emitted(76, 28) Source(21, 32) + SourceIndex(1) +6 >Emitted(76, 53) Source(21, 49) + SourceIndex(1) +7 >Emitted(76, 58) Source(21, 32) + SourceIndex(1) +8 >Emitted(76, 83) Source(21, 49) + SourceIndex(1) +9 >Emitted(76, 91) Source(21, 79) + SourceIndex(1) --- >>> /*@internal*/ var internalOther; 1 >^^^^ @@ -1433,12 +1435,12 @@ sourceFile:../lib/file1.ts 4 > export namespace 5 > internalOther 6 > .something { export class someClass {} } -1 >Emitted(76, 5) Source(22, 1) + SourceIndex(1) -2 >Emitted(76, 18) Source(22, 14) + SourceIndex(1) -3 >Emitted(76, 19) Source(22, 15) + SourceIndex(1) -4 >Emitted(76, 23) Source(22, 32) + SourceIndex(1) -5 >Emitted(76, 36) Source(22, 45) + SourceIndex(1) -6 >Emitted(76, 37) Source(22, 85) + SourceIndex(1) +1 >Emitted(77, 5) Source(22, 1) + SourceIndex(1) +2 >Emitted(77, 18) Source(22, 14) + SourceIndex(1) +3 >Emitted(77, 19) Source(22, 15) + SourceIndex(1) +4 >Emitted(77, 23) Source(22, 32) + SourceIndex(1) +5 >Emitted(77, 36) Source(22, 45) + SourceIndex(1) +6 >Emitted(77, 37) Source(22, 85) + SourceIndex(1) --- >>> (function (internalOther) { 1 >^^^^ @@ -1447,9 +1449,9 @@ sourceFile:../lib/file1.ts 1 > 2 > export namespace 3 > internalOther -1 >Emitted(77, 5) Source(22, 15) + SourceIndex(1) -2 >Emitted(77, 16) Source(22, 32) + SourceIndex(1) -3 >Emitted(77, 29) Source(22, 45) + SourceIndex(1) +1 >Emitted(78, 5) Source(22, 15) + SourceIndex(1) +2 >Emitted(78, 16) Source(22, 32) + SourceIndex(1) +3 >Emitted(78, 29) Source(22, 45) + SourceIndex(1) --- >>> var something; 1 >^^^^^^^^ @@ -1461,10 +1463,10 @@ sourceFile:../lib/file1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(78, 9) Source(22, 46) + SourceIndex(1) -2 >Emitted(78, 13) Source(22, 46) + SourceIndex(1) -3 >Emitted(78, 22) Source(22, 55) + SourceIndex(1) -4 >Emitted(78, 23) Source(22, 85) + SourceIndex(1) +1 >Emitted(79, 9) Source(22, 46) + SourceIndex(1) +2 >Emitted(79, 13) Source(22, 46) + SourceIndex(1) +3 >Emitted(79, 22) Source(22, 55) + SourceIndex(1) +4 >Emitted(79, 23) Source(22, 85) + SourceIndex(1) --- >>> (function (something) { 1->^^^^^^^^ @@ -1474,21 +1476,21 @@ sourceFile:../lib/file1.ts 1-> 2 > 3 > something -1->Emitted(79, 9) Source(22, 46) + SourceIndex(1) -2 >Emitted(79, 20) Source(22, 46) + SourceIndex(1) -3 >Emitted(79, 29) Source(22, 55) + SourceIndex(1) +1->Emitted(80, 9) Source(22, 46) + SourceIndex(1) +2 >Emitted(80, 20) Source(22, 46) + SourceIndex(1) +3 >Emitted(80, 29) Source(22, 55) + SourceIndex(1) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(80, 13) Source(22, 58) + SourceIndex(1) +1->Emitted(81, 13) Source(22, 58) + SourceIndex(1) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(81, 17) Source(22, 58) + SourceIndex(1) +1->Emitted(82, 17) Source(22, 58) + SourceIndex(1) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -1496,16 +1498,16 @@ sourceFile:../lib/file1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(82, 17) Source(22, 82) + SourceIndex(1) -2 >Emitted(82, 18) Source(22, 83) + SourceIndex(1) +1->Emitted(83, 17) Source(22, 82) + SourceIndex(1) +2 >Emitted(83, 18) Source(22, 83) + SourceIndex(1) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(83, 17) Source(22, 82) + SourceIndex(1) -2 >Emitted(83, 33) Source(22, 83) + SourceIndex(1) +1->Emitted(84, 17) Source(22, 82) + SourceIndex(1) +2 >Emitted(84, 33) Source(22, 83) + SourceIndex(1) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -1517,10 +1519,10 @@ sourceFile:../lib/file1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(84, 13) Source(22, 82) + SourceIndex(1) -2 >Emitted(84, 14) Source(22, 83) + SourceIndex(1) -3 >Emitted(84, 14) Source(22, 58) + SourceIndex(1) -4 >Emitted(84, 18) Source(22, 83) + SourceIndex(1) +1 >Emitted(85, 13) Source(22, 82) + SourceIndex(1) +2 >Emitted(85, 14) Source(22, 83) + SourceIndex(1) +3 >Emitted(85, 14) Source(22, 58) + SourceIndex(1) +4 >Emitted(85, 18) Source(22, 83) + SourceIndex(1) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -1532,10 +1534,10 @@ sourceFile:../lib/file1.ts 2 > someClass 3 > {} 4 > -1->Emitted(85, 13) Source(22, 71) + SourceIndex(1) -2 >Emitted(85, 32) Source(22, 80) + SourceIndex(1) -3 >Emitted(85, 44) Source(22, 83) + SourceIndex(1) -4 >Emitted(85, 45) Source(22, 83) + SourceIndex(1) +1->Emitted(86, 13) Source(22, 71) + SourceIndex(1) +2 >Emitted(86, 32) Source(22, 80) + SourceIndex(1) +3 >Emitted(86, 44) Source(22, 83) + SourceIndex(1) +4 >Emitted(86, 45) Source(22, 83) + SourceIndex(1) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^^^^^ @@ -1556,15 +1558,15 @@ sourceFile:../lib/file1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(86, 9) Source(22, 84) + SourceIndex(1) -2 >Emitted(86, 10) Source(22, 85) + SourceIndex(1) -3 >Emitted(86, 12) Source(22, 46) + SourceIndex(1) -4 >Emitted(86, 21) Source(22, 55) + SourceIndex(1) -5 >Emitted(86, 24) Source(22, 46) + SourceIndex(1) -6 >Emitted(86, 47) Source(22, 55) + SourceIndex(1) -7 >Emitted(86, 52) Source(22, 46) + SourceIndex(1) -8 >Emitted(86, 75) Source(22, 55) + SourceIndex(1) -9 >Emitted(86, 83) Source(22, 85) + SourceIndex(1) +1->Emitted(87, 9) Source(22, 84) + SourceIndex(1) +2 >Emitted(87, 10) Source(22, 85) + SourceIndex(1) +3 >Emitted(87, 12) Source(22, 46) + SourceIndex(1) +4 >Emitted(87, 21) Source(22, 55) + SourceIndex(1) +5 >Emitted(87, 24) Source(22, 46) + SourceIndex(1) +6 >Emitted(87, 47) Source(22, 55) + SourceIndex(1) +7 >Emitted(87, 52) Source(22, 46) + SourceIndex(1) +8 >Emitted(87, 75) Source(22, 55) + SourceIndex(1) +9 >Emitted(87, 83) Source(22, 85) + SourceIndex(1) --- >>> })(internalOther = exports.internalOther || (exports.internalOther = {})); 1 >^^^^ @@ -1585,15 +1587,15 @@ sourceFile:../lib/file1.ts 7 > 8 > internalOther 9 > .something { export class someClass {} } -1 >Emitted(87, 5) Source(22, 84) + SourceIndex(1) -2 >Emitted(87, 6) Source(22, 85) + SourceIndex(1) -3 >Emitted(87, 8) Source(22, 32) + SourceIndex(1) -4 >Emitted(87, 21) Source(22, 45) + SourceIndex(1) -5 >Emitted(87, 24) Source(22, 32) + SourceIndex(1) -6 >Emitted(87, 45) Source(22, 45) + SourceIndex(1) -7 >Emitted(87, 50) Source(22, 32) + SourceIndex(1) -8 >Emitted(87, 71) Source(22, 45) + SourceIndex(1) -9 >Emitted(87, 79) Source(22, 85) + SourceIndex(1) +1 >Emitted(88, 5) Source(22, 84) + SourceIndex(1) +2 >Emitted(88, 6) Source(22, 85) + SourceIndex(1) +3 >Emitted(88, 8) Source(22, 32) + SourceIndex(1) +4 >Emitted(88, 21) Source(22, 45) + SourceIndex(1) +5 >Emitted(88, 24) Source(22, 32) + SourceIndex(1) +6 >Emitted(88, 45) Source(22, 45) + SourceIndex(1) +7 >Emitted(88, 50) Source(22, 32) + SourceIndex(1) +8 >Emitted(88, 71) Source(22, 45) + SourceIndex(1) +9 >Emitted(88, 79) Source(22, 85) + SourceIndex(1) --- >>> /*@internal*/ exports.internalImport = internalNamespace.someClass; 1 >^^^^ @@ -1617,16 +1619,16 @@ sourceFile:../lib/file1.ts 8 > . 9 > someClass 10> ; -1 >Emitted(88, 5) Source(23, 1) + SourceIndex(1) -2 >Emitted(88, 18) Source(23, 14) + SourceIndex(1) -3 >Emitted(88, 19) Source(23, 29) + SourceIndex(1) -4 >Emitted(88, 27) Source(23, 29) + SourceIndex(1) -5 >Emitted(88, 41) Source(23, 43) + SourceIndex(1) -6 >Emitted(88, 44) Source(23, 46) + SourceIndex(1) -7 >Emitted(88, 61) Source(23, 63) + SourceIndex(1) -8 >Emitted(88, 62) Source(23, 64) + SourceIndex(1) -9 >Emitted(88, 71) Source(23, 73) + SourceIndex(1) -10>Emitted(88, 72) Source(23, 74) + SourceIndex(1) +1 >Emitted(89, 5) Source(23, 1) + SourceIndex(1) +2 >Emitted(89, 18) Source(23, 14) + SourceIndex(1) +3 >Emitted(89, 19) Source(23, 29) + SourceIndex(1) +4 >Emitted(89, 27) Source(23, 29) + SourceIndex(1) +5 >Emitted(89, 41) Source(23, 43) + SourceIndex(1) +6 >Emitted(89, 44) Source(23, 46) + SourceIndex(1) +7 >Emitted(89, 61) Source(23, 63) + SourceIndex(1) +8 >Emitted(89, 62) Source(23, 64) + SourceIndex(1) +9 >Emitted(89, 71) Source(23, 73) + SourceIndex(1) +10>Emitted(89, 72) Source(23, 74) + SourceIndex(1) --- >>> /*@internal*/ exports.internalConst = 10; 1 >^^^^ @@ -1647,14 +1649,14 @@ sourceFile:../lib/file1.ts 6 > = 7 > 10 8 > ; -1 >Emitted(89, 5) Source(25, 1) + SourceIndex(1) -2 >Emitted(89, 18) Source(25, 14) + SourceIndex(1) -3 >Emitted(89, 19) Source(25, 28) + SourceIndex(1) -4 >Emitted(89, 27) Source(25, 28) + SourceIndex(1) -5 >Emitted(89, 40) Source(25, 41) + SourceIndex(1) -6 >Emitted(89, 43) Source(25, 44) + SourceIndex(1) -7 >Emitted(89, 45) Source(25, 46) + SourceIndex(1) -8 >Emitted(89, 46) Source(25, 47) + SourceIndex(1) +1 >Emitted(90, 5) Source(25, 1) + SourceIndex(1) +2 >Emitted(90, 18) Source(25, 14) + SourceIndex(1) +3 >Emitted(90, 19) Source(25, 28) + SourceIndex(1) +4 >Emitted(90, 27) Source(25, 28) + SourceIndex(1) +5 >Emitted(90, 40) Source(25, 41) + SourceIndex(1) +6 >Emitted(90, 43) Source(25, 44) + SourceIndex(1) +7 >Emitted(90, 45) Source(25, 46) + SourceIndex(1) +8 >Emitted(90, 46) Source(25, 47) + SourceIndex(1) --- >>> /*@internal*/ var internalEnum; 1 >^^^^ @@ -1668,11 +1670,11 @@ sourceFile:../lib/file1.ts 3 > 4 > export enum 5 > internalEnum { a, b, c } -1 >Emitted(90, 5) Source(26, 1) + SourceIndex(1) -2 >Emitted(90, 18) Source(26, 14) + SourceIndex(1) -3 >Emitted(90, 19) Source(26, 15) + SourceIndex(1) -4 >Emitted(90, 23) Source(26, 27) + SourceIndex(1) -5 >Emitted(90, 35) Source(26, 51) + SourceIndex(1) +1 >Emitted(91, 5) Source(26, 1) + SourceIndex(1) +2 >Emitted(91, 18) Source(26, 14) + SourceIndex(1) +3 >Emitted(91, 19) Source(26, 15) + SourceIndex(1) +4 >Emitted(91, 23) Source(26, 27) + SourceIndex(1) +5 >Emitted(91, 35) Source(26, 51) + SourceIndex(1) --- >>> (function (internalEnum) { 1 >^^^^ @@ -1682,9 +1684,9 @@ sourceFile:../lib/file1.ts 1 > 2 > export enum 3 > internalEnum -1 >Emitted(91, 5) Source(26, 15) + SourceIndex(1) -2 >Emitted(91, 16) Source(26, 27) + SourceIndex(1) -3 >Emitted(91, 28) Source(26, 39) + SourceIndex(1) +1 >Emitted(92, 5) Source(26, 15) + SourceIndex(1) +2 >Emitted(92, 16) Source(26, 27) + SourceIndex(1) +3 >Emitted(92, 28) Source(26, 39) + SourceIndex(1) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -1694,9 +1696,9 @@ sourceFile:../lib/file1.ts 1-> { 2 > a 3 > -1->Emitted(92, 9) Source(26, 42) + SourceIndex(1) -2 >Emitted(92, 50) Source(26, 43) + SourceIndex(1) -3 >Emitted(92, 51) Source(26, 43) + SourceIndex(1) +1->Emitted(93, 9) Source(26, 42) + SourceIndex(1) +2 >Emitted(93, 50) Source(26, 43) + SourceIndex(1) +3 >Emitted(93, 51) Source(26, 43) + SourceIndex(1) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -1706,9 +1708,9 @@ sourceFile:../lib/file1.ts 1->, 2 > b 3 > -1->Emitted(93, 9) Source(26, 45) + SourceIndex(1) -2 >Emitted(93, 50) Source(26, 46) + SourceIndex(1) -3 >Emitted(93, 51) Source(26, 46) + SourceIndex(1) +1->Emitted(94, 9) Source(26, 45) + SourceIndex(1) +2 >Emitted(94, 50) Source(26, 46) + SourceIndex(1) +3 >Emitted(94, 51) Source(26, 46) + SourceIndex(1) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -1718,9 +1720,9 @@ sourceFile:../lib/file1.ts 1->, 2 > c 3 > -1->Emitted(94, 9) Source(26, 48) + SourceIndex(1) -2 >Emitted(94, 50) Source(26, 49) + SourceIndex(1) -3 >Emitted(94, 51) Source(26, 49) + SourceIndex(1) +1->Emitted(95, 9) Source(26, 48) + SourceIndex(1) +2 >Emitted(95, 50) Source(26, 49) + SourceIndex(1) +3 >Emitted(95, 51) Source(26, 49) + SourceIndex(1) --- >>> })(internalEnum = exports.internalEnum || (exports.internalEnum = {})); 1->^^^^ @@ -1741,15 +1743,15 @@ sourceFile:../lib/file1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(95, 5) Source(26, 50) + SourceIndex(1) -2 >Emitted(95, 6) Source(26, 51) + SourceIndex(1) -3 >Emitted(95, 8) Source(26, 27) + SourceIndex(1) -4 >Emitted(95, 20) Source(26, 39) + SourceIndex(1) -5 >Emitted(95, 23) Source(26, 27) + SourceIndex(1) -6 >Emitted(95, 43) Source(26, 39) + SourceIndex(1) -7 >Emitted(95, 48) Source(26, 27) + SourceIndex(1) -8 >Emitted(95, 68) Source(26, 39) + SourceIndex(1) -9 >Emitted(95, 76) Source(26, 51) + SourceIndex(1) +1->Emitted(96, 5) Source(26, 50) + SourceIndex(1) +2 >Emitted(96, 6) Source(26, 51) + SourceIndex(1) +3 >Emitted(96, 8) Source(26, 27) + SourceIndex(1) +4 >Emitted(96, 20) Source(26, 39) + SourceIndex(1) +5 >Emitted(96, 23) Source(26, 27) + SourceIndex(1) +6 >Emitted(96, 43) Source(26, 39) + SourceIndex(1) +7 >Emitted(96, 48) Source(26, 27) + SourceIndex(1) +8 >Emitted(96, 68) Source(26, 39) + SourceIndex(1) +9 >Emitted(96, 76) Source(26, 51) + SourceIndex(1) --- ------------------------------------------------------------------- emittedFile:/src/app/module.js @@ -1772,12 +1774,12 @@ sourceFile:../lib/file2.ts 4 > = 5 > 20 6 > ; -1 >Emitted(100, 5) Source(1, 14) + SourceIndex(2) -2 >Emitted(100, 13) Source(1, 14) + SourceIndex(2) -3 >Emitted(100, 14) Source(1, 15) + SourceIndex(2) -4 >Emitted(100, 17) Source(1, 18) + SourceIndex(2) -5 >Emitted(100, 19) Source(1, 20) + SourceIndex(2) -6 >Emitted(100, 20) Source(1, 21) + SourceIndex(2) +1 >Emitted(101, 5) Source(1, 14) + SourceIndex(2) +2 >Emitted(101, 13) Source(1, 14) + SourceIndex(2) +3 >Emitted(101, 14) Source(1, 15) + SourceIndex(2) +4 >Emitted(101, 17) Source(1, 18) + SourceIndex(2) +5 >Emitted(101, 19) Source(1, 20) + SourceIndex(2) +6 >Emitted(101, 20) Source(1, 21) + SourceIndex(2) --- ------------------------------------------------------------------- emittedFile:/src/app/module.js @@ -1798,12 +1800,12 @@ sourceFile:../lib/global.ts 4 > = 5 > 10 6 > ; -1 >Emitted(102, 1) Source(1, 1) + SourceIndex(3) -2 >Emitted(102, 5) Source(1, 7) + SourceIndex(3) -3 >Emitted(102, 16) Source(1, 18) + SourceIndex(3) -4 >Emitted(102, 19) Source(1, 21) + SourceIndex(3) -5 >Emitted(102, 21) Source(1, 23) + SourceIndex(3) -6 >Emitted(102, 22) Source(1, 24) + SourceIndex(3) +1 >Emitted(103, 1) Source(1, 1) + SourceIndex(3) +2 >Emitted(103, 5) Source(1, 7) + SourceIndex(3) +3 >Emitted(103, 16) Source(1, 18) + SourceIndex(3) +4 >Emitted(103, 19) Source(1, 21) + SourceIndex(3) +5 >Emitted(103, 21) Source(1, 23) + SourceIndex(3) +6 >Emitted(103, 22) Source(1, 24) + SourceIndex(3) --- ------------------------------------------------------------------- emittedFile:/src/app/module.js @@ -1825,12 +1827,12 @@ sourceFile:file3.ts 4 > = 5 > 30 6 > ; -1->Emitted(106, 5) Source(1, 14) + SourceIndex(4) -2 >Emitted(106, 13) Source(1, 14) + SourceIndex(4) -3 >Emitted(106, 14) Source(1, 15) + SourceIndex(4) -4 >Emitted(106, 17) Source(1, 18) + SourceIndex(4) -5 >Emitted(106, 19) Source(1, 20) + SourceIndex(4) -6 >Emitted(106, 20) Source(1, 21) + SourceIndex(4) +1->Emitted(107, 5) Source(1, 14) + SourceIndex(4) +2 >Emitted(107, 13) Source(1, 14) + SourceIndex(4) +3 >Emitted(107, 14) Source(1, 15) + SourceIndex(4) +4 >Emitted(107, 17) Source(1, 18) + SourceIndex(4) +5 >Emitted(107, 19) Source(1, 20) + SourceIndex(4) +6 >Emitted(107, 20) Source(1, 21) + SourceIndex(4) --- ------------------------------------------------------------------- emittedFile:/src/app/module.js @@ -1851,12 +1853,12 @@ sourceFile:file4.ts 4 > = 5 > 30 6 > ; -1 >Emitted(108, 1) Source(1, 1) + SourceIndex(5) -2 >Emitted(108, 5) Source(1, 7) + SourceIndex(5) -3 >Emitted(108, 10) Source(1, 12) + SourceIndex(5) -4 >Emitted(108, 13) Source(1, 15) + SourceIndex(5) -5 >Emitted(108, 15) Source(1, 17) + SourceIndex(5) -6 >Emitted(108, 16) Source(1, 18) + SourceIndex(5) +1 >Emitted(109, 1) Source(1, 1) + SourceIndex(5) +2 >Emitted(109, 5) Source(1, 7) + SourceIndex(5) +3 >Emitted(109, 10) Source(1, 12) + SourceIndex(5) +4 >Emitted(109, 13) Source(1, 15) + SourceIndex(5) +5 >Emitted(109, 15) Source(1, 17) + SourceIndex(5) +6 >Emitted(109, 16) Source(1, 18) + SourceIndex(5) --- >>>//# sourceMappingURL=module.js.map @@ -1872,20 +1874,20 @@ sourceFile:file4.ts "sections": [ { "pos": 0, - "end": 4129, + "end": 4151, "kind": "prepend", "data": "../lib/module.js", "texts": [ { "pos": 0, - "end": 4129, + "end": 4151, "kind": "text" } ] }, { - "pos": 4129, - "end": 4330, + "pos": 4151, + "end": 4352, "kind": "text" } ] @@ -1920,9 +1922,9 @@ sourceFile:file4.ts ====================================================================== File:: /src/app/module.js ---------------------------------------------------------------------- -prepend: (0-4129):: ../lib/module.js texts:: 1 +prepend: (0-4151):: ../lib/module.js texts:: 1 >>-------------------------------------------------------------------- -text: (0-4129) +text: (0-4151) /*@internal*/ var myGlob = 20; define("file1", ["require", "exports"], function (require, exports) { "use strict"; @@ -1931,8 +1933,9 @@ define("file1", ["require", "exports"], function (require, exports) { var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - /*@internal*/ normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + /*@internal*/ proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: true, @@ -2027,7 +2030,7 @@ define("file2", ["require", "exports"], function (require, exports) { var globalConst = 10; ---------------------------------------------------------------------- -text: (4129-4330) +text: (4151-4352) define("file3", ["require", "exports"], function (require, exports) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); @@ -2886,8 +2889,9 @@ define("file1", ["require", "exports"], function (require, exports) { var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - /*@internal*/ normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + /*@internal*/ proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: true, @@ -2983,7 +2987,7 @@ var globalConst = 10; //# sourceMappingURL=module.js.map //// [/src/lib/module.js.map] -{"version":3,"file":"module.js","sourceRoot":"","sources":["file0.ts","file1.ts","file2.ts","global.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"module.js","sourceRoot":"","sources":["file0.ts","file1.ts","file2.ts","global.ts"],"names":[],"mappings":"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"} //// [/src/lib/module.js.map.baseline.txt] =================================================================== @@ -3073,49 +3077,50 @@ sourceFile:file1.ts >>> } 1 >^^^^^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >constructor() { 2 > } 1 >Emitted(8, 9) Source(3, 35) + SourceIndex(1) 2 >Emitted(8, 10) Source(3, 36) + SourceIndex(1) --- ->>> /*@internal*/ normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> /*@internal*/ proto_1.method = function () { }; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^ 3 > ^ -4 > ^^^^^^^^^^^^^^^^^^^^^^^^ -5 > ^^^ -6 > ^^^^^^^^^^^^^^ -7 > ^ +4 > ^^^^^^^^^^^^^^ +5 > ^^^ +6 > ^^^^^^^^^^^^^^ +7 > ^ 1-> > /*@internal*/ prop: string; > 2 > /*@internal*/ 3 > 4 > method -5 > -6 > method() { -7 > } -1->Emitted(9, 9) Source(5, 5) + SourceIndex(1) -2 >Emitted(9, 22) Source(5, 18) + SourceIndex(1) -3 >Emitted(9, 23) Source(5, 19) + SourceIndex(1) -4 >Emitted(9, 47) Source(5, 25) + SourceIndex(1) -5 >Emitted(9, 50) Source(5, 19) + SourceIndex(1) -6 >Emitted(9, 64) Source(5, 30) + SourceIndex(1) -7 >Emitted(9, 65) Source(5, 31) + SourceIndex(1) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +5 > +6 > method() { +7 > } +1->Emitted(10, 9) Source(5, 5) + SourceIndex(1) +2 >Emitted(10, 22) Source(5, 18) + SourceIndex(1) +3 >Emitted(10, 23) Source(5, 19) + SourceIndex(1) +4 >Emitted(10, 37) Source(5, 25) + SourceIndex(1) +5 >Emitted(10, 40) Source(5, 19) + SourceIndex(1) +6 >Emitted(10, 54) Source(5, 30) + SourceIndex(1) +7 >Emitted(10, 55) Source(5, 31) + SourceIndex(1) +--- +>>> Object.defineProperty(proto_1, "c", { 1 >^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ -4 > ^^^^^^^-> +3 > ^^^^^^^^^^^^ +4 > ^^^^^^^^^^^^^^^^^-> 1 > > /*@internal*/ 2 > get 3 > c -1 >Emitted(10, 9) Source(6, 19) + SourceIndex(1) -2 >Emitted(10, 31) Source(6, 23) + SourceIndex(1) -3 >Emitted(10, 53) Source(6, 24) + SourceIndex(1) +1 >Emitted(11, 9) Source(6, 19) + SourceIndex(1) +2 >Emitted(11, 31) Source(6, 23) + SourceIndex(1) +3 >Emitted(11, 43) Source(6, 24) + SourceIndex(1) --- >>> /*@internal*/ get: function () { return 10; }, 1->^^^^^^^^^^^^ @@ -3136,15 +3141,15 @@ sourceFile:file1.ts 7 > ; 8 > 9 > } -1->Emitted(11, 13) Source(6, 5) + SourceIndex(1) -2 >Emitted(11, 26) Source(6, 18) + SourceIndex(1) -3 >Emitted(11, 32) Source(6, 19) + SourceIndex(1) -4 >Emitted(11, 46) Source(6, 29) + SourceIndex(1) -5 >Emitted(11, 53) Source(6, 36) + SourceIndex(1) -6 >Emitted(11, 55) Source(6, 38) + SourceIndex(1) -7 >Emitted(11, 56) Source(6, 39) + SourceIndex(1) -8 >Emitted(11, 57) Source(6, 40) + SourceIndex(1) -9 >Emitted(11, 58) Source(6, 41) + SourceIndex(1) +1->Emitted(12, 13) Source(6, 5) + SourceIndex(1) +2 >Emitted(12, 26) Source(6, 18) + SourceIndex(1) +3 >Emitted(12, 32) Source(6, 19) + SourceIndex(1) +4 >Emitted(12, 46) Source(6, 29) + SourceIndex(1) +5 >Emitted(12, 53) Source(6, 36) + SourceIndex(1) +6 >Emitted(12, 55) Source(6, 38) + SourceIndex(1) +7 >Emitted(12, 56) Source(6, 39) + SourceIndex(1) +8 >Emitted(12, 57) Source(6, 40) + SourceIndex(1) +9 >Emitted(12, 58) Source(6, 41) + SourceIndex(1) --- >>> /*@internal*/ set: function (val) { }, 1 >^^^^^^^^^^^^ @@ -3162,13 +3167,13 @@ sourceFile:file1.ts 5 > val: number 6 > ) { 7 > } -1 >Emitted(12, 13) Source(7, 5) + SourceIndex(1) -2 >Emitted(12, 26) Source(7, 18) + SourceIndex(1) -3 >Emitted(12, 32) Source(7, 19) + SourceIndex(1) -4 >Emitted(12, 42) Source(7, 25) + SourceIndex(1) -5 >Emitted(12, 45) Source(7, 36) + SourceIndex(1) -6 >Emitted(12, 49) Source(7, 40) + SourceIndex(1) -7 >Emitted(12, 50) Source(7, 41) + SourceIndex(1) +1 >Emitted(13, 13) Source(7, 5) + SourceIndex(1) +2 >Emitted(13, 26) Source(7, 18) + SourceIndex(1) +3 >Emitted(13, 32) Source(7, 19) + SourceIndex(1) +4 >Emitted(13, 42) Source(7, 25) + SourceIndex(1) +5 >Emitted(13, 45) Source(7, 36) + SourceIndex(1) +6 >Emitted(13, 49) Source(7, 40) + SourceIndex(1) +7 >Emitted(13, 50) Source(7, 41) + SourceIndex(1) --- >>> enumerable: true, >>> configurable: true @@ -3176,7 +3181,7 @@ sourceFile:file1.ts 1 >^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(15, 12) Source(6, 41) + SourceIndex(1) +1 >Emitted(16, 12) Source(6, 41) + SourceIndex(1) --- >>> return normalC; 1->^^^^^^^^ @@ -3185,8 +3190,8 @@ sourceFile:file1.ts > /*@internal*/ set c(val: number) { } > 2 > } -1->Emitted(16, 9) Source(8, 1) + SourceIndex(1) -2 >Emitted(16, 23) Source(8, 2) + SourceIndex(1) +1->Emitted(17, 9) Source(8, 1) + SourceIndex(1) +2 >Emitted(17, 23) Source(8, 2) + SourceIndex(1) --- >>> }()); 1 >^^^^ @@ -3204,18 +3209,18 @@ sourceFile:file1.ts > /*@internal*/ get c() { return 10; } > /*@internal*/ set c(val: number) { } > } -1 >Emitted(17, 5) Source(8, 1) + SourceIndex(1) -2 >Emitted(17, 6) Source(8, 2) + SourceIndex(1) -3 >Emitted(17, 6) Source(2, 1) + SourceIndex(1) -4 >Emitted(17, 10) Source(8, 2) + SourceIndex(1) +1 >Emitted(18, 5) Source(8, 1) + SourceIndex(1) +2 >Emitted(18, 6) Source(8, 2) + SourceIndex(1) +3 >Emitted(18, 6) Source(2, 1) + SourceIndex(1) +4 >Emitted(18, 10) Source(8, 2) + SourceIndex(1) --- >>> exports.normalC = normalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^ 1-> 2 > normalC -1->Emitted(18, 5) Source(2, 14) + SourceIndex(1) -2 >Emitted(18, 31) Source(2, 21) + SourceIndex(1) +1->Emitted(19, 5) Source(2, 14) + SourceIndex(1) +2 >Emitted(19, 31) Source(2, 21) + SourceIndex(1) --- >>> var normalN; 1 >^^^^ @@ -3243,10 +3248,10 @@ sourceFile:file1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(19, 5) Source(9, 1) + SourceIndex(1) -2 >Emitted(19, 9) Source(9, 18) + SourceIndex(1) -3 >Emitted(19, 16) Source(9, 25) + SourceIndex(1) -4 >Emitted(19, 17) Source(18, 2) + SourceIndex(1) +1 >Emitted(20, 5) Source(9, 1) + SourceIndex(1) +2 >Emitted(20, 9) Source(9, 18) + SourceIndex(1) +3 >Emitted(20, 16) Source(9, 25) + SourceIndex(1) +4 >Emitted(20, 17) Source(18, 2) + SourceIndex(1) --- >>> (function (normalN) { 1->^^^^ @@ -3256,9 +3261,9 @@ sourceFile:file1.ts 1-> 2 > export namespace 3 > normalN -1->Emitted(20, 5) Source(9, 1) + SourceIndex(1) -2 >Emitted(20, 16) Source(9, 18) + SourceIndex(1) -3 >Emitted(20, 23) Source(9, 25) + SourceIndex(1) +1->Emitted(21, 5) Source(9, 1) + SourceIndex(1) +2 >Emitted(21, 16) Source(9, 18) + SourceIndex(1) +3 >Emitted(21, 23) Source(9, 25) + SourceIndex(1) --- >>> /*@internal*/ var C = /** @class */ (function () { 1->^^^^^^^^ @@ -3269,15 +3274,15 @@ sourceFile:file1.ts > 2 > /*@internal*/ 3 > -1->Emitted(21, 9) Source(10, 5) + SourceIndex(1) -2 >Emitted(21, 22) Source(10, 18) + SourceIndex(1) -3 >Emitted(21, 23) Source(10, 19) + SourceIndex(1) +1->Emitted(22, 9) Source(10, 5) + SourceIndex(1) +2 >Emitted(22, 22) Source(10, 18) + SourceIndex(1) +3 >Emitted(22, 23) Source(10, 19) + SourceIndex(1) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(22, 13) Source(10, 19) + SourceIndex(1) +1->Emitted(23, 13) Source(10, 19) + SourceIndex(1) --- >>> } 1->^^^^^^^^^^^^ @@ -3285,16 +3290,16 @@ sourceFile:file1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(23, 13) Source(10, 36) + SourceIndex(1) -2 >Emitted(23, 14) Source(10, 37) + SourceIndex(1) +1->Emitted(24, 13) Source(10, 36) + SourceIndex(1) +2 >Emitted(24, 14) Source(10, 37) + SourceIndex(1) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(24, 13) Source(10, 36) + SourceIndex(1) -2 >Emitted(24, 21) Source(10, 37) + SourceIndex(1) +1->Emitted(25, 13) Source(10, 36) + SourceIndex(1) +2 >Emitted(25, 21) Source(10, 37) + SourceIndex(1) --- >>> }()); 1 >^^^^^^^^ @@ -3306,10 +3311,10 @@ sourceFile:file1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(25, 9) Source(10, 36) + SourceIndex(1) -2 >Emitted(25, 10) Source(10, 37) + SourceIndex(1) -3 >Emitted(25, 10) Source(10, 19) + SourceIndex(1) -4 >Emitted(25, 14) Source(10, 37) + SourceIndex(1) +1 >Emitted(26, 9) Source(10, 36) + SourceIndex(1) +2 >Emitted(26, 10) Source(10, 37) + SourceIndex(1) +3 >Emitted(26, 10) Source(10, 19) + SourceIndex(1) +4 >Emitted(26, 14) Source(10, 37) + SourceIndex(1) --- >>> normalN.C = C; 1->^^^^^^^^ @@ -3321,10 +3326,10 @@ sourceFile:file1.ts 2 > C 3 > { } 4 > -1->Emitted(26, 9) Source(10, 32) + SourceIndex(1) -2 >Emitted(26, 18) Source(10, 33) + SourceIndex(1) -3 >Emitted(26, 22) Source(10, 37) + SourceIndex(1) -4 >Emitted(26, 23) Source(10, 37) + SourceIndex(1) +1->Emitted(27, 9) Source(10, 32) + SourceIndex(1) +2 >Emitted(27, 18) Source(10, 33) + SourceIndex(1) +3 >Emitted(27, 22) Source(10, 37) + SourceIndex(1) +4 >Emitted(27, 23) Source(10, 37) + SourceIndex(1) --- >>> /*@internal*/ function foo() { } 1->^^^^^^^^ @@ -3342,13 +3347,13 @@ sourceFile:file1.ts 5 > foo 6 > () { 7 > } -1->Emitted(27, 9) Source(11, 5) + SourceIndex(1) -2 >Emitted(27, 22) Source(11, 18) + SourceIndex(1) -3 >Emitted(27, 23) Source(11, 19) + SourceIndex(1) -4 >Emitted(27, 32) Source(11, 35) + SourceIndex(1) -5 >Emitted(27, 35) Source(11, 38) + SourceIndex(1) -6 >Emitted(27, 40) Source(11, 42) + SourceIndex(1) -7 >Emitted(27, 41) Source(11, 43) + SourceIndex(1) +1->Emitted(28, 9) Source(11, 5) + SourceIndex(1) +2 >Emitted(28, 22) Source(11, 18) + SourceIndex(1) +3 >Emitted(28, 23) Source(11, 19) + SourceIndex(1) +4 >Emitted(28, 32) Source(11, 35) + SourceIndex(1) +5 >Emitted(28, 35) Source(11, 38) + SourceIndex(1) +6 >Emitted(28, 40) Source(11, 42) + SourceIndex(1) +7 >Emitted(28, 41) Source(11, 43) + SourceIndex(1) --- >>> normalN.foo = foo; 1 >^^^^^^^^ @@ -3360,10 +3365,10 @@ sourceFile:file1.ts 2 > foo 3 > () {} 4 > -1 >Emitted(28, 9) Source(11, 35) + SourceIndex(1) -2 >Emitted(28, 20) Source(11, 38) + SourceIndex(1) -3 >Emitted(28, 26) Source(11, 43) + SourceIndex(1) -4 >Emitted(28, 27) Source(11, 43) + SourceIndex(1) +1 >Emitted(29, 9) Source(11, 35) + SourceIndex(1) +2 >Emitted(29, 20) Source(11, 38) + SourceIndex(1) +3 >Emitted(29, 26) Source(11, 43) + SourceIndex(1) +4 >Emitted(29, 27) Source(11, 43) + SourceIndex(1) --- >>> /*@internal*/ var someNamespace; 1->^^^^^^^^ @@ -3379,12 +3384,12 @@ sourceFile:file1.ts 4 > export namespace 5 > someNamespace 6 > { export class C {} } -1->Emitted(29, 9) Source(12, 5) + SourceIndex(1) -2 >Emitted(29, 22) Source(12, 18) + SourceIndex(1) -3 >Emitted(29, 23) Source(12, 19) + SourceIndex(1) -4 >Emitted(29, 27) Source(12, 36) + SourceIndex(1) -5 >Emitted(29, 40) Source(12, 49) + SourceIndex(1) -6 >Emitted(29, 41) Source(12, 71) + SourceIndex(1) +1->Emitted(30, 9) Source(12, 5) + SourceIndex(1) +2 >Emitted(30, 22) Source(12, 18) + SourceIndex(1) +3 >Emitted(30, 23) Source(12, 19) + SourceIndex(1) +4 >Emitted(30, 27) Source(12, 36) + SourceIndex(1) +5 >Emitted(30, 40) Source(12, 49) + SourceIndex(1) +6 >Emitted(30, 41) Source(12, 71) + SourceIndex(1) --- >>> (function (someNamespace) { 1 >^^^^^^^^ @@ -3394,21 +3399,21 @@ sourceFile:file1.ts 1 > 2 > export namespace 3 > someNamespace -1 >Emitted(30, 9) Source(12, 19) + SourceIndex(1) -2 >Emitted(30, 20) Source(12, 36) + SourceIndex(1) -3 >Emitted(30, 33) Source(12, 49) + SourceIndex(1) +1 >Emitted(31, 9) Source(12, 19) + SourceIndex(1) +2 >Emitted(31, 20) Source(12, 36) + SourceIndex(1) +3 >Emitted(31, 33) Source(12, 49) + SourceIndex(1) --- >>> var C = /** @class */ (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(31, 13) Source(12, 52) + SourceIndex(1) +1->Emitted(32, 13) Source(12, 52) + SourceIndex(1) --- >>> function C() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(32, 17) Source(12, 52) + SourceIndex(1) +1->Emitted(33, 17) Source(12, 52) + SourceIndex(1) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -3416,16 +3421,16 @@ sourceFile:file1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(33, 17) Source(12, 68) + SourceIndex(1) -2 >Emitted(33, 18) Source(12, 69) + SourceIndex(1) +1->Emitted(34, 17) Source(12, 68) + SourceIndex(1) +2 >Emitted(34, 18) Source(12, 69) + SourceIndex(1) --- >>> return C; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(34, 17) Source(12, 68) + SourceIndex(1) -2 >Emitted(34, 25) Source(12, 69) + SourceIndex(1) +1->Emitted(35, 17) Source(12, 68) + SourceIndex(1) +2 >Emitted(35, 25) Source(12, 69) + SourceIndex(1) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -3437,10 +3442,10 @@ sourceFile:file1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(35, 13) Source(12, 68) + SourceIndex(1) -2 >Emitted(35, 14) Source(12, 69) + SourceIndex(1) -3 >Emitted(35, 14) Source(12, 52) + SourceIndex(1) -4 >Emitted(35, 18) Source(12, 69) + SourceIndex(1) +1 >Emitted(36, 13) Source(12, 68) + SourceIndex(1) +2 >Emitted(36, 14) Source(12, 69) + SourceIndex(1) +3 >Emitted(36, 14) Source(12, 52) + SourceIndex(1) +4 >Emitted(36, 18) Source(12, 69) + SourceIndex(1) --- >>> someNamespace.C = C; 1->^^^^^^^^^^^^ @@ -3452,10 +3457,10 @@ sourceFile:file1.ts 2 > C 3 > {} 4 > -1->Emitted(36, 13) Source(12, 65) + SourceIndex(1) -2 >Emitted(36, 28) Source(12, 66) + SourceIndex(1) -3 >Emitted(36, 32) Source(12, 69) + SourceIndex(1) -4 >Emitted(36, 33) Source(12, 69) + SourceIndex(1) +1->Emitted(37, 13) Source(12, 65) + SourceIndex(1) +2 >Emitted(37, 28) Source(12, 66) + SourceIndex(1) +3 >Emitted(37, 32) Source(12, 69) + SourceIndex(1) +4 >Emitted(37, 33) Source(12, 69) + SourceIndex(1) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^^^^^ @@ -3476,15 +3481,15 @@ sourceFile:file1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(37, 9) Source(12, 70) + SourceIndex(1) -2 >Emitted(37, 10) Source(12, 71) + SourceIndex(1) -3 >Emitted(37, 12) Source(12, 36) + SourceIndex(1) -4 >Emitted(37, 25) Source(12, 49) + SourceIndex(1) -5 >Emitted(37, 28) Source(12, 36) + SourceIndex(1) -6 >Emitted(37, 49) Source(12, 49) + SourceIndex(1) -7 >Emitted(37, 54) Source(12, 36) + SourceIndex(1) -8 >Emitted(37, 75) Source(12, 49) + SourceIndex(1) -9 >Emitted(37, 83) Source(12, 71) + SourceIndex(1) +1->Emitted(38, 9) Source(12, 70) + SourceIndex(1) +2 >Emitted(38, 10) Source(12, 71) + SourceIndex(1) +3 >Emitted(38, 12) Source(12, 36) + SourceIndex(1) +4 >Emitted(38, 25) Source(12, 49) + SourceIndex(1) +5 >Emitted(38, 28) Source(12, 36) + SourceIndex(1) +6 >Emitted(38, 49) Source(12, 49) + SourceIndex(1) +7 >Emitted(38, 54) Source(12, 36) + SourceIndex(1) +8 >Emitted(38, 75) Source(12, 49) + SourceIndex(1) +9 >Emitted(38, 83) Source(12, 71) + SourceIndex(1) --- >>> /*@internal*/ var someOther; 1 >^^^^^^^^ @@ -3500,12 +3505,12 @@ sourceFile:file1.ts 4 > export namespace 5 > someOther 6 > .something { export class someClass {} } -1 >Emitted(38, 9) Source(13, 5) + SourceIndex(1) -2 >Emitted(38, 22) Source(13, 18) + SourceIndex(1) -3 >Emitted(38, 23) Source(13, 19) + SourceIndex(1) -4 >Emitted(38, 27) Source(13, 36) + SourceIndex(1) -5 >Emitted(38, 36) Source(13, 45) + SourceIndex(1) -6 >Emitted(38, 37) Source(13, 85) + SourceIndex(1) +1 >Emitted(39, 9) Source(13, 5) + SourceIndex(1) +2 >Emitted(39, 22) Source(13, 18) + SourceIndex(1) +3 >Emitted(39, 23) Source(13, 19) + SourceIndex(1) +4 >Emitted(39, 27) Source(13, 36) + SourceIndex(1) +5 >Emitted(39, 36) Source(13, 45) + SourceIndex(1) +6 >Emitted(39, 37) Source(13, 85) + SourceIndex(1) --- >>> (function (someOther) { 1 >^^^^^^^^ @@ -3514,9 +3519,9 @@ sourceFile:file1.ts 1 > 2 > export namespace 3 > someOther -1 >Emitted(39, 9) Source(13, 19) + SourceIndex(1) -2 >Emitted(39, 20) Source(13, 36) + SourceIndex(1) -3 >Emitted(39, 29) Source(13, 45) + SourceIndex(1) +1 >Emitted(40, 9) Source(13, 19) + SourceIndex(1) +2 >Emitted(40, 20) Source(13, 36) + SourceIndex(1) +3 >Emitted(40, 29) Source(13, 45) + SourceIndex(1) --- >>> var something; 1 >^^^^^^^^^^^^ @@ -3528,10 +3533,10 @@ sourceFile:file1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(40, 13) Source(13, 46) + SourceIndex(1) -2 >Emitted(40, 17) Source(13, 46) + SourceIndex(1) -3 >Emitted(40, 26) Source(13, 55) + SourceIndex(1) -4 >Emitted(40, 27) Source(13, 85) + SourceIndex(1) +1 >Emitted(41, 13) Source(13, 46) + SourceIndex(1) +2 >Emitted(41, 17) Source(13, 46) + SourceIndex(1) +3 >Emitted(41, 26) Source(13, 55) + SourceIndex(1) +4 >Emitted(41, 27) Source(13, 85) + SourceIndex(1) --- >>> (function (something) { 1->^^^^^^^^^^^^ @@ -3541,21 +3546,21 @@ sourceFile:file1.ts 1-> 2 > 3 > something -1->Emitted(41, 13) Source(13, 46) + SourceIndex(1) -2 >Emitted(41, 24) Source(13, 46) + SourceIndex(1) -3 >Emitted(41, 33) Source(13, 55) + SourceIndex(1) +1->Emitted(42, 13) Source(13, 46) + SourceIndex(1) +2 >Emitted(42, 24) Source(13, 46) + SourceIndex(1) +3 >Emitted(42, 33) Source(13, 55) + SourceIndex(1) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(42, 17) Source(13, 58) + SourceIndex(1) +1->Emitted(43, 17) Source(13, 58) + SourceIndex(1) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(43, 21) Source(13, 58) + SourceIndex(1) +1->Emitted(44, 21) Source(13, 58) + SourceIndex(1) --- >>> } 1->^^^^^^^^^^^^^^^^^^^^ @@ -3563,16 +3568,16 @@ sourceFile:file1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(44, 21) Source(13, 82) + SourceIndex(1) -2 >Emitted(44, 22) Source(13, 83) + SourceIndex(1) +1->Emitted(45, 21) Source(13, 82) + SourceIndex(1) +2 >Emitted(45, 22) Source(13, 83) + SourceIndex(1) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(45, 21) Source(13, 82) + SourceIndex(1) -2 >Emitted(45, 37) Source(13, 83) + SourceIndex(1) +1->Emitted(46, 21) Source(13, 82) + SourceIndex(1) +2 >Emitted(46, 37) Source(13, 83) + SourceIndex(1) --- >>> }()); 1 >^^^^^^^^^^^^^^^^ @@ -3584,10 +3589,10 @@ sourceFile:file1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(46, 17) Source(13, 82) + SourceIndex(1) -2 >Emitted(46, 18) Source(13, 83) + SourceIndex(1) -3 >Emitted(46, 18) Source(13, 58) + SourceIndex(1) -4 >Emitted(46, 22) Source(13, 83) + SourceIndex(1) +1 >Emitted(47, 17) Source(13, 82) + SourceIndex(1) +2 >Emitted(47, 18) Source(13, 83) + SourceIndex(1) +3 >Emitted(47, 18) Source(13, 58) + SourceIndex(1) +4 >Emitted(47, 22) Source(13, 83) + SourceIndex(1) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^^^^^ @@ -3599,10 +3604,10 @@ sourceFile:file1.ts 2 > someClass 3 > {} 4 > -1->Emitted(47, 17) Source(13, 71) + SourceIndex(1) -2 >Emitted(47, 36) Source(13, 80) + SourceIndex(1) -3 >Emitted(47, 48) Source(13, 83) + SourceIndex(1) -4 >Emitted(47, 49) Source(13, 83) + SourceIndex(1) +1->Emitted(48, 17) Source(13, 71) + SourceIndex(1) +2 >Emitted(48, 36) Source(13, 80) + SourceIndex(1) +3 >Emitted(48, 48) Source(13, 83) + SourceIndex(1) +4 >Emitted(48, 49) Source(13, 83) + SourceIndex(1) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^^^^^ @@ -3623,15 +3628,15 @@ sourceFile:file1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(48, 13) Source(13, 84) + SourceIndex(1) -2 >Emitted(48, 14) Source(13, 85) + SourceIndex(1) -3 >Emitted(48, 16) Source(13, 46) + SourceIndex(1) -4 >Emitted(48, 25) Source(13, 55) + SourceIndex(1) -5 >Emitted(48, 28) Source(13, 46) + SourceIndex(1) -6 >Emitted(48, 47) Source(13, 55) + SourceIndex(1) -7 >Emitted(48, 52) Source(13, 46) + SourceIndex(1) -8 >Emitted(48, 71) Source(13, 55) + SourceIndex(1) -9 >Emitted(48, 79) Source(13, 85) + SourceIndex(1) +1->Emitted(49, 13) Source(13, 84) + SourceIndex(1) +2 >Emitted(49, 14) Source(13, 85) + SourceIndex(1) +3 >Emitted(49, 16) Source(13, 46) + SourceIndex(1) +4 >Emitted(49, 25) Source(13, 55) + SourceIndex(1) +5 >Emitted(49, 28) Source(13, 46) + SourceIndex(1) +6 >Emitted(49, 47) Source(13, 55) + SourceIndex(1) +7 >Emitted(49, 52) Source(13, 46) + SourceIndex(1) +8 >Emitted(49, 71) Source(13, 55) + SourceIndex(1) +9 >Emitted(49, 79) Source(13, 85) + SourceIndex(1) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^^^^^ @@ -3652,15 +3657,15 @@ sourceFile:file1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(49, 9) Source(13, 84) + SourceIndex(1) -2 >Emitted(49, 10) Source(13, 85) + SourceIndex(1) -3 >Emitted(49, 12) Source(13, 36) + SourceIndex(1) -4 >Emitted(49, 21) Source(13, 45) + SourceIndex(1) -5 >Emitted(49, 24) Source(13, 36) + SourceIndex(1) -6 >Emitted(49, 41) Source(13, 45) + SourceIndex(1) -7 >Emitted(49, 46) Source(13, 36) + SourceIndex(1) -8 >Emitted(49, 63) Source(13, 45) + SourceIndex(1) -9 >Emitted(49, 71) Source(13, 85) + SourceIndex(1) +1 >Emitted(50, 9) Source(13, 84) + SourceIndex(1) +2 >Emitted(50, 10) Source(13, 85) + SourceIndex(1) +3 >Emitted(50, 12) Source(13, 36) + SourceIndex(1) +4 >Emitted(50, 21) Source(13, 45) + SourceIndex(1) +5 >Emitted(50, 24) Source(13, 36) + SourceIndex(1) +6 >Emitted(50, 41) Source(13, 45) + SourceIndex(1) +7 >Emitted(50, 46) Source(13, 36) + SourceIndex(1) +8 >Emitted(50, 63) Source(13, 45) + SourceIndex(1) +9 >Emitted(50, 71) Source(13, 85) + SourceIndex(1) --- >>> /*@internal*/ normalN.someImport = someNamespace.C; 1 >^^^^^^^^ @@ -3682,15 +3687,15 @@ sourceFile:file1.ts 7 > . 8 > C 9 > ; -1 >Emitted(50, 9) Source(14, 5) + SourceIndex(1) -2 >Emitted(50, 22) Source(14, 18) + SourceIndex(1) -3 >Emitted(50, 23) Source(14, 33) + SourceIndex(1) -4 >Emitted(50, 41) Source(14, 43) + SourceIndex(1) -5 >Emitted(50, 44) Source(14, 46) + SourceIndex(1) -6 >Emitted(50, 57) Source(14, 59) + SourceIndex(1) -7 >Emitted(50, 58) Source(14, 60) + SourceIndex(1) -8 >Emitted(50, 59) Source(14, 61) + SourceIndex(1) -9 >Emitted(50, 60) Source(14, 62) + SourceIndex(1) +1 >Emitted(51, 9) Source(14, 5) + SourceIndex(1) +2 >Emitted(51, 22) Source(14, 18) + SourceIndex(1) +3 >Emitted(51, 23) Source(14, 33) + SourceIndex(1) +4 >Emitted(51, 41) Source(14, 43) + SourceIndex(1) +5 >Emitted(51, 44) Source(14, 46) + SourceIndex(1) +6 >Emitted(51, 57) Source(14, 59) + SourceIndex(1) +7 >Emitted(51, 58) Source(14, 60) + SourceIndex(1) +8 >Emitted(51, 59) Source(14, 61) + SourceIndex(1) +9 >Emitted(51, 60) Source(14, 62) + SourceIndex(1) --- >>> /*@internal*/ normalN.internalConst = 10; 1 >^^^^^^^^ @@ -3709,13 +3714,13 @@ sourceFile:file1.ts 5 > = 6 > 10 7 > ; -1 >Emitted(51, 9) Source(16, 5) + SourceIndex(1) -2 >Emitted(51, 22) Source(16, 18) + SourceIndex(1) -3 >Emitted(51, 23) Source(16, 32) + SourceIndex(1) -4 >Emitted(51, 44) Source(16, 45) + SourceIndex(1) -5 >Emitted(51, 47) Source(16, 48) + SourceIndex(1) -6 >Emitted(51, 49) Source(16, 50) + SourceIndex(1) -7 >Emitted(51, 50) Source(16, 51) + SourceIndex(1) +1 >Emitted(52, 9) Source(16, 5) + SourceIndex(1) +2 >Emitted(52, 22) Source(16, 18) + SourceIndex(1) +3 >Emitted(52, 23) Source(16, 32) + SourceIndex(1) +4 >Emitted(52, 44) Source(16, 45) + SourceIndex(1) +5 >Emitted(52, 47) Source(16, 48) + SourceIndex(1) +6 >Emitted(52, 49) Source(16, 50) + SourceIndex(1) +7 >Emitted(52, 50) Source(16, 51) + SourceIndex(1) --- >>> /*@internal*/ var internalEnum; 1 >^^^^^^^^ @@ -3729,11 +3734,11 @@ sourceFile:file1.ts 3 > 4 > export enum 5 > internalEnum { a, b, c } -1 >Emitted(52, 9) Source(17, 5) + SourceIndex(1) -2 >Emitted(52, 22) Source(17, 18) + SourceIndex(1) -3 >Emitted(52, 23) Source(17, 19) + SourceIndex(1) -4 >Emitted(52, 27) Source(17, 31) + SourceIndex(1) -5 >Emitted(52, 39) Source(17, 55) + SourceIndex(1) +1 >Emitted(53, 9) Source(17, 5) + SourceIndex(1) +2 >Emitted(53, 22) Source(17, 18) + SourceIndex(1) +3 >Emitted(53, 23) Source(17, 19) + SourceIndex(1) +4 >Emitted(53, 27) Source(17, 31) + SourceIndex(1) +5 >Emitted(53, 39) Source(17, 55) + SourceIndex(1) --- >>> (function (internalEnum) { 1 >^^^^^^^^ @@ -3743,9 +3748,9 @@ sourceFile:file1.ts 1 > 2 > export enum 3 > internalEnum -1 >Emitted(53, 9) Source(17, 19) + SourceIndex(1) -2 >Emitted(53, 20) Source(17, 31) + SourceIndex(1) -3 >Emitted(53, 32) Source(17, 43) + SourceIndex(1) +1 >Emitted(54, 9) Source(17, 19) + SourceIndex(1) +2 >Emitted(54, 20) Source(17, 31) + SourceIndex(1) +3 >Emitted(54, 32) Source(17, 43) + SourceIndex(1) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^^^^^ @@ -3755,9 +3760,9 @@ sourceFile:file1.ts 1-> { 2 > a 3 > -1->Emitted(54, 13) Source(17, 46) + SourceIndex(1) -2 >Emitted(54, 54) Source(17, 47) + SourceIndex(1) -3 >Emitted(54, 55) Source(17, 47) + SourceIndex(1) +1->Emitted(55, 13) Source(17, 46) + SourceIndex(1) +2 >Emitted(55, 54) Source(17, 47) + SourceIndex(1) +3 >Emitted(55, 55) Source(17, 47) + SourceIndex(1) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^^^^^ @@ -3767,9 +3772,9 @@ sourceFile:file1.ts 1->, 2 > b 3 > -1->Emitted(55, 13) Source(17, 49) + SourceIndex(1) -2 >Emitted(55, 54) Source(17, 50) + SourceIndex(1) -3 >Emitted(55, 55) Source(17, 50) + SourceIndex(1) +1->Emitted(56, 13) Source(17, 49) + SourceIndex(1) +2 >Emitted(56, 54) Source(17, 50) + SourceIndex(1) +3 >Emitted(56, 55) Source(17, 50) + SourceIndex(1) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^^^^^ @@ -3779,9 +3784,9 @@ sourceFile:file1.ts 1->, 2 > c 3 > -1->Emitted(56, 13) Source(17, 52) + SourceIndex(1) -2 >Emitted(56, 54) Source(17, 53) + SourceIndex(1) -3 >Emitted(56, 55) Source(17, 53) + SourceIndex(1) +1->Emitted(57, 13) Source(17, 52) + SourceIndex(1) +2 >Emitted(57, 54) Source(17, 53) + SourceIndex(1) +3 >Emitted(57, 55) Source(17, 53) + SourceIndex(1) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^^^^^ @@ -3802,15 +3807,15 @@ sourceFile:file1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(57, 9) Source(17, 54) + SourceIndex(1) -2 >Emitted(57, 10) Source(17, 55) + SourceIndex(1) -3 >Emitted(57, 12) Source(17, 31) + SourceIndex(1) -4 >Emitted(57, 24) Source(17, 43) + SourceIndex(1) -5 >Emitted(57, 27) Source(17, 31) + SourceIndex(1) -6 >Emitted(57, 47) Source(17, 43) + SourceIndex(1) -7 >Emitted(57, 52) Source(17, 31) + SourceIndex(1) -8 >Emitted(57, 72) Source(17, 43) + SourceIndex(1) -9 >Emitted(57, 80) Source(17, 55) + SourceIndex(1) +1->Emitted(58, 9) Source(17, 54) + SourceIndex(1) +2 >Emitted(58, 10) Source(17, 55) + SourceIndex(1) +3 >Emitted(58, 12) Source(17, 31) + SourceIndex(1) +4 >Emitted(58, 24) Source(17, 43) + SourceIndex(1) +5 >Emitted(58, 27) Source(17, 31) + SourceIndex(1) +6 >Emitted(58, 47) Source(17, 43) + SourceIndex(1) +7 >Emitted(58, 52) Source(17, 31) + SourceIndex(1) +8 >Emitted(58, 72) Source(17, 43) + SourceIndex(1) +9 >Emitted(58, 80) Source(17, 55) + SourceIndex(1) --- >>> })(normalN = exports.normalN || (exports.normalN = {})); 1 >^^^^ @@ -3842,15 +3847,15 @@ sourceFile:file1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(58, 5) Source(18, 1) + SourceIndex(1) -2 >Emitted(58, 6) Source(18, 2) + SourceIndex(1) -3 >Emitted(58, 8) Source(9, 18) + SourceIndex(1) -4 >Emitted(58, 15) Source(9, 25) + SourceIndex(1) -5 >Emitted(58, 18) Source(9, 18) + SourceIndex(1) -6 >Emitted(58, 33) Source(9, 25) + SourceIndex(1) -7 >Emitted(58, 38) Source(9, 18) + SourceIndex(1) -8 >Emitted(58, 53) Source(9, 25) + SourceIndex(1) -9 >Emitted(58, 61) Source(18, 2) + SourceIndex(1) +1 >Emitted(59, 5) Source(18, 1) + SourceIndex(1) +2 >Emitted(59, 6) Source(18, 2) + SourceIndex(1) +3 >Emitted(59, 8) Source(9, 18) + SourceIndex(1) +4 >Emitted(59, 15) Source(9, 25) + SourceIndex(1) +5 >Emitted(59, 18) Source(9, 18) + SourceIndex(1) +6 >Emitted(59, 33) Source(9, 25) + SourceIndex(1) +7 >Emitted(59, 38) Source(9, 18) + SourceIndex(1) +8 >Emitted(59, 53) Source(9, 25) + SourceIndex(1) +9 >Emitted(59, 61) Source(18, 2) + SourceIndex(1) --- >>> /*@internal*/ var internalC = /** @class */ (function () { 1->^^^^ @@ -3861,15 +3866,15 @@ sourceFile:file1.ts > 2 > /*@internal*/ 3 > -1->Emitted(59, 5) Source(19, 1) + SourceIndex(1) -2 >Emitted(59, 18) Source(19, 14) + SourceIndex(1) -3 >Emitted(59, 19) Source(19, 15) + SourceIndex(1) +1->Emitted(60, 5) Source(19, 1) + SourceIndex(1) +2 >Emitted(60, 18) Source(19, 14) + SourceIndex(1) +3 >Emitted(60, 19) Source(19, 15) + SourceIndex(1) --- >>> function internalC() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(60, 9) Source(19, 15) + SourceIndex(1) +1->Emitted(61, 9) Source(19, 15) + SourceIndex(1) --- >>> } 1->^^^^^^^^ @@ -3877,16 +3882,16 @@ sourceFile:file1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class internalC { 2 > } -1->Emitted(61, 9) Source(19, 39) + SourceIndex(1) -2 >Emitted(61, 10) Source(19, 40) + SourceIndex(1) +1->Emitted(62, 9) Source(19, 39) + SourceIndex(1) +2 >Emitted(62, 10) Source(19, 40) + SourceIndex(1) --- >>> return internalC; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(62, 9) Source(19, 39) + SourceIndex(1) -2 >Emitted(62, 25) Source(19, 40) + SourceIndex(1) +1->Emitted(63, 9) Source(19, 39) + SourceIndex(1) +2 >Emitted(63, 25) Source(19, 40) + SourceIndex(1) --- >>> }()); 1 >^^^^ @@ -3898,10 +3903,10 @@ sourceFile:file1.ts 2 > } 3 > 4 > export class internalC {} -1 >Emitted(63, 5) Source(19, 39) + SourceIndex(1) -2 >Emitted(63, 6) Source(19, 40) + SourceIndex(1) -3 >Emitted(63, 6) Source(19, 15) + SourceIndex(1) -4 >Emitted(63, 10) Source(19, 40) + SourceIndex(1) +1 >Emitted(64, 5) Source(19, 39) + SourceIndex(1) +2 >Emitted(64, 6) Source(19, 40) + SourceIndex(1) +3 >Emitted(64, 6) Source(19, 15) + SourceIndex(1) +4 >Emitted(64, 10) Source(19, 40) + SourceIndex(1) --- >>> exports.internalC = internalC; 1->^^^^ @@ -3909,8 +3914,8 @@ sourceFile:file1.ts 3 > ^^^^^^^^^^^-> 1-> 2 > internalC -1->Emitted(64, 5) Source(19, 28) + SourceIndex(1) -2 >Emitted(64, 35) Source(19, 37) + SourceIndex(1) +1->Emitted(65, 5) Source(19, 28) + SourceIndex(1) +2 >Emitted(65, 35) Source(19, 37) + SourceIndex(1) --- >>> /*@internal*/ function internalfoo() { } 1->^^^^ @@ -3928,13 +3933,13 @@ sourceFile:file1.ts 5 > internalfoo 6 > () { 7 > } -1->Emitted(65, 5) Source(20, 1) + SourceIndex(1) -2 >Emitted(65, 18) Source(20, 14) + SourceIndex(1) -3 >Emitted(65, 19) Source(20, 15) + SourceIndex(1) -4 >Emitted(65, 28) Source(20, 31) + SourceIndex(1) -5 >Emitted(65, 39) Source(20, 42) + SourceIndex(1) -6 >Emitted(65, 44) Source(20, 46) + SourceIndex(1) -7 >Emitted(65, 45) Source(20, 47) + SourceIndex(1) +1->Emitted(66, 5) Source(20, 1) + SourceIndex(1) +2 >Emitted(66, 18) Source(20, 14) + SourceIndex(1) +3 >Emitted(66, 19) Source(20, 15) + SourceIndex(1) +4 >Emitted(66, 28) Source(20, 31) + SourceIndex(1) +5 >Emitted(66, 39) Source(20, 42) + SourceIndex(1) +6 >Emitted(66, 44) Source(20, 46) + SourceIndex(1) +7 >Emitted(66, 45) Source(20, 47) + SourceIndex(1) --- >>> exports.internalfoo = internalfoo; 1 >^^^^ @@ -3942,8 +3947,8 @@ sourceFile:file1.ts 3 > ^^^-> 1 > 2 > export function internalfoo() {} -1 >Emitted(66, 5) Source(20, 15) + SourceIndex(1) -2 >Emitted(66, 39) Source(20, 47) + SourceIndex(1) +1 >Emitted(67, 5) Source(20, 15) + SourceIndex(1) +2 >Emitted(67, 39) Source(20, 47) + SourceIndex(1) --- >>> /*@internal*/ var internalNamespace; 1->^^^^ @@ -3959,12 +3964,12 @@ sourceFile:file1.ts 4 > export namespace 5 > internalNamespace 6 > { export class someClass {} } -1->Emitted(67, 5) Source(21, 1) + SourceIndex(1) -2 >Emitted(67, 18) Source(21, 14) + SourceIndex(1) -3 >Emitted(67, 19) Source(21, 15) + SourceIndex(1) -4 >Emitted(67, 23) Source(21, 32) + SourceIndex(1) -5 >Emitted(67, 40) Source(21, 49) + SourceIndex(1) -6 >Emitted(67, 41) Source(21, 79) + SourceIndex(1) +1->Emitted(68, 5) Source(21, 1) + SourceIndex(1) +2 >Emitted(68, 18) Source(21, 14) + SourceIndex(1) +3 >Emitted(68, 19) Source(21, 15) + SourceIndex(1) +4 >Emitted(68, 23) Source(21, 32) + SourceIndex(1) +5 >Emitted(68, 40) Source(21, 49) + SourceIndex(1) +6 >Emitted(68, 41) Source(21, 79) + SourceIndex(1) --- >>> (function (internalNamespace) { 1 >^^^^ @@ -3974,21 +3979,21 @@ sourceFile:file1.ts 1 > 2 > export namespace 3 > internalNamespace -1 >Emitted(68, 5) Source(21, 15) + SourceIndex(1) -2 >Emitted(68, 16) Source(21, 32) + SourceIndex(1) -3 >Emitted(68, 33) Source(21, 49) + SourceIndex(1) +1 >Emitted(69, 5) Source(21, 15) + SourceIndex(1) +2 >Emitted(69, 16) Source(21, 32) + SourceIndex(1) +3 >Emitted(69, 33) Source(21, 49) + SourceIndex(1) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(69, 9) Source(21, 52) + SourceIndex(1) +1->Emitted(70, 9) Source(21, 52) + SourceIndex(1) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(70, 13) Source(21, 52) + SourceIndex(1) +1->Emitted(71, 13) Source(21, 52) + SourceIndex(1) --- >>> } 1->^^^^^^^^^^^^ @@ -3996,16 +4001,16 @@ sourceFile:file1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(71, 13) Source(21, 76) + SourceIndex(1) -2 >Emitted(71, 14) Source(21, 77) + SourceIndex(1) +1->Emitted(72, 13) Source(21, 76) + SourceIndex(1) +2 >Emitted(72, 14) Source(21, 77) + SourceIndex(1) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(72, 13) Source(21, 76) + SourceIndex(1) -2 >Emitted(72, 29) Source(21, 77) + SourceIndex(1) +1->Emitted(73, 13) Source(21, 76) + SourceIndex(1) +2 >Emitted(73, 29) Source(21, 77) + SourceIndex(1) --- >>> }()); 1 >^^^^^^^^ @@ -4017,10 +4022,10 @@ sourceFile:file1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(73, 9) Source(21, 76) + SourceIndex(1) -2 >Emitted(73, 10) Source(21, 77) + SourceIndex(1) -3 >Emitted(73, 10) Source(21, 52) + SourceIndex(1) -4 >Emitted(73, 14) Source(21, 77) + SourceIndex(1) +1 >Emitted(74, 9) Source(21, 76) + SourceIndex(1) +2 >Emitted(74, 10) Source(21, 77) + SourceIndex(1) +3 >Emitted(74, 10) Source(21, 52) + SourceIndex(1) +4 >Emitted(74, 14) Source(21, 77) + SourceIndex(1) --- >>> internalNamespace.someClass = someClass; 1->^^^^^^^^ @@ -4032,10 +4037,10 @@ sourceFile:file1.ts 2 > someClass 3 > {} 4 > -1->Emitted(74, 9) Source(21, 65) + SourceIndex(1) -2 >Emitted(74, 36) Source(21, 74) + SourceIndex(1) -3 >Emitted(74, 48) Source(21, 77) + SourceIndex(1) -4 >Emitted(74, 49) Source(21, 77) + SourceIndex(1) +1->Emitted(75, 9) Source(21, 65) + SourceIndex(1) +2 >Emitted(75, 36) Source(21, 74) + SourceIndex(1) +3 >Emitted(75, 48) Source(21, 77) + SourceIndex(1) +4 >Emitted(75, 49) Source(21, 77) + SourceIndex(1) --- >>> })(internalNamespace = exports.internalNamespace || (exports.internalNamespace = {})); 1->^^^^ @@ -4056,15 +4061,15 @@ sourceFile:file1.ts 7 > 8 > internalNamespace 9 > { export class someClass {} } -1->Emitted(75, 5) Source(21, 78) + SourceIndex(1) -2 >Emitted(75, 6) Source(21, 79) + SourceIndex(1) -3 >Emitted(75, 8) Source(21, 32) + SourceIndex(1) -4 >Emitted(75, 25) Source(21, 49) + SourceIndex(1) -5 >Emitted(75, 28) Source(21, 32) + SourceIndex(1) -6 >Emitted(75, 53) Source(21, 49) + SourceIndex(1) -7 >Emitted(75, 58) Source(21, 32) + SourceIndex(1) -8 >Emitted(75, 83) Source(21, 49) + SourceIndex(1) -9 >Emitted(75, 91) Source(21, 79) + SourceIndex(1) +1->Emitted(76, 5) Source(21, 78) + SourceIndex(1) +2 >Emitted(76, 6) Source(21, 79) + SourceIndex(1) +3 >Emitted(76, 8) Source(21, 32) + SourceIndex(1) +4 >Emitted(76, 25) Source(21, 49) + SourceIndex(1) +5 >Emitted(76, 28) Source(21, 32) + SourceIndex(1) +6 >Emitted(76, 53) Source(21, 49) + SourceIndex(1) +7 >Emitted(76, 58) Source(21, 32) + SourceIndex(1) +8 >Emitted(76, 83) Source(21, 49) + SourceIndex(1) +9 >Emitted(76, 91) Source(21, 79) + SourceIndex(1) --- >>> /*@internal*/ var internalOther; 1 >^^^^ @@ -4080,12 +4085,12 @@ sourceFile:file1.ts 4 > export namespace 5 > internalOther 6 > .something { export class someClass {} } -1 >Emitted(76, 5) Source(22, 1) + SourceIndex(1) -2 >Emitted(76, 18) Source(22, 14) + SourceIndex(1) -3 >Emitted(76, 19) Source(22, 15) + SourceIndex(1) -4 >Emitted(76, 23) Source(22, 32) + SourceIndex(1) -5 >Emitted(76, 36) Source(22, 45) + SourceIndex(1) -6 >Emitted(76, 37) Source(22, 85) + SourceIndex(1) +1 >Emitted(77, 5) Source(22, 1) + SourceIndex(1) +2 >Emitted(77, 18) Source(22, 14) + SourceIndex(1) +3 >Emitted(77, 19) Source(22, 15) + SourceIndex(1) +4 >Emitted(77, 23) Source(22, 32) + SourceIndex(1) +5 >Emitted(77, 36) Source(22, 45) + SourceIndex(1) +6 >Emitted(77, 37) Source(22, 85) + SourceIndex(1) --- >>> (function (internalOther) { 1 >^^^^ @@ -4094,9 +4099,9 @@ sourceFile:file1.ts 1 > 2 > export namespace 3 > internalOther -1 >Emitted(77, 5) Source(22, 15) + SourceIndex(1) -2 >Emitted(77, 16) Source(22, 32) + SourceIndex(1) -3 >Emitted(77, 29) Source(22, 45) + SourceIndex(1) +1 >Emitted(78, 5) Source(22, 15) + SourceIndex(1) +2 >Emitted(78, 16) Source(22, 32) + SourceIndex(1) +3 >Emitted(78, 29) Source(22, 45) + SourceIndex(1) --- >>> var something; 1 >^^^^^^^^ @@ -4108,10 +4113,10 @@ sourceFile:file1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(78, 9) Source(22, 46) + SourceIndex(1) -2 >Emitted(78, 13) Source(22, 46) + SourceIndex(1) -3 >Emitted(78, 22) Source(22, 55) + SourceIndex(1) -4 >Emitted(78, 23) Source(22, 85) + SourceIndex(1) +1 >Emitted(79, 9) Source(22, 46) + SourceIndex(1) +2 >Emitted(79, 13) Source(22, 46) + SourceIndex(1) +3 >Emitted(79, 22) Source(22, 55) + SourceIndex(1) +4 >Emitted(79, 23) Source(22, 85) + SourceIndex(1) --- >>> (function (something) { 1->^^^^^^^^ @@ -4121,21 +4126,21 @@ sourceFile:file1.ts 1-> 2 > 3 > something -1->Emitted(79, 9) Source(22, 46) + SourceIndex(1) -2 >Emitted(79, 20) Source(22, 46) + SourceIndex(1) -3 >Emitted(79, 29) Source(22, 55) + SourceIndex(1) +1->Emitted(80, 9) Source(22, 46) + SourceIndex(1) +2 >Emitted(80, 20) Source(22, 46) + SourceIndex(1) +3 >Emitted(80, 29) Source(22, 55) + SourceIndex(1) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(80, 13) Source(22, 58) + SourceIndex(1) +1->Emitted(81, 13) Source(22, 58) + SourceIndex(1) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(81, 17) Source(22, 58) + SourceIndex(1) +1->Emitted(82, 17) Source(22, 58) + SourceIndex(1) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -4143,16 +4148,16 @@ sourceFile:file1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(82, 17) Source(22, 82) + SourceIndex(1) -2 >Emitted(82, 18) Source(22, 83) + SourceIndex(1) +1->Emitted(83, 17) Source(22, 82) + SourceIndex(1) +2 >Emitted(83, 18) Source(22, 83) + SourceIndex(1) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(83, 17) Source(22, 82) + SourceIndex(1) -2 >Emitted(83, 33) Source(22, 83) + SourceIndex(1) +1->Emitted(84, 17) Source(22, 82) + SourceIndex(1) +2 >Emitted(84, 33) Source(22, 83) + SourceIndex(1) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -4164,10 +4169,10 @@ sourceFile:file1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(84, 13) Source(22, 82) + SourceIndex(1) -2 >Emitted(84, 14) Source(22, 83) + SourceIndex(1) -3 >Emitted(84, 14) Source(22, 58) + SourceIndex(1) -4 >Emitted(84, 18) Source(22, 83) + SourceIndex(1) +1 >Emitted(85, 13) Source(22, 82) + SourceIndex(1) +2 >Emitted(85, 14) Source(22, 83) + SourceIndex(1) +3 >Emitted(85, 14) Source(22, 58) + SourceIndex(1) +4 >Emitted(85, 18) Source(22, 83) + SourceIndex(1) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -4179,10 +4184,10 @@ sourceFile:file1.ts 2 > someClass 3 > {} 4 > -1->Emitted(85, 13) Source(22, 71) + SourceIndex(1) -2 >Emitted(85, 32) Source(22, 80) + SourceIndex(1) -3 >Emitted(85, 44) Source(22, 83) + SourceIndex(1) -4 >Emitted(85, 45) Source(22, 83) + SourceIndex(1) +1->Emitted(86, 13) Source(22, 71) + SourceIndex(1) +2 >Emitted(86, 32) Source(22, 80) + SourceIndex(1) +3 >Emitted(86, 44) Source(22, 83) + SourceIndex(1) +4 >Emitted(86, 45) Source(22, 83) + SourceIndex(1) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^^^^^ @@ -4203,15 +4208,15 @@ sourceFile:file1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(86, 9) Source(22, 84) + SourceIndex(1) -2 >Emitted(86, 10) Source(22, 85) + SourceIndex(1) -3 >Emitted(86, 12) Source(22, 46) + SourceIndex(1) -4 >Emitted(86, 21) Source(22, 55) + SourceIndex(1) -5 >Emitted(86, 24) Source(22, 46) + SourceIndex(1) -6 >Emitted(86, 47) Source(22, 55) + SourceIndex(1) -7 >Emitted(86, 52) Source(22, 46) + SourceIndex(1) -8 >Emitted(86, 75) Source(22, 55) + SourceIndex(1) -9 >Emitted(86, 83) Source(22, 85) + SourceIndex(1) +1->Emitted(87, 9) Source(22, 84) + SourceIndex(1) +2 >Emitted(87, 10) Source(22, 85) + SourceIndex(1) +3 >Emitted(87, 12) Source(22, 46) + SourceIndex(1) +4 >Emitted(87, 21) Source(22, 55) + SourceIndex(1) +5 >Emitted(87, 24) Source(22, 46) + SourceIndex(1) +6 >Emitted(87, 47) Source(22, 55) + SourceIndex(1) +7 >Emitted(87, 52) Source(22, 46) + SourceIndex(1) +8 >Emitted(87, 75) Source(22, 55) + SourceIndex(1) +9 >Emitted(87, 83) Source(22, 85) + SourceIndex(1) --- >>> })(internalOther = exports.internalOther || (exports.internalOther = {})); 1 >^^^^ @@ -4232,15 +4237,15 @@ sourceFile:file1.ts 7 > 8 > internalOther 9 > .something { export class someClass {} } -1 >Emitted(87, 5) Source(22, 84) + SourceIndex(1) -2 >Emitted(87, 6) Source(22, 85) + SourceIndex(1) -3 >Emitted(87, 8) Source(22, 32) + SourceIndex(1) -4 >Emitted(87, 21) Source(22, 45) + SourceIndex(1) -5 >Emitted(87, 24) Source(22, 32) + SourceIndex(1) -6 >Emitted(87, 45) Source(22, 45) + SourceIndex(1) -7 >Emitted(87, 50) Source(22, 32) + SourceIndex(1) -8 >Emitted(87, 71) Source(22, 45) + SourceIndex(1) -9 >Emitted(87, 79) Source(22, 85) + SourceIndex(1) +1 >Emitted(88, 5) Source(22, 84) + SourceIndex(1) +2 >Emitted(88, 6) Source(22, 85) + SourceIndex(1) +3 >Emitted(88, 8) Source(22, 32) + SourceIndex(1) +4 >Emitted(88, 21) Source(22, 45) + SourceIndex(1) +5 >Emitted(88, 24) Source(22, 32) + SourceIndex(1) +6 >Emitted(88, 45) Source(22, 45) + SourceIndex(1) +7 >Emitted(88, 50) Source(22, 32) + SourceIndex(1) +8 >Emitted(88, 71) Source(22, 45) + SourceIndex(1) +9 >Emitted(88, 79) Source(22, 85) + SourceIndex(1) --- >>> /*@internal*/ exports.internalImport = internalNamespace.someClass; 1 >^^^^ @@ -4264,16 +4269,16 @@ sourceFile:file1.ts 8 > . 9 > someClass 10> ; -1 >Emitted(88, 5) Source(23, 1) + SourceIndex(1) -2 >Emitted(88, 18) Source(23, 14) + SourceIndex(1) -3 >Emitted(88, 19) Source(23, 29) + SourceIndex(1) -4 >Emitted(88, 27) Source(23, 29) + SourceIndex(1) -5 >Emitted(88, 41) Source(23, 43) + SourceIndex(1) -6 >Emitted(88, 44) Source(23, 46) + SourceIndex(1) -7 >Emitted(88, 61) Source(23, 63) + SourceIndex(1) -8 >Emitted(88, 62) Source(23, 64) + SourceIndex(1) -9 >Emitted(88, 71) Source(23, 73) + SourceIndex(1) -10>Emitted(88, 72) Source(23, 74) + SourceIndex(1) +1 >Emitted(89, 5) Source(23, 1) + SourceIndex(1) +2 >Emitted(89, 18) Source(23, 14) + SourceIndex(1) +3 >Emitted(89, 19) Source(23, 29) + SourceIndex(1) +4 >Emitted(89, 27) Source(23, 29) + SourceIndex(1) +5 >Emitted(89, 41) Source(23, 43) + SourceIndex(1) +6 >Emitted(89, 44) Source(23, 46) + SourceIndex(1) +7 >Emitted(89, 61) Source(23, 63) + SourceIndex(1) +8 >Emitted(89, 62) Source(23, 64) + SourceIndex(1) +9 >Emitted(89, 71) Source(23, 73) + SourceIndex(1) +10>Emitted(89, 72) Source(23, 74) + SourceIndex(1) --- >>> /*@internal*/ exports.internalConst = 10; 1 >^^^^ @@ -4294,14 +4299,14 @@ sourceFile:file1.ts 6 > = 7 > 10 8 > ; -1 >Emitted(89, 5) Source(25, 1) + SourceIndex(1) -2 >Emitted(89, 18) Source(25, 14) + SourceIndex(1) -3 >Emitted(89, 19) Source(25, 28) + SourceIndex(1) -4 >Emitted(89, 27) Source(25, 28) + SourceIndex(1) -5 >Emitted(89, 40) Source(25, 41) + SourceIndex(1) -6 >Emitted(89, 43) Source(25, 44) + SourceIndex(1) -7 >Emitted(89, 45) Source(25, 46) + SourceIndex(1) -8 >Emitted(89, 46) Source(25, 47) + SourceIndex(1) +1 >Emitted(90, 5) Source(25, 1) + SourceIndex(1) +2 >Emitted(90, 18) Source(25, 14) + SourceIndex(1) +3 >Emitted(90, 19) Source(25, 28) + SourceIndex(1) +4 >Emitted(90, 27) Source(25, 28) + SourceIndex(1) +5 >Emitted(90, 40) Source(25, 41) + SourceIndex(1) +6 >Emitted(90, 43) Source(25, 44) + SourceIndex(1) +7 >Emitted(90, 45) Source(25, 46) + SourceIndex(1) +8 >Emitted(90, 46) Source(25, 47) + SourceIndex(1) --- >>> /*@internal*/ var internalEnum; 1 >^^^^ @@ -4315,11 +4320,11 @@ sourceFile:file1.ts 3 > 4 > export enum 5 > internalEnum { a, b, c } -1 >Emitted(90, 5) Source(26, 1) + SourceIndex(1) -2 >Emitted(90, 18) Source(26, 14) + SourceIndex(1) -3 >Emitted(90, 19) Source(26, 15) + SourceIndex(1) -4 >Emitted(90, 23) Source(26, 27) + SourceIndex(1) -5 >Emitted(90, 35) Source(26, 51) + SourceIndex(1) +1 >Emitted(91, 5) Source(26, 1) + SourceIndex(1) +2 >Emitted(91, 18) Source(26, 14) + SourceIndex(1) +3 >Emitted(91, 19) Source(26, 15) + SourceIndex(1) +4 >Emitted(91, 23) Source(26, 27) + SourceIndex(1) +5 >Emitted(91, 35) Source(26, 51) + SourceIndex(1) --- >>> (function (internalEnum) { 1 >^^^^ @@ -4329,9 +4334,9 @@ sourceFile:file1.ts 1 > 2 > export enum 3 > internalEnum -1 >Emitted(91, 5) Source(26, 15) + SourceIndex(1) -2 >Emitted(91, 16) Source(26, 27) + SourceIndex(1) -3 >Emitted(91, 28) Source(26, 39) + SourceIndex(1) +1 >Emitted(92, 5) Source(26, 15) + SourceIndex(1) +2 >Emitted(92, 16) Source(26, 27) + SourceIndex(1) +3 >Emitted(92, 28) Source(26, 39) + SourceIndex(1) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -4341,9 +4346,9 @@ sourceFile:file1.ts 1-> { 2 > a 3 > -1->Emitted(92, 9) Source(26, 42) + SourceIndex(1) -2 >Emitted(92, 50) Source(26, 43) + SourceIndex(1) -3 >Emitted(92, 51) Source(26, 43) + SourceIndex(1) +1->Emitted(93, 9) Source(26, 42) + SourceIndex(1) +2 >Emitted(93, 50) Source(26, 43) + SourceIndex(1) +3 >Emitted(93, 51) Source(26, 43) + SourceIndex(1) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -4353,9 +4358,9 @@ sourceFile:file1.ts 1->, 2 > b 3 > -1->Emitted(93, 9) Source(26, 45) + SourceIndex(1) -2 >Emitted(93, 50) Source(26, 46) + SourceIndex(1) -3 >Emitted(93, 51) Source(26, 46) + SourceIndex(1) +1->Emitted(94, 9) Source(26, 45) + SourceIndex(1) +2 >Emitted(94, 50) Source(26, 46) + SourceIndex(1) +3 >Emitted(94, 51) Source(26, 46) + SourceIndex(1) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -4365,9 +4370,9 @@ sourceFile:file1.ts 1->, 2 > c 3 > -1->Emitted(94, 9) Source(26, 48) + SourceIndex(1) -2 >Emitted(94, 50) Source(26, 49) + SourceIndex(1) -3 >Emitted(94, 51) Source(26, 49) + SourceIndex(1) +1->Emitted(95, 9) Source(26, 48) + SourceIndex(1) +2 >Emitted(95, 50) Source(26, 49) + SourceIndex(1) +3 >Emitted(95, 51) Source(26, 49) + SourceIndex(1) --- >>> })(internalEnum = exports.internalEnum || (exports.internalEnum = {})); 1->^^^^ @@ -4388,15 +4393,15 @@ sourceFile:file1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(95, 5) Source(26, 50) + SourceIndex(1) -2 >Emitted(95, 6) Source(26, 51) + SourceIndex(1) -3 >Emitted(95, 8) Source(26, 27) + SourceIndex(1) -4 >Emitted(95, 20) Source(26, 39) + SourceIndex(1) -5 >Emitted(95, 23) Source(26, 27) + SourceIndex(1) -6 >Emitted(95, 43) Source(26, 39) + SourceIndex(1) -7 >Emitted(95, 48) Source(26, 27) + SourceIndex(1) -8 >Emitted(95, 68) Source(26, 39) + SourceIndex(1) -9 >Emitted(95, 76) Source(26, 51) + SourceIndex(1) +1->Emitted(96, 5) Source(26, 50) + SourceIndex(1) +2 >Emitted(96, 6) Source(26, 51) + SourceIndex(1) +3 >Emitted(96, 8) Source(26, 27) + SourceIndex(1) +4 >Emitted(96, 20) Source(26, 39) + SourceIndex(1) +5 >Emitted(96, 23) Source(26, 27) + SourceIndex(1) +6 >Emitted(96, 43) Source(26, 39) + SourceIndex(1) +7 >Emitted(96, 48) Source(26, 27) + SourceIndex(1) +8 >Emitted(96, 68) Source(26, 39) + SourceIndex(1) +9 >Emitted(96, 76) Source(26, 51) + SourceIndex(1) --- ------------------------------------------------------------------- emittedFile:/src/lib/module.js @@ -4419,12 +4424,12 @@ sourceFile:file2.ts 4 > = 5 > 20 6 > ; -1 >Emitted(100, 5) Source(1, 14) + SourceIndex(2) -2 >Emitted(100, 13) Source(1, 14) + SourceIndex(2) -3 >Emitted(100, 14) Source(1, 15) + SourceIndex(2) -4 >Emitted(100, 17) Source(1, 18) + SourceIndex(2) -5 >Emitted(100, 19) Source(1, 20) + SourceIndex(2) -6 >Emitted(100, 20) Source(1, 21) + SourceIndex(2) +1 >Emitted(101, 5) Source(1, 14) + SourceIndex(2) +2 >Emitted(101, 13) Source(1, 14) + SourceIndex(2) +3 >Emitted(101, 14) Source(1, 15) + SourceIndex(2) +4 >Emitted(101, 17) Source(1, 18) + SourceIndex(2) +5 >Emitted(101, 19) Source(1, 20) + SourceIndex(2) +6 >Emitted(101, 20) Source(1, 21) + SourceIndex(2) --- ------------------------------------------------------------------- emittedFile:/src/lib/module.js @@ -4445,12 +4450,12 @@ sourceFile:global.ts 4 > = 5 > 10 6 > ; -1 >Emitted(102, 1) Source(1, 1) + SourceIndex(3) -2 >Emitted(102, 5) Source(1, 7) + SourceIndex(3) -3 >Emitted(102, 16) Source(1, 18) + SourceIndex(3) -4 >Emitted(102, 19) Source(1, 21) + SourceIndex(3) -5 >Emitted(102, 21) Source(1, 23) + SourceIndex(3) -6 >Emitted(102, 22) Source(1, 24) + SourceIndex(3) +1 >Emitted(103, 1) Source(1, 1) + SourceIndex(3) +2 >Emitted(103, 5) Source(1, 7) + SourceIndex(3) +3 >Emitted(103, 16) Source(1, 18) + SourceIndex(3) +4 >Emitted(103, 19) Source(1, 21) + SourceIndex(3) +5 >Emitted(103, 21) Source(1, 23) + SourceIndex(3) +6 >Emitted(103, 22) Source(1, 24) + SourceIndex(3) --- >>>//# sourceMappingURL=module.js.map @@ -4468,7 +4473,7 @@ sourceFile:global.ts "sections": [ { "pos": 0, - "end": 4129, + "end": 4151, "kind": "text" } ] @@ -4525,7 +4530,7 @@ sourceFile:global.ts ====================================================================== File:: /src/lib/module.js ---------------------------------------------------------------------- -text: (0-4129) +text: (0-4151) /*@internal*/ var myGlob = 20; define("file1", ["require", "exports"], function (require, exports) { "use strict"; @@ -4534,8 +4539,9 @@ define("file1", ["require", "exports"], function (require, exports) { var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - /*@internal*/ normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + /*@internal*/ proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: true, diff --git a/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-changes/stripInternal-when-one-two-three-are-prepended-in-order.js b/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-changes/stripInternal-when-one-two-three-are-prepended-in-order.js index 0b7ac11a1009b..517692d83e648 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-changes/stripInternal-when-one-two-three-are-prepended-in-order.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-changes/stripInternal-when-one-two-three-are-prepended-in-order.js @@ -859,8 +859,9 @@ var N; var normalC = (function () { function normalC() { } - normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: true, @@ -954,7 +955,7 @@ var C = (function () { //# sourceMappingURL=second-output.js.map //// [/src/2/second-output.js.map] -{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../first/first_PART1.ts","../first/first_part2.ts","../first/first_part3.ts","../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../first/first_PART1.ts","../first/first_part2.ts","../first/first_part3.ts","../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"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"} //// [/src/2/second-output.js.map.baseline.txt] =================================================================== @@ -1255,66 +1256,68 @@ sourceFile:../second/second_part1.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->constructor() { 2 > } 1->Emitted(16, 5) Source(14, 35) + SourceIndex(3) 2 >Emitted(16, 6) Source(14, 36) + SourceIndex(3) --- ->>> normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> proto_1.method = function () { }; 1->^^^^ -2 > ^^^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^ -5 > ^ -6 > ^^^^^^-> +2 > ^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^ +5 > ^ +6 > ^^^^^^-> 1-> > /*@internal*/ prop: string; > /*@internal*/ 2 > method -3 > -4 > method() { -5 > } -1->Emitted(17, 5) Source(16, 19) + SourceIndex(3) -2 >Emitted(17, 29) Source(16, 25) + SourceIndex(3) -3 >Emitted(17, 32) Source(16, 19) + SourceIndex(3) -4 >Emitted(17, 46) Source(16, 30) + SourceIndex(3) -5 >Emitted(17, 47) Source(16, 31) + SourceIndex(3) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +3 > +4 > method() { +5 > } +1->Emitted(18, 5) Source(16, 19) + SourceIndex(3) +2 >Emitted(18, 19) Source(16, 25) + SourceIndex(3) +3 >Emitted(18, 22) Source(16, 19) + SourceIndex(3) +4 >Emitted(18, 36) Source(16, 30) + SourceIndex(3) +5 >Emitted(18, 37) Source(16, 31) + SourceIndex(3) +--- +>>> Object.defineProperty(proto_1, "c", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^^^^^^^^^^ +4 > ^^^-> 1-> > /*@internal*/ 2 > get 3 > c -1->Emitted(18, 5) Source(17, 19) + SourceIndex(3) -2 >Emitted(18, 27) Source(17, 23) + SourceIndex(3) -3 >Emitted(18, 49) Source(17, 24) + SourceIndex(3) +1->Emitted(19, 5) Source(17, 19) + SourceIndex(3) +2 >Emitted(19, 27) Source(17, 23) + SourceIndex(3) +3 >Emitted(19, 39) Source(17, 24) + SourceIndex(3) --- >>> get: function () { return 10; }, -1 >^^^^^^^^^^^^^ +1->^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^^^^^^^ 4 > ^^ 5 > ^ 6 > ^ 7 > ^ -1 > +1-> 2 > get c() { 3 > return 4 > 10 5 > ; 6 > 7 > } -1 >Emitted(19, 14) Source(17, 19) + SourceIndex(3) -2 >Emitted(19, 28) Source(17, 29) + SourceIndex(3) -3 >Emitted(19, 35) Source(17, 36) + SourceIndex(3) -4 >Emitted(19, 37) Source(17, 38) + SourceIndex(3) -5 >Emitted(19, 38) Source(17, 39) + SourceIndex(3) -6 >Emitted(19, 39) Source(17, 40) + SourceIndex(3) -7 >Emitted(19, 40) Source(17, 41) + SourceIndex(3) +1->Emitted(20, 14) Source(17, 19) + SourceIndex(3) +2 >Emitted(20, 28) Source(17, 29) + SourceIndex(3) +3 >Emitted(20, 35) Source(17, 36) + SourceIndex(3) +4 >Emitted(20, 37) Source(17, 38) + SourceIndex(3) +5 >Emitted(20, 38) Source(17, 39) + SourceIndex(3) +6 >Emitted(20, 39) Source(17, 40) + SourceIndex(3) +7 >Emitted(20, 40) Source(17, 41) + SourceIndex(3) --- >>> set: function (val) { }, 1 >^^^^^^^^^^^^^ @@ -1328,11 +1331,11 @@ sourceFile:../second/second_part1.ts 3 > val: number 4 > ) { 5 > } -1 >Emitted(20, 14) Source(18, 19) + SourceIndex(3) -2 >Emitted(20, 24) Source(18, 25) + SourceIndex(3) -3 >Emitted(20, 27) Source(18, 36) + SourceIndex(3) -4 >Emitted(20, 31) Source(18, 40) + SourceIndex(3) -5 >Emitted(20, 32) Source(18, 41) + SourceIndex(3) +1 >Emitted(21, 14) Source(18, 19) + SourceIndex(3) +2 >Emitted(21, 24) Source(18, 25) + SourceIndex(3) +3 >Emitted(21, 27) Source(18, 36) + SourceIndex(3) +4 >Emitted(21, 31) Source(18, 40) + SourceIndex(3) +5 >Emitted(21, 32) Source(18, 41) + SourceIndex(3) --- >>> enumerable: true, >>> configurable: true @@ -1340,7 +1343,7 @@ sourceFile:../second/second_part1.ts 1 >^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(23, 8) Source(17, 41) + SourceIndex(3) +1 >Emitted(24, 8) Source(17, 41) + SourceIndex(3) --- >>> return normalC; 1->^^^^ @@ -1349,8 +1352,8 @@ sourceFile:../second/second_part1.ts > /*@internal*/ set c(val: number) { } > 2 > } -1->Emitted(24, 5) Source(19, 1) + SourceIndex(3) -2 >Emitted(24, 19) Source(19, 2) + SourceIndex(3) +1->Emitted(25, 5) Source(19, 1) + SourceIndex(3) +2 >Emitted(25, 19) Source(19, 2) + SourceIndex(3) --- >>>}()); 1 > @@ -1368,10 +1371,10 @@ sourceFile:../second/second_part1.ts > /*@internal*/ get c() { return 10; } > /*@internal*/ set c(val: number) { } > } -1 >Emitted(25, 1) Source(19, 1) + SourceIndex(3) -2 >Emitted(25, 2) Source(19, 2) + SourceIndex(3) -3 >Emitted(25, 2) Source(13, 1) + SourceIndex(3) -4 >Emitted(25, 6) Source(19, 2) + SourceIndex(3) +1 >Emitted(26, 1) Source(19, 1) + SourceIndex(3) +2 >Emitted(26, 2) Source(19, 2) + SourceIndex(3) +3 >Emitted(26, 2) Source(13, 1) + SourceIndex(3) +4 >Emitted(26, 6) Source(19, 2) + SourceIndex(3) --- >>>var normalN; 1-> @@ -1393,10 +1396,10 @@ sourceFile:../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1->Emitted(26, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(26, 5) Source(20, 11) + SourceIndex(3) -3 >Emitted(26, 12) Source(20, 18) + SourceIndex(3) -4 >Emitted(26, 13) Source(29, 2) + SourceIndex(3) +1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(27, 5) Source(20, 11) + SourceIndex(3) +3 >Emitted(27, 12) Source(20, 18) + SourceIndex(3) +4 >Emitted(27, 13) Source(29, 2) + SourceIndex(3) --- >>>(function (normalN) { 1-> @@ -1406,22 +1409,22 @@ sourceFile:../second/second_part1.ts 1-> 2 >namespace 3 > normalN -1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(27, 12) Source(20, 11) + SourceIndex(3) -3 >Emitted(27, 19) Source(20, 18) + SourceIndex(3) +1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(28, 12) Source(20, 11) + SourceIndex(3) +3 >Emitted(28, 19) Source(20, 18) + SourceIndex(3) --- >>> var C = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { > /*@internal*/ -1->Emitted(28, 5) Source(21, 19) + SourceIndex(3) +1->Emitted(29, 5) Source(21, 19) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(29, 9) Source(21, 19) + SourceIndex(3) +1->Emitted(30, 9) Source(21, 19) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -1429,16 +1432,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(30, 9) Source(21, 36) + SourceIndex(3) -2 >Emitted(30, 10) Source(21, 37) + SourceIndex(3) +1->Emitted(31, 9) Source(21, 36) + SourceIndex(3) +2 >Emitted(31, 10) Source(21, 37) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(31, 9) Source(21, 36) + SourceIndex(3) -2 >Emitted(31, 17) Source(21, 37) + SourceIndex(3) +1->Emitted(32, 9) Source(21, 36) + SourceIndex(3) +2 >Emitted(32, 17) Source(21, 37) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -1450,10 +1453,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(32, 5) Source(21, 36) + SourceIndex(3) -2 >Emitted(32, 6) Source(21, 37) + SourceIndex(3) -3 >Emitted(32, 6) Source(21, 19) + SourceIndex(3) -4 >Emitted(32, 10) Source(21, 37) + SourceIndex(3) +1 >Emitted(33, 5) Source(21, 36) + SourceIndex(3) +2 >Emitted(33, 6) Source(21, 37) + SourceIndex(3) +3 >Emitted(33, 6) Source(21, 19) + SourceIndex(3) +4 >Emitted(33, 10) Source(21, 37) + SourceIndex(3) --- >>> normalN.C = C; 1->^^^^ @@ -1465,10 +1468,10 @@ sourceFile:../second/second_part1.ts 2 > C 3 > { } 4 > -1->Emitted(33, 5) Source(21, 32) + SourceIndex(3) -2 >Emitted(33, 14) Source(21, 33) + SourceIndex(3) -3 >Emitted(33, 18) Source(21, 37) + SourceIndex(3) -4 >Emitted(33, 19) Source(21, 37) + SourceIndex(3) +1->Emitted(34, 5) Source(21, 32) + SourceIndex(3) +2 >Emitted(34, 14) Source(21, 33) + SourceIndex(3) +3 >Emitted(34, 18) Source(21, 37) + SourceIndex(3) +4 >Emitted(34, 19) Source(21, 37) + SourceIndex(3) --- >>> function foo() { } 1->^^^^ @@ -1483,11 +1486,11 @@ sourceFile:../second/second_part1.ts 3 > foo 4 > () { 5 > } -1->Emitted(34, 5) Source(22, 19) + SourceIndex(3) -2 >Emitted(34, 14) Source(22, 35) + SourceIndex(3) -3 >Emitted(34, 17) Source(22, 38) + SourceIndex(3) -4 >Emitted(34, 22) Source(22, 42) + SourceIndex(3) -5 >Emitted(34, 23) Source(22, 43) + SourceIndex(3) +1->Emitted(35, 5) Source(22, 19) + SourceIndex(3) +2 >Emitted(35, 14) Source(22, 35) + SourceIndex(3) +3 >Emitted(35, 17) Source(22, 38) + SourceIndex(3) +4 >Emitted(35, 22) Source(22, 42) + SourceIndex(3) +5 >Emitted(35, 23) Source(22, 43) + SourceIndex(3) --- >>> normalN.foo = foo; 1->^^^^ @@ -1499,10 +1502,10 @@ sourceFile:../second/second_part1.ts 2 > foo 3 > () {} 4 > -1->Emitted(35, 5) Source(22, 35) + SourceIndex(3) -2 >Emitted(35, 16) Source(22, 38) + SourceIndex(3) -3 >Emitted(35, 22) Source(22, 43) + SourceIndex(3) -4 >Emitted(35, 23) Source(22, 43) + SourceIndex(3) +1->Emitted(36, 5) Source(22, 35) + SourceIndex(3) +2 >Emitted(36, 16) Source(22, 38) + SourceIndex(3) +3 >Emitted(36, 22) Source(22, 43) + SourceIndex(3) +4 >Emitted(36, 23) Source(22, 43) + SourceIndex(3) --- >>> var someNamespace; 1->^^^^ @@ -1515,10 +1518,10 @@ sourceFile:../second/second_part1.ts 2 > export namespace 3 > someNamespace 4 > { export class C {} } -1->Emitted(36, 5) Source(23, 19) + SourceIndex(3) -2 >Emitted(36, 9) Source(23, 36) + SourceIndex(3) -3 >Emitted(36, 22) Source(23, 49) + SourceIndex(3) -4 >Emitted(36, 23) Source(23, 71) + SourceIndex(3) +1->Emitted(37, 5) Source(23, 19) + SourceIndex(3) +2 >Emitted(37, 9) Source(23, 36) + SourceIndex(3) +3 >Emitted(37, 22) Source(23, 49) + SourceIndex(3) +4 >Emitted(37, 23) Source(23, 71) + SourceIndex(3) --- >>> (function (someNamespace) { 1->^^^^ @@ -1528,21 +1531,21 @@ sourceFile:../second/second_part1.ts 1-> 2 > export namespace 3 > someNamespace -1->Emitted(37, 5) Source(23, 19) + SourceIndex(3) -2 >Emitted(37, 16) Source(23, 36) + SourceIndex(3) -3 >Emitted(37, 29) Source(23, 49) + SourceIndex(3) +1->Emitted(38, 5) Source(23, 19) + SourceIndex(3) +2 >Emitted(38, 16) Source(23, 36) + SourceIndex(3) +3 >Emitted(38, 29) Source(23, 49) + SourceIndex(3) --- >>> var C = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(38, 9) Source(23, 52) + SourceIndex(3) +1->Emitted(39, 9) Source(23, 52) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(39, 13) Source(23, 52) + SourceIndex(3) +1->Emitted(40, 13) Source(23, 52) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -1550,16 +1553,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(40, 13) Source(23, 68) + SourceIndex(3) -2 >Emitted(40, 14) Source(23, 69) + SourceIndex(3) +1->Emitted(41, 13) Source(23, 68) + SourceIndex(3) +2 >Emitted(41, 14) Source(23, 69) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(41, 13) Source(23, 68) + SourceIndex(3) -2 >Emitted(41, 21) Source(23, 69) + SourceIndex(3) +1->Emitted(42, 13) Source(23, 68) + SourceIndex(3) +2 >Emitted(42, 21) Source(23, 69) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -1571,10 +1574,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(42, 9) Source(23, 68) + SourceIndex(3) -2 >Emitted(42, 10) Source(23, 69) + SourceIndex(3) -3 >Emitted(42, 10) Source(23, 52) + SourceIndex(3) -4 >Emitted(42, 14) Source(23, 69) + SourceIndex(3) +1 >Emitted(43, 9) Source(23, 68) + SourceIndex(3) +2 >Emitted(43, 10) Source(23, 69) + SourceIndex(3) +3 >Emitted(43, 10) Source(23, 52) + SourceIndex(3) +4 >Emitted(43, 14) Source(23, 69) + SourceIndex(3) --- >>> someNamespace.C = C; 1->^^^^^^^^ @@ -1586,10 +1589,10 @@ sourceFile:../second/second_part1.ts 2 > C 3 > {} 4 > -1->Emitted(43, 9) Source(23, 65) + SourceIndex(3) -2 >Emitted(43, 24) Source(23, 66) + SourceIndex(3) -3 >Emitted(43, 28) Source(23, 69) + SourceIndex(3) -4 >Emitted(43, 29) Source(23, 69) + SourceIndex(3) +1->Emitted(44, 9) Source(23, 65) + SourceIndex(3) +2 >Emitted(44, 24) Source(23, 66) + SourceIndex(3) +3 >Emitted(44, 28) Source(23, 69) + SourceIndex(3) +4 >Emitted(44, 29) Source(23, 69) + SourceIndex(3) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^ @@ -1610,15 +1613,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(44, 5) Source(23, 70) + SourceIndex(3) -2 >Emitted(44, 6) Source(23, 71) + SourceIndex(3) -3 >Emitted(44, 8) Source(23, 36) + SourceIndex(3) -4 >Emitted(44, 21) Source(23, 49) + SourceIndex(3) -5 >Emitted(44, 24) Source(23, 36) + SourceIndex(3) -6 >Emitted(44, 45) Source(23, 49) + SourceIndex(3) -7 >Emitted(44, 50) Source(23, 36) + SourceIndex(3) -8 >Emitted(44, 71) Source(23, 49) + SourceIndex(3) -9 >Emitted(44, 79) Source(23, 71) + SourceIndex(3) +1->Emitted(45, 5) Source(23, 70) + SourceIndex(3) +2 >Emitted(45, 6) Source(23, 71) + SourceIndex(3) +3 >Emitted(45, 8) Source(23, 36) + SourceIndex(3) +4 >Emitted(45, 21) Source(23, 49) + SourceIndex(3) +5 >Emitted(45, 24) Source(23, 36) + SourceIndex(3) +6 >Emitted(45, 45) Source(23, 49) + SourceIndex(3) +7 >Emitted(45, 50) Source(23, 36) + SourceIndex(3) +8 >Emitted(45, 71) Source(23, 49) + SourceIndex(3) +9 >Emitted(45, 79) Source(23, 71) + SourceIndex(3) --- >>> var someOther; 1 >^^^^ @@ -1631,10 +1634,10 @@ sourceFile:../second/second_part1.ts 2 > export namespace 3 > someOther 4 > .something { export class someClass {} } -1 >Emitted(45, 5) Source(24, 19) + SourceIndex(3) -2 >Emitted(45, 9) Source(24, 36) + SourceIndex(3) -3 >Emitted(45, 18) Source(24, 45) + SourceIndex(3) -4 >Emitted(45, 19) Source(24, 85) + SourceIndex(3) +1 >Emitted(46, 5) Source(24, 19) + SourceIndex(3) +2 >Emitted(46, 9) Source(24, 36) + SourceIndex(3) +3 >Emitted(46, 18) Source(24, 45) + SourceIndex(3) +4 >Emitted(46, 19) Source(24, 85) + SourceIndex(3) --- >>> (function (someOther) { 1->^^^^ @@ -1643,9 +1646,9 @@ sourceFile:../second/second_part1.ts 1-> 2 > export namespace 3 > someOther -1->Emitted(46, 5) Source(24, 19) + SourceIndex(3) -2 >Emitted(46, 16) Source(24, 36) + SourceIndex(3) -3 >Emitted(46, 25) Source(24, 45) + SourceIndex(3) +1->Emitted(47, 5) Source(24, 19) + SourceIndex(3) +2 >Emitted(47, 16) Source(24, 36) + SourceIndex(3) +3 >Emitted(47, 25) Source(24, 45) + SourceIndex(3) --- >>> var something; 1 >^^^^^^^^ @@ -1657,10 +1660,10 @@ sourceFile:../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(47, 9) Source(24, 46) + SourceIndex(3) -2 >Emitted(47, 13) Source(24, 46) + SourceIndex(3) -3 >Emitted(47, 22) Source(24, 55) + SourceIndex(3) -4 >Emitted(47, 23) Source(24, 85) + SourceIndex(3) +1 >Emitted(48, 9) Source(24, 46) + SourceIndex(3) +2 >Emitted(48, 13) Source(24, 46) + SourceIndex(3) +3 >Emitted(48, 22) Source(24, 55) + SourceIndex(3) +4 >Emitted(48, 23) Source(24, 85) + SourceIndex(3) --- >>> (function (something) { 1->^^^^^^^^ @@ -1670,21 +1673,21 @@ sourceFile:../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(48, 9) Source(24, 46) + SourceIndex(3) -2 >Emitted(48, 20) Source(24, 46) + SourceIndex(3) -3 >Emitted(48, 29) Source(24, 55) + SourceIndex(3) +1->Emitted(49, 9) Source(24, 46) + SourceIndex(3) +2 >Emitted(49, 20) Source(24, 46) + SourceIndex(3) +3 >Emitted(49, 29) Source(24, 55) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(49, 13) Source(24, 58) + SourceIndex(3) +1->Emitted(50, 13) Source(24, 58) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(50, 17) Source(24, 58) + SourceIndex(3) +1->Emitted(51, 17) Source(24, 58) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -1692,16 +1695,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(51, 17) Source(24, 82) + SourceIndex(3) -2 >Emitted(51, 18) Source(24, 83) + SourceIndex(3) +1->Emitted(52, 17) Source(24, 82) + SourceIndex(3) +2 >Emitted(52, 18) Source(24, 83) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(52, 17) Source(24, 82) + SourceIndex(3) -2 >Emitted(52, 33) Source(24, 83) + SourceIndex(3) +1->Emitted(53, 17) Source(24, 82) + SourceIndex(3) +2 >Emitted(53, 33) Source(24, 83) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -1713,10 +1716,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(53, 13) Source(24, 82) + SourceIndex(3) -2 >Emitted(53, 14) Source(24, 83) + SourceIndex(3) -3 >Emitted(53, 14) Source(24, 58) + SourceIndex(3) -4 >Emitted(53, 18) Source(24, 83) + SourceIndex(3) +1 >Emitted(54, 13) Source(24, 82) + SourceIndex(3) +2 >Emitted(54, 14) Source(24, 83) + SourceIndex(3) +3 >Emitted(54, 14) Source(24, 58) + SourceIndex(3) +4 >Emitted(54, 18) Source(24, 83) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -1728,10 +1731,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(54, 13) Source(24, 71) + SourceIndex(3) -2 >Emitted(54, 32) Source(24, 80) + SourceIndex(3) -3 >Emitted(54, 44) Source(24, 83) + SourceIndex(3) -4 >Emitted(54, 45) Source(24, 83) + SourceIndex(3) +1->Emitted(55, 13) Source(24, 71) + SourceIndex(3) +2 >Emitted(55, 32) Source(24, 80) + SourceIndex(3) +3 >Emitted(55, 44) Source(24, 83) + SourceIndex(3) +4 >Emitted(55, 45) Source(24, 83) + SourceIndex(3) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^ @@ -1752,15 +1755,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(55, 9) Source(24, 84) + SourceIndex(3) -2 >Emitted(55, 10) Source(24, 85) + SourceIndex(3) -3 >Emitted(55, 12) Source(24, 46) + SourceIndex(3) -4 >Emitted(55, 21) Source(24, 55) + SourceIndex(3) -5 >Emitted(55, 24) Source(24, 46) + SourceIndex(3) -6 >Emitted(55, 43) Source(24, 55) + SourceIndex(3) -7 >Emitted(55, 48) Source(24, 46) + SourceIndex(3) -8 >Emitted(55, 67) Source(24, 55) + SourceIndex(3) -9 >Emitted(55, 75) Source(24, 85) + SourceIndex(3) +1->Emitted(56, 9) Source(24, 84) + SourceIndex(3) +2 >Emitted(56, 10) Source(24, 85) + SourceIndex(3) +3 >Emitted(56, 12) Source(24, 46) + SourceIndex(3) +4 >Emitted(56, 21) Source(24, 55) + SourceIndex(3) +5 >Emitted(56, 24) Source(24, 46) + SourceIndex(3) +6 >Emitted(56, 43) Source(24, 55) + SourceIndex(3) +7 >Emitted(56, 48) Source(24, 46) + SourceIndex(3) +8 >Emitted(56, 67) Source(24, 55) + SourceIndex(3) +9 >Emitted(56, 75) Source(24, 85) + SourceIndex(3) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^ @@ -1781,15 +1784,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(56, 5) Source(24, 84) + SourceIndex(3) -2 >Emitted(56, 6) Source(24, 85) + SourceIndex(3) -3 >Emitted(56, 8) Source(24, 36) + SourceIndex(3) -4 >Emitted(56, 17) Source(24, 45) + SourceIndex(3) -5 >Emitted(56, 20) Source(24, 36) + SourceIndex(3) -6 >Emitted(56, 37) Source(24, 45) + SourceIndex(3) -7 >Emitted(56, 42) Source(24, 36) + SourceIndex(3) -8 >Emitted(56, 59) Source(24, 45) + SourceIndex(3) -9 >Emitted(56, 67) Source(24, 85) + SourceIndex(3) +1 >Emitted(57, 5) Source(24, 84) + SourceIndex(3) +2 >Emitted(57, 6) Source(24, 85) + SourceIndex(3) +3 >Emitted(57, 8) Source(24, 36) + SourceIndex(3) +4 >Emitted(57, 17) Source(24, 45) + SourceIndex(3) +5 >Emitted(57, 20) Source(24, 36) + SourceIndex(3) +6 >Emitted(57, 37) Source(24, 45) + SourceIndex(3) +7 >Emitted(57, 42) Source(24, 36) + SourceIndex(3) +8 >Emitted(57, 59) Source(24, 45) + SourceIndex(3) +9 >Emitted(57, 67) Source(24, 85) + SourceIndex(3) --- >>> normalN.someImport = someNamespace.C; 1 >^^^^ @@ -1807,13 +1810,13 @@ sourceFile:../second/second_part1.ts 5 > . 6 > C 7 > ; -1 >Emitted(57, 5) Source(25, 33) + SourceIndex(3) -2 >Emitted(57, 23) Source(25, 43) + SourceIndex(3) -3 >Emitted(57, 26) Source(25, 46) + SourceIndex(3) -4 >Emitted(57, 39) Source(25, 59) + SourceIndex(3) -5 >Emitted(57, 40) Source(25, 60) + SourceIndex(3) -6 >Emitted(57, 41) Source(25, 61) + SourceIndex(3) -7 >Emitted(57, 42) Source(25, 62) + SourceIndex(3) +1 >Emitted(58, 5) Source(25, 33) + SourceIndex(3) +2 >Emitted(58, 23) Source(25, 43) + SourceIndex(3) +3 >Emitted(58, 26) Source(25, 46) + SourceIndex(3) +4 >Emitted(58, 39) Source(25, 59) + SourceIndex(3) +5 >Emitted(58, 40) Source(25, 60) + SourceIndex(3) +6 >Emitted(58, 41) Source(25, 61) + SourceIndex(3) +7 >Emitted(58, 42) Source(25, 62) + SourceIndex(3) --- >>> normalN.internalConst = 10; 1 >^^^^ @@ -1828,11 +1831,11 @@ sourceFile:../second/second_part1.ts 3 > = 4 > 10 5 > ; -1 >Emitted(58, 5) Source(27, 32) + SourceIndex(3) -2 >Emitted(58, 26) Source(27, 45) + SourceIndex(3) -3 >Emitted(58, 29) Source(27, 48) + SourceIndex(3) -4 >Emitted(58, 31) Source(27, 50) + SourceIndex(3) -5 >Emitted(58, 32) Source(27, 51) + SourceIndex(3) +1 >Emitted(59, 5) Source(27, 32) + SourceIndex(3) +2 >Emitted(59, 26) Source(27, 45) + SourceIndex(3) +3 >Emitted(59, 29) Source(27, 48) + SourceIndex(3) +4 >Emitted(59, 31) Source(27, 50) + SourceIndex(3) +5 >Emitted(59, 32) Source(27, 51) + SourceIndex(3) --- >>> var internalEnum; 1 >^^^^ @@ -1843,9 +1846,9 @@ sourceFile:../second/second_part1.ts > /*@internal*/ 2 > export enum 3 > internalEnum { a, b, c } -1 >Emitted(59, 5) Source(28, 19) + SourceIndex(3) -2 >Emitted(59, 9) Source(28, 31) + SourceIndex(3) -3 >Emitted(59, 21) Source(28, 55) + SourceIndex(3) +1 >Emitted(60, 5) Source(28, 19) + SourceIndex(3) +2 >Emitted(60, 9) Source(28, 31) + SourceIndex(3) +3 >Emitted(60, 21) Source(28, 55) + SourceIndex(3) --- >>> (function (internalEnum) { 1->^^^^ @@ -1855,9 +1858,9 @@ sourceFile:../second/second_part1.ts 1-> 2 > export enum 3 > internalEnum -1->Emitted(60, 5) Source(28, 19) + SourceIndex(3) -2 >Emitted(60, 16) Source(28, 31) + SourceIndex(3) -3 >Emitted(60, 28) Source(28, 43) + SourceIndex(3) +1->Emitted(61, 5) Source(28, 19) + SourceIndex(3) +2 >Emitted(61, 16) Source(28, 31) + SourceIndex(3) +3 >Emitted(61, 28) Source(28, 43) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -1867,9 +1870,9 @@ sourceFile:../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(61, 9) Source(28, 46) + SourceIndex(3) -2 >Emitted(61, 50) Source(28, 47) + SourceIndex(3) -3 >Emitted(61, 51) Source(28, 47) + SourceIndex(3) +1->Emitted(62, 9) Source(28, 46) + SourceIndex(3) +2 >Emitted(62, 50) Source(28, 47) + SourceIndex(3) +3 >Emitted(62, 51) Source(28, 47) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -1879,9 +1882,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(62, 9) Source(28, 49) + SourceIndex(3) -2 >Emitted(62, 50) Source(28, 50) + SourceIndex(3) -3 >Emitted(62, 51) Source(28, 50) + SourceIndex(3) +1->Emitted(63, 9) Source(28, 49) + SourceIndex(3) +2 >Emitted(63, 50) Source(28, 50) + SourceIndex(3) +3 >Emitted(63, 51) Source(28, 50) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -1891,9 +1894,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(63, 9) Source(28, 52) + SourceIndex(3) -2 >Emitted(63, 50) Source(28, 53) + SourceIndex(3) -3 >Emitted(63, 51) Source(28, 53) + SourceIndex(3) +1->Emitted(64, 9) Source(28, 52) + SourceIndex(3) +2 >Emitted(64, 50) Source(28, 53) + SourceIndex(3) +3 >Emitted(64, 51) Source(28, 53) + SourceIndex(3) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^ @@ -1914,15 +1917,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(64, 5) Source(28, 54) + SourceIndex(3) -2 >Emitted(64, 6) Source(28, 55) + SourceIndex(3) -3 >Emitted(64, 8) Source(28, 31) + SourceIndex(3) -4 >Emitted(64, 20) Source(28, 43) + SourceIndex(3) -5 >Emitted(64, 23) Source(28, 31) + SourceIndex(3) -6 >Emitted(64, 43) Source(28, 43) + SourceIndex(3) -7 >Emitted(64, 48) Source(28, 31) + SourceIndex(3) -8 >Emitted(64, 68) Source(28, 43) + SourceIndex(3) -9 >Emitted(64, 76) Source(28, 55) + SourceIndex(3) +1->Emitted(65, 5) Source(28, 54) + SourceIndex(3) +2 >Emitted(65, 6) Source(28, 55) + SourceIndex(3) +3 >Emitted(65, 8) Source(28, 31) + SourceIndex(3) +4 >Emitted(65, 20) Source(28, 43) + SourceIndex(3) +5 >Emitted(65, 23) Source(28, 31) + SourceIndex(3) +6 >Emitted(65, 43) Source(28, 43) + SourceIndex(3) +7 >Emitted(65, 48) Source(28, 31) + SourceIndex(3) +8 >Emitted(65, 68) Source(28, 43) + SourceIndex(3) +9 >Emitted(65, 76) Source(28, 55) + SourceIndex(3) --- >>>})(normalN || (normalN = {})); 1 > @@ -1950,26 +1953,26 @@ sourceFile:../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(65, 1) Source(29, 1) + SourceIndex(3) -2 >Emitted(65, 2) Source(29, 2) + SourceIndex(3) -3 >Emitted(65, 4) Source(20, 11) + SourceIndex(3) -4 >Emitted(65, 11) Source(20, 18) + SourceIndex(3) -5 >Emitted(65, 16) Source(20, 11) + SourceIndex(3) -6 >Emitted(65, 23) Source(20, 18) + SourceIndex(3) -7 >Emitted(65, 31) Source(29, 2) + SourceIndex(3) +1 >Emitted(66, 1) Source(29, 1) + SourceIndex(3) +2 >Emitted(66, 2) Source(29, 2) + SourceIndex(3) +3 >Emitted(66, 4) Source(20, 11) + SourceIndex(3) +4 >Emitted(66, 11) Source(20, 18) + SourceIndex(3) +5 >Emitted(66, 16) Source(20, 11) + SourceIndex(3) +6 >Emitted(66, 23) Source(20, 18) + SourceIndex(3) +7 >Emitted(66, 31) Source(29, 2) + SourceIndex(3) --- >>>var internalC = (function () { 1-> 2 >^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> >/*@internal*/ -1->Emitted(66, 1) Source(30, 15) + SourceIndex(3) +1->Emitted(67, 1) Source(30, 15) + SourceIndex(3) --- >>> function internalC() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(67, 5) Source(30, 15) + SourceIndex(3) +1->Emitted(68, 5) Source(30, 15) + SourceIndex(3) --- >>> } 1->^^^^ @@ -1977,16 +1980,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->class internalC { 2 > } -1->Emitted(68, 5) Source(30, 32) + SourceIndex(3) -2 >Emitted(68, 6) Source(30, 33) + SourceIndex(3) +1->Emitted(69, 5) Source(30, 32) + SourceIndex(3) +2 >Emitted(69, 6) Source(30, 33) + SourceIndex(3) --- >>> return internalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(69, 5) Source(30, 32) + SourceIndex(3) -2 >Emitted(69, 21) Source(30, 33) + SourceIndex(3) +1->Emitted(70, 5) Source(30, 32) + SourceIndex(3) +2 >Emitted(70, 21) Source(30, 33) + SourceIndex(3) --- >>>}()); 1 > @@ -1998,10 +2001,10 @@ sourceFile:../second/second_part1.ts 2 >} 3 > 4 > class internalC {} -1 >Emitted(70, 1) Source(30, 32) + SourceIndex(3) -2 >Emitted(70, 2) Source(30, 33) + SourceIndex(3) -3 >Emitted(70, 2) Source(30, 15) + SourceIndex(3) -4 >Emitted(70, 6) Source(30, 33) + SourceIndex(3) +1 >Emitted(71, 1) Source(30, 32) + SourceIndex(3) +2 >Emitted(71, 2) Source(30, 33) + SourceIndex(3) +3 >Emitted(71, 2) Source(30, 15) + SourceIndex(3) +4 >Emitted(71, 6) Source(30, 33) + SourceIndex(3) --- >>>function internalfoo() { } 1-> @@ -2015,11 +2018,11 @@ sourceFile:../second/second_part1.ts 3 > internalfoo 4 > () { 5 > } -1->Emitted(71, 1) Source(31, 15) + SourceIndex(3) -2 >Emitted(71, 10) Source(31, 24) + SourceIndex(3) -3 >Emitted(71, 21) Source(31, 35) + SourceIndex(3) -4 >Emitted(71, 26) Source(31, 39) + SourceIndex(3) -5 >Emitted(71, 27) Source(31, 40) + SourceIndex(3) +1->Emitted(72, 1) Source(31, 15) + SourceIndex(3) +2 >Emitted(72, 10) Source(31, 24) + SourceIndex(3) +3 >Emitted(72, 21) Source(31, 35) + SourceIndex(3) +4 >Emitted(72, 26) Source(31, 39) + SourceIndex(3) +5 >Emitted(72, 27) Source(31, 40) + SourceIndex(3) --- >>>var internalNamespace; 1 > @@ -2032,10 +2035,10 @@ sourceFile:../second/second_part1.ts 2 >namespace 3 > internalNamespace 4 > { export class someClass {} } -1 >Emitted(72, 1) Source(32, 15) + SourceIndex(3) -2 >Emitted(72, 5) Source(32, 25) + SourceIndex(3) -3 >Emitted(72, 22) Source(32, 42) + SourceIndex(3) -4 >Emitted(72, 23) Source(32, 72) + SourceIndex(3) +1 >Emitted(73, 1) Source(32, 15) + SourceIndex(3) +2 >Emitted(73, 5) Source(32, 25) + SourceIndex(3) +3 >Emitted(73, 22) Source(32, 42) + SourceIndex(3) +4 >Emitted(73, 23) Source(32, 72) + SourceIndex(3) --- >>>(function (internalNamespace) { 1-> @@ -2045,21 +2048,21 @@ sourceFile:../second/second_part1.ts 1-> 2 >namespace 3 > internalNamespace -1->Emitted(73, 1) Source(32, 15) + SourceIndex(3) -2 >Emitted(73, 12) Source(32, 25) + SourceIndex(3) -3 >Emitted(73, 29) Source(32, 42) + SourceIndex(3) +1->Emitted(74, 1) Source(32, 15) + SourceIndex(3) +2 >Emitted(74, 12) Source(32, 25) + SourceIndex(3) +3 >Emitted(74, 29) Source(32, 42) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(74, 5) Source(32, 45) + SourceIndex(3) +1->Emitted(75, 5) Source(32, 45) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(75, 9) Source(32, 45) + SourceIndex(3) +1->Emitted(76, 9) Source(32, 45) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -2067,16 +2070,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(76, 9) Source(32, 69) + SourceIndex(3) -2 >Emitted(76, 10) Source(32, 70) + SourceIndex(3) +1->Emitted(77, 9) Source(32, 69) + SourceIndex(3) +2 >Emitted(77, 10) Source(32, 70) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(77, 9) Source(32, 69) + SourceIndex(3) -2 >Emitted(77, 25) Source(32, 70) + SourceIndex(3) +1->Emitted(78, 9) Source(32, 69) + SourceIndex(3) +2 >Emitted(78, 25) Source(32, 70) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -2088,10 +2091,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(78, 5) Source(32, 69) + SourceIndex(3) -2 >Emitted(78, 6) Source(32, 70) + SourceIndex(3) -3 >Emitted(78, 6) Source(32, 45) + SourceIndex(3) -4 >Emitted(78, 10) Source(32, 70) + SourceIndex(3) +1 >Emitted(79, 5) Source(32, 69) + SourceIndex(3) +2 >Emitted(79, 6) Source(32, 70) + SourceIndex(3) +3 >Emitted(79, 6) Source(32, 45) + SourceIndex(3) +4 >Emitted(79, 10) Source(32, 70) + SourceIndex(3) --- >>> internalNamespace.someClass = someClass; 1->^^^^ @@ -2103,10 +2106,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(79, 5) Source(32, 58) + SourceIndex(3) -2 >Emitted(79, 32) Source(32, 67) + SourceIndex(3) -3 >Emitted(79, 44) Source(32, 70) + SourceIndex(3) -4 >Emitted(79, 45) Source(32, 70) + SourceIndex(3) +1->Emitted(80, 5) Source(32, 58) + SourceIndex(3) +2 >Emitted(80, 32) Source(32, 67) + SourceIndex(3) +3 >Emitted(80, 44) Source(32, 70) + SourceIndex(3) +4 >Emitted(80, 45) Source(32, 70) + SourceIndex(3) --- >>>})(internalNamespace || (internalNamespace = {})); 1-> @@ -2123,13 +2126,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalNamespace 7 > { export class someClass {} } -1->Emitted(80, 1) Source(32, 71) + SourceIndex(3) -2 >Emitted(80, 2) Source(32, 72) + SourceIndex(3) -3 >Emitted(80, 4) Source(32, 25) + SourceIndex(3) -4 >Emitted(80, 21) Source(32, 42) + SourceIndex(3) -5 >Emitted(80, 26) Source(32, 25) + SourceIndex(3) -6 >Emitted(80, 43) Source(32, 42) + SourceIndex(3) -7 >Emitted(80, 51) Source(32, 72) + SourceIndex(3) +1->Emitted(81, 1) Source(32, 71) + SourceIndex(3) +2 >Emitted(81, 2) Source(32, 72) + SourceIndex(3) +3 >Emitted(81, 4) Source(32, 25) + SourceIndex(3) +4 >Emitted(81, 21) Source(32, 42) + SourceIndex(3) +5 >Emitted(81, 26) Source(32, 25) + SourceIndex(3) +6 >Emitted(81, 43) Source(32, 42) + SourceIndex(3) +7 >Emitted(81, 51) Source(32, 72) + SourceIndex(3) --- >>>var internalOther; 1 > @@ -2142,10 +2145,10 @@ sourceFile:../second/second_part1.ts 2 >namespace 3 > internalOther 4 > .something { export class someClass {} } -1 >Emitted(81, 1) Source(33, 15) + SourceIndex(3) -2 >Emitted(81, 5) Source(33, 25) + SourceIndex(3) -3 >Emitted(81, 18) Source(33, 38) + SourceIndex(3) -4 >Emitted(81, 19) Source(33, 78) + SourceIndex(3) +1 >Emitted(82, 1) Source(33, 15) + SourceIndex(3) +2 >Emitted(82, 5) Source(33, 25) + SourceIndex(3) +3 >Emitted(82, 18) Source(33, 38) + SourceIndex(3) +4 >Emitted(82, 19) Source(33, 78) + SourceIndex(3) --- >>>(function (internalOther) { 1-> @@ -2154,9 +2157,9 @@ sourceFile:../second/second_part1.ts 1-> 2 >namespace 3 > internalOther -1->Emitted(82, 1) Source(33, 15) + SourceIndex(3) -2 >Emitted(82, 12) Source(33, 25) + SourceIndex(3) -3 >Emitted(82, 25) Source(33, 38) + SourceIndex(3) +1->Emitted(83, 1) Source(33, 15) + SourceIndex(3) +2 >Emitted(83, 12) Source(33, 25) + SourceIndex(3) +3 >Emitted(83, 25) Source(33, 38) + SourceIndex(3) --- >>> var something; 1 >^^^^ @@ -2168,10 +2171,10 @@ sourceFile:../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(83, 5) Source(33, 39) + SourceIndex(3) -2 >Emitted(83, 9) Source(33, 39) + SourceIndex(3) -3 >Emitted(83, 18) Source(33, 48) + SourceIndex(3) -4 >Emitted(83, 19) Source(33, 78) + SourceIndex(3) +1 >Emitted(84, 5) Source(33, 39) + SourceIndex(3) +2 >Emitted(84, 9) Source(33, 39) + SourceIndex(3) +3 >Emitted(84, 18) Source(33, 48) + SourceIndex(3) +4 >Emitted(84, 19) Source(33, 78) + SourceIndex(3) --- >>> (function (something) { 1->^^^^ @@ -2181,21 +2184,21 @@ sourceFile:../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(84, 5) Source(33, 39) + SourceIndex(3) -2 >Emitted(84, 16) Source(33, 39) + SourceIndex(3) -3 >Emitted(84, 25) Source(33, 48) + SourceIndex(3) +1->Emitted(85, 5) Source(33, 39) + SourceIndex(3) +2 >Emitted(85, 16) Source(33, 39) + SourceIndex(3) +3 >Emitted(85, 25) Source(33, 48) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(85, 9) Source(33, 51) + SourceIndex(3) +1->Emitted(86, 9) Source(33, 51) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(86, 13) Source(33, 51) + SourceIndex(3) +1->Emitted(87, 13) Source(33, 51) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -2203,16 +2206,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(87, 13) Source(33, 75) + SourceIndex(3) -2 >Emitted(87, 14) Source(33, 76) + SourceIndex(3) +1->Emitted(88, 13) Source(33, 75) + SourceIndex(3) +2 >Emitted(88, 14) Source(33, 76) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(88, 13) Source(33, 75) + SourceIndex(3) -2 >Emitted(88, 29) Source(33, 76) + SourceIndex(3) +1->Emitted(89, 13) Source(33, 75) + SourceIndex(3) +2 >Emitted(89, 29) Source(33, 76) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -2224,10 +2227,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(89, 9) Source(33, 75) + SourceIndex(3) -2 >Emitted(89, 10) Source(33, 76) + SourceIndex(3) -3 >Emitted(89, 10) Source(33, 51) + SourceIndex(3) -4 >Emitted(89, 14) Source(33, 76) + SourceIndex(3) +1 >Emitted(90, 9) Source(33, 75) + SourceIndex(3) +2 >Emitted(90, 10) Source(33, 76) + SourceIndex(3) +3 >Emitted(90, 10) Source(33, 51) + SourceIndex(3) +4 >Emitted(90, 14) Source(33, 76) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^ @@ -2239,10 +2242,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(90, 9) Source(33, 64) + SourceIndex(3) -2 >Emitted(90, 28) Source(33, 73) + SourceIndex(3) -3 >Emitted(90, 40) Source(33, 76) + SourceIndex(3) -4 >Emitted(90, 41) Source(33, 76) + SourceIndex(3) +1->Emitted(91, 9) Source(33, 64) + SourceIndex(3) +2 >Emitted(91, 28) Source(33, 73) + SourceIndex(3) +3 >Emitted(91, 40) Source(33, 76) + SourceIndex(3) +4 >Emitted(91, 41) Source(33, 76) + SourceIndex(3) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^ @@ -2263,15 +2266,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(91, 5) Source(33, 77) + SourceIndex(3) -2 >Emitted(91, 6) Source(33, 78) + SourceIndex(3) -3 >Emitted(91, 8) Source(33, 39) + SourceIndex(3) -4 >Emitted(91, 17) Source(33, 48) + SourceIndex(3) -5 >Emitted(91, 20) Source(33, 39) + SourceIndex(3) -6 >Emitted(91, 43) Source(33, 48) + SourceIndex(3) -7 >Emitted(91, 48) Source(33, 39) + SourceIndex(3) -8 >Emitted(91, 71) Source(33, 48) + SourceIndex(3) -9 >Emitted(91, 79) Source(33, 78) + SourceIndex(3) +1->Emitted(92, 5) Source(33, 77) + SourceIndex(3) +2 >Emitted(92, 6) Source(33, 78) + SourceIndex(3) +3 >Emitted(92, 8) Source(33, 39) + SourceIndex(3) +4 >Emitted(92, 17) Source(33, 48) + SourceIndex(3) +5 >Emitted(92, 20) Source(33, 39) + SourceIndex(3) +6 >Emitted(92, 43) Source(33, 48) + SourceIndex(3) +7 >Emitted(92, 48) Source(33, 39) + SourceIndex(3) +8 >Emitted(92, 71) Source(33, 48) + SourceIndex(3) +9 >Emitted(92, 79) Source(33, 78) + SourceIndex(3) --- >>>})(internalOther || (internalOther = {})); 1 > @@ -2289,13 +2292,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalOther 7 > .something { export class someClass {} } -1 >Emitted(92, 1) Source(33, 77) + SourceIndex(3) -2 >Emitted(92, 2) Source(33, 78) + SourceIndex(3) -3 >Emitted(92, 4) Source(33, 25) + SourceIndex(3) -4 >Emitted(92, 17) Source(33, 38) + SourceIndex(3) -5 >Emitted(92, 22) Source(33, 25) + SourceIndex(3) -6 >Emitted(92, 35) Source(33, 38) + SourceIndex(3) -7 >Emitted(92, 43) Source(33, 78) + SourceIndex(3) +1 >Emitted(93, 1) Source(33, 77) + SourceIndex(3) +2 >Emitted(93, 2) Source(33, 78) + SourceIndex(3) +3 >Emitted(93, 4) Source(33, 25) + SourceIndex(3) +4 >Emitted(93, 17) Source(33, 38) + SourceIndex(3) +5 >Emitted(93, 22) Source(33, 25) + SourceIndex(3) +6 >Emitted(93, 35) Source(33, 38) + SourceIndex(3) +7 >Emitted(93, 43) Source(33, 78) + SourceIndex(3) --- >>>var internalImport = internalNamespace.someClass; 1-> @@ -2315,14 +2318,14 @@ sourceFile:../second/second_part1.ts 6 > . 7 > someClass 8 > ; -1->Emitted(93, 1) Source(34, 15) + SourceIndex(3) -2 >Emitted(93, 5) Source(34, 22) + SourceIndex(3) -3 >Emitted(93, 19) Source(34, 36) + SourceIndex(3) -4 >Emitted(93, 22) Source(34, 39) + SourceIndex(3) -5 >Emitted(93, 39) Source(34, 56) + SourceIndex(3) -6 >Emitted(93, 40) Source(34, 57) + SourceIndex(3) -7 >Emitted(93, 49) Source(34, 66) + SourceIndex(3) -8 >Emitted(93, 50) Source(34, 67) + SourceIndex(3) +1->Emitted(94, 1) Source(34, 15) + SourceIndex(3) +2 >Emitted(94, 5) Source(34, 22) + SourceIndex(3) +3 >Emitted(94, 19) Source(34, 36) + SourceIndex(3) +4 >Emitted(94, 22) Source(34, 39) + SourceIndex(3) +5 >Emitted(94, 39) Source(34, 56) + SourceIndex(3) +6 >Emitted(94, 40) Source(34, 57) + SourceIndex(3) +7 >Emitted(94, 49) Source(34, 66) + SourceIndex(3) +8 >Emitted(94, 50) Source(34, 67) + SourceIndex(3) --- >>>var internalConst = 10; 1 > @@ -2339,12 +2342,12 @@ sourceFile:../second/second_part1.ts 4 > = 5 > 10 6 > ; -1 >Emitted(94, 1) Source(36, 15) + SourceIndex(3) -2 >Emitted(94, 5) Source(36, 21) + SourceIndex(3) -3 >Emitted(94, 18) Source(36, 34) + SourceIndex(3) -4 >Emitted(94, 21) Source(36, 37) + SourceIndex(3) -5 >Emitted(94, 23) Source(36, 39) + SourceIndex(3) -6 >Emitted(94, 24) Source(36, 40) + SourceIndex(3) +1 >Emitted(95, 1) Source(36, 15) + SourceIndex(3) +2 >Emitted(95, 5) Source(36, 21) + SourceIndex(3) +3 >Emitted(95, 18) Source(36, 34) + SourceIndex(3) +4 >Emitted(95, 21) Source(36, 37) + SourceIndex(3) +5 >Emitted(95, 23) Source(36, 39) + SourceIndex(3) +6 >Emitted(95, 24) Source(36, 40) + SourceIndex(3) --- >>>var internalEnum; 1 > @@ -2355,9 +2358,9 @@ sourceFile:../second/second_part1.ts >/*@internal*/ 2 >enum 3 > internalEnum { a, b, c } -1 >Emitted(95, 1) Source(37, 15) + SourceIndex(3) -2 >Emitted(95, 5) Source(37, 20) + SourceIndex(3) -3 >Emitted(95, 17) Source(37, 44) + SourceIndex(3) +1 >Emitted(96, 1) Source(37, 15) + SourceIndex(3) +2 >Emitted(96, 5) Source(37, 20) + SourceIndex(3) +3 >Emitted(96, 17) Source(37, 44) + SourceIndex(3) --- >>>(function (internalEnum) { 1-> @@ -2367,9 +2370,9 @@ sourceFile:../second/second_part1.ts 1-> 2 >enum 3 > internalEnum -1->Emitted(96, 1) Source(37, 15) + SourceIndex(3) -2 >Emitted(96, 12) Source(37, 20) + SourceIndex(3) -3 >Emitted(96, 24) Source(37, 32) + SourceIndex(3) +1->Emitted(97, 1) Source(37, 15) + SourceIndex(3) +2 >Emitted(97, 12) Source(37, 20) + SourceIndex(3) +3 >Emitted(97, 24) Source(37, 32) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^ @@ -2379,9 +2382,9 @@ sourceFile:../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(97, 5) Source(37, 35) + SourceIndex(3) -2 >Emitted(97, 46) Source(37, 36) + SourceIndex(3) -3 >Emitted(97, 47) Source(37, 36) + SourceIndex(3) +1->Emitted(98, 5) Source(37, 35) + SourceIndex(3) +2 >Emitted(98, 46) Source(37, 36) + SourceIndex(3) +3 >Emitted(98, 47) Source(37, 36) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^ @@ -2391,9 +2394,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(98, 5) Source(37, 38) + SourceIndex(3) -2 >Emitted(98, 46) Source(37, 39) + SourceIndex(3) -3 >Emitted(98, 47) Source(37, 39) + SourceIndex(3) +1->Emitted(99, 5) Source(37, 38) + SourceIndex(3) +2 >Emitted(99, 46) Source(37, 39) + SourceIndex(3) +3 >Emitted(99, 47) Source(37, 39) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^ @@ -2402,9 +2405,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(99, 5) Source(37, 41) + SourceIndex(3) -2 >Emitted(99, 46) Source(37, 42) + SourceIndex(3) -3 >Emitted(99, 47) Source(37, 42) + SourceIndex(3) +1->Emitted(100, 5) Source(37, 41) + SourceIndex(3) +2 >Emitted(100, 46) Source(37, 42) + SourceIndex(3) +3 >Emitted(100, 47) Source(37, 42) + SourceIndex(3) --- >>>})(internalEnum || (internalEnum = {})); 1 > @@ -2421,13 +2424,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalEnum 7 > { a, b, c } -1 >Emitted(100, 1) Source(37, 43) + SourceIndex(3) -2 >Emitted(100, 2) Source(37, 44) + SourceIndex(3) -3 >Emitted(100, 4) Source(37, 20) + SourceIndex(3) -4 >Emitted(100, 16) Source(37, 32) + SourceIndex(3) -5 >Emitted(100, 21) Source(37, 20) + SourceIndex(3) -6 >Emitted(100, 33) Source(37, 32) + SourceIndex(3) -7 >Emitted(100, 41) Source(37, 44) + SourceIndex(3) +1 >Emitted(101, 1) Source(37, 43) + SourceIndex(3) +2 >Emitted(101, 2) Source(37, 44) + SourceIndex(3) +3 >Emitted(101, 4) Source(37, 20) + SourceIndex(3) +4 >Emitted(101, 16) Source(37, 32) + SourceIndex(3) +5 >Emitted(101, 21) Source(37, 20) + SourceIndex(3) +6 >Emitted(101, 33) Source(37, 32) + SourceIndex(3) +7 >Emitted(101, 41) Source(37, 44) + SourceIndex(3) --- ------------------------------------------------------------------- emittedFile:/src/2/second-output.js @@ -2437,13 +2440,13 @@ sourceFile:../second/second_part2.ts 1 > 2 >^^^^^^^^^^^^^^^^^^^-> 1 > -1 >Emitted(101, 1) Source(1, 1) + SourceIndex(4) +1 >Emitted(102, 1) Source(1, 1) + SourceIndex(4) --- >>> function C() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(102, 5) Source(1, 1) + SourceIndex(4) +1->Emitted(103, 5) Source(1, 1) + SourceIndex(4) --- >>> } 1->^^^^ @@ -2455,8 +2458,8 @@ sourceFile:../second/second_part2.ts > } > 2 > } -1->Emitted(103, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(103, 6) Source(5, 2) + SourceIndex(4) +1->Emitted(104, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(104, 6) Source(5, 2) + SourceIndex(4) --- >>> C.prototype.doSomething = function () { 1->^^^^ @@ -2466,9 +2469,9 @@ sourceFile:../second/second_part2.ts 1-> 2 > doSomething 3 > -1->Emitted(104, 5) Source(2, 5) + SourceIndex(4) -2 >Emitted(104, 28) Source(2, 16) + SourceIndex(4) -3 >Emitted(104, 31) Source(2, 5) + SourceIndex(4) +1->Emitted(105, 5) Source(2, 5) + SourceIndex(4) +2 >Emitted(105, 28) Source(2, 16) + SourceIndex(4) +3 >Emitted(105, 31) Source(2, 5) + SourceIndex(4) --- >>> console.log("something got done"); 1->^^^^^^^^ @@ -2488,14 +2491,14 @@ sourceFile:../second/second_part2.ts 6 > "something got done" 7 > ) 8 > ; -1->Emitted(105, 9) Source(3, 9) + SourceIndex(4) -2 >Emitted(105, 16) Source(3, 16) + SourceIndex(4) -3 >Emitted(105, 17) Source(3, 17) + SourceIndex(4) -4 >Emitted(105, 20) Source(3, 20) + SourceIndex(4) -5 >Emitted(105, 21) Source(3, 21) + SourceIndex(4) -6 >Emitted(105, 41) Source(3, 41) + SourceIndex(4) -7 >Emitted(105, 42) Source(3, 42) + SourceIndex(4) -8 >Emitted(105, 43) Source(3, 43) + SourceIndex(4) +1->Emitted(106, 9) Source(3, 9) + SourceIndex(4) +2 >Emitted(106, 16) Source(3, 16) + SourceIndex(4) +3 >Emitted(106, 17) Source(3, 17) + SourceIndex(4) +4 >Emitted(106, 20) Source(3, 20) + SourceIndex(4) +5 >Emitted(106, 21) Source(3, 21) + SourceIndex(4) +6 >Emitted(106, 41) Source(3, 41) + SourceIndex(4) +7 >Emitted(106, 42) Source(3, 42) + SourceIndex(4) +8 >Emitted(106, 43) Source(3, 43) + SourceIndex(4) --- >>> }; 1 >^^^^ @@ -2504,8 +2507,8 @@ sourceFile:../second/second_part2.ts 1 > > 2 > } -1 >Emitted(106, 5) Source(4, 5) + SourceIndex(4) -2 >Emitted(106, 6) Source(4, 6) + SourceIndex(4) +1 >Emitted(107, 5) Source(4, 5) + SourceIndex(4) +2 >Emitted(107, 6) Source(4, 6) + SourceIndex(4) --- >>> return C; 1->^^^^ @@ -2513,8 +2516,8 @@ sourceFile:../second/second_part2.ts 1-> > 2 > } -1->Emitted(107, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(107, 13) Source(5, 2) + SourceIndex(4) +1->Emitted(108, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(108, 13) Source(5, 2) + SourceIndex(4) --- >>>}()); 1 > @@ -2530,10 +2533,10 @@ sourceFile:../second/second_part2.ts > console.log("something got done"); > } > } -1 >Emitted(108, 1) Source(5, 1) + SourceIndex(4) -2 >Emitted(108, 2) Source(5, 2) + SourceIndex(4) -3 >Emitted(108, 2) Source(1, 1) + SourceIndex(4) -4 >Emitted(108, 6) Source(5, 2) + SourceIndex(4) +1 >Emitted(109, 1) Source(5, 1) + SourceIndex(4) +2 >Emitted(109, 2) Source(5, 2) + SourceIndex(4) +3 >Emitted(109, 2) Source(1, 1) + SourceIndex(4) +4 >Emitted(109, 6) Source(5, 2) + SourceIndex(4) --- >>>//# sourceMappingURL=second-output.js.map @@ -2562,7 +2565,7 @@ sourceFile:../second/second_part2.ts }, { "pos": 109, - "end": 3161, + "end": 3179, "kind": "text" } ] @@ -2643,7 +2646,7 @@ function f() { } ---------------------------------------------------------------------- -text: (109-3161) +text: (109-3179) var N; (function (N) { function f() { @@ -2654,8 +2657,9 @@ var N; var normalC = (function () { function normalC() { } - normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: true, @@ -3521,8 +3525,9 @@ var N; var normalC = (function () { function normalC() { } - normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: true, @@ -3618,7 +3623,7 @@ c.doSomething(); //# sourceMappingURL=third-output.js.map //// [/src/third/thirdjs/output/third-output.js.map] -{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} //// [/src/third/thirdjs/output/third-output.js.map.baseline.txt] =================================================================== @@ -3919,66 +3924,68 @@ sourceFile:../../../second/second_part1.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->constructor() { 2 > } 1->Emitted(16, 5) Source(14, 35) + SourceIndex(3) 2 >Emitted(16, 6) Source(14, 36) + SourceIndex(3) --- ->>> normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> proto_1.method = function () { }; 1->^^^^ -2 > ^^^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^ -5 > ^ -6 > ^^^^^^-> +2 > ^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^ +5 > ^ +6 > ^^^^^^-> 1-> > /*@internal*/ prop: string; > /*@internal*/ 2 > method -3 > -4 > method() { -5 > } -1->Emitted(17, 5) Source(16, 19) + SourceIndex(3) -2 >Emitted(17, 29) Source(16, 25) + SourceIndex(3) -3 >Emitted(17, 32) Source(16, 19) + SourceIndex(3) -4 >Emitted(17, 46) Source(16, 30) + SourceIndex(3) -5 >Emitted(17, 47) Source(16, 31) + SourceIndex(3) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +3 > +4 > method() { +5 > } +1->Emitted(18, 5) Source(16, 19) + SourceIndex(3) +2 >Emitted(18, 19) Source(16, 25) + SourceIndex(3) +3 >Emitted(18, 22) Source(16, 19) + SourceIndex(3) +4 >Emitted(18, 36) Source(16, 30) + SourceIndex(3) +5 >Emitted(18, 37) Source(16, 31) + SourceIndex(3) +--- +>>> Object.defineProperty(proto_1, "c", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^^^^^^^^^^ +4 > ^^^-> 1-> > /*@internal*/ 2 > get 3 > c -1->Emitted(18, 5) Source(17, 19) + SourceIndex(3) -2 >Emitted(18, 27) Source(17, 23) + SourceIndex(3) -3 >Emitted(18, 49) Source(17, 24) + SourceIndex(3) +1->Emitted(19, 5) Source(17, 19) + SourceIndex(3) +2 >Emitted(19, 27) Source(17, 23) + SourceIndex(3) +3 >Emitted(19, 39) Source(17, 24) + SourceIndex(3) --- >>> get: function () { return 10; }, -1 >^^^^^^^^^^^^^ +1->^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^^^^^^^ 4 > ^^ 5 > ^ 6 > ^ 7 > ^ -1 > +1-> 2 > get c() { 3 > return 4 > 10 5 > ; 6 > 7 > } -1 >Emitted(19, 14) Source(17, 19) + SourceIndex(3) -2 >Emitted(19, 28) Source(17, 29) + SourceIndex(3) -3 >Emitted(19, 35) Source(17, 36) + SourceIndex(3) -4 >Emitted(19, 37) Source(17, 38) + SourceIndex(3) -5 >Emitted(19, 38) Source(17, 39) + SourceIndex(3) -6 >Emitted(19, 39) Source(17, 40) + SourceIndex(3) -7 >Emitted(19, 40) Source(17, 41) + SourceIndex(3) +1->Emitted(20, 14) Source(17, 19) + SourceIndex(3) +2 >Emitted(20, 28) Source(17, 29) + SourceIndex(3) +3 >Emitted(20, 35) Source(17, 36) + SourceIndex(3) +4 >Emitted(20, 37) Source(17, 38) + SourceIndex(3) +5 >Emitted(20, 38) Source(17, 39) + SourceIndex(3) +6 >Emitted(20, 39) Source(17, 40) + SourceIndex(3) +7 >Emitted(20, 40) Source(17, 41) + SourceIndex(3) --- >>> set: function (val) { }, 1 >^^^^^^^^^^^^^ @@ -3992,11 +3999,11 @@ sourceFile:../../../second/second_part1.ts 3 > val: number 4 > ) { 5 > } -1 >Emitted(20, 14) Source(18, 19) + SourceIndex(3) -2 >Emitted(20, 24) Source(18, 25) + SourceIndex(3) -3 >Emitted(20, 27) Source(18, 36) + SourceIndex(3) -4 >Emitted(20, 31) Source(18, 40) + SourceIndex(3) -5 >Emitted(20, 32) Source(18, 41) + SourceIndex(3) +1 >Emitted(21, 14) Source(18, 19) + SourceIndex(3) +2 >Emitted(21, 24) Source(18, 25) + SourceIndex(3) +3 >Emitted(21, 27) Source(18, 36) + SourceIndex(3) +4 >Emitted(21, 31) Source(18, 40) + SourceIndex(3) +5 >Emitted(21, 32) Source(18, 41) + SourceIndex(3) --- >>> enumerable: true, >>> configurable: true @@ -4004,7 +4011,7 @@ sourceFile:../../../second/second_part1.ts 1 >^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(23, 8) Source(17, 41) + SourceIndex(3) +1 >Emitted(24, 8) Source(17, 41) + SourceIndex(3) --- >>> return normalC; 1->^^^^ @@ -4013,8 +4020,8 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ set c(val: number) { } > 2 > } -1->Emitted(24, 5) Source(19, 1) + SourceIndex(3) -2 >Emitted(24, 19) Source(19, 2) + SourceIndex(3) +1->Emitted(25, 5) Source(19, 1) + SourceIndex(3) +2 >Emitted(25, 19) Source(19, 2) + SourceIndex(3) --- >>>}()); 1 > @@ -4032,10 +4039,10 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ get c() { return 10; } > /*@internal*/ set c(val: number) { } > } -1 >Emitted(25, 1) Source(19, 1) + SourceIndex(3) -2 >Emitted(25, 2) Source(19, 2) + SourceIndex(3) -3 >Emitted(25, 2) Source(13, 1) + SourceIndex(3) -4 >Emitted(25, 6) Source(19, 2) + SourceIndex(3) +1 >Emitted(26, 1) Source(19, 1) + SourceIndex(3) +2 >Emitted(26, 2) Source(19, 2) + SourceIndex(3) +3 >Emitted(26, 2) Source(13, 1) + SourceIndex(3) +4 >Emitted(26, 6) Source(19, 2) + SourceIndex(3) --- >>>var normalN; 1-> @@ -4057,10 +4064,10 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1->Emitted(26, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(26, 5) Source(20, 11) + SourceIndex(3) -3 >Emitted(26, 12) Source(20, 18) + SourceIndex(3) -4 >Emitted(26, 13) Source(29, 2) + SourceIndex(3) +1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(27, 5) Source(20, 11) + SourceIndex(3) +3 >Emitted(27, 12) Source(20, 18) + SourceIndex(3) +4 >Emitted(27, 13) Source(29, 2) + SourceIndex(3) --- >>>(function (normalN) { 1-> @@ -4070,22 +4077,22 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > normalN -1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(27, 12) Source(20, 11) + SourceIndex(3) -3 >Emitted(27, 19) Source(20, 18) + SourceIndex(3) +1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(28, 12) Source(20, 11) + SourceIndex(3) +3 >Emitted(28, 19) Source(20, 18) + SourceIndex(3) --- >>> var C = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { > /*@internal*/ -1->Emitted(28, 5) Source(21, 19) + SourceIndex(3) +1->Emitted(29, 5) Source(21, 19) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(29, 9) Source(21, 19) + SourceIndex(3) +1->Emitted(30, 9) Source(21, 19) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -4093,16 +4100,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(30, 9) Source(21, 36) + SourceIndex(3) -2 >Emitted(30, 10) Source(21, 37) + SourceIndex(3) +1->Emitted(31, 9) Source(21, 36) + SourceIndex(3) +2 >Emitted(31, 10) Source(21, 37) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(31, 9) Source(21, 36) + SourceIndex(3) -2 >Emitted(31, 17) Source(21, 37) + SourceIndex(3) +1->Emitted(32, 9) Source(21, 36) + SourceIndex(3) +2 >Emitted(32, 17) Source(21, 37) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -4114,10 +4121,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(32, 5) Source(21, 36) + SourceIndex(3) -2 >Emitted(32, 6) Source(21, 37) + SourceIndex(3) -3 >Emitted(32, 6) Source(21, 19) + SourceIndex(3) -4 >Emitted(32, 10) Source(21, 37) + SourceIndex(3) +1 >Emitted(33, 5) Source(21, 36) + SourceIndex(3) +2 >Emitted(33, 6) Source(21, 37) + SourceIndex(3) +3 >Emitted(33, 6) Source(21, 19) + SourceIndex(3) +4 >Emitted(33, 10) Source(21, 37) + SourceIndex(3) --- >>> normalN.C = C; 1->^^^^ @@ -4129,10 +4136,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > { } 4 > -1->Emitted(33, 5) Source(21, 32) + SourceIndex(3) -2 >Emitted(33, 14) Source(21, 33) + SourceIndex(3) -3 >Emitted(33, 18) Source(21, 37) + SourceIndex(3) -4 >Emitted(33, 19) Source(21, 37) + SourceIndex(3) +1->Emitted(34, 5) Source(21, 32) + SourceIndex(3) +2 >Emitted(34, 14) Source(21, 33) + SourceIndex(3) +3 >Emitted(34, 18) Source(21, 37) + SourceIndex(3) +4 >Emitted(34, 19) Source(21, 37) + SourceIndex(3) --- >>> function foo() { } 1->^^^^ @@ -4147,11 +4154,11 @@ sourceFile:../../../second/second_part1.ts 3 > foo 4 > () { 5 > } -1->Emitted(34, 5) Source(22, 19) + SourceIndex(3) -2 >Emitted(34, 14) Source(22, 35) + SourceIndex(3) -3 >Emitted(34, 17) Source(22, 38) + SourceIndex(3) -4 >Emitted(34, 22) Source(22, 42) + SourceIndex(3) -5 >Emitted(34, 23) Source(22, 43) + SourceIndex(3) +1->Emitted(35, 5) Source(22, 19) + SourceIndex(3) +2 >Emitted(35, 14) Source(22, 35) + SourceIndex(3) +3 >Emitted(35, 17) Source(22, 38) + SourceIndex(3) +4 >Emitted(35, 22) Source(22, 42) + SourceIndex(3) +5 >Emitted(35, 23) Source(22, 43) + SourceIndex(3) --- >>> normalN.foo = foo; 1->^^^^ @@ -4163,10 +4170,10 @@ sourceFile:../../../second/second_part1.ts 2 > foo 3 > () {} 4 > -1->Emitted(35, 5) Source(22, 35) + SourceIndex(3) -2 >Emitted(35, 16) Source(22, 38) + SourceIndex(3) -3 >Emitted(35, 22) Source(22, 43) + SourceIndex(3) -4 >Emitted(35, 23) Source(22, 43) + SourceIndex(3) +1->Emitted(36, 5) Source(22, 35) + SourceIndex(3) +2 >Emitted(36, 16) Source(22, 38) + SourceIndex(3) +3 >Emitted(36, 22) Source(22, 43) + SourceIndex(3) +4 >Emitted(36, 23) Source(22, 43) + SourceIndex(3) --- >>> var someNamespace; 1->^^^^ @@ -4179,10 +4186,10 @@ sourceFile:../../../second/second_part1.ts 2 > export namespace 3 > someNamespace 4 > { export class C {} } -1->Emitted(36, 5) Source(23, 19) + SourceIndex(3) -2 >Emitted(36, 9) Source(23, 36) + SourceIndex(3) -3 >Emitted(36, 22) Source(23, 49) + SourceIndex(3) -4 >Emitted(36, 23) Source(23, 71) + SourceIndex(3) +1->Emitted(37, 5) Source(23, 19) + SourceIndex(3) +2 >Emitted(37, 9) Source(23, 36) + SourceIndex(3) +3 >Emitted(37, 22) Source(23, 49) + SourceIndex(3) +4 >Emitted(37, 23) Source(23, 71) + SourceIndex(3) --- >>> (function (someNamespace) { 1->^^^^ @@ -4192,21 +4199,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > export namespace 3 > someNamespace -1->Emitted(37, 5) Source(23, 19) + SourceIndex(3) -2 >Emitted(37, 16) Source(23, 36) + SourceIndex(3) -3 >Emitted(37, 29) Source(23, 49) + SourceIndex(3) +1->Emitted(38, 5) Source(23, 19) + SourceIndex(3) +2 >Emitted(38, 16) Source(23, 36) + SourceIndex(3) +3 >Emitted(38, 29) Source(23, 49) + SourceIndex(3) --- >>> var C = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(38, 9) Source(23, 52) + SourceIndex(3) +1->Emitted(39, 9) Source(23, 52) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(39, 13) Source(23, 52) + SourceIndex(3) +1->Emitted(40, 13) Source(23, 52) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -4214,16 +4221,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(40, 13) Source(23, 68) + SourceIndex(3) -2 >Emitted(40, 14) Source(23, 69) + SourceIndex(3) +1->Emitted(41, 13) Source(23, 68) + SourceIndex(3) +2 >Emitted(41, 14) Source(23, 69) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(41, 13) Source(23, 68) + SourceIndex(3) -2 >Emitted(41, 21) Source(23, 69) + SourceIndex(3) +1->Emitted(42, 13) Source(23, 68) + SourceIndex(3) +2 >Emitted(42, 21) Source(23, 69) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -4235,10 +4242,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(42, 9) Source(23, 68) + SourceIndex(3) -2 >Emitted(42, 10) Source(23, 69) + SourceIndex(3) -3 >Emitted(42, 10) Source(23, 52) + SourceIndex(3) -4 >Emitted(42, 14) Source(23, 69) + SourceIndex(3) +1 >Emitted(43, 9) Source(23, 68) + SourceIndex(3) +2 >Emitted(43, 10) Source(23, 69) + SourceIndex(3) +3 >Emitted(43, 10) Source(23, 52) + SourceIndex(3) +4 >Emitted(43, 14) Source(23, 69) + SourceIndex(3) --- >>> someNamespace.C = C; 1->^^^^^^^^ @@ -4250,10 +4257,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > {} 4 > -1->Emitted(43, 9) Source(23, 65) + SourceIndex(3) -2 >Emitted(43, 24) Source(23, 66) + SourceIndex(3) -3 >Emitted(43, 28) Source(23, 69) + SourceIndex(3) -4 >Emitted(43, 29) Source(23, 69) + SourceIndex(3) +1->Emitted(44, 9) Source(23, 65) + SourceIndex(3) +2 >Emitted(44, 24) Source(23, 66) + SourceIndex(3) +3 >Emitted(44, 28) Source(23, 69) + SourceIndex(3) +4 >Emitted(44, 29) Source(23, 69) + SourceIndex(3) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^ @@ -4274,15 +4281,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(44, 5) Source(23, 70) + SourceIndex(3) -2 >Emitted(44, 6) Source(23, 71) + SourceIndex(3) -3 >Emitted(44, 8) Source(23, 36) + SourceIndex(3) -4 >Emitted(44, 21) Source(23, 49) + SourceIndex(3) -5 >Emitted(44, 24) Source(23, 36) + SourceIndex(3) -6 >Emitted(44, 45) Source(23, 49) + SourceIndex(3) -7 >Emitted(44, 50) Source(23, 36) + SourceIndex(3) -8 >Emitted(44, 71) Source(23, 49) + SourceIndex(3) -9 >Emitted(44, 79) Source(23, 71) + SourceIndex(3) +1->Emitted(45, 5) Source(23, 70) + SourceIndex(3) +2 >Emitted(45, 6) Source(23, 71) + SourceIndex(3) +3 >Emitted(45, 8) Source(23, 36) + SourceIndex(3) +4 >Emitted(45, 21) Source(23, 49) + SourceIndex(3) +5 >Emitted(45, 24) Source(23, 36) + SourceIndex(3) +6 >Emitted(45, 45) Source(23, 49) + SourceIndex(3) +7 >Emitted(45, 50) Source(23, 36) + SourceIndex(3) +8 >Emitted(45, 71) Source(23, 49) + SourceIndex(3) +9 >Emitted(45, 79) Source(23, 71) + SourceIndex(3) --- >>> var someOther; 1 >^^^^ @@ -4295,10 +4302,10 @@ sourceFile:../../../second/second_part1.ts 2 > export namespace 3 > someOther 4 > .something { export class someClass {} } -1 >Emitted(45, 5) Source(24, 19) + SourceIndex(3) -2 >Emitted(45, 9) Source(24, 36) + SourceIndex(3) -3 >Emitted(45, 18) Source(24, 45) + SourceIndex(3) -4 >Emitted(45, 19) Source(24, 85) + SourceIndex(3) +1 >Emitted(46, 5) Source(24, 19) + SourceIndex(3) +2 >Emitted(46, 9) Source(24, 36) + SourceIndex(3) +3 >Emitted(46, 18) Source(24, 45) + SourceIndex(3) +4 >Emitted(46, 19) Source(24, 85) + SourceIndex(3) --- >>> (function (someOther) { 1->^^^^ @@ -4307,9 +4314,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > export namespace 3 > someOther -1->Emitted(46, 5) Source(24, 19) + SourceIndex(3) -2 >Emitted(46, 16) Source(24, 36) + SourceIndex(3) -3 >Emitted(46, 25) Source(24, 45) + SourceIndex(3) +1->Emitted(47, 5) Source(24, 19) + SourceIndex(3) +2 >Emitted(47, 16) Source(24, 36) + SourceIndex(3) +3 >Emitted(47, 25) Source(24, 45) + SourceIndex(3) --- >>> var something; 1 >^^^^^^^^ @@ -4321,10 +4328,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(47, 9) Source(24, 46) + SourceIndex(3) -2 >Emitted(47, 13) Source(24, 46) + SourceIndex(3) -3 >Emitted(47, 22) Source(24, 55) + SourceIndex(3) -4 >Emitted(47, 23) Source(24, 85) + SourceIndex(3) +1 >Emitted(48, 9) Source(24, 46) + SourceIndex(3) +2 >Emitted(48, 13) Source(24, 46) + SourceIndex(3) +3 >Emitted(48, 22) Source(24, 55) + SourceIndex(3) +4 >Emitted(48, 23) Source(24, 85) + SourceIndex(3) --- >>> (function (something) { 1->^^^^^^^^ @@ -4334,21 +4341,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(48, 9) Source(24, 46) + SourceIndex(3) -2 >Emitted(48, 20) Source(24, 46) + SourceIndex(3) -3 >Emitted(48, 29) Source(24, 55) + SourceIndex(3) +1->Emitted(49, 9) Source(24, 46) + SourceIndex(3) +2 >Emitted(49, 20) Source(24, 46) + SourceIndex(3) +3 >Emitted(49, 29) Source(24, 55) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(49, 13) Source(24, 58) + SourceIndex(3) +1->Emitted(50, 13) Source(24, 58) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(50, 17) Source(24, 58) + SourceIndex(3) +1->Emitted(51, 17) Source(24, 58) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -4356,16 +4363,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(51, 17) Source(24, 82) + SourceIndex(3) -2 >Emitted(51, 18) Source(24, 83) + SourceIndex(3) +1->Emitted(52, 17) Source(24, 82) + SourceIndex(3) +2 >Emitted(52, 18) Source(24, 83) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(52, 17) Source(24, 82) + SourceIndex(3) -2 >Emitted(52, 33) Source(24, 83) + SourceIndex(3) +1->Emitted(53, 17) Source(24, 82) + SourceIndex(3) +2 >Emitted(53, 33) Source(24, 83) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -4377,10 +4384,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(53, 13) Source(24, 82) + SourceIndex(3) -2 >Emitted(53, 14) Source(24, 83) + SourceIndex(3) -3 >Emitted(53, 14) Source(24, 58) + SourceIndex(3) -4 >Emitted(53, 18) Source(24, 83) + SourceIndex(3) +1 >Emitted(54, 13) Source(24, 82) + SourceIndex(3) +2 >Emitted(54, 14) Source(24, 83) + SourceIndex(3) +3 >Emitted(54, 14) Source(24, 58) + SourceIndex(3) +4 >Emitted(54, 18) Source(24, 83) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -4392,10 +4399,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(54, 13) Source(24, 71) + SourceIndex(3) -2 >Emitted(54, 32) Source(24, 80) + SourceIndex(3) -3 >Emitted(54, 44) Source(24, 83) + SourceIndex(3) -4 >Emitted(54, 45) Source(24, 83) + SourceIndex(3) +1->Emitted(55, 13) Source(24, 71) + SourceIndex(3) +2 >Emitted(55, 32) Source(24, 80) + SourceIndex(3) +3 >Emitted(55, 44) Source(24, 83) + SourceIndex(3) +4 >Emitted(55, 45) Source(24, 83) + SourceIndex(3) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^ @@ -4416,15 +4423,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(55, 9) Source(24, 84) + SourceIndex(3) -2 >Emitted(55, 10) Source(24, 85) + SourceIndex(3) -3 >Emitted(55, 12) Source(24, 46) + SourceIndex(3) -4 >Emitted(55, 21) Source(24, 55) + SourceIndex(3) -5 >Emitted(55, 24) Source(24, 46) + SourceIndex(3) -6 >Emitted(55, 43) Source(24, 55) + SourceIndex(3) -7 >Emitted(55, 48) Source(24, 46) + SourceIndex(3) -8 >Emitted(55, 67) Source(24, 55) + SourceIndex(3) -9 >Emitted(55, 75) Source(24, 85) + SourceIndex(3) +1->Emitted(56, 9) Source(24, 84) + SourceIndex(3) +2 >Emitted(56, 10) Source(24, 85) + SourceIndex(3) +3 >Emitted(56, 12) Source(24, 46) + SourceIndex(3) +4 >Emitted(56, 21) Source(24, 55) + SourceIndex(3) +5 >Emitted(56, 24) Source(24, 46) + SourceIndex(3) +6 >Emitted(56, 43) Source(24, 55) + SourceIndex(3) +7 >Emitted(56, 48) Source(24, 46) + SourceIndex(3) +8 >Emitted(56, 67) Source(24, 55) + SourceIndex(3) +9 >Emitted(56, 75) Source(24, 85) + SourceIndex(3) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^ @@ -4445,15 +4452,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(56, 5) Source(24, 84) + SourceIndex(3) -2 >Emitted(56, 6) Source(24, 85) + SourceIndex(3) -3 >Emitted(56, 8) Source(24, 36) + SourceIndex(3) -4 >Emitted(56, 17) Source(24, 45) + SourceIndex(3) -5 >Emitted(56, 20) Source(24, 36) + SourceIndex(3) -6 >Emitted(56, 37) Source(24, 45) + SourceIndex(3) -7 >Emitted(56, 42) Source(24, 36) + SourceIndex(3) -8 >Emitted(56, 59) Source(24, 45) + SourceIndex(3) -9 >Emitted(56, 67) Source(24, 85) + SourceIndex(3) +1 >Emitted(57, 5) Source(24, 84) + SourceIndex(3) +2 >Emitted(57, 6) Source(24, 85) + SourceIndex(3) +3 >Emitted(57, 8) Source(24, 36) + SourceIndex(3) +4 >Emitted(57, 17) Source(24, 45) + SourceIndex(3) +5 >Emitted(57, 20) Source(24, 36) + SourceIndex(3) +6 >Emitted(57, 37) Source(24, 45) + SourceIndex(3) +7 >Emitted(57, 42) Source(24, 36) + SourceIndex(3) +8 >Emitted(57, 59) Source(24, 45) + SourceIndex(3) +9 >Emitted(57, 67) Source(24, 85) + SourceIndex(3) --- >>> normalN.someImport = someNamespace.C; 1 >^^^^ @@ -4471,13 +4478,13 @@ sourceFile:../../../second/second_part1.ts 5 > . 6 > C 7 > ; -1 >Emitted(57, 5) Source(25, 33) + SourceIndex(3) -2 >Emitted(57, 23) Source(25, 43) + SourceIndex(3) -3 >Emitted(57, 26) Source(25, 46) + SourceIndex(3) -4 >Emitted(57, 39) Source(25, 59) + SourceIndex(3) -5 >Emitted(57, 40) Source(25, 60) + SourceIndex(3) -6 >Emitted(57, 41) Source(25, 61) + SourceIndex(3) -7 >Emitted(57, 42) Source(25, 62) + SourceIndex(3) +1 >Emitted(58, 5) Source(25, 33) + SourceIndex(3) +2 >Emitted(58, 23) Source(25, 43) + SourceIndex(3) +3 >Emitted(58, 26) Source(25, 46) + SourceIndex(3) +4 >Emitted(58, 39) Source(25, 59) + SourceIndex(3) +5 >Emitted(58, 40) Source(25, 60) + SourceIndex(3) +6 >Emitted(58, 41) Source(25, 61) + SourceIndex(3) +7 >Emitted(58, 42) Source(25, 62) + SourceIndex(3) --- >>> normalN.internalConst = 10; 1 >^^^^ @@ -4492,11 +4499,11 @@ sourceFile:../../../second/second_part1.ts 3 > = 4 > 10 5 > ; -1 >Emitted(58, 5) Source(27, 32) + SourceIndex(3) -2 >Emitted(58, 26) Source(27, 45) + SourceIndex(3) -3 >Emitted(58, 29) Source(27, 48) + SourceIndex(3) -4 >Emitted(58, 31) Source(27, 50) + SourceIndex(3) -5 >Emitted(58, 32) Source(27, 51) + SourceIndex(3) +1 >Emitted(59, 5) Source(27, 32) + SourceIndex(3) +2 >Emitted(59, 26) Source(27, 45) + SourceIndex(3) +3 >Emitted(59, 29) Source(27, 48) + SourceIndex(3) +4 >Emitted(59, 31) Source(27, 50) + SourceIndex(3) +5 >Emitted(59, 32) Source(27, 51) + SourceIndex(3) --- >>> var internalEnum; 1 >^^^^ @@ -4507,9 +4514,9 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ 2 > export enum 3 > internalEnum { a, b, c } -1 >Emitted(59, 5) Source(28, 19) + SourceIndex(3) -2 >Emitted(59, 9) Source(28, 31) + SourceIndex(3) -3 >Emitted(59, 21) Source(28, 55) + SourceIndex(3) +1 >Emitted(60, 5) Source(28, 19) + SourceIndex(3) +2 >Emitted(60, 9) Source(28, 31) + SourceIndex(3) +3 >Emitted(60, 21) Source(28, 55) + SourceIndex(3) --- >>> (function (internalEnum) { 1->^^^^ @@ -4519,9 +4526,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > export enum 3 > internalEnum -1->Emitted(60, 5) Source(28, 19) + SourceIndex(3) -2 >Emitted(60, 16) Source(28, 31) + SourceIndex(3) -3 >Emitted(60, 28) Source(28, 43) + SourceIndex(3) +1->Emitted(61, 5) Source(28, 19) + SourceIndex(3) +2 >Emitted(61, 16) Source(28, 31) + SourceIndex(3) +3 >Emitted(61, 28) Source(28, 43) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -4531,9 +4538,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(61, 9) Source(28, 46) + SourceIndex(3) -2 >Emitted(61, 50) Source(28, 47) + SourceIndex(3) -3 >Emitted(61, 51) Source(28, 47) + SourceIndex(3) +1->Emitted(62, 9) Source(28, 46) + SourceIndex(3) +2 >Emitted(62, 50) Source(28, 47) + SourceIndex(3) +3 >Emitted(62, 51) Source(28, 47) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -4543,9 +4550,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(62, 9) Source(28, 49) + SourceIndex(3) -2 >Emitted(62, 50) Source(28, 50) + SourceIndex(3) -3 >Emitted(62, 51) Source(28, 50) + SourceIndex(3) +1->Emitted(63, 9) Source(28, 49) + SourceIndex(3) +2 >Emitted(63, 50) Source(28, 50) + SourceIndex(3) +3 >Emitted(63, 51) Source(28, 50) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -4555,9 +4562,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(63, 9) Source(28, 52) + SourceIndex(3) -2 >Emitted(63, 50) Source(28, 53) + SourceIndex(3) -3 >Emitted(63, 51) Source(28, 53) + SourceIndex(3) +1->Emitted(64, 9) Source(28, 52) + SourceIndex(3) +2 >Emitted(64, 50) Source(28, 53) + SourceIndex(3) +3 >Emitted(64, 51) Source(28, 53) + SourceIndex(3) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^ @@ -4578,15 +4585,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(64, 5) Source(28, 54) + SourceIndex(3) -2 >Emitted(64, 6) Source(28, 55) + SourceIndex(3) -3 >Emitted(64, 8) Source(28, 31) + SourceIndex(3) -4 >Emitted(64, 20) Source(28, 43) + SourceIndex(3) -5 >Emitted(64, 23) Source(28, 31) + SourceIndex(3) -6 >Emitted(64, 43) Source(28, 43) + SourceIndex(3) -7 >Emitted(64, 48) Source(28, 31) + SourceIndex(3) -8 >Emitted(64, 68) Source(28, 43) + SourceIndex(3) -9 >Emitted(64, 76) Source(28, 55) + SourceIndex(3) +1->Emitted(65, 5) Source(28, 54) + SourceIndex(3) +2 >Emitted(65, 6) Source(28, 55) + SourceIndex(3) +3 >Emitted(65, 8) Source(28, 31) + SourceIndex(3) +4 >Emitted(65, 20) Source(28, 43) + SourceIndex(3) +5 >Emitted(65, 23) Source(28, 31) + SourceIndex(3) +6 >Emitted(65, 43) Source(28, 43) + SourceIndex(3) +7 >Emitted(65, 48) Source(28, 31) + SourceIndex(3) +8 >Emitted(65, 68) Source(28, 43) + SourceIndex(3) +9 >Emitted(65, 76) Source(28, 55) + SourceIndex(3) --- >>>})(normalN || (normalN = {})); 1 > @@ -4614,26 +4621,26 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(65, 1) Source(29, 1) + SourceIndex(3) -2 >Emitted(65, 2) Source(29, 2) + SourceIndex(3) -3 >Emitted(65, 4) Source(20, 11) + SourceIndex(3) -4 >Emitted(65, 11) Source(20, 18) + SourceIndex(3) -5 >Emitted(65, 16) Source(20, 11) + SourceIndex(3) -6 >Emitted(65, 23) Source(20, 18) + SourceIndex(3) -7 >Emitted(65, 31) Source(29, 2) + SourceIndex(3) +1 >Emitted(66, 1) Source(29, 1) + SourceIndex(3) +2 >Emitted(66, 2) Source(29, 2) + SourceIndex(3) +3 >Emitted(66, 4) Source(20, 11) + SourceIndex(3) +4 >Emitted(66, 11) Source(20, 18) + SourceIndex(3) +5 >Emitted(66, 16) Source(20, 11) + SourceIndex(3) +6 >Emitted(66, 23) Source(20, 18) + SourceIndex(3) +7 >Emitted(66, 31) Source(29, 2) + SourceIndex(3) --- >>>var internalC = (function () { 1-> 2 >^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> >/*@internal*/ -1->Emitted(66, 1) Source(30, 15) + SourceIndex(3) +1->Emitted(67, 1) Source(30, 15) + SourceIndex(3) --- >>> function internalC() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(67, 5) Source(30, 15) + SourceIndex(3) +1->Emitted(68, 5) Source(30, 15) + SourceIndex(3) --- >>> } 1->^^^^ @@ -4641,16 +4648,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->class internalC { 2 > } -1->Emitted(68, 5) Source(30, 32) + SourceIndex(3) -2 >Emitted(68, 6) Source(30, 33) + SourceIndex(3) +1->Emitted(69, 5) Source(30, 32) + SourceIndex(3) +2 >Emitted(69, 6) Source(30, 33) + SourceIndex(3) --- >>> return internalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(69, 5) Source(30, 32) + SourceIndex(3) -2 >Emitted(69, 21) Source(30, 33) + SourceIndex(3) +1->Emitted(70, 5) Source(30, 32) + SourceIndex(3) +2 >Emitted(70, 21) Source(30, 33) + SourceIndex(3) --- >>>}()); 1 > @@ -4662,10 +4669,10 @@ sourceFile:../../../second/second_part1.ts 2 >} 3 > 4 > class internalC {} -1 >Emitted(70, 1) Source(30, 32) + SourceIndex(3) -2 >Emitted(70, 2) Source(30, 33) + SourceIndex(3) -3 >Emitted(70, 2) Source(30, 15) + SourceIndex(3) -4 >Emitted(70, 6) Source(30, 33) + SourceIndex(3) +1 >Emitted(71, 1) Source(30, 32) + SourceIndex(3) +2 >Emitted(71, 2) Source(30, 33) + SourceIndex(3) +3 >Emitted(71, 2) Source(30, 15) + SourceIndex(3) +4 >Emitted(71, 6) Source(30, 33) + SourceIndex(3) --- >>>function internalfoo() { } 1-> @@ -4679,11 +4686,11 @@ sourceFile:../../../second/second_part1.ts 3 > internalfoo 4 > () { 5 > } -1->Emitted(71, 1) Source(31, 15) + SourceIndex(3) -2 >Emitted(71, 10) Source(31, 24) + SourceIndex(3) -3 >Emitted(71, 21) Source(31, 35) + SourceIndex(3) -4 >Emitted(71, 26) Source(31, 39) + SourceIndex(3) -5 >Emitted(71, 27) Source(31, 40) + SourceIndex(3) +1->Emitted(72, 1) Source(31, 15) + SourceIndex(3) +2 >Emitted(72, 10) Source(31, 24) + SourceIndex(3) +3 >Emitted(72, 21) Source(31, 35) + SourceIndex(3) +4 >Emitted(72, 26) Source(31, 39) + SourceIndex(3) +5 >Emitted(72, 27) Source(31, 40) + SourceIndex(3) --- >>>var internalNamespace; 1 > @@ -4696,10 +4703,10 @@ sourceFile:../../../second/second_part1.ts 2 >namespace 3 > internalNamespace 4 > { export class someClass {} } -1 >Emitted(72, 1) Source(32, 15) + SourceIndex(3) -2 >Emitted(72, 5) Source(32, 25) + SourceIndex(3) -3 >Emitted(72, 22) Source(32, 42) + SourceIndex(3) -4 >Emitted(72, 23) Source(32, 72) + SourceIndex(3) +1 >Emitted(73, 1) Source(32, 15) + SourceIndex(3) +2 >Emitted(73, 5) Source(32, 25) + SourceIndex(3) +3 >Emitted(73, 22) Source(32, 42) + SourceIndex(3) +4 >Emitted(73, 23) Source(32, 72) + SourceIndex(3) --- >>>(function (internalNamespace) { 1-> @@ -4709,21 +4716,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > internalNamespace -1->Emitted(73, 1) Source(32, 15) + SourceIndex(3) -2 >Emitted(73, 12) Source(32, 25) + SourceIndex(3) -3 >Emitted(73, 29) Source(32, 42) + SourceIndex(3) +1->Emitted(74, 1) Source(32, 15) + SourceIndex(3) +2 >Emitted(74, 12) Source(32, 25) + SourceIndex(3) +3 >Emitted(74, 29) Source(32, 42) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(74, 5) Source(32, 45) + SourceIndex(3) +1->Emitted(75, 5) Source(32, 45) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(75, 9) Source(32, 45) + SourceIndex(3) +1->Emitted(76, 9) Source(32, 45) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -4731,16 +4738,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(76, 9) Source(32, 69) + SourceIndex(3) -2 >Emitted(76, 10) Source(32, 70) + SourceIndex(3) +1->Emitted(77, 9) Source(32, 69) + SourceIndex(3) +2 >Emitted(77, 10) Source(32, 70) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(77, 9) Source(32, 69) + SourceIndex(3) -2 >Emitted(77, 25) Source(32, 70) + SourceIndex(3) +1->Emitted(78, 9) Source(32, 69) + SourceIndex(3) +2 >Emitted(78, 25) Source(32, 70) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -4752,10 +4759,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(78, 5) Source(32, 69) + SourceIndex(3) -2 >Emitted(78, 6) Source(32, 70) + SourceIndex(3) -3 >Emitted(78, 6) Source(32, 45) + SourceIndex(3) -4 >Emitted(78, 10) Source(32, 70) + SourceIndex(3) +1 >Emitted(79, 5) Source(32, 69) + SourceIndex(3) +2 >Emitted(79, 6) Source(32, 70) + SourceIndex(3) +3 >Emitted(79, 6) Source(32, 45) + SourceIndex(3) +4 >Emitted(79, 10) Source(32, 70) + SourceIndex(3) --- >>> internalNamespace.someClass = someClass; 1->^^^^ @@ -4767,10 +4774,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(79, 5) Source(32, 58) + SourceIndex(3) -2 >Emitted(79, 32) Source(32, 67) + SourceIndex(3) -3 >Emitted(79, 44) Source(32, 70) + SourceIndex(3) -4 >Emitted(79, 45) Source(32, 70) + SourceIndex(3) +1->Emitted(80, 5) Source(32, 58) + SourceIndex(3) +2 >Emitted(80, 32) Source(32, 67) + SourceIndex(3) +3 >Emitted(80, 44) Source(32, 70) + SourceIndex(3) +4 >Emitted(80, 45) Source(32, 70) + SourceIndex(3) --- >>>})(internalNamespace || (internalNamespace = {})); 1-> @@ -4787,13 +4794,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalNamespace 7 > { export class someClass {} } -1->Emitted(80, 1) Source(32, 71) + SourceIndex(3) -2 >Emitted(80, 2) Source(32, 72) + SourceIndex(3) -3 >Emitted(80, 4) Source(32, 25) + SourceIndex(3) -4 >Emitted(80, 21) Source(32, 42) + SourceIndex(3) -5 >Emitted(80, 26) Source(32, 25) + SourceIndex(3) -6 >Emitted(80, 43) Source(32, 42) + SourceIndex(3) -7 >Emitted(80, 51) Source(32, 72) + SourceIndex(3) +1->Emitted(81, 1) Source(32, 71) + SourceIndex(3) +2 >Emitted(81, 2) Source(32, 72) + SourceIndex(3) +3 >Emitted(81, 4) Source(32, 25) + SourceIndex(3) +4 >Emitted(81, 21) Source(32, 42) + SourceIndex(3) +5 >Emitted(81, 26) Source(32, 25) + SourceIndex(3) +6 >Emitted(81, 43) Source(32, 42) + SourceIndex(3) +7 >Emitted(81, 51) Source(32, 72) + SourceIndex(3) --- >>>var internalOther; 1 > @@ -4806,10 +4813,10 @@ sourceFile:../../../second/second_part1.ts 2 >namespace 3 > internalOther 4 > .something { export class someClass {} } -1 >Emitted(81, 1) Source(33, 15) + SourceIndex(3) -2 >Emitted(81, 5) Source(33, 25) + SourceIndex(3) -3 >Emitted(81, 18) Source(33, 38) + SourceIndex(3) -4 >Emitted(81, 19) Source(33, 78) + SourceIndex(3) +1 >Emitted(82, 1) Source(33, 15) + SourceIndex(3) +2 >Emitted(82, 5) Source(33, 25) + SourceIndex(3) +3 >Emitted(82, 18) Source(33, 38) + SourceIndex(3) +4 >Emitted(82, 19) Source(33, 78) + SourceIndex(3) --- >>>(function (internalOther) { 1-> @@ -4818,9 +4825,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > internalOther -1->Emitted(82, 1) Source(33, 15) + SourceIndex(3) -2 >Emitted(82, 12) Source(33, 25) + SourceIndex(3) -3 >Emitted(82, 25) Source(33, 38) + SourceIndex(3) +1->Emitted(83, 1) Source(33, 15) + SourceIndex(3) +2 >Emitted(83, 12) Source(33, 25) + SourceIndex(3) +3 >Emitted(83, 25) Source(33, 38) + SourceIndex(3) --- >>> var something; 1 >^^^^ @@ -4832,10 +4839,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(83, 5) Source(33, 39) + SourceIndex(3) -2 >Emitted(83, 9) Source(33, 39) + SourceIndex(3) -3 >Emitted(83, 18) Source(33, 48) + SourceIndex(3) -4 >Emitted(83, 19) Source(33, 78) + SourceIndex(3) +1 >Emitted(84, 5) Source(33, 39) + SourceIndex(3) +2 >Emitted(84, 9) Source(33, 39) + SourceIndex(3) +3 >Emitted(84, 18) Source(33, 48) + SourceIndex(3) +4 >Emitted(84, 19) Source(33, 78) + SourceIndex(3) --- >>> (function (something) { 1->^^^^ @@ -4845,21 +4852,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(84, 5) Source(33, 39) + SourceIndex(3) -2 >Emitted(84, 16) Source(33, 39) + SourceIndex(3) -3 >Emitted(84, 25) Source(33, 48) + SourceIndex(3) +1->Emitted(85, 5) Source(33, 39) + SourceIndex(3) +2 >Emitted(85, 16) Source(33, 39) + SourceIndex(3) +3 >Emitted(85, 25) Source(33, 48) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(85, 9) Source(33, 51) + SourceIndex(3) +1->Emitted(86, 9) Source(33, 51) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(86, 13) Source(33, 51) + SourceIndex(3) +1->Emitted(87, 13) Source(33, 51) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -4867,16 +4874,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(87, 13) Source(33, 75) + SourceIndex(3) -2 >Emitted(87, 14) Source(33, 76) + SourceIndex(3) +1->Emitted(88, 13) Source(33, 75) + SourceIndex(3) +2 >Emitted(88, 14) Source(33, 76) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(88, 13) Source(33, 75) + SourceIndex(3) -2 >Emitted(88, 29) Source(33, 76) + SourceIndex(3) +1->Emitted(89, 13) Source(33, 75) + SourceIndex(3) +2 >Emitted(89, 29) Source(33, 76) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -4888,10 +4895,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(89, 9) Source(33, 75) + SourceIndex(3) -2 >Emitted(89, 10) Source(33, 76) + SourceIndex(3) -3 >Emitted(89, 10) Source(33, 51) + SourceIndex(3) -4 >Emitted(89, 14) Source(33, 76) + SourceIndex(3) +1 >Emitted(90, 9) Source(33, 75) + SourceIndex(3) +2 >Emitted(90, 10) Source(33, 76) + SourceIndex(3) +3 >Emitted(90, 10) Source(33, 51) + SourceIndex(3) +4 >Emitted(90, 14) Source(33, 76) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^ @@ -4903,10 +4910,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(90, 9) Source(33, 64) + SourceIndex(3) -2 >Emitted(90, 28) Source(33, 73) + SourceIndex(3) -3 >Emitted(90, 40) Source(33, 76) + SourceIndex(3) -4 >Emitted(90, 41) Source(33, 76) + SourceIndex(3) +1->Emitted(91, 9) Source(33, 64) + SourceIndex(3) +2 >Emitted(91, 28) Source(33, 73) + SourceIndex(3) +3 >Emitted(91, 40) Source(33, 76) + SourceIndex(3) +4 >Emitted(91, 41) Source(33, 76) + SourceIndex(3) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^ @@ -4927,15 +4934,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(91, 5) Source(33, 77) + SourceIndex(3) -2 >Emitted(91, 6) Source(33, 78) + SourceIndex(3) -3 >Emitted(91, 8) Source(33, 39) + SourceIndex(3) -4 >Emitted(91, 17) Source(33, 48) + SourceIndex(3) -5 >Emitted(91, 20) Source(33, 39) + SourceIndex(3) -6 >Emitted(91, 43) Source(33, 48) + SourceIndex(3) -7 >Emitted(91, 48) Source(33, 39) + SourceIndex(3) -8 >Emitted(91, 71) Source(33, 48) + SourceIndex(3) -9 >Emitted(91, 79) Source(33, 78) + SourceIndex(3) +1->Emitted(92, 5) Source(33, 77) + SourceIndex(3) +2 >Emitted(92, 6) Source(33, 78) + SourceIndex(3) +3 >Emitted(92, 8) Source(33, 39) + SourceIndex(3) +4 >Emitted(92, 17) Source(33, 48) + SourceIndex(3) +5 >Emitted(92, 20) Source(33, 39) + SourceIndex(3) +6 >Emitted(92, 43) Source(33, 48) + SourceIndex(3) +7 >Emitted(92, 48) Source(33, 39) + SourceIndex(3) +8 >Emitted(92, 71) Source(33, 48) + SourceIndex(3) +9 >Emitted(92, 79) Source(33, 78) + SourceIndex(3) --- >>>})(internalOther || (internalOther = {})); 1 > @@ -4953,13 +4960,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalOther 7 > .something { export class someClass {} } -1 >Emitted(92, 1) Source(33, 77) + SourceIndex(3) -2 >Emitted(92, 2) Source(33, 78) + SourceIndex(3) -3 >Emitted(92, 4) Source(33, 25) + SourceIndex(3) -4 >Emitted(92, 17) Source(33, 38) + SourceIndex(3) -5 >Emitted(92, 22) Source(33, 25) + SourceIndex(3) -6 >Emitted(92, 35) Source(33, 38) + SourceIndex(3) -7 >Emitted(92, 43) Source(33, 78) + SourceIndex(3) +1 >Emitted(93, 1) Source(33, 77) + SourceIndex(3) +2 >Emitted(93, 2) Source(33, 78) + SourceIndex(3) +3 >Emitted(93, 4) Source(33, 25) + SourceIndex(3) +4 >Emitted(93, 17) Source(33, 38) + SourceIndex(3) +5 >Emitted(93, 22) Source(33, 25) + SourceIndex(3) +6 >Emitted(93, 35) Source(33, 38) + SourceIndex(3) +7 >Emitted(93, 43) Source(33, 78) + SourceIndex(3) --- >>>var internalImport = internalNamespace.someClass; 1-> @@ -4979,14 +4986,14 @@ sourceFile:../../../second/second_part1.ts 6 > . 7 > someClass 8 > ; -1->Emitted(93, 1) Source(34, 15) + SourceIndex(3) -2 >Emitted(93, 5) Source(34, 22) + SourceIndex(3) -3 >Emitted(93, 19) Source(34, 36) + SourceIndex(3) -4 >Emitted(93, 22) Source(34, 39) + SourceIndex(3) -5 >Emitted(93, 39) Source(34, 56) + SourceIndex(3) -6 >Emitted(93, 40) Source(34, 57) + SourceIndex(3) -7 >Emitted(93, 49) Source(34, 66) + SourceIndex(3) -8 >Emitted(93, 50) Source(34, 67) + SourceIndex(3) +1->Emitted(94, 1) Source(34, 15) + SourceIndex(3) +2 >Emitted(94, 5) Source(34, 22) + SourceIndex(3) +3 >Emitted(94, 19) Source(34, 36) + SourceIndex(3) +4 >Emitted(94, 22) Source(34, 39) + SourceIndex(3) +5 >Emitted(94, 39) Source(34, 56) + SourceIndex(3) +6 >Emitted(94, 40) Source(34, 57) + SourceIndex(3) +7 >Emitted(94, 49) Source(34, 66) + SourceIndex(3) +8 >Emitted(94, 50) Source(34, 67) + SourceIndex(3) --- >>>var internalConst = 10; 1 > @@ -5003,12 +5010,12 @@ sourceFile:../../../second/second_part1.ts 4 > = 5 > 10 6 > ; -1 >Emitted(94, 1) Source(36, 15) + SourceIndex(3) -2 >Emitted(94, 5) Source(36, 21) + SourceIndex(3) -3 >Emitted(94, 18) Source(36, 34) + SourceIndex(3) -4 >Emitted(94, 21) Source(36, 37) + SourceIndex(3) -5 >Emitted(94, 23) Source(36, 39) + SourceIndex(3) -6 >Emitted(94, 24) Source(36, 40) + SourceIndex(3) +1 >Emitted(95, 1) Source(36, 15) + SourceIndex(3) +2 >Emitted(95, 5) Source(36, 21) + SourceIndex(3) +3 >Emitted(95, 18) Source(36, 34) + SourceIndex(3) +4 >Emitted(95, 21) Source(36, 37) + SourceIndex(3) +5 >Emitted(95, 23) Source(36, 39) + SourceIndex(3) +6 >Emitted(95, 24) Source(36, 40) + SourceIndex(3) --- >>>var internalEnum; 1 > @@ -5019,9 +5026,9 @@ sourceFile:../../../second/second_part1.ts >/*@internal*/ 2 >enum 3 > internalEnum { a, b, c } -1 >Emitted(95, 1) Source(37, 15) + SourceIndex(3) -2 >Emitted(95, 5) Source(37, 20) + SourceIndex(3) -3 >Emitted(95, 17) Source(37, 44) + SourceIndex(3) +1 >Emitted(96, 1) Source(37, 15) + SourceIndex(3) +2 >Emitted(96, 5) Source(37, 20) + SourceIndex(3) +3 >Emitted(96, 17) Source(37, 44) + SourceIndex(3) --- >>>(function (internalEnum) { 1-> @@ -5031,9 +5038,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >enum 3 > internalEnum -1->Emitted(96, 1) Source(37, 15) + SourceIndex(3) -2 >Emitted(96, 12) Source(37, 20) + SourceIndex(3) -3 >Emitted(96, 24) Source(37, 32) + SourceIndex(3) +1->Emitted(97, 1) Source(37, 15) + SourceIndex(3) +2 >Emitted(97, 12) Source(37, 20) + SourceIndex(3) +3 >Emitted(97, 24) Source(37, 32) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^ @@ -5043,9 +5050,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(97, 5) Source(37, 35) + SourceIndex(3) -2 >Emitted(97, 46) Source(37, 36) + SourceIndex(3) -3 >Emitted(97, 47) Source(37, 36) + SourceIndex(3) +1->Emitted(98, 5) Source(37, 35) + SourceIndex(3) +2 >Emitted(98, 46) Source(37, 36) + SourceIndex(3) +3 >Emitted(98, 47) Source(37, 36) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^ @@ -5055,9 +5062,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(98, 5) Source(37, 38) + SourceIndex(3) -2 >Emitted(98, 46) Source(37, 39) + SourceIndex(3) -3 >Emitted(98, 47) Source(37, 39) + SourceIndex(3) +1->Emitted(99, 5) Source(37, 38) + SourceIndex(3) +2 >Emitted(99, 46) Source(37, 39) + SourceIndex(3) +3 >Emitted(99, 47) Source(37, 39) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^ @@ -5066,9 +5073,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(99, 5) Source(37, 41) + SourceIndex(3) -2 >Emitted(99, 46) Source(37, 42) + SourceIndex(3) -3 >Emitted(99, 47) Source(37, 42) + SourceIndex(3) +1->Emitted(100, 5) Source(37, 41) + SourceIndex(3) +2 >Emitted(100, 46) Source(37, 42) + SourceIndex(3) +3 >Emitted(100, 47) Source(37, 42) + SourceIndex(3) --- >>>})(internalEnum || (internalEnum = {})); 1 > @@ -5085,13 +5092,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalEnum 7 > { a, b, c } -1 >Emitted(100, 1) Source(37, 43) + SourceIndex(3) -2 >Emitted(100, 2) Source(37, 44) + SourceIndex(3) -3 >Emitted(100, 4) Source(37, 20) + SourceIndex(3) -4 >Emitted(100, 16) Source(37, 32) + SourceIndex(3) -5 >Emitted(100, 21) Source(37, 20) + SourceIndex(3) -6 >Emitted(100, 33) Source(37, 32) + SourceIndex(3) -7 >Emitted(100, 41) Source(37, 44) + SourceIndex(3) +1 >Emitted(101, 1) Source(37, 43) + SourceIndex(3) +2 >Emitted(101, 2) Source(37, 44) + SourceIndex(3) +3 >Emitted(101, 4) Source(37, 20) + SourceIndex(3) +4 >Emitted(101, 16) Source(37, 32) + SourceIndex(3) +5 >Emitted(101, 21) Source(37, 20) + SourceIndex(3) +6 >Emitted(101, 33) Source(37, 32) + SourceIndex(3) +7 >Emitted(101, 41) Source(37, 44) + SourceIndex(3) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -5101,13 +5108,13 @@ sourceFile:../../../second/second_part2.ts 1 > 2 >^^^^^^^^^^^^^^^^^^^-> 1 > -1 >Emitted(101, 1) Source(1, 1) + SourceIndex(4) +1 >Emitted(102, 1) Source(1, 1) + SourceIndex(4) --- >>> function C() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(102, 5) Source(1, 1) + SourceIndex(4) +1->Emitted(103, 5) Source(1, 1) + SourceIndex(4) --- >>> } 1->^^^^ @@ -5119,8 +5126,8 @@ sourceFile:../../../second/second_part2.ts > } > 2 > } -1->Emitted(103, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(103, 6) Source(5, 2) + SourceIndex(4) +1->Emitted(104, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(104, 6) Source(5, 2) + SourceIndex(4) --- >>> C.prototype.doSomething = function () { 1->^^^^ @@ -5130,9 +5137,9 @@ sourceFile:../../../second/second_part2.ts 1-> 2 > doSomething 3 > -1->Emitted(104, 5) Source(2, 5) + SourceIndex(4) -2 >Emitted(104, 28) Source(2, 16) + SourceIndex(4) -3 >Emitted(104, 31) Source(2, 5) + SourceIndex(4) +1->Emitted(105, 5) Source(2, 5) + SourceIndex(4) +2 >Emitted(105, 28) Source(2, 16) + SourceIndex(4) +3 >Emitted(105, 31) Source(2, 5) + SourceIndex(4) --- >>> console.log("something got done"); 1->^^^^^^^^ @@ -5152,14 +5159,14 @@ sourceFile:../../../second/second_part2.ts 6 > "something got done" 7 > ) 8 > ; -1->Emitted(105, 9) Source(3, 9) + SourceIndex(4) -2 >Emitted(105, 16) Source(3, 16) + SourceIndex(4) -3 >Emitted(105, 17) Source(3, 17) + SourceIndex(4) -4 >Emitted(105, 20) Source(3, 20) + SourceIndex(4) -5 >Emitted(105, 21) Source(3, 21) + SourceIndex(4) -6 >Emitted(105, 41) Source(3, 41) + SourceIndex(4) -7 >Emitted(105, 42) Source(3, 42) + SourceIndex(4) -8 >Emitted(105, 43) Source(3, 43) + SourceIndex(4) +1->Emitted(106, 9) Source(3, 9) + SourceIndex(4) +2 >Emitted(106, 16) Source(3, 16) + SourceIndex(4) +3 >Emitted(106, 17) Source(3, 17) + SourceIndex(4) +4 >Emitted(106, 20) Source(3, 20) + SourceIndex(4) +5 >Emitted(106, 21) Source(3, 21) + SourceIndex(4) +6 >Emitted(106, 41) Source(3, 41) + SourceIndex(4) +7 >Emitted(106, 42) Source(3, 42) + SourceIndex(4) +8 >Emitted(106, 43) Source(3, 43) + SourceIndex(4) --- >>> }; 1 >^^^^ @@ -5168,8 +5175,8 @@ sourceFile:../../../second/second_part2.ts 1 > > 2 > } -1 >Emitted(106, 5) Source(4, 5) + SourceIndex(4) -2 >Emitted(106, 6) Source(4, 6) + SourceIndex(4) +1 >Emitted(107, 5) Source(4, 5) + SourceIndex(4) +2 >Emitted(107, 6) Source(4, 6) + SourceIndex(4) --- >>> return C; 1->^^^^ @@ -5177,8 +5184,8 @@ sourceFile:../../../second/second_part2.ts 1-> > 2 > } -1->Emitted(107, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(107, 13) Source(5, 2) + SourceIndex(4) +1->Emitted(108, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(108, 13) Source(5, 2) + SourceIndex(4) --- >>>}()); 1 > @@ -5194,10 +5201,10 @@ sourceFile:../../../second/second_part2.ts > console.log("something got done"); > } > } -1 >Emitted(108, 1) Source(5, 1) + SourceIndex(4) -2 >Emitted(108, 2) Source(5, 2) + SourceIndex(4) -3 >Emitted(108, 2) Source(1, 1) + SourceIndex(4) -4 >Emitted(108, 6) Source(5, 2) + SourceIndex(4) +1 >Emitted(109, 1) Source(5, 1) + SourceIndex(4) +2 >Emitted(109, 2) Source(5, 2) + SourceIndex(4) +3 >Emitted(109, 2) Source(1, 1) + SourceIndex(4) +4 >Emitted(109, 6) Source(5, 2) + SourceIndex(4) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -5221,14 +5228,14 @@ sourceFile:../../third_part1.ts 6 > C 7 > () 8 > ; -1->Emitted(109, 1) Source(1, 1) + SourceIndex(5) -2 >Emitted(109, 5) Source(1, 5) + SourceIndex(5) -3 >Emitted(109, 6) Source(1, 6) + SourceIndex(5) -4 >Emitted(109, 9) Source(1, 9) + SourceIndex(5) -5 >Emitted(109, 13) Source(1, 13) + SourceIndex(5) -6 >Emitted(109, 14) Source(1, 14) + SourceIndex(5) -7 >Emitted(109, 16) Source(1, 16) + SourceIndex(5) -8 >Emitted(109, 17) Source(1, 17) + SourceIndex(5) +1->Emitted(110, 1) Source(1, 1) + SourceIndex(5) +2 >Emitted(110, 5) Source(1, 5) + SourceIndex(5) +3 >Emitted(110, 6) Source(1, 6) + SourceIndex(5) +4 >Emitted(110, 9) Source(1, 9) + SourceIndex(5) +5 >Emitted(110, 13) Source(1, 13) + SourceIndex(5) +6 >Emitted(110, 14) Source(1, 14) + SourceIndex(5) +7 >Emitted(110, 16) Source(1, 16) + SourceIndex(5) +8 >Emitted(110, 17) Source(1, 17) + SourceIndex(5) --- >>>c.doSomething(); 1-> @@ -5245,12 +5252,12 @@ sourceFile:../../third_part1.ts 4 > doSomething 5 > () 6 > ; -1->Emitted(110, 1) Source(2, 1) + SourceIndex(5) -2 >Emitted(110, 2) Source(2, 2) + SourceIndex(5) -3 >Emitted(110, 3) Source(2, 3) + SourceIndex(5) -4 >Emitted(110, 14) Source(2, 14) + SourceIndex(5) -5 >Emitted(110, 16) Source(2, 16) + SourceIndex(5) -6 >Emitted(110, 17) Source(2, 17) + SourceIndex(5) +1->Emitted(111, 1) Source(2, 1) + SourceIndex(5) +2 >Emitted(111, 2) Source(2, 2) + SourceIndex(5) +3 >Emitted(111, 3) Source(2, 3) + SourceIndex(5) +4 >Emitted(111, 14) Source(2, 14) + SourceIndex(5) +5 >Emitted(111, 16) Source(2, 16) + SourceIndex(5) +6 >Emitted(111, 17) Source(2, 17) + SourceIndex(5) --- >>>//# sourceMappingURL=third-output.js.map @@ -5265,20 +5272,20 @@ sourceFile:../../third_part1.ts "sections": [ { "pos": 0, - "end": 3161, + "end": 3179, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 0, - "end": 3161, + "end": 3179, "kind": "text" } ] }, { - "pos": 3161, - "end": 3197, + "pos": 3179, + "end": 3215, "kind": "text" } ] @@ -5313,9 +5320,9 @@ sourceFile:../../third_part1.ts ====================================================================== File:: /src/third/thirdjs/output/third-output.js ---------------------------------------------------------------------- -prepend: (0-3161):: ../../../2/second-output.js texts:: 1 +prepend: (0-3179):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (0-3161) +text: (0-3179) var s = "Hola, world"; console.log(s); console.log(f()); @@ -5332,8 +5339,9 @@ var N; var normalC = (function () { function normalC() { } - normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: true, @@ -5426,7 +5434,7 @@ var C = (function () { }()); ---------------------------------------------------------------------- -text: (3161-3197) +text: (3179-3215) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-changes/stripInternal.js b/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-changes/stripInternal.js index 031180b66ce13..cfdef7d740a96 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-changes/stripInternal.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-changes/stripInternal.js @@ -681,8 +681,9 @@ var N; var normalC = (function () { function normalC() { } - normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: true, @@ -778,7 +779,7 @@ c.doSomething(); //# sourceMappingURL=third-output.js.map //// [/src/third/thirdjs/output/third-output.js.map] -{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} //// [/src/third/thirdjs/output/third-output.js.map.baseline.txt] =================================================================== @@ -1079,66 +1080,68 @@ sourceFile:../../../second/second_part1.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->constructor() { 2 > } 1->Emitted(16, 5) Source(14, 35) + SourceIndex(3) 2 >Emitted(16, 6) Source(14, 36) + SourceIndex(3) --- ->>> normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> proto_1.method = function () { }; 1->^^^^ -2 > ^^^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^ -5 > ^ -6 > ^^^^^^-> +2 > ^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^ +5 > ^ +6 > ^^^^^^-> 1-> > /*@internal*/ prop: string; > /*@internal*/ 2 > method -3 > -4 > method() { -5 > } -1->Emitted(17, 5) Source(16, 19) + SourceIndex(3) -2 >Emitted(17, 29) Source(16, 25) + SourceIndex(3) -3 >Emitted(17, 32) Source(16, 19) + SourceIndex(3) -4 >Emitted(17, 46) Source(16, 30) + SourceIndex(3) -5 >Emitted(17, 47) Source(16, 31) + SourceIndex(3) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +3 > +4 > method() { +5 > } +1->Emitted(18, 5) Source(16, 19) + SourceIndex(3) +2 >Emitted(18, 19) Source(16, 25) + SourceIndex(3) +3 >Emitted(18, 22) Source(16, 19) + SourceIndex(3) +4 >Emitted(18, 36) Source(16, 30) + SourceIndex(3) +5 >Emitted(18, 37) Source(16, 31) + SourceIndex(3) +--- +>>> Object.defineProperty(proto_1, "c", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^^^^^^^^^^ +4 > ^^^-> 1-> > /*@internal*/ 2 > get 3 > c -1->Emitted(18, 5) Source(17, 19) + SourceIndex(3) -2 >Emitted(18, 27) Source(17, 23) + SourceIndex(3) -3 >Emitted(18, 49) Source(17, 24) + SourceIndex(3) +1->Emitted(19, 5) Source(17, 19) + SourceIndex(3) +2 >Emitted(19, 27) Source(17, 23) + SourceIndex(3) +3 >Emitted(19, 39) Source(17, 24) + SourceIndex(3) --- >>> get: function () { return 10; }, -1 >^^^^^^^^^^^^^ +1->^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^^^^^^^ 4 > ^^ 5 > ^ 6 > ^ 7 > ^ -1 > +1-> 2 > get c() { 3 > return 4 > 10 5 > ; 6 > 7 > } -1 >Emitted(19, 14) Source(17, 19) + SourceIndex(3) -2 >Emitted(19, 28) Source(17, 29) + SourceIndex(3) -3 >Emitted(19, 35) Source(17, 36) + SourceIndex(3) -4 >Emitted(19, 37) Source(17, 38) + SourceIndex(3) -5 >Emitted(19, 38) Source(17, 39) + SourceIndex(3) -6 >Emitted(19, 39) Source(17, 40) + SourceIndex(3) -7 >Emitted(19, 40) Source(17, 41) + SourceIndex(3) +1->Emitted(20, 14) Source(17, 19) + SourceIndex(3) +2 >Emitted(20, 28) Source(17, 29) + SourceIndex(3) +3 >Emitted(20, 35) Source(17, 36) + SourceIndex(3) +4 >Emitted(20, 37) Source(17, 38) + SourceIndex(3) +5 >Emitted(20, 38) Source(17, 39) + SourceIndex(3) +6 >Emitted(20, 39) Source(17, 40) + SourceIndex(3) +7 >Emitted(20, 40) Source(17, 41) + SourceIndex(3) --- >>> set: function (val) { }, 1 >^^^^^^^^^^^^^ @@ -1152,11 +1155,11 @@ sourceFile:../../../second/second_part1.ts 3 > val: number 4 > ) { 5 > } -1 >Emitted(20, 14) Source(18, 19) + SourceIndex(3) -2 >Emitted(20, 24) Source(18, 25) + SourceIndex(3) -3 >Emitted(20, 27) Source(18, 36) + SourceIndex(3) -4 >Emitted(20, 31) Source(18, 40) + SourceIndex(3) -5 >Emitted(20, 32) Source(18, 41) + SourceIndex(3) +1 >Emitted(21, 14) Source(18, 19) + SourceIndex(3) +2 >Emitted(21, 24) Source(18, 25) + SourceIndex(3) +3 >Emitted(21, 27) Source(18, 36) + SourceIndex(3) +4 >Emitted(21, 31) Source(18, 40) + SourceIndex(3) +5 >Emitted(21, 32) Source(18, 41) + SourceIndex(3) --- >>> enumerable: true, >>> configurable: true @@ -1164,7 +1167,7 @@ sourceFile:../../../second/second_part1.ts 1 >^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(23, 8) Source(17, 41) + SourceIndex(3) +1 >Emitted(24, 8) Source(17, 41) + SourceIndex(3) --- >>> return normalC; 1->^^^^ @@ -1173,8 +1176,8 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ set c(val: number) { } > 2 > } -1->Emitted(24, 5) Source(19, 1) + SourceIndex(3) -2 >Emitted(24, 19) Source(19, 2) + SourceIndex(3) +1->Emitted(25, 5) Source(19, 1) + SourceIndex(3) +2 >Emitted(25, 19) Source(19, 2) + SourceIndex(3) --- >>>}()); 1 > @@ -1192,10 +1195,10 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ get c() { return 10; } > /*@internal*/ set c(val: number) { } > } -1 >Emitted(25, 1) Source(19, 1) + SourceIndex(3) -2 >Emitted(25, 2) Source(19, 2) + SourceIndex(3) -3 >Emitted(25, 2) Source(13, 1) + SourceIndex(3) -4 >Emitted(25, 6) Source(19, 2) + SourceIndex(3) +1 >Emitted(26, 1) Source(19, 1) + SourceIndex(3) +2 >Emitted(26, 2) Source(19, 2) + SourceIndex(3) +3 >Emitted(26, 2) Source(13, 1) + SourceIndex(3) +4 >Emitted(26, 6) Source(19, 2) + SourceIndex(3) --- >>>var normalN; 1-> @@ -1217,10 +1220,10 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1->Emitted(26, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(26, 5) Source(20, 11) + SourceIndex(3) -3 >Emitted(26, 12) Source(20, 18) + SourceIndex(3) -4 >Emitted(26, 13) Source(29, 2) + SourceIndex(3) +1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(27, 5) Source(20, 11) + SourceIndex(3) +3 >Emitted(27, 12) Source(20, 18) + SourceIndex(3) +4 >Emitted(27, 13) Source(29, 2) + SourceIndex(3) --- >>>(function (normalN) { 1-> @@ -1230,22 +1233,22 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > normalN -1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(27, 12) Source(20, 11) + SourceIndex(3) -3 >Emitted(27, 19) Source(20, 18) + SourceIndex(3) +1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(28, 12) Source(20, 11) + SourceIndex(3) +3 >Emitted(28, 19) Source(20, 18) + SourceIndex(3) --- >>> var C = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { > /*@internal*/ -1->Emitted(28, 5) Source(21, 19) + SourceIndex(3) +1->Emitted(29, 5) Source(21, 19) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(29, 9) Source(21, 19) + SourceIndex(3) +1->Emitted(30, 9) Source(21, 19) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -1253,16 +1256,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(30, 9) Source(21, 36) + SourceIndex(3) -2 >Emitted(30, 10) Source(21, 37) + SourceIndex(3) +1->Emitted(31, 9) Source(21, 36) + SourceIndex(3) +2 >Emitted(31, 10) Source(21, 37) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(31, 9) Source(21, 36) + SourceIndex(3) -2 >Emitted(31, 17) Source(21, 37) + SourceIndex(3) +1->Emitted(32, 9) Source(21, 36) + SourceIndex(3) +2 >Emitted(32, 17) Source(21, 37) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -1274,10 +1277,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(32, 5) Source(21, 36) + SourceIndex(3) -2 >Emitted(32, 6) Source(21, 37) + SourceIndex(3) -3 >Emitted(32, 6) Source(21, 19) + SourceIndex(3) -4 >Emitted(32, 10) Source(21, 37) + SourceIndex(3) +1 >Emitted(33, 5) Source(21, 36) + SourceIndex(3) +2 >Emitted(33, 6) Source(21, 37) + SourceIndex(3) +3 >Emitted(33, 6) Source(21, 19) + SourceIndex(3) +4 >Emitted(33, 10) Source(21, 37) + SourceIndex(3) --- >>> normalN.C = C; 1->^^^^ @@ -1289,10 +1292,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > { } 4 > -1->Emitted(33, 5) Source(21, 32) + SourceIndex(3) -2 >Emitted(33, 14) Source(21, 33) + SourceIndex(3) -3 >Emitted(33, 18) Source(21, 37) + SourceIndex(3) -4 >Emitted(33, 19) Source(21, 37) + SourceIndex(3) +1->Emitted(34, 5) Source(21, 32) + SourceIndex(3) +2 >Emitted(34, 14) Source(21, 33) + SourceIndex(3) +3 >Emitted(34, 18) Source(21, 37) + SourceIndex(3) +4 >Emitted(34, 19) Source(21, 37) + SourceIndex(3) --- >>> function foo() { } 1->^^^^ @@ -1307,11 +1310,11 @@ sourceFile:../../../second/second_part1.ts 3 > foo 4 > () { 5 > } -1->Emitted(34, 5) Source(22, 19) + SourceIndex(3) -2 >Emitted(34, 14) Source(22, 35) + SourceIndex(3) -3 >Emitted(34, 17) Source(22, 38) + SourceIndex(3) -4 >Emitted(34, 22) Source(22, 42) + SourceIndex(3) -5 >Emitted(34, 23) Source(22, 43) + SourceIndex(3) +1->Emitted(35, 5) Source(22, 19) + SourceIndex(3) +2 >Emitted(35, 14) Source(22, 35) + SourceIndex(3) +3 >Emitted(35, 17) Source(22, 38) + SourceIndex(3) +4 >Emitted(35, 22) Source(22, 42) + SourceIndex(3) +5 >Emitted(35, 23) Source(22, 43) + SourceIndex(3) --- >>> normalN.foo = foo; 1->^^^^ @@ -1323,10 +1326,10 @@ sourceFile:../../../second/second_part1.ts 2 > foo 3 > () {} 4 > -1->Emitted(35, 5) Source(22, 35) + SourceIndex(3) -2 >Emitted(35, 16) Source(22, 38) + SourceIndex(3) -3 >Emitted(35, 22) Source(22, 43) + SourceIndex(3) -4 >Emitted(35, 23) Source(22, 43) + SourceIndex(3) +1->Emitted(36, 5) Source(22, 35) + SourceIndex(3) +2 >Emitted(36, 16) Source(22, 38) + SourceIndex(3) +3 >Emitted(36, 22) Source(22, 43) + SourceIndex(3) +4 >Emitted(36, 23) Source(22, 43) + SourceIndex(3) --- >>> var someNamespace; 1->^^^^ @@ -1339,10 +1342,10 @@ sourceFile:../../../second/second_part1.ts 2 > export namespace 3 > someNamespace 4 > { export class C {} } -1->Emitted(36, 5) Source(23, 19) + SourceIndex(3) -2 >Emitted(36, 9) Source(23, 36) + SourceIndex(3) -3 >Emitted(36, 22) Source(23, 49) + SourceIndex(3) -4 >Emitted(36, 23) Source(23, 71) + SourceIndex(3) +1->Emitted(37, 5) Source(23, 19) + SourceIndex(3) +2 >Emitted(37, 9) Source(23, 36) + SourceIndex(3) +3 >Emitted(37, 22) Source(23, 49) + SourceIndex(3) +4 >Emitted(37, 23) Source(23, 71) + SourceIndex(3) --- >>> (function (someNamespace) { 1->^^^^ @@ -1352,21 +1355,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > export namespace 3 > someNamespace -1->Emitted(37, 5) Source(23, 19) + SourceIndex(3) -2 >Emitted(37, 16) Source(23, 36) + SourceIndex(3) -3 >Emitted(37, 29) Source(23, 49) + SourceIndex(3) +1->Emitted(38, 5) Source(23, 19) + SourceIndex(3) +2 >Emitted(38, 16) Source(23, 36) + SourceIndex(3) +3 >Emitted(38, 29) Source(23, 49) + SourceIndex(3) --- >>> var C = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(38, 9) Source(23, 52) + SourceIndex(3) +1->Emitted(39, 9) Source(23, 52) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(39, 13) Source(23, 52) + SourceIndex(3) +1->Emitted(40, 13) Source(23, 52) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -1374,16 +1377,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(40, 13) Source(23, 68) + SourceIndex(3) -2 >Emitted(40, 14) Source(23, 69) + SourceIndex(3) +1->Emitted(41, 13) Source(23, 68) + SourceIndex(3) +2 >Emitted(41, 14) Source(23, 69) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(41, 13) Source(23, 68) + SourceIndex(3) -2 >Emitted(41, 21) Source(23, 69) + SourceIndex(3) +1->Emitted(42, 13) Source(23, 68) + SourceIndex(3) +2 >Emitted(42, 21) Source(23, 69) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -1395,10 +1398,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(42, 9) Source(23, 68) + SourceIndex(3) -2 >Emitted(42, 10) Source(23, 69) + SourceIndex(3) -3 >Emitted(42, 10) Source(23, 52) + SourceIndex(3) -4 >Emitted(42, 14) Source(23, 69) + SourceIndex(3) +1 >Emitted(43, 9) Source(23, 68) + SourceIndex(3) +2 >Emitted(43, 10) Source(23, 69) + SourceIndex(3) +3 >Emitted(43, 10) Source(23, 52) + SourceIndex(3) +4 >Emitted(43, 14) Source(23, 69) + SourceIndex(3) --- >>> someNamespace.C = C; 1->^^^^^^^^ @@ -1410,10 +1413,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > {} 4 > -1->Emitted(43, 9) Source(23, 65) + SourceIndex(3) -2 >Emitted(43, 24) Source(23, 66) + SourceIndex(3) -3 >Emitted(43, 28) Source(23, 69) + SourceIndex(3) -4 >Emitted(43, 29) Source(23, 69) + SourceIndex(3) +1->Emitted(44, 9) Source(23, 65) + SourceIndex(3) +2 >Emitted(44, 24) Source(23, 66) + SourceIndex(3) +3 >Emitted(44, 28) Source(23, 69) + SourceIndex(3) +4 >Emitted(44, 29) Source(23, 69) + SourceIndex(3) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^ @@ -1434,15 +1437,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(44, 5) Source(23, 70) + SourceIndex(3) -2 >Emitted(44, 6) Source(23, 71) + SourceIndex(3) -3 >Emitted(44, 8) Source(23, 36) + SourceIndex(3) -4 >Emitted(44, 21) Source(23, 49) + SourceIndex(3) -5 >Emitted(44, 24) Source(23, 36) + SourceIndex(3) -6 >Emitted(44, 45) Source(23, 49) + SourceIndex(3) -7 >Emitted(44, 50) Source(23, 36) + SourceIndex(3) -8 >Emitted(44, 71) Source(23, 49) + SourceIndex(3) -9 >Emitted(44, 79) Source(23, 71) + SourceIndex(3) +1->Emitted(45, 5) Source(23, 70) + SourceIndex(3) +2 >Emitted(45, 6) Source(23, 71) + SourceIndex(3) +3 >Emitted(45, 8) Source(23, 36) + SourceIndex(3) +4 >Emitted(45, 21) Source(23, 49) + SourceIndex(3) +5 >Emitted(45, 24) Source(23, 36) + SourceIndex(3) +6 >Emitted(45, 45) Source(23, 49) + SourceIndex(3) +7 >Emitted(45, 50) Source(23, 36) + SourceIndex(3) +8 >Emitted(45, 71) Source(23, 49) + SourceIndex(3) +9 >Emitted(45, 79) Source(23, 71) + SourceIndex(3) --- >>> var someOther; 1 >^^^^ @@ -1455,10 +1458,10 @@ sourceFile:../../../second/second_part1.ts 2 > export namespace 3 > someOther 4 > .something { export class someClass {} } -1 >Emitted(45, 5) Source(24, 19) + SourceIndex(3) -2 >Emitted(45, 9) Source(24, 36) + SourceIndex(3) -3 >Emitted(45, 18) Source(24, 45) + SourceIndex(3) -4 >Emitted(45, 19) Source(24, 85) + SourceIndex(3) +1 >Emitted(46, 5) Source(24, 19) + SourceIndex(3) +2 >Emitted(46, 9) Source(24, 36) + SourceIndex(3) +3 >Emitted(46, 18) Source(24, 45) + SourceIndex(3) +4 >Emitted(46, 19) Source(24, 85) + SourceIndex(3) --- >>> (function (someOther) { 1->^^^^ @@ -1467,9 +1470,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > export namespace 3 > someOther -1->Emitted(46, 5) Source(24, 19) + SourceIndex(3) -2 >Emitted(46, 16) Source(24, 36) + SourceIndex(3) -3 >Emitted(46, 25) Source(24, 45) + SourceIndex(3) +1->Emitted(47, 5) Source(24, 19) + SourceIndex(3) +2 >Emitted(47, 16) Source(24, 36) + SourceIndex(3) +3 >Emitted(47, 25) Source(24, 45) + SourceIndex(3) --- >>> var something; 1 >^^^^^^^^ @@ -1481,10 +1484,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(47, 9) Source(24, 46) + SourceIndex(3) -2 >Emitted(47, 13) Source(24, 46) + SourceIndex(3) -3 >Emitted(47, 22) Source(24, 55) + SourceIndex(3) -4 >Emitted(47, 23) Source(24, 85) + SourceIndex(3) +1 >Emitted(48, 9) Source(24, 46) + SourceIndex(3) +2 >Emitted(48, 13) Source(24, 46) + SourceIndex(3) +3 >Emitted(48, 22) Source(24, 55) + SourceIndex(3) +4 >Emitted(48, 23) Source(24, 85) + SourceIndex(3) --- >>> (function (something) { 1->^^^^^^^^ @@ -1494,21 +1497,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(48, 9) Source(24, 46) + SourceIndex(3) -2 >Emitted(48, 20) Source(24, 46) + SourceIndex(3) -3 >Emitted(48, 29) Source(24, 55) + SourceIndex(3) +1->Emitted(49, 9) Source(24, 46) + SourceIndex(3) +2 >Emitted(49, 20) Source(24, 46) + SourceIndex(3) +3 >Emitted(49, 29) Source(24, 55) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(49, 13) Source(24, 58) + SourceIndex(3) +1->Emitted(50, 13) Source(24, 58) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(50, 17) Source(24, 58) + SourceIndex(3) +1->Emitted(51, 17) Source(24, 58) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -1516,16 +1519,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(51, 17) Source(24, 82) + SourceIndex(3) -2 >Emitted(51, 18) Source(24, 83) + SourceIndex(3) +1->Emitted(52, 17) Source(24, 82) + SourceIndex(3) +2 >Emitted(52, 18) Source(24, 83) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(52, 17) Source(24, 82) + SourceIndex(3) -2 >Emitted(52, 33) Source(24, 83) + SourceIndex(3) +1->Emitted(53, 17) Source(24, 82) + SourceIndex(3) +2 >Emitted(53, 33) Source(24, 83) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -1537,10 +1540,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(53, 13) Source(24, 82) + SourceIndex(3) -2 >Emitted(53, 14) Source(24, 83) + SourceIndex(3) -3 >Emitted(53, 14) Source(24, 58) + SourceIndex(3) -4 >Emitted(53, 18) Source(24, 83) + SourceIndex(3) +1 >Emitted(54, 13) Source(24, 82) + SourceIndex(3) +2 >Emitted(54, 14) Source(24, 83) + SourceIndex(3) +3 >Emitted(54, 14) Source(24, 58) + SourceIndex(3) +4 >Emitted(54, 18) Source(24, 83) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -1552,10 +1555,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(54, 13) Source(24, 71) + SourceIndex(3) -2 >Emitted(54, 32) Source(24, 80) + SourceIndex(3) -3 >Emitted(54, 44) Source(24, 83) + SourceIndex(3) -4 >Emitted(54, 45) Source(24, 83) + SourceIndex(3) +1->Emitted(55, 13) Source(24, 71) + SourceIndex(3) +2 >Emitted(55, 32) Source(24, 80) + SourceIndex(3) +3 >Emitted(55, 44) Source(24, 83) + SourceIndex(3) +4 >Emitted(55, 45) Source(24, 83) + SourceIndex(3) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^ @@ -1576,15 +1579,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(55, 9) Source(24, 84) + SourceIndex(3) -2 >Emitted(55, 10) Source(24, 85) + SourceIndex(3) -3 >Emitted(55, 12) Source(24, 46) + SourceIndex(3) -4 >Emitted(55, 21) Source(24, 55) + SourceIndex(3) -5 >Emitted(55, 24) Source(24, 46) + SourceIndex(3) -6 >Emitted(55, 43) Source(24, 55) + SourceIndex(3) -7 >Emitted(55, 48) Source(24, 46) + SourceIndex(3) -8 >Emitted(55, 67) Source(24, 55) + SourceIndex(3) -9 >Emitted(55, 75) Source(24, 85) + SourceIndex(3) +1->Emitted(56, 9) Source(24, 84) + SourceIndex(3) +2 >Emitted(56, 10) Source(24, 85) + SourceIndex(3) +3 >Emitted(56, 12) Source(24, 46) + SourceIndex(3) +4 >Emitted(56, 21) Source(24, 55) + SourceIndex(3) +5 >Emitted(56, 24) Source(24, 46) + SourceIndex(3) +6 >Emitted(56, 43) Source(24, 55) + SourceIndex(3) +7 >Emitted(56, 48) Source(24, 46) + SourceIndex(3) +8 >Emitted(56, 67) Source(24, 55) + SourceIndex(3) +9 >Emitted(56, 75) Source(24, 85) + SourceIndex(3) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^ @@ -1605,15 +1608,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(56, 5) Source(24, 84) + SourceIndex(3) -2 >Emitted(56, 6) Source(24, 85) + SourceIndex(3) -3 >Emitted(56, 8) Source(24, 36) + SourceIndex(3) -4 >Emitted(56, 17) Source(24, 45) + SourceIndex(3) -5 >Emitted(56, 20) Source(24, 36) + SourceIndex(3) -6 >Emitted(56, 37) Source(24, 45) + SourceIndex(3) -7 >Emitted(56, 42) Source(24, 36) + SourceIndex(3) -8 >Emitted(56, 59) Source(24, 45) + SourceIndex(3) -9 >Emitted(56, 67) Source(24, 85) + SourceIndex(3) +1 >Emitted(57, 5) Source(24, 84) + SourceIndex(3) +2 >Emitted(57, 6) Source(24, 85) + SourceIndex(3) +3 >Emitted(57, 8) Source(24, 36) + SourceIndex(3) +4 >Emitted(57, 17) Source(24, 45) + SourceIndex(3) +5 >Emitted(57, 20) Source(24, 36) + SourceIndex(3) +6 >Emitted(57, 37) Source(24, 45) + SourceIndex(3) +7 >Emitted(57, 42) Source(24, 36) + SourceIndex(3) +8 >Emitted(57, 59) Source(24, 45) + SourceIndex(3) +9 >Emitted(57, 67) Source(24, 85) + SourceIndex(3) --- >>> normalN.someImport = someNamespace.C; 1 >^^^^ @@ -1631,13 +1634,13 @@ sourceFile:../../../second/second_part1.ts 5 > . 6 > C 7 > ; -1 >Emitted(57, 5) Source(25, 33) + SourceIndex(3) -2 >Emitted(57, 23) Source(25, 43) + SourceIndex(3) -3 >Emitted(57, 26) Source(25, 46) + SourceIndex(3) -4 >Emitted(57, 39) Source(25, 59) + SourceIndex(3) -5 >Emitted(57, 40) Source(25, 60) + SourceIndex(3) -6 >Emitted(57, 41) Source(25, 61) + SourceIndex(3) -7 >Emitted(57, 42) Source(25, 62) + SourceIndex(3) +1 >Emitted(58, 5) Source(25, 33) + SourceIndex(3) +2 >Emitted(58, 23) Source(25, 43) + SourceIndex(3) +3 >Emitted(58, 26) Source(25, 46) + SourceIndex(3) +4 >Emitted(58, 39) Source(25, 59) + SourceIndex(3) +5 >Emitted(58, 40) Source(25, 60) + SourceIndex(3) +6 >Emitted(58, 41) Source(25, 61) + SourceIndex(3) +7 >Emitted(58, 42) Source(25, 62) + SourceIndex(3) --- >>> normalN.internalConst = 10; 1 >^^^^ @@ -1652,11 +1655,11 @@ sourceFile:../../../second/second_part1.ts 3 > = 4 > 10 5 > ; -1 >Emitted(58, 5) Source(27, 32) + SourceIndex(3) -2 >Emitted(58, 26) Source(27, 45) + SourceIndex(3) -3 >Emitted(58, 29) Source(27, 48) + SourceIndex(3) -4 >Emitted(58, 31) Source(27, 50) + SourceIndex(3) -5 >Emitted(58, 32) Source(27, 51) + SourceIndex(3) +1 >Emitted(59, 5) Source(27, 32) + SourceIndex(3) +2 >Emitted(59, 26) Source(27, 45) + SourceIndex(3) +3 >Emitted(59, 29) Source(27, 48) + SourceIndex(3) +4 >Emitted(59, 31) Source(27, 50) + SourceIndex(3) +5 >Emitted(59, 32) Source(27, 51) + SourceIndex(3) --- >>> var internalEnum; 1 >^^^^ @@ -1667,9 +1670,9 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ 2 > export enum 3 > internalEnum { a, b, c } -1 >Emitted(59, 5) Source(28, 19) + SourceIndex(3) -2 >Emitted(59, 9) Source(28, 31) + SourceIndex(3) -3 >Emitted(59, 21) Source(28, 55) + SourceIndex(3) +1 >Emitted(60, 5) Source(28, 19) + SourceIndex(3) +2 >Emitted(60, 9) Source(28, 31) + SourceIndex(3) +3 >Emitted(60, 21) Source(28, 55) + SourceIndex(3) --- >>> (function (internalEnum) { 1->^^^^ @@ -1679,9 +1682,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > export enum 3 > internalEnum -1->Emitted(60, 5) Source(28, 19) + SourceIndex(3) -2 >Emitted(60, 16) Source(28, 31) + SourceIndex(3) -3 >Emitted(60, 28) Source(28, 43) + SourceIndex(3) +1->Emitted(61, 5) Source(28, 19) + SourceIndex(3) +2 >Emitted(61, 16) Source(28, 31) + SourceIndex(3) +3 >Emitted(61, 28) Source(28, 43) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -1691,9 +1694,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(61, 9) Source(28, 46) + SourceIndex(3) -2 >Emitted(61, 50) Source(28, 47) + SourceIndex(3) -3 >Emitted(61, 51) Source(28, 47) + SourceIndex(3) +1->Emitted(62, 9) Source(28, 46) + SourceIndex(3) +2 >Emitted(62, 50) Source(28, 47) + SourceIndex(3) +3 >Emitted(62, 51) Source(28, 47) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -1703,9 +1706,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(62, 9) Source(28, 49) + SourceIndex(3) -2 >Emitted(62, 50) Source(28, 50) + SourceIndex(3) -3 >Emitted(62, 51) Source(28, 50) + SourceIndex(3) +1->Emitted(63, 9) Source(28, 49) + SourceIndex(3) +2 >Emitted(63, 50) Source(28, 50) + SourceIndex(3) +3 >Emitted(63, 51) Source(28, 50) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -1715,9 +1718,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(63, 9) Source(28, 52) + SourceIndex(3) -2 >Emitted(63, 50) Source(28, 53) + SourceIndex(3) -3 >Emitted(63, 51) Source(28, 53) + SourceIndex(3) +1->Emitted(64, 9) Source(28, 52) + SourceIndex(3) +2 >Emitted(64, 50) Source(28, 53) + SourceIndex(3) +3 >Emitted(64, 51) Source(28, 53) + SourceIndex(3) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^ @@ -1738,15 +1741,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(64, 5) Source(28, 54) + SourceIndex(3) -2 >Emitted(64, 6) Source(28, 55) + SourceIndex(3) -3 >Emitted(64, 8) Source(28, 31) + SourceIndex(3) -4 >Emitted(64, 20) Source(28, 43) + SourceIndex(3) -5 >Emitted(64, 23) Source(28, 31) + SourceIndex(3) -6 >Emitted(64, 43) Source(28, 43) + SourceIndex(3) -7 >Emitted(64, 48) Source(28, 31) + SourceIndex(3) -8 >Emitted(64, 68) Source(28, 43) + SourceIndex(3) -9 >Emitted(64, 76) Source(28, 55) + SourceIndex(3) +1->Emitted(65, 5) Source(28, 54) + SourceIndex(3) +2 >Emitted(65, 6) Source(28, 55) + SourceIndex(3) +3 >Emitted(65, 8) Source(28, 31) + SourceIndex(3) +4 >Emitted(65, 20) Source(28, 43) + SourceIndex(3) +5 >Emitted(65, 23) Source(28, 31) + SourceIndex(3) +6 >Emitted(65, 43) Source(28, 43) + SourceIndex(3) +7 >Emitted(65, 48) Source(28, 31) + SourceIndex(3) +8 >Emitted(65, 68) Source(28, 43) + SourceIndex(3) +9 >Emitted(65, 76) Source(28, 55) + SourceIndex(3) --- >>>})(normalN || (normalN = {})); 1 > @@ -1774,26 +1777,26 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(65, 1) Source(29, 1) + SourceIndex(3) -2 >Emitted(65, 2) Source(29, 2) + SourceIndex(3) -3 >Emitted(65, 4) Source(20, 11) + SourceIndex(3) -4 >Emitted(65, 11) Source(20, 18) + SourceIndex(3) -5 >Emitted(65, 16) Source(20, 11) + SourceIndex(3) -6 >Emitted(65, 23) Source(20, 18) + SourceIndex(3) -7 >Emitted(65, 31) Source(29, 2) + SourceIndex(3) +1 >Emitted(66, 1) Source(29, 1) + SourceIndex(3) +2 >Emitted(66, 2) Source(29, 2) + SourceIndex(3) +3 >Emitted(66, 4) Source(20, 11) + SourceIndex(3) +4 >Emitted(66, 11) Source(20, 18) + SourceIndex(3) +5 >Emitted(66, 16) Source(20, 11) + SourceIndex(3) +6 >Emitted(66, 23) Source(20, 18) + SourceIndex(3) +7 >Emitted(66, 31) Source(29, 2) + SourceIndex(3) --- >>>var internalC = (function () { 1-> 2 >^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> >/*@internal*/ -1->Emitted(66, 1) Source(30, 15) + SourceIndex(3) +1->Emitted(67, 1) Source(30, 15) + SourceIndex(3) --- >>> function internalC() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(67, 5) Source(30, 15) + SourceIndex(3) +1->Emitted(68, 5) Source(30, 15) + SourceIndex(3) --- >>> } 1->^^^^ @@ -1801,16 +1804,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->class internalC { 2 > } -1->Emitted(68, 5) Source(30, 32) + SourceIndex(3) -2 >Emitted(68, 6) Source(30, 33) + SourceIndex(3) +1->Emitted(69, 5) Source(30, 32) + SourceIndex(3) +2 >Emitted(69, 6) Source(30, 33) + SourceIndex(3) --- >>> return internalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(69, 5) Source(30, 32) + SourceIndex(3) -2 >Emitted(69, 21) Source(30, 33) + SourceIndex(3) +1->Emitted(70, 5) Source(30, 32) + SourceIndex(3) +2 >Emitted(70, 21) Source(30, 33) + SourceIndex(3) --- >>>}()); 1 > @@ -1822,10 +1825,10 @@ sourceFile:../../../second/second_part1.ts 2 >} 3 > 4 > class internalC {} -1 >Emitted(70, 1) Source(30, 32) + SourceIndex(3) -2 >Emitted(70, 2) Source(30, 33) + SourceIndex(3) -3 >Emitted(70, 2) Source(30, 15) + SourceIndex(3) -4 >Emitted(70, 6) Source(30, 33) + SourceIndex(3) +1 >Emitted(71, 1) Source(30, 32) + SourceIndex(3) +2 >Emitted(71, 2) Source(30, 33) + SourceIndex(3) +3 >Emitted(71, 2) Source(30, 15) + SourceIndex(3) +4 >Emitted(71, 6) Source(30, 33) + SourceIndex(3) --- >>>function internalfoo() { } 1-> @@ -1839,11 +1842,11 @@ sourceFile:../../../second/second_part1.ts 3 > internalfoo 4 > () { 5 > } -1->Emitted(71, 1) Source(31, 15) + SourceIndex(3) -2 >Emitted(71, 10) Source(31, 24) + SourceIndex(3) -3 >Emitted(71, 21) Source(31, 35) + SourceIndex(3) -4 >Emitted(71, 26) Source(31, 39) + SourceIndex(3) -5 >Emitted(71, 27) Source(31, 40) + SourceIndex(3) +1->Emitted(72, 1) Source(31, 15) + SourceIndex(3) +2 >Emitted(72, 10) Source(31, 24) + SourceIndex(3) +3 >Emitted(72, 21) Source(31, 35) + SourceIndex(3) +4 >Emitted(72, 26) Source(31, 39) + SourceIndex(3) +5 >Emitted(72, 27) Source(31, 40) + SourceIndex(3) --- >>>var internalNamespace; 1 > @@ -1856,10 +1859,10 @@ sourceFile:../../../second/second_part1.ts 2 >namespace 3 > internalNamespace 4 > { export class someClass {} } -1 >Emitted(72, 1) Source(32, 15) + SourceIndex(3) -2 >Emitted(72, 5) Source(32, 25) + SourceIndex(3) -3 >Emitted(72, 22) Source(32, 42) + SourceIndex(3) -4 >Emitted(72, 23) Source(32, 72) + SourceIndex(3) +1 >Emitted(73, 1) Source(32, 15) + SourceIndex(3) +2 >Emitted(73, 5) Source(32, 25) + SourceIndex(3) +3 >Emitted(73, 22) Source(32, 42) + SourceIndex(3) +4 >Emitted(73, 23) Source(32, 72) + SourceIndex(3) --- >>>(function (internalNamespace) { 1-> @@ -1869,21 +1872,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > internalNamespace -1->Emitted(73, 1) Source(32, 15) + SourceIndex(3) -2 >Emitted(73, 12) Source(32, 25) + SourceIndex(3) -3 >Emitted(73, 29) Source(32, 42) + SourceIndex(3) +1->Emitted(74, 1) Source(32, 15) + SourceIndex(3) +2 >Emitted(74, 12) Source(32, 25) + SourceIndex(3) +3 >Emitted(74, 29) Source(32, 42) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(74, 5) Source(32, 45) + SourceIndex(3) +1->Emitted(75, 5) Source(32, 45) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(75, 9) Source(32, 45) + SourceIndex(3) +1->Emitted(76, 9) Source(32, 45) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -1891,16 +1894,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(76, 9) Source(32, 69) + SourceIndex(3) -2 >Emitted(76, 10) Source(32, 70) + SourceIndex(3) +1->Emitted(77, 9) Source(32, 69) + SourceIndex(3) +2 >Emitted(77, 10) Source(32, 70) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(77, 9) Source(32, 69) + SourceIndex(3) -2 >Emitted(77, 25) Source(32, 70) + SourceIndex(3) +1->Emitted(78, 9) Source(32, 69) + SourceIndex(3) +2 >Emitted(78, 25) Source(32, 70) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -1912,10 +1915,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(78, 5) Source(32, 69) + SourceIndex(3) -2 >Emitted(78, 6) Source(32, 70) + SourceIndex(3) -3 >Emitted(78, 6) Source(32, 45) + SourceIndex(3) -4 >Emitted(78, 10) Source(32, 70) + SourceIndex(3) +1 >Emitted(79, 5) Source(32, 69) + SourceIndex(3) +2 >Emitted(79, 6) Source(32, 70) + SourceIndex(3) +3 >Emitted(79, 6) Source(32, 45) + SourceIndex(3) +4 >Emitted(79, 10) Source(32, 70) + SourceIndex(3) --- >>> internalNamespace.someClass = someClass; 1->^^^^ @@ -1927,10 +1930,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(79, 5) Source(32, 58) + SourceIndex(3) -2 >Emitted(79, 32) Source(32, 67) + SourceIndex(3) -3 >Emitted(79, 44) Source(32, 70) + SourceIndex(3) -4 >Emitted(79, 45) Source(32, 70) + SourceIndex(3) +1->Emitted(80, 5) Source(32, 58) + SourceIndex(3) +2 >Emitted(80, 32) Source(32, 67) + SourceIndex(3) +3 >Emitted(80, 44) Source(32, 70) + SourceIndex(3) +4 >Emitted(80, 45) Source(32, 70) + SourceIndex(3) --- >>>})(internalNamespace || (internalNamespace = {})); 1-> @@ -1947,13 +1950,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalNamespace 7 > { export class someClass {} } -1->Emitted(80, 1) Source(32, 71) + SourceIndex(3) -2 >Emitted(80, 2) Source(32, 72) + SourceIndex(3) -3 >Emitted(80, 4) Source(32, 25) + SourceIndex(3) -4 >Emitted(80, 21) Source(32, 42) + SourceIndex(3) -5 >Emitted(80, 26) Source(32, 25) + SourceIndex(3) -6 >Emitted(80, 43) Source(32, 42) + SourceIndex(3) -7 >Emitted(80, 51) Source(32, 72) + SourceIndex(3) +1->Emitted(81, 1) Source(32, 71) + SourceIndex(3) +2 >Emitted(81, 2) Source(32, 72) + SourceIndex(3) +3 >Emitted(81, 4) Source(32, 25) + SourceIndex(3) +4 >Emitted(81, 21) Source(32, 42) + SourceIndex(3) +5 >Emitted(81, 26) Source(32, 25) + SourceIndex(3) +6 >Emitted(81, 43) Source(32, 42) + SourceIndex(3) +7 >Emitted(81, 51) Source(32, 72) + SourceIndex(3) --- >>>var internalOther; 1 > @@ -1966,10 +1969,10 @@ sourceFile:../../../second/second_part1.ts 2 >namespace 3 > internalOther 4 > .something { export class someClass {} } -1 >Emitted(81, 1) Source(33, 15) + SourceIndex(3) -2 >Emitted(81, 5) Source(33, 25) + SourceIndex(3) -3 >Emitted(81, 18) Source(33, 38) + SourceIndex(3) -4 >Emitted(81, 19) Source(33, 78) + SourceIndex(3) +1 >Emitted(82, 1) Source(33, 15) + SourceIndex(3) +2 >Emitted(82, 5) Source(33, 25) + SourceIndex(3) +3 >Emitted(82, 18) Source(33, 38) + SourceIndex(3) +4 >Emitted(82, 19) Source(33, 78) + SourceIndex(3) --- >>>(function (internalOther) { 1-> @@ -1978,9 +1981,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > internalOther -1->Emitted(82, 1) Source(33, 15) + SourceIndex(3) -2 >Emitted(82, 12) Source(33, 25) + SourceIndex(3) -3 >Emitted(82, 25) Source(33, 38) + SourceIndex(3) +1->Emitted(83, 1) Source(33, 15) + SourceIndex(3) +2 >Emitted(83, 12) Source(33, 25) + SourceIndex(3) +3 >Emitted(83, 25) Source(33, 38) + SourceIndex(3) --- >>> var something; 1 >^^^^ @@ -1992,10 +1995,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(83, 5) Source(33, 39) + SourceIndex(3) -2 >Emitted(83, 9) Source(33, 39) + SourceIndex(3) -3 >Emitted(83, 18) Source(33, 48) + SourceIndex(3) -4 >Emitted(83, 19) Source(33, 78) + SourceIndex(3) +1 >Emitted(84, 5) Source(33, 39) + SourceIndex(3) +2 >Emitted(84, 9) Source(33, 39) + SourceIndex(3) +3 >Emitted(84, 18) Source(33, 48) + SourceIndex(3) +4 >Emitted(84, 19) Source(33, 78) + SourceIndex(3) --- >>> (function (something) { 1->^^^^ @@ -2005,21 +2008,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(84, 5) Source(33, 39) + SourceIndex(3) -2 >Emitted(84, 16) Source(33, 39) + SourceIndex(3) -3 >Emitted(84, 25) Source(33, 48) + SourceIndex(3) +1->Emitted(85, 5) Source(33, 39) + SourceIndex(3) +2 >Emitted(85, 16) Source(33, 39) + SourceIndex(3) +3 >Emitted(85, 25) Source(33, 48) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(85, 9) Source(33, 51) + SourceIndex(3) +1->Emitted(86, 9) Source(33, 51) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(86, 13) Source(33, 51) + SourceIndex(3) +1->Emitted(87, 13) Source(33, 51) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -2027,16 +2030,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(87, 13) Source(33, 75) + SourceIndex(3) -2 >Emitted(87, 14) Source(33, 76) + SourceIndex(3) +1->Emitted(88, 13) Source(33, 75) + SourceIndex(3) +2 >Emitted(88, 14) Source(33, 76) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(88, 13) Source(33, 75) + SourceIndex(3) -2 >Emitted(88, 29) Source(33, 76) + SourceIndex(3) +1->Emitted(89, 13) Source(33, 75) + SourceIndex(3) +2 >Emitted(89, 29) Source(33, 76) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -2048,10 +2051,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(89, 9) Source(33, 75) + SourceIndex(3) -2 >Emitted(89, 10) Source(33, 76) + SourceIndex(3) -3 >Emitted(89, 10) Source(33, 51) + SourceIndex(3) -4 >Emitted(89, 14) Source(33, 76) + SourceIndex(3) +1 >Emitted(90, 9) Source(33, 75) + SourceIndex(3) +2 >Emitted(90, 10) Source(33, 76) + SourceIndex(3) +3 >Emitted(90, 10) Source(33, 51) + SourceIndex(3) +4 >Emitted(90, 14) Source(33, 76) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^ @@ -2063,10 +2066,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(90, 9) Source(33, 64) + SourceIndex(3) -2 >Emitted(90, 28) Source(33, 73) + SourceIndex(3) -3 >Emitted(90, 40) Source(33, 76) + SourceIndex(3) -4 >Emitted(90, 41) Source(33, 76) + SourceIndex(3) +1->Emitted(91, 9) Source(33, 64) + SourceIndex(3) +2 >Emitted(91, 28) Source(33, 73) + SourceIndex(3) +3 >Emitted(91, 40) Source(33, 76) + SourceIndex(3) +4 >Emitted(91, 41) Source(33, 76) + SourceIndex(3) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^ @@ -2087,15 +2090,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(91, 5) Source(33, 77) + SourceIndex(3) -2 >Emitted(91, 6) Source(33, 78) + SourceIndex(3) -3 >Emitted(91, 8) Source(33, 39) + SourceIndex(3) -4 >Emitted(91, 17) Source(33, 48) + SourceIndex(3) -5 >Emitted(91, 20) Source(33, 39) + SourceIndex(3) -6 >Emitted(91, 43) Source(33, 48) + SourceIndex(3) -7 >Emitted(91, 48) Source(33, 39) + SourceIndex(3) -8 >Emitted(91, 71) Source(33, 48) + SourceIndex(3) -9 >Emitted(91, 79) Source(33, 78) + SourceIndex(3) +1->Emitted(92, 5) Source(33, 77) + SourceIndex(3) +2 >Emitted(92, 6) Source(33, 78) + SourceIndex(3) +3 >Emitted(92, 8) Source(33, 39) + SourceIndex(3) +4 >Emitted(92, 17) Source(33, 48) + SourceIndex(3) +5 >Emitted(92, 20) Source(33, 39) + SourceIndex(3) +6 >Emitted(92, 43) Source(33, 48) + SourceIndex(3) +7 >Emitted(92, 48) Source(33, 39) + SourceIndex(3) +8 >Emitted(92, 71) Source(33, 48) + SourceIndex(3) +9 >Emitted(92, 79) Source(33, 78) + SourceIndex(3) --- >>>})(internalOther || (internalOther = {})); 1 > @@ -2113,13 +2116,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalOther 7 > .something { export class someClass {} } -1 >Emitted(92, 1) Source(33, 77) + SourceIndex(3) -2 >Emitted(92, 2) Source(33, 78) + SourceIndex(3) -3 >Emitted(92, 4) Source(33, 25) + SourceIndex(3) -4 >Emitted(92, 17) Source(33, 38) + SourceIndex(3) -5 >Emitted(92, 22) Source(33, 25) + SourceIndex(3) -6 >Emitted(92, 35) Source(33, 38) + SourceIndex(3) -7 >Emitted(92, 43) Source(33, 78) + SourceIndex(3) +1 >Emitted(93, 1) Source(33, 77) + SourceIndex(3) +2 >Emitted(93, 2) Source(33, 78) + SourceIndex(3) +3 >Emitted(93, 4) Source(33, 25) + SourceIndex(3) +4 >Emitted(93, 17) Source(33, 38) + SourceIndex(3) +5 >Emitted(93, 22) Source(33, 25) + SourceIndex(3) +6 >Emitted(93, 35) Source(33, 38) + SourceIndex(3) +7 >Emitted(93, 43) Source(33, 78) + SourceIndex(3) --- >>>var internalImport = internalNamespace.someClass; 1-> @@ -2139,14 +2142,14 @@ sourceFile:../../../second/second_part1.ts 6 > . 7 > someClass 8 > ; -1->Emitted(93, 1) Source(34, 15) + SourceIndex(3) -2 >Emitted(93, 5) Source(34, 22) + SourceIndex(3) -3 >Emitted(93, 19) Source(34, 36) + SourceIndex(3) -4 >Emitted(93, 22) Source(34, 39) + SourceIndex(3) -5 >Emitted(93, 39) Source(34, 56) + SourceIndex(3) -6 >Emitted(93, 40) Source(34, 57) + SourceIndex(3) -7 >Emitted(93, 49) Source(34, 66) + SourceIndex(3) -8 >Emitted(93, 50) Source(34, 67) + SourceIndex(3) +1->Emitted(94, 1) Source(34, 15) + SourceIndex(3) +2 >Emitted(94, 5) Source(34, 22) + SourceIndex(3) +3 >Emitted(94, 19) Source(34, 36) + SourceIndex(3) +4 >Emitted(94, 22) Source(34, 39) + SourceIndex(3) +5 >Emitted(94, 39) Source(34, 56) + SourceIndex(3) +6 >Emitted(94, 40) Source(34, 57) + SourceIndex(3) +7 >Emitted(94, 49) Source(34, 66) + SourceIndex(3) +8 >Emitted(94, 50) Source(34, 67) + SourceIndex(3) --- >>>var internalConst = 10; 1 > @@ -2163,12 +2166,12 @@ sourceFile:../../../second/second_part1.ts 4 > = 5 > 10 6 > ; -1 >Emitted(94, 1) Source(36, 15) + SourceIndex(3) -2 >Emitted(94, 5) Source(36, 21) + SourceIndex(3) -3 >Emitted(94, 18) Source(36, 34) + SourceIndex(3) -4 >Emitted(94, 21) Source(36, 37) + SourceIndex(3) -5 >Emitted(94, 23) Source(36, 39) + SourceIndex(3) -6 >Emitted(94, 24) Source(36, 40) + SourceIndex(3) +1 >Emitted(95, 1) Source(36, 15) + SourceIndex(3) +2 >Emitted(95, 5) Source(36, 21) + SourceIndex(3) +3 >Emitted(95, 18) Source(36, 34) + SourceIndex(3) +4 >Emitted(95, 21) Source(36, 37) + SourceIndex(3) +5 >Emitted(95, 23) Source(36, 39) + SourceIndex(3) +6 >Emitted(95, 24) Source(36, 40) + SourceIndex(3) --- >>>var internalEnum; 1 > @@ -2179,9 +2182,9 @@ sourceFile:../../../second/second_part1.ts >/*@internal*/ 2 >enum 3 > internalEnum { a, b, c } -1 >Emitted(95, 1) Source(37, 15) + SourceIndex(3) -2 >Emitted(95, 5) Source(37, 20) + SourceIndex(3) -3 >Emitted(95, 17) Source(37, 44) + SourceIndex(3) +1 >Emitted(96, 1) Source(37, 15) + SourceIndex(3) +2 >Emitted(96, 5) Source(37, 20) + SourceIndex(3) +3 >Emitted(96, 17) Source(37, 44) + SourceIndex(3) --- >>>(function (internalEnum) { 1-> @@ -2191,9 +2194,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >enum 3 > internalEnum -1->Emitted(96, 1) Source(37, 15) + SourceIndex(3) -2 >Emitted(96, 12) Source(37, 20) + SourceIndex(3) -3 >Emitted(96, 24) Source(37, 32) + SourceIndex(3) +1->Emitted(97, 1) Source(37, 15) + SourceIndex(3) +2 >Emitted(97, 12) Source(37, 20) + SourceIndex(3) +3 >Emitted(97, 24) Source(37, 32) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^ @@ -2203,9 +2206,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(97, 5) Source(37, 35) + SourceIndex(3) -2 >Emitted(97, 46) Source(37, 36) + SourceIndex(3) -3 >Emitted(97, 47) Source(37, 36) + SourceIndex(3) +1->Emitted(98, 5) Source(37, 35) + SourceIndex(3) +2 >Emitted(98, 46) Source(37, 36) + SourceIndex(3) +3 >Emitted(98, 47) Source(37, 36) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^ @@ -2215,9 +2218,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(98, 5) Source(37, 38) + SourceIndex(3) -2 >Emitted(98, 46) Source(37, 39) + SourceIndex(3) -3 >Emitted(98, 47) Source(37, 39) + SourceIndex(3) +1->Emitted(99, 5) Source(37, 38) + SourceIndex(3) +2 >Emitted(99, 46) Source(37, 39) + SourceIndex(3) +3 >Emitted(99, 47) Source(37, 39) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^ @@ -2226,9 +2229,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(99, 5) Source(37, 41) + SourceIndex(3) -2 >Emitted(99, 46) Source(37, 42) + SourceIndex(3) -3 >Emitted(99, 47) Source(37, 42) + SourceIndex(3) +1->Emitted(100, 5) Source(37, 41) + SourceIndex(3) +2 >Emitted(100, 46) Source(37, 42) + SourceIndex(3) +3 >Emitted(100, 47) Source(37, 42) + SourceIndex(3) --- >>>})(internalEnum || (internalEnum = {})); 1 > @@ -2245,13 +2248,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalEnum 7 > { a, b, c } -1 >Emitted(100, 1) Source(37, 43) + SourceIndex(3) -2 >Emitted(100, 2) Source(37, 44) + SourceIndex(3) -3 >Emitted(100, 4) Source(37, 20) + SourceIndex(3) -4 >Emitted(100, 16) Source(37, 32) + SourceIndex(3) -5 >Emitted(100, 21) Source(37, 20) + SourceIndex(3) -6 >Emitted(100, 33) Source(37, 32) + SourceIndex(3) -7 >Emitted(100, 41) Source(37, 44) + SourceIndex(3) +1 >Emitted(101, 1) Source(37, 43) + SourceIndex(3) +2 >Emitted(101, 2) Source(37, 44) + SourceIndex(3) +3 >Emitted(101, 4) Source(37, 20) + SourceIndex(3) +4 >Emitted(101, 16) Source(37, 32) + SourceIndex(3) +5 >Emitted(101, 21) Source(37, 20) + SourceIndex(3) +6 >Emitted(101, 33) Source(37, 32) + SourceIndex(3) +7 >Emitted(101, 41) Source(37, 44) + SourceIndex(3) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -2261,13 +2264,13 @@ sourceFile:../../../second/second_part2.ts 1 > 2 >^^^^^^^^^^^^^^^^^^^-> 1 > -1 >Emitted(101, 1) Source(1, 1) + SourceIndex(4) +1 >Emitted(102, 1) Source(1, 1) + SourceIndex(4) --- >>> function C() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(102, 5) Source(1, 1) + SourceIndex(4) +1->Emitted(103, 5) Source(1, 1) + SourceIndex(4) --- >>> } 1->^^^^ @@ -2279,8 +2282,8 @@ sourceFile:../../../second/second_part2.ts > } > 2 > } -1->Emitted(103, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(103, 6) Source(5, 2) + SourceIndex(4) +1->Emitted(104, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(104, 6) Source(5, 2) + SourceIndex(4) --- >>> C.prototype.doSomething = function () { 1->^^^^ @@ -2290,9 +2293,9 @@ sourceFile:../../../second/second_part2.ts 1-> 2 > doSomething 3 > -1->Emitted(104, 5) Source(2, 5) + SourceIndex(4) -2 >Emitted(104, 28) Source(2, 16) + SourceIndex(4) -3 >Emitted(104, 31) Source(2, 5) + SourceIndex(4) +1->Emitted(105, 5) Source(2, 5) + SourceIndex(4) +2 >Emitted(105, 28) Source(2, 16) + SourceIndex(4) +3 >Emitted(105, 31) Source(2, 5) + SourceIndex(4) --- >>> console.log("something got done"); 1->^^^^^^^^ @@ -2312,14 +2315,14 @@ sourceFile:../../../second/second_part2.ts 6 > "something got done" 7 > ) 8 > ; -1->Emitted(105, 9) Source(3, 9) + SourceIndex(4) -2 >Emitted(105, 16) Source(3, 16) + SourceIndex(4) -3 >Emitted(105, 17) Source(3, 17) + SourceIndex(4) -4 >Emitted(105, 20) Source(3, 20) + SourceIndex(4) -5 >Emitted(105, 21) Source(3, 21) + SourceIndex(4) -6 >Emitted(105, 41) Source(3, 41) + SourceIndex(4) -7 >Emitted(105, 42) Source(3, 42) + SourceIndex(4) -8 >Emitted(105, 43) Source(3, 43) + SourceIndex(4) +1->Emitted(106, 9) Source(3, 9) + SourceIndex(4) +2 >Emitted(106, 16) Source(3, 16) + SourceIndex(4) +3 >Emitted(106, 17) Source(3, 17) + SourceIndex(4) +4 >Emitted(106, 20) Source(3, 20) + SourceIndex(4) +5 >Emitted(106, 21) Source(3, 21) + SourceIndex(4) +6 >Emitted(106, 41) Source(3, 41) + SourceIndex(4) +7 >Emitted(106, 42) Source(3, 42) + SourceIndex(4) +8 >Emitted(106, 43) Source(3, 43) + SourceIndex(4) --- >>> }; 1 >^^^^ @@ -2328,8 +2331,8 @@ sourceFile:../../../second/second_part2.ts 1 > > 2 > } -1 >Emitted(106, 5) Source(4, 5) + SourceIndex(4) -2 >Emitted(106, 6) Source(4, 6) + SourceIndex(4) +1 >Emitted(107, 5) Source(4, 5) + SourceIndex(4) +2 >Emitted(107, 6) Source(4, 6) + SourceIndex(4) --- >>> return C; 1->^^^^ @@ -2337,8 +2340,8 @@ sourceFile:../../../second/second_part2.ts 1-> > 2 > } -1->Emitted(107, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(107, 13) Source(5, 2) + SourceIndex(4) +1->Emitted(108, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(108, 13) Source(5, 2) + SourceIndex(4) --- >>>}()); 1 > @@ -2354,10 +2357,10 @@ sourceFile:../../../second/second_part2.ts > console.log("something got done"); > } > } -1 >Emitted(108, 1) Source(5, 1) + SourceIndex(4) -2 >Emitted(108, 2) Source(5, 2) + SourceIndex(4) -3 >Emitted(108, 2) Source(1, 1) + SourceIndex(4) -4 >Emitted(108, 6) Source(5, 2) + SourceIndex(4) +1 >Emitted(109, 1) Source(5, 1) + SourceIndex(4) +2 >Emitted(109, 2) Source(5, 2) + SourceIndex(4) +3 >Emitted(109, 2) Source(1, 1) + SourceIndex(4) +4 >Emitted(109, 6) Source(5, 2) + SourceIndex(4) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -2381,14 +2384,14 @@ sourceFile:../../third_part1.ts 6 > C 7 > () 8 > ; -1->Emitted(109, 1) Source(1, 1) + SourceIndex(5) -2 >Emitted(109, 5) Source(1, 5) + SourceIndex(5) -3 >Emitted(109, 6) Source(1, 6) + SourceIndex(5) -4 >Emitted(109, 9) Source(1, 9) + SourceIndex(5) -5 >Emitted(109, 13) Source(1, 13) + SourceIndex(5) -6 >Emitted(109, 14) Source(1, 14) + SourceIndex(5) -7 >Emitted(109, 16) Source(1, 16) + SourceIndex(5) -8 >Emitted(109, 17) Source(1, 17) + SourceIndex(5) +1->Emitted(110, 1) Source(1, 1) + SourceIndex(5) +2 >Emitted(110, 5) Source(1, 5) + SourceIndex(5) +3 >Emitted(110, 6) Source(1, 6) + SourceIndex(5) +4 >Emitted(110, 9) Source(1, 9) + SourceIndex(5) +5 >Emitted(110, 13) Source(1, 13) + SourceIndex(5) +6 >Emitted(110, 14) Source(1, 14) + SourceIndex(5) +7 >Emitted(110, 16) Source(1, 16) + SourceIndex(5) +8 >Emitted(110, 17) Source(1, 17) + SourceIndex(5) --- >>>c.doSomething(); 1-> @@ -2405,12 +2408,12 @@ sourceFile:../../third_part1.ts 4 > doSomething 5 > () 6 > ; -1->Emitted(110, 1) Source(2, 1) + SourceIndex(5) -2 >Emitted(110, 2) Source(2, 2) + SourceIndex(5) -3 >Emitted(110, 3) Source(2, 3) + SourceIndex(5) -4 >Emitted(110, 14) Source(2, 14) + SourceIndex(5) -5 >Emitted(110, 16) Source(2, 16) + SourceIndex(5) -6 >Emitted(110, 17) Source(2, 17) + SourceIndex(5) +1->Emitted(111, 1) Source(2, 1) + SourceIndex(5) +2 >Emitted(111, 2) Source(2, 2) + SourceIndex(5) +3 >Emitted(111, 3) Source(2, 3) + SourceIndex(5) +4 >Emitted(111, 14) Source(2, 14) + SourceIndex(5) +5 >Emitted(111, 16) Source(2, 16) + SourceIndex(5) +6 >Emitted(111, 17) Source(2, 17) + SourceIndex(5) --- >>>//# sourceMappingURL=third-output.js.map @@ -2438,20 +2441,20 @@ sourceFile:../../third_part1.ts }, { "pos": 109, - "end": 3161, + "end": 3179, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 109, - "end": 3161, + "end": 3179, "kind": "text" } ] }, { - "pos": 3161, - "end": 3197, + "pos": 3179, + "end": 3215, "kind": "text" } ] @@ -2510,9 +2513,9 @@ function f() { } ---------------------------------------------------------------------- -prepend: (109-3161):: ../../../2/second-output.js texts:: 1 +prepend: (109-3179):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (109-3161) +text: (109-3179) var N; (function (N) { function f() { @@ -2523,8 +2526,9 @@ var N; var normalC = (function () { function normalC() { } - normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: true, @@ -2617,7 +2621,7 @@ var C = (function () { }()); ---------------------------------------------------------------------- -text: (3161-3197) +text: (3179-3215) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-jsdoc-style-comment-when-one-two-three-are-prepended-in-order.js b/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-jsdoc-style-comment-when-one-two-three-are-prepended-in-order.js index d9691fde1a8f6..38309a635757c 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-jsdoc-style-comment-when-one-two-three-are-prepended-in-order.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-jsdoc-style-comment-when-one-two-three-are-prepended-in-order.js @@ -16,8 +16,9 @@ var N; var normalC = (function () { function normalC() { } - normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: true, @@ -111,7 +112,7 @@ var C = (function () { //# sourceMappingURL=second-output.js.map //// [/src/2/second-output.js.map] -{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../first/first_PART1.ts","../first/first_part2.ts","../first/first_part3.ts","../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"AAIA,IAAM,CAAC,GAAG,cAAc,CAAC;AAMzB,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;AACf,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;ACXf,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC;ACAjB,SAAS,CAAC;IACN,OAAO,gBAAgB,CAAC;AAC5B,CAAC;ACED,IAAU,CAAC,CAMV;AAND,WAAU,CAAC;IACP,SAAS,CAAC;QACN,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IAED,CAAC,EAAE,CAAC;AACR,CAAC,EANS,CAAC,KAAD,CAAC,QAMV;AAED;IACmB;IAAgB,CAAC;IAEjB,wBAAM,GAAN,cAAW,CAAC;IACZ,sBAAI,sBAAC;aAAL,cAAU,OAAO,EAAE,CAAC,CAAC,CAAC;aACtB,UAAM,GAAW,IAAI,CAAC;;;OADA;IAEzC,cAAC;AAAD,CAAC,AAND,IAMC;AACD,IAAU,OAAO,CAShB;AATD,WAAU,OAAO;IACE;QAAA;QAAiB,CAAC;QAAD,QAAC;IAAD,CAAC,AAAlB,IAAkB;IAAL,SAAC,IAAI,CAAA;IAClB,SAAgB,GAAG,KAAI,CAAC;IAAR,WAAG,MAAK,CAAA;IACxB,IAAiB,aAAa,CAAsB;IAApD,WAAiB,aAAa;QAAG;YAAA;YAAgB,CAAC;YAAD,QAAC;QAAD,CAAC,AAAjB,IAAiB;QAAJ,eAAC,IAAG,CAAA;IAAC,CAAC,EAAnC,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAAsB;IACpD,IAAiB,SAAS,CAAwC;IAAlE,WAAiB,SAAS;QAAC,IAAA,SAAS,CAA8B;QAAvC,WAAA,SAAS;YAAG;gBAAA;gBAAwB,CAAC;gBAAD,gBAAC;YAAD,CAAC,AAAzB,IAAyB;YAAZ,mBAAS,YAAG,CAAA;QAAC,CAAC,EAAvC,SAAS,GAAT,mBAAS,KAAT,mBAAS,QAA8B;IAAD,CAAC,EAAjD,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAAwC;IACpD,kBAAU,GAAG,aAAa,CAAC,CAAC,CAAC;IAE9B,qBAAa,GAAG,EAAE,CAAC;IAChC,IAAY,YAAwB;IAApC,WAAY,YAAY;QAAG,yCAAC,CAAA;QAAE,yCAAC,CAAA;QAAE,yCAAC,CAAA;IAAC,CAAC,EAAxB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAAY;AACvD,CAAC,EATS,OAAO,KAAP,OAAO,QAShB;AACc;IAAA;IAAiB,CAAC;IAAD,gBAAC;AAAD,CAAC,AAAlB,IAAkB;AAClB,SAAS,WAAW,KAAI,CAAC;AACzB,IAAU,iBAAiB,CAA8B;AAAzD,WAAU,iBAAiB;IAAG;QAAA;QAAwB,CAAC;QAAD,gBAAC;IAAD,CAAC,AAAzB,IAAyB;IAAZ,2BAAS,YAAG,CAAA;AAAC,CAAC,EAA/C,iBAAiB,KAAjB,iBAAiB,QAA8B;AACzD,IAAU,aAAa,CAAwC;AAA/D,WAAU,aAAa;IAAC,IAAA,SAAS,CAA8B;IAAvC,WAAA,SAAS;QAAG;YAAA;YAAwB,CAAC;YAAD,gBAAC;QAAD,CAAC,AAAzB,IAAyB;QAAZ,mBAAS,YAAG,CAAA;IAAC,CAAC,EAAvC,SAAS,GAAT,uBAAS,KAAT,uBAAS,QAA8B;AAAD,CAAC,EAArD,aAAa,KAAb,aAAa,QAAwC;AAC/D,IAAO,cAAc,GAAG,iBAAiB,CAAC,SAAS,CAAC;AAEpD,IAAM,aAAa,GAAG,EAAE,CAAC;AACzB,IAAK,YAAwB;AAA7B,WAAK,YAAY;IAAG,yCAAC,CAAA;IAAE,yCAAC,CAAA;IAAE,yCAAC,CAAA;AAAC,CAAC,EAAxB,YAAY,KAAZ,YAAY,QAAY;ACpC5C;IAAA;IAIA,CAAC;IAHG,uBAAW,GAAX;QACI,OAAO,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAC;IACtC,CAAC;IACL,QAAC;AAAD,CAAC,AAJD,IAIC"} +{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../first/first_PART1.ts","../first/first_part2.ts","../first/first_part3.ts","../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"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"} //// [/src/2/second-output.js.map.baseline.txt] =================================================================== @@ -440,66 +441,68 @@ sourceFile:../second/second_part1.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->constructor() { 2 > } 1->Emitted(17, 5) Source(14, 36) + SourceIndex(3) 2 >Emitted(17, 6) Source(14, 37) + SourceIndex(3) --- ->>> normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> proto_1.method = function () { }; 1->^^^^ -2 > ^^^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^ -5 > ^ -6 > ^^^^^^-> +2 > ^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^ +5 > ^ +6 > ^^^^^^-> 1-> > /**@internal*/ prop: string; > /**@internal*/ 2 > method -3 > -4 > method() { -5 > } -1->Emitted(18, 5) Source(16, 20) + SourceIndex(3) -2 >Emitted(18, 29) Source(16, 26) + SourceIndex(3) -3 >Emitted(18, 32) Source(16, 20) + SourceIndex(3) -4 >Emitted(18, 46) Source(16, 31) + SourceIndex(3) -5 >Emitted(18, 47) Source(16, 32) + SourceIndex(3) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +3 > +4 > method() { +5 > } +1->Emitted(19, 5) Source(16, 20) + SourceIndex(3) +2 >Emitted(19, 19) Source(16, 26) + SourceIndex(3) +3 >Emitted(19, 22) Source(16, 20) + SourceIndex(3) +4 >Emitted(19, 36) Source(16, 31) + SourceIndex(3) +5 >Emitted(19, 37) Source(16, 32) + SourceIndex(3) +--- +>>> Object.defineProperty(proto_1, "c", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^^^^^^^^^^ +4 > ^^^-> 1-> > /**@internal*/ 2 > get 3 > c -1->Emitted(19, 5) Source(17, 20) + SourceIndex(3) -2 >Emitted(19, 27) Source(17, 24) + SourceIndex(3) -3 >Emitted(19, 49) Source(17, 25) + SourceIndex(3) +1->Emitted(20, 5) Source(17, 20) + SourceIndex(3) +2 >Emitted(20, 27) Source(17, 24) + SourceIndex(3) +3 >Emitted(20, 39) Source(17, 25) + SourceIndex(3) --- >>> get: function () { return 10; }, -1 >^^^^^^^^^^^^^ +1->^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^^^^^^^ 4 > ^^ 5 > ^ 6 > ^ 7 > ^ -1 > +1-> 2 > get c() { 3 > return 4 > 10 5 > ; 6 > 7 > } -1 >Emitted(20, 14) Source(17, 20) + SourceIndex(3) -2 >Emitted(20, 28) Source(17, 30) + SourceIndex(3) -3 >Emitted(20, 35) Source(17, 37) + SourceIndex(3) -4 >Emitted(20, 37) Source(17, 39) + SourceIndex(3) -5 >Emitted(20, 38) Source(17, 40) + SourceIndex(3) -6 >Emitted(20, 39) Source(17, 41) + SourceIndex(3) -7 >Emitted(20, 40) Source(17, 42) + SourceIndex(3) +1->Emitted(21, 14) Source(17, 20) + SourceIndex(3) +2 >Emitted(21, 28) Source(17, 30) + SourceIndex(3) +3 >Emitted(21, 35) Source(17, 37) + SourceIndex(3) +4 >Emitted(21, 37) Source(17, 39) + SourceIndex(3) +5 >Emitted(21, 38) Source(17, 40) + SourceIndex(3) +6 >Emitted(21, 39) Source(17, 41) + SourceIndex(3) +7 >Emitted(21, 40) Source(17, 42) + SourceIndex(3) --- >>> set: function (val) { }, 1 >^^^^^^^^^^^^^ @@ -513,11 +516,11 @@ sourceFile:../second/second_part1.ts 3 > val: number 4 > ) { 5 > } -1 >Emitted(21, 14) Source(18, 20) + SourceIndex(3) -2 >Emitted(21, 24) Source(18, 26) + SourceIndex(3) -3 >Emitted(21, 27) Source(18, 37) + SourceIndex(3) -4 >Emitted(21, 31) Source(18, 41) + SourceIndex(3) -5 >Emitted(21, 32) Source(18, 42) + SourceIndex(3) +1 >Emitted(22, 14) Source(18, 20) + SourceIndex(3) +2 >Emitted(22, 24) Source(18, 26) + SourceIndex(3) +3 >Emitted(22, 27) Source(18, 37) + SourceIndex(3) +4 >Emitted(22, 31) Source(18, 41) + SourceIndex(3) +5 >Emitted(22, 32) Source(18, 42) + SourceIndex(3) --- >>> enumerable: true, >>> configurable: true @@ -525,7 +528,7 @@ sourceFile:../second/second_part1.ts 1 >^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(24, 8) Source(17, 42) + SourceIndex(3) +1 >Emitted(25, 8) Source(17, 42) + SourceIndex(3) --- >>> return normalC; 1->^^^^ @@ -534,8 +537,8 @@ sourceFile:../second/second_part1.ts > /**@internal*/ set c(val: number) { } > 2 > } -1->Emitted(25, 5) Source(19, 1) + SourceIndex(3) -2 >Emitted(25, 19) Source(19, 2) + SourceIndex(3) +1->Emitted(26, 5) Source(19, 1) + SourceIndex(3) +2 >Emitted(26, 19) Source(19, 2) + SourceIndex(3) --- >>>}()); 1 > @@ -553,10 +556,10 @@ sourceFile:../second/second_part1.ts > /**@internal*/ get c() { return 10; } > /**@internal*/ set c(val: number) { } > } -1 >Emitted(26, 1) Source(19, 1) + SourceIndex(3) -2 >Emitted(26, 2) Source(19, 2) + SourceIndex(3) -3 >Emitted(26, 2) Source(13, 1) + SourceIndex(3) -4 >Emitted(26, 6) Source(19, 2) + SourceIndex(3) +1 >Emitted(27, 1) Source(19, 1) + SourceIndex(3) +2 >Emitted(27, 2) Source(19, 2) + SourceIndex(3) +3 >Emitted(27, 2) Source(13, 1) + SourceIndex(3) +4 >Emitted(27, 6) Source(19, 2) + SourceIndex(3) --- >>>var normalN; 1-> @@ -578,10 +581,10 @@ sourceFile:../second/second_part1.ts > /**@internal*/ export const internalConst = 10; > /**@internal*/ export enum internalEnum { a, b, c } > } -1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(27, 5) Source(20, 11) + SourceIndex(3) -3 >Emitted(27, 12) Source(20, 18) + SourceIndex(3) -4 >Emitted(27, 13) Source(29, 2) + SourceIndex(3) +1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(28, 5) Source(20, 11) + SourceIndex(3) +3 >Emitted(28, 12) Source(20, 18) + SourceIndex(3) +4 >Emitted(28, 13) Source(29, 2) + SourceIndex(3) --- >>>(function (normalN) { 1-> @@ -591,22 +594,22 @@ sourceFile:../second/second_part1.ts 1-> 2 >namespace 3 > normalN -1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(28, 12) Source(20, 11) + SourceIndex(3) -3 >Emitted(28, 19) Source(20, 18) + SourceIndex(3) +1->Emitted(29, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(29, 12) Source(20, 11) + SourceIndex(3) +3 >Emitted(29, 19) Source(20, 18) + SourceIndex(3) --- >>> var C = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { > /**@internal*/ -1->Emitted(29, 5) Source(21, 20) + SourceIndex(3) +1->Emitted(30, 5) Source(21, 20) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(30, 9) Source(21, 20) + SourceIndex(3) +1->Emitted(31, 9) Source(21, 20) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -614,16 +617,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(31, 9) Source(21, 37) + SourceIndex(3) -2 >Emitted(31, 10) Source(21, 38) + SourceIndex(3) +1->Emitted(32, 9) Source(21, 37) + SourceIndex(3) +2 >Emitted(32, 10) Source(21, 38) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(32, 9) Source(21, 37) + SourceIndex(3) -2 >Emitted(32, 17) Source(21, 38) + SourceIndex(3) +1->Emitted(33, 9) Source(21, 37) + SourceIndex(3) +2 >Emitted(33, 17) Source(21, 38) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -635,10 +638,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(33, 5) Source(21, 37) + SourceIndex(3) -2 >Emitted(33, 6) Source(21, 38) + SourceIndex(3) -3 >Emitted(33, 6) Source(21, 20) + SourceIndex(3) -4 >Emitted(33, 10) Source(21, 38) + SourceIndex(3) +1 >Emitted(34, 5) Source(21, 37) + SourceIndex(3) +2 >Emitted(34, 6) Source(21, 38) + SourceIndex(3) +3 >Emitted(34, 6) Source(21, 20) + SourceIndex(3) +4 >Emitted(34, 10) Source(21, 38) + SourceIndex(3) --- >>> normalN.C = C; 1->^^^^ @@ -650,10 +653,10 @@ sourceFile:../second/second_part1.ts 2 > C 3 > { } 4 > -1->Emitted(34, 5) Source(21, 33) + SourceIndex(3) -2 >Emitted(34, 14) Source(21, 34) + SourceIndex(3) -3 >Emitted(34, 18) Source(21, 38) + SourceIndex(3) -4 >Emitted(34, 19) Source(21, 38) + SourceIndex(3) +1->Emitted(35, 5) Source(21, 33) + SourceIndex(3) +2 >Emitted(35, 14) Source(21, 34) + SourceIndex(3) +3 >Emitted(35, 18) Source(21, 38) + SourceIndex(3) +4 >Emitted(35, 19) Source(21, 38) + SourceIndex(3) --- >>> function foo() { } 1->^^^^ @@ -668,11 +671,11 @@ sourceFile:../second/second_part1.ts 3 > foo 4 > () { 5 > } -1->Emitted(35, 5) Source(22, 20) + SourceIndex(3) -2 >Emitted(35, 14) Source(22, 36) + SourceIndex(3) -3 >Emitted(35, 17) Source(22, 39) + SourceIndex(3) -4 >Emitted(35, 22) Source(22, 43) + SourceIndex(3) -5 >Emitted(35, 23) Source(22, 44) + SourceIndex(3) +1->Emitted(36, 5) Source(22, 20) + SourceIndex(3) +2 >Emitted(36, 14) Source(22, 36) + SourceIndex(3) +3 >Emitted(36, 17) Source(22, 39) + SourceIndex(3) +4 >Emitted(36, 22) Source(22, 43) + SourceIndex(3) +5 >Emitted(36, 23) Source(22, 44) + SourceIndex(3) --- >>> normalN.foo = foo; 1->^^^^ @@ -684,10 +687,10 @@ sourceFile:../second/second_part1.ts 2 > foo 3 > () {} 4 > -1->Emitted(36, 5) Source(22, 36) + SourceIndex(3) -2 >Emitted(36, 16) Source(22, 39) + SourceIndex(3) -3 >Emitted(36, 22) Source(22, 44) + SourceIndex(3) -4 >Emitted(36, 23) Source(22, 44) + SourceIndex(3) +1->Emitted(37, 5) Source(22, 36) + SourceIndex(3) +2 >Emitted(37, 16) Source(22, 39) + SourceIndex(3) +3 >Emitted(37, 22) Source(22, 44) + SourceIndex(3) +4 >Emitted(37, 23) Source(22, 44) + SourceIndex(3) --- >>> var someNamespace; 1->^^^^ @@ -700,10 +703,10 @@ sourceFile:../second/second_part1.ts 2 > export namespace 3 > someNamespace 4 > { export class C {} } -1->Emitted(37, 5) Source(23, 20) + SourceIndex(3) -2 >Emitted(37, 9) Source(23, 37) + SourceIndex(3) -3 >Emitted(37, 22) Source(23, 50) + SourceIndex(3) -4 >Emitted(37, 23) Source(23, 72) + SourceIndex(3) +1->Emitted(38, 5) Source(23, 20) + SourceIndex(3) +2 >Emitted(38, 9) Source(23, 37) + SourceIndex(3) +3 >Emitted(38, 22) Source(23, 50) + SourceIndex(3) +4 >Emitted(38, 23) Source(23, 72) + SourceIndex(3) --- >>> (function (someNamespace) { 1->^^^^ @@ -713,21 +716,21 @@ sourceFile:../second/second_part1.ts 1-> 2 > export namespace 3 > someNamespace -1->Emitted(38, 5) Source(23, 20) + SourceIndex(3) -2 >Emitted(38, 16) Source(23, 37) + SourceIndex(3) -3 >Emitted(38, 29) Source(23, 50) + SourceIndex(3) +1->Emitted(39, 5) Source(23, 20) + SourceIndex(3) +2 >Emitted(39, 16) Source(23, 37) + SourceIndex(3) +3 >Emitted(39, 29) Source(23, 50) + SourceIndex(3) --- >>> var C = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(39, 9) Source(23, 53) + SourceIndex(3) +1->Emitted(40, 9) Source(23, 53) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(40, 13) Source(23, 53) + SourceIndex(3) +1->Emitted(41, 13) Source(23, 53) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -735,16 +738,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(41, 13) Source(23, 69) + SourceIndex(3) -2 >Emitted(41, 14) Source(23, 70) + SourceIndex(3) +1->Emitted(42, 13) Source(23, 69) + SourceIndex(3) +2 >Emitted(42, 14) Source(23, 70) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(42, 13) Source(23, 69) + SourceIndex(3) -2 >Emitted(42, 21) Source(23, 70) + SourceIndex(3) +1->Emitted(43, 13) Source(23, 69) + SourceIndex(3) +2 >Emitted(43, 21) Source(23, 70) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -756,10 +759,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(43, 9) Source(23, 69) + SourceIndex(3) -2 >Emitted(43, 10) Source(23, 70) + SourceIndex(3) -3 >Emitted(43, 10) Source(23, 53) + SourceIndex(3) -4 >Emitted(43, 14) Source(23, 70) + SourceIndex(3) +1 >Emitted(44, 9) Source(23, 69) + SourceIndex(3) +2 >Emitted(44, 10) Source(23, 70) + SourceIndex(3) +3 >Emitted(44, 10) Source(23, 53) + SourceIndex(3) +4 >Emitted(44, 14) Source(23, 70) + SourceIndex(3) --- >>> someNamespace.C = C; 1->^^^^^^^^ @@ -771,10 +774,10 @@ sourceFile:../second/second_part1.ts 2 > C 3 > {} 4 > -1->Emitted(44, 9) Source(23, 66) + SourceIndex(3) -2 >Emitted(44, 24) Source(23, 67) + SourceIndex(3) -3 >Emitted(44, 28) Source(23, 70) + SourceIndex(3) -4 >Emitted(44, 29) Source(23, 70) + SourceIndex(3) +1->Emitted(45, 9) Source(23, 66) + SourceIndex(3) +2 >Emitted(45, 24) Source(23, 67) + SourceIndex(3) +3 >Emitted(45, 28) Source(23, 70) + SourceIndex(3) +4 >Emitted(45, 29) Source(23, 70) + SourceIndex(3) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^ @@ -795,15 +798,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(45, 5) Source(23, 71) + SourceIndex(3) -2 >Emitted(45, 6) Source(23, 72) + SourceIndex(3) -3 >Emitted(45, 8) Source(23, 37) + SourceIndex(3) -4 >Emitted(45, 21) Source(23, 50) + SourceIndex(3) -5 >Emitted(45, 24) Source(23, 37) + SourceIndex(3) -6 >Emitted(45, 45) Source(23, 50) + SourceIndex(3) -7 >Emitted(45, 50) Source(23, 37) + SourceIndex(3) -8 >Emitted(45, 71) Source(23, 50) + SourceIndex(3) -9 >Emitted(45, 79) Source(23, 72) + SourceIndex(3) +1->Emitted(46, 5) Source(23, 71) + SourceIndex(3) +2 >Emitted(46, 6) Source(23, 72) + SourceIndex(3) +3 >Emitted(46, 8) Source(23, 37) + SourceIndex(3) +4 >Emitted(46, 21) Source(23, 50) + SourceIndex(3) +5 >Emitted(46, 24) Source(23, 37) + SourceIndex(3) +6 >Emitted(46, 45) Source(23, 50) + SourceIndex(3) +7 >Emitted(46, 50) Source(23, 37) + SourceIndex(3) +8 >Emitted(46, 71) Source(23, 50) + SourceIndex(3) +9 >Emitted(46, 79) Source(23, 72) + SourceIndex(3) --- >>> var someOther; 1 >^^^^ @@ -816,10 +819,10 @@ sourceFile:../second/second_part1.ts 2 > export namespace 3 > someOther 4 > .something { export class someClass {} } -1 >Emitted(46, 5) Source(24, 20) + SourceIndex(3) -2 >Emitted(46, 9) Source(24, 37) + SourceIndex(3) -3 >Emitted(46, 18) Source(24, 46) + SourceIndex(3) -4 >Emitted(46, 19) Source(24, 86) + SourceIndex(3) +1 >Emitted(47, 5) Source(24, 20) + SourceIndex(3) +2 >Emitted(47, 9) Source(24, 37) + SourceIndex(3) +3 >Emitted(47, 18) Source(24, 46) + SourceIndex(3) +4 >Emitted(47, 19) Source(24, 86) + SourceIndex(3) --- >>> (function (someOther) { 1->^^^^ @@ -828,9 +831,9 @@ sourceFile:../second/second_part1.ts 1-> 2 > export namespace 3 > someOther -1->Emitted(47, 5) Source(24, 20) + SourceIndex(3) -2 >Emitted(47, 16) Source(24, 37) + SourceIndex(3) -3 >Emitted(47, 25) Source(24, 46) + SourceIndex(3) +1->Emitted(48, 5) Source(24, 20) + SourceIndex(3) +2 >Emitted(48, 16) Source(24, 37) + SourceIndex(3) +3 >Emitted(48, 25) Source(24, 46) + SourceIndex(3) --- >>> var something; 1 >^^^^^^^^ @@ -842,10 +845,10 @@ sourceFile:../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(48, 9) Source(24, 47) + SourceIndex(3) -2 >Emitted(48, 13) Source(24, 47) + SourceIndex(3) -3 >Emitted(48, 22) Source(24, 56) + SourceIndex(3) -4 >Emitted(48, 23) Source(24, 86) + SourceIndex(3) +1 >Emitted(49, 9) Source(24, 47) + SourceIndex(3) +2 >Emitted(49, 13) Source(24, 47) + SourceIndex(3) +3 >Emitted(49, 22) Source(24, 56) + SourceIndex(3) +4 >Emitted(49, 23) Source(24, 86) + SourceIndex(3) --- >>> (function (something) { 1->^^^^^^^^ @@ -855,21 +858,21 @@ sourceFile:../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(49, 9) Source(24, 47) + SourceIndex(3) -2 >Emitted(49, 20) Source(24, 47) + SourceIndex(3) -3 >Emitted(49, 29) Source(24, 56) + SourceIndex(3) +1->Emitted(50, 9) Source(24, 47) + SourceIndex(3) +2 >Emitted(50, 20) Source(24, 47) + SourceIndex(3) +3 >Emitted(50, 29) Source(24, 56) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(50, 13) Source(24, 59) + SourceIndex(3) +1->Emitted(51, 13) Source(24, 59) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(51, 17) Source(24, 59) + SourceIndex(3) +1->Emitted(52, 17) Source(24, 59) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -877,16 +880,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(52, 17) Source(24, 83) + SourceIndex(3) -2 >Emitted(52, 18) Source(24, 84) + SourceIndex(3) +1->Emitted(53, 17) Source(24, 83) + SourceIndex(3) +2 >Emitted(53, 18) Source(24, 84) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(53, 17) Source(24, 83) + SourceIndex(3) -2 >Emitted(53, 33) Source(24, 84) + SourceIndex(3) +1->Emitted(54, 17) Source(24, 83) + SourceIndex(3) +2 >Emitted(54, 33) Source(24, 84) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -898,10 +901,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(54, 13) Source(24, 83) + SourceIndex(3) -2 >Emitted(54, 14) Source(24, 84) + SourceIndex(3) -3 >Emitted(54, 14) Source(24, 59) + SourceIndex(3) -4 >Emitted(54, 18) Source(24, 84) + SourceIndex(3) +1 >Emitted(55, 13) Source(24, 83) + SourceIndex(3) +2 >Emitted(55, 14) Source(24, 84) + SourceIndex(3) +3 >Emitted(55, 14) Source(24, 59) + SourceIndex(3) +4 >Emitted(55, 18) Source(24, 84) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -913,10 +916,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(55, 13) Source(24, 72) + SourceIndex(3) -2 >Emitted(55, 32) Source(24, 81) + SourceIndex(3) -3 >Emitted(55, 44) Source(24, 84) + SourceIndex(3) -4 >Emitted(55, 45) Source(24, 84) + SourceIndex(3) +1->Emitted(56, 13) Source(24, 72) + SourceIndex(3) +2 >Emitted(56, 32) Source(24, 81) + SourceIndex(3) +3 >Emitted(56, 44) Source(24, 84) + SourceIndex(3) +4 >Emitted(56, 45) Source(24, 84) + SourceIndex(3) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^ @@ -937,15 +940,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(56, 9) Source(24, 85) + SourceIndex(3) -2 >Emitted(56, 10) Source(24, 86) + SourceIndex(3) -3 >Emitted(56, 12) Source(24, 47) + SourceIndex(3) -4 >Emitted(56, 21) Source(24, 56) + SourceIndex(3) -5 >Emitted(56, 24) Source(24, 47) + SourceIndex(3) -6 >Emitted(56, 43) Source(24, 56) + SourceIndex(3) -7 >Emitted(56, 48) Source(24, 47) + SourceIndex(3) -8 >Emitted(56, 67) Source(24, 56) + SourceIndex(3) -9 >Emitted(56, 75) Source(24, 86) + SourceIndex(3) +1->Emitted(57, 9) Source(24, 85) + SourceIndex(3) +2 >Emitted(57, 10) Source(24, 86) + SourceIndex(3) +3 >Emitted(57, 12) Source(24, 47) + SourceIndex(3) +4 >Emitted(57, 21) Source(24, 56) + SourceIndex(3) +5 >Emitted(57, 24) Source(24, 47) + SourceIndex(3) +6 >Emitted(57, 43) Source(24, 56) + SourceIndex(3) +7 >Emitted(57, 48) Source(24, 47) + SourceIndex(3) +8 >Emitted(57, 67) Source(24, 56) + SourceIndex(3) +9 >Emitted(57, 75) Source(24, 86) + SourceIndex(3) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^ @@ -966,15 +969,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(57, 5) Source(24, 85) + SourceIndex(3) -2 >Emitted(57, 6) Source(24, 86) + SourceIndex(3) -3 >Emitted(57, 8) Source(24, 37) + SourceIndex(3) -4 >Emitted(57, 17) Source(24, 46) + SourceIndex(3) -5 >Emitted(57, 20) Source(24, 37) + SourceIndex(3) -6 >Emitted(57, 37) Source(24, 46) + SourceIndex(3) -7 >Emitted(57, 42) Source(24, 37) + SourceIndex(3) -8 >Emitted(57, 59) Source(24, 46) + SourceIndex(3) -9 >Emitted(57, 67) Source(24, 86) + SourceIndex(3) +1 >Emitted(58, 5) Source(24, 85) + SourceIndex(3) +2 >Emitted(58, 6) Source(24, 86) + SourceIndex(3) +3 >Emitted(58, 8) Source(24, 37) + SourceIndex(3) +4 >Emitted(58, 17) Source(24, 46) + SourceIndex(3) +5 >Emitted(58, 20) Source(24, 37) + SourceIndex(3) +6 >Emitted(58, 37) Source(24, 46) + SourceIndex(3) +7 >Emitted(58, 42) Source(24, 37) + SourceIndex(3) +8 >Emitted(58, 59) Source(24, 46) + SourceIndex(3) +9 >Emitted(58, 67) Source(24, 86) + SourceIndex(3) --- >>> normalN.someImport = someNamespace.C; 1 >^^^^ @@ -992,13 +995,13 @@ sourceFile:../second/second_part1.ts 5 > . 6 > C 7 > ; -1 >Emitted(58, 5) Source(25, 34) + SourceIndex(3) -2 >Emitted(58, 23) Source(25, 44) + SourceIndex(3) -3 >Emitted(58, 26) Source(25, 47) + SourceIndex(3) -4 >Emitted(58, 39) Source(25, 60) + SourceIndex(3) -5 >Emitted(58, 40) Source(25, 61) + SourceIndex(3) -6 >Emitted(58, 41) Source(25, 62) + SourceIndex(3) -7 >Emitted(58, 42) Source(25, 63) + SourceIndex(3) +1 >Emitted(59, 5) Source(25, 34) + SourceIndex(3) +2 >Emitted(59, 23) Source(25, 44) + SourceIndex(3) +3 >Emitted(59, 26) Source(25, 47) + SourceIndex(3) +4 >Emitted(59, 39) Source(25, 60) + SourceIndex(3) +5 >Emitted(59, 40) Source(25, 61) + SourceIndex(3) +6 >Emitted(59, 41) Source(25, 62) + SourceIndex(3) +7 >Emitted(59, 42) Source(25, 63) + SourceIndex(3) --- >>> normalN.internalConst = 10; 1 >^^^^ @@ -1013,11 +1016,11 @@ sourceFile:../second/second_part1.ts 3 > = 4 > 10 5 > ; -1 >Emitted(59, 5) Source(27, 33) + SourceIndex(3) -2 >Emitted(59, 26) Source(27, 46) + SourceIndex(3) -3 >Emitted(59, 29) Source(27, 49) + SourceIndex(3) -4 >Emitted(59, 31) Source(27, 51) + SourceIndex(3) -5 >Emitted(59, 32) Source(27, 52) + SourceIndex(3) +1 >Emitted(60, 5) Source(27, 33) + SourceIndex(3) +2 >Emitted(60, 26) Source(27, 46) + SourceIndex(3) +3 >Emitted(60, 29) Source(27, 49) + SourceIndex(3) +4 >Emitted(60, 31) Source(27, 51) + SourceIndex(3) +5 >Emitted(60, 32) Source(27, 52) + SourceIndex(3) --- >>> var internalEnum; 1 >^^^^ @@ -1028,9 +1031,9 @@ sourceFile:../second/second_part1.ts > /**@internal*/ 2 > export enum 3 > internalEnum { a, b, c } -1 >Emitted(60, 5) Source(28, 20) + SourceIndex(3) -2 >Emitted(60, 9) Source(28, 32) + SourceIndex(3) -3 >Emitted(60, 21) Source(28, 56) + SourceIndex(3) +1 >Emitted(61, 5) Source(28, 20) + SourceIndex(3) +2 >Emitted(61, 9) Source(28, 32) + SourceIndex(3) +3 >Emitted(61, 21) Source(28, 56) + SourceIndex(3) --- >>> (function (internalEnum) { 1->^^^^ @@ -1040,9 +1043,9 @@ sourceFile:../second/second_part1.ts 1-> 2 > export enum 3 > internalEnum -1->Emitted(61, 5) Source(28, 20) + SourceIndex(3) -2 >Emitted(61, 16) Source(28, 32) + SourceIndex(3) -3 >Emitted(61, 28) Source(28, 44) + SourceIndex(3) +1->Emitted(62, 5) Source(28, 20) + SourceIndex(3) +2 >Emitted(62, 16) Source(28, 32) + SourceIndex(3) +3 >Emitted(62, 28) Source(28, 44) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -1052,9 +1055,9 @@ sourceFile:../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(62, 9) Source(28, 47) + SourceIndex(3) -2 >Emitted(62, 50) Source(28, 48) + SourceIndex(3) -3 >Emitted(62, 51) Source(28, 48) + SourceIndex(3) +1->Emitted(63, 9) Source(28, 47) + SourceIndex(3) +2 >Emitted(63, 50) Source(28, 48) + SourceIndex(3) +3 >Emitted(63, 51) Source(28, 48) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -1064,9 +1067,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(63, 9) Source(28, 50) + SourceIndex(3) -2 >Emitted(63, 50) Source(28, 51) + SourceIndex(3) -3 >Emitted(63, 51) Source(28, 51) + SourceIndex(3) +1->Emitted(64, 9) Source(28, 50) + SourceIndex(3) +2 >Emitted(64, 50) Source(28, 51) + SourceIndex(3) +3 >Emitted(64, 51) Source(28, 51) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -1076,9 +1079,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(64, 9) Source(28, 53) + SourceIndex(3) -2 >Emitted(64, 50) Source(28, 54) + SourceIndex(3) -3 >Emitted(64, 51) Source(28, 54) + SourceIndex(3) +1->Emitted(65, 9) Source(28, 53) + SourceIndex(3) +2 >Emitted(65, 50) Source(28, 54) + SourceIndex(3) +3 >Emitted(65, 51) Source(28, 54) + SourceIndex(3) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^ @@ -1099,15 +1102,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(65, 5) Source(28, 55) + SourceIndex(3) -2 >Emitted(65, 6) Source(28, 56) + SourceIndex(3) -3 >Emitted(65, 8) Source(28, 32) + SourceIndex(3) -4 >Emitted(65, 20) Source(28, 44) + SourceIndex(3) -5 >Emitted(65, 23) Source(28, 32) + SourceIndex(3) -6 >Emitted(65, 43) Source(28, 44) + SourceIndex(3) -7 >Emitted(65, 48) Source(28, 32) + SourceIndex(3) -8 >Emitted(65, 68) Source(28, 44) + SourceIndex(3) -9 >Emitted(65, 76) Source(28, 56) + SourceIndex(3) +1->Emitted(66, 5) Source(28, 55) + SourceIndex(3) +2 >Emitted(66, 6) Source(28, 56) + SourceIndex(3) +3 >Emitted(66, 8) Source(28, 32) + SourceIndex(3) +4 >Emitted(66, 20) Source(28, 44) + SourceIndex(3) +5 >Emitted(66, 23) Source(28, 32) + SourceIndex(3) +6 >Emitted(66, 43) Source(28, 44) + SourceIndex(3) +7 >Emitted(66, 48) Source(28, 32) + SourceIndex(3) +8 >Emitted(66, 68) Source(28, 44) + SourceIndex(3) +9 >Emitted(66, 76) Source(28, 56) + SourceIndex(3) --- >>>})(normalN || (normalN = {})); 1 > @@ -1135,26 +1138,26 @@ sourceFile:../second/second_part1.ts > /**@internal*/ export const internalConst = 10; > /**@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(66, 1) Source(29, 1) + SourceIndex(3) -2 >Emitted(66, 2) Source(29, 2) + SourceIndex(3) -3 >Emitted(66, 4) Source(20, 11) + SourceIndex(3) -4 >Emitted(66, 11) Source(20, 18) + SourceIndex(3) -5 >Emitted(66, 16) Source(20, 11) + SourceIndex(3) -6 >Emitted(66, 23) Source(20, 18) + SourceIndex(3) -7 >Emitted(66, 31) Source(29, 2) + SourceIndex(3) +1 >Emitted(67, 1) Source(29, 1) + SourceIndex(3) +2 >Emitted(67, 2) Source(29, 2) + SourceIndex(3) +3 >Emitted(67, 4) Source(20, 11) + SourceIndex(3) +4 >Emitted(67, 11) Source(20, 18) + SourceIndex(3) +5 >Emitted(67, 16) Source(20, 11) + SourceIndex(3) +6 >Emitted(67, 23) Source(20, 18) + SourceIndex(3) +7 >Emitted(67, 31) Source(29, 2) + SourceIndex(3) --- >>>var internalC = (function () { 1-> 2 >^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> >/**@internal*/ -1->Emitted(67, 1) Source(30, 16) + SourceIndex(3) +1->Emitted(68, 1) Source(30, 16) + SourceIndex(3) --- >>> function internalC() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(68, 5) Source(30, 16) + SourceIndex(3) +1->Emitted(69, 5) Source(30, 16) + SourceIndex(3) --- >>> } 1->^^^^ @@ -1162,16 +1165,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->class internalC { 2 > } -1->Emitted(69, 5) Source(30, 33) + SourceIndex(3) -2 >Emitted(69, 6) Source(30, 34) + SourceIndex(3) +1->Emitted(70, 5) Source(30, 33) + SourceIndex(3) +2 >Emitted(70, 6) Source(30, 34) + SourceIndex(3) --- >>> return internalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(70, 5) Source(30, 33) + SourceIndex(3) -2 >Emitted(70, 21) Source(30, 34) + SourceIndex(3) +1->Emitted(71, 5) Source(30, 33) + SourceIndex(3) +2 >Emitted(71, 21) Source(30, 34) + SourceIndex(3) --- >>>}()); 1 > @@ -1183,10 +1186,10 @@ sourceFile:../second/second_part1.ts 2 >} 3 > 4 > class internalC {} -1 >Emitted(71, 1) Source(30, 33) + SourceIndex(3) -2 >Emitted(71, 2) Source(30, 34) + SourceIndex(3) -3 >Emitted(71, 2) Source(30, 16) + SourceIndex(3) -4 >Emitted(71, 6) Source(30, 34) + SourceIndex(3) +1 >Emitted(72, 1) Source(30, 33) + SourceIndex(3) +2 >Emitted(72, 2) Source(30, 34) + SourceIndex(3) +3 >Emitted(72, 2) Source(30, 16) + SourceIndex(3) +4 >Emitted(72, 6) Source(30, 34) + SourceIndex(3) --- >>>function internalfoo() { } 1-> @@ -1200,11 +1203,11 @@ sourceFile:../second/second_part1.ts 3 > internalfoo 4 > () { 5 > } -1->Emitted(72, 1) Source(31, 16) + SourceIndex(3) -2 >Emitted(72, 10) Source(31, 25) + SourceIndex(3) -3 >Emitted(72, 21) Source(31, 36) + SourceIndex(3) -4 >Emitted(72, 26) Source(31, 40) + SourceIndex(3) -5 >Emitted(72, 27) Source(31, 41) + SourceIndex(3) +1->Emitted(73, 1) Source(31, 16) + SourceIndex(3) +2 >Emitted(73, 10) Source(31, 25) + SourceIndex(3) +3 >Emitted(73, 21) Source(31, 36) + SourceIndex(3) +4 >Emitted(73, 26) Source(31, 40) + SourceIndex(3) +5 >Emitted(73, 27) Source(31, 41) + SourceIndex(3) --- >>>var internalNamespace; 1 > @@ -1217,10 +1220,10 @@ sourceFile:../second/second_part1.ts 2 >namespace 3 > internalNamespace 4 > { export class someClass {} } -1 >Emitted(73, 1) Source(32, 16) + SourceIndex(3) -2 >Emitted(73, 5) Source(32, 26) + SourceIndex(3) -3 >Emitted(73, 22) Source(32, 43) + SourceIndex(3) -4 >Emitted(73, 23) Source(32, 73) + SourceIndex(3) +1 >Emitted(74, 1) Source(32, 16) + SourceIndex(3) +2 >Emitted(74, 5) Source(32, 26) + SourceIndex(3) +3 >Emitted(74, 22) Source(32, 43) + SourceIndex(3) +4 >Emitted(74, 23) Source(32, 73) + SourceIndex(3) --- >>>(function (internalNamespace) { 1-> @@ -1230,21 +1233,21 @@ sourceFile:../second/second_part1.ts 1-> 2 >namespace 3 > internalNamespace -1->Emitted(74, 1) Source(32, 16) + SourceIndex(3) -2 >Emitted(74, 12) Source(32, 26) + SourceIndex(3) -3 >Emitted(74, 29) Source(32, 43) + SourceIndex(3) +1->Emitted(75, 1) Source(32, 16) + SourceIndex(3) +2 >Emitted(75, 12) Source(32, 26) + SourceIndex(3) +3 >Emitted(75, 29) Source(32, 43) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(75, 5) Source(32, 46) + SourceIndex(3) +1->Emitted(76, 5) Source(32, 46) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(76, 9) Source(32, 46) + SourceIndex(3) +1->Emitted(77, 9) Source(32, 46) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -1252,16 +1255,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(77, 9) Source(32, 70) + SourceIndex(3) -2 >Emitted(77, 10) Source(32, 71) + SourceIndex(3) +1->Emitted(78, 9) Source(32, 70) + SourceIndex(3) +2 >Emitted(78, 10) Source(32, 71) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(78, 9) Source(32, 70) + SourceIndex(3) -2 >Emitted(78, 25) Source(32, 71) + SourceIndex(3) +1->Emitted(79, 9) Source(32, 70) + SourceIndex(3) +2 >Emitted(79, 25) Source(32, 71) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -1273,10 +1276,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(79, 5) Source(32, 70) + SourceIndex(3) -2 >Emitted(79, 6) Source(32, 71) + SourceIndex(3) -3 >Emitted(79, 6) Source(32, 46) + SourceIndex(3) -4 >Emitted(79, 10) Source(32, 71) + SourceIndex(3) +1 >Emitted(80, 5) Source(32, 70) + SourceIndex(3) +2 >Emitted(80, 6) Source(32, 71) + SourceIndex(3) +3 >Emitted(80, 6) Source(32, 46) + SourceIndex(3) +4 >Emitted(80, 10) Source(32, 71) + SourceIndex(3) --- >>> internalNamespace.someClass = someClass; 1->^^^^ @@ -1288,10 +1291,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(80, 5) Source(32, 59) + SourceIndex(3) -2 >Emitted(80, 32) Source(32, 68) + SourceIndex(3) -3 >Emitted(80, 44) Source(32, 71) + SourceIndex(3) -4 >Emitted(80, 45) Source(32, 71) + SourceIndex(3) +1->Emitted(81, 5) Source(32, 59) + SourceIndex(3) +2 >Emitted(81, 32) Source(32, 68) + SourceIndex(3) +3 >Emitted(81, 44) Source(32, 71) + SourceIndex(3) +4 >Emitted(81, 45) Source(32, 71) + SourceIndex(3) --- >>>})(internalNamespace || (internalNamespace = {})); 1-> @@ -1308,13 +1311,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalNamespace 7 > { export class someClass {} } -1->Emitted(81, 1) Source(32, 72) + SourceIndex(3) -2 >Emitted(81, 2) Source(32, 73) + SourceIndex(3) -3 >Emitted(81, 4) Source(32, 26) + SourceIndex(3) -4 >Emitted(81, 21) Source(32, 43) + SourceIndex(3) -5 >Emitted(81, 26) Source(32, 26) + SourceIndex(3) -6 >Emitted(81, 43) Source(32, 43) + SourceIndex(3) -7 >Emitted(81, 51) Source(32, 73) + SourceIndex(3) +1->Emitted(82, 1) Source(32, 72) + SourceIndex(3) +2 >Emitted(82, 2) Source(32, 73) + SourceIndex(3) +3 >Emitted(82, 4) Source(32, 26) + SourceIndex(3) +4 >Emitted(82, 21) Source(32, 43) + SourceIndex(3) +5 >Emitted(82, 26) Source(32, 26) + SourceIndex(3) +6 >Emitted(82, 43) Source(32, 43) + SourceIndex(3) +7 >Emitted(82, 51) Source(32, 73) + SourceIndex(3) --- >>>var internalOther; 1 > @@ -1327,10 +1330,10 @@ sourceFile:../second/second_part1.ts 2 >namespace 3 > internalOther 4 > .something { export class someClass {} } -1 >Emitted(82, 1) Source(33, 16) + SourceIndex(3) -2 >Emitted(82, 5) Source(33, 26) + SourceIndex(3) -3 >Emitted(82, 18) Source(33, 39) + SourceIndex(3) -4 >Emitted(82, 19) Source(33, 79) + SourceIndex(3) +1 >Emitted(83, 1) Source(33, 16) + SourceIndex(3) +2 >Emitted(83, 5) Source(33, 26) + SourceIndex(3) +3 >Emitted(83, 18) Source(33, 39) + SourceIndex(3) +4 >Emitted(83, 19) Source(33, 79) + SourceIndex(3) --- >>>(function (internalOther) { 1-> @@ -1339,9 +1342,9 @@ sourceFile:../second/second_part1.ts 1-> 2 >namespace 3 > internalOther -1->Emitted(83, 1) Source(33, 16) + SourceIndex(3) -2 >Emitted(83, 12) Source(33, 26) + SourceIndex(3) -3 >Emitted(83, 25) Source(33, 39) + SourceIndex(3) +1->Emitted(84, 1) Source(33, 16) + SourceIndex(3) +2 >Emitted(84, 12) Source(33, 26) + SourceIndex(3) +3 >Emitted(84, 25) Source(33, 39) + SourceIndex(3) --- >>> var something; 1 >^^^^ @@ -1353,10 +1356,10 @@ sourceFile:../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(84, 5) Source(33, 40) + SourceIndex(3) -2 >Emitted(84, 9) Source(33, 40) + SourceIndex(3) -3 >Emitted(84, 18) Source(33, 49) + SourceIndex(3) -4 >Emitted(84, 19) Source(33, 79) + SourceIndex(3) +1 >Emitted(85, 5) Source(33, 40) + SourceIndex(3) +2 >Emitted(85, 9) Source(33, 40) + SourceIndex(3) +3 >Emitted(85, 18) Source(33, 49) + SourceIndex(3) +4 >Emitted(85, 19) Source(33, 79) + SourceIndex(3) --- >>> (function (something) { 1->^^^^ @@ -1366,21 +1369,21 @@ sourceFile:../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(85, 5) Source(33, 40) + SourceIndex(3) -2 >Emitted(85, 16) Source(33, 40) + SourceIndex(3) -3 >Emitted(85, 25) Source(33, 49) + SourceIndex(3) +1->Emitted(86, 5) Source(33, 40) + SourceIndex(3) +2 >Emitted(86, 16) Source(33, 40) + SourceIndex(3) +3 >Emitted(86, 25) Source(33, 49) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(86, 9) Source(33, 52) + SourceIndex(3) +1->Emitted(87, 9) Source(33, 52) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(87, 13) Source(33, 52) + SourceIndex(3) +1->Emitted(88, 13) Source(33, 52) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -1388,16 +1391,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(88, 13) Source(33, 76) + SourceIndex(3) -2 >Emitted(88, 14) Source(33, 77) + SourceIndex(3) +1->Emitted(89, 13) Source(33, 76) + SourceIndex(3) +2 >Emitted(89, 14) Source(33, 77) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(89, 13) Source(33, 76) + SourceIndex(3) -2 >Emitted(89, 29) Source(33, 77) + SourceIndex(3) +1->Emitted(90, 13) Source(33, 76) + SourceIndex(3) +2 >Emitted(90, 29) Source(33, 77) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -1409,10 +1412,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(90, 9) Source(33, 76) + SourceIndex(3) -2 >Emitted(90, 10) Source(33, 77) + SourceIndex(3) -3 >Emitted(90, 10) Source(33, 52) + SourceIndex(3) -4 >Emitted(90, 14) Source(33, 77) + SourceIndex(3) +1 >Emitted(91, 9) Source(33, 76) + SourceIndex(3) +2 >Emitted(91, 10) Source(33, 77) + SourceIndex(3) +3 >Emitted(91, 10) Source(33, 52) + SourceIndex(3) +4 >Emitted(91, 14) Source(33, 77) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^ @@ -1424,10 +1427,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(91, 9) Source(33, 65) + SourceIndex(3) -2 >Emitted(91, 28) Source(33, 74) + SourceIndex(3) -3 >Emitted(91, 40) Source(33, 77) + SourceIndex(3) -4 >Emitted(91, 41) Source(33, 77) + SourceIndex(3) +1->Emitted(92, 9) Source(33, 65) + SourceIndex(3) +2 >Emitted(92, 28) Source(33, 74) + SourceIndex(3) +3 >Emitted(92, 40) Source(33, 77) + SourceIndex(3) +4 >Emitted(92, 41) Source(33, 77) + SourceIndex(3) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^ @@ -1448,15 +1451,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(92, 5) Source(33, 78) + SourceIndex(3) -2 >Emitted(92, 6) Source(33, 79) + SourceIndex(3) -3 >Emitted(92, 8) Source(33, 40) + SourceIndex(3) -4 >Emitted(92, 17) Source(33, 49) + SourceIndex(3) -5 >Emitted(92, 20) Source(33, 40) + SourceIndex(3) -6 >Emitted(92, 43) Source(33, 49) + SourceIndex(3) -7 >Emitted(92, 48) Source(33, 40) + SourceIndex(3) -8 >Emitted(92, 71) Source(33, 49) + SourceIndex(3) -9 >Emitted(92, 79) Source(33, 79) + SourceIndex(3) +1->Emitted(93, 5) Source(33, 78) + SourceIndex(3) +2 >Emitted(93, 6) Source(33, 79) + SourceIndex(3) +3 >Emitted(93, 8) Source(33, 40) + SourceIndex(3) +4 >Emitted(93, 17) Source(33, 49) + SourceIndex(3) +5 >Emitted(93, 20) Source(33, 40) + SourceIndex(3) +6 >Emitted(93, 43) Source(33, 49) + SourceIndex(3) +7 >Emitted(93, 48) Source(33, 40) + SourceIndex(3) +8 >Emitted(93, 71) Source(33, 49) + SourceIndex(3) +9 >Emitted(93, 79) Source(33, 79) + SourceIndex(3) --- >>>})(internalOther || (internalOther = {})); 1 > @@ -1474,13 +1477,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalOther 7 > .something { export class someClass {} } -1 >Emitted(93, 1) Source(33, 78) + SourceIndex(3) -2 >Emitted(93, 2) Source(33, 79) + SourceIndex(3) -3 >Emitted(93, 4) Source(33, 26) + SourceIndex(3) -4 >Emitted(93, 17) Source(33, 39) + SourceIndex(3) -5 >Emitted(93, 22) Source(33, 26) + SourceIndex(3) -6 >Emitted(93, 35) Source(33, 39) + SourceIndex(3) -7 >Emitted(93, 43) Source(33, 79) + SourceIndex(3) +1 >Emitted(94, 1) Source(33, 78) + SourceIndex(3) +2 >Emitted(94, 2) Source(33, 79) + SourceIndex(3) +3 >Emitted(94, 4) Source(33, 26) + SourceIndex(3) +4 >Emitted(94, 17) Source(33, 39) + SourceIndex(3) +5 >Emitted(94, 22) Source(33, 26) + SourceIndex(3) +6 >Emitted(94, 35) Source(33, 39) + SourceIndex(3) +7 >Emitted(94, 43) Source(33, 79) + SourceIndex(3) --- >>>var internalImport = internalNamespace.someClass; 1-> @@ -1500,14 +1503,14 @@ sourceFile:../second/second_part1.ts 6 > . 7 > someClass 8 > ; -1->Emitted(94, 1) Source(34, 16) + SourceIndex(3) -2 >Emitted(94, 5) Source(34, 23) + SourceIndex(3) -3 >Emitted(94, 19) Source(34, 37) + SourceIndex(3) -4 >Emitted(94, 22) Source(34, 40) + SourceIndex(3) -5 >Emitted(94, 39) Source(34, 57) + SourceIndex(3) -6 >Emitted(94, 40) Source(34, 58) + SourceIndex(3) -7 >Emitted(94, 49) Source(34, 67) + SourceIndex(3) -8 >Emitted(94, 50) Source(34, 68) + SourceIndex(3) +1->Emitted(95, 1) Source(34, 16) + SourceIndex(3) +2 >Emitted(95, 5) Source(34, 23) + SourceIndex(3) +3 >Emitted(95, 19) Source(34, 37) + SourceIndex(3) +4 >Emitted(95, 22) Source(34, 40) + SourceIndex(3) +5 >Emitted(95, 39) Source(34, 57) + SourceIndex(3) +6 >Emitted(95, 40) Source(34, 58) + SourceIndex(3) +7 >Emitted(95, 49) Source(34, 67) + SourceIndex(3) +8 >Emitted(95, 50) Source(34, 68) + SourceIndex(3) --- >>>var internalConst = 10; 1 > @@ -1524,12 +1527,12 @@ sourceFile:../second/second_part1.ts 4 > = 5 > 10 6 > ; -1 >Emitted(95, 1) Source(36, 16) + SourceIndex(3) -2 >Emitted(95, 5) Source(36, 22) + SourceIndex(3) -3 >Emitted(95, 18) Source(36, 35) + SourceIndex(3) -4 >Emitted(95, 21) Source(36, 38) + SourceIndex(3) -5 >Emitted(95, 23) Source(36, 40) + SourceIndex(3) -6 >Emitted(95, 24) Source(36, 41) + SourceIndex(3) +1 >Emitted(96, 1) Source(36, 16) + SourceIndex(3) +2 >Emitted(96, 5) Source(36, 22) + SourceIndex(3) +3 >Emitted(96, 18) Source(36, 35) + SourceIndex(3) +4 >Emitted(96, 21) Source(36, 38) + SourceIndex(3) +5 >Emitted(96, 23) Source(36, 40) + SourceIndex(3) +6 >Emitted(96, 24) Source(36, 41) + SourceIndex(3) --- >>>var internalEnum; 1 > @@ -1540,9 +1543,9 @@ sourceFile:../second/second_part1.ts >/**@internal*/ 2 >enum 3 > internalEnum { a, b, c } -1 >Emitted(96, 1) Source(37, 16) + SourceIndex(3) -2 >Emitted(96, 5) Source(37, 21) + SourceIndex(3) -3 >Emitted(96, 17) Source(37, 45) + SourceIndex(3) +1 >Emitted(97, 1) Source(37, 16) + SourceIndex(3) +2 >Emitted(97, 5) Source(37, 21) + SourceIndex(3) +3 >Emitted(97, 17) Source(37, 45) + SourceIndex(3) --- >>>(function (internalEnum) { 1-> @@ -1552,9 +1555,9 @@ sourceFile:../second/second_part1.ts 1-> 2 >enum 3 > internalEnum -1->Emitted(97, 1) Source(37, 16) + SourceIndex(3) -2 >Emitted(97, 12) Source(37, 21) + SourceIndex(3) -3 >Emitted(97, 24) Source(37, 33) + SourceIndex(3) +1->Emitted(98, 1) Source(37, 16) + SourceIndex(3) +2 >Emitted(98, 12) Source(37, 21) + SourceIndex(3) +3 >Emitted(98, 24) Source(37, 33) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^ @@ -1564,9 +1567,9 @@ sourceFile:../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(98, 5) Source(37, 36) + SourceIndex(3) -2 >Emitted(98, 46) Source(37, 37) + SourceIndex(3) -3 >Emitted(98, 47) Source(37, 37) + SourceIndex(3) +1->Emitted(99, 5) Source(37, 36) + SourceIndex(3) +2 >Emitted(99, 46) Source(37, 37) + SourceIndex(3) +3 >Emitted(99, 47) Source(37, 37) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^ @@ -1576,9 +1579,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(99, 5) Source(37, 39) + SourceIndex(3) -2 >Emitted(99, 46) Source(37, 40) + SourceIndex(3) -3 >Emitted(99, 47) Source(37, 40) + SourceIndex(3) +1->Emitted(100, 5) Source(37, 39) + SourceIndex(3) +2 >Emitted(100, 46) Source(37, 40) + SourceIndex(3) +3 >Emitted(100, 47) Source(37, 40) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^ @@ -1587,9 +1590,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(100, 5) Source(37, 42) + SourceIndex(3) -2 >Emitted(100, 46) Source(37, 43) + SourceIndex(3) -3 >Emitted(100, 47) Source(37, 43) + SourceIndex(3) +1->Emitted(101, 5) Source(37, 42) + SourceIndex(3) +2 >Emitted(101, 46) Source(37, 43) + SourceIndex(3) +3 >Emitted(101, 47) Source(37, 43) + SourceIndex(3) --- >>>})(internalEnum || (internalEnum = {})); 1 > @@ -1606,13 +1609,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalEnum 7 > { a, b, c } -1 >Emitted(101, 1) Source(37, 44) + SourceIndex(3) -2 >Emitted(101, 2) Source(37, 45) + SourceIndex(3) -3 >Emitted(101, 4) Source(37, 21) + SourceIndex(3) -4 >Emitted(101, 16) Source(37, 33) + SourceIndex(3) -5 >Emitted(101, 21) Source(37, 21) + SourceIndex(3) -6 >Emitted(101, 33) Source(37, 33) + SourceIndex(3) -7 >Emitted(101, 41) Source(37, 45) + SourceIndex(3) +1 >Emitted(102, 1) Source(37, 44) + SourceIndex(3) +2 >Emitted(102, 2) Source(37, 45) + SourceIndex(3) +3 >Emitted(102, 4) Source(37, 21) + SourceIndex(3) +4 >Emitted(102, 16) Source(37, 33) + SourceIndex(3) +5 >Emitted(102, 21) Source(37, 21) + SourceIndex(3) +6 >Emitted(102, 33) Source(37, 33) + SourceIndex(3) +7 >Emitted(102, 41) Source(37, 45) + SourceIndex(3) --- ------------------------------------------------------------------- emittedFile:/src/2/second-output.js @@ -1622,13 +1625,13 @@ sourceFile:../second/second_part2.ts 1 > 2 >^^^^^^^^^^^^^^^^^^^-> 1 > -1 >Emitted(102, 1) Source(1, 1) + SourceIndex(4) +1 >Emitted(103, 1) Source(1, 1) + SourceIndex(4) --- >>> function C() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(103, 5) Source(1, 1) + SourceIndex(4) +1->Emitted(104, 5) Source(1, 1) + SourceIndex(4) --- >>> } 1->^^^^ @@ -1640,8 +1643,8 @@ sourceFile:../second/second_part2.ts > } > 2 > } -1->Emitted(104, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(104, 6) Source(5, 2) + SourceIndex(4) +1->Emitted(105, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(105, 6) Source(5, 2) + SourceIndex(4) --- >>> C.prototype.doSomething = function () { 1->^^^^ @@ -1651,9 +1654,9 @@ sourceFile:../second/second_part2.ts 1-> 2 > doSomething 3 > -1->Emitted(105, 5) Source(2, 5) + SourceIndex(4) -2 >Emitted(105, 28) Source(2, 16) + SourceIndex(4) -3 >Emitted(105, 31) Source(2, 5) + SourceIndex(4) +1->Emitted(106, 5) Source(2, 5) + SourceIndex(4) +2 >Emitted(106, 28) Source(2, 16) + SourceIndex(4) +3 >Emitted(106, 31) Source(2, 5) + SourceIndex(4) --- >>> console.log("something got done"); 1->^^^^^^^^ @@ -1673,14 +1676,14 @@ sourceFile:../second/second_part2.ts 6 > "something got done" 7 > ) 8 > ; -1->Emitted(106, 9) Source(3, 9) + SourceIndex(4) -2 >Emitted(106, 16) Source(3, 16) + SourceIndex(4) -3 >Emitted(106, 17) Source(3, 17) + SourceIndex(4) -4 >Emitted(106, 20) Source(3, 20) + SourceIndex(4) -5 >Emitted(106, 21) Source(3, 21) + SourceIndex(4) -6 >Emitted(106, 41) Source(3, 41) + SourceIndex(4) -7 >Emitted(106, 42) Source(3, 42) + SourceIndex(4) -8 >Emitted(106, 43) Source(3, 43) + SourceIndex(4) +1->Emitted(107, 9) Source(3, 9) + SourceIndex(4) +2 >Emitted(107, 16) Source(3, 16) + SourceIndex(4) +3 >Emitted(107, 17) Source(3, 17) + SourceIndex(4) +4 >Emitted(107, 20) Source(3, 20) + SourceIndex(4) +5 >Emitted(107, 21) Source(3, 21) + SourceIndex(4) +6 >Emitted(107, 41) Source(3, 41) + SourceIndex(4) +7 >Emitted(107, 42) Source(3, 42) + SourceIndex(4) +8 >Emitted(107, 43) Source(3, 43) + SourceIndex(4) --- >>> }; 1 >^^^^ @@ -1689,8 +1692,8 @@ sourceFile:../second/second_part2.ts 1 > > 2 > } -1 >Emitted(107, 5) Source(4, 5) + SourceIndex(4) -2 >Emitted(107, 6) Source(4, 6) + SourceIndex(4) +1 >Emitted(108, 5) Source(4, 5) + SourceIndex(4) +2 >Emitted(108, 6) Source(4, 6) + SourceIndex(4) --- >>> return C; 1->^^^^ @@ -1698,8 +1701,8 @@ sourceFile:../second/second_part2.ts 1-> > 2 > } -1->Emitted(108, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(108, 13) Source(5, 2) + SourceIndex(4) +1->Emitted(109, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(109, 13) Source(5, 2) + SourceIndex(4) --- >>>}()); 1 > @@ -1715,10 +1718,10 @@ sourceFile:../second/second_part2.ts > console.log("something got done"); > } > } -1 >Emitted(109, 1) Source(5, 1) + SourceIndex(4) -2 >Emitted(109, 2) Source(5, 2) + SourceIndex(4) -3 >Emitted(109, 2) Source(1, 1) + SourceIndex(4) -4 >Emitted(109, 6) Source(5, 2) + SourceIndex(4) +1 >Emitted(110, 1) Source(5, 1) + SourceIndex(4) +2 >Emitted(110, 2) Source(5, 2) + SourceIndex(4) +3 >Emitted(110, 2) Source(1, 1) + SourceIndex(4) +4 >Emitted(110, 6) Source(5, 2) + SourceIndex(4) --- >>>//# sourceMappingURL=second-output.js.map @@ -1747,7 +1750,7 @@ sourceFile:../second/second_part2.ts }, { "pos": 127, - "end": 3179, + "end": 3197, "kind": "text" } ] @@ -1829,7 +1832,7 @@ function f() { } ---------------------------------------------------------------------- -text: (127-3179) +text: (127-3197) var N; (function (N) { function f() { @@ -1840,8 +1843,9 @@ var N; var normalC = (function () { function normalC() { } - normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: true, @@ -2308,8 +2312,9 @@ var N; var normalC = (function () { function normalC() { } - normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: true, @@ -2405,7 +2410,7 @@ c.doSomething(); //# sourceMappingURL=third-output.js.map //// [/src/third/thirdjs/output/third-output.js.map] -{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} //// [/src/third/thirdjs/output/third-output.js.map.baseline.txt] =================================================================== @@ -2734,66 +2739,68 @@ sourceFile:../../../second/second_part1.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->constructor() { 2 > } 1->Emitted(17, 5) Source(14, 36) + SourceIndex(3) 2 >Emitted(17, 6) Source(14, 37) + SourceIndex(3) --- ->>> normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> proto_1.method = function () { }; 1->^^^^ -2 > ^^^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^ -5 > ^ -6 > ^^^^^^-> +2 > ^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^ +5 > ^ +6 > ^^^^^^-> 1-> > /**@internal*/ prop: string; > /**@internal*/ 2 > method -3 > -4 > method() { -5 > } -1->Emitted(18, 5) Source(16, 20) + SourceIndex(3) -2 >Emitted(18, 29) Source(16, 26) + SourceIndex(3) -3 >Emitted(18, 32) Source(16, 20) + SourceIndex(3) -4 >Emitted(18, 46) Source(16, 31) + SourceIndex(3) -5 >Emitted(18, 47) Source(16, 32) + SourceIndex(3) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +3 > +4 > method() { +5 > } +1->Emitted(19, 5) Source(16, 20) + SourceIndex(3) +2 >Emitted(19, 19) Source(16, 26) + SourceIndex(3) +3 >Emitted(19, 22) Source(16, 20) + SourceIndex(3) +4 >Emitted(19, 36) Source(16, 31) + SourceIndex(3) +5 >Emitted(19, 37) Source(16, 32) + SourceIndex(3) +--- +>>> Object.defineProperty(proto_1, "c", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^^^^^^^^^^ +4 > ^^^-> 1-> > /**@internal*/ 2 > get 3 > c -1->Emitted(19, 5) Source(17, 20) + SourceIndex(3) -2 >Emitted(19, 27) Source(17, 24) + SourceIndex(3) -3 >Emitted(19, 49) Source(17, 25) + SourceIndex(3) +1->Emitted(20, 5) Source(17, 20) + SourceIndex(3) +2 >Emitted(20, 27) Source(17, 24) + SourceIndex(3) +3 >Emitted(20, 39) Source(17, 25) + SourceIndex(3) --- >>> get: function () { return 10; }, -1 >^^^^^^^^^^^^^ +1->^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^^^^^^^ 4 > ^^ 5 > ^ 6 > ^ 7 > ^ -1 > +1-> 2 > get c() { 3 > return 4 > 10 5 > ; 6 > 7 > } -1 >Emitted(20, 14) Source(17, 20) + SourceIndex(3) -2 >Emitted(20, 28) Source(17, 30) + SourceIndex(3) -3 >Emitted(20, 35) Source(17, 37) + SourceIndex(3) -4 >Emitted(20, 37) Source(17, 39) + SourceIndex(3) -5 >Emitted(20, 38) Source(17, 40) + SourceIndex(3) -6 >Emitted(20, 39) Source(17, 41) + SourceIndex(3) -7 >Emitted(20, 40) Source(17, 42) + SourceIndex(3) +1->Emitted(21, 14) Source(17, 20) + SourceIndex(3) +2 >Emitted(21, 28) Source(17, 30) + SourceIndex(3) +3 >Emitted(21, 35) Source(17, 37) + SourceIndex(3) +4 >Emitted(21, 37) Source(17, 39) + SourceIndex(3) +5 >Emitted(21, 38) Source(17, 40) + SourceIndex(3) +6 >Emitted(21, 39) Source(17, 41) + SourceIndex(3) +7 >Emitted(21, 40) Source(17, 42) + SourceIndex(3) --- >>> set: function (val) { }, 1 >^^^^^^^^^^^^^ @@ -2807,11 +2814,11 @@ sourceFile:../../../second/second_part1.ts 3 > val: number 4 > ) { 5 > } -1 >Emitted(21, 14) Source(18, 20) + SourceIndex(3) -2 >Emitted(21, 24) Source(18, 26) + SourceIndex(3) -3 >Emitted(21, 27) Source(18, 37) + SourceIndex(3) -4 >Emitted(21, 31) Source(18, 41) + SourceIndex(3) -5 >Emitted(21, 32) Source(18, 42) + SourceIndex(3) +1 >Emitted(22, 14) Source(18, 20) + SourceIndex(3) +2 >Emitted(22, 24) Source(18, 26) + SourceIndex(3) +3 >Emitted(22, 27) Source(18, 37) + SourceIndex(3) +4 >Emitted(22, 31) Source(18, 41) + SourceIndex(3) +5 >Emitted(22, 32) Source(18, 42) + SourceIndex(3) --- >>> enumerable: true, >>> configurable: true @@ -2819,7 +2826,7 @@ sourceFile:../../../second/second_part1.ts 1 >^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(24, 8) Source(17, 42) + SourceIndex(3) +1 >Emitted(25, 8) Source(17, 42) + SourceIndex(3) --- >>> return normalC; 1->^^^^ @@ -2828,8 +2835,8 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ set c(val: number) { } > 2 > } -1->Emitted(25, 5) Source(19, 1) + SourceIndex(3) -2 >Emitted(25, 19) Source(19, 2) + SourceIndex(3) +1->Emitted(26, 5) Source(19, 1) + SourceIndex(3) +2 >Emitted(26, 19) Source(19, 2) + SourceIndex(3) --- >>>}()); 1 > @@ -2847,10 +2854,10 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ get c() { return 10; } > /**@internal*/ set c(val: number) { } > } -1 >Emitted(26, 1) Source(19, 1) + SourceIndex(3) -2 >Emitted(26, 2) Source(19, 2) + SourceIndex(3) -3 >Emitted(26, 2) Source(13, 1) + SourceIndex(3) -4 >Emitted(26, 6) Source(19, 2) + SourceIndex(3) +1 >Emitted(27, 1) Source(19, 1) + SourceIndex(3) +2 >Emitted(27, 2) Source(19, 2) + SourceIndex(3) +3 >Emitted(27, 2) Source(13, 1) + SourceIndex(3) +4 >Emitted(27, 6) Source(19, 2) + SourceIndex(3) --- >>>var normalN; 1-> @@ -2872,10 +2879,10 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ export const internalConst = 10; > /**@internal*/ export enum internalEnum { a, b, c } > } -1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(27, 5) Source(20, 11) + SourceIndex(3) -3 >Emitted(27, 12) Source(20, 18) + SourceIndex(3) -4 >Emitted(27, 13) Source(29, 2) + SourceIndex(3) +1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(28, 5) Source(20, 11) + SourceIndex(3) +3 >Emitted(28, 12) Source(20, 18) + SourceIndex(3) +4 >Emitted(28, 13) Source(29, 2) + SourceIndex(3) --- >>>(function (normalN) { 1-> @@ -2885,22 +2892,22 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > normalN -1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(28, 12) Source(20, 11) + SourceIndex(3) -3 >Emitted(28, 19) Source(20, 18) + SourceIndex(3) +1->Emitted(29, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(29, 12) Source(20, 11) + SourceIndex(3) +3 >Emitted(29, 19) Source(20, 18) + SourceIndex(3) --- >>> var C = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { > /**@internal*/ -1->Emitted(29, 5) Source(21, 20) + SourceIndex(3) +1->Emitted(30, 5) Source(21, 20) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(30, 9) Source(21, 20) + SourceIndex(3) +1->Emitted(31, 9) Source(21, 20) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -2908,16 +2915,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(31, 9) Source(21, 37) + SourceIndex(3) -2 >Emitted(31, 10) Source(21, 38) + SourceIndex(3) +1->Emitted(32, 9) Source(21, 37) + SourceIndex(3) +2 >Emitted(32, 10) Source(21, 38) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(32, 9) Source(21, 37) + SourceIndex(3) -2 >Emitted(32, 17) Source(21, 38) + SourceIndex(3) +1->Emitted(33, 9) Source(21, 37) + SourceIndex(3) +2 >Emitted(33, 17) Source(21, 38) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -2929,10 +2936,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(33, 5) Source(21, 37) + SourceIndex(3) -2 >Emitted(33, 6) Source(21, 38) + SourceIndex(3) -3 >Emitted(33, 6) Source(21, 20) + SourceIndex(3) -4 >Emitted(33, 10) Source(21, 38) + SourceIndex(3) +1 >Emitted(34, 5) Source(21, 37) + SourceIndex(3) +2 >Emitted(34, 6) Source(21, 38) + SourceIndex(3) +3 >Emitted(34, 6) Source(21, 20) + SourceIndex(3) +4 >Emitted(34, 10) Source(21, 38) + SourceIndex(3) --- >>> normalN.C = C; 1->^^^^ @@ -2944,10 +2951,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > { } 4 > -1->Emitted(34, 5) Source(21, 33) + SourceIndex(3) -2 >Emitted(34, 14) Source(21, 34) + SourceIndex(3) -3 >Emitted(34, 18) Source(21, 38) + SourceIndex(3) -4 >Emitted(34, 19) Source(21, 38) + SourceIndex(3) +1->Emitted(35, 5) Source(21, 33) + SourceIndex(3) +2 >Emitted(35, 14) Source(21, 34) + SourceIndex(3) +3 >Emitted(35, 18) Source(21, 38) + SourceIndex(3) +4 >Emitted(35, 19) Source(21, 38) + SourceIndex(3) --- >>> function foo() { } 1->^^^^ @@ -2962,11 +2969,11 @@ sourceFile:../../../second/second_part1.ts 3 > foo 4 > () { 5 > } -1->Emitted(35, 5) Source(22, 20) + SourceIndex(3) -2 >Emitted(35, 14) Source(22, 36) + SourceIndex(3) -3 >Emitted(35, 17) Source(22, 39) + SourceIndex(3) -4 >Emitted(35, 22) Source(22, 43) + SourceIndex(3) -5 >Emitted(35, 23) Source(22, 44) + SourceIndex(3) +1->Emitted(36, 5) Source(22, 20) + SourceIndex(3) +2 >Emitted(36, 14) Source(22, 36) + SourceIndex(3) +3 >Emitted(36, 17) Source(22, 39) + SourceIndex(3) +4 >Emitted(36, 22) Source(22, 43) + SourceIndex(3) +5 >Emitted(36, 23) Source(22, 44) + SourceIndex(3) --- >>> normalN.foo = foo; 1->^^^^ @@ -2978,10 +2985,10 @@ sourceFile:../../../second/second_part1.ts 2 > foo 3 > () {} 4 > -1->Emitted(36, 5) Source(22, 36) + SourceIndex(3) -2 >Emitted(36, 16) Source(22, 39) + SourceIndex(3) -3 >Emitted(36, 22) Source(22, 44) + SourceIndex(3) -4 >Emitted(36, 23) Source(22, 44) + SourceIndex(3) +1->Emitted(37, 5) Source(22, 36) + SourceIndex(3) +2 >Emitted(37, 16) Source(22, 39) + SourceIndex(3) +3 >Emitted(37, 22) Source(22, 44) + SourceIndex(3) +4 >Emitted(37, 23) Source(22, 44) + SourceIndex(3) --- >>> var someNamespace; 1->^^^^ @@ -2994,10 +3001,10 @@ sourceFile:../../../second/second_part1.ts 2 > export namespace 3 > someNamespace 4 > { export class C {} } -1->Emitted(37, 5) Source(23, 20) + SourceIndex(3) -2 >Emitted(37, 9) Source(23, 37) + SourceIndex(3) -3 >Emitted(37, 22) Source(23, 50) + SourceIndex(3) -4 >Emitted(37, 23) Source(23, 72) + SourceIndex(3) +1->Emitted(38, 5) Source(23, 20) + SourceIndex(3) +2 >Emitted(38, 9) Source(23, 37) + SourceIndex(3) +3 >Emitted(38, 22) Source(23, 50) + SourceIndex(3) +4 >Emitted(38, 23) Source(23, 72) + SourceIndex(3) --- >>> (function (someNamespace) { 1->^^^^ @@ -3007,21 +3014,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > export namespace 3 > someNamespace -1->Emitted(38, 5) Source(23, 20) + SourceIndex(3) -2 >Emitted(38, 16) Source(23, 37) + SourceIndex(3) -3 >Emitted(38, 29) Source(23, 50) + SourceIndex(3) +1->Emitted(39, 5) Source(23, 20) + SourceIndex(3) +2 >Emitted(39, 16) Source(23, 37) + SourceIndex(3) +3 >Emitted(39, 29) Source(23, 50) + SourceIndex(3) --- >>> var C = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(39, 9) Source(23, 53) + SourceIndex(3) +1->Emitted(40, 9) Source(23, 53) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(40, 13) Source(23, 53) + SourceIndex(3) +1->Emitted(41, 13) Source(23, 53) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -3029,16 +3036,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(41, 13) Source(23, 69) + SourceIndex(3) -2 >Emitted(41, 14) Source(23, 70) + SourceIndex(3) +1->Emitted(42, 13) Source(23, 69) + SourceIndex(3) +2 >Emitted(42, 14) Source(23, 70) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(42, 13) Source(23, 69) + SourceIndex(3) -2 >Emitted(42, 21) Source(23, 70) + SourceIndex(3) +1->Emitted(43, 13) Source(23, 69) + SourceIndex(3) +2 >Emitted(43, 21) Source(23, 70) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -3050,10 +3057,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(43, 9) Source(23, 69) + SourceIndex(3) -2 >Emitted(43, 10) Source(23, 70) + SourceIndex(3) -3 >Emitted(43, 10) Source(23, 53) + SourceIndex(3) -4 >Emitted(43, 14) Source(23, 70) + SourceIndex(3) +1 >Emitted(44, 9) Source(23, 69) + SourceIndex(3) +2 >Emitted(44, 10) Source(23, 70) + SourceIndex(3) +3 >Emitted(44, 10) Source(23, 53) + SourceIndex(3) +4 >Emitted(44, 14) Source(23, 70) + SourceIndex(3) --- >>> someNamespace.C = C; 1->^^^^^^^^ @@ -3065,10 +3072,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > {} 4 > -1->Emitted(44, 9) Source(23, 66) + SourceIndex(3) -2 >Emitted(44, 24) Source(23, 67) + SourceIndex(3) -3 >Emitted(44, 28) Source(23, 70) + SourceIndex(3) -4 >Emitted(44, 29) Source(23, 70) + SourceIndex(3) +1->Emitted(45, 9) Source(23, 66) + SourceIndex(3) +2 >Emitted(45, 24) Source(23, 67) + SourceIndex(3) +3 >Emitted(45, 28) Source(23, 70) + SourceIndex(3) +4 >Emitted(45, 29) Source(23, 70) + SourceIndex(3) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^ @@ -3089,15 +3096,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(45, 5) Source(23, 71) + SourceIndex(3) -2 >Emitted(45, 6) Source(23, 72) + SourceIndex(3) -3 >Emitted(45, 8) Source(23, 37) + SourceIndex(3) -4 >Emitted(45, 21) Source(23, 50) + SourceIndex(3) -5 >Emitted(45, 24) Source(23, 37) + SourceIndex(3) -6 >Emitted(45, 45) Source(23, 50) + SourceIndex(3) -7 >Emitted(45, 50) Source(23, 37) + SourceIndex(3) -8 >Emitted(45, 71) Source(23, 50) + SourceIndex(3) -9 >Emitted(45, 79) Source(23, 72) + SourceIndex(3) +1->Emitted(46, 5) Source(23, 71) + SourceIndex(3) +2 >Emitted(46, 6) Source(23, 72) + SourceIndex(3) +3 >Emitted(46, 8) Source(23, 37) + SourceIndex(3) +4 >Emitted(46, 21) Source(23, 50) + SourceIndex(3) +5 >Emitted(46, 24) Source(23, 37) + SourceIndex(3) +6 >Emitted(46, 45) Source(23, 50) + SourceIndex(3) +7 >Emitted(46, 50) Source(23, 37) + SourceIndex(3) +8 >Emitted(46, 71) Source(23, 50) + SourceIndex(3) +9 >Emitted(46, 79) Source(23, 72) + SourceIndex(3) --- >>> var someOther; 1 >^^^^ @@ -3110,10 +3117,10 @@ sourceFile:../../../second/second_part1.ts 2 > export namespace 3 > someOther 4 > .something { export class someClass {} } -1 >Emitted(46, 5) Source(24, 20) + SourceIndex(3) -2 >Emitted(46, 9) Source(24, 37) + SourceIndex(3) -3 >Emitted(46, 18) Source(24, 46) + SourceIndex(3) -4 >Emitted(46, 19) Source(24, 86) + SourceIndex(3) +1 >Emitted(47, 5) Source(24, 20) + SourceIndex(3) +2 >Emitted(47, 9) Source(24, 37) + SourceIndex(3) +3 >Emitted(47, 18) Source(24, 46) + SourceIndex(3) +4 >Emitted(47, 19) Source(24, 86) + SourceIndex(3) --- >>> (function (someOther) { 1->^^^^ @@ -3122,9 +3129,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > export namespace 3 > someOther -1->Emitted(47, 5) Source(24, 20) + SourceIndex(3) -2 >Emitted(47, 16) Source(24, 37) + SourceIndex(3) -3 >Emitted(47, 25) Source(24, 46) + SourceIndex(3) +1->Emitted(48, 5) Source(24, 20) + SourceIndex(3) +2 >Emitted(48, 16) Source(24, 37) + SourceIndex(3) +3 >Emitted(48, 25) Source(24, 46) + SourceIndex(3) --- >>> var something; 1 >^^^^^^^^ @@ -3136,10 +3143,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(48, 9) Source(24, 47) + SourceIndex(3) -2 >Emitted(48, 13) Source(24, 47) + SourceIndex(3) -3 >Emitted(48, 22) Source(24, 56) + SourceIndex(3) -4 >Emitted(48, 23) Source(24, 86) + SourceIndex(3) +1 >Emitted(49, 9) Source(24, 47) + SourceIndex(3) +2 >Emitted(49, 13) Source(24, 47) + SourceIndex(3) +3 >Emitted(49, 22) Source(24, 56) + SourceIndex(3) +4 >Emitted(49, 23) Source(24, 86) + SourceIndex(3) --- >>> (function (something) { 1->^^^^^^^^ @@ -3149,21 +3156,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(49, 9) Source(24, 47) + SourceIndex(3) -2 >Emitted(49, 20) Source(24, 47) + SourceIndex(3) -3 >Emitted(49, 29) Source(24, 56) + SourceIndex(3) +1->Emitted(50, 9) Source(24, 47) + SourceIndex(3) +2 >Emitted(50, 20) Source(24, 47) + SourceIndex(3) +3 >Emitted(50, 29) Source(24, 56) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(50, 13) Source(24, 59) + SourceIndex(3) +1->Emitted(51, 13) Source(24, 59) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(51, 17) Source(24, 59) + SourceIndex(3) +1->Emitted(52, 17) Source(24, 59) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -3171,16 +3178,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(52, 17) Source(24, 83) + SourceIndex(3) -2 >Emitted(52, 18) Source(24, 84) + SourceIndex(3) +1->Emitted(53, 17) Source(24, 83) + SourceIndex(3) +2 >Emitted(53, 18) Source(24, 84) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(53, 17) Source(24, 83) + SourceIndex(3) -2 >Emitted(53, 33) Source(24, 84) + SourceIndex(3) +1->Emitted(54, 17) Source(24, 83) + SourceIndex(3) +2 >Emitted(54, 33) Source(24, 84) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -3192,10 +3199,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(54, 13) Source(24, 83) + SourceIndex(3) -2 >Emitted(54, 14) Source(24, 84) + SourceIndex(3) -3 >Emitted(54, 14) Source(24, 59) + SourceIndex(3) -4 >Emitted(54, 18) Source(24, 84) + SourceIndex(3) +1 >Emitted(55, 13) Source(24, 83) + SourceIndex(3) +2 >Emitted(55, 14) Source(24, 84) + SourceIndex(3) +3 >Emitted(55, 14) Source(24, 59) + SourceIndex(3) +4 >Emitted(55, 18) Source(24, 84) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -3207,10 +3214,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(55, 13) Source(24, 72) + SourceIndex(3) -2 >Emitted(55, 32) Source(24, 81) + SourceIndex(3) -3 >Emitted(55, 44) Source(24, 84) + SourceIndex(3) -4 >Emitted(55, 45) Source(24, 84) + SourceIndex(3) +1->Emitted(56, 13) Source(24, 72) + SourceIndex(3) +2 >Emitted(56, 32) Source(24, 81) + SourceIndex(3) +3 >Emitted(56, 44) Source(24, 84) + SourceIndex(3) +4 >Emitted(56, 45) Source(24, 84) + SourceIndex(3) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^ @@ -3231,15 +3238,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(56, 9) Source(24, 85) + SourceIndex(3) -2 >Emitted(56, 10) Source(24, 86) + SourceIndex(3) -3 >Emitted(56, 12) Source(24, 47) + SourceIndex(3) -4 >Emitted(56, 21) Source(24, 56) + SourceIndex(3) -5 >Emitted(56, 24) Source(24, 47) + SourceIndex(3) -6 >Emitted(56, 43) Source(24, 56) + SourceIndex(3) -7 >Emitted(56, 48) Source(24, 47) + SourceIndex(3) -8 >Emitted(56, 67) Source(24, 56) + SourceIndex(3) -9 >Emitted(56, 75) Source(24, 86) + SourceIndex(3) +1->Emitted(57, 9) Source(24, 85) + SourceIndex(3) +2 >Emitted(57, 10) Source(24, 86) + SourceIndex(3) +3 >Emitted(57, 12) Source(24, 47) + SourceIndex(3) +4 >Emitted(57, 21) Source(24, 56) + SourceIndex(3) +5 >Emitted(57, 24) Source(24, 47) + SourceIndex(3) +6 >Emitted(57, 43) Source(24, 56) + SourceIndex(3) +7 >Emitted(57, 48) Source(24, 47) + SourceIndex(3) +8 >Emitted(57, 67) Source(24, 56) + SourceIndex(3) +9 >Emitted(57, 75) Source(24, 86) + SourceIndex(3) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^ @@ -3260,15 +3267,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(57, 5) Source(24, 85) + SourceIndex(3) -2 >Emitted(57, 6) Source(24, 86) + SourceIndex(3) -3 >Emitted(57, 8) Source(24, 37) + SourceIndex(3) -4 >Emitted(57, 17) Source(24, 46) + SourceIndex(3) -5 >Emitted(57, 20) Source(24, 37) + SourceIndex(3) -6 >Emitted(57, 37) Source(24, 46) + SourceIndex(3) -7 >Emitted(57, 42) Source(24, 37) + SourceIndex(3) -8 >Emitted(57, 59) Source(24, 46) + SourceIndex(3) -9 >Emitted(57, 67) Source(24, 86) + SourceIndex(3) +1 >Emitted(58, 5) Source(24, 85) + SourceIndex(3) +2 >Emitted(58, 6) Source(24, 86) + SourceIndex(3) +3 >Emitted(58, 8) Source(24, 37) + SourceIndex(3) +4 >Emitted(58, 17) Source(24, 46) + SourceIndex(3) +5 >Emitted(58, 20) Source(24, 37) + SourceIndex(3) +6 >Emitted(58, 37) Source(24, 46) + SourceIndex(3) +7 >Emitted(58, 42) Source(24, 37) + SourceIndex(3) +8 >Emitted(58, 59) Source(24, 46) + SourceIndex(3) +9 >Emitted(58, 67) Source(24, 86) + SourceIndex(3) --- >>> normalN.someImport = someNamespace.C; 1 >^^^^ @@ -3286,13 +3293,13 @@ sourceFile:../../../second/second_part1.ts 5 > . 6 > C 7 > ; -1 >Emitted(58, 5) Source(25, 34) + SourceIndex(3) -2 >Emitted(58, 23) Source(25, 44) + SourceIndex(3) -3 >Emitted(58, 26) Source(25, 47) + SourceIndex(3) -4 >Emitted(58, 39) Source(25, 60) + SourceIndex(3) -5 >Emitted(58, 40) Source(25, 61) + SourceIndex(3) -6 >Emitted(58, 41) Source(25, 62) + SourceIndex(3) -7 >Emitted(58, 42) Source(25, 63) + SourceIndex(3) +1 >Emitted(59, 5) Source(25, 34) + SourceIndex(3) +2 >Emitted(59, 23) Source(25, 44) + SourceIndex(3) +3 >Emitted(59, 26) Source(25, 47) + SourceIndex(3) +4 >Emitted(59, 39) Source(25, 60) + SourceIndex(3) +5 >Emitted(59, 40) Source(25, 61) + SourceIndex(3) +6 >Emitted(59, 41) Source(25, 62) + SourceIndex(3) +7 >Emitted(59, 42) Source(25, 63) + SourceIndex(3) --- >>> normalN.internalConst = 10; 1 >^^^^ @@ -3307,11 +3314,11 @@ sourceFile:../../../second/second_part1.ts 3 > = 4 > 10 5 > ; -1 >Emitted(59, 5) Source(27, 33) + SourceIndex(3) -2 >Emitted(59, 26) Source(27, 46) + SourceIndex(3) -3 >Emitted(59, 29) Source(27, 49) + SourceIndex(3) -4 >Emitted(59, 31) Source(27, 51) + SourceIndex(3) -5 >Emitted(59, 32) Source(27, 52) + SourceIndex(3) +1 >Emitted(60, 5) Source(27, 33) + SourceIndex(3) +2 >Emitted(60, 26) Source(27, 46) + SourceIndex(3) +3 >Emitted(60, 29) Source(27, 49) + SourceIndex(3) +4 >Emitted(60, 31) Source(27, 51) + SourceIndex(3) +5 >Emitted(60, 32) Source(27, 52) + SourceIndex(3) --- >>> var internalEnum; 1 >^^^^ @@ -3322,9 +3329,9 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ 2 > export enum 3 > internalEnum { a, b, c } -1 >Emitted(60, 5) Source(28, 20) + SourceIndex(3) -2 >Emitted(60, 9) Source(28, 32) + SourceIndex(3) -3 >Emitted(60, 21) Source(28, 56) + SourceIndex(3) +1 >Emitted(61, 5) Source(28, 20) + SourceIndex(3) +2 >Emitted(61, 9) Source(28, 32) + SourceIndex(3) +3 >Emitted(61, 21) Source(28, 56) + SourceIndex(3) --- >>> (function (internalEnum) { 1->^^^^ @@ -3334,9 +3341,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > export enum 3 > internalEnum -1->Emitted(61, 5) Source(28, 20) + SourceIndex(3) -2 >Emitted(61, 16) Source(28, 32) + SourceIndex(3) -3 >Emitted(61, 28) Source(28, 44) + SourceIndex(3) +1->Emitted(62, 5) Source(28, 20) + SourceIndex(3) +2 >Emitted(62, 16) Source(28, 32) + SourceIndex(3) +3 >Emitted(62, 28) Source(28, 44) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -3346,9 +3353,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(62, 9) Source(28, 47) + SourceIndex(3) -2 >Emitted(62, 50) Source(28, 48) + SourceIndex(3) -3 >Emitted(62, 51) Source(28, 48) + SourceIndex(3) +1->Emitted(63, 9) Source(28, 47) + SourceIndex(3) +2 >Emitted(63, 50) Source(28, 48) + SourceIndex(3) +3 >Emitted(63, 51) Source(28, 48) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -3358,9 +3365,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(63, 9) Source(28, 50) + SourceIndex(3) -2 >Emitted(63, 50) Source(28, 51) + SourceIndex(3) -3 >Emitted(63, 51) Source(28, 51) + SourceIndex(3) +1->Emitted(64, 9) Source(28, 50) + SourceIndex(3) +2 >Emitted(64, 50) Source(28, 51) + SourceIndex(3) +3 >Emitted(64, 51) Source(28, 51) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -3370,9 +3377,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(64, 9) Source(28, 53) + SourceIndex(3) -2 >Emitted(64, 50) Source(28, 54) + SourceIndex(3) -3 >Emitted(64, 51) Source(28, 54) + SourceIndex(3) +1->Emitted(65, 9) Source(28, 53) + SourceIndex(3) +2 >Emitted(65, 50) Source(28, 54) + SourceIndex(3) +3 >Emitted(65, 51) Source(28, 54) + SourceIndex(3) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^ @@ -3393,15 +3400,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(65, 5) Source(28, 55) + SourceIndex(3) -2 >Emitted(65, 6) Source(28, 56) + SourceIndex(3) -3 >Emitted(65, 8) Source(28, 32) + SourceIndex(3) -4 >Emitted(65, 20) Source(28, 44) + SourceIndex(3) -5 >Emitted(65, 23) Source(28, 32) + SourceIndex(3) -6 >Emitted(65, 43) Source(28, 44) + SourceIndex(3) -7 >Emitted(65, 48) Source(28, 32) + SourceIndex(3) -8 >Emitted(65, 68) Source(28, 44) + SourceIndex(3) -9 >Emitted(65, 76) Source(28, 56) + SourceIndex(3) +1->Emitted(66, 5) Source(28, 55) + SourceIndex(3) +2 >Emitted(66, 6) Source(28, 56) + SourceIndex(3) +3 >Emitted(66, 8) Source(28, 32) + SourceIndex(3) +4 >Emitted(66, 20) Source(28, 44) + SourceIndex(3) +5 >Emitted(66, 23) Source(28, 32) + SourceIndex(3) +6 >Emitted(66, 43) Source(28, 44) + SourceIndex(3) +7 >Emitted(66, 48) Source(28, 32) + SourceIndex(3) +8 >Emitted(66, 68) Source(28, 44) + SourceIndex(3) +9 >Emitted(66, 76) Source(28, 56) + SourceIndex(3) --- >>>})(normalN || (normalN = {})); 1 > @@ -3429,26 +3436,26 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ export const internalConst = 10; > /**@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(66, 1) Source(29, 1) + SourceIndex(3) -2 >Emitted(66, 2) Source(29, 2) + SourceIndex(3) -3 >Emitted(66, 4) Source(20, 11) + SourceIndex(3) -4 >Emitted(66, 11) Source(20, 18) + SourceIndex(3) -5 >Emitted(66, 16) Source(20, 11) + SourceIndex(3) -6 >Emitted(66, 23) Source(20, 18) + SourceIndex(3) -7 >Emitted(66, 31) Source(29, 2) + SourceIndex(3) +1 >Emitted(67, 1) Source(29, 1) + SourceIndex(3) +2 >Emitted(67, 2) Source(29, 2) + SourceIndex(3) +3 >Emitted(67, 4) Source(20, 11) + SourceIndex(3) +4 >Emitted(67, 11) Source(20, 18) + SourceIndex(3) +5 >Emitted(67, 16) Source(20, 11) + SourceIndex(3) +6 >Emitted(67, 23) Source(20, 18) + SourceIndex(3) +7 >Emitted(67, 31) Source(29, 2) + SourceIndex(3) --- >>>var internalC = (function () { 1-> 2 >^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> >/**@internal*/ -1->Emitted(67, 1) Source(30, 16) + SourceIndex(3) +1->Emitted(68, 1) Source(30, 16) + SourceIndex(3) --- >>> function internalC() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(68, 5) Source(30, 16) + SourceIndex(3) +1->Emitted(69, 5) Source(30, 16) + SourceIndex(3) --- >>> } 1->^^^^ @@ -3456,16 +3463,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->class internalC { 2 > } -1->Emitted(69, 5) Source(30, 33) + SourceIndex(3) -2 >Emitted(69, 6) Source(30, 34) + SourceIndex(3) +1->Emitted(70, 5) Source(30, 33) + SourceIndex(3) +2 >Emitted(70, 6) Source(30, 34) + SourceIndex(3) --- >>> return internalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(70, 5) Source(30, 33) + SourceIndex(3) -2 >Emitted(70, 21) Source(30, 34) + SourceIndex(3) +1->Emitted(71, 5) Source(30, 33) + SourceIndex(3) +2 >Emitted(71, 21) Source(30, 34) + SourceIndex(3) --- >>>}()); 1 > @@ -3477,10 +3484,10 @@ sourceFile:../../../second/second_part1.ts 2 >} 3 > 4 > class internalC {} -1 >Emitted(71, 1) Source(30, 33) + SourceIndex(3) -2 >Emitted(71, 2) Source(30, 34) + SourceIndex(3) -3 >Emitted(71, 2) Source(30, 16) + SourceIndex(3) -4 >Emitted(71, 6) Source(30, 34) + SourceIndex(3) +1 >Emitted(72, 1) Source(30, 33) + SourceIndex(3) +2 >Emitted(72, 2) Source(30, 34) + SourceIndex(3) +3 >Emitted(72, 2) Source(30, 16) + SourceIndex(3) +4 >Emitted(72, 6) Source(30, 34) + SourceIndex(3) --- >>>function internalfoo() { } 1-> @@ -3494,11 +3501,11 @@ sourceFile:../../../second/second_part1.ts 3 > internalfoo 4 > () { 5 > } -1->Emitted(72, 1) Source(31, 16) + SourceIndex(3) -2 >Emitted(72, 10) Source(31, 25) + SourceIndex(3) -3 >Emitted(72, 21) Source(31, 36) + SourceIndex(3) -4 >Emitted(72, 26) Source(31, 40) + SourceIndex(3) -5 >Emitted(72, 27) Source(31, 41) + SourceIndex(3) +1->Emitted(73, 1) Source(31, 16) + SourceIndex(3) +2 >Emitted(73, 10) Source(31, 25) + SourceIndex(3) +3 >Emitted(73, 21) Source(31, 36) + SourceIndex(3) +4 >Emitted(73, 26) Source(31, 40) + SourceIndex(3) +5 >Emitted(73, 27) Source(31, 41) + SourceIndex(3) --- >>>var internalNamespace; 1 > @@ -3511,10 +3518,10 @@ sourceFile:../../../second/second_part1.ts 2 >namespace 3 > internalNamespace 4 > { export class someClass {} } -1 >Emitted(73, 1) Source(32, 16) + SourceIndex(3) -2 >Emitted(73, 5) Source(32, 26) + SourceIndex(3) -3 >Emitted(73, 22) Source(32, 43) + SourceIndex(3) -4 >Emitted(73, 23) Source(32, 73) + SourceIndex(3) +1 >Emitted(74, 1) Source(32, 16) + SourceIndex(3) +2 >Emitted(74, 5) Source(32, 26) + SourceIndex(3) +3 >Emitted(74, 22) Source(32, 43) + SourceIndex(3) +4 >Emitted(74, 23) Source(32, 73) + SourceIndex(3) --- >>>(function (internalNamespace) { 1-> @@ -3524,21 +3531,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > internalNamespace -1->Emitted(74, 1) Source(32, 16) + SourceIndex(3) -2 >Emitted(74, 12) Source(32, 26) + SourceIndex(3) -3 >Emitted(74, 29) Source(32, 43) + SourceIndex(3) +1->Emitted(75, 1) Source(32, 16) + SourceIndex(3) +2 >Emitted(75, 12) Source(32, 26) + SourceIndex(3) +3 >Emitted(75, 29) Source(32, 43) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(75, 5) Source(32, 46) + SourceIndex(3) +1->Emitted(76, 5) Source(32, 46) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(76, 9) Source(32, 46) + SourceIndex(3) +1->Emitted(77, 9) Source(32, 46) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -3546,16 +3553,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(77, 9) Source(32, 70) + SourceIndex(3) -2 >Emitted(77, 10) Source(32, 71) + SourceIndex(3) +1->Emitted(78, 9) Source(32, 70) + SourceIndex(3) +2 >Emitted(78, 10) Source(32, 71) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(78, 9) Source(32, 70) + SourceIndex(3) -2 >Emitted(78, 25) Source(32, 71) + SourceIndex(3) +1->Emitted(79, 9) Source(32, 70) + SourceIndex(3) +2 >Emitted(79, 25) Source(32, 71) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -3567,10 +3574,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(79, 5) Source(32, 70) + SourceIndex(3) -2 >Emitted(79, 6) Source(32, 71) + SourceIndex(3) -3 >Emitted(79, 6) Source(32, 46) + SourceIndex(3) -4 >Emitted(79, 10) Source(32, 71) + SourceIndex(3) +1 >Emitted(80, 5) Source(32, 70) + SourceIndex(3) +2 >Emitted(80, 6) Source(32, 71) + SourceIndex(3) +3 >Emitted(80, 6) Source(32, 46) + SourceIndex(3) +4 >Emitted(80, 10) Source(32, 71) + SourceIndex(3) --- >>> internalNamespace.someClass = someClass; 1->^^^^ @@ -3582,10 +3589,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(80, 5) Source(32, 59) + SourceIndex(3) -2 >Emitted(80, 32) Source(32, 68) + SourceIndex(3) -3 >Emitted(80, 44) Source(32, 71) + SourceIndex(3) -4 >Emitted(80, 45) Source(32, 71) + SourceIndex(3) +1->Emitted(81, 5) Source(32, 59) + SourceIndex(3) +2 >Emitted(81, 32) Source(32, 68) + SourceIndex(3) +3 >Emitted(81, 44) Source(32, 71) + SourceIndex(3) +4 >Emitted(81, 45) Source(32, 71) + SourceIndex(3) --- >>>})(internalNamespace || (internalNamespace = {})); 1-> @@ -3602,13 +3609,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalNamespace 7 > { export class someClass {} } -1->Emitted(81, 1) Source(32, 72) + SourceIndex(3) -2 >Emitted(81, 2) Source(32, 73) + SourceIndex(3) -3 >Emitted(81, 4) Source(32, 26) + SourceIndex(3) -4 >Emitted(81, 21) Source(32, 43) + SourceIndex(3) -5 >Emitted(81, 26) Source(32, 26) + SourceIndex(3) -6 >Emitted(81, 43) Source(32, 43) + SourceIndex(3) -7 >Emitted(81, 51) Source(32, 73) + SourceIndex(3) +1->Emitted(82, 1) Source(32, 72) + SourceIndex(3) +2 >Emitted(82, 2) Source(32, 73) + SourceIndex(3) +3 >Emitted(82, 4) Source(32, 26) + SourceIndex(3) +4 >Emitted(82, 21) Source(32, 43) + SourceIndex(3) +5 >Emitted(82, 26) Source(32, 26) + SourceIndex(3) +6 >Emitted(82, 43) Source(32, 43) + SourceIndex(3) +7 >Emitted(82, 51) Source(32, 73) + SourceIndex(3) --- >>>var internalOther; 1 > @@ -3621,10 +3628,10 @@ sourceFile:../../../second/second_part1.ts 2 >namespace 3 > internalOther 4 > .something { export class someClass {} } -1 >Emitted(82, 1) Source(33, 16) + SourceIndex(3) -2 >Emitted(82, 5) Source(33, 26) + SourceIndex(3) -3 >Emitted(82, 18) Source(33, 39) + SourceIndex(3) -4 >Emitted(82, 19) Source(33, 79) + SourceIndex(3) +1 >Emitted(83, 1) Source(33, 16) + SourceIndex(3) +2 >Emitted(83, 5) Source(33, 26) + SourceIndex(3) +3 >Emitted(83, 18) Source(33, 39) + SourceIndex(3) +4 >Emitted(83, 19) Source(33, 79) + SourceIndex(3) --- >>>(function (internalOther) { 1-> @@ -3633,9 +3640,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > internalOther -1->Emitted(83, 1) Source(33, 16) + SourceIndex(3) -2 >Emitted(83, 12) Source(33, 26) + SourceIndex(3) -3 >Emitted(83, 25) Source(33, 39) + SourceIndex(3) +1->Emitted(84, 1) Source(33, 16) + SourceIndex(3) +2 >Emitted(84, 12) Source(33, 26) + SourceIndex(3) +3 >Emitted(84, 25) Source(33, 39) + SourceIndex(3) --- >>> var something; 1 >^^^^ @@ -3647,10 +3654,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(84, 5) Source(33, 40) + SourceIndex(3) -2 >Emitted(84, 9) Source(33, 40) + SourceIndex(3) -3 >Emitted(84, 18) Source(33, 49) + SourceIndex(3) -4 >Emitted(84, 19) Source(33, 79) + SourceIndex(3) +1 >Emitted(85, 5) Source(33, 40) + SourceIndex(3) +2 >Emitted(85, 9) Source(33, 40) + SourceIndex(3) +3 >Emitted(85, 18) Source(33, 49) + SourceIndex(3) +4 >Emitted(85, 19) Source(33, 79) + SourceIndex(3) --- >>> (function (something) { 1->^^^^ @@ -3660,21 +3667,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(85, 5) Source(33, 40) + SourceIndex(3) -2 >Emitted(85, 16) Source(33, 40) + SourceIndex(3) -3 >Emitted(85, 25) Source(33, 49) + SourceIndex(3) +1->Emitted(86, 5) Source(33, 40) + SourceIndex(3) +2 >Emitted(86, 16) Source(33, 40) + SourceIndex(3) +3 >Emitted(86, 25) Source(33, 49) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(86, 9) Source(33, 52) + SourceIndex(3) +1->Emitted(87, 9) Source(33, 52) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(87, 13) Source(33, 52) + SourceIndex(3) +1->Emitted(88, 13) Source(33, 52) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -3682,16 +3689,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(88, 13) Source(33, 76) + SourceIndex(3) -2 >Emitted(88, 14) Source(33, 77) + SourceIndex(3) +1->Emitted(89, 13) Source(33, 76) + SourceIndex(3) +2 >Emitted(89, 14) Source(33, 77) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(89, 13) Source(33, 76) + SourceIndex(3) -2 >Emitted(89, 29) Source(33, 77) + SourceIndex(3) +1->Emitted(90, 13) Source(33, 76) + SourceIndex(3) +2 >Emitted(90, 29) Source(33, 77) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -3703,10 +3710,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(90, 9) Source(33, 76) + SourceIndex(3) -2 >Emitted(90, 10) Source(33, 77) + SourceIndex(3) -3 >Emitted(90, 10) Source(33, 52) + SourceIndex(3) -4 >Emitted(90, 14) Source(33, 77) + SourceIndex(3) +1 >Emitted(91, 9) Source(33, 76) + SourceIndex(3) +2 >Emitted(91, 10) Source(33, 77) + SourceIndex(3) +3 >Emitted(91, 10) Source(33, 52) + SourceIndex(3) +4 >Emitted(91, 14) Source(33, 77) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^ @@ -3718,10 +3725,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(91, 9) Source(33, 65) + SourceIndex(3) -2 >Emitted(91, 28) Source(33, 74) + SourceIndex(3) -3 >Emitted(91, 40) Source(33, 77) + SourceIndex(3) -4 >Emitted(91, 41) Source(33, 77) + SourceIndex(3) +1->Emitted(92, 9) Source(33, 65) + SourceIndex(3) +2 >Emitted(92, 28) Source(33, 74) + SourceIndex(3) +3 >Emitted(92, 40) Source(33, 77) + SourceIndex(3) +4 >Emitted(92, 41) Source(33, 77) + SourceIndex(3) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^ @@ -3742,15 +3749,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(92, 5) Source(33, 78) + SourceIndex(3) -2 >Emitted(92, 6) Source(33, 79) + SourceIndex(3) -3 >Emitted(92, 8) Source(33, 40) + SourceIndex(3) -4 >Emitted(92, 17) Source(33, 49) + SourceIndex(3) -5 >Emitted(92, 20) Source(33, 40) + SourceIndex(3) -6 >Emitted(92, 43) Source(33, 49) + SourceIndex(3) -7 >Emitted(92, 48) Source(33, 40) + SourceIndex(3) -8 >Emitted(92, 71) Source(33, 49) + SourceIndex(3) -9 >Emitted(92, 79) Source(33, 79) + SourceIndex(3) +1->Emitted(93, 5) Source(33, 78) + SourceIndex(3) +2 >Emitted(93, 6) Source(33, 79) + SourceIndex(3) +3 >Emitted(93, 8) Source(33, 40) + SourceIndex(3) +4 >Emitted(93, 17) Source(33, 49) + SourceIndex(3) +5 >Emitted(93, 20) Source(33, 40) + SourceIndex(3) +6 >Emitted(93, 43) Source(33, 49) + SourceIndex(3) +7 >Emitted(93, 48) Source(33, 40) + SourceIndex(3) +8 >Emitted(93, 71) Source(33, 49) + SourceIndex(3) +9 >Emitted(93, 79) Source(33, 79) + SourceIndex(3) --- >>>})(internalOther || (internalOther = {})); 1 > @@ -3768,13 +3775,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalOther 7 > .something { export class someClass {} } -1 >Emitted(93, 1) Source(33, 78) + SourceIndex(3) -2 >Emitted(93, 2) Source(33, 79) + SourceIndex(3) -3 >Emitted(93, 4) Source(33, 26) + SourceIndex(3) -4 >Emitted(93, 17) Source(33, 39) + SourceIndex(3) -5 >Emitted(93, 22) Source(33, 26) + SourceIndex(3) -6 >Emitted(93, 35) Source(33, 39) + SourceIndex(3) -7 >Emitted(93, 43) Source(33, 79) + SourceIndex(3) +1 >Emitted(94, 1) Source(33, 78) + SourceIndex(3) +2 >Emitted(94, 2) Source(33, 79) + SourceIndex(3) +3 >Emitted(94, 4) Source(33, 26) + SourceIndex(3) +4 >Emitted(94, 17) Source(33, 39) + SourceIndex(3) +5 >Emitted(94, 22) Source(33, 26) + SourceIndex(3) +6 >Emitted(94, 35) Source(33, 39) + SourceIndex(3) +7 >Emitted(94, 43) Source(33, 79) + SourceIndex(3) --- >>>var internalImport = internalNamespace.someClass; 1-> @@ -3794,14 +3801,14 @@ sourceFile:../../../second/second_part1.ts 6 > . 7 > someClass 8 > ; -1->Emitted(94, 1) Source(34, 16) + SourceIndex(3) -2 >Emitted(94, 5) Source(34, 23) + SourceIndex(3) -3 >Emitted(94, 19) Source(34, 37) + SourceIndex(3) -4 >Emitted(94, 22) Source(34, 40) + SourceIndex(3) -5 >Emitted(94, 39) Source(34, 57) + SourceIndex(3) -6 >Emitted(94, 40) Source(34, 58) + SourceIndex(3) -7 >Emitted(94, 49) Source(34, 67) + SourceIndex(3) -8 >Emitted(94, 50) Source(34, 68) + SourceIndex(3) +1->Emitted(95, 1) Source(34, 16) + SourceIndex(3) +2 >Emitted(95, 5) Source(34, 23) + SourceIndex(3) +3 >Emitted(95, 19) Source(34, 37) + SourceIndex(3) +4 >Emitted(95, 22) Source(34, 40) + SourceIndex(3) +5 >Emitted(95, 39) Source(34, 57) + SourceIndex(3) +6 >Emitted(95, 40) Source(34, 58) + SourceIndex(3) +7 >Emitted(95, 49) Source(34, 67) + SourceIndex(3) +8 >Emitted(95, 50) Source(34, 68) + SourceIndex(3) --- >>>var internalConst = 10; 1 > @@ -3818,12 +3825,12 @@ sourceFile:../../../second/second_part1.ts 4 > = 5 > 10 6 > ; -1 >Emitted(95, 1) Source(36, 16) + SourceIndex(3) -2 >Emitted(95, 5) Source(36, 22) + SourceIndex(3) -3 >Emitted(95, 18) Source(36, 35) + SourceIndex(3) -4 >Emitted(95, 21) Source(36, 38) + SourceIndex(3) -5 >Emitted(95, 23) Source(36, 40) + SourceIndex(3) -6 >Emitted(95, 24) Source(36, 41) + SourceIndex(3) +1 >Emitted(96, 1) Source(36, 16) + SourceIndex(3) +2 >Emitted(96, 5) Source(36, 22) + SourceIndex(3) +3 >Emitted(96, 18) Source(36, 35) + SourceIndex(3) +4 >Emitted(96, 21) Source(36, 38) + SourceIndex(3) +5 >Emitted(96, 23) Source(36, 40) + SourceIndex(3) +6 >Emitted(96, 24) Source(36, 41) + SourceIndex(3) --- >>>var internalEnum; 1 > @@ -3834,9 +3841,9 @@ sourceFile:../../../second/second_part1.ts >/**@internal*/ 2 >enum 3 > internalEnum { a, b, c } -1 >Emitted(96, 1) Source(37, 16) + SourceIndex(3) -2 >Emitted(96, 5) Source(37, 21) + SourceIndex(3) -3 >Emitted(96, 17) Source(37, 45) + SourceIndex(3) +1 >Emitted(97, 1) Source(37, 16) + SourceIndex(3) +2 >Emitted(97, 5) Source(37, 21) + SourceIndex(3) +3 >Emitted(97, 17) Source(37, 45) + SourceIndex(3) --- >>>(function (internalEnum) { 1-> @@ -3846,9 +3853,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >enum 3 > internalEnum -1->Emitted(97, 1) Source(37, 16) + SourceIndex(3) -2 >Emitted(97, 12) Source(37, 21) + SourceIndex(3) -3 >Emitted(97, 24) Source(37, 33) + SourceIndex(3) +1->Emitted(98, 1) Source(37, 16) + SourceIndex(3) +2 >Emitted(98, 12) Source(37, 21) + SourceIndex(3) +3 >Emitted(98, 24) Source(37, 33) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^ @@ -3858,9 +3865,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(98, 5) Source(37, 36) + SourceIndex(3) -2 >Emitted(98, 46) Source(37, 37) + SourceIndex(3) -3 >Emitted(98, 47) Source(37, 37) + SourceIndex(3) +1->Emitted(99, 5) Source(37, 36) + SourceIndex(3) +2 >Emitted(99, 46) Source(37, 37) + SourceIndex(3) +3 >Emitted(99, 47) Source(37, 37) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^ @@ -3870,9 +3877,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(99, 5) Source(37, 39) + SourceIndex(3) -2 >Emitted(99, 46) Source(37, 40) + SourceIndex(3) -3 >Emitted(99, 47) Source(37, 40) + SourceIndex(3) +1->Emitted(100, 5) Source(37, 39) + SourceIndex(3) +2 >Emitted(100, 46) Source(37, 40) + SourceIndex(3) +3 >Emitted(100, 47) Source(37, 40) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^ @@ -3881,9 +3888,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(100, 5) Source(37, 42) + SourceIndex(3) -2 >Emitted(100, 46) Source(37, 43) + SourceIndex(3) -3 >Emitted(100, 47) Source(37, 43) + SourceIndex(3) +1->Emitted(101, 5) Source(37, 42) + SourceIndex(3) +2 >Emitted(101, 46) Source(37, 43) + SourceIndex(3) +3 >Emitted(101, 47) Source(37, 43) + SourceIndex(3) --- >>>})(internalEnum || (internalEnum = {})); 1 > @@ -3900,13 +3907,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalEnum 7 > { a, b, c } -1 >Emitted(101, 1) Source(37, 44) + SourceIndex(3) -2 >Emitted(101, 2) Source(37, 45) + SourceIndex(3) -3 >Emitted(101, 4) Source(37, 21) + SourceIndex(3) -4 >Emitted(101, 16) Source(37, 33) + SourceIndex(3) -5 >Emitted(101, 21) Source(37, 21) + SourceIndex(3) -6 >Emitted(101, 33) Source(37, 33) + SourceIndex(3) -7 >Emitted(101, 41) Source(37, 45) + SourceIndex(3) +1 >Emitted(102, 1) Source(37, 44) + SourceIndex(3) +2 >Emitted(102, 2) Source(37, 45) + SourceIndex(3) +3 >Emitted(102, 4) Source(37, 21) + SourceIndex(3) +4 >Emitted(102, 16) Source(37, 33) + SourceIndex(3) +5 >Emitted(102, 21) Source(37, 21) + SourceIndex(3) +6 >Emitted(102, 33) Source(37, 33) + SourceIndex(3) +7 >Emitted(102, 41) Source(37, 45) + SourceIndex(3) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -3916,13 +3923,13 @@ sourceFile:../../../second/second_part2.ts 1 > 2 >^^^^^^^^^^^^^^^^^^^-> 1 > -1 >Emitted(102, 1) Source(1, 1) + SourceIndex(4) +1 >Emitted(103, 1) Source(1, 1) + SourceIndex(4) --- >>> function C() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(103, 5) Source(1, 1) + SourceIndex(4) +1->Emitted(104, 5) Source(1, 1) + SourceIndex(4) --- >>> } 1->^^^^ @@ -3934,8 +3941,8 @@ sourceFile:../../../second/second_part2.ts > } > 2 > } -1->Emitted(104, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(104, 6) Source(5, 2) + SourceIndex(4) +1->Emitted(105, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(105, 6) Source(5, 2) + SourceIndex(4) --- >>> C.prototype.doSomething = function () { 1->^^^^ @@ -3945,9 +3952,9 @@ sourceFile:../../../second/second_part2.ts 1-> 2 > doSomething 3 > -1->Emitted(105, 5) Source(2, 5) + SourceIndex(4) -2 >Emitted(105, 28) Source(2, 16) + SourceIndex(4) -3 >Emitted(105, 31) Source(2, 5) + SourceIndex(4) +1->Emitted(106, 5) Source(2, 5) + SourceIndex(4) +2 >Emitted(106, 28) Source(2, 16) + SourceIndex(4) +3 >Emitted(106, 31) Source(2, 5) + SourceIndex(4) --- >>> console.log("something got done"); 1->^^^^^^^^ @@ -3967,14 +3974,14 @@ sourceFile:../../../second/second_part2.ts 6 > "something got done" 7 > ) 8 > ; -1->Emitted(106, 9) Source(3, 9) + SourceIndex(4) -2 >Emitted(106, 16) Source(3, 16) + SourceIndex(4) -3 >Emitted(106, 17) Source(3, 17) + SourceIndex(4) -4 >Emitted(106, 20) Source(3, 20) + SourceIndex(4) -5 >Emitted(106, 21) Source(3, 21) + SourceIndex(4) -6 >Emitted(106, 41) Source(3, 41) + SourceIndex(4) -7 >Emitted(106, 42) Source(3, 42) + SourceIndex(4) -8 >Emitted(106, 43) Source(3, 43) + SourceIndex(4) +1->Emitted(107, 9) Source(3, 9) + SourceIndex(4) +2 >Emitted(107, 16) Source(3, 16) + SourceIndex(4) +3 >Emitted(107, 17) Source(3, 17) + SourceIndex(4) +4 >Emitted(107, 20) Source(3, 20) + SourceIndex(4) +5 >Emitted(107, 21) Source(3, 21) + SourceIndex(4) +6 >Emitted(107, 41) Source(3, 41) + SourceIndex(4) +7 >Emitted(107, 42) Source(3, 42) + SourceIndex(4) +8 >Emitted(107, 43) Source(3, 43) + SourceIndex(4) --- >>> }; 1 >^^^^ @@ -3983,8 +3990,8 @@ sourceFile:../../../second/second_part2.ts 1 > > 2 > } -1 >Emitted(107, 5) Source(4, 5) + SourceIndex(4) -2 >Emitted(107, 6) Source(4, 6) + SourceIndex(4) +1 >Emitted(108, 5) Source(4, 5) + SourceIndex(4) +2 >Emitted(108, 6) Source(4, 6) + SourceIndex(4) --- >>> return C; 1->^^^^ @@ -3992,8 +3999,8 @@ sourceFile:../../../second/second_part2.ts 1-> > 2 > } -1->Emitted(108, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(108, 13) Source(5, 2) + SourceIndex(4) +1->Emitted(109, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(109, 13) Source(5, 2) + SourceIndex(4) --- >>>}()); 1 > @@ -4009,10 +4016,10 @@ sourceFile:../../../second/second_part2.ts > console.log("something got done"); > } > } -1 >Emitted(109, 1) Source(5, 1) + SourceIndex(4) -2 >Emitted(109, 2) Source(5, 2) + SourceIndex(4) -3 >Emitted(109, 2) Source(1, 1) + SourceIndex(4) -4 >Emitted(109, 6) Source(5, 2) + SourceIndex(4) +1 >Emitted(110, 1) Source(5, 1) + SourceIndex(4) +2 >Emitted(110, 2) Source(5, 2) + SourceIndex(4) +3 >Emitted(110, 2) Source(1, 1) + SourceIndex(4) +4 >Emitted(110, 6) Source(5, 2) + SourceIndex(4) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -4036,14 +4043,14 @@ sourceFile:../../third_part1.ts 6 > C 7 > () 8 > ; -1->Emitted(110, 1) Source(1, 1) + SourceIndex(5) -2 >Emitted(110, 5) Source(1, 5) + SourceIndex(5) -3 >Emitted(110, 6) Source(1, 6) + SourceIndex(5) -4 >Emitted(110, 9) Source(1, 9) + SourceIndex(5) -5 >Emitted(110, 13) Source(1, 13) + SourceIndex(5) -6 >Emitted(110, 14) Source(1, 14) + SourceIndex(5) -7 >Emitted(110, 16) Source(1, 16) + SourceIndex(5) -8 >Emitted(110, 17) Source(1, 17) + SourceIndex(5) +1->Emitted(111, 1) Source(1, 1) + SourceIndex(5) +2 >Emitted(111, 5) Source(1, 5) + SourceIndex(5) +3 >Emitted(111, 6) Source(1, 6) + SourceIndex(5) +4 >Emitted(111, 9) Source(1, 9) + SourceIndex(5) +5 >Emitted(111, 13) Source(1, 13) + SourceIndex(5) +6 >Emitted(111, 14) Source(1, 14) + SourceIndex(5) +7 >Emitted(111, 16) Source(1, 16) + SourceIndex(5) +8 >Emitted(111, 17) Source(1, 17) + SourceIndex(5) --- >>>c.doSomething(); 1-> @@ -4060,12 +4067,12 @@ sourceFile:../../third_part1.ts 4 > doSomething 5 > () 6 > ; -1->Emitted(111, 1) Source(2, 1) + SourceIndex(5) -2 >Emitted(111, 2) Source(2, 2) + SourceIndex(5) -3 >Emitted(111, 3) Source(2, 3) + SourceIndex(5) -4 >Emitted(111, 14) Source(2, 14) + SourceIndex(5) -5 >Emitted(111, 16) Source(2, 16) + SourceIndex(5) -6 >Emitted(111, 17) Source(2, 17) + SourceIndex(5) +1->Emitted(112, 1) Source(2, 1) + SourceIndex(5) +2 >Emitted(112, 2) Source(2, 2) + SourceIndex(5) +3 >Emitted(112, 3) Source(2, 3) + SourceIndex(5) +4 >Emitted(112, 14) Source(2, 14) + SourceIndex(5) +5 >Emitted(112, 16) Source(2, 16) + SourceIndex(5) +6 >Emitted(112, 17) Source(2, 17) + SourceIndex(5) --- >>>//# sourceMappingURL=third-output.js.map @@ -4080,20 +4087,20 @@ sourceFile:../../third_part1.ts "sections": [ { "pos": 0, - "end": 3179, + "end": 3197, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 0, - "end": 3179, + "end": 3197, "kind": "text" } ] }, { - "pos": 3179, - "end": 3215, + "pos": 3197, + "end": 3233, "kind": "text" } ] @@ -4128,9 +4135,9 @@ sourceFile:../../third_part1.ts ====================================================================== File:: /src/third/thirdjs/output/third-output.js ---------------------------------------------------------------------- -prepend: (0-3179):: ../../../2/second-output.js texts:: 1 +prepend: (0-3197):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (0-3179) +text: (0-3197) var s = "Hello, world"; console.log(s); console.log(s); @@ -4148,8 +4155,9 @@ var N; var normalC = (function () { function normalC() { } - normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: true, @@ -4242,7 +4250,7 @@ var C = (function () { }()); ---------------------------------------------------------------------- -text: (3179-3215) +text: (3197-3233) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-jsdoc-style-comment.js b/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-jsdoc-style-comment.js index 38403c4693d02..e2caf05ec2aef 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-jsdoc-style-comment.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-jsdoc-style-comment.js @@ -282,8 +282,9 @@ var N; var normalC = (function () { function normalC() { } - normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: true, @@ -379,7 +380,7 @@ c.doSomething(); //# sourceMappingURL=third-output.js.map //// [/src/third/thirdjs/output/third-output.js.map] -{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} //// [/src/third/thirdjs/output/third-output.js.map.baseline.txt] =================================================================== @@ -708,66 +709,68 @@ sourceFile:../../../second/second_part1.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->constructor() { 2 > } 1->Emitted(17, 5) Source(14, 36) + SourceIndex(3) 2 >Emitted(17, 6) Source(14, 37) + SourceIndex(3) --- ->>> normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> proto_1.method = function () { }; 1->^^^^ -2 > ^^^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^ -5 > ^ -6 > ^^^^^^-> +2 > ^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^ +5 > ^ +6 > ^^^^^^-> 1-> > /**@internal*/ prop: string; > /**@internal*/ 2 > method -3 > -4 > method() { -5 > } -1->Emitted(18, 5) Source(16, 20) + SourceIndex(3) -2 >Emitted(18, 29) Source(16, 26) + SourceIndex(3) -3 >Emitted(18, 32) Source(16, 20) + SourceIndex(3) -4 >Emitted(18, 46) Source(16, 31) + SourceIndex(3) -5 >Emitted(18, 47) Source(16, 32) + SourceIndex(3) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +3 > +4 > method() { +5 > } +1->Emitted(19, 5) Source(16, 20) + SourceIndex(3) +2 >Emitted(19, 19) Source(16, 26) + SourceIndex(3) +3 >Emitted(19, 22) Source(16, 20) + SourceIndex(3) +4 >Emitted(19, 36) Source(16, 31) + SourceIndex(3) +5 >Emitted(19, 37) Source(16, 32) + SourceIndex(3) +--- +>>> Object.defineProperty(proto_1, "c", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^^^^^^^^^^ +4 > ^^^-> 1-> > /**@internal*/ 2 > get 3 > c -1->Emitted(19, 5) Source(17, 20) + SourceIndex(3) -2 >Emitted(19, 27) Source(17, 24) + SourceIndex(3) -3 >Emitted(19, 49) Source(17, 25) + SourceIndex(3) +1->Emitted(20, 5) Source(17, 20) + SourceIndex(3) +2 >Emitted(20, 27) Source(17, 24) + SourceIndex(3) +3 >Emitted(20, 39) Source(17, 25) + SourceIndex(3) --- >>> get: function () { return 10; }, -1 >^^^^^^^^^^^^^ +1->^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^^^^^^^ 4 > ^^ 5 > ^ 6 > ^ 7 > ^ -1 > +1-> 2 > get c() { 3 > return 4 > 10 5 > ; 6 > 7 > } -1 >Emitted(20, 14) Source(17, 20) + SourceIndex(3) -2 >Emitted(20, 28) Source(17, 30) + SourceIndex(3) -3 >Emitted(20, 35) Source(17, 37) + SourceIndex(3) -4 >Emitted(20, 37) Source(17, 39) + SourceIndex(3) -5 >Emitted(20, 38) Source(17, 40) + SourceIndex(3) -6 >Emitted(20, 39) Source(17, 41) + SourceIndex(3) -7 >Emitted(20, 40) Source(17, 42) + SourceIndex(3) +1->Emitted(21, 14) Source(17, 20) + SourceIndex(3) +2 >Emitted(21, 28) Source(17, 30) + SourceIndex(3) +3 >Emitted(21, 35) Source(17, 37) + SourceIndex(3) +4 >Emitted(21, 37) Source(17, 39) + SourceIndex(3) +5 >Emitted(21, 38) Source(17, 40) + SourceIndex(3) +6 >Emitted(21, 39) Source(17, 41) + SourceIndex(3) +7 >Emitted(21, 40) Source(17, 42) + SourceIndex(3) --- >>> set: function (val) { }, 1 >^^^^^^^^^^^^^ @@ -781,11 +784,11 @@ sourceFile:../../../second/second_part1.ts 3 > val: number 4 > ) { 5 > } -1 >Emitted(21, 14) Source(18, 20) + SourceIndex(3) -2 >Emitted(21, 24) Source(18, 26) + SourceIndex(3) -3 >Emitted(21, 27) Source(18, 37) + SourceIndex(3) -4 >Emitted(21, 31) Source(18, 41) + SourceIndex(3) -5 >Emitted(21, 32) Source(18, 42) + SourceIndex(3) +1 >Emitted(22, 14) Source(18, 20) + SourceIndex(3) +2 >Emitted(22, 24) Source(18, 26) + SourceIndex(3) +3 >Emitted(22, 27) Source(18, 37) + SourceIndex(3) +4 >Emitted(22, 31) Source(18, 41) + SourceIndex(3) +5 >Emitted(22, 32) Source(18, 42) + SourceIndex(3) --- >>> enumerable: true, >>> configurable: true @@ -793,7 +796,7 @@ sourceFile:../../../second/second_part1.ts 1 >^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(24, 8) Source(17, 42) + SourceIndex(3) +1 >Emitted(25, 8) Source(17, 42) + SourceIndex(3) --- >>> return normalC; 1->^^^^ @@ -802,8 +805,8 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ set c(val: number) { } > 2 > } -1->Emitted(25, 5) Source(19, 1) + SourceIndex(3) -2 >Emitted(25, 19) Source(19, 2) + SourceIndex(3) +1->Emitted(26, 5) Source(19, 1) + SourceIndex(3) +2 >Emitted(26, 19) Source(19, 2) + SourceIndex(3) --- >>>}()); 1 > @@ -821,10 +824,10 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ get c() { return 10; } > /**@internal*/ set c(val: number) { } > } -1 >Emitted(26, 1) Source(19, 1) + SourceIndex(3) -2 >Emitted(26, 2) Source(19, 2) + SourceIndex(3) -3 >Emitted(26, 2) Source(13, 1) + SourceIndex(3) -4 >Emitted(26, 6) Source(19, 2) + SourceIndex(3) +1 >Emitted(27, 1) Source(19, 1) + SourceIndex(3) +2 >Emitted(27, 2) Source(19, 2) + SourceIndex(3) +3 >Emitted(27, 2) Source(13, 1) + SourceIndex(3) +4 >Emitted(27, 6) Source(19, 2) + SourceIndex(3) --- >>>var normalN; 1-> @@ -846,10 +849,10 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ export const internalConst = 10; > /**@internal*/ export enum internalEnum { a, b, c } > } -1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(27, 5) Source(20, 11) + SourceIndex(3) -3 >Emitted(27, 12) Source(20, 18) + SourceIndex(3) -4 >Emitted(27, 13) Source(29, 2) + SourceIndex(3) +1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(28, 5) Source(20, 11) + SourceIndex(3) +3 >Emitted(28, 12) Source(20, 18) + SourceIndex(3) +4 >Emitted(28, 13) Source(29, 2) + SourceIndex(3) --- >>>(function (normalN) { 1-> @@ -859,22 +862,22 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > normalN -1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(28, 12) Source(20, 11) + SourceIndex(3) -3 >Emitted(28, 19) Source(20, 18) + SourceIndex(3) +1->Emitted(29, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(29, 12) Source(20, 11) + SourceIndex(3) +3 >Emitted(29, 19) Source(20, 18) + SourceIndex(3) --- >>> var C = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { > /**@internal*/ -1->Emitted(29, 5) Source(21, 20) + SourceIndex(3) +1->Emitted(30, 5) Source(21, 20) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(30, 9) Source(21, 20) + SourceIndex(3) +1->Emitted(31, 9) Source(21, 20) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -882,16 +885,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(31, 9) Source(21, 37) + SourceIndex(3) -2 >Emitted(31, 10) Source(21, 38) + SourceIndex(3) +1->Emitted(32, 9) Source(21, 37) + SourceIndex(3) +2 >Emitted(32, 10) Source(21, 38) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(32, 9) Source(21, 37) + SourceIndex(3) -2 >Emitted(32, 17) Source(21, 38) + SourceIndex(3) +1->Emitted(33, 9) Source(21, 37) + SourceIndex(3) +2 >Emitted(33, 17) Source(21, 38) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -903,10 +906,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(33, 5) Source(21, 37) + SourceIndex(3) -2 >Emitted(33, 6) Source(21, 38) + SourceIndex(3) -3 >Emitted(33, 6) Source(21, 20) + SourceIndex(3) -4 >Emitted(33, 10) Source(21, 38) + SourceIndex(3) +1 >Emitted(34, 5) Source(21, 37) + SourceIndex(3) +2 >Emitted(34, 6) Source(21, 38) + SourceIndex(3) +3 >Emitted(34, 6) Source(21, 20) + SourceIndex(3) +4 >Emitted(34, 10) Source(21, 38) + SourceIndex(3) --- >>> normalN.C = C; 1->^^^^ @@ -918,10 +921,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > { } 4 > -1->Emitted(34, 5) Source(21, 33) + SourceIndex(3) -2 >Emitted(34, 14) Source(21, 34) + SourceIndex(3) -3 >Emitted(34, 18) Source(21, 38) + SourceIndex(3) -4 >Emitted(34, 19) Source(21, 38) + SourceIndex(3) +1->Emitted(35, 5) Source(21, 33) + SourceIndex(3) +2 >Emitted(35, 14) Source(21, 34) + SourceIndex(3) +3 >Emitted(35, 18) Source(21, 38) + SourceIndex(3) +4 >Emitted(35, 19) Source(21, 38) + SourceIndex(3) --- >>> function foo() { } 1->^^^^ @@ -936,11 +939,11 @@ sourceFile:../../../second/second_part1.ts 3 > foo 4 > () { 5 > } -1->Emitted(35, 5) Source(22, 20) + SourceIndex(3) -2 >Emitted(35, 14) Source(22, 36) + SourceIndex(3) -3 >Emitted(35, 17) Source(22, 39) + SourceIndex(3) -4 >Emitted(35, 22) Source(22, 43) + SourceIndex(3) -5 >Emitted(35, 23) Source(22, 44) + SourceIndex(3) +1->Emitted(36, 5) Source(22, 20) + SourceIndex(3) +2 >Emitted(36, 14) Source(22, 36) + SourceIndex(3) +3 >Emitted(36, 17) Source(22, 39) + SourceIndex(3) +4 >Emitted(36, 22) Source(22, 43) + SourceIndex(3) +5 >Emitted(36, 23) Source(22, 44) + SourceIndex(3) --- >>> normalN.foo = foo; 1->^^^^ @@ -952,10 +955,10 @@ sourceFile:../../../second/second_part1.ts 2 > foo 3 > () {} 4 > -1->Emitted(36, 5) Source(22, 36) + SourceIndex(3) -2 >Emitted(36, 16) Source(22, 39) + SourceIndex(3) -3 >Emitted(36, 22) Source(22, 44) + SourceIndex(3) -4 >Emitted(36, 23) Source(22, 44) + SourceIndex(3) +1->Emitted(37, 5) Source(22, 36) + SourceIndex(3) +2 >Emitted(37, 16) Source(22, 39) + SourceIndex(3) +3 >Emitted(37, 22) Source(22, 44) + SourceIndex(3) +4 >Emitted(37, 23) Source(22, 44) + SourceIndex(3) --- >>> var someNamespace; 1->^^^^ @@ -968,10 +971,10 @@ sourceFile:../../../second/second_part1.ts 2 > export namespace 3 > someNamespace 4 > { export class C {} } -1->Emitted(37, 5) Source(23, 20) + SourceIndex(3) -2 >Emitted(37, 9) Source(23, 37) + SourceIndex(3) -3 >Emitted(37, 22) Source(23, 50) + SourceIndex(3) -4 >Emitted(37, 23) Source(23, 72) + SourceIndex(3) +1->Emitted(38, 5) Source(23, 20) + SourceIndex(3) +2 >Emitted(38, 9) Source(23, 37) + SourceIndex(3) +3 >Emitted(38, 22) Source(23, 50) + SourceIndex(3) +4 >Emitted(38, 23) Source(23, 72) + SourceIndex(3) --- >>> (function (someNamespace) { 1->^^^^ @@ -981,21 +984,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > export namespace 3 > someNamespace -1->Emitted(38, 5) Source(23, 20) + SourceIndex(3) -2 >Emitted(38, 16) Source(23, 37) + SourceIndex(3) -3 >Emitted(38, 29) Source(23, 50) + SourceIndex(3) +1->Emitted(39, 5) Source(23, 20) + SourceIndex(3) +2 >Emitted(39, 16) Source(23, 37) + SourceIndex(3) +3 >Emitted(39, 29) Source(23, 50) + SourceIndex(3) --- >>> var C = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(39, 9) Source(23, 53) + SourceIndex(3) +1->Emitted(40, 9) Source(23, 53) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(40, 13) Source(23, 53) + SourceIndex(3) +1->Emitted(41, 13) Source(23, 53) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -1003,16 +1006,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(41, 13) Source(23, 69) + SourceIndex(3) -2 >Emitted(41, 14) Source(23, 70) + SourceIndex(3) +1->Emitted(42, 13) Source(23, 69) + SourceIndex(3) +2 >Emitted(42, 14) Source(23, 70) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(42, 13) Source(23, 69) + SourceIndex(3) -2 >Emitted(42, 21) Source(23, 70) + SourceIndex(3) +1->Emitted(43, 13) Source(23, 69) + SourceIndex(3) +2 >Emitted(43, 21) Source(23, 70) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -1024,10 +1027,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(43, 9) Source(23, 69) + SourceIndex(3) -2 >Emitted(43, 10) Source(23, 70) + SourceIndex(3) -3 >Emitted(43, 10) Source(23, 53) + SourceIndex(3) -4 >Emitted(43, 14) Source(23, 70) + SourceIndex(3) +1 >Emitted(44, 9) Source(23, 69) + SourceIndex(3) +2 >Emitted(44, 10) Source(23, 70) + SourceIndex(3) +3 >Emitted(44, 10) Source(23, 53) + SourceIndex(3) +4 >Emitted(44, 14) Source(23, 70) + SourceIndex(3) --- >>> someNamespace.C = C; 1->^^^^^^^^ @@ -1039,10 +1042,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > {} 4 > -1->Emitted(44, 9) Source(23, 66) + SourceIndex(3) -2 >Emitted(44, 24) Source(23, 67) + SourceIndex(3) -3 >Emitted(44, 28) Source(23, 70) + SourceIndex(3) -4 >Emitted(44, 29) Source(23, 70) + SourceIndex(3) +1->Emitted(45, 9) Source(23, 66) + SourceIndex(3) +2 >Emitted(45, 24) Source(23, 67) + SourceIndex(3) +3 >Emitted(45, 28) Source(23, 70) + SourceIndex(3) +4 >Emitted(45, 29) Source(23, 70) + SourceIndex(3) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^ @@ -1063,15 +1066,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(45, 5) Source(23, 71) + SourceIndex(3) -2 >Emitted(45, 6) Source(23, 72) + SourceIndex(3) -3 >Emitted(45, 8) Source(23, 37) + SourceIndex(3) -4 >Emitted(45, 21) Source(23, 50) + SourceIndex(3) -5 >Emitted(45, 24) Source(23, 37) + SourceIndex(3) -6 >Emitted(45, 45) Source(23, 50) + SourceIndex(3) -7 >Emitted(45, 50) Source(23, 37) + SourceIndex(3) -8 >Emitted(45, 71) Source(23, 50) + SourceIndex(3) -9 >Emitted(45, 79) Source(23, 72) + SourceIndex(3) +1->Emitted(46, 5) Source(23, 71) + SourceIndex(3) +2 >Emitted(46, 6) Source(23, 72) + SourceIndex(3) +3 >Emitted(46, 8) Source(23, 37) + SourceIndex(3) +4 >Emitted(46, 21) Source(23, 50) + SourceIndex(3) +5 >Emitted(46, 24) Source(23, 37) + SourceIndex(3) +6 >Emitted(46, 45) Source(23, 50) + SourceIndex(3) +7 >Emitted(46, 50) Source(23, 37) + SourceIndex(3) +8 >Emitted(46, 71) Source(23, 50) + SourceIndex(3) +9 >Emitted(46, 79) Source(23, 72) + SourceIndex(3) --- >>> var someOther; 1 >^^^^ @@ -1084,10 +1087,10 @@ sourceFile:../../../second/second_part1.ts 2 > export namespace 3 > someOther 4 > .something { export class someClass {} } -1 >Emitted(46, 5) Source(24, 20) + SourceIndex(3) -2 >Emitted(46, 9) Source(24, 37) + SourceIndex(3) -3 >Emitted(46, 18) Source(24, 46) + SourceIndex(3) -4 >Emitted(46, 19) Source(24, 86) + SourceIndex(3) +1 >Emitted(47, 5) Source(24, 20) + SourceIndex(3) +2 >Emitted(47, 9) Source(24, 37) + SourceIndex(3) +3 >Emitted(47, 18) Source(24, 46) + SourceIndex(3) +4 >Emitted(47, 19) Source(24, 86) + SourceIndex(3) --- >>> (function (someOther) { 1->^^^^ @@ -1096,9 +1099,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > export namespace 3 > someOther -1->Emitted(47, 5) Source(24, 20) + SourceIndex(3) -2 >Emitted(47, 16) Source(24, 37) + SourceIndex(3) -3 >Emitted(47, 25) Source(24, 46) + SourceIndex(3) +1->Emitted(48, 5) Source(24, 20) + SourceIndex(3) +2 >Emitted(48, 16) Source(24, 37) + SourceIndex(3) +3 >Emitted(48, 25) Source(24, 46) + SourceIndex(3) --- >>> var something; 1 >^^^^^^^^ @@ -1110,10 +1113,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(48, 9) Source(24, 47) + SourceIndex(3) -2 >Emitted(48, 13) Source(24, 47) + SourceIndex(3) -3 >Emitted(48, 22) Source(24, 56) + SourceIndex(3) -4 >Emitted(48, 23) Source(24, 86) + SourceIndex(3) +1 >Emitted(49, 9) Source(24, 47) + SourceIndex(3) +2 >Emitted(49, 13) Source(24, 47) + SourceIndex(3) +3 >Emitted(49, 22) Source(24, 56) + SourceIndex(3) +4 >Emitted(49, 23) Source(24, 86) + SourceIndex(3) --- >>> (function (something) { 1->^^^^^^^^ @@ -1123,21 +1126,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(49, 9) Source(24, 47) + SourceIndex(3) -2 >Emitted(49, 20) Source(24, 47) + SourceIndex(3) -3 >Emitted(49, 29) Source(24, 56) + SourceIndex(3) +1->Emitted(50, 9) Source(24, 47) + SourceIndex(3) +2 >Emitted(50, 20) Source(24, 47) + SourceIndex(3) +3 >Emitted(50, 29) Source(24, 56) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(50, 13) Source(24, 59) + SourceIndex(3) +1->Emitted(51, 13) Source(24, 59) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(51, 17) Source(24, 59) + SourceIndex(3) +1->Emitted(52, 17) Source(24, 59) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -1145,16 +1148,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(52, 17) Source(24, 83) + SourceIndex(3) -2 >Emitted(52, 18) Source(24, 84) + SourceIndex(3) +1->Emitted(53, 17) Source(24, 83) + SourceIndex(3) +2 >Emitted(53, 18) Source(24, 84) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(53, 17) Source(24, 83) + SourceIndex(3) -2 >Emitted(53, 33) Source(24, 84) + SourceIndex(3) +1->Emitted(54, 17) Source(24, 83) + SourceIndex(3) +2 >Emitted(54, 33) Source(24, 84) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -1166,10 +1169,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(54, 13) Source(24, 83) + SourceIndex(3) -2 >Emitted(54, 14) Source(24, 84) + SourceIndex(3) -3 >Emitted(54, 14) Source(24, 59) + SourceIndex(3) -4 >Emitted(54, 18) Source(24, 84) + SourceIndex(3) +1 >Emitted(55, 13) Source(24, 83) + SourceIndex(3) +2 >Emitted(55, 14) Source(24, 84) + SourceIndex(3) +3 >Emitted(55, 14) Source(24, 59) + SourceIndex(3) +4 >Emitted(55, 18) Source(24, 84) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -1181,10 +1184,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(55, 13) Source(24, 72) + SourceIndex(3) -2 >Emitted(55, 32) Source(24, 81) + SourceIndex(3) -3 >Emitted(55, 44) Source(24, 84) + SourceIndex(3) -4 >Emitted(55, 45) Source(24, 84) + SourceIndex(3) +1->Emitted(56, 13) Source(24, 72) + SourceIndex(3) +2 >Emitted(56, 32) Source(24, 81) + SourceIndex(3) +3 >Emitted(56, 44) Source(24, 84) + SourceIndex(3) +4 >Emitted(56, 45) Source(24, 84) + SourceIndex(3) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^ @@ -1205,15 +1208,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(56, 9) Source(24, 85) + SourceIndex(3) -2 >Emitted(56, 10) Source(24, 86) + SourceIndex(3) -3 >Emitted(56, 12) Source(24, 47) + SourceIndex(3) -4 >Emitted(56, 21) Source(24, 56) + SourceIndex(3) -5 >Emitted(56, 24) Source(24, 47) + SourceIndex(3) -6 >Emitted(56, 43) Source(24, 56) + SourceIndex(3) -7 >Emitted(56, 48) Source(24, 47) + SourceIndex(3) -8 >Emitted(56, 67) Source(24, 56) + SourceIndex(3) -9 >Emitted(56, 75) Source(24, 86) + SourceIndex(3) +1->Emitted(57, 9) Source(24, 85) + SourceIndex(3) +2 >Emitted(57, 10) Source(24, 86) + SourceIndex(3) +3 >Emitted(57, 12) Source(24, 47) + SourceIndex(3) +4 >Emitted(57, 21) Source(24, 56) + SourceIndex(3) +5 >Emitted(57, 24) Source(24, 47) + SourceIndex(3) +6 >Emitted(57, 43) Source(24, 56) + SourceIndex(3) +7 >Emitted(57, 48) Source(24, 47) + SourceIndex(3) +8 >Emitted(57, 67) Source(24, 56) + SourceIndex(3) +9 >Emitted(57, 75) Source(24, 86) + SourceIndex(3) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^ @@ -1234,15 +1237,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(57, 5) Source(24, 85) + SourceIndex(3) -2 >Emitted(57, 6) Source(24, 86) + SourceIndex(3) -3 >Emitted(57, 8) Source(24, 37) + SourceIndex(3) -4 >Emitted(57, 17) Source(24, 46) + SourceIndex(3) -5 >Emitted(57, 20) Source(24, 37) + SourceIndex(3) -6 >Emitted(57, 37) Source(24, 46) + SourceIndex(3) -7 >Emitted(57, 42) Source(24, 37) + SourceIndex(3) -8 >Emitted(57, 59) Source(24, 46) + SourceIndex(3) -9 >Emitted(57, 67) Source(24, 86) + SourceIndex(3) +1 >Emitted(58, 5) Source(24, 85) + SourceIndex(3) +2 >Emitted(58, 6) Source(24, 86) + SourceIndex(3) +3 >Emitted(58, 8) Source(24, 37) + SourceIndex(3) +4 >Emitted(58, 17) Source(24, 46) + SourceIndex(3) +5 >Emitted(58, 20) Source(24, 37) + SourceIndex(3) +6 >Emitted(58, 37) Source(24, 46) + SourceIndex(3) +7 >Emitted(58, 42) Source(24, 37) + SourceIndex(3) +8 >Emitted(58, 59) Source(24, 46) + SourceIndex(3) +9 >Emitted(58, 67) Source(24, 86) + SourceIndex(3) --- >>> normalN.someImport = someNamespace.C; 1 >^^^^ @@ -1260,13 +1263,13 @@ sourceFile:../../../second/second_part1.ts 5 > . 6 > C 7 > ; -1 >Emitted(58, 5) Source(25, 34) + SourceIndex(3) -2 >Emitted(58, 23) Source(25, 44) + SourceIndex(3) -3 >Emitted(58, 26) Source(25, 47) + SourceIndex(3) -4 >Emitted(58, 39) Source(25, 60) + SourceIndex(3) -5 >Emitted(58, 40) Source(25, 61) + SourceIndex(3) -6 >Emitted(58, 41) Source(25, 62) + SourceIndex(3) -7 >Emitted(58, 42) Source(25, 63) + SourceIndex(3) +1 >Emitted(59, 5) Source(25, 34) + SourceIndex(3) +2 >Emitted(59, 23) Source(25, 44) + SourceIndex(3) +3 >Emitted(59, 26) Source(25, 47) + SourceIndex(3) +4 >Emitted(59, 39) Source(25, 60) + SourceIndex(3) +5 >Emitted(59, 40) Source(25, 61) + SourceIndex(3) +6 >Emitted(59, 41) Source(25, 62) + SourceIndex(3) +7 >Emitted(59, 42) Source(25, 63) + SourceIndex(3) --- >>> normalN.internalConst = 10; 1 >^^^^ @@ -1281,11 +1284,11 @@ sourceFile:../../../second/second_part1.ts 3 > = 4 > 10 5 > ; -1 >Emitted(59, 5) Source(27, 33) + SourceIndex(3) -2 >Emitted(59, 26) Source(27, 46) + SourceIndex(3) -3 >Emitted(59, 29) Source(27, 49) + SourceIndex(3) -4 >Emitted(59, 31) Source(27, 51) + SourceIndex(3) -5 >Emitted(59, 32) Source(27, 52) + SourceIndex(3) +1 >Emitted(60, 5) Source(27, 33) + SourceIndex(3) +2 >Emitted(60, 26) Source(27, 46) + SourceIndex(3) +3 >Emitted(60, 29) Source(27, 49) + SourceIndex(3) +4 >Emitted(60, 31) Source(27, 51) + SourceIndex(3) +5 >Emitted(60, 32) Source(27, 52) + SourceIndex(3) --- >>> var internalEnum; 1 >^^^^ @@ -1296,9 +1299,9 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ 2 > export enum 3 > internalEnum { a, b, c } -1 >Emitted(60, 5) Source(28, 20) + SourceIndex(3) -2 >Emitted(60, 9) Source(28, 32) + SourceIndex(3) -3 >Emitted(60, 21) Source(28, 56) + SourceIndex(3) +1 >Emitted(61, 5) Source(28, 20) + SourceIndex(3) +2 >Emitted(61, 9) Source(28, 32) + SourceIndex(3) +3 >Emitted(61, 21) Source(28, 56) + SourceIndex(3) --- >>> (function (internalEnum) { 1->^^^^ @@ -1308,9 +1311,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > export enum 3 > internalEnum -1->Emitted(61, 5) Source(28, 20) + SourceIndex(3) -2 >Emitted(61, 16) Source(28, 32) + SourceIndex(3) -3 >Emitted(61, 28) Source(28, 44) + SourceIndex(3) +1->Emitted(62, 5) Source(28, 20) + SourceIndex(3) +2 >Emitted(62, 16) Source(28, 32) + SourceIndex(3) +3 >Emitted(62, 28) Source(28, 44) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -1320,9 +1323,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(62, 9) Source(28, 47) + SourceIndex(3) -2 >Emitted(62, 50) Source(28, 48) + SourceIndex(3) -3 >Emitted(62, 51) Source(28, 48) + SourceIndex(3) +1->Emitted(63, 9) Source(28, 47) + SourceIndex(3) +2 >Emitted(63, 50) Source(28, 48) + SourceIndex(3) +3 >Emitted(63, 51) Source(28, 48) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -1332,9 +1335,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(63, 9) Source(28, 50) + SourceIndex(3) -2 >Emitted(63, 50) Source(28, 51) + SourceIndex(3) -3 >Emitted(63, 51) Source(28, 51) + SourceIndex(3) +1->Emitted(64, 9) Source(28, 50) + SourceIndex(3) +2 >Emitted(64, 50) Source(28, 51) + SourceIndex(3) +3 >Emitted(64, 51) Source(28, 51) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -1344,9 +1347,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(64, 9) Source(28, 53) + SourceIndex(3) -2 >Emitted(64, 50) Source(28, 54) + SourceIndex(3) -3 >Emitted(64, 51) Source(28, 54) + SourceIndex(3) +1->Emitted(65, 9) Source(28, 53) + SourceIndex(3) +2 >Emitted(65, 50) Source(28, 54) + SourceIndex(3) +3 >Emitted(65, 51) Source(28, 54) + SourceIndex(3) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^ @@ -1367,15 +1370,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(65, 5) Source(28, 55) + SourceIndex(3) -2 >Emitted(65, 6) Source(28, 56) + SourceIndex(3) -3 >Emitted(65, 8) Source(28, 32) + SourceIndex(3) -4 >Emitted(65, 20) Source(28, 44) + SourceIndex(3) -5 >Emitted(65, 23) Source(28, 32) + SourceIndex(3) -6 >Emitted(65, 43) Source(28, 44) + SourceIndex(3) -7 >Emitted(65, 48) Source(28, 32) + SourceIndex(3) -8 >Emitted(65, 68) Source(28, 44) + SourceIndex(3) -9 >Emitted(65, 76) Source(28, 56) + SourceIndex(3) +1->Emitted(66, 5) Source(28, 55) + SourceIndex(3) +2 >Emitted(66, 6) Source(28, 56) + SourceIndex(3) +3 >Emitted(66, 8) Source(28, 32) + SourceIndex(3) +4 >Emitted(66, 20) Source(28, 44) + SourceIndex(3) +5 >Emitted(66, 23) Source(28, 32) + SourceIndex(3) +6 >Emitted(66, 43) Source(28, 44) + SourceIndex(3) +7 >Emitted(66, 48) Source(28, 32) + SourceIndex(3) +8 >Emitted(66, 68) Source(28, 44) + SourceIndex(3) +9 >Emitted(66, 76) Source(28, 56) + SourceIndex(3) --- >>>})(normalN || (normalN = {})); 1 > @@ -1403,26 +1406,26 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ export const internalConst = 10; > /**@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(66, 1) Source(29, 1) + SourceIndex(3) -2 >Emitted(66, 2) Source(29, 2) + SourceIndex(3) -3 >Emitted(66, 4) Source(20, 11) + SourceIndex(3) -4 >Emitted(66, 11) Source(20, 18) + SourceIndex(3) -5 >Emitted(66, 16) Source(20, 11) + SourceIndex(3) -6 >Emitted(66, 23) Source(20, 18) + SourceIndex(3) -7 >Emitted(66, 31) Source(29, 2) + SourceIndex(3) +1 >Emitted(67, 1) Source(29, 1) + SourceIndex(3) +2 >Emitted(67, 2) Source(29, 2) + SourceIndex(3) +3 >Emitted(67, 4) Source(20, 11) + SourceIndex(3) +4 >Emitted(67, 11) Source(20, 18) + SourceIndex(3) +5 >Emitted(67, 16) Source(20, 11) + SourceIndex(3) +6 >Emitted(67, 23) Source(20, 18) + SourceIndex(3) +7 >Emitted(67, 31) Source(29, 2) + SourceIndex(3) --- >>>var internalC = (function () { 1-> 2 >^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> >/**@internal*/ -1->Emitted(67, 1) Source(30, 16) + SourceIndex(3) +1->Emitted(68, 1) Source(30, 16) + SourceIndex(3) --- >>> function internalC() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(68, 5) Source(30, 16) + SourceIndex(3) +1->Emitted(69, 5) Source(30, 16) + SourceIndex(3) --- >>> } 1->^^^^ @@ -1430,16 +1433,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->class internalC { 2 > } -1->Emitted(69, 5) Source(30, 33) + SourceIndex(3) -2 >Emitted(69, 6) Source(30, 34) + SourceIndex(3) +1->Emitted(70, 5) Source(30, 33) + SourceIndex(3) +2 >Emitted(70, 6) Source(30, 34) + SourceIndex(3) --- >>> return internalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(70, 5) Source(30, 33) + SourceIndex(3) -2 >Emitted(70, 21) Source(30, 34) + SourceIndex(3) +1->Emitted(71, 5) Source(30, 33) + SourceIndex(3) +2 >Emitted(71, 21) Source(30, 34) + SourceIndex(3) --- >>>}()); 1 > @@ -1451,10 +1454,10 @@ sourceFile:../../../second/second_part1.ts 2 >} 3 > 4 > class internalC {} -1 >Emitted(71, 1) Source(30, 33) + SourceIndex(3) -2 >Emitted(71, 2) Source(30, 34) + SourceIndex(3) -3 >Emitted(71, 2) Source(30, 16) + SourceIndex(3) -4 >Emitted(71, 6) Source(30, 34) + SourceIndex(3) +1 >Emitted(72, 1) Source(30, 33) + SourceIndex(3) +2 >Emitted(72, 2) Source(30, 34) + SourceIndex(3) +3 >Emitted(72, 2) Source(30, 16) + SourceIndex(3) +4 >Emitted(72, 6) Source(30, 34) + SourceIndex(3) --- >>>function internalfoo() { } 1-> @@ -1468,11 +1471,11 @@ sourceFile:../../../second/second_part1.ts 3 > internalfoo 4 > () { 5 > } -1->Emitted(72, 1) Source(31, 16) + SourceIndex(3) -2 >Emitted(72, 10) Source(31, 25) + SourceIndex(3) -3 >Emitted(72, 21) Source(31, 36) + SourceIndex(3) -4 >Emitted(72, 26) Source(31, 40) + SourceIndex(3) -5 >Emitted(72, 27) Source(31, 41) + SourceIndex(3) +1->Emitted(73, 1) Source(31, 16) + SourceIndex(3) +2 >Emitted(73, 10) Source(31, 25) + SourceIndex(3) +3 >Emitted(73, 21) Source(31, 36) + SourceIndex(3) +4 >Emitted(73, 26) Source(31, 40) + SourceIndex(3) +5 >Emitted(73, 27) Source(31, 41) + SourceIndex(3) --- >>>var internalNamespace; 1 > @@ -1485,10 +1488,10 @@ sourceFile:../../../second/second_part1.ts 2 >namespace 3 > internalNamespace 4 > { export class someClass {} } -1 >Emitted(73, 1) Source(32, 16) + SourceIndex(3) -2 >Emitted(73, 5) Source(32, 26) + SourceIndex(3) -3 >Emitted(73, 22) Source(32, 43) + SourceIndex(3) -4 >Emitted(73, 23) Source(32, 73) + SourceIndex(3) +1 >Emitted(74, 1) Source(32, 16) + SourceIndex(3) +2 >Emitted(74, 5) Source(32, 26) + SourceIndex(3) +3 >Emitted(74, 22) Source(32, 43) + SourceIndex(3) +4 >Emitted(74, 23) Source(32, 73) + SourceIndex(3) --- >>>(function (internalNamespace) { 1-> @@ -1498,21 +1501,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > internalNamespace -1->Emitted(74, 1) Source(32, 16) + SourceIndex(3) -2 >Emitted(74, 12) Source(32, 26) + SourceIndex(3) -3 >Emitted(74, 29) Source(32, 43) + SourceIndex(3) +1->Emitted(75, 1) Source(32, 16) + SourceIndex(3) +2 >Emitted(75, 12) Source(32, 26) + SourceIndex(3) +3 >Emitted(75, 29) Source(32, 43) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(75, 5) Source(32, 46) + SourceIndex(3) +1->Emitted(76, 5) Source(32, 46) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(76, 9) Source(32, 46) + SourceIndex(3) +1->Emitted(77, 9) Source(32, 46) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -1520,16 +1523,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(77, 9) Source(32, 70) + SourceIndex(3) -2 >Emitted(77, 10) Source(32, 71) + SourceIndex(3) +1->Emitted(78, 9) Source(32, 70) + SourceIndex(3) +2 >Emitted(78, 10) Source(32, 71) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(78, 9) Source(32, 70) + SourceIndex(3) -2 >Emitted(78, 25) Source(32, 71) + SourceIndex(3) +1->Emitted(79, 9) Source(32, 70) + SourceIndex(3) +2 >Emitted(79, 25) Source(32, 71) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -1541,10 +1544,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(79, 5) Source(32, 70) + SourceIndex(3) -2 >Emitted(79, 6) Source(32, 71) + SourceIndex(3) -3 >Emitted(79, 6) Source(32, 46) + SourceIndex(3) -4 >Emitted(79, 10) Source(32, 71) + SourceIndex(3) +1 >Emitted(80, 5) Source(32, 70) + SourceIndex(3) +2 >Emitted(80, 6) Source(32, 71) + SourceIndex(3) +3 >Emitted(80, 6) Source(32, 46) + SourceIndex(3) +4 >Emitted(80, 10) Source(32, 71) + SourceIndex(3) --- >>> internalNamespace.someClass = someClass; 1->^^^^ @@ -1556,10 +1559,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(80, 5) Source(32, 59) + SourceIndex(3) -2 >Emitted(80, 32) Source(32, 68) + SourceIndex(3) -3 >Emitted(80, 44) Source(32, 71) + SourceIndex(3) -4 >Emitted(80, 45) Source(32, 71) + SourceIndex(3) +1->Emitted(81, 5) Source(32, 59) + SourceIndex(3) +2 >Emitted(81, 32) Source(32, 68) + SourceIndex(3) +3 >Emitted(81, 44) Source(32, 71) + SourceIndex(3) +4 >Emitted(81, 45) Source(32, 71) + SourceIndex(3) --- >>>})(internalNamespace || (internalNamespace = {})); 1-> @@ -1576,13 +1579,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalNamespace 7 > { export class someClass {} } -1->Emitted(81, 1) Source(32, 72) + SourceIndex(3) -2 >Emitted(81, 2) Source(32, 73) + SourceIndex(3) -3 >Emitted(81, 4) Source(32, 26) + SourceIndex(3) -4 >Emitted(81, 21) Source(32, 43) + SourceIndex(3) -5 >Emitted(81, 26) Source(32, 26) + SourceIndex(3) -6 >Emitted(81, 43) Source(32, 43) + SourceIndex(3) -7 >Emitted(81, 51) Source(32, 73) + SourceIndex(3) +1->Emitted(82, 1) Source(32, 72) + SourceIndex(3) +2 >Emitted(82, 2) Source(32, 73) + SourceIndex(3) +3 >Emitted(82, 4) Source(32, 26) + SourceIndex(3) +4 >Emitted(82, 21) Source(32, 43) + SourceIndex(3) +5 >Emitted(82, 26) Source(32, 26) + SourceIndex(3) +6 >Emitted(82, 43) Source(32, 43) + SourceIndex(3) +7 >Emitted(82, 51) Source(32, 73) + SourceIndex(3) --- >>>var internalOther; 1 > @@ -1595,10 +1598,10 @@ sourceFile:../../../second/second_part1.ts 2 >namespace 3 > internalOther 4 > .something { export class someClass {} } -1 >Emitted(82, 1) Source(33, 16) + SourceIndex(3) -2 >Emitted(82, 5) Source(33, 26) + SourceIndex(3) -3 >Emitted(82, 18) Source(33, 39) + SourceIndex(3) -4 >Emitted(82, 19) Source(33, 79) + SourceIndex(3) +1 >Emitted(83, 1) Source(33, 16) + SourceIndex(3) +2 >Emitted(83, 5) Source(33, 26) + SourceIndex(3) +3 >Emitted(83, 18) Source(33, 39) + SourceIndex(3) +4 >Emitted(83, 19) Source(33, 79) + SourceIndex(3) --- >>>(function (internalOther) { 1-> @@ -1607,9 +1610,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > internalOther -1->Emitted(83, 1) Source(33, 16) + SourceIndex(3) -2 >Emitted(83, 12) Source(33, 26) + SourceIndex(3) -3 >Emitted(83, 25) Source(33, 39) + SourceIndex(3) +1->Emitted(84, 1) Source(33, 16) + SourceIndex(3) +2 >Emitted(84, 12) Source(33, 26) + SourceIndex(3) +3 >Emitted(84, 25) Source(33, 39) + SourceIndex(3) --- >>> var something; 1 >^^^^ @@ -1621,10 +1624,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(84, 5) Source(33, 40) + SourceIndex(3) -2 >Emitted(84, 9) Source(33, 40) + SourceIndex(3) -3 >Emitted(84, 18) Source(33, 49) + SourceIndex(3) -4 >Emitted(84, 19) Source(33, 79) + SourceIndex(3) +1 >Emitted(85, 5) Source(33, 40) + SourceIndex(3) +2 >Emitted(85, 9) Source(33, 40) + SourceIndex(3) +3 >Emitted(85, 18) Source(33, 49) + SourceIndex(3) +4 >Emitted(85, 19) Source(33, 79) + SourceIndex(3) --- >>> (function (something) { 1->^^^^ @@ -1634,21 +1637,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(85, 5) Source(33, 40) + SourceIndex(3) -2 >Emitted(85, 16) Source(33, 40) + SourceIndex(3) -3 >Emitted(85, 25) Source(33, 49) + SourceIndex(3) +1->Emitted(86, 5) Source(33, 40) + SourceIndex(3) +2 >Emitted(86, 16) Source(33, 40) + SourceIndex(3) +3 >Emitted(86, 25) Source(33, 49) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(86, 9) Source(33, 52) + SourceIndex(3) +1->Emitted(87, 9) Source(33, 52) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(87, 13) Source(33, 52) + SourceIndex(3) +1->Emitted(88, 13) Source(33, 52) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -1656,16 +1659,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(88, 13) Source(33, 76) + SourceIndex(3) -2 >Emitted(88, 14) Source(33, 77) + SourceIndex(3) +1->Emitted(89, 13) Source(33, 76) + SourceIndex(3) +2 >Emitted(89, 14) Source(33, 77) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(89, 13) Source(33, 76) + SourceIndex(3) -2 >Emitted(89, 29) Source(33, 77) + SourceIndex(3) +1->Emitted(90, 13) Source(33, 76) + SourceIndex(3) +2 >Emitted(90, 29) Source(33, 77) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -1677,10 +1680,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(90, 9) Source(33, 76) + SourceIndex(3) -2 >Emitted(90, 10) Source(33, 77) + SourceIndex(3) -3 >Emitted(90, 10) Source(33, 52) + SourceIndex(3) -4 >Emitted(90, 14) Source(33, 77) + SourceIndex(3) +1 >Emitted(91, 9) Source(33, 76) + SourceIndex(3) +2 >Emitted(91, 10) Source(33, 77) + SourceIndex(3) +3 >Emitted(91, 10) Source(33, 52) + SourceIndex(3) +4 >Emitted(91, 14) Source(33, 77) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^ @@ -1692,10 +1695,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(91, 9) Source(33, 65) + SourceIndex(3) -2 >Emitted(91, 28) Source(33, 74) + SourceIndex(3) -3 >Emitted(91, 40) Source(33, 77) + SourceIndex(3) -4 >Emitted(91, 41) Source(33, 77) + SourceIndex(3) +1->Emitted(92, 9) Source(33, 65) + SourceIndex(3) +2 >Emitted(92, 28) Source(33, 74) + SourceIndex(3) +3 >Emitted(92, 40) Source(33, 77) + SourceIndex(3) +4 >Emitted(92, 41) Source(33, 77) + SourceIndex(3) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^ @@ -1716,15 +1719,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(92, 5) Source(33, 78) + SourceIndex(3) -2 >Emitted(92, 6) Source(33, 79) + SourceIndex(3) -3 >Emitted(92, 8) Source(33, 40) + SourceIndex(3) -4 >Emitted(92, 17) Source(33, 49) + SourceIndex(3) -5 >Emitted(92, 20) Source(33, 40) + SourceIndex(3) -6 >Emitted(92, 43) Source(33, 49) + SourceIndex(3) -7 >Emitted(92, 48) Source(33, 40) + SourceIndex(3) -8 >Emitted(92, 71) Source(33, 49) + SourceIndex(3) -9 >Emitted(92, 79) Source(33, 79) + SourceIndex(3) +1->Emitted(93, 5) Source(33, 78) + SourceIndex(3) +2 >Emitted(93, 6) Source(33, 79) + SourceIndex(3) +3 >Emitted(93, 8) Source(33, 40) + SourceIndex(3) +4 >Emitted(93, 17) Source(33, 49) + SourceIndex(3) +5 >Emitted(93, 20) Source(33, 40) + SourceIndex(3) +6 >Emitted(93, 43) Source(33, 49) + SourceIndex(3) +7 >Emitted(93, 48) Source(33, 40) + SourceIndex(3) +8 >Emitted(93, 71) Source(33, 49) + SourceIndex(3) +9 >Emitted(93, 79) Source(33, 79) + SourceIndex(3) --- >>>})(internalOther || (internalOther = {})); 1 > @@ -1742,13 +1745,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalOther 7 > .something { export class someClass {} } -1 >Emitted(93, 1) Source(33, 78) + SourceIndex(3) -2 >Emitted(93, 2) Source(33, 79) + SourceIndex(3) -3 >Emitted(93, 4) Source(33, 26) + SourceIndex(3) -4 >Emitted(93, 17) Source(33, 39) + SourceIndex(3) -5 >Emitted(93, 22) Source(33, 26) + SourceIndex(3) -6 >Emitted(93, 35) Source(33, 39) + SourceIndex(3) -7 >Emitted(93, 43) Source(33, 79) + SourceIndex(3) +1 >Emitted(94, 1) Source(33, 78) + SourceIndex(3) +2 >Emitted(94, 2) Source(33, 79) + SourceIndex(3) +3 >Emitted(94, 4) Source(33, 26) + SourceIndex(3) +4 >Emitted(94, 17) Source(33, 39) + SourceIndex(3) +5 >Emitted(94, 22) Source(33, 26) + SourceIndex(3) +6 >Emitted(94, 35) Source(33, 39) + SourceIndex(3) +7 >Emitted(94, 43) Source(33, 79) + SourceIndex(3) --- >>>var internalImport = internalNamespace.someClass; 1-> @@ -1768,14 +1771,14 @@ sourceFile:../../../second/second_part1.ts 6 > . 7 > someClass 8 > ; -1->Emitted(94, 1) Source(34, 16) + SourceIndex(3) -2 >Emitted(94, 5) Source(34, 23) + SourceIndex(3) -3 >Emitted(94, 19) Source(34, 37) + SourceIndex(3) -4 >Emitted(94, 22) Source(34, 40) + SourceIndex(3) -5 >Emitted(94, 39) Source(34, 57) + SourceIndex(3) -6 >Emitted(94, 40) Source(34, 58) + SourceIndex(3) -7 >Emitted(94, 49) Source(34, 67) + SourceIndex(3) -8 >Emitted(94, 50) Source(34, 68) + SourceIndex(3) +1->Emitted(95, 1) Source(34, 16) + SourceIndex(3) +2 >Emitted(95, 5) Source(34, 23) + SourceIndex(3) +3 >Emitted(95, 19) Source(34, 37) + SourceIndex(3) +4 >Emitted(95, 22) Source(34, 40) + SourceIndex(3) +5 >Emitted(95, 39) Source(34, 57) + SourceIndex(3) +6 >Emitted(95, 40) Source(34, 58) + SourceIndex(3) +7 >Emitted(95, 49) Source(34, 67) + SourceIndex(3) +8 >Emitted(95, 50) Source(34, 68) + SourceIndex(3) --- >>>var internalConst = 10; 1 > @@ -1792,12 +1795,12 @@ sourceFile:../../../second/second_part1.ts 4 > = 5 > 10 6 > ; -1 >Emitted(95, 1) Source(36, 16) + SourceIndex(3) -2 >Emitted(95, 5) Source(36, 22) + SourceIndex(3) -3 >Emitted(95, 18) Source(36, 35) + SourceIndex(3) -4 >Emitted(95, 21) Source(36, 38) + SourceIndex(3) -5 >Emitted(95, 23) Source(36, 40) + SourceIndex(3) -6 >Emitted(95, 24) Source(36, 41) + SourceIndex(3) +1 >Emitted(96, 1) Source(36, 16) + SourceIndex(3) +2 >Emitted(96, 5) Source(36, 22) + SourceIndex(3) +3 >Emitted(96, 18) Source(36, 35) + SourceIndex(3) +4 >Emitted(96, 21) Source(36, 38) + SourceIndex(3) +5 >Emitted(96, 23) Source(36, 40) + SourceIndex(3) +6 >Emitted(96, 24) Source(36, 41) + SourceIndex(3) --- >>>var internalEnum; 1 > @@ -1808,9 +1811,9 @@ sourceFile:../../../second/second_part1.ts >/**@internal*/ 2 >enum 3 > internalEnum { a, b, c } -1 >Emitted(96, 1) Source(37, 16) + SourceIndex(3) -2 >Emitted(96, 5) Source(37, 21) + SourceIndex(3) -3 >Emitted(96, 17) Source(37, 45) + SourceIndex(3) +1 >Emitted(97, 1) Source(37, 16) + SourceIndex(3) +2 >Emitted(97, 5) Source(37, 21) + SourceIndex(3) +3 >Emitted(97, 17) Source(37, 45) + SourceIndex(3) --- >>>(function (internalEnum) { 1-> @@ -1820,9 +1823,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >enum 3 > internalEnum -1->Emitted(97, 1) Source(37, 16) + SourceIndex(3) -2 >Emitted(97, 12) Source(37, 21) + SourceIndex(3) -3 >Emitted(97, 24) Source(37, 33) + SourceIndex(3) +1->Emitted(98, 1) Source(37, 16) + SourceIndex(3) +2 >Emitted(98, 12) Source(37, 21) + SourceIndex(3) +3 >Emitted(98, 24) Source(37, 33) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^ @@ -1832,9 +1835,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(98, 5) Source(37, 36) + SourceIndex(3) -2 >Emitted(98, 46) Source(37, 37) + SourceIndex(3) -3 >Emitted(98, 47) Source(37, 37) + SourceIndex(3) +1->Emitted(99, 5) Source(37, 36) + SourceIndex(3) +2 >Emitted(99, 46) Source(37, 37) + SourceIndex(3) +3 >Emitted(99, 47) Source(37, 37) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^ @@ -1844,9 +1847,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(99, 5) Source(37, 39) + SourceIndex(3) -2 >Emitted(99, 46) Source(37, 40) + SourceIndex(3) -3 >Emitted(99, 47) Source(37, 40) + SourceIndex(3) +1->Emitted(100, 5) Source(37, 39) + SourceIndex(3) +2 >Emitted(100, 46) Source(37, 40) + SourceIndex(3) +3 >Emitted(100, 47) Source(37, 40) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^ @@ -1855,9 +1858,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(100, 5) Source(37, 42) + SourceIndex(3) -2 >Emitted(100, 46) Source(37, 43) + SourceIndex(3) -3 >Emitted(100, 47) Source(37, 43) + SourceIndex(3) +1->Emitted(101, 5) Source(37, 42) + SourceIndex(3) +2 >Emitted(101, 46) Source(37, 43) + SourceIndex(3) +3 >Emitted(101, 47) Source(37, 43) + SourceIndex(3) --- >>>})(internalEnum || (internalEnum = {})); 1 > @@ -1874,13 +1877,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalEnum 7 > { a, b, c } -1 >Emitted(101, 1) Source(37, 44) + SourceIndex(3) -2 >Emitted(101, 2) Source(37, 45) + SourceIndex(3) -3 >Emitted(101, 4) Source(37, 21) + SourceIndex(3) -4 >Emitted(101, 16) Source(37, 33) + SourceIndex(3) -5 >Emitted(101, 21) Source(37, 21) + SourceIndex(3) -6 >Emitted(101, 33) Source(37, 33) + SourceIndex(3) -7 >Emitted(101, 41) Source(37, 45) + SourceIndex(3) +1 >Emitted(102, 1) Source(37, 44) + SourceIndex(3) +2 >Emitted(102, 2) Source(37, 45) + SourceIndex(3) +3 >Emitted(102, 4) Source(37, 21) + SourceIndex(3) +4 >Emitted(102, 16) Source(37, 33) + SourceIndex(3) +5 >Emitted(102, 21) Source(37, 21) + SourceIndex(3) +6 >Emitted(102, 33) Source(37, 33) + SourceIndex(3) +7 >Emitted(102, 41) Source(37, 45) + SourceIndex(3) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -1890,13 +1893,13 @@ sourceFile:../../../second/second_part2.ts 1 > 2 >^^^^^^^^^^^^^^^^^^^-> 1 > -1 >Emitted(102, 1) Source(1, 1) + SourceIndex(4) +1 >Emitted(103, 1) Source(1, 1) + SourceIndex(4) --- >>> function C() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(103, 5) Source(1, 1) + SourceIndex(4) +1->Emitted(104, 5) Source(1, 1) + SourceIndex(4) --- >>> } 1->^^^^ @@ -1908,8 +1911,8 @@ sourceFile:../../../second/second_part2.ts > } > 2 > } -1->Emitted(104, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(104, 6) Source(5, 2) + SourceIndex(4) +1->Emitted(105, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(105, 6) Source(5, 2) + SourceIndex(4) --- >>> C.prototype.doSomething = function () { 1->^^^^ @@ -1919,9 +1922,9 @@ sourceFile:../../../second/second_part2.ts 1-> 2 > doSomething 3 > -1->Emitted(105, 5) Source(2, 5) + SourceIndex(4) -2 >Emitted(105, 28) Source(2, 16) + SourceIndex(4) -3 >Emitted(105, 31) Source(2, 5) + SourceIndex(4) +1->Emitted(106, 5) Source(2, 5) + SourceIndex(4) +2 >Emitted(106, 28) Source(2, 16) + SourceIndex(4) +3 >Emitted(106, 31) Source(2, 5) + SourceIndex(4) --- >>> console.log("something got done"); 1->^^^^^^^^ @@ -1941,14 +1944,14 @@ sourceFile:../../../second/second_part2.ts 6 > "something got done" 7 > ) 8 > ; -1->Emitted(106, 9) Source(3, 9) + SourceIndex(4) -2 >Emitted(106, 16) Source(3, 16) + SourceIndex(4) -3 >Emitted(106, 17) Source(3, 17) + SourceIndex(4) -4 >Emitted(106, 20) Source(3, 20) + SourceIndex(4) -5 >Emitted(106, 21) Source(3, 21) + SourceIndex(4) -6 >Emitted(106, 41) Source(3, 41) + SourceIndex(4) -7 >Emitted(106, 42) Source(3, 42) + SourceIndex(4) -8 >Emitted(106, 43) Source(3, 43) + SourceIndex(4) +1->Emitted(107, 9) Source(3, 9) + SourceIndex(4) +2 >Emitted(107, 16) Source(3, 16) + SourceIndex(4) +3 >Emitted(107, 17) Source(3, 17) + SourceIndex(4) +4 >Emitted(107, 20) Source(3, 20) + SourceIndex(4) +5 >Emitted(107, 21) Source(3, 21) + SourceIndex(4) +6 >Emitted(107, 41) Source(3, 41) + SourceIndex(4) +7 >Emitted(107, 42) Source(3, 42) + SourceIndex(4) +8 >Emitted(107, 43) Source(3, 43) + SourceIndex(4) --- >>> }; 1 >^^^^ @@ -1957,8 +1960,8 @@ sourceFile:../../../second/second_part2.ts 1 > > 2 > } -1 >Emitted(107, 5) Source(4, 5) + SourceIndex(4) -2 >Emitted(107, 6) Source(4, 6) + SourceIndex(4) +1 >Emitted(108, 5) Source(4, 5) + SourceIndex(4) +2 >Emitted(108, 6) Source(4, 6) + SourceIndex(4) --- >>> return C; 1->^^^^ @@ -1966,8 +1969,8 @@ sourceFile:../../../second/second_part2.ts 1-> > 2 > } -1->Emitted(108, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(108, 13) Source(5, 2) + SourceIndex(4) +1->Emitted(109, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(109, 13) Source(5, 2) + SourceIndex(4) --- >>>}()); 1 > @@ -1983,10 +1986,10 @@ sourceFile:../../../second/second_part2.ts > console.log("something got done"); > } > } -1 >Emitted(109, 1) Source(5, 1) + SourceIndex(4) -2 >Emitted(109, 2) Source(5, 2) + SourceIndex(4) -3 >Emitted(109, 2) Source(1, 1) + SourceIndex(4) -4 >Emitted(109, 6) Source(5, 2) + SourceIndex(4) +1 >Emitted(110, 1) Source(5, 1) + SourceIndex(4) +2 >Emitted(110, 2) Source(5, 2) + SourceIndex(4) +3 >Emitted(110, 2) Source(1, 1) + SourceIndex(4) +4 >Emitted(110, 6) Source(5, 2) + SourceIndex(4) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -2010,14 +2013,14 @@ sourceFile:../../third_part1.ts 6 > C 7 > () 8 > ; -1->Emitted(110, 1) Source(1, 1) + SourceIndex(5) -2 >Emitted(110, 5) Source(1, 5) + SourceIndex(5) -3 >Emitted(110, 6) Source(1, 6) + SourceIndex(5) -4 >Emitted(110, 9) Source(1, 9) + SourceIndex(5) -5 >Emitted(110, 13) Source(1, 13) + SourceIndex(5) -6 >Emitted(110, 14) Source(1, 14) + SourceIndex(5) -7 >Emitted(110, 16) Source(1, 16) + SourceIndex(5) -8 >Emitted(110, 17) Source(1, 17) + SourceIndex(5) +1->Emitted(111, 1) Source(1, 1) + SourceIndex(5) +2 >Emitted(111, 5) Source(1, 5) + SourceIndex(5) +3 >Emitted(111, 6) Source(1, 6) + SourceIndex(5) +4 >Emitted(111, 9) Source(1, 9) + SourceIndex(5) +5 >Emitted(111, 13) Source(1, 13) + SourceIndex(5) +6 >Emitted(111, 14) Source(1, 14) + SourceIndex(5) +7 >Emitted(111, 16) Source(1, 16) + SourceIndex(5) +8 >Emitted(111, 17) Source(1, 17) + SourceIndex(5) --- >>>c.doSomething(); 1-> @@ -2034,12 +2037,12 @@ sourceFile:../../third_part1.ts 4 > doSomething 5 > () 6 > ; -1->Emitted(111, 1) Source(2, 1) + SourceIndex(5) -2 >Emitted(111, 2) Source(2, 2) + SourceIndex(5) -3 >Emitted(111, 3) Source(2, 3) + SourceIndex(5) -4 >Emitted(111, 14) Source(2, 14) + SourceIndex(5) -5 >Emitted(111, 16) Source(2, 16) + SourceIndex(5) -6 >Emitted(111, 17) Source(2, 17) + SourceIndex(5) +1->Emitted(112, 1) Source(2, 1) + SourceIndex(5) +2 >Emitted(112, 2) Source(2, 2) + SourceIndex(5) +3 >Emitted(112, 3) Source(2, 3) + SourceIndex(5) +4 >Emitted(112, 14) Source(2, 14) + SourceIndex(5) +5 >Emitted(112, 16) Source(2, 16) + SourceIndex(5) +6 >Emitted(112, 17) Source(2, 17) + SourceIndex(5) --- >>>//# sourceMappingURL=third-output.js.map @@ -2067,20 +2070,20 @@ sourceFile:../../third_part1.ts }, { "pos": 127, - "end": 3179, + "end": 3197, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 127, - "end": 3179, + "end": 3197, "kind": "text" } ] }, { - "pos": 3179, - "end": 3215, + "pos": 3197, + "end": 3233, "kind": "text" } ] @@ -2140,9 +2143,9 @@ function f() { } ---------------------------------------------------------------------- -prepend: (127-3179):: ../../../2/second-output.js texts:: 1 +prepend: (127-3197):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (127-3179) +text: (127-3197) var N; (function (N) { function f() { @@ -2153,8 +2156,9 @@ var N; var normalC = (function () { function normalC() { } - normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: true, @@ -2247,7 +2251,7 @@ var C = (function () { }()); ---------------------------------------------------------------------- -text: (3179-3215) +text: (3197-3233) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-jsdoc-style-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js b/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-jsdoc-style-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js index a48020f4ba74b..5d9c159a1946d 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-jsdoc-style-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-jsdoc-style-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js @@ -16,8 +16,9 @@ var N; var normalC = /** @class */ (function () { /**@internal*/ function normalC() { } - /**@internal*/ normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + /**@internal*/ proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { /**@internal*/ get: function () { return 10; }, /**@internal*/ set: function (val) { }, enumerable: true, @@ -111,7 +112,7 @@ var C = /** @class */ (function () { //# sourceMappingURL=second-output.js.map //// [/src/2/second-output.js.map] -{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../first/first_PART1.ts","../first/first_part2.ts","../first/first_part3.ts","../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../first/first_PART1.ts","../first/first_part2.ts","../first/first_part3.ts","../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"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"} //// [/src/2/second-output.js.map.baseline.txt] =================================================================== @@ -445,49 +446,50 @@ sourceFile:../second/second_part1.ts >>> } 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >constructor() { 2 > } 1 >Emitted(17, 5) Source(14, 36) + SourceIndex(3) 2 >Emitted(17, 6) Source(14, 37) + SourceIndex(3) --- ->>> /**@internal*/ normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> /**@internal*/ proto_1.method = function () { }; 1->^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^ -4 > ^^^^^^^^^^^^^^^^^^^^^^^^ -5 > ^^^ -6 > ^^^^^^^^^^^^^^ -7 > ^ +4 > ^^^^^^^^^^^^^^ +5 > ^^^ +6 > ^^^^^^^^^^^^^^ +7 > ^ 1-> > /**@internal*/ prop: string; > 2 > /**@internal*/ 3 > 4 > method -5 > -6 > method() { -7 > } -1->Emitted(18, 5) Source(16, 5) + SourceIndex(3) -2 >Emitted(18, 19) Source(16, 19) + SourceIndex(3) -3 >Emitted(18, 20) Source(16, 20) + SourceIndex(3) -4 >Emitted(18, 44) Source(16, 26) + SourceIndex(3) -5 >Emitted(18, 47) Source(16, 20) + SourceIndex(3) -6 >Emitted(18, 61) Source(16, 31) + SourceIndex(3) -7 >Emitted(18, 62) Source(16, 32) + SourceIndex(3) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +5 > +6 > method() { +7 > } +1->Emitted(19, 5) Source(16, 5) + SourceIndex(3) +2 >Emitted(19, 19) Source(16, 19) + SourceIndex(3) +3 >Emitted(19, 20) Source(16, 20) + SourceIndex(3) +4 >Emitted(19, 34) Source(16, 26) + SourceIndex(3) +5 >Emitted(19, 37) Source(16, 20) + SourceIndex(3) +6 >Emitted(19, 51) Source(16, 31) + SourceIndex(3) +7 >Emitted(19, 52) Source(16, 32) + SourceIndex(3) +--- +>>> Object.defineProperty(proto_1, "c", { 1 >^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ -4 > ^^^^^^^^-> +3 > ^^^^^^^^^^^^ +4 > ^^^^^^^^^^^^^^^^^^-> 1 > > /**@internal*/ 2 > get 3 > c -1 >Emitted(19, 5) Source(17, 20) + SourceIndex(3) -2 >Emitted(19, 27) Source(17, 24) + SourceIndex(3) -3 >Emitted(19, 49) Source(17, 25) + SourceIndex(3) +1 >Emitted(20, 5) Source(17, 20) + SourceIndex(3) +2 >Emitted(20, 27) Source(17, 24) + SourceIndex(3) +3 >Emitted(20, 39) Source(17, 25) + SourceIndex(3) --- >>> /**@internal*/ get: function () { return 10; }, 1->^^^^^^^^ @@ -508,15 +510,15 @@ sourceFile:../second/second_part1.ts 7 > ; 8 > 9 > } -1->Emitted(20, 9) Source(17, 5) + SourceIndex(3) -2 >Emitted(20, 23) Source(17, 19) + SourceIndex(3) -3 >Emitted(20, 29) Source(17, 20) + SourceIndex(3) -4 >Emitted(20, 43) Source(17, 30) + SourceIndex(3) -5 >Emitted(20, 50) Source(17, 37) + SourceIndex(3) -6 >Emitted(20, 52) Source(17, 39) + SourceIndex(3) -7 >Emitted(20, 53) Source(17, 40) + SourceIndex(3) -8 >Emitted(20, 54) Source(17, 41) + SourceIndex(3) -9 >Emitted(20, 55) Source(17, 42) + SourceIndex(3) +1->Emitted(21, 9) Source(17, 5) + SourceIndex(3) +2 >Emitted(21, 23) Source(17, 19) + SourceIndex(3) +3 >Emitted(21, 29) Source(17, 20) + SourceIndex(3) +4 >Emitted(21, 43) Source(17, 30) + SourceIndex(3) +5 >Emitted(21, 50) Source(17, 37) + SourceIndex(3) +6 >Emitted(21, 52) Source(17, 39) + SourceIndex(3) +7 >Emitted(21, 53) Source(17, 40) + SourceIndex(3) +8 >Emitted(21, 54) Source(17, 41) + SourceIndex(3) +9 >Emitted(21, 55) Source(17, 42) + SourceIndex(3) --- >>> /**@internal*/ set: function (val) { }, 1 >^^^^^^^^ @@ -534,13 +536,13 @@ sourceFile:../second/second_part1.ts 5 > val: number 6 > ) { 7 > } -1 >Emitted(21, 9) Source(18, 5) + SourceIndex(3) -2 >Emitted(21, 23) Source(18, 19) + SourceIndex(3) -3 >Emitted(21, 29) Source(18, 20) + SourceIndex(3) -4 >Emitted(21, 39) Source(18, 26) + SourceIndex(3) -5 >Emitted(21, 42) Source(18, 37) + SourceIndex(3) -6 >Emitted(21, 46) Source(18, 41) + SourceIndex(3) -7 >Emitted(21, 47) Source(18, 42) + SourceIndex(3) +1 >Emitted(22, 9) Source(18, 5) + SourceIndex(3) +2 >Emitted(22, 23) Source(18, 19) + SourceIndex(3) +3 >Emitted(22, 29) Source(18, 20) + SourceIndex(3) +4 >Emitted(22, 39) Source(18, 26) + SourceIndex(3) +5 >Emitted(22, 42) Source(18, 37) + SourceIndex(3) +6 >Emitted(22, 46) Source(18, 41) + SourceIndex(3) +7 >Emitted(22, 47) Source(18, 42) + SourceIndex(3) --- >>> enumerable: true, >>> configurable: true @@ -548,7 +550,7 @@ sourceFile:../second/second_part1.ts 1 >^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(24, 8) Source(17, 42) + SourceIndex(3) +1 >Emitted(25, 8) Source(17, 42) + SourceIndex(3) --- >>> return normalC; 1->^^^^ @@ -557,8 +559,8 @@ sourceFile:../second/second_part1.ts > /**@internal*/ set c(val: number) { } > 2 > } -1->Emitted(25, 5) Source(19, 1) + SourceIndex(3) -2 >Emitted(25, 19) Source(19, 2) + SourceIndex(3) +1->Emitted(26, 5) Source(19, 1) + SourceIndex(3) +2 >Emitted(26, 19) Source(19, 2) + SourceIndex(3) --- >>>}()); 1 > @@ -576,10 +578,10 @@ sourceFile:../second/second_part1.ts > /**@internal*/ get c() { return 10; } > /**@internal*/ set c(val: number) { } > } -1 >Emitted(26, 1) Source(19, 1) + SourceIndex(3) -2 >Emitted(26, 2) Source(19, 2) + SourceIndex(3) -3 >Emitted(26, 2) Source(13, 1) + SourceIndex(3) -4 >Emitted(26, 6) Source(19, 2) + SourceIndex(3) +1 >Emitted(27, 1) Source(19, 1) + SourceIndex(3) +2 >Emitted(27, 2) Source(19, 2) + SourceIndex(3) +3 >Emitted(27, 2) Source(13, 1) + SourceIndex(3) +4 >Emitted(27, 6) Source(19, 2) + SourceIndex(3) --- >>>var normalN; 1-> @@ -601,10 +603,10 @@ sourceFile:../second/second_part1.ts > /**@internal*/ export const internalConst = 10; > /**@internal*/ export enum internalEnum { a, b, c } > } -1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(27, 5) Source(20, 11) + SourceIndex(3) -3 >Emitted(27, 12) Source(20, 18) + SourceIndex(3) -4 >Emitted(27, 13) Source(29, 2) + SourceIndex(3) +1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(28, 5) Source(20, 11) + SourceIndex(3) +3 >Emitted(28, 12) Source(20, 18) + SourceIndex(3) +4 >Emitted(28, 13) Source(29, 2) + SourceIndex(3) --- >>>(function (normalN) { 1-> @@ -614,9 +616,9 @@ sourceFile:../second/second_part1.ts 1-> 2 >namespace 3 > normalN -1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(28, 12) Source(20, 11) + SourceIndex(3) -3 >Emitted(28, 19) Source(20, 18) + SourceIndex(3) +1->Emitted(29, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(29, 12) Source(20, 11) + SourceIndex(3) +3 >Emitted(29, 19) Source(20, 18) + SourceIndex(3) --- >>> /**@internal*/ var C = /** @class */ (function () { 1->^^^^ @@ -627,15 +629,15 @@ sourceFile:../second/second_part1.ts > 2 > /**@internal*/ 3 > -1->Emitted(29, 5) Source(21, 5) + SourceIndex(3) -2 >Emitted(29, 19) Source(21, 19) + SourceIndex(3) -3 >Emitted(29, 20) Source(21, 20) + SourceIndex(3) +1->Emitted(30, 5) Source(21, 5) + SourceIndex(3) +2 >Emitted(30, 19) Source(21, 19) + SourceIndex(3) +3 >Emitted(30, 20) Source(21, 20) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(30, 9) Source(21, 20) + SourceIndex(3) +1->Emitted(31, 9) Source(21, 20) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -643,16 +645,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(31, 9) Source(21, 37) + SourceIndex(3) -2 >Emitted(31, 10) Source(21, 38) + SourceIndex(3) +1->Emitted(32, 9) Source(21, 37) + SourceIndex(3) +2 >Emitted(32, 10) Source(21, 38) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(32, 9) Source(21, 37) + SourceIndex(3) -2 >Emitted(32, 17) Source(21, 38) + SourceIndex(3) +1->Emitted(33, 9) Source(21, 37) + SourceIndex(3) +2 >Emitted(33, 17) Source(21, 38) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -664,10 +666,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(33, 5) Source(21, 37) + SourceIndex(3) -2 >Emitted(33, 6) Source(21, 38) + SourceIndex(3) -3 >Emitted(33, 6) Source(21, 20) + SourceIndex(3) -4 >Emitted(33, 10) Source(21, 38) + SourceIndex(3) +1 >Emitted(34, 5) Source(21, 37) + SourceIndex(3) +2 >Emitted(34, 6) Source(21, 38) + SourceIndex(3) +3 >Emitted(34, 6) Source(21, 20) + SourceIndex(3) +4 >Emitted(34, 10) Source(21, 38) + SourceIndex(3) --- >>> normalN.C = C; 1->^^^^ @@ -679,10 +681,10 @@ sourceFile:../second/second_part1.ts 2 > C 3 > { } 4 > -1->Emitted(34, 5) Source(21, 33) + SourceIndex(3) -2 >Emitted(34, 14) Source(21, 34) + SourceIndex(3) -3 >Emitted(34, 18) Source(21, 38) + SourceIndex(3) -4 >Emitted(34, 19) Source(21, 38) + SourceIndex(3) +1->Emitted(35, 5) Source(21, 33) + SourceIndex(3) +2 >Emitted(35, 14) Source(21, 34) + SourceIndex(3) +3 >Emitted(35, 18) Source(21, 38) + SourceIndex(3) +4 >Emitted(35, 19) Source(21, 38) + SourceIndex(3) --- >>> /**@internal*/ function foo() { } 1->^^^^ @@ -700,13 +702,13 @@ sourceFile:../second/second_part1.ts 5 > foo 6 > () { 7 > } -1->Emitted(35, 5) Source(22, 5) + SourceIndex(3) -2 >Emitted(35, 19) Source(22, 19) + SourceIndex(3) -3 >Emitted(35, 20) Source(22, 20) + SourceIndex(3) -4 >Emitted(35, 29) Source(22, 36) + SourceIndex(3) -5 >Emitted(35, 32) Source(22, 39) + SourceIndex(3) -6 >Emitted(35, 37) Source(22, 43) + SourceIndex(3) -7 >Emitted(35, 38) Source(22, 44) + SourceIndex(3) +1->Emitted(36, 5) Source(22, 5) + SourceIndex(3) +2 >Emitted(36, 19) Source(22, 19) + SourceIndex(3) +3 >Emitted(36, 20) Source(22, 20) + SourceIndex(3) +4 >Emitted(36, 29) Source(22, 36) + SourceIndex(3) +5 >Emitted(36, 32) Source(22, 39) + SourceIndex(3) +6 >Emitted(36, 37) Source(22, 43) + SourceIndex(3) +7 >Emitted(36, 38) Source(22, 44) + SourceIndex(3) --- >>> normalN.foo = foo; 1 >^^^^ @@ -718,10 +720,10 @@ sourceFile:../second/second_part1.ts 2 > foo 3 > () {} 4 > -1 >Emitted(36, 5) Source(22, 36) + SourceIndex(3) -2 >Emitted(36, 16) Source(22, 39) + SourceIndex(3) -3 >Emitted(36, 22) Source(22, 44) + SourceIndex(3) -4 >Emitted(36, 23) Source(22, 44) + SourceIndex(3) +1 >Emitted(37, 5) Source(22, 36) + SourceIndex(3) +2 >Emitted(37, 16) Source(22, 39) + SourceIndex(3) +3 >Emitted(37, 22) Source(22, 44) + SourceIndex(3) +4 >Emitted(37, 23) Source(22, 44) + SourceIndex(3) --- >>> /**@internal*/ var someNamespace; 1->^^^^ @@ -737,12 +739,12 @@ sourceFile:../second/second_part1.ts 4 > export namespace 5 > someNamespace 6 > { export class C {} } -1->Emitted(37, 5) Source(23, 5) + SourceIndex(3) -2 >Emitted(37, 19) Source(23, 19) + SourceIndex(3) -3 >Emitted(37, 20) Source(23, 20) + SourceIndex(3) -4 >Emitted(37, 24) Source(23, 37) + SourceIndex(3) -5 >Emitted(37, 37) Source(23, 50) + SourceIndex(3) -6 >Emitted(37, 38) Source(23, 72) + SourceIndex(3) +1->Emitted(38, 5) Source(23, 5) + SourceIndex(3) +2 >Emitted(38, 19) Source(23, 19) + SourceIndex(3) +3 >Emitted(38, 20) Source(23, 20) + SourceIndex(3) +4 >Emitted(38, 24) Source(23, 37) + SourceIndex(3) +5 >Emitted(38, 37) Source(23, 50) + SourceIndex(3) +6 >Emitted(38, 38) Source(23, 72) + SourceIndex(3) --- >>> (function (someNamespace) { 1 >^^^^ @@ -752,21 +754,21 @@ sourceFile:../second/second_part1.ts 1 > 2 > export namespace 3 > someNamespace -1 >Emitted(38, 5) Source(23, 20) + SourceIndex(3) -2 >Emitted(38, 16) Source(23, 37) + SourceIndex(3) -3 >Emitted(38, 29) Source(23, 50) + SourceIndex(3) +1 >Emitted(39, 5) Source(23, 20) + SourceIndex(3) +2 >Emitted(39, 16) Source(23, 37) + SourceIndex(3) +3 >Emitted(39, 29) Source(23, 50) + SourceIndex(3) --- >>> var C = /** @class */ (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(39, 9) Source(23, 53) + SourceIndex(3) +1->Emitted(40, 9) Source(23, 53) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(40, 13) Source(23, 53) + SourceIndex(3) +1->Emitted(41, 13) Source(23, 53) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -774,16 +776,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(41, 13) Source(23, 69) + SourceIndex(3) -2 >Emitted(41, 14) Source(23, 70) + SourceIndex(3) +1->Emitted(42, 13) Source(23, 69) + SourceIndex(3) +2 >Emitted(42, 14) Source(23, 70) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(42, 13) Source(23, 69) + SourceIndex(3) -2 >Emitted(42, 21) Source(23, 70) + SourceIndex(3) +1->Emitted(43, 13) Source(23, 69) + SourceIndex(3) +2 >Emitted(43, 21) Source(23, 70) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -795,10 +797,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(43, 9) Source(23, 69) + SourceIndex(3) -2 >Emitted(43, 10) Source(23, 70) + SourceIndex(3) -3 >Emitted(43, 10) Source(23, 53) + SourceIndex(3) -4 >Emitted(43, 14) Source(23, 70) + SourceIndex(3) +1 >Emitted(44, 9) Source(23, 69) + SourceIndex(3) +2 >Emitted(44, 10) Source(23, 70) + SourceIndex(3) +3 >Emitted(44, 10) Source(23, 53) + SourceIndex(3) +4 >Emitted(44, 14) Source(23, 70) + SourceIndex(3) --- >>> someNamespace.C = C; 1->^^^^^^^^ @@ -810,10 +812,10 @@ sourceFile:../second/second_part1.ts 2 > C 3 > {} 4 > -1->Emitted(44, 9) Source(23, 66) + SourceIndex(3) -2 >Emitted(44, 24) Source(23, 67) + SourceIndex(3) -3 >Emitted(44, 28) Source(23, 70) + SourceIndex(3) -4 >Emitted(44, 29) Source(23, 70) + SourceIndex(3) +1->Emitted(45, 9) Source(23, 66) + SourceIndex(3) +2 >Emitted(45, 24) Source(23, 67) + SourceIndex(3) +3 >Emitted(45, 28) Source(23, 70) + SourceIndex(3) +4 >Emitted(45, 29) Source(23, 70) + SourceIndex(3) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^ @@ -834,15 +836,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(45, 5) Source(23, 71) + SourceIndex(3) -2 >Emitted(45, 6) Source(23, 72) + SourceIndex(3) -3 >Emitted(45, 8) Source(23, 37) + SourceIndex(3) -4 >Emitted(45, 21) Source(23, 50) + SourceIndex(3) -5 >Emitted(45, 24) Source(23, 37) + SourceIndex(3) -6 >Emitted(45, 45) Source(23, 50) + SourceIndex(3) -7 >Emitted(45, 50) Source(23, 37) + SourceIndex(3) -8 >Emitted(45, 71) Source(23, 50) + SourceIndex(3) -9 >Emitted(45, 79) Source(23, 72) + SourceIndex(3) +1->Emitted(46, 5) Source(23, 71) + SourceIndex(3) +2 >Emitted(46, 6) Source(23, 72) + SourceIndex(3) +3 >Emitted(46, 8) Source(23, 37) + SourceIndex(3) +4 >Emitted(46, 21) Source(23, 50) + SourceIndex(3) +5 >Emitted(46, 24) Source(23, 37) + SourceIndex(3) +6 >Emitted(46, 45) Source(23, 50) + SourceIndex(3) +7 >Emitted(46, 50) Source(23, 37) + SourceIndex(3) +8 >Emitted(46, 71) Source(23, 50) + SourceIndex(3) +9 >Emitted(46, 79) Source(23, 72) + SourceIndex(3) --- >>> /**@internal*/ var someOther; 1 >^^^^ @@ -858,12 +860,12 @@ sourceFile:../second/second_part1.ts 4 > export namespace 5 > someOther 6 > .something { export class someClass {} } -1 >Emitted(46, 5) Source(24, 5) + SourceIndex(3) -2 >Emitted(46, 19) Source(24, 19) + SourceIndex(3) -3 >Emitted(46, 20) Source(24, 20) + SourceIndex(3) -4 >Emitted(46, 24) Source(24, 37) + SourceIndex(3) -5 >Emitted(46, 33) Source(24, 46) + SourceIndex(3) -6 >Emitted(46, 34) Source(24, 86) + SourceIndex(3) +1 >Emitted(47, 5) Source(24, 5) + SourceIndex(3) +2 >Emitted(47, 19) Source(24, 19) + SourceIndex(3) +3 >Emitted(47, 20) Source(24, 20) + SourceIndex(3) +4 >Emitted(47, 24) Source(24, 37) + SourceIndex(3) +5 >Emitted(47, 33) Source(24, 46) + SourceIndex(3) +6 >Emitted(47, 34) Source(24, 86) + SourceIndex(3) --- >>> (function (someOther) { 1 >^^^^ @@ -872,9 +874,9 @@ sourceFile:../second/second_part1.ts 1 > 2 > export namespace 3 > someOther -1 >Emitted(47, 5) Source(24, 20) + SourceIndex(3) -2 >Emitted(47, 16) Source(24, 37) + SourceIndex(3) -3 >Emitted(47, 25) Source(24, 46) + SourceIndex(3) +1 >Emitted(48, 5) Source(24, 20) + SourceIndex(3) +2 >Emitted(48, 16) Source(24, 37) + SourceIndex(3) +3 >Emitted(48, 25) Source(24, 46) + SourceIndex(3) --- >>> var something; 1 >^^^^^^^^ @@ -886,10 +888,10 @@ sourceFile:../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(48, 9) Source(24, 47) + SourceIndex(3) -2 >Emitted(48, 13) Source(24, 47) + SourceIndex(3) -3 >Emitted(48, 22) Source(24, 56) + SourceIndex(3) -4 >Emitted(48, 23) Source(24, 86) + SourceIndex(3) +1 >Emitted(49, 9) Source(24, 47) + SourceIndex(3) +2 >Emitted(49, 13) Source(24, 47) + SourceIndex(3) +3 >Emitted(49, 22) Source(24, 56) + SourceIndex(3) +4 >Emitted(49, 23) Source(24, 86) + SourceIndex(3) --- >>> (function (something) { 1->^^^^^^^^ @@ -899,21 +901,21 @@ sourceFile:../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(49, 9) Source(24, 47) + SourceIndex(3) -2 >Emitted(49, 20) Source(24, 47) + SourceIndex(3) -3 >Emitted(49, 29) Source(24, 56) + SourceIndex(3) +1->Emitted(50, 9) Source(24, 47) + SourceIndex(3) +2 >Emitted(50, 20) Source(24, 47) + SourceIndex(3) +3 >Emitted(50, 29) Source(24, 56) + SourceIndex(3) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(50, 13) Source(24, 59) + SourceIndex(3) +1->Emitted(51, 13) Source(24, 59) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(51, 17) Source(24, 59) + SourceIndex(3) +1->Emitted(52, 17) Source(24, 59) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -921,16 +923,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(52, 17) Source(24, 83) + SourceIndex(3) -2 >Emitted(52, 18) Source(24, 84) + SourceIndex(3) +1->Emitted(53, 17) Source(24, 83) + SourceIndex(3) +2 >Emitted(53, 18) Source(24, 84) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(53, 17) Source(24, 83) + SourceIndex(3) -2 >Emitted(53, 33) Source(24, 84) + SourceIndex(3) +1->Emitted(54, 17) Source(24, 83) + SourceIndex(3) +2 >Emitted(54, 33) Source(24, 84) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -942,10 +944,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(54, 13) Source(24, 83) + SourceIndex(3) -2 >Emitted(54, 14) Source(24, 84) + SourceIndex(3) -3 >Emitted(54, 14) Source(24, 59) + SourceIndex(3) -4 >Emitted(54, 18) Source(24, 84) + SourceIndex(3) +1 >Emitted(55, 13) Source(24, 83) + SourceIndex(3) +2 >Emitted(55, 14) Source(24, 84) + SourceIndex(3) +3 >Emitted(55, 14) Source(24, 59) + SourceIndex(3) +4 >Emitted(55, 18) Source(24, 84) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -957,10 +959,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(55, 13) Source(24, 72) + SourceIndex(3) -2 >Emitted(55, 32) Source(24, 81) + SourceIndex(3) -3 >Emitted(55, 44) Source(24, 84) + SourceIndex(3) -4 >Emitted(55, 45) Source(24, 84) + SourceIndex(3) +1->Emitted(56, 13) Source(24, 72) + SourceIndex(3) +2 >Emitted(56, 32) Source(24, 81) + SourceIndex(3) +3 >Emitted(56, 44) Source(24, 84) + SourceIndex(3) +4 >Emitted(56, 45) Source(24, 84) + SourceIndex(3) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^ @@ -981,15 +983,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(56, 9) Source(24, 85) + SourceIndex(3) -2 >Emitted(56, 10) Source(24, 86) + SourceIndex(3) -3 >Emitted(56, 12) Source(24, 47) + SourceIndex(3) -4 >Emitted(56, 21) Source(24, 56) + SourceIndex(3) -5 >Emitted(56, 24) Source(24, 47) + SourceIndex(3) -6 >Emitted(56, 43) Source(24, 56) + SourceIndex(3) -7 >Emitted(56, 48) Source(24, 47) + SourceIndex(3) -8 >Emitted(56, 67) Source(24, 56) + SourceIndex(3) -9 >Emitted(56, 75) Source(24, 86) + SourceIndex(3) +1->Emitted(57, 9) Source(24, 85) + SourceIndex(3) +2 >Emitted(57, 10) Source(24, 86) + SourceIndex(3) +3 >Emitted(57, 12) Source(24, 47) + SourceIndex(3) +4 >Emitted(57, 21) Source(24, 56) + SourceIndex(3) +5 >Emitted(57, 24) Source(24, 47) + SourceIndex(3) +6 >Emitted(57, 43) Source(24, 56) + SourceIndex(3) +7 >Emitted(57, 48) Source(24, 47) + SourceIndex(3) +8 >Emitted(57, 67) Source(24, 56) + SourceIndex(3) +9 >Emitted(57, 75) Source(24, 86) + SourceIndex(3) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^ @@ -1010,15 +1012,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(57, 5) Source(24, 85) + SourceIndex(3) -2 >Emitted(57, 6) Source(24, 86) + SourceIndex(3) -3 >Emitted(57, 8) Source(24, 37) + SourceIndex(3) -4 >Emitted(57, 17) Source(24, 46) + SourceIndex(3) -5 >Emitted(57, 20) Source(24, 37) + SourceIndex(3) -6 >Emitted(57, 37) Source(24, 46) + SourceIndex(3) -7 >Emitted(57, 42) Source(24, 37) + SourceIndex(3) -8 >Emitted(57, 59) Source(24, 46) + SourceIndex(3) -9 >Emitted(57, 67) Source(24, 86) + SourceIndex(3) +1 >Emitted(58, 5) Source(24, 85) + SourceIndex(3) +2 >Emitted(58, 6) Source(24, 86) + SourceIndex(3) +3 >Emitted(58, 8) Source(24, 37) + SourceIndex(3) +4 >Emitted(58, 17) Source(24, 46) + SourceIndex(3) +5 >Emitted(58, 20) Source(24, 37) + SourceIndex(3) +6 >Emitted(58, 37) Source(24, 46) + SourceIndex(3) +7 >Emitted(58, 42) Source(24, 37) + SourceIndex(3) +8 >Emitted(58, 59) Source(24, 46) + SourceIndex(3) +9 >Emitted(58, 67) Source(24, 86) + SourceIndex(3) --- >>> /**@internal*/ normalN.someImport = someNamespace.C; 1 >^^^^ @@ -1040,15 +1042,15 @@ sourceFile:../second/second_part1.ts 7 > . 8 > C 9 > ; -1 >Emitted(58, 5) Source(25, 5) + SourceIndex(3) -2 >Emitted(58, 19) Source(25, 19) + SourceIndex(3) -3 >Emitted(58, 20) Source(25, 34) + SourceIndex(3) -4 >Emitted(58, 38) Source(25, 44) + SourceIndex(3) -5 >Emitted(58, 41) Source(25, 47) + SourceIndex(3) -6 >Emitted(58, 54) Source(25, 60) + SourceIndex(3) -7 >Emitted(58, 55) Source(25, 61) + SourceIndex(3) -8 >Emitted(58, 56) Source(25, 62) + SourceIndex(3) -9 >Emitted(58, 57) Source(25, 63) + SourceIndex(3) +1 >Emitted(59, 5) Source(25, 5) + SourceIndex(3) +2 >Emitted(59, 19) Source(25, 19) + SourceIndex(3) +3 >Emitted(59, 20) Source(25, 34) + SourceIndex(3) +4 >Emitted(59, 38) Source(25, 44) + SourceIndex(3) +5 >Emitted(59, 41) Source(25, 47) + SourceIndex(3) +6 >Emitted(59, 54) Source(25, 60) + SourceIndex(3) +7 >Emitted(59, 55) Source(25, 61) + SourceIndex(3) +8 >Emitted(59, 56) Source(25, 62) + SourceIndex(3) +9 >Emitted(59, 57) Source(25, 63) + SourceIndex(3) --- >>> /**@internal*/ normalN.internalConst = 10; 1 >^^^^ @@ -1067,13 +1069,13 @@ sourceFile:../second/second_part1.ts 5 > = 6 > 10 7 > ; -1 >Emitted(59, 5) Source(27, 5) + SourceIndex(3) -2 >Emitted(59, 19) Source(27, 19) + SourceIndex(3) -3 >Emitted(59, 20) Source(27, 33) + SourceIndex(3) -4 >Emitted(59, 41) Source(27, 46) + SourceIndex(3) -5 >Emitted(59, 44) Source(27, 49) + SourceIndex(3) -6 >Emitted(59, 46) Source(27, 51) + SourceIndex(3) -7 >Emitted(59, 47) Source(27, 52) + SourceIndex(3) +1 >Emitted(60, 5) Source(27, 5) + SourceIndex(3) +2 >Emitted(60, 19) Source(27, 19) + SourceIndex(3) +3 >Emitted(60, 20) Source(27, 33) + SourceIndex(3) +4 >Emitted(60, 41) Source(27, 46) + SourceIndex(3) +5 >Emitted(60, 44) Source(27, 49) + SourceIndex(3) +6 >Emitted(60, 46) Source(27, 51) + SourceIndex(3) +7 >Emitted(60, 47) Source(27, 52) + SourceIndex(3) --- >>> /**@internal*/ var internalEnum; 1 >^^^^ @@ -1087,11 +1089,11 @@ sourceFile:../second/second_part1.ts 3 > 4 > export enum 5 > internalEnum { a, b, c } -1 >Emitted(60, 5) Source(28, 5) + SourceIndex(3) -2 >Emitted(60, 19) Source(28, 19) + SourceIndex(3) -3 >Emitted(60, 20) Source(28, 20) + SourceIndex(3) -4 >Emitted(60, 24) Source(28, 32) + SourceIndex(3) -5 >Emitted(60, 36) Source(28, 56) + SourceIndex(3) +1 >Emitted(61, 5) Source(28, 5) + SourceIndex(3) +2 >Emitted(61, 19) Source(28, 19) + SourceIndex(3) +3 >Emitted(61, 20) Source(28, 20) + SourceIndex(3) +4 >Emitted(61, 24) Source(28, 32) + SourceIndex(3) +5 >Emitted(61, 36) Source(28, 56) + SourceIndex(3) --- >>> (function (internalEnum) { 1 >^^^^ @@ -1101,9 +1103,9 @@ sourceFile:../second/second_part1.ts 1 > 2 > export enum 3 > internalEnum -1 >Emitted(61, 5) Source(28, 20) + SourceIndex(3) -2 >Emitted(61, 16) Source(28, 32) + SourceIndex(3) -3 >Emitted(61, 28) Source(28, 44) + SourceIndex(3) +1 >Emitted(62, 5) Source(28, 20) + SourceIndex(3) +2 >Emitted(62, 16) Source(28, 32) + SourceIndex(3) +3 >Emitted(62, 28) Source(28, 44) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -1113,9 +1115,9 @@ sourceFile:../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(62, 9) Source(28, 47) + SourceIndex(3) -2 >Emitted(62, 50) Source(28, 48) + SourceIndex(3) -3 >Emitted(62, 51) Source(28, 48) + SourceIndex(3) +1->Emitted(63, 9) Source(28, 47) + SourceIndex(3) +2 >Emitted(63, 50) Source(28, 48) + SourceIndex(3) +3 >Emitted(63, 51) Source(28, 48) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -1125,9 +1127,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(63, 9) Source(28, 50) + SourceIndex(3) -2 >Emitted(63, 50) Source(28, 51) + SourceIndex(3) -3 >Emitted(63, 51) Source(28, 51) + SourceIndex(3) +1->Emitted(64, 9) Source(28, 50) + SourceIndex(3) +2 >Emitted(64, 50) Source(28, 51) + SourceIndex(3) +3 >Emitted(64, 51) Source(28, 51) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -1137,9 +1139,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(64, 9) Source(28, 53) + SourceIndex(3) -2 >Emitted(64, 50) Source(28, 54) + SourceIndex(3) -3 >Emitted(64, 51) Source(28, 54) + SourceIndex(3) +1->Emitted(65, 9) Source(28, 53) + SourceIndex(3) +2 >Emitted(65, 50) Source(28, 54) + SourceIndex(3) +3 >Emitted(65, 51) Source(28, 54) + SourceIndex(3) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^ @@ -1160,15 +1162,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(65, 5) Source(28, 55) + SourceIndex(3) -2 >Emitted(65, 6) Source(28, 56) + SourceIndex(3) -3 >Emitted(65, 8) Source(28, 32) + SourceIndex(3) -4 >Emitted(65, 20) Source(28, 44) + SourceIndex(3) -5 >Emitted(65, 23) Source(28, 32) + SourceIndex(3) -6 >Emitted(65, 43) Source(28, 44) + SourceIndex(3) -7 >Emitted(65, 48) Source(28, 32) + SourceIndex(3) -8 >Emitted(65, 68) Source(28, 44) + SourceIndex(3) -9 >Emitted(65, 76) Source(28, 56) + SourceIndex(3) +1->Emitted(66, 5) Source(28, 55) + SourceIndex(3) +2 >Emitted(66, 6) Source(28, 56) + SourceIndex(3) +3 >Emitted(66, 8) Source(28, 32) + SourceIndex(3) +4 >Emitted(66, 20) Source(28, 44) + SourceIndex(3) +5 >Emitted(66, 23) Source(28, 32) + SourceIndex(3) +6 >Emitted(66, 43) Source(28, 44) + SourceIndex(3) +7 >Emitted(66, 48) Source(28, 32) + SourceIndex(3) +8 >Emitted(66, 68) Source(28, 44) + SourceIndex(3) +9 >Emitted(66, 76) Source(28, 56) + SourceIndex(3) --- >>>})(normalN || (normalN = {})); 1 > @@ -1196,13 +1198,13 @@ sourceFile:../second/second_part1.ts > /**@internal*/ export const internalConst = 10; > /**@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(66, 1) Source(29, 1) + SourceIndex(3) -2 >Emitted(66, 2) Source(29, 2) + SourceIndex(3) -3 >Emitted(66, 4) Source(20, 11) + SourceIndex(3) -4 >Emitted(66, 11) Source(20, 18) + SourceIndex(3) -5 >Emitted(66, 16) Source(20, 11) + SourceIndex(3) -6 >Emitted(66, 23) Source(20, 18) + SourceIndex(3) -7 >Emitted(66, 31) Source(29, 2) + SourceIndex(3) +1 >Emitted(67, 1) Source(29, 1) + SourceIndex(3) +2 >Emitted(67, 2) Source(29, 2) + SourceIndex(3) +3 >Emitted(67, 4) Source(20, 11) + SourceIndex(3) +4 >Emitted(67, 11) Source(20, 18) + SourceIndex(3) +5 >Emitted(67, 16) Source(20, 11) + SourceIndex(3) +6 >Emitted(67, 23) Source(20, 18) + SourceIndex(3) +7 >Emitted(67, 31) Source(29, 2) + SourceIndex(3) --- >>>/**@internal*/ var internalC = /** @class */ (function () { 1-> @@ -1213,15 +1215,15 @@ sourceFile:../second/second_part1.ts > 2 >/**@internal*/ 3 > -1->Emitted(67, 1) Source(30, 1) + SourceIndex(3) -2 >Emitted(67, 15) Source(30, 15) + SourceIndex(3) -3 >Emitted(67, 16) Source(30, 16) + SourceIndex(3) +1->Emitted(68, 1) Source(30, 1) + SourceIndex(3) +2 >Emitted(68, 15) Source(30, 15) + SourceIndex(3) +3 >Emitted(68, 16) Source(30, 16) + SourceIndex(3) --- >>> function internalC() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(68, 5) Source(30, 16) + SourceIndex(3) +1->Emitted(69, 5) Source(30, 16) + SourceIndex(3) --- >>> } 1->^^^^ @@ -1229,16 +1231,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->class internalC { 2 > } -1->Emitted(69, 5) Source(30, 33) + SourceIndex(3) -2 >Emitted(69, 6) Source(30, 34) + SourceIndex(3) +1->Emitted(70, 5) Source(30, 33) + SourceIndex(3) +2 >Emitted(70, 6) Source(30, 34) + SourceIndex(3) --- >>> return internalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(70, 5) Source(30, 33) + SourceIndex(3) -2 >Emitted(70, 21) Source(30, 34) + SourceIndex(3) +1->Emitted(71, 5) Source(30, 33) + SourceIndex(3) +2 >Emitted(71, 21) Source(30, 34) + SourceIndex(3) --- >>>}()); 1 > @@ -1250,10 +1252,10 @@ sourceFile:../second/second_part1.ts 2 >} 3 > 4 > class internalC {} -1 >Emitted(71, 1) Source(30, 33) + SourceIndex(3) -2 >Emitted(71, 2) Source(30, 34) + SourceIndex(3) -3 >Emitted(71, 2) Source(30, 16) + SourceIndex(3) -4 >Emitted(71, 6) Source(30, 34) + SourceIndex(3) +1 >Emitted(72, 1) Source(30, 33) + SourceIndex(3) +2 >Emitted(72, 2) Source(30, 34) + SourceIndex(3) +3 >Emitted(72, 2) Source(30, 16) + SourceIndex(3) +4 >Emitted(72, 6) Source(30, 34) + SourceIndex(3) --- >>>/**@internal*/ function internalfoo() { } 1-> @@ -1271,13 +1273,13 @@ sourceFile:../second/second_part1.ts 5 > internalfoo 6 > () { 7 > } -1->Emitted(72, 1) Source(31, 1) + SourceIndex(3) -2 >Emitted(72, 15) Source(31, 15) + SourceIndex(3) -3 >Emitted(72, 16) Source(31, 16) + SourceIndex(3) -4 >Emitted(72, 25) Source(31, 25) + SourceIndex(3) -5 >Emitted(72, 36) Source(31, 36) + SourceIndex(3) -6 >Emitted(72, 41) Source(31, 40) + SourceIndex(3) -7 >Emitted(72, 42) Source(31, 41) + SourceIndex(3) +1->Emitted(73, 1) Source(31, 1) + SourceIndex(3) +2 >Emitted(73, 15) Source(31, 15) + SourceIndex(3) +3 >Emitted(73, 16) Source(31, 16) + SourceIndex(3) +4 >Emitted(73, 25) Source(31, 25) + SourceIndex(3) +5 >Emitted(73, 36) Source(31, 36) + SourceIndex(3) +6 >Emitted(73, 41) Source(31, 40) + SourceIndex(3) +7 >Emitted(73, 42) Source(31, 41) + SourceIndex(3) --- >>>/**@internal*/ var internalNamespace; 1 > @@ -1293,12 +1295,12 @@ sourceFile:../second/second_part1.ts 4 > namespace 5 > internalNamespace 6 > { export class someClass {} } -1 >Emitted(73, 1) Source(32, 1) + SourceIndex(3) -2 >Emitted(73, 15) Source(32, 15) + SourceIndex(3) -3 >Emitted(73, 16) Source(32, 16) + SourceIndex(3) -4 >Emitted(73, 20) Source(32, 26) + SourceIndex(3) -5 >Emitted(73, 37) Source(32, 43) + SourceIndex(3) -6 >Emitted(73, 38) Source(32, 73) + SourceIndex(3) +1 >Emitted(74, 1) Source(32, 1) + SourceIndex(3) +2 >Emitted(74, 15) Source(32, 15) + SourceIndex(3) +3 >Emitted(74, 16) Source(32, 16) + SourceIndex(3) +4 >Emitted(74, 20) Source(32, 26) + SourceIndex(3) +5 >Emitted(74, 37) Source(32, 43) + SourceIndex(3) +6 >Emitted(74, 38) Source(32, 73) + SourceIndex(3) --- >>>(function (internalNamespace) { 1 > @@ -1308,21 +1310,21 @@ sourceFile:../second/second_part1.ts 1 > 2 >namespace 3 > internalNamespace -1 >Emitted(74, 1) Source(32, 16) + SourceIndex(3) -2 >Emitted(74, 12) Source(32, 26) + SourceIndex(3) -3 >Emitted(74, 29) Source(32, 43) + SourceIndex(3) +1 >Emitted(75, 1) Source(32, 16) + SourceIndex(3) +2 >Emitted(75, 12) Source(32, 26) + SourceIndex(3) +3 >Emitted(75, 29) Source(32, 43) + SourceIndex(3) --- >>> var someClass = /** @class */ (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(75, 5) Source(32, 46) + SourceIndex(3) +1->Emitted(76, 5) Source(32, 46) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(76, 9) Source(32, 46) + SourceIndex(3) +1->Emitted(77, 9) Source(32, 46) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -1330,16 +1332,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(77, 9) Source(32, 70) + SourceIndex(3) -2 >Emitted(77, 10) Source(32, 71) + SourceIndex(3) +1->Emitted(78, 9) Source(32, 70) + SourceIndex(3) +2 >Emitted(78, 10) Source(32, 71) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(78, 9) Source(32, 70) + SourceIndex(3) -2 >Emitted(78, 25) Source(32, 71) + SourceIndex(3) +1->Emitted(79, 9) Source(32, 70) + SourceIndex(3) +2 >Emitted(79, 25) Source(32, 71) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -1351,10 +1353,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(79, 5) Source(32, 70) + SourceIndex(3) -2 >Emitted(79, 6) Source(32, 71) + SourceIndex(3) -3 >Emitted(79, 6) Source(32, 46) + SourceIndex(3) -4 >Emitted(79, 10) Source(32, 71) + SourceIndex(3) +1 >Emitted(80, 5) Source(32, 70) + SourceIndex(3) +2 >Emitted(80, 6) Source(32, 71) + SourceIndex(3) +3 >Emitted(80, 6) Source(32, 46) + SourceIndex(3) +4 >Emitted(80, 10) Source(32, 71) + SourceIndex(3) --- >>> internalNamespace.someClass = someClass; 1->^^^^ @@ -1366,10 +1368,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(80, 5) Source(32, 59) + SourceIndex(3) -2 >Emitted(80, 32) Source(32, 68) + SourceIndex(3) -3 >Emitted(80, 44) Source(32, 71) + SourceIndex(3) -4 >Emitted(80, 45) Source(32, 71) + SourceIndex(3) +1->Emitted(81, 5) Source(32, 59) + SourceIndex(3) +2 >Emitted(81, 32) Source(32, 68) + SourceIndex(3) +3 >Emitted(81, 44) Source(32, 71) + SourceIndex(3) +4 >Emitted(81, 45) Source(32, 71) + SourceIndex(3) --- >>>})(internalNamespace || (internalNamespace = {})); 1-> @@ -1386,13 +1388,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalNamespace 7 > { export class someClass {} } -1->Emitted(81, 1) Source(32, 72) + SourceIndex(3) -2 >Emitted(81, 2) Source(32, 73) + SourceIndex(3) -3 >Emitted(81, 4) Source(32, 26) + SourceIndex(3) -4 >Emitted(81, 21) Source(32, 43) + SourceIndex(3) -5 >Emitted(81, 26) Source(32, 26) + SourceIndex(3) -6 >Emitted(81, 43) Source(32, 43) + SourceIndex(3) -7 >Emitted(81, 51) Source(32, 73) + SourceIndex(3) +1->Emitted(82, 1) Source(32, 72) + SourceIndex(3) +2 >Emitted(82, 2) Source(32, 73) + SourceIndex(3) +3 >Emitted(82, 4) Source(32, 26) + SourceIndex(3) +4 >Emitted(82, 21) Source(32, 43) + SourceIndex(3) +5 >Emitted(82, 26) Source(32, 26) + SourceIndex(3) +6 >Emitted(82, 43) Source(32, 43) + SourceIndex(3) +7 >Emitted(82, 51) Source(32, 73) + SourceIndex(3) --- >>>/**@internal*/ var internalOther; 1 > @@ -1408,12 +1410,12 @@ sourceFile:../second/second_part1.ts 4 > namespace 5 > internalOther 6 > .something { export class someClass {} } -1 >Emitted(82, 1) Source(33, 1) + SourceIndex(3) -2 >Emitted(82, 15) Source(33, 15) + SourceIndex(3) -3 >Emitted(82, 16) Source(33, 16) + SourceIndex(3) -4 >Emitted(82, 20) Source(33, 26) + SourceIndex(3) -5 >Emitted(82, 33) Source(33, 39) + SourceIndex(3) -6 >Emitted(82, 34) Source(33, 79) + SourceIndex(3) +1 >Emitted(83, 1) Source(33, 1) + SourceIndex(3) +2 >Emitted(83, 15) Source(33, 15) + SourceIndex(3) +3 >Emitted(83, 16) Source(33, 16) + SourceIndex(3) +4 >Emitted(83, 20) Source(33, 26) + SourceIndex(3) +5 >Emitted(83, 33) Source(33, 39) + SourceIndex(3) +6 >Emitted(83, 34) Source(33, 79) + SourceIndex(3) --- >>>(function (internalOther) { 1 > @@ -1422,9 +1424,9 @@ sourceFile:../second/second_part1.ts 1 > 2 >namespace 3 > internalOther -1 >Emitted(83, 1) Source(33, 16) + SourceIndex(3) -2 >Emitted(83, 12) Source(33, 26) + SourceIndex(3) -3 >Emitted(83, 25) Source(33, 39) + SourceIndex(3) +1 >Emitted(84, 1) Source(33, 16) + SourceIndex(3) +2 >Emitted(84, 12) Source(33, 26) + SourceIndex(3) +3 >Emitted(84, 25) Source(33, 39) + SourceIndex(3) --- >>> var something; 1 >^^^^ @@ -1436,10 +1438,10 @@ sourceFile:../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(84, 5) Source(33, 40) + SourceIndex(3) -2 >Emitted(84, 9) Source(33, 40) + SourceIndex(3) -3 >Emitted(84, 18) Source(33, 49) + SourceIndex(3) -4 >Emitted(84, 19) Source(33, 79) + SourceIndex(3) +1 >Emitted(85, 5) Source(33, 40) + SourceIndex(3) +2 >Emitted(85, 9) Source(33, 40) + SourceIndex(3) +3 >Emitted(85, 18) Source(33, 49) + SourceIndex(3) +4 >Emitted(85, 19) Source(33, 79) + SourceIndex(3) --- >>> (function (something) { 1->^^^^ @@ -1449,21 +1451,21 @@ sourceFile:../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(85, 5) Source(33, 40) + SourceIndex(3) -2 >Emitted(85, 16) Source(33, 40) + SourceIndex(3) -3 >Emitted(85, 25) Source(33, 49) + SourceIndex(3) +1->Emitted(86, 5) Source(33, 40) + SourceIndex(3) +2 >Emitted(86, 16) Source(33, 40) + SourceIndex(3) +3 >Emitted(86, 25) Source(33, 49) + SourceIndex(3) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(86, 9) Source(33, 52) + SourceIndex(3) +1->Emitted(87, 9) Source(33, 52) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(87, 13) Source(33, 52) + SourceIndex(3) +1->Emitted(88, 13) Source(33, 52) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -1471,16 +1473,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(88, 13) Source(33, 76) + SourceIndex(3) -2 >Emitted(88, 14) Source(33, 77) + SourceIndex(3) +1->Emitted(89, 13) Source(33, 76) + SourceIndex(3) +2 >Emitted(89, 14) Source(33, 77) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(89, 13) Source(33, 76) + SourceIndex(3) -2 >Emitted(89, 29) Source(33, 77) + SourceIndex(3) +1->Emitted(90, 13) Source(33, 76) + SourceIndex(3) +2 >Emitted(90, 29) Source(33, 77) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -1492,10 +1494,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(90, 9) Source(33, 76) + SourceIndex(3) -2 >Emitted(90, 10) Source(33, 77) + SourceIndex(3) -3 >Emitted(90, 10) Source(33, 52) + SourceIndex(3) -4 >Emitted(90, 14) Source(33, 77) + SourceIndex(3) +1 >Emitted(91, 9) Source(33, 76) + SourceIndex(3) +2 >Emitted(91, 10) Source(33, 77) + SourceIndex(3) +3 >Emitted(91, 10) Source(33, 52) + SourceIndex(3) +4 >Emitted(91, 14) Source(33, 77) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^ @@ -1507,10 +1509,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(91, 9) Source(33, 65) + SourceIndex(3) -2 >Emitted(91, 28) Source(33, 74) + SourceIndex(3) -3 >Emitted(91, 40) Source(33, 77) + SourceIndex(3) -4 >Emitted(91, 41) Source(33, 77) + SourceIndex(3) +1->Emitted(92, 9) Source(33, 65) + SourceIndex(3) +2 >Emitted(92, 28) Source(33, 74) + SourceIndex(3) +3 >Emitted(92, 40) Source(33, 77) + SourceIndex(3) +4 >Emitted(92, 41) Source(33, 77) + SourceIndex(3) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^ @@ -1531,15 +1533,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(92, 5) Source(33, 78) + SourceIndex(3) -2 >Emitted(92, 6) Source(33, 79) + SourceIndex(3) -3 >Emitted(92, 8) Source(33, 40) + SourceIndex(3) -4 >Emitted(92, 17) Source(33, 49) + SourceIndex(3) -5 >Emitted(92, 20) Source(33, 40) + SourceIndex(3) -6 >Emitted(92, 43) Source(33, 49) + SourceIndex(3) -7 >Emitted(92, 48) Source(33, 40) + SourceIndex(3) -8 >Emitted(92, 71) Source(33, 49) + SourceIndex(3) -9 >Emitted(92, 79) Source(33, 79) + SourceIndex(3) +1->Emitted(93, 5) Source(33, 78) + SourceIndex(3) +2 >Emitted(93, 6) Source(33, 79) + SourceIndex(3) +3 >Emitted(93, 8) Source(33, 40) + SourceIndex(3) +4 >Emitted(93, 17) Source(33, 49) + SourceIndex(3) +5 >Emitted(93, 20) Source(33, 40) + SourceIndex(3) +6 >Emitted(93, 43) Source(33, 49) + SourceIndex(3) +7 >Emitted(93, 48) Source(33, 40) + SourceIndex(3) +8 >Emitted(93, 71) Source(33, 49) + SourceIndex(3) +9 >Emitted(93, 79) Source(33, 79) + SourceIndex(3) --- >>>})(internalOther || (internalOther = {})); 1 > @@ -1557,13 +1559,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalOther 7 > .something { export class someClass {} } -1 >Emitted(93, 1) Source(33, 78) + SourceIndex(3) -2 >Emitted(93, 2) Source(33, 79) + SourceIndex(3) -3 >Emitted(93, 4) Source(33, 26) + SourceIndex(3) -4 >Emitted(93, 17) Source(33, 39) + SourceIndex(3) -5 >Emitted(93, 22) Source(33, 26) + SourceIndex(3) -6 >Emitted(93, 35) Source(33, 39) + SourceIndex(3) -7 >Emitted(93, 43) Source(33, 79) + SourceIndex(3) +1 >Emitted(94, 1) Source(33, 78) + SourceIndex(3) +2 >Emitted(94, 2) Source(33, 79) + SourceIndex(3) +3 >Emitted(94, 4) Source(33, 26) + SourceIndex(3) +4 >Emitted(94, 17) Source(33, 39) + SourceIndex(3) +5 >Emitted(94, 22) Source(33, 26) + SourceIndex(3) +6 >Emitted(94, 35) Source(33, 39) + SourceIndex(3) +7 >Emitted(94, 43) Source(33, 79) + SourceIndex(3) --- >>>/**@internal*/ var internalImport = internalNamespace.someClass; 1-> @@ -1587,16 +1589,16 @@ sourceFile:../second/second_part1.ts 8 > . 9 > someClass 10> ; -1->Emitted(94, 1) Source(34, 1) + SourceIndex(3) -2 >Emitted(94, 15) Source(34, 15) + SourceIndex(3) -3 >Emitted(94, 16) Source(34, 16) + SourceIndex(3) -4 >Emitted(94, 20) Source(34, 23) + SourceIndex(3) -5 >Emitted(94, 34) Source(34, 37) + SourceIndex(3) -6 >Emitted(94, 37) Source(34, 40) + SourceIndex(3) -7 >Emitted(94, 54) Source(34, 57) + SourceIndex(3) -8 >Emitted(94, 55) Source(34, 58) + SourceIndex(3) -9 >Emitted(94, 64) Source(34, 67) + SourceIndex(3) -10>Emitted(94, 65) Source(34, 68) + SourceIndex(3) +1->Emitted(95, 1) Source(34, 1) + SourceIndex(3) +2 >Emitted(95, 15) Source(34, 15) + SourceIndex(3) +3 >Emitted(95, 16) Source(34, 16) + SourceIndex(3) +4 >Emitted(95, 20) Source(34, 23) + SourceIndex(3) +5 >Emitted(95, 34) Source(34, 37) + SourceIndex(3) +6 >Emitted(95, 37) Source(34, 40) + SourceIndex(3) +7 >Emitted(95, 54) Source(34, 57) + SourceIndex(3) +8 >Emitted(95, 55) Source(34, 58) + SourceIndex(3) +9 >Emitted(95, 64) Source(34, 67) + SourceIndex(3) +10>Emitted(95, 65) Source(34, 68) + SourceIndex(3) --- >>>/**@internal*/ var internalConst = 10; 1 > @@ -1617,14 +1619,14 @@ sourceFile:../second/second_part1.ts 6 > = 7 > 10 8 > ; -1 >Emitted(95, 1) Source(36, 1) + SourceIndex(3) -2 >Emitted(95, 15) Source(36, 15) + SourceIndex(3) -3 >Emitted(95, 16) Source(36, 16) + SourceIndex(3) -4 >Emitted(95, 20) Source(36, 22) + SourceIndex(3) -5 >Emitted(95, 33) Source(36, 35) + SourceIndex(3) -6 >Emitted(95, 36) Source(36, 38) + SourceIndex(3) -7 >Emitted(95, 38) Source(36, 40) + SourceIndex(3) -8 >Emitted(95, 39) Source(36, 41) + SourceIndex(3) +1 >Emitted(96, 1) Source(36, 1) + SourceIndex(3) +2 >Emitted(96, 15) Source(36, 15) + SourceIndex(3) +3 >Emitted(96, 16) Source(36, 16) + SourceIndex(3) +4 >Emitted(96, 20) Source(36, 22) + SourceIndex(3) +5 >Emitted(96, 33) Source(36, 35) + SourceIndex(3) +6 >Emitted(96, 36) Source(36, 38) + SourceIndex(3) +7 >Emitted(96, 38) Source(36, 40) + SourceIndex(3) +8 >Emitted(96, 39) Source(36, 41) + SourceIndex(3) --- >>>/**@internal*/ var internalEnum; 1 > @@ -1638,11 +1640,11 @@ sourceFile:../second/second_part1.ts 3 > 4 > enum 5 > internalEnum { a, b, c } -1 >Emitted(96, 1) Source(37, 1) + SourceIndex(3) -2 >Emitted(96, 15) Source(37, 15) + SourceIndex(3) -3 >Emitted(96, 16) Source(37, 16) + SourceIndex(3) -4 >Emitted(96, 20) Source(37, 21) + SourceIndex(3) -5 >Emitted(96, 32) Source(37, 45) + SourceIndex(3) +1 >Emitted(97, 1) Source(37, 1) + SourceIndex(3) +2 >Emitted(97, 15) Source(37, 15) + SourceIndex(3) +3 >Emitted(97, 16) Source(37, 16) + SourceIndex(3) +4 >Emitted(97, 20) Source(37, 21) + SourceIndex(3) +5 >Emitted(97, 32) Source(37, 45) + SourceIndex(3) --- >>>(function (internalEnum) { 1 > @@ -1652,9 +1654,9 @@ sourceFile:../second/second_part1.ts 1 > 2 >enum 3 > internalEnum -1 >Emitted(97, 1) Source(37, 16) + SourceIndex(3) -2 >Emitted(97, 12) Source(37, 21) + SourceIndex(3) -3 >Emitted(97, 24) Source(37, 33) + SourceIndex(3) +1 >Emitted(98, 1) Source(37, 16) + SourceIndex(3) +2 >Emitted(98, 12) Source(37, 21) + SourceIndex(3) +3 >Emitted(98, 24) Source(37, 33) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^ @@ -1664,9 +1666,9 @@ sourceFile:../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(98, 5) Source(37, 36) + SourceIndex(3) -2 >Emitted(98, 46) Source(37, 37) + SourceIndex(3) -3 >Emitted(98, 47) Source(37, 37) + SourceIndex(3) +1->Emitted(99, 5) Source(37, 36) + SourceIndex(3) +2 >Emitted(99, 46) Source(37, 37) + SourceIndex(3) +3 >Emitted(99, 47) Source(37, 37) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^ @@ -1676,9 +1678,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(99, 5) Source(37, 39) + SourceIndex(3) -2 >Emitted(99, 46) Source(37, 40) + SourceIndex(3) -3 >Emitted(99, 47) Source(37, 40) + SourceIndex(3) +1->Emitted(100, 5) Source(37, 39) + SourceIndex(3) +2 >Emitted(100, 46) Source(37, 40) + SourceIndex(3) +3 >Emitted(100, 47) Source(37, 40) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^ @@ -1687,9 +1689,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(100, 5) Source(37, 42) + SourceIndex(3) -2 >Emitted(100, 46) Source(37, 43) + SourceIndex(3) -3 >Emitted(100, 47) Source(37, 43) + SourceIndex(3) +1->Emitted(101, 5) Source(37, 42) + SourceIndex(3) +2 >Emitted(101, 46) Source(37, 43) + SourceIndex(3) +3 >Emitted(101, 47) Source(37, 43) + SourceIndex(3) --- >>>})(internalEnum || (internalEnum = {})); 1 > @@ -1706,13 +1708,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalEnum 7 > { a, b, c } -1 >Emitted(101, 1) Source(37, 44) + SourceIndex(3) -2 >Emitted(101, 2) Source(37, 45) + SourceIndex(3) -3 >Emitted(101, 4) Source(37, 21) + SourceIndex(3) -4 >Emitted(101, 16) Source(37, 33) + SourceIndex(3) -5 >Emitted(101, 21) Source(37, 21) + SourceIndex(3) -6 >Emitted(101, 33) Source(37, 33) + SourceIndex(3) -7 >Emitted(101, 41) Source(37, 45) + SourceIndex(3) +1 >Emitted(102, 1) Source(37, 44) + SourceIndex(3) +2 >Emitted(102, 2) Source(37, 45) + SourceIndex(3) +3 >Emitted(102, 4) Source(37, 21) + SourceIndex(3) +4 >Emitted(102, 16) Source(37, 33) + SourceIndex(3) +5 >Emitted(102, 21) Source(37, 21) + SourceIndex(3) +6 >Emitted(102, 33) Source(37, 33) + SourceIndex(3) +7 >Emitted(102, 41) Source(37, 45) + SourceIndex(3) --- ------------------------------------------------------------------- emittedFile:/src/2/second-output.js @@ -1722,13 +1724,13 @@ sourceFile:../second/second_part2.ts 1 > 2 >^^^^^^^^^^^^^^^^^^^-> 1 > -1 >Emitted(102, 1) Source(1, 1) + SourceIndex(4) +1 >Emitted(103, 1) Source(1, 1) + SourceIndex(4) --- >>> function C() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(103, 5) Source(1, 1) + SourceIndex(4) +1->Emitted(104, 5) Source(1, 1) + SourceIndex(4) --- >>> } 1->^^^^ @@ -1740,8 +1742,8 @@ sourceFile:../second/second_part2.ts > } > 2 > } -1->Emitted(104, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(104, 6) Source(5, 2) + SourceIndex(4) +1->Emitted(105, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(105, 6) Source(5, 2) + SourceIndex(4) --- >>> C.prototype.doSomething = function () { 1->^^^^ @@ -1751,9 +1753,9 @@ sourceFile:../second/second_part2.ts 1-> 2 > doSomething 3 > -1->Emitted(105, 5) Source(2, 5) + SourceIndex(4) -2 >Emitted(105, 28) Source(2, 16) + SourceIndex(4) -3 >Emitted(105, 31) Source(2, 5) + SourceIndex(4) +1->Emitted(106, 5) Source(2, 5) + SourceIndex(4) +2 >Emitted(106, 28) Source(2, 16) + SourceIndex(4) +3 >Emitted(106, 31) Source(2, 5) + SourceIndex(4) --- >>> console.log("something got done"); 1->^^^^^^^^ @@ -1773,14 +1775,14 @@ sourceFile:../second/second_part2.ts 6 > "something got done" 7 > ) 8 > ; -1->Emitted(106, 9) Source(3, 9) + SourceIndex(4) -2 >Emitted(106, 16) Source(3, 16) + SourceIndex(4) -3 >Emitted(106, 17) Source(3, 17) + SourceIndex(4) -4 >Emitted(106, 20) Source(3, 20) + SourceIndex(4) -5 >Emitted(106, 21) Source(3, 21) + SourceIndex(4) -6 >Emitted(106, 41) Source(3, 41) + SourceIndex(4) -7 >Emitted(106, 42) Source(3, 42) + SourceIndex(4) -8 >Emitted(106, 43) Source(3, 43) + SourceIndex(4) +1->Emitted(107, 9) Source(3, 9) + SourceIndex(4) +2 >Emitted(107, 16) Source(3, 16) + SourceIndex(4) +3 >Emitted(107, 17) Source(3, 17) + SourceIndex(4) +4 >Emitted(107, 20) Source(3, 20) + SourceIndex(4) +5 >Emitted(107, 21) Source(3, 21) + SourceIndex(4) +6 >Emitted(107, 41) Source(3, 41) + SourceIndex(4) +7 >Emitted(107, 42) Source(3, 42) + SourceIndex(4) +8 >Emitted(107, 43) Source(3, 43) + SourceIndex(4) --- >>> }; 1 >^^^^ @@ -1789,8 +1791,8 @@ sourceFile:../second/second_part2.ts 1 > > 2 > } -1 >Emitted(107, 5) Source(4, 5) + SourceIndex(4) -2 >Emitted(107, 6) Source(4, 6) + SourceIndex(4) +1 >Emitted(108, 5) Source(4, 5) + SourceIndex(4) +2 >Emitted(108, 6) Source(4, 6) + SourceIndex(4) --- >>> return C; 1->^^^^ @@ -1798,8 +1800,8 @@ sourceFile:../second/second_part2.ts 1-> > 2 > } -1->Emitted(108, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(108, 13) Source(5, 2) + SourceIndex(4) +1->Emitted(109, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(109, 13) Source(5, 2) + SourceIndex(4) --- >>>}()); 1 > @@ -1815,10 +1817,10 @@ sourceFile:../second/second_part2.ts > console.log("something got done"); > } > } -1 >Emitted(109, 1) Source(5, 1) + SourceIndex(4) -2 >Emitted(109, 2) Source(5, 2) + SourceIndex(4) -3 >Emitted(109, 2) Source(1, 1) + SourceIndex(4) -4 >Emitted(109, 6) Source(5, 2) + SourceIndex(4) +1 >Emitted(110, 1) Source(5, 1) + SourceIndex(4) +2 >Emitted(110, 2) Source(5, 2) + SourceIndex(4) +3 >Emitted(110, 2) Source(1, 1) + SourceIndex(4) +4 >Emitted(110, 6) Source(5, 2) + SourceIndex(4) --- >>>//# sourceMappingURL=second-output.js.map @@ -1847,7 +1849,7 @@ sourceFile:../second/second_part2.ts }, { "pos": 127, - "end": 3561, + "end": 3579, "kind": "text" } ] @@ -1929,7 +1931,7 @@ function f() { } ---------------------------------------------------------------------- -text: (127-3561) +text: (127-3579) var N; (function (N) { function f() { @@ -1940,8 +1942,9 @@ var N; var normalC = /** @class */ (function () { /**@internal*/ function normalC() { } - /**@internal*/ normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + /**@internal*/ proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { /**@internal*/ get: function () { return 10; }, /**@internal*/ set: function (val) { }, enumerable: true, @@ -2408,8 +2411,9 @@ var N; var normalC = /** @class */ (function () { /**@internal*/ function normalC() { } - /**@internal*/ normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + /**@internal*/ proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { /**@internal*/ get: function () { return 10; }, /**@internal*/ set: function (val) { }, enumerable: true, @@ -2505,7 +2509,7 @@ c.doSomething(); //# sourceMappingURL=third-output.js.map //// [/src/third/thirdjs/output/third-output.js.map] -{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"AAIA,IAAM,CAAC,GAAG,cAAc,CAAC;AAMzB,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;AACf,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;ACXf,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC;ACAjB,SAAS,CAAC;IACN,OAAO,gBAAgB,CAAC;AAC5B,CAAC;ACED,IAAU,CAAC,CAMV;AAND,WAAU,CAAC;IACP,SAAS,CAAC;QACN,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IAED,CAAC,EAAE,CAAC;AACR,CAAC,EANS,CAAC,KAAD,CAAC,QAMV;AAED;IACI,cAAc,CAAC;IAAgB,CAAC;IAEhC,cAAc,CAAC,wBAAM,GAAN,cAAW,CAAC;IACZ,sBAAI,sBAAC;QAApB,cAAc,MAAC,cAAU,OAAO,EAAE,CAAC,CAAC,CAAC;QACrC,cAAc,MAAC,UAAM,GAAW,IAAI,CAAC;;;OADA;IAEzC,cAAC;AAAD,CAAC,AAND,IAMC;AACD,IAAU,OAAO,CAShB;AATD,WAAU,OAAO;IACb,cAAc,CAAC;QAAA;QAAiB,CAAC;QAAD,QAAC;IAAD,CAAC,AAAlB,IAAkB;IAAL,SAAC,IAAI,CAAA;IACjC,cAAc,CAAC,SAAgB,GAAG,KAAI,CAAC;IAAR,WAAG,MAAK,CAAA;IACvC,cAAc,CAAC,IAAiB,aAAa,CAAsB;IAApD,WAAiB,aAAa;QAAG;YAAA;YAAgB,CAAC;YAAD,QAAC;QAAD,CAAC,AAAjB,IAAiB;QAAJ,eAAC,IAAG,CAAA;IAAC,CAAC,EAAnC,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAAsB;IACnE,cAAc,CAAC,IAAiB,SAAS,CAAwC;IAAlE,WAAiB,SAAS;QAAC,IAAA,SAAS,CAA8B;QAAvC,WAAA,SAAS;YAAG;gBAAA;gBAAwB,CAAC;gBAAD,gBAAC;YAAD,CAAC,AAAzB,IAAyB;YAAZ,mBAAS,YAAG,CAAA;QAAC,CAAC,EAAvC,SAAS,GAAT,mBAAS,KAAT,mBAAS,QAA8B;IAAD,CAAC,EAAjD,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAAwC;IACjF,cAAc,CAAe,kBAAU,GAAG,aAAa,CAAC,CAAC,CAAC;IAE1D,cAAc,CAAc,qBAAa,GAAG,EAAE,CAAC;IAC/C,cAAc,CAAC,IAAY,YAAwB;IAApC,WAAY,YAAY;QAAG,yCAAC,CAAA;QAAE,yCAAC,CAAA;QAAE,yCAAC,CAAA;IAAC,CAAC,EAAxB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAAY;AACvD,CAAC,EATS,OAAO,KAAP,OAAO,QAShB;AACD,cAAc,CAAC;IAAA;IAAiB,CAAC;IAAD,gBAAC;AAAD,CAAC,AAAlB,IAAkB;AACjC,cAAc,CAAC,SAAS,WAAW,KAAI,CAAC;AACxC,cAAc,CAAC,IAAU,iBAAiB,CAA8B;AAAzD,WAAU,iBAAiB;IAAG;QAAA;QAAwB,CAAC;QAAD,gBAAC;IAAD,CAAC,AAAzB,IAAyB;IAAZ,2BAAS,YAAG,CAAA;AAAC,CAAC,EAA/C,iBAAiB,KAAjB,iBAAiB,QAA8B;AACxE,cAAc,CAAC,IAAU,aAAa,CAAwC;AAA/D,WAAU,aAAa;IAAC,IAAA,SAAS,CAA8B;IAAvC,WAAA,SAAS;QAAG;YAAA;YAAwB,CAAC;YAAD,gBAAC;QAAD,CAAC,AAAzB,IAAyB;QAAZ,mBAAS,YAAG,CAAA;IAAC,CAAC,EAAvC,SAAS,GAAT,uBAAS,KAAT,uBAAS,QAA8B;AAAD,CAAC,EAArD,aAAa,KAAb,aAAa,QAAwC;AAC9E,cAAc,CAAC,IAAO,cAAc,GAAG,iBAAiB,CAAC,SAAS,CAAC;AAEnE,cAAc,CAAC,IAAM,aAAa,GAAG,EAAE,CAAC;AACxC,cAAc,CAAC,IAAK,YAAwB;AAA7B,WAAK,YAAY;IAAG,yCAAC,CAAA;IAAE,yCAAC,CAAA;IAAE,yCAAC,CAAA;AAAC,CAAC,EAAxB,YAAY,KAAZ,YAAY,QAAY;ACpC5C;IAAA;IAIA,CAAC;IAHG,uBAAW,GAAX;QACI,OAAO,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAC;IACtC,CAAC;IACL,QAAC;AAAD,CAAC,AAJD,IAIC;ACJD,IAAI,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC;AAChB,CAAC,CAAC,WAAW,EAAE,CAAC"} +{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} //// [/src/third/thirdjs/output/third-output.js.map.baseline.txt] =================================================================== @@ -2839,49 +2843,50 @@ sourceFile:../../../second/second_part1.ts >>> } 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >constructor() { 2 > } 1 >Emitted(17, 5) Source(14, 36) + SourceIndex(3) 2 >Emitted(17, 6) Source(14, 37) + SourceIndex(3) --- ->>> /**@internal*/ normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> /**@internal*/ proto_1.method = function () { }; 1->^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^ -4 > ^^^^^^^^^^^^^^^^^^^^^^^^ -5 > ^^^ -6 > ^^^^^^^^^^^^^^ -7 > ^ +4 > ^^^^^^^^^^^^^^ +5 > ^^^ +6 > ^^^^^^^^^^^^^^ +7 > ^ 1-> > /**@internal*/ prop: string; > 2 > /**@internal*/ 3 > 4 > method -5 > -6 > method() { -7 > } -1->Emitted(18, 5) Source(16, 5) + SourceIndex(3) -2 >Emitted(18, 19) Source(16, 19) + SourceIndex(3) -3 >Emitted(18, 20) Source(16, 20) + SourceIndex(3) -4 >Emitted(18, 44) Source(16, 26) + SourceIndex(3) -5 >Emitted(18, 47) Source(16, 20) + SourceIndex(3) -6 >Emitted(18, 61) Source(16, 31) + SourceIndex(3) -7 >Emitted(18, 62) Source(16, 32) + SourceIndex(3) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +5 > +6 > method() { +7 > } +1->Emitted(19, 5) Source(16, 5) + SourceIndex(3) +2 >Emitted(19, 19) Source(16, 19) + SourceIndex(3) +3 >Emitted(19, 20) Source(16, 20) + SourceIndex(3) +4 >Emitted(19, 34) Source(16, 26) + SourceIndex(3) +5 >Emitted(19, 37) Source(16, 20) + SourceIndex(3) +6 >Emitted(19, 51) Source(16, 31) + SourceIndex(3) +7 >Emitted(19, 52) Source(16, 32) + SourceIndex(3) +--- +>>> Object.defineProperty(proto_1, "c", { 1 >^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ -4 > ^^^^^^^^-> +3 > ^^^^^^^^^^^^ +4 > ^^^^^^^^^^^^^^^^^^-> 1 > > /**@internal*/ 2 > get 3 > c -1 >Emitted(19, 5) Source(17, 20) + SourceIndex(3) -2 >Emitted(19, 27) Source(17, 24) + SourceIndex(3) -3 >Emitted(19, 49) Source(17, 25) + SourceIndex(3) +1 >Emitted(20, 5) Source(17, 20) + SourceIndex(3) +2 >Emitted(20, 27) Source(17, 24) + SourceIndex(3) +3 >Emitted(20, 39) Source(17, 25) + SourceIndex(3) --- >>> /**@internal*/ get: function () { return 10; }, 1->^^^^^^^^ @@ -2902,15 +2907,15 @@ sourceFile:../../../second/second_part1.ts 7 > ; 8 > 9 > } -1->Emitted(20, 9) Source(17, 5) + SourceIndex(3) -2 >Emitted(20, 23) Source(17, 19) + SourceIndex(3) -3 >Emitted(20, 29) Source(17, 20) + SourceIndex(3) -4 >Emitted(20, 43) Source(17, 30) + SourceIndex(3) -5 >Emitted(20, 50) Source(17, 37) + SourceIndex(3) -6 >Emitted(20, 52) Source(17, 39) + SourceIndex(3) -7 >Emitted(20, 53) Source(17, 40) + SourceIndex(3) -8 >Emitted(20, 54) Source(17, 41) + SourceIndex(3) -9 >Emitted(20, 55) Source(17, 42) + SourceIndex(3) +1->Emitted(21, 9) Source(17, 5) + SourceIndex(3) +2 >Emitted(21, 23) Source(17, 19) + SourceIndex(3) +3 >Emitted(21, 29) Source(17, 20) + SourceIndex(3) +4 >Emitted(21, 43) Source(17, 30) + SourceIndex(3) +5 >Emitted(21, 50) Source(17, 37) + SourceIndex(3) +6 >Emitted(21, 52) Source(17, 39) + SourceIndex(3) +7 >Emitted(21, 53) Source(17, 40) + SourceIndex(3) +8 >Emitted(21, 54) Source(17, 41) + SourceIndex(3) +9 >Emitted(21, 55) Source(17, 42) + SourceIndex(3) --- >>> /**@internal*/ set: function (val) { }, 1 >^^^^^^^^ @@ -2928,13 +2933,13 @@ sourceFile:../../../second/second_part1.ts 5 > val: number 6 > ) { 7 > } -1 >Emitted(21, 9) Source(18, 5) + SourceIndex(3) -2 >Emitted(21, 23) Source(18, 19) + SourceIndex(3) -3 >Emitted(21, 29) Source(18, 20) + SourceIndex(3) -4 >Emitted(21, 39) Source(18, 26) + SourceIndex(3) -5 >Emitted(21, 42) Source(18, 37) + SourceIndex(3) -6 >Emitted(21, 46) Source(18, 41) + SourceIndex(3) -7 >Emitted(21, 47) Source(18, 42) + SourceIndex(3) +1 >Emitted(22, 9) Source(18, 5) + SourceIndex(3) +2 >Emitted(22, 23) Source(18, 19) + SourceIndex(3) +3 >Emitted(22, 29) Source(18, 20) + SourceIndex(3) +4 >Emitted(22, 39) Source(18, 26) + SourceIndex(3) +5 >Emitted(22, 42) Source(18, 37) + SourceIndex(3) +6 >Emitted(22, 46) Source(18, 41) + SourceIndex(3) +7 >Emitted(22, 47) Source(18, 42) + SourceIndex(3) --- >>> enumerable: true, >>> configurable: true @@ -2942,7 +2947,7 @@ sourceFile:../../../second/second_part1.ts 1 >^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(24, 8) Source(17, 42) + SourceIndex(3) +1 >Emitted(25, 8) Source(17, 42) + SourceIndex(3) --- >>> return normalC; 1->^^^^ @@ -2951,8 +2956,8 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ set c(val: number) { } > 2 > } -1->Emitted(25, 5) Source(19, 1) + SourceIndex(3) -2 >Emitted(25, 19) Source(19, 2) + SourceIndex(3) +1->Emitted(26, 5) Source(19, 1) + SourceIndex(3) +2 >Emitted(26, 19) Source(19, 2) + SourceIndex(3) --- >>>}()); 1 > @@ -2970,10 +2975,10 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ get c() { return 10; } > /**@internal*/ set c(val: number) { } > } -1 >Emitted(26, 1) Source(19, 1) + SourceIndex(3) -2 >Emitted(26, 2) Source(19, 2) + SourceIndex(3) -3 >Emitted(26, 2) Source(13, 1) + SourceIndex(3) -4 >Emitted(26, 6) Source(19, 2) + SourceIndex(3) +1 >Emitted(27, 1) Source(19, 1) + SourceIndex(3) +2 >Emitted(27, 2) Source(19, 2) + SourceIndex(3) +3 >Emitted(27, 2) Source(13, 1) + SourceIndex(3) +4 >Emitted(27, 6) Source(19, 2) + SourceIndex(3) --- >>>var normalN; 1-> @@ -2995,10 +3000,10 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ export const internalConst = 10; > /**@internal*/ export enum internalEnum { a, b, c } > } -1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(27, 5) Source(20, 11) + SourceIndex(3) -3 >Emitted(27, 12) Source(20, 18) + SourceIndex(3) -4 >Emitted(27, 13) Source(29, 2) + SourceIndex(3) +1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(28, 5) Source(20, 11) + SourceIndex(3) +3 >Emitted(28, 12) Source(20, 18) + SourceIndex(3) +4 >Emitted(28, 13) Source(29, 2) + SourceIndex(3) --- >>>(function (normalN) { 1-> @@ -3008,9 +3013,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > normalN -1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(28, 12) Source(20, 11) + SourceIndex(3) -3 >Emitted(28, 19) Source(20, 18) + SourceIndex(3) +1->Emitted(29, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(29, 12) Source(20, 11) + SourceIndex(3) +3 >Emitted(29, 19) Source(20, 18) + SourceIndex(3) --- >>> /**@internal*/ var C = /** @class */ (function () { 1->^^^^ @@ -3021,15 +3026,15 @@ sourceFile:../../../second/second_part1.ts > 2 > /**@internal*/ 3 > -1->Emitted(29, 5) Source(21, 5) + SourceIndex(3) -2 >Emitted(29, 19) Source(21, 19) + SourceIndex(3) -3 >Emitted(29, 20) Source(21, 20) + SourceIndex(3) +1->Emitted(30, 5) Source(21, 5) + SourceIndex(3) +2 >Emitted(30, 19) Source(21, 19) + SourceIndex(3) +3 >Emitted(30, 20) Source(21, 20) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(30, 9) Source(21, 20) + SourceIndex(3) +1->Emitted(31, 9) Source(21, 20) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -3037,16 +3042,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(31, 9) Source(21, 37) + SourceIndex(3) -2 >Emitted(31, 10) Source(21, 38) + SourceIndex(3) +1->Emitted(32, 9) Source(21, 37) + SourceIndex(3) +2 >Emitted(32, 10) Source(21, 38) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(32, 9) Source(21, 37) + SourceIndex(3) -2 >Emitted(32, 17) Source(21, 38) + SourceIndex(3) +1->Emitted(33, 9) Source(21, 37) + SourceIndex(3) +2 >Emitted(33, 17) Source(21, 38) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -3058,10 +3063,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(33, 5) Source(21, 37) + SourceIndex(3) -2 >Emitted(33, 6) Source(21, 38) + SourceIndex(3) -3 >Emitted(33, 6) Source(21, 20) + SourceIndex(3) -4 >Emitted(33, 10) Source(21, 38) + SourceIndex(3) +1 >Emitted(34, 5) Source(21, 37) + SourceIndex(3) +2 >Emitted(34, 6) Source(21, 38) + SourceIndex(3) +3 >Emitted(34, 6) Source(21, 20) + SourceIndex(3) +4 >Emitted(34, 10) Source(21, 38) + SourceIndex(3) --- >>> normalN.C = C; 1->^^^^ @@ -3073,10 +3078,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > { } 4 > -1->Emitted(34, 5) Source(21, 33) + SourceIndex(3) -2 >Emitted(34, 14) Source(21, 34) + SourceIndex(3) -3 >Emitted(34, 18) Source(21, 38) + SourceIndex(3) -4 >Emitted(34, 19) Source(21, 38) + SourceIndex(3) +1->Emitted(35, 5) Source(21, 33) + SourceIndex(3) +2 >Emitted(35, 14) Source(21, 34) + SourceIndex(3) +3 >Emitted(35, 18) Source(21, 38) + SourceIndex(3) +4 >Emitted(35, 19) Source(21, 38) + SourceIndex(3) --- >>> /**@internal*/ function foo() { } 1->^^^^ @@ -3094,13 +3099,13 @@ sourceFile:../../../second/second_part1.ts 5 > foo 6 > () { 7 > } -1->Emitted(35, 5) Source(22, 5) + SourceIndex(3) -2 >Emitted(35, 19) Source(22, 19) + SourceIndex(3) -3 >Emitted(35, 20) Source(22, 20) + SourceIndex(3) -4 >Emitted(35, 29) Source(22, 36) + SourceIndex(3) -5 >Emitted(35, 32) Source(22, 39) + SourceIndex(3) -6 >Emitted(35, 37) Source(22, 43) + SourceIndex(3) -7 >Emitted(35, 38) Source(22, 44) + SourceIndex(3) +1->Emitted(36, 5) Source(22, 5) + SourceIndex(3) +2 >Emitted(36, 19) Source(22, 19) + SourceIndex(3) +3 >Emitted(36, 20) Source(22, 20) + SourceIndex(3) +4 >Emitted(36, 29) Source(22, 36) + SourceIndex(3) +5 >Emitted(36, 32) Source(22, 39) + SourceIndex(3) +6 >Emitted(36, 37) Source(22, 43) + SourceIndex(3) +7 >Emitted(36, 38) Source(22, 44) + SourceIndex(3) --- >>> normalN.foo = foo; 1 >^^^^ @@ -3112,10 +3117,10 @@ sourceFile:../../../second/second_part1.ts 2 > foo 3 > () {} 4 > -1 >Emitted(36, 5) Source(22, 36) + SourceIndex(3) -2 >Emitted(36, 16) Source(22, 39) + SourceIndex(3) -3 >Emitted(36, 22) Source(22, 44) + SourceIndex(3) -4 >Emitted(36, 23) Source(22, 44) + SourceIndex(3) +1 >Emitted(37, 5) Source(22, 36) + SourceIndex(3) +2 >Emitted(37, 16) Source(22, 39) + SourceIndex(3) +3 >Emitted(37, 22) Source(22, 44) + SourceIndex(3) +4 >Emitted(37, 23) Source(22, 44) + SourceIndex(3) --- >>> /**@internal*/ var someNamespace; 1->^^^^ @@ -3131,12 +3136,12 @@ sourceFile:../../../second/second_part1.ts 4 > export namespace 5 > someNamespace 6 > { export class C {} } -1->Emitted(37, 5) Source(23, 5) + SourceIndex(3) -2 >Emitted(37, 19) Source(23, 19) + SourceIndex(3) -3 >Emitted(37, 20) Source(23, 20) + SourceIndex(3) -4 >Emitted(37, 24) Source(23, 37) + SourceIndex(3) -5 >Emitted(37, 37) Source(23, 50) + SourceIndex(3) -6 >Emitted(37, 38) Source(23, 72) + SourceIndex(3) +1->Emitted(38, 5) Source(23, 5) + SourceIndex(3) +2 >Emitted(38, 19) Source(23, 19) + SourceIndex(3) +3 >Emitted(38, 20) Source(23, 20) + SourceIndex(3) +4 >Emitted(38, 24) Source(23, 37) + SourceIndex(3) +5 >Emitted(38, 37) Source(23, 50) + SourceIndex(3) +6 >Emitted(38, 38) Source(23, 72) + SourceIndex(3) --- >>> (function (someNamespace) { 1 >^^^^ @@ -3146,21 +3151,21 @@ sourceFile:../../../second/second_part1.ts 1 > 2 > export namespace 3 > someNamespace -1 >Emitted(38, 5) Source(23, 20) + SourceIndex(3) -2 >Emitted(38, 16) Source(23, 37) + SourceIndex(3) -3 >Emitted(38, 29) Source(23, 50) + SourceIndex(3) +1 >Emitted(39, 5) Source(23, 20) + SourceIndex(3) +2 >Emitted(39, 16) Source(23, 37) + SourceIndex(3) +3 >Emitted(39, 29) Source(23, 50) + SourceIndex(3) --- >>> var C = /** @class */ (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(39, 9) Source(23, 53) + SourceIndex(3) +1->Emitted(40, 9) Source(23, 53) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(40, 13) Source(23, 53) + SourceIndex(3) +1->Emitted(41, 13) Source(23, 53) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -3168,16 +3173,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(41, 13) Source(23, 69) + SourceIndex(3) -2 >Emitted(41, 14) Source(23, 70) + SourceIndex(3) +1->Emitted(42, 13) Source(23, 69) + SourceIndex(3) +2 >Emitted(42, 14) Source(23, 70) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(42, 13) Source(23, 69) + SourceIndex(3) -2 >Emitted(42, 21) Source(23, 70) + SourceIndex(3) +1->Emitted(43, 13) Source(23, 69) + SourceIndex(3) +2 >Emitted(43, 21) Source(23, 70) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -3189,10 +3194,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(43, 9) Source(23, 69) + SourceIndex(3) -2 >Emitted(43, 10) Source(23, 70) + SourceIndex(3) -3 >Emitted(43, 10) Source(23, 53) + SourceIndex(3) -4 >Emitted(43, 14) Source(23, 70) + SourceIndex(3) +1 >Emitted(44, 9) Source(23, 69) + SourceIndex(3) +2 >Emitted(44, 10) Source(23, 70) + SourceIndex(3) +3 >Emitted(44, 10) Source(23, 53) + SourceIndex(3) +4 >Emitted(44, 14) Source(23, 70) + SourceIndex(3) --- >>> someNamespace.C = C; 1->^^^^^^^^ @@ -3204,10 +3209,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > {} 4 > -1->Emitted(44, 9) Source(23, 66) + SourceIndex(3) -2 >Emitted(44, 24) Source(23, 67) + SourceIndex(3) -3 >Emitted(44, 28) Source(23, 70) + SourceIndex(3) -4 >Emitted(44, 29) Source(23, 70) + SourceIndex(3) +1->Emitted(45, 9) Source(23, 66) + SourceIndex(3) +2 >Emitted(45, 24) Source(23, 67) + SourceIndex(3) +3 >Emitted(45, 28) Source(23, 70) + SourceIndex(3) +4 >Emitted(45, 29) Source(23, 70) + SourceIndex(3) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^ @@ -3228,15 +3233,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(45, 5) Source(23, 71) + SourceIndex(3) -2 >Emitted(45, 6) Source(23, 72) + SourceIndex(3) -3 >Emitted(45, 8) Source(23, 37) + SourceIndex(3) -4 >Emitted(45, 21) Source(23, 50) + SourceIndex(3) -5 >Emitted(45, 24) Source(23, 37) + SourceIndex(3) -6 >Emitted(45, 45) Source(23, 50) + SourceIndex(3) -7 >Emitted(45, 50) Source(23, 37) + SourceIndex(3) -8 >Emitted(45, 71) Source(23, 50) + SourceIndex(3) -9 >Emitted(45, 79) Source(23, 72) + SourceIndex(3) +1->Emitted(46, 5) Source(23, 71) + SourceIndex(3) +2 >Emitted(46, 6) Source(23, 72) + SourceIndex(3) +3 >Emitted(46, 8) Source(23, 37) + SourceIndex(3) +4 >Emitted(46, 21) Source(23, 50) + SourceIndex(3) +5 >Emitted(46, 24) Source(23, 37) + SourceIndex(3) +6 >Emitted(46, 45) Source(23, 50) + SourceIndex(3) +7 >Emitted(46, 50) Source(23, 37) + SourceIndex(3) +8 >Emitted(46, 71) Source(23, 50) + SourceIndex(3) +9 >Emitted(46, 79) Source(23, 72) + SourceIndex(3) --- >>> /**@internal*/ var someOther; 1 >^^^^ @@ -3252,12 +3257,12 @@ sourceFile:../../../second/second_part1.ts 4 > export namespace 5 > someOther 6 > .something { export class someClass {} } -1 >Emitted(46, 5) Source(24, 5) + SourceIndex(3) -2 >Emitted(46, 19) Source(24, 19) + SourceIndex(3) -3 >Emitted(46, 20) Source(24, 20) + SourceIndex(3) -4 >Emitted(46, 24) Source(24, 37) + SourceIndex(3) -5 >Emitted(46, 33) Source(24, 46) + SourceIndex(3) -6 >Emitted(46, 34) Source(24, 86) + SourceIndex(3) +1 >Emitted(47, 5) Source(24, 5) + SourceIndex(3) +2 >Emitted(47, 19) Source(24, 19) + SourceIndex(3) +3 >Emitted(47, 20) Source(24, 20) + SourceIndex(3) +4 >Emitted(47, 24) Source(24, 37) + SourceIndex(3) +5 >Emitted(47, 33) Source(24, 46) + SourceIndex(3) +6 >Emitted(47, 34) Source(24, 86) + SourceIndex(3) --- >>> (function (someOther) { 1 >^^^^ @@ -3266,9 +3271,9 @@ sourceFile:../../../second/second_part1.ts 1 > 2 > export namespace 3 > someOther -1 >Emitted(47, 5) Source(24, 20) + SourceIndex(3) -2 >Emitted(47, 16) Source(24, 37) + SourceIndex(3) -3 >Emitted(47, 25) Source(24, 46) + SourceIndex(3) +1 >Emitted(48, 5) Source(24, 20) + SourceIndex(3) +2 >Emitted(48, 16) Source(24, 37) + SourceIndex(3) +3 >Emitted(48, 25) Source(24, 46) + SourceIndex(3) --- >>> var something; 1 >^^^^^^^^ @@ -3280,10 +3285,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(48, 9) Source(24, 47) + SourceIndex(3) -2 >Emitted(48, 13) Source(24, 47) + SourceIndex(3) -3 >Emitted(48, 22) Source(24, 56) + SourceIndex(3) -4 >Emitted(48, 23) Source(24, 86) + SourceIndex(3) +1 >Emitted(49, 9) Source(24, 47) + SourceIndex(3) +2 >Emitted(49, 13) Source(24, 47) + SourceIndex(3) +3 >Emitted(49, 22) Source(24, 56) + SourceIndex(3) +4 >Emitted(49, 23) Source(24, 86) + SourceIndex(3) --- >>> (function (something) { 1->^^^^^^^^ @@ -3293,21 +3298,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(49, 9) Source(24, 47) + SourceIndex(3) -2 >Emitted(49, 20) Source(24, 47) + SourceIndex(3) -3 >Emitted(49, 29) Source(24, 56) + SourceIndex(3) +1->Emitted(50, 9) Source(24, 47) + SourceIndex(3) +2 >Emitted(50, 20) Source(24, 47) + SourceIndex(3) +3 >Emitted(50, 29) Source(24, 56) + SourceIndex(3) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(50, 13) Source(24, 59) + SourceIndex(3) +1->Emitted(51, 13) Source(24, 59) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(51, 17) Source(24, 59) + SourceIndex(3) +1->Emitted(52, 17) Source(24, 59) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -3315,16 +3320,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(52, 17) Source(24, 83) + SourceIndex(3) -2 >Emitted(52, 18) Source(24, 84) + SourceIndex(3) +1->Emitted(53, 17) Source(24, 83) + SourceIndex(3) +2 >Emitted(53, 18) Source(24, 84) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(53, 17) Source(24, 83) + SourceIndex(3) -2 >Emitted(53, 33) Source(24, 84) + SourceIndex(3) +1->Emitted(54, 17) Source(24, 83) + SourceIndex(3) +2 >Emitted(54, 33) Source(24, 84) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -3336,10 +3341,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(54, 13) Source(24, 83) + SourceIndex(3) -2 >Emitted(54, 14) Source(24, 84) + SourceIndex(3) -3 >Emitted(54, 14) Source(24, 59) + SourceIndex(3) -4 >Emitted(54, 18) Source(24, 84) + SourceIndex(3) +1 >Emitted(55, 13) Source(24, 83) + SourceIndex(3) +2 >Emitted(55, 14) Source(24, 84) + SourceIndex(3) +3 >Emitted(55, 14) Source(24, 59) + SourceIndex(3) +4 >Emitted(55, 18) Source(24, 84) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -3351,10 +3356,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(55, 13) Source(24, 72) + SourceIndex(3) -2 >Emitted(55, 32) Source(24, 81) + SourceIndex(3) -3 >Emitted(55, 44) Source(24, 84) + SourceIndex(3) -4 >Emitted(55, 45) Source(24, 84) + SourceIndex(3) +1->Emitted(56, 13) Source(24, 72) + SourceIndex(3) +2 >Emitted(56, 32) Source(24, 81) + SourceIndex(3) +3 >Emitted(56, 44) Source(24, 84) + SourceIndex(3) +4 >Emitted(56, 45) Source(24, 84) + SourceIndex(3) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^ @@ -3375,15 +3380,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(56, 9) Source(24, 85) + SourceIndex(3) -2 >Emitted(56, 10) Source(24, 86) + SourceIndex(3) -3 >Emitted(56, 12) Source(24, 47) + SourceIndex(3) -4 >Emitted(56, 21) Source(24, 56) + SourceIndex(3) -5 >Emitted(56, 24) Source(24, 47) + SourceIndex(3) -6 >Emitted(56, 43) Source(24, 56) + SourceIndex(3) -7 >Emitted(56, 48) Source(24, 47) + SourceIndex(3) -8 >Emitted(56, 67) Source(24, 56) + SourceIndex(3) -9 >Emitted(56, 75) Source(24, 86) + SourceIndex(3) +1->Emitted(57, 9) Source(24, 85) + SourceIndex(3) +2 >Emitted(57, 10) Source(24, 86) + SourceIndex(3) +3 >Emitted(57, 12) Source(24, 47) + SourceIndex(3) +4 >Emitted(57, 21) Source(24, 56) + SourceIndex(3) +5 >Emitted(57, 24) Source(24, 47) + SourceIndex(3) +6 >Emitted(57, 43) Source(24, 56) + SourceIndex(3) +7 >Emitted(57, 48) Source(24, 47) + SourceIndex(3) +8 >Emitted(57, 67) Source(24, 56) + SourceIndex(3) +9 >Emitted(57, 75) Source(24, 86) + SourceIndex(3) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^ @@ -3404,15 +3409,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(57, 5) Source(24, 85) + SourceIndex(3) -2 >Emitted(57, 6) Source(24, 86) + SourceIndex(3) -3 >Emitted(57, 8) Source(24, 37) + SourceIndex(3) -4 >Emitted(57, 17) Source(24, 46) + SourceIndex(3) -5 >Emitted(57, 20) Source(24, 37) + SourceIndex(3) -6 >Emitted(57, 37) Source(24, 46) + SourceIndex(3) -7 >Emitted(57, 42) Source(24, 37) + SourceIndex(3) -8 >Emitted(57, 59) Source(24, 46) + SourceIndex(3) -9 >Emitted(57, 67) Source(24, 86) + SourceIndex(3) +1 >Emitted(58, 5) Source(24, 85) + SourceIndex(3) +2 >Emitted(58, 6) Source(24, 86) + SourceIndex(3) +3 >Emitted(58, 8) Source(24, 37) + SourceIndex(3) +4 >Emitted(58, 17) Source(24, 46) + SourceIndex(3) +5 >Emitted(58, 20) Source(24, 37) + SourceIndex(3) +6 >Emitted(58, 37) Source(24, 46) + SourceIndex(3) +7 >Emitted(58, 42) Source(24, 37) + SourceIndex(3) +8 >Emitted(58, 59) Source(24, 46) + SourceIndex(3) +9 >Emitted(58, 67) Source(24, 86) + SourceIndex(3) --- >>> /**@internal*/ normalN.someImport = someNamespace.C; 1 >^^^^ @@ -3434,15 +3439,15 @@ sourceFile:../../../second/second_part1.ts 7 > . 8 > C 9 > ; -1 >Emitted(58, 5) Source(25, 5) + SourceIndex(3) -2 >Emitted(58, 19) Source(25, 19) + SourceIndex(3) -3 >Emitted(58, 20) Source(25, 34) + SourceIndex(3) -4 >Emitted(58, 38) Source(25, 44) + SourceIndex(3) -5 >Emitted(58, 41) Source(25, 47) + SourceIndex(3) -6 >Emitted(58, 54) Source(25, 60) + SourceIndex(3) -7 >Emitted(58, 55) Source(25, 61) + SourceIndex(3) -8 >Emitted(58, 56) Source(25, 62) + SourceIndex(3) -9 >Emitted(58, 57) Source(25, 63) + SourceIndex(3) +1 >Emitted(59, 5) Source(25, 5) + SourceIndex(3) +2 >Emitted(59, 19) Source(25, 19) + SourceIndex(3) +3 >Emitted(59, 20) Source(25, 34) + SourceIndex(3) +4 >Emitted(59, 38) Source(25, 44) + SourceIndex(3) +5 >Emitted(59, 41) Source(25, 47) + SourceIndex(3) +6 >Emitted(59, 54) Source(25, 60) + SourceIndex(3) +7 >Emitted(59, 55) Source(25, 61) + SourceIndex(3) +8 >Emitted(59, 56) Source(25, 62) + SourceIndex(3) +9 >Emitted(59, 57) Source(25, 63) + SourceIndex(3) --- >>> /**@internal*/ normalN.internalConst = 10; 1 >^^^^ @@ -3461,13 +3466,13 @@ sourceFile:../../../second/second_part1.ts 5 > = 6 > 10 7 > ; -1 >Emitted(59, 5) Source(27, 5) + SourceIndex(3) -2 >Emitted(59, 19) Source(27, 19) + SourceIndex(3) -3 >Emitted(59, 20) Source(27, 33) + SourceIndex(3) -4 >Emitted(59, 41) Source(27, 46) + SourceIndex(3) -5 >Emitted(59, 44) Source(27, 49) + SourceIndex(3) -6 >Emitted(59, 46) Source(27, 51) + SourceIndex(3) -7 >Emitted(59, 47) Source(27, 52) + SourceIndex(3) +1 >Emitted(60, 5) Source(27, 5) + SourceIndex(3) +2 >Emitted(60, 19) Source(27, 19) + SourceIndex(3) +3 >Emitted(60, 20) Source(27, 33) + SourceIndex(3) +4 >Emitted(60, 41) Source(27, 46) + SourceIndex(3) +5 >Emitted(60, 44) Source(27, 49) + SourceIndex(3) +6 >Emitted(60, 46) Source(27, 51) + SourceIndex(3) +7 >Emitted(60, 47) Source(27, 52) + SourceIndex(3) --- >>> /**@internal*/ var internalEnum; 1 >^^^^ @@ -3481,11 +3486,11 @@ sourceFile:../../../second/second_part1.ts 3 > 4 > export enum 5 > internalEnum { a, b, c } -1 >Emitted(60, 5) Source(28, 5) + SourceIndex(3) -2 >Emitted(60, 19) Source(28, 19) + SourceIndex(3) -3 >Emitted(60, 20) Source(28, 20) + SourceIndex(3) -4 >Emitted(60, 24) Source(28, 32) + SourceIndex(3) -5 >Emitted(60, 36) Source(28, 56) + SourceIndex(3) +1 >Emitted(61, 5) Source(28, 5) + SourceIndex(3) +2 >Emitted(61, 19) Source(28, 19) + SourceIndex(3) +3 >Emitted(61, 20) Source(28, 20) + SourceIndex(3) +4 >Emitted(61, 24) Source(28, 32) + SourceIndex(3) +5 >Emitted(61, 36) Source(28, 56) + SourceIndex(3) --- >>> (function (internalEnum) { 1 >^^^^ @@ -3495,9 +3500,9 @@ sourceFile:../../../second/second_part1.ts 1 > 2 > export enum 3 > internalEnum -1 >Emitted(61, 5) Source(28, 20) + SourceIndex(3) -2 >Emitted(61, 16) Source(28, 32) + SourceIndex(3) -3 >Emitted(61, 28) Source(28, 44) + SourceIndex(3) +1 >Emitted(62, 5) Source(28, 20) + SourceIndex(3) +2 >Emitted(62, 16) Source(28, 32) + SourceIndex(3) +3 >Emitted(62, 28) Source(28, 44) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -3507,9 +3512,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(62, 9) Source(28, 47) + SourceIndex(3) -2 >Emitted(62, 50) Source(28, 48) + SourceIndex(3) -3 >Emitted(62, 51) Source(28, 48) + SourceIndex(3) +1->Emitted(63, 9) Source(28, 47) + SourceIndex(3) +2 >Emitted(63, 50) Source(28, 48) + SourceIndex(3) +3 >Emitted(63, 51) Source(28, 48) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -3519,9 +3524,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(63, 9) Source(28, 50) + SourceIndex(3) -2 >Emitted(63, 50) Source(28, 51) + SourceIndex(3) -3 >Emitted(63, 51) Source(28, 51) + SourceIndex(3) +1->Emitted(64, 9) Source(28, 50) + SourceIndex(3) +2 >Emitted(64, 50) Source(28, 51) + SourceIndex(3) +3 >Emitted(64, 51) Source(28, 51) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -3531,9 +3536,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(64, 9) Source(28, 53) + SourceIndex(3) -2 >Emitted(64, 50) Source(28, 54) + SourceIndex(3) -3 >Emitted(64, 51) Source(28, 54) + SourceIndex(3) +1->Emitted(65, 9) Source(28, 53) + SourceIndex(3) +2 >Emitted(65, 50) Source(28, 54) + SourceIndex(3) +3 >Emitted(65, 51) Source(28, 54) + SourceIndex(3) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^ @@ -3554,15 +3559,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(65, 5) Source(28, 55) + SourceIndex(3) -2 >Emitted(65, 6) Source(28, 56) + SourceIndex(3) -3 >Emitted(65, 8) Source(28, 32) + SourceIndex(3) -4 >Emitted(65, 20) Source(28, 44) + SourceIndex(3) -5 >Emitted(65, 23) Source(28, 32) + SourceIndex(3) -6 >Emitted(65, 43) Source(28, 44) + SourceIndex(3) -7 >Emitted(65, 48) Source(28, 32) + SourceIndex(3) -8 >Emitted(65, 68) Source(28, 44) + SourceIndex(3) -9 >Emitted(65, 76) Source(28, 56) + SourceIndex(3) +1->Emitted(66, 5) Source(28, 55) + SourceIndex(3) +2 >Emitted(66, 6) Source(28, 56) + SourceIndex(3) +3 >Emitted(66, 8) Source(28, 32) + SourceIndex(3) +4 >Emitted(66, 20) Source(28, 44) + SourceIndex(3) +5 >Emitted(66, 23) Source(28, 32) + SourceIndex(3) +6 >Emitted(66, 43) Source(28, 44) + SourceIndex(3) +7 >Emitted(66, 48) Source(28, 32) + SourceIndex(3) +8 >Emitted(66, 68) Source(28, 44) + SourceIndex(3) +9 >Emitted(66, 76) Source(28, 56) + SourceIndex(3) --- >>>})(normalN || (normalN = {})); 1 > @@ -3590,13 +3595,13 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ export const internalConst = 10; > /**@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(66, 1) Source(29, 1) + SourceIndex(3) -2 >Emitted(66, 2) Source(29, 2) + SourceIndex(3) -3 >Emitted(66, 4) Source(20, 11) + SourceIndex(3) -4 >Emitted(66, 11) Source(20, 18) + SourceIndex(3) -5 >Emitted(66, 16) Source(20, 11) + SourceIndex(3) -6 >Emitted(66, 23) Source(20, 18) + SourceIndex(3) -7 >Emitted(66, 31) Source(29, 2) + SourceIndex(3) +1 >Emitted(67, 1) Source(29, 1) + SourceIndex(3) +2 >Emitted(67, 2) Source(29, 2) + SourceIndex(3) +3 >Emitted(67, 4) Source(20, 11) + SourceIndex(3) +4 >Emitted(67, 11) Source(20, 18) + SourceIndex(3) +5 >Emitted(67, 16) Source(20, 11) + SourceIndex(3) +6 >Emitted(67, 23) Source(20, 18) + SourceIndex(3) +7 >Emitted(67, 31) Source(29, 2) + SourceIndex(3) --- >>>/**@internal*/ var internalC = /** @class */ (function () { 1-> @@ -3607,15 +3612,15 @@ sourceFile:../../../second/second_part1.ts > 2 >/**@internal*/ 3 > -1->Emitted(67, 1) Source(30, 1) + SourceIndex(3) -2 >Emitted(67, 15) Source(30, 15) + SourceIndex(3) -3 >Emitted(67, 16) Source(30, 16) + SourceIndex(3) +1->Emitted(68, 1) Source(30, 1) + SourceIndex(3) +2 >Emitted(68, 15) Source(30, 15) + SourceIndex(3) +3 >Emitted(68, 16) Source(30, 16) + SourceIndex(3) --- >>> function internalC() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(68, 5) Source(30, 16) + SourceIndex(3) +1->Emitted(69, 5) Source(30, 16) + SourceIndex(3) --- >>> } 1->^^^^ @@ -3623,16 +3628,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->class internalC { 2 > } -1->Emitted(69, 5) Source(30, 33) + SourceIndex(3) -2 >Emitted(69, 6) Source(30, 34) + SourceIndex(3) +1->Emitted(70, 5) Source(30, 33) + SourceIndex(3) +2 >Emitted(70, 6) Source(30, 34) + SourceIndex(3) --- >>> return internalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(70, 5) Source(30, 33) + SourceIndex(3) -2 >Emitted(70, 21) Source(30, 34) + SourceIndex(3) +1->Emitted(71, 5) Source(30, 33) + SourceIndex(3) +2 >Emitted(71, 21) Source(30, 34) + SourceIndex(3) --- >>>}()); 1 > @@ -3644,10 +3649,10 @@ sourceFile:../../../second/second_part1.ts 2 >} 3 > 4 > class internalC {} -1 >Emitted(71, 1) Source(30, 33) + SourceIndex(3) -2 >Emitted(71, 2) Source(30, 34) + SourceIndex(3) -3 >Emitted(71, 2) Source(30, 16) + SourceIndex(3) -4 >Emitted(71, 6) Source(30, 34) + SourceIndex(3) +1 >Emitted(72, 1) Source(30, 33) + SourceIndex(3) +2 >Emitted(72, 2) Source(30, 34) + SourceIndex(3) +3 >Emitted(72, 2) Source(30, 16) + SourceIndex(3) +4 >Emitted(72, 6) Source(30, 34) + SourceIndex(3) --- >>>/**@internal*/ function internalfoo() { } 1-> @@ -3665,13 +3670,13 @@ sourceFile:../../../second/second_part1.ts 5 > internalfoo 6 > () { 7 > } -1->Emitted(72, 1) Source(31, 1) + SourceIndex(3) -2 >Emitted(72, 15) Source(31, 15) + SourceIndex(3) -3 >Emitted(72, 16) Source(31, 16) + SourceIndex(3) -4 >Emitted(72, 25) Source(31, 25) + SourceIndex(3) -5 >Emitted(72, 36) Source(31, 36) + SourceIndex(3) -6 >Emitted(72, 41) Source(31, 40) + SourceIndex(3) -7 >Emitted(72, 42) Source(31, 41) + SourceIndex(3) +1->Emitted(73, 1) Source(31, 1) + SourceIndex(3) +2 >Emitted(73, 15) Source(31, 15) + SourceIndex(3) +3 >Emitted(73, 16) Source(31, 16) + SourceIndex(3) +4 >Emitted(73, 25) Source(31, 25) + SourceIndex(3) +5 >Emitted(73, 36) Source(31, 36) + SourceIndex(3) +6 >Emitted(73, 41) Source(31, 40) + SourceIndex(3) +7 >Emitted(73, 42) Source(31, 41) + SourceIndex(3) --- >>>/**@internal*/ var internalNamespace; 1 > @@ -3687,12 +3692,12 @@ sourceFile:../../../second/second_part1.ts 4 > namespace 5 > internalNamespace 6 > { export class someClass {} } -1 >Emitted(73, 1) Source(32, 1) + SourceIndex(3) -2 >Emitted(73, 15) Source(32, 15) + SourceIndex(3) -3 >Emitted(73, 16) Source(32, 16) + SourceIndex(3) -4 >Emitted(73, 20) Source(32, 26) + SourceIndex(3) -5 >Emitted(73, 37) Source(32, 43) + SourceIndex(3) -6 >Emitted(73, 38) Source(32, 73) + SourceIndex(3) +1 >Emitted(74, 1) Source(32, 1) + SourceIndex(3) +2 >Emitted(74, 15) Source(32, 15) + SourceIndex(3) +3 >Emitted(74, 16) Source(32, 16) + SourceIndex(3) +4 >Emitted(74, 20) Source(32, 26) + SourceIndex(3) +5 >Emitted(74, 37) Source(32, 43) + SourceIndex(3) +6 >Emitted(74, 38) Source(32, 73) + SourceIndex(3) --- >>>(function (internalNamespace) { 1 > @@ -3702,21 +3707,21 @@ sourceFile:../../../second/second_part1.ts 1 > 2 >namespace 3 > internalNamespace -1 >Emitted(74, 1) Source(32, 16) + SourceIndex(3) -2 >Emitted(74, 12) Source(32, 26) + SourceIndex(3) -3 >Emitted(74, 29) Source(32, 43) + SourceIndex(3) +1 >Emitted(75, 1) Source(32, 16) + SourceIndex(3) +2 >Emitted(75, 12) Source(32, 26) + SourceIndex(3) +3 >Emitted(75, 29) Source(32, 43) + SourceIndex(3) --- >>> var someClass = /** @class */ (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(75, 5) Source(32, 46) + SourceIndex(3) +1->Emitted(76, 5) Source(32, 46) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(76, 9) Source(32, 46) + SourceIndex(3) +1->Emitted(77, 9) Source(32, 46) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -3724,16 +3729,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(77, 9) Source(32, 70) + SourceIndex(3) -2 >Emitted(77, 10) Source(32, 71) + SourceIndex(3) +1->Emitted(78, 9) Source(32, 70) + SourceIndex(3) +2 >Emitted(78, 10) Source(32, 71) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(78, 9) Source(32, 70) + SourceIndex(3) -2 >Emitted(78, 25) Source(32, 71) + SourceIndex(3) +1->Emitted(79, 9) Source(32, 70) + SourceIndex(3) +2 >Emitted(79, 25) Source(32, 71) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -3745,10 +3750,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(79, 5) Source(32, 70) + SourceIndex(3) -2 >Emitted(79, 6) Source(32, 71) + SourceIndex(3) -3 >Emitted(79, 6) Source(32, 46) + SourceIndex(3) -4 >Emitted(79, 10) Source(32, 71) + SourceIndex(3) +1 >Emitted(80, 5) Source(32, 70) + SourceIndex(3) +2 >Emitted(80, 6) Source(32, 71) + SourceIndex(3) +3 >Emitted(80, 6) Source(32, 46) + SourceIndex(3) +4 >Emitted(80, 10) Source(32, 71) + SourceIndex(3) --- >>> internalNamespace.someClass = someClass; 1->^^^^ @@ -3760,10 +3765,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(80, 5) Source(32, 59) + SourceIndex(3) -2 >Emitted(80, 32) Source(32, 68) + SourceIndex(3) -3 >Emitted(80, 44) Source(32, 71) + SourceIndex(3) -4 >Emitted(80, 45) Source(32, 71) + SourceIndex(3) +1->Emitted(81, 5) Source(32, 59) + SourceIndex(3) +2 >Emitted(81, 32) Source(32, 68) + SourceIndex(3) +3 >Emitted(81, 44) Source(32, 71) + SourceIndex(3) +4 >Emitted(81, 45) Source(32, 71) + SourceIndex(3) --- >>>})(internalNamespace || (internalNamespace = {})); 1-> @@ -3780,13 +3785,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalNamespace 7 > { export class someClass {} } -1->Emitted(81, 1) Source(32, 72) + SourceIndex(3) -2 >Emitted(81, 2) Source(32, 73) + SourceIndex(3) -3 >Emitted(81, 4) Source(32, 26) + SourceIndex(3) -4 >Emitted(81, 21) Source(32, 43) + SourceIndex(3) -5 >Emitted(81, 26) Source(32, 26) + SourceIndex(3) -6 >Emitted(81, 43) Source(32, 43) + SourceIndex(3) -7 >Emitted(81, 51) Source(32, 73) + SourceIndex(3) +1->Emitted(82, 1) Source(32, 72) + SourceIndex(3) +2 >Emitted(82, 2) Source(32, 73) + SourceIndex(3) +3 >Emitted(82, 4) Source(32, 26) + SourceIndex(3) +4 >Emitted(82, 21) Source(32, 43) + SourceIndex(3) +5 >Emitted(82, 26) Source(32, 26) + SourceIndex(3) +6 >Emitted(82, 43) Source(32, 43) + SourceIndex(3) +7 >Emitted(82, 51) Source(32, 73) + SourceIndex(3) --- >>>/**@internal*/ var internalOther; 1 > @@ -3802,12 +3807,12 @@ sourceFile:../../../second/second_part1.ts 4 > namespace 5 > internalOther 6 > .something { export class someClass {} } -1 >Emitted(82, 1) Source(33, 1) + SourceIndex(3) -2 >Emitted(82, 15) Source(33, 15) + SourceIndex(3) -3 >Emitted(82, 16) Source(33, 16) + SourceIndex(3) -4 >Emitted(82, 20) Source(33, 26) + SourceIndex(3) -5 >Emitted(82, 33) Source(33, 39) + SourceIndex(3) -6 >Emitted(82, 34) Source(33, 79) + SourceIndex(3) +1 >Emitted(83, 1) Source(33, 1) + SourceIndex(3) +2 >Emitted(83, 15) Source(33, 15) + SourceIndex(3) +3 >Emitted(83, 16) Source(33, 16) + SourceIndex(3) +4 >Emitted(83, 20) Source(33, 26) + SourceIndex(3) +5 >Emitted(83, 33) Source(33, 39) + SourceIndex(3) +6 >Emitted(83, 34) Source(33, 79) + SourceIndex(3) --- >>>(function (internalOther) { 1 > @@ -3816,9 +3821,9 @@ sourceFile:../../../second/second_part1.ts 1 > 2 >namespace 3 > internalOther -1 >Emitted(83, 1) Source(33, 16) + SourceIndex(3) -2 >Emitted(83, 12) Source(33, 26) + SourceIndex(3) -3 >Emitted(83, 25) Source(33, 39) + SourceIndex(3) +1 >Emitted(84, 1) Source(33, 16) + SourceIndex(3) +2 >Emitted(84, 12) Source(33, 26) + SourceIndex(3) +3 >Emitted(84, 25) Source(33, 39) + SourceIndex(3) --- >>> var something; 1 >^^^^ @@ -3830,10 +3835,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(84, 5) Source(33, 40) + SourceIndex(3) -2 >Emitted(84, 9) Source(33, 40) + SourceIndex(3) -3 >Emitted(84, 18) Source(33, 49) + SourceIndex(3) -4 >Emitted(84, 19) Source(33, 79) + SourceIndex(3) +1 >Emitted(85, 5) Source(33, 40) + SourceIndex(3) +2 >Emitted(85, 9) Source(33, 40) + SourceIndex(3) +3 >Emitted(85, 18) Source(33, 49) + SourceIndex(3) +4 >Emitted(85, 19) Source(33, 79) + SourceIndex(3) --- >>> (function (something) { 1->^^^^ @@ -3843,21 +3848,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(85, 5) Source(33, 40) + SourceIndex(3) -2 >Emitted(85, 16) Source(33, 40) + SourceIndex(3) -3 >Emitted(85, 25) Source(33, 49) + SourceIndex(3) +1->Emitted(86, 5) Source(33, 40) + SourceIndex(3) +2 >Emitted(86, 16) Source(33, 40) + SourceIndex(3) +3 >Emitted(86, 25) Source(33, 49) + SourceIndex(3) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(86, 9) Source(33, 52) + SourceIndex(3) +1->Emitted(87, 9) Source(33, 52) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(87, 13) Source(33, 52) + SourceIndex(3) +1->Emitted(88, 13) Source(33, 52) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -3865,16 +3870,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(88, 13) Source(33, 76) + SourceIndex(3) -2 >Emitted(88, 14) Source(33, 77) + SourceIndex(3) +1->Emitted(89, 13) Source(33, 76) + SourceIndex(3) +2 >Emitted(89, 14) Source(33, 77) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(89, 13) Source(33, 76) + SourceIndex(3) -2 >Emitted(89, 29) Source(33, 77) + SourceIndex(3) +1->Emitted(90, 13) Source(33, 76) + SourceIndex(3) +2 >Emitted(90, 29) Source(33, 77) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -3886,10 +3891,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(90, 9) Source(33, 76) + SourceIndex(3) -2 >Emitted(90, 10) Source(33, 77) + SourceIndex(3) -3 >Emitted(90, 10) Source(33, 52) + SourceIndex(3) -4 >Emitted(90, 14) Source(33, 77) + SourceIndex(3) +1 >Emitted(91, 9) Source(33, 76) + SourceIndex(3) +2 >Emitted(91, 10) Source(33, 77) + SourceIndex(3) +3 >Emitted(91, 10) Source(33, 52) + SourceIndex(3) +4 >Emitted(91, 14) Source(33, 77) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^ @@ -3901,10 +3906,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(91, 9) Source(33, 65) + SourceIndex(3) -2 >Emitted(91, 28) Source(33, 74) + SourceIndex(3) -3 >Emitted(91, 40) Source(33, 77) + SourceIndex(3) -4 >Emitted(91, 41) Source(33, 77) + SourceIndex(3) +1->Emitted(92, 9) Source(33, 65) + SourceIndex(3) +2 >Emitted(92, 28) Source(33, 74) + SourceIndex(3) +3 >Emitted(92, 40) Source(33, 77) + SourceIndex(3) +4 >Emitted(92, 41) Source(33, 77) + SourceIndex(3) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^ @@ -3925,15 +3930,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(92, 5) Source(33, 78) + SourceIndex(3) -2 >Emitted(92, 6) Source(33, 79) + SourceIndex(3) -3 >Emitted(92, 8) Source(33, 40) + SourceIndex(3) -4 >Emitted(92, 17) Source(33, 49) + SourceIndex(3) -5 >Emitted(92, 20) Source(33, 40) + SourceIndex(3) -6 >Emitted(92, 43) Source(33, 49) + SourceIndex(3) -7 >Emitted(92, 48) Source(33, 40) + SourceIndex(3) -8 >Emitted(92, 71) Source(33, 49) + SourceIndex(3) -9 >Emitted(92, 79) Source(33, 79) + SourceIndex(3) +1->Emitted(93, 5) Source(33, 78) + SourceIndex(3) +2 >Emitted(93, 6) Source(33, 79) + SourceIndex(3) +3 >Emitted(93, 8) Source(33, 40) + SourceIndex(3) +4 >Emitted(93, 17) Source(33, 49) + SourceIndex(3) +5 >Emitted(93, 20) Source(33, 40) + SourceIndex(3) +6 >Emitted(93, 43) Source(33, 49) + SourceIndex(3) +7 >Emitted(93, 48) Source(33, 40) + SourceIndex(3) +8 >Emitted(93, 71) Source(33, 49) + SourceIndex(3) +9 >Emitted(93, 79) Source(33, 79) + SourceIndex(3) --- >>>})(internalOther || (internalOther = {})); 1 > @@ -3951,13 +3956,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalOther 7 > .something { export class someClass {} } -1 >Emitted(93, 1) Source(33, 78) + SourceIndex(3) -2 >Emitted(93, 2) Source(33, 79) + SourceIndex(3) -3 >Emitted(93, 4) Source(33, 26) + SourceIndex(3) -4 >Emitted(93, 17) Source(33, 39) + SourceIndex(3) -5 >Emitted(93, 22) Source(33, 26) + SourceIndex(3) -6 >Emitted(93, 35) Source(33, 39) + SourceIndex(3) -7 >Emitted(93, 43) Source(33, 79) + SourceIndex(3) +1 >Emitted(94, 1) Source(33, 78) + SourceIndex(3) +2 >Emitted(94, 2) Source(33, 79) + SourceIndex(3) +3 >Emitted(94, 4) Source(33, 26) + SourceIndex(3) +4 >Emitted(94, 17) Source(33, 39) + SourceIndex(3) +5 >Emitted(94, 22) Source(33, 26) + SourceIndex(3) +6 >Emitted(94, 35) Source(33, 39) + SourceIndex(3) +7 >Emitted(94, 43) Source(33, 79) + SourceIndex(3) --- >>>/**@internal*/ var internalImport = internalNamespace.someClass; 1-> @@ -3981,16 +3986,16 @@ sourceFile:../../../second/second_part1.ts 8 > . 9 > someClass 10> ; -1->Emitted(94, 1) Source(34, 1) + SourceIndex(3) -2 >Emitted(94, 15) Source(34, 15) + SourceIndex(3) -3 >Emitted(94, 16) Source(34, 16) + SourceIndex(3) -4 >Emitted(94, 20) Source(34, 23) + SourceIndex(3) -5 >Emitted(94, 34) Source(34, 37) + SourceIndex(3) -6 >Emitted(94, 37) Source(34, 40) + SourceIndex(3) -7 >Emitted(94, 54) Source(34, 57) + SourceIndex(3) -8 >Emitted(94, 55) Source(34, 58) + SourceIndex(3) -9 >Emitted(94, 64) Source(34, 67) + SourceIndex(3) -10>Emitted(94, 65) Source(34, 68) + SourceIndex(3) +1->Emitted(95, 1) Source(34, 1) + SourceIndex(3) +2 >Emitted(95, 15) Source(34, 15) + SourceIndex(3) +3 >Emitted(95, 16) Source(34, 16) + SourceIndex(3) +4 >Emitted(95, 20) Source(34, 23) + SourceIndex(3) +5 >Emitted(95, 34) Source(34, 37) + SourceIndex(3) +6 >Emitted(95, 37) Source(34, 40) + SourceIndex(3) +7 >Emitted(95, 54) Source(34, 57) + SourceIndex(3) +8 >Emitted(95, 55) Source(34, 58) + SourceIndex(3) +9 >Emitted(95, 64) Source(34, 67) + SourceIndex(3) +10>Emitted(95, 65) Source(34, 68) + SourceIndex(3) --- >>>/**@internal*/ var internalConst = 10; 1 > @@ -4011,14 +4016,14 @@ sourceFile:../../../second/second_part1.ts 6 > = 7 > 10 8 > ; -1 >Emitted(95, 1) Source(36, 1) + SourceIndex(3) -2 >Emitted(95, 15) Source(36, 15) + SourceIndex(3) -3 >Emitted(95, 16) Source(36, 16) + SourceIndex(3) -4 >Emitted(95, 20) Source(36, 22) + SourceIndex(3) -5 >Emitted(95, 33) Source(36, 35) + SourceIndex(3) -6 >Emitted(95, 36) Source(36, 38) + SourceIndex(3) -7 >Emitted(95, 38) Source(36, 40) + SourceIndex(3) -8 >Emitted(95, 39) Source(36, 41) + SourceIndex(3) +1 >Emitted(96, 1) Source(36, 1) + SourceIndex(3) +2 >Emitted(96, 15) Source(36, 15) + SourceIndex(3) +3 >Emitted(96, 16) Source(36, 16) + SourceIndex(3) +4 >Emitted(96, 20) Source(36, 22) + SourceIndex(3) +5 >Emitted(96, 33) Source(36, 35) + SourceIndex(3) +6 >Emitted(96, 36) Source(36, 38) + SourceIndex(3) +7 >Emitted(96, 38) Source(36, 40) + SourceIndex(3) +8 >Emitted(96, 39) Source(36, 41) + SourceIndex(3) --- >>>/**@internal*/ var internalEnum; 1 > @@ -4032,11 +4037,11 @@ sourceFile:../../../second/second_part1.ts 3 > 4 > enum 5 > internalEnum { a, b, c } -1 >Emitted(96, 1) Source(37, 1) + SourceIndex(3) -2 >Emitted(96, 15) Source(37, 15) + SourceIndex(3) -3 >Emitted(96, 16) Source(37, 16) + SourceIndex(3) -4 >Emitted(96, 20) Source(37, 21) + SourceIndex(3) -5 >Emitted(96, 32) Source(37, 45) + SourceIndex(3) +1 >Emitted(97, 1) Source(37, 1) + SourceIndex(3) +2 >Emitted(97, 15) Source(37, 15) + SourceIndex(3) +3 >Emitted(97, 16) Source(37, 16) + SourceIndex(3) +4 >Emitted(97, 20) Source(37, 21) + SourceIndex(3) +5 >Emitted(97, 32) Source(37, 45) + SourceIndex(3) --- >>>(function (internalEnum) { 1 > @@ -4046,9 +4051,9 @@ sourceFile:../../../second/second_part1.ts 1 > 2 >enum 3 > internalEnum -1 >Emitted(97, 1) Source(37, 16) + SourceIndex(3) -2 >Emitted(97, 12) Source(37, 21) + SourceIndex(3) -3 >Emitted(97, 24) Source(37, 33) + SourceIndex(3) +1 >Emitted(98, 1) Source(37, 16) + SourceIndex(3) +2 >Emitted(98, 12) Source(37, 21) + SourceIndex(3) +3 >Emitted(98, 24) Source(37, 33) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^ @@ -4058,9 +4063,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(98, 5) Source(37, 36) + SourceIndex(3) -2 >Emitted(98, 46) Source(37, 37) + SourceIndex(3) -3 >Emitted(98, 47) Source(37, 37) + SourceIndex(3) +1->Emitted(99, 5) Source(37, 36) + SourceIndex(3) +2 >Emitted(99, 46) Source(37, 37) + SourceIndex(3) +3 >Emitted(99, 47) Source(37, 37) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^ @@ -4070,9 +4075,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(99, 5) Source(37, 39) + SourceIndex(3) -2 >Emitted(99, 46) Source(37, 40) + SourceIndex(3) -3 >Emitted(99, 47) Source(37, 40) + SourceIndex(3) +1->Emitted(100, 5) Source(37, 39) + SourceIndex(3) +2 >Emitted(100, 46) Source(37, 40) + SourceIndex(3) +3 >Emitted(100, 47) Source(37, 40) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^ @@ -4081,9 +4086,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(100, 5) Source(37, 42) + SourceIndex(3) -2 >Emitted(100, 46) Source(37, 43) + SourceIndex(3) -3 >Emitted(100, 47) Source(37, 43) + SourceIndex(3) +1->Emitted(101, 5) Source(37, 42) + SourceIndex(3) +2 >Emitted(101, 46) Source(37, 43) + SourceIndex(3) +3 >Emitted(101, 47) Source(37, 43) + SourceIndex(3) --- >>>})(internalEnum || (internalEnum = {})); 1 > @@ -4100,13 +4105,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalEnum 7 > { a, b, c } -1 >Emitted(101, 1) Source(37, 44) + SourceIndex(3) -2 >Emitted(101, 2) Source(37, 45) + SourceIndex(3) -3 >Emitted(101, 4) Source(37, 21) + SourceIndex(3) -4 >Emitted(101, 16) Source(37, 33) + SourceIndex(3) -5 >Emitted(101, 21) Source(37, 21) + SourceIndex(3) -6 >Emitted(101, 33) Source(37, 33) + SourceIndex(3) -7 >Emitted(101, 41) Source(37, 45) + SourceIndex(3) +1 >Emitted(102, 1) Source(37, 44) + SourceIndex(3) +2 >Emitted(102, 2) Source(37, 45) + SourceIndex(3) +3 >Emitted(102, 4) Source(37, 21) + SourceIndex(3) +4 >Emitted(102, 16) Source(37, 33) + SourceIndex(3) +5 >Emitted(102, 21) Source(37, 21) + SourceIndex(3) +6 >Emitted(102, 33) Source(37, 33) + SourceIndex(3) +7 >Emitted(102, 41) Source(37, 45) + SourceIndex(3) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -4116,13 +4121,13 @@ sourceFile:../../../second/second_part2.ts 1 > 2 >^^^^^^^^^^^^^^^^^^^-> 1 > -1 >Emitted(102, 1) Source(1, 1) + SourceIndex(4) +1 >Emitted(103, 1) Source(1, 1) + SourceIndex(4) --- >>> function C() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(103, 5) Source(1, 1) + SourceIndex(4) +1->Emitted(104, 5) Source(1, 1) + SourceIndex(4) --- >>> } 1->^^^^ @@ -4134,8 +4139,8 @@ sourceFile:../../../second/second_part2.ts > } > 2 > } -1->Emitted(104, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(104, 6) Source(5, 2) + SourceIndex(4) +1->Emitted(105, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(105, 6) Source(5, 2) + SourceIndex(4) --- >>> C.prototype.doSomething = function () { 1->^^^^ @@ -4145,9 +4150,9 @@ sourceFile:../../../second/second_part2.ts 1-> 2 > doSomething 3 > -1->Emitted(105, 5) Source(2, 5) + SourceIndex(4) -2 >Emitted(105, 28) Source(2, 16) + SourceIndex(4) -3 >Emitted(105, 31) Source(2, 5) + SourceIndex(4) +1->Emitted(106, 5) Source(2, 5) + SourceIndex(4) +2 >Emitted(106, 28) Source(2, 16) + SourceIndex(4) +3 >Emitted(106, 31) Source(2, 5) + SourceIndex(4) --- >>> console.log("something got done"); 1->^^^^^^^^ @@ -4167,14 +4172,14 @@ sourceFile:../../../second/second_part2.ts 6 > "something got done" 7 > ) 8 > ; -1->Emitted(106, 9) Source(3, 9) + SourceIndex(4) -2 >Emitted(106, 16) Source(3, 16) + SourceIndex(4) -3 >Emitted(106, 17) Source(3, 17) + SourceIndex(4) -4 >Emitted(106, 20) Source(3, 20) + SourceIndex(4) -5 >Emitted(106, 21) Source(3, 21) + SourceIndex(4) -6 >Emitted(106, 41) Source(3, 41) + SourceIndex(4) -7 >Emitted(106, 42) Source(3, 42) + SourceIndex(4) -8 >Emitted(106, 43) Source(3, 43) + SourceIndex(4) +1->Emitted(107, 9) Source(3, 9) + SourceIndex(4) +2 >Emitted(107, 16) Source(3, 16) + SourceIndex(4) +3 >Emitted(107, 17) Source(3, 17) + SourceIndex(4) +4 >Emitted(107, 20) Source(3, 20) + SourceIndex(4) +5 >Emitted(107, 21) Source(3, 21) + SourceIndex(4) +6 >Emitted(107, 41) Source(3, 41) + SourceIndex(4) +7 >Emitted(107, 42) Source(3, 42) + SourceIndex(4) +8 >Emitted(107, 43) Source(3, 43) + SourceIndex(4) --- >>> }; 1 >^^^^ @@ -4183,8 +4188,8 @@ sourceFile:../../../second/second_part2.ts 1 > > 2 > } -1 >Emitted(107, 5) Source(4, 5) + SourceIndex(4) -2 >Emitted(107, 6) Source(4, 6) + SourceIndex(4) +1 >Emitted(108, 5) Source(4, 5) + SourceIndex(4) +2 >Emitted(108, 6) Source(4, 6) + SourceIndex(4) --- >>> return C; 1->^^^^ @@ -4192,8 +4197,8 @@ sourceFile:../../../second/second_part2.ts 1-> > 2 > } -1->Emitted(108, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(108, 13) Source(5, 2) + SourceIndex(4) +1->Emitted(109, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(109, 13) Source(5, 2) + SourceIndex(4) --- >>>}()); 1 > @@ -4209,10 +4214,10 @@ sourceFile:../../../second/second_part2.ts > console.log("something got done"); > } > } -1 >Emitted(109, 1) Source(5, 1) + SourceIndex(4) -2 >Emitted(109, 2) Source(5, 2) + SourceIndex(4) -3 >Emitted(109, 2) Source(1, 1) + SourceIndex(4) -4 >Emitted(109, 6) Source(5, 2) + SourceIndex(4) +1 >Emitted(110, 1) Source(5, 1) + SourceIndex(4) +2 >Emitted(110, 2) Source(5, 2) + SourceIndex(4) +3 >Emitted(110, 2) Source(1, 1) + SourceIndex(4) +4 >Emitted(110, 6) Source(5, 2) + SourceIndex(4) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -4236,14 +4241,14 @@ sourceFile:../../third_part1.ts 6 > C 7 > () 8 > ; -1->Emitted(110, 1) Source(1, 1) + SourceIndex(5) -2 >Emitted(110, 5) Source(1, 5) + SourceIndex(5) -3 >Emitted(110, 6) Source(1, 6) + SourceIndex(5) -4 >Emitted(110, 9) Source(1, 9) + SourceIndex(5) -5 >Emitted(110, 13) Source(1, 13) + SourceIndex(5) -6 >Emitted(110, 14) Source(1, 14) + SourceIndex(5) -7 >Emitted(110, 16) Source(1, 16) + SourceIndex(5) -8 >Emitted(110, 17) Source(1, 17) + SourceIndex(5) +1->Emitted(111, 1) Source(1, 1) + SourceIndex(5) +2 >Emitted(111, 5) Source(1, 5) + SourceIndex(5) +3 >Emitted(111, 6) Source(1, 6) + SourceIndex(5) +4 >Emitted(111, 9) Source(1, 9) + SourceIndex(5) +5 >Emitted(111, 13) Source(1, 13) + SourceIndex(5) +6 >Emitted(111, 14) Source(1, 14) + SourceIndex(5) +7 >Emitted(111, 16) Source(1, 16) + SourceIndex(5) +8 >Emitted(111, 17) Source(1, 17) + SourceIndex(5) --- >>>c.doSomething(); 1-> @@ -4260,12 +4265,12 @@ sourceFile:../../third_part1.ts 4 > doSomething 5 > () 6 > ; -1->Emitted(111, 1) Source(2, 1) + SourceIndex(5) -2 >Emitted(111, 2) Source(2, 2) + SourceIndex(5) -3 >Emitted(111, 3) Source(2, 3) + SourceIndex(5) -4 >Emitted(111, 14) Source(2, 14) + SourceIndex(5) -5 >Emitted(111, 16) Source(2, 16) + SourceIndex(5) -6 >Emitted(111, 17) Source(2, 17) + SourceIndex(5) +1->Emitted(112, 1) Source(2, 1) + SourceIndex(5) +2 >Emitted(112, 2) Source(2, 2) + SourceIndex(5) +3 >Emitted(112, 3) Source(2, 3) + SourceIndex(5) +4 >Emitted(112, 14) Source(2, 14) + SourceIndex(5) +5 >Emitted(112, 16) Source(2, 16) + SourceIndex(5) +6 >Emitted(112, 17) Source(2, 17) + SourceIndex(5) --- >>>//# sourceMappingURL=third-output.js.map @@ -4280,20 +4285,20 @@ sourceFile:../../third_part1.ts "sections": [ { "pos": 0, - "end": 3561, + "end": 3579, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 0, - "end": 3561, + "end": 3579, "kind": "text" } ] }, { - "pos": 3561, - "end": 3597, + "pos": 3579, + "end": 3615, "kind": "text" } ] @@ -4328,9 +4333,9 @@ sourceFile:../../third_part1.ts ====================================================================== File:: /src/third/thirdjs/output/third-output.js ---------------------------------------------------------------------- -prepend: (0-3561):: ../../../2/second-output.js texts:: 1 +prepend: (0-3579):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (0-3561) +text: (0-3579) var s = "Hello, world"; console.log(s); console.log(s); @@ -4348,8 +4353,9 @@ var N; var normalC = /** @class */ (function () { /**@internal*/ function normalC() { } - /**@internal*/ normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + /**@internal*/ proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { /**@internal*/ get: function () { return 10; }, /**@internal*/ set: function (val) { }, enumerable: true, @@ -4442,7 +4448,7 @@ var C = /** @class */ (function () { }()); ---------------------------------------------------------------------- -text: (3561-3597) +text: (3579-3615) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-jsdoc-style-with-comments-emit-enabled.js b/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-jsdoc-style-with-comments-emit-enabled.js index 29ad265d6ab55..19da8513c3bb0 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-jsdoc-style-with-comments-emit-enabled.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-jsdoc-style-with-comments-emit-enabled.js @@ -282,8 +282,9 @@ var N; var normalC = /** @class */ (function () { /**@internal*/ function normalC() { } - /**@internal*/ normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + /**@internal*/ proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { /**@internal*/ get: function () { return 10; }, /**@internal*/ set: function (val) { }, enumerable: true, @@ -379,7 +380,7 @@ c.doSomething(); //# sourceMappingURL=third-output.js.map //// [/src/third/thirdjs/output/third-output.js.map] -{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} //// [/src/third/thirdjs/output/third-output.js.map.baseline.txt] =================================================================== @@ -713,49 +714,50 @@ sourceFile:../../../second/second_part1.ts >>> } 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >constructor() { 2 > } 1 >Emitted(17, 5) Source(14, 36) + SourceIndex(3) 2 >Emitted(17, 6) Source(14, 37) + SourceIndex(3) --- ->>> /**@internal*/ normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> /**@internal*/ proto_1.method = function () { }; 1->^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^ -4 > ^^^^^^^^^^^^^^^^^^^^^^^^ -5 > ^^^ -6 > ^^^^^^^^^^^^^^ -7 > ^ +4 > ^^^^^^^^^^^^^^ +5 > ^^^ +6 > ^^^^^^^^^^^^^^ +7 > ^ 1-> > /**@internal*/ prop: string; > 2 > /**@internal*/ 3 > 4 > method -5 > -6 > method() { -7 > } -1->Emitted(18, 5) Source(16, 5) + SourceIndex(3) -2 >Emitted(18, 19) Source(16, 19) + SourceIndex(3) -3 >Emitted(18, 20) Source(16, 20) + SourceIndex(3) -4 >Emitted(18, 44) Source(16, 26) + SourceIndex(3) -5 >Emitted(18, 47) Source(16, 20) + SourceIndex(3) -6 >Emitted(18, 61) Source(16, 31) + SourceIndex(3) -7 >Emitted(18, 62) Source(16, 32) + SourceIndex(3) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +5 > +6 > method() { +7 > } +1->Emitted(19, 5) Source(16, 5) + SourceIndex(3) +2 >Emitted(19, 19) Source(16, 19) + SourceIndex(3) +3 >Emitted(19, 20) Source(16, 20) + SourceIndex(3) +4 >Emitted(19, 34) Source(16, 26) + SourceIndex(3) +5 >Emitted(19, 37) Source(16, 20) + SourceIndex(3) +6 >Emitted(19, 51) Source(16, 31) + SourceIndex(3) +7 >Emitted(19, 52) Source(16, 32) + SourceIndex(3) +--- +>>> Object.defineProperty(proto_1, "c", { 1 >^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ -4 > ^^^^^^^^-> +3 > ^^^^^^^^^^^^ +4 > ^^^^^^^^^^^^^^^^^^-> 1 > > /**@internal*/ 2 > get 3 > c -1 >Emitted(19, 5) Source(17, 20) + SourceIndex(3) -2 >Emitted(19, 27) Source(17, 24) + SourceIndex(3) -3 >Emitted(19, 49) Source(17, 25) + SourceIndex(3) +1 >Emitted(20, 5) Source(17, 20) + SourceIndex(3) +2 >Emitted(20, 27) Source(17, 24) + SourceIndex(3) +3 >Emitted(20, 39) Source(17, 25) + SourceIndex(3) --- >>> /**@internal*/ get: function () { return 10; }, 1->^^^^^^^^ @@ -776,15 +778,15 @@ sourceFile:../../../second/second_part1.ts 7 > ; 8 > 9 > } -1->Emitted(20, 9) Source(17, 5) + SourceIndex(3) -2 >Emitted(20, 23) Source(17, 19) + SourceIndex(3) -3 >Emitted(20, 29) Source(17, 20) + SourceIndex(3) -4 >Emitted(20, 43) Source(17, 30) + SourceIndex(3) -5 >Emitted(20, 50) Source(17, 37) + SourceIndex(3) -6 >Emitted(20, 52) Source(17, 39) + SourceIndex(3) -7 >Emitted(20, 53) Source(17, 40) + SourceIndex(3) -8 >Emitted(20, 54) Source(17, 41) + SourceIndex(3) -9 >Emitted(20, 55) Source(17, 42) + SourceIndex(3) +1->Emitted(21, 9) Source(17, 5) + SourceIndex(3) +2 >Emitted(21, 23) Source(17, 19) + SourceIndex(3) +3 >Emitted(21, 29) Source(17, 20) + SourceIndex(3) +4 >Emitted(21, 43) Source(17, 30) + SourceIndex(3) +5 >Emitted(21, 50) Source(17, 37) + SourceIndex(3) +6 >Emitted(21, 52) Source(17, 39) + SourceIndex(3) +7 >Emitted(21, 53) Source(17, 40) + SourceIndex(3) +8 >Emitted(21, 54) Source(17, 41) + SourceIndex(3) +9 >Emitted(21, 55) Source(17, 42) + SourceIndex(3) --- >>> /**@internal*/ set: function (val) { }, 1 >^^^^^^^^ @@ -802,13 +804,13 @@ sourceFile:../../../second/second_part1.ts 5 > val: number 6 > ) { 7 > } -1 >Emitted(21, 9) Source(18, 5) + SourceIndex(3) -2 >Emitted(21, 23) Source(18, 19) + SourceIndex(3) -3 >Emitted(21, 29) Source(18, 20) + SourceIndex(3) -4 >Emitted(21, 39) Source(18, 26) + SourceIndex(3) -5 >Emitted(21, 42) Source(18, 37) + SourceIndex(3) -6 >Emitted(21, 46) Source(18, 41) + SourceIndex(3) -7 >Emitted(21, 47) Source(18, 42) + SourceIndex(3) +1 >Emitted(22, 9) Source(18, 5) + SourceIndex(3) +2 >Emitted(22, 23) Source(18, 19) + SourceIndex(3) +3 >Emitted(22, 29) Source(18, 20) + SourceIndex(3) +4 >Emitted(22, 39) Source(18, 26) + SourceIndex(3) +5 >Emitted(22, 42) Source(18, 37) + SourceIndex(3) +6 >Emitted(22, 46) Source(18, 41) + SourceIndex(3) +7 >Emitted(22, 47) Source(18, 42) + SourceIndex(3) --- >>> enumerable: true, >>> configurable: true @@ -816,7 +818,7 @@ sourceFile:../../../second/second_part1.ts 1 >^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(24, 8) Source(17, 42) + SourceIndex(3) +1 >Emitted(25, 8) Source(17, 42) + SourceIndex(3) --- >>> return normalC; 1->^^^^ @@ -825,8 +827,8 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ set c(val: number) { } > 2 > } -1->Emitted(25, 5) Source(19, 1) + SourceIndex(3) -2 >Emitted(25, 19) Source(19, 2) + SourceIndex(3) +1->Emitted(26, 5) Source(19, 1) + SourceIndex(3) +2 >Emitted(26, 19) Source(19, 2) + SourceIndex(3) --- >>>}()); 1 > @@ -844,10 +846,10 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ get c() { return 10; } > /**@internal*/ set c(val: number) { } > } -1 >Emitted(26, 1) Source(19, 1) + SourceIndex(3) -2 >Emitted(26, 2) Source(19, 2) + SourceIndex(3) -3 >Emitted(26, 2) Source(13, 1) + SourceIndex(3) -4 >Emitted(26, 6) Source(19, 2) + SourceIndex(3) +1 >Emitted(27, 1) Source(19, 1) + SourceIndex(3) +2 >Emitted(27, 2) Source(19, 2) + SourceIndex(3) +3 >Emitted(27, 2) Source(13, 1) + SourceIndex(3) +4 >Emitted(27, 6) Source(19, 2) + SourceIndex(3) --- >>>var normalN; 1-> @@ -869,10 +871,10 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ export const internalConst = 10; > /**@internal*/ export enum internalEnum { a, b, c } > } -1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(27, 5) Source(20, 11) + SourceIndex(3) -3 >Emitted(27, 12) Source(20, 18) + SourceIndex(3) -4 >Emitted(27, 13) Source(29, 2) + SourceIndex(3) +1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(28, 5) Source(20, 11) + SourceIndex(3) +3 >Emitted(28, 12) Source(20, 18) + SourceIndex(3) +4 >Emitted(28, 13) Source(29, 2) + SourceIndex(3) --- >>>(function (normalN) { 1-> @@ -882,9 +884,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > normalN -1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(28, 12) Source(20, 11) + SourceIndex(3) -3 >Emitted(28, 19) Source(20, 18) + SourceIndex(3) +1->Emitted(29, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(29, 12) Source(20, 11) + SourceIndex(3) +3 >Emitted(29, 19) Source(20, 18) + SourceIndex(3) --- >>> /**@internal*/ var C = /** @class */ (function () { 1->^^^^ @@ -895,15 +897,15 @@ sourceFile:../../../second/second_part1.ts > 2 > /**@internal*/ 3 > -1->Emitted(29, 5) Source(21, 5) + SourceIndex(3) -2 >Emitted(29, 19) Source(21, 19) + SourceIndex(3) -3 >Emitted(29, 20) Source(21, 20) + SourceIndex(3) +1->Emitted(30, 5) Source(21, 5) + SourceIndex(3) +2 >Emitted(30, 19) Source(21, 19) + SourceIndex(3) +3 >Emitted(30, 20) Source(21, 20) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(30, 9) Source(21, 20) + SourceIndex(3) +1->Emitted(31, 9) Source(21, 20) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -911,16 +913,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(31, 9) Source(21, 37) + SourceIndex(3) -2 >Emitted(31, 10) Source(21, 38) + SourceIndex(3) +1->Emitted(32, 9) Source(21, 37) + SourceIndex(3) +2 >Emitted(32, 10) Source(21, 38) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(32, 9) Source(21, 37) + SourceIndex(3) -2 >Emitted(32, 17) Source(21, 38) + SourceIndex(3) +1->Emitted(33, 9) Source(21, 37) + SourceIndex(3) +2 >Emitted(33, 17) Source(21, 38) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -932,10 +934,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(33, 5) Source(21, 37) + SourceIndex(3) -2 >Emitted(33, 6) Source(21, 38) + SourceIndex(3) -3 >Emitted(33, 6) Source(21, 20) + SourceIndex(3) -4 >Emitted(33, 10) Source(21, 38) + SourceIndex(3) +1 >Emitted(34, 5) Source(21, 37) + SourceIndex(3) +2 >Emitted(34, 6) Source(21, 38) + SourceIndex(3) +3 >Emitted(34, 6) Source(21, 20) + SourceIndex(3) +4 >Emitted(34, 10) Source(21, 38) + SourceIndex(3) --- >>> normalN.C = C; 1->^^^^ @@ -947,10 +949,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > { } 4 > -1->Emitted(34, 5) Source(21, 33) + SourceIndex(3) -2 >Emitted(34, 14) Source(21, 34) + SourceIndex(3) -3 >Emitted(34, 18) Source(21, 38) + SourceIndex(3) -4 >Emitted(34, 19) Source(21, 38) + SourceIndex(3) +1->Emitted(35, 5) Source(21, 33) + SourceIndex(3) +2 >Emitted(35, 14) Source(21, 34) + SourceIndex(3) +3 >Emitted(35, 18) Source(21, 38) + SourceIndex(3) +4 >Emitted(35, 19) Source(21, 38) + SourceIndex(3) --- >>> /**@internal*/ function foo() { } 1->^^^^ @@ -968,13 +970,13 @@ sourceFile:../../../second/second_part1.ts 5 > foo 6 > () { 7 > } -1->Emitted(35, 5) Source(22, 5) + SourceIndex(3) -2 >Emitted(35, 19) Source(22, 19) + SourceIndex(3) -3 >Emitted(35, 20) Source(22, 20) + SourceIndex(3) -4 >Emitted(35, 29) Source(22, 36) + SourceIndex(3) -5 >Emitted(35, 32) Source(22, 39) + SourceIndex(3) -6 >Emitted(35, 37) Source(22, 43) + SourceIndex(3) -7 >Emitted(35, 38) Source(22, 44) + SourceIndex(3) +1->Emitted(36, 5) Source(22, 5) + SourceIndex(3) +2 >Emitted(36, 19) Source(22, 19) + SourceIndex(3) +3 >Emitted(36, 20) Source(22, 20) + SourceIndex(3) +4 >Emitted(36, 29) Source(22, 36) + SourceIndex(3) +5 >Emitted(36, 32) Source(22, 39) + SourceIndex(3) +6 >Emitted(36, 37) Source(22, 43) + SourceIndex(3) +7 >Emitted(36, 38) Source(22, 44) + SourceIndex(3) --- >>> normalN.foo = foo; 1 >^^^^ @@ -986,10 +988,10 @@ sourceFile:../../../second/second_part1.ts 2 > foo 3 > () {} 4 > -1 >Emitted(36, 5) Source(22, 36) + SourceIndex(3) -2 >Emitted(36, 16) Source(22, 39) + SourceIndex(3) -3 >Emitted(36, 22) Source(22, 44) + SourceIndex(3) -4 >Emitted(36, 23) Source(22, 44) + SourceIndex(3) +1 >Emitted(37, 5) Source(22, 36) + SourceIndex(3) +2 >Emitted(37, 16) Source(22, 39) + SourceIndex(3) +3 >Emitted(37, 22) Source(22, 44) + SourceIndex(3) +4 >Emitted(37, 23) Source(22, 44) + SourceIndex(3) --- >>> /**@internal*/ var someNamespace; 1->^^^^ @@ -1005,12 +1007,12 @@ sourceFile:../../../second/second_part1.ts 4 > export namespace 5 > someNamespace 6 > { export class C {} } -1->Emitted(37, 5) Source(23, 5) + SourceIndex(3) -2 >Emitted(37, 19) Source(23, 19) + SourceIndex(3) -3 >Emitted(37, 20) Source(23, 20) + SourceIndex(3) -4 >Emitted(37, 24) Source(23, 37) + SourceIndex(3) -5 >Emitted(37, 37) Source(23, 50) + SourceIndex(3) -6 >Emitted(37, 38) Source(23, 72) + SourceIndex(3) +1->Emitted(38, 5) Source(23, 5) + SourceIndex(3) +2 >Emitted(38, 19) Source(23, 19) + SourceIndex(3) +3 >Emitted(38, 20) Source(23, 20) + SourceIndex(3) +4 >Emitted(38, 24) Source(23, 37) + SourceIndex(3) +5 >Emitted(38, 37) Source(23, 50) + SourceIndex(3) +6 >Emitted(38, 38) Source(23, 72) + SourceIndex(3) --- >>> (function (someNamespace) { 1 >^^^^ @@ -1020,21 +1022,21 @@ sourceFile:../../../second/second_part1.ts 1 > 2 > export namespace 3 > someNamespace -1 >Emitted(38, 5) Source(23, 20) + SourceIndex(3) -2 >Emitted(38, 16) Source(23, 37) + SourceIndex(3) -3 >Emitted(38, 29) Source(23, 50) + SourceIndex(3) +1 >Emitted(39, 5) Source(23, 20) + SourceIndex(3) +2 >Emitted(39, 16) Source(23, 37) + SourceIndex(3) +3 >Emitted(39, 29) Source(23, 50) + SourceIndex(3) --- >>> var C = /** @class */ (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(39, 9) Source(23, 53) + SourceIndex(3) +1->Emitted(40, 9) Source(23, 53) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(40, 13) Source(23, 53) + SourceIndex(3) +1->Emitted(41, 13) Source(23, 53) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -1042,16 +1044,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(41, 13) Source(23, 69) + SourceIndex(3) -2 >Emitted(41, 14) Source(23, 70) + SourceIndex(3) +1->Emitted(42, 13) Source(23, 69) + SourceIndex(3) +2 >Emitted(42, 14) Source(23, 70) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(42, 13) Source(23, 69) + SourceIndex(3) -2 >Emitted(42, 21) Source(23, 70) + SourceIndex(3) +1->Emitted(43, 13) Source(23, 69) + SourceIndex(3) +2 >Emitted(43, 21) Source(23, 70) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -1063,10 +1065,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(43, 9) Source(23, 69) + SourceIndex(3) -2 >Emitted(43, 10) Source(23, 70) + SourceIndex(3) -3 >Emitted(43, 10) Source(23, 53) + SourceIndex(3) -4 >Emitted(43, 14) Source(23, 70) + SourceIndex(3) +1 >Emitted(44, 9) Source(23, 69) + SourceIndex(3) +2 >Emitted(44, 10) Source(23, 70) + SourceIndex(3) +3 >Emitted(44, 10) Source(23, 53) + SourceIndex(3) +4 >Emitted(44, 14) Source(23, 70) + SourceIndex(3) --- >>> someNamespace.C = C; 1->^^^^^^^^ @@ -1078,10 +1080,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > {} 4 > -1->Emitted(44, 9) Source(23, 66) + SourceIndex(3) -2 >Emitted(44, 24) Source(23, 67) + SourceIndex(3) -3 >Emitted(44, 28) Source(23, 70) + SourceIndex(3) -4 >Emitted(44, 29) Source(23, 70) + SourceIndex(3) +1->Emitted(45, 9) Source(23, 66) + SourceIndex(3) +2 >Emitted(45, 24) Source(23, 67) + SourceIndex(3) +3 >Emitted(45, 28) Source(23, 70) + SourceIndex(3) +4 >Emitted(45, 29) Source(23, 70) + SourceIndex(3) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^ @@ -1102,15 +1104,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(45, 5) Source(23, 71) + SourceIndex(3) -2 >Emitted(45, 6) Source(23, 72) + SourceIndex(3) -3 >Emitted(45, 8) Source(23, 37) + SourceIndex(3) -4 >Emitted(45, 21) Source(23, 50) + SourceIndex(3) -5 >Emitted(45, 24) Source(23, 37) + SourceIndex(3) -6 >Emitted(45, 45) Source(23, 50) + SourceIndex(3) -7 >Emitted(45, 50) Source(23, 37) + SourceIndex(3) -8 >Emitted(45, 71) Source(23, 50) + SourceIndex(3) -9 >Emitted(45, 79) Source(23, 72) + SourceIndex(3) +1->Emitted(46, 5) Source(23, 71) + SourceIndex(3) +2 >Emitted(46, 6) Source(23, 72) + SourceIndex(3) +3 >Emitted(46, 8) Source(23, 37) + SourceIndex(3) +4 >Emitted(46, 21) Source(23, 50) + SourceIndex(3) +5 >Emitted(46, 24) Source(23, 37) + SourceIndex(3) +6 >Emitted(46, 45) Source(23, 50) + SourceIndex(3) +7 >Emitted(46, 50) Source(23, 37) + SourceIndex(3) +8 >Emitted(46, 71) Source(23, 50) + SourceIndex(3) +9 >Emitted(46, 79) Source(23, 72) + SourceIndex(3) --- >>> /**@internal*/ var someOther; 1 >^^^^ @@ -1126,12 +1128,12 @@ sourceFile:../../../second/second_part1.ts 4 > export namespace 5 > someOther 6 > .something { export class someClass {} } -1 >Emitted(46, 5) Source(24, 5) + SourceIndex(3) -2 >Emitted(46, 19) Source(24, 19) + SourceIndex(3) -3 >Emitted(46, 20) Source(24, 20) + SourceIndex(3) -4 >Emitted(46, 24) Source(24, 37) + SourceIndex(3) -5 >Emitted(46, 33) Source(24, 46) + SourceIndex(3) -6 >Emitted(46, 34) Source(24, 86) + SourceIndex(3) +1 >Emitted(47, 5) Source(24, 5) + SourceIndex(3) +2 >Emitted(47, 19) Source(24, 19) + SourceIndex(3) +3 >Emitted(47, 20) Source(24, 20) + SourceIndex(3) +4 >Emitted(47, 24) Source(24, 37) + SourceIndex(3) +5 >Emitted(47, 33) Source(24, 46) + SourceIndex(3) +6 >Emitted(47, 34) Source(24, 86) + SourceIndex(3) --- >>> (function (someOther) { 1 >^^^^ @@ -1140,9 +1142,9 @@ sourceFile:../../../second/second_part1.ts 1 > 2 > export namespace 3 > someOther -1 >Emitted(47, 5) Source(24, 20) + SourceIndex(3) -2 >Emitted(47, 16) Source(24, 37) + SourceIndex(3) -3 >Emitted(47, 25) Source(24, 46) + SourceIndex(3) +1 >Emitted(48, 5) Source(24, 20) + SourceIndex(3) +2 >Emitted(48, 16) Source(24, 37) + SourceIndex(3) +3 >Emitted(48, 25) Source(24, 46) + SourceIndex(3) --- >>> var something; 1 >^^^^^^^^ @@ -1154,10 +1156,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(48, 9) Source(24, 47) + SourceIndex(3) -2 >Emitted(48, 13) Source(24, 47) + SourceIndex(3) -3 >Emitted(48, 22) Source(24, 56) + SourceIndex(3) -4 >Emitted(48, 23) Source(24, 86) + SourceIndex(3) +1 >Emitted(49, 9) Source(24, 47) + SourceIndex(3) +2 >Emitted(49, 13) Source(24, 47) + SourceIndex(3) +3 >Emitted(49, 22) Source(24, 56) + SourceIndex(3) +4 >Emitted(49, 23) Source(24, 86) + SourceIndex(3) --- >>> (function (something) { 1->^^^^^^^^ @@ -1167,21 +1169,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(49, 9) Source(24, 47) + SourceIndex(3) -2 >Emitted(49, 20) Source(24, 47) + SourceIndex(3) -3 >Emitted(49, 29) Source(24, 56) + SourceIndex(3) +1->Emitted(50, 9) Source(24, 47) + SourceIndex(3) +2 >Emitted(50, 20) Source(24, 47) + SourceIndex(3) +3 >Emitted(50, 29) Source(24, 56) + SourceIndex(3) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(50, 13) Source(24, 59) + SourceIndex(3) +1->Emitted(51, 13) Source(24, 59) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(51, 17) Source(24, 59) + SourceIndex(3) +1->Emitted(52, 17) Source(24, 59) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -1189,16 +1191,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(52, 17) Source(24, 83) + SourceIndex(3) -2 >Emitted(52, 18) Source(24, 84) + SourceIndex(3) +1->Emitted(53, 17) Source(24, 83) + SourceIndex(3) +2 >Emitted(53, 18) Source(24, 84) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(53, 17) Source(24, 83) + SourceIndex(3) -2 >Emitted(53, 33) Source(24, 84) + SourceIndex(3) +1->Emitted(54, 17) Source(24, 83) + SourceIndex(3) +2 >Emitted(54, 33) Source(24, 84) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -1210,10 +1212,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(54, 13) Source(24, 83) + SourceIndex(3) -2 >Emitted(54, 14) Source(24, 84) + SourceIndex(3) -3 >Emitted(54, 14) Source(24, 59) + SourceIndex(3) -4 >Emitted(54, 18) Source(24, 84) + SourceIndex(3) +1 >Emitted(55, 13) Source(24, 83) + SourceIndex(3) +2 >Emitted(55, 14) Source(24, 84) + SourceIndex(3) +3 >Emitted(55, 14) Source(24, 59) + SourceIndex(3) +4 >Emitted(55, 18) Source(24, 84) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -1225,10 +1227,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(55, 13) Source(24, 72) + SourceIndex(3) -2 >Emitted(55, 32) Source(24, 81) + SourceIndex(3) -3 >Emitted(55, 44) Source(24, 84) + SourceIndex(3) -4 >Emitted(55, 45) Source(24, 84) + SourceIndex(3) +1->Emitted(56, 13) Source(24, 72) + SourceIndex(3) +2 >Emitted(56, 32) Source(24, 81) + SourceIndex(3) +3 >Emitted(56, 44) Source(24, 84) + SourceIndex(3) +4 >Emitted(56, 45) Source(24, 84) + SourceIndex(3) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^ @@ -1249,15 +1251,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(56, 9) Source(24, 85) + SourceIndex(3) -2 >Emitted(56, 10) Source(24, 86) + SourceIndex(3) -3 >Emitted(56, 12) Source(24, 47) + SourceIndex(3) -4 >Emitted(56, 21) Source(24, 56) + SourceIndex(3) -5 >Emitted(56, 24) Source(24, 47) + SourceIndex(3) -6 >Emitted(56, 43) Source(24, 56) + SourceIndex(3) -7 >Emitted(56, 48) Source(24, 47) + SourceIndex(3) -8 >Emitted(56, 67) Source(24, 56) + SourceIndex(3) -9 >Emitted(56, 75) Source(24, 86) + SourceIndex(3) +1->Emitted(57, 9) Source(24, 85) + SourceIndex(3) +2 >Emitted(57, 10) Source(24, 86) + SourceIndex(3) +3 >Emitted(57, 12) Source(24, 47) + SourceIndex(3) +4 >Emitted(57, 21) Source(24, 56) + SourceIndex(3) +5 >Emitted(57, 24) Source(24, 47) + SourceIndex(3) +6 >Emitted(57, 43) Source(24, 56) + SourceIndex(3) +7 >Emitted(57, 48) Source(24, 47) + SourceIndex(3) +8 >Emitted(57, 67) Source(24, 56) + SourceIndex(3) +9 >Emitted(57, 75) Source(24, 86) + SourceIndex(3) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^ @@ -1278,15 +1280,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(57, 5) Source(24, 85) + SourceIndex(3) -2 >Emitted(57, 6) Source(24, 86) + SourceIndex(3) -3 >Emitted(57, 8) Source(24, 37) + SourceIndex(3) -4 >Emitted(57, 17) Source(24, 46) + SourceIndex(3) -5 >Emitted(57, 20) Source(24, 37) + SourceIndex(3) -6 >Emitted(57, 37) Source(24, 46) + SourceIndex(3) -7 >Emitted(57, 42) Source(24, 37) + SourceIndex(3) -8 >Emitted(57, 59) Source(24, 46) + SourceIndex(3) -9 >Emitted(57, 67) Source(24, 86) + SourceIndex(3) +1 >Emitted(58, 5) Source(24, 85) + SourceIndex(3) +2 >Emitted(58, 6) Source(24, 86) + SourceIndex(3) +3 >Emitted(58, 8) Source(24, 37) + SourceIndex(3) +4 >Emitted(58, 17) Source(24, 46) + SourceIndex(3) +5 >Emitted(58, 20) Source(24, 37) + SourceIndex(3) +6 >Emitted(58, 37) Source(24, 46) + SourceIndex(3) +7 >Emitted(58, 42) Source(24, 37) + SourceIndex(3) +8 >Emitted(58, 59) Source(24, 46) + SourceIndex(3) +9 >Emitted(58, 67) Source(24, 86) + SourceIndex(3) --- >>> /**@internal*/ normalN.someImport = someNamespace.C; 1 >^^^^ @@ -1308,15 +1310,15 @@ sourceFile:../../../second/second_part1.ts 7 > . 8 > C 9 > ; -1 >Emitted(58, 5) Source(25, 5) + SourceIndex(3) -2 >Emitted(58, 19) Source(25, 19) + SourceIndex(3) -3 >Emitted(58, 20) Source(25, 34) + SourceIndex(3) -4 >Emitted(58, 38) Source(25, 44) + SourceIndex(3) -5 >Emitted(58, 41) Source(25, 47) + SourceIndex(3) -6 >Emitted(58, 54) Source(25, 60) + SourceIndex(3) -7 >Emitted(58, 55) Source(25, 61) + SourceIndex(3) -8 >Emitted(58, 56) Source(25, 62) + SourceIndex(3) -9 >Emitted(58, 57) Source(25, 63) + SourceIndex(3) +1 >Emitted(59, 5) Source(25, 5) + SourceIndex(3) +2 >Emitted(59, 19) Source(25, 19) + SourceIndex(3) +3 >Emitted(59, 20) Source(25, 34) + SourceIndex(3) +4 >Emitted(59, 38) Source(25, 44) + SourceIndex(3) +5 >Emitted(59, 41) Source(25, 47) + SourceIndex(3) +6 >Emitted(59, 54) Source(25, 60) + SourceIndex(3) +7 >Emitted(59, 55) Source(25, 61) + SourceIndex(3) +8 >Emitted(59, 56) Source(25, 62) + SourceIndex(3) +9 >Emitted(59, 57) Source(25, 63) + SourceIndex(3) --- >>> /**@internal*/ normalN.internalConst = 10; 1 >^^^^ @@ -1335,13 +1337,13 @@ sourceFile:../../../second/second_part1.ts 5 > = 6 > 10 7 > ; -1 >Emitted(59, 5) Source(27, 5) + SourceIndex(3) -2 >Emitted(59, 19) Source(27, 19) + SourceIndex(3) -3 >Emitted(59, 20) Source(27, 33) + SourceIndex(3) -4 >Emitted(59, 41) Source(27, 46) + SourceIndex(3) -5 >Emitted(59, 44) Source(27, 49) + SourceIndex(3) -6 >Emitted(59, 46) Source(27, 51) + SourceIndex(3) -7 >Emitted(59, 47) Source(27, 52) + SourceIndex(3) +1 >Emitted(60, 5) Source(27, 5) + SourceIndex(3) +2 >Emitted(60, 19) Source(27, 19) + SourceIndex(3) +3 >Emitted(60, 20) Source(27, 33) + SourceIndex(3) +4 >Emitted(60, 41) Source(27, 46) + SourceIndex(3) +5 >Emitted(60, 44) Source(27, 49) + SourceIndex(3) +6 >Emitted(60, 46) Source(27, 51) + SourceIndex(3) +7 >Emitted(60, 47) Source(27, 52) + SourceIndex(3) --- >>> /**@internal*/ var internalEnum; 1 >^^^^ @@ -1355,11 +1357,11 @@ sourceFile:../../../second/second_part1.ts 3 > 4 > export enum 5 > internalEnum { a, b, c } -1 >Emitted(60, 5) Source(28, 5) + SourceIndex(3) -2 >Emitted(60, 19) Source(28, 19) + SourceIndex(3) -3 >Emitted(60, 20) Source(28, 20) + SourceIndex(3) -4 >Emitted(60, 24) Source(28, 32) + SourceIndex(3) -5 >Emitted(60, 36) Source(28, 56) + SourceIndex(3) +1 >Emitted(61, 5) Source(28, 5) + SourceIndex(3) +2 >Emitted(61, 19) Source(28, 19) + SourceIndex(3) +3 >Emitted(61, 20) Source(28, 20) + SourceIndex(3) +4 >Emitted(61, 24) Source(28, 32) + SourceIndex(3) +5 >Emitted(61, 36) Source(28, 56) + SourceIndex(3) --- >>> (function (internalEnum) { 1 >^^^^ @@ -1369,9 +1371,9 @@ sourceFile:../../../second/second_part1.ts 1 > 2 > export enum 3 > internalEnum -1 >Emitted(61, 5) Source(28, 20) + SourceIndex(3) -2 >Emitted(61, 16) Source(28, 32) + SourceIndex(3) -3 >Emitted(61, 28) Source(28, 44) + SourceIndex(3) +1 >Emitted(62, 5) Source(28, 20) + SourceIndex(3) +2 >Emitted(62, 16) Source(28, 32) + SourceIndex(3) +3 >Emitted(62, 28) Source(28, 44) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -1381,9 +1383,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(62, 9) Source(28, 47) + SourceIndex(3) -2 >Emitted(62, 50) Source(28, 48) + SourceIndex(3) -3 >Emitted(62, 51) Source(28, 48) + SourceIndex(3) +1->Emitted(63, 9) Source(28, 47) + SourceIndex(3) +2 >Emitted(63, 50) Source(28, 48) + SourceIndex(3) +3 >Emitted(63, 51) Source(28, 48) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -1393,9 +1395,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(63, 9) Source(28, 50) + SourceIndex(3) -2 >Emitted(63, 50) Source(28, 51) + SourceIndex(3) -3 >Emitted(63, 51) Source(28, 51) + SourceIndex(3) +1->Emitted(64, 9) Source(28, 50) + SourceIndex(3) +2 >Emitted(64, 50) Source(28, 51) + SourceIndex(3) +3 >Emitted(64, 51) Source(28, 51) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -1405,9 +1407,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(64, 9) Source(28, 53) + SourceIndex(3) -2 >Emitted(64, 50) Source(28, 54) + SourceIndex(3) -3 >Emitted(64, 51) Source(28, 54) + SourceIndex(3) +1->Emitted(65, 9) Source(28, 53) + SourceIndex(3) +2 >Emitted(65, 50) Source(28, 54) + SourceIndex(3) +3 >Emitted(65, 51) Source(28, 54) + SourceIndex(3) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^ @@ -1428,15 +1430,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(65, 5) Source(28, 55) + SourceIndex(3) -2 >Emitted(65, 6) Source(28, 56) + SourceIndex(3) -3 >Emitted(65, 8) Source(28, 32) + SourceIndex(3) -4 >Emitted(65, 20) Source(28, 44) + SourceIndex(3) -5 >Emitted(65, 23) Source(28, 32) + SourceIndex(3) -6 >Emitted(65, 43) Source(28, 44) + SourceIndex(3) -7 >Emitted(65, 48) Source(28, 32) + SourceIndex(3) -8 >Emitted(65, 68) Source(28, 44) + SourceIndex(3) -9 >Emitted(65, 76) Source(28, 56) + SourceIndex(3) +1->Emitted(66, 5) Source(28, 55) + SourceIndex(3) +2 >Emitted(66, 6) Source(28, 56) + SourceIndex(3) +3 >Emitted(66, 8) Source(28, 32) + SourceIndex(3) +4 >Emitted(66, 20) Source(28, 44) + SourceIndex(3) +5 >Emitted(66, 23) Source(28, 32) + SourceIndex(3) +6 >Emitted(66, 43) Source(28, 44) + SourceIndex(3) +7 >Emitted(66, 48) Source(28, 32) + SourceIndex(3) +8 >Emitted(66, 68) Source(28, 44) + SourceIndex(3) +9 >Emitted(66, 76) Source(28, 56) + SourceIndex(3) --- >>>})(normalN || (normalN = {})); 1 > @@ -1464,13 +1466,13 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ export const internalConst = 10; > /**@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(66, 1) Source(29, 1) + SourceIndex(3) -2 >Emitted(66, 2) Source(29, 2) + SourceIndex(3) -3 >Emitted(66, 4) Source(20, 11) + SourceIndex(3) -4 >Emitted(66, 11) Source(20, 18) + SourceIndex(3) -5 >Emitted(66, 16) Source(20, 11) + SourceIndex(3) -6 >Emitted(66, 23) Source(20, 18) + SourceIndex(3) -7 >Emitted(66, 31) Source(29, 2) + SourceIndex(3) +1 >Emitted(67, 1) Source(29, 1) + SourceIndex(3) +2 >Emitted(67, 2) Source(29, 2) + SourceIndex(3) +3 >Emitted(67, 4) Source(20, 11) + SourceIndex(3) +4 >Emitted(67, 11) Source(20, 18) + SourceIndex(3) +5 >Emitted(67, 16) Source(20, 11) + SourceIndex(3) +6 >Emitted(67, 23) Source(20, 18) + SourceIndex(3) +7 >Emitted(67, 31) Source(29, 2) + SourceIndex(3) --- >>>/**@internal*/ var internalC = /** @class */ (function () { 1-> @@ -1481,15 +1483,15 @@ sourceFile:../../../second/second_part1.ts > 2 >/**@internal*/ 3 > -1->Emitted(67, 1) Source(30, 1) + SourceIndex(3) -2 >Emitted(67, 15) Source(30, 15) + SourceIndex(3) -3 >Emitted(67, 16) Source(30, 16) + SourceIndex(3) +1->Emitted(68, 1) Source(30, 1) + SourceIndex(3) +2 >Emitted(68, 15) Source(30, 15) + SourceIndex(3) +3 >Emitted(68, 16) Source(30, 16) + SourceIndex(3) --- >>> function internalC() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(68, 5) Source(30, 16) + SourceIndex(3) +1->Emitted(69, 5) Source(30, 16) + SourceIndex(3) --- >>> } 1->^^^^ @@ -1497,16 +1499,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->class internalC { 2 > } -1->Emitted(69, 5) Source(30, 33) + SourceIndex(3) -2 >Emitted(69, 6) Source(30, 34) + SourceIndex(3) +1->Emitted(70, 5) Source(30, 33) + SourceIndex(3) +2 >Emitted(70, 6) Source(30, 34) + SourceIndex(3) --- >>> return internalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(70, 5) Source(30, 33) + SourceIndex(3) -2 >Emitted(70, 21) Source(30, 34) + SourceIndex(3) +1->Emitted(71, 5) Source(30, 33) + SourceIndex(3) +2 >Emitted(71, 21) Source(30, 34) + SourceIndex(3) --- >>>}()); 1 > @@ -1518,10 +1520,10 @@ sourceFile:../../../second/second_part1.ts 2 >} 3 > 4 > class internalC {} -1 >Emitted(71, 1) Source(30, 33) + SourceIndex(3) -2 >Emitted(71, 2) Source(30, 34) + SourceIndex(3) -3 >Emitted(71, 2) Source(30, 16) + SourceIndex(3) -4 >Emitted(71, 6) Source(30, 34) + SourceIndex(3) +1 >Emitted(72, 1) Source(30, 33) + SourceIndex(3) +2 >Emitted(72, 2) Source(30, 34) + SourceIndex(3) +3 >Emitted(72, 2) Source(30, 16) + SourceIndex(3) +4 >Emitted(72, 6) Source(30, 34) + SourceIndex(3) --- >>>/**@internal*/ function internalfoo() { } 1-> @@ -1539,13 +1541,13 @@ sourceFile:../../../second/second_part1.ts 5 > internalfoo 6 > () { 7 > } -1->Emitted(72, 1) Source(31, 1) + SourceIndex(3) -2 >Emitted(72, 15) Source(31, 15) + SourceIndex(3) -3 >Emitted(72, 16) Source(31, 16) + SourceIndex(3) -4 >Emitted(72, 25) Source(31, 25) + SourceIndex(3) -5 >Emitted(72, 36) Source(31, 36) + SourceIndex(3) -6 >Emitted(72, 41) Source(31, 40) + SourceIndex(3) -7 >Emitted(72, 42) Source(31, 41) + SourceIndex(3) +1->Emitted(73, 1) Source(31, 1) + SourceIndex(3) +2 >Emitted(73, 15) Source(31, 15) + SourceIndex(3) +3 >Emitted(73, 16) Source(31, 16) + SourceIndex(3) +4 >Emitted(73, 25) Source(31, 25) + SourceIndex(3) +5 >Emitted(73, 36) Source(31, 36) + SourceIndex(3) +6 >Emitted(73, 41) Source(31, 40) + SourceIndex(3) +7 >Emitted(73, 42) Source(31, 41) + SourceIndex(3) --- >>>/**@internal*/ var internalNamespace; 1 > @@ -1561,12 +1563,12 @@ sourceFile:../../../second/second_part1.ts 4 > namespace 5 > internalNamespace 6 > { export class someClass {} } -1 >Emitted(73, 1) Source(32, 1) + SourceIndex(3) -2 >Emitted(73, 15) Source(32, 15) + SourceIndex(3) -3 >Emitted(73, 16) Source(32, 16) + SourceIndex(3) -4 >Emitted(73, 20) Source(32, 26) + SourceIndex(3) -5 >Emitted(73, 37) Source(32, 43) + SourceIndex(3) -6 >Emitted(73, 38) Source(32, 73) + SourceIndex(3) +1 >Emitted(74, 1) Source(32, 1) + SourceIndex(3) +2 >Emitted(74, 15) Source(32, 15) + SourceIndex(3) +3 >Emitted(74, 16) Source(32, 16) + SourceIndex(3) +4 >Emitted(74, 20) Source(32, 26) + SourceIndex(3) +5 >Emitted(74, 37) Source(32, 43) + SourceIndex(3) +6 >Emitted(74, 38) Source(32, 73) + SourceIndex(3) --- >>>(function (internalNamespace) { 1 > @@ -1576,21 +1578,21 @@ sourceFile:../../../second/second_part1.ts 1 > 2 >namespace 3 > internalNamespace -1 >Emitted(74, 1) Source(32, 16) + SourceIndex(3) -2 >Emitted(74, 12) Source(32, 26) + SourceIndex(3) -3 >Emitted(74, 29) Source(32, 43) + SourceIndex(3) +1 >Emitted(75, 1) Source(32, 16) + SourceIndex(3) +2 >Emitted(75, 12) Source(32, 26) + SourceIndex(3) +3 >Emitted(75, 29) Source(32, 43) + SourceIndex(3) --- >>> var someClass = /** @class */ (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(75, 5) Source(32, 46) + SourceIndex(3) +1->Emitted(76, 5) Source(32, 46) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(76, 9) Source(32, 46) + SourceIndex(3) +1->Emitted(77, 9) Source(32, 46) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -1598,16 +1600,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(77, 9) Source(32, 70) + SourceIndex(3) -2 >Emitted(77, 10) Source(32, 71) + SourceIndex(3) +1->Emitted(78, 9) Source(32, 70) + SourceIndex(3) +2 >Emitted(78, 10) Source(32, 71) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(78, 9) Source(32, 70) + SourceIndex(3) -2 >Emitted(78, 25) Source(32, 71) + SourceIndex(3) +1->Emitted(79, 9) Source(32, 70) + SourceIndex(3) +2 >Emitted(79, 25) Source(32, 71) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -1619,10 +1621,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(79, 5) Source(32, 70) + SourceIndex(3) -2 >Emitted(79, 6) Source(32, 71) + SourceIndex(3) -3 >Emitted(79, 6) Source(32, 46) + SourceIndex(3) -4 >Emitted(79, 10) Source(32, 71) + SourceIndex(3) +1 >Emitted(80, 5) Source(32, 70) + SourceIndex(3) +2 >Emitted(80, 6) Source(32, 71) + SourceIndex(3) +3 >Emitted(80, 6) Source(32, 46) + SourceIndex(3) +4 >Emitted(80, 10) Source(32, 71) + SourceIndex(3) --- >>> internalNamespace.someClass = someClass; 1->^^^^ @@ -1634,10 +1636,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(80, 5) Source(32, 59) + SourceIndex(3) -2 >Emitted(80, 32) Source(32, 68) + SourceIndex(3) -3 >Emitted(80, 44) Source(32, 71) + SourceIndex(3) -4 >Emitted(80, 45) Source(32, 71) + SourceIndex(3) +1->Emitted(81, 5) Source(32, 59) + SourceIndex(3) +2 >Emitted(81, 32) Source(32, 68) + SourceIndex(3) +3 >Emitted(81, 44) Source(32, 71) + SourceIndex(3) +4 >Emitted(81, 45) Source(32, 71) + SourceIndex(3) --- >>>})(internalNamespace || (internalNamespace = {})); 1-> @@ -1654,13 +1656,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalNamespace 7 > { export class someClass {} } -1->Emitted(81, 1) Source(32, 72) + SourceIndex(3) -2 >Emitted(81, 2) Source(32, 73) + SourceIndex(3) -3 >Emitted(81, 4) Source(32, 26) + SourceIndex(3) -4 >Emitted(81, 21) Source(32, 43) + SourceIndex(3) -5 >Emitted(81, 26) Source(32, 26) + SourceIndex(3) -6 >Emitted(81, 43) Source(32, 43) + SourceIndex(3) -7 >Emitted(81, 51) Source(32, 73) + SourceIndex(3) +1->Emitted(82, 1) Source(32, 72) + SourceIndex(3) +2 >Emitted(82, 2) Source(32, 73) + SourceIndex(3) +3 >Emitted(82, 4) Source(32, 26) + SourceIndex(3) +4 >Emitted(82, 21) Source(32, 43) + SourceIndex(3) +5 >Emitted(82, 26) Source(32, 26) + SourceIndex(3) +6 >Emitted(82, 43) Source(32, 43) + SourceIndex(3) +7 >Emitted(82, 51) Source(32, 73) + SourceIndex(3) --- >>>/**@internal*/ var internalOther; 1 > @@ -1676,12 +1678,12 @@ sourceFile:../../../second/second_part1.ts 4 > namespace 5 > internalOther 6 > .something { export class someClass {} } -1 >Emitted(82, 1) Source(33, 1) + SourceIndex(3) -2 >Emitted(82, 15) Source(33, 15) + SourceIndex(3) -3 >Emitted(82, 16) Source(33, 16) + SourceIndex(3) -4 >Emitted(82, 20) Source(33, 26) + SourceIndex(3) -5 >Emitted(82, 33) Source(33, 39) + SourceIndex(3) -6 >Emitted(82, 34) Source(33, 79) + SourceIndex(3) +1 >Emitted(83, 1) Source(33, 1) + SourceIndex(3) +2 >Emitted(83, 15) Source(33, 15) + SourceIndex(3) +3 >Emitted(83, 16) Source(33, 16) + SourceIndex(3) +4 >Emitted(83, 20) Source(33, 26) + SourceIndex(3) +5 >Emitted(83, 33) Source(33, 39) + SourceIndex(3) +6 >Emitted(83, 34) Source(33, 79) + SourceIndex(3) --- >>>(function (internalOther) { 1 > @@ -1690,9 +1692,9 @@ sourceFile:../../../second/second_part1.ts 1 > 2 >namespace 3 > internalOther -1 >Emitted(83, 1) Source(33, 16) + SourceIndex(3) -2 >Emitted(83, 12) Source(33, 26) + SourceIndex(3) -3 >Emitted(83, 25) Source(33, 39) + SourceIndex(3) +1 >Emitted(84, 1) Source(33, 16) + SourceIndex(3) +2 >Emitted(84, 12) Source(33, 26) + SourceIndex(3) +3 >Emitted(84, 25) Source(33, 39) + SourceIndex(3) --- >>> var something; 1 >^^^^ @@ -1704,10 +1706,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(84, 5) Source(33, 40) + SourceIndex(3) -2 >Emitted(84, 9) Source(33, 40) + SourceIndex(3) -3 >Emitted(84, 18) Source(33, 49) + SourceIndex(3) -4 >Emitted(84, 19) Source(33, 79) + SourceIndex(3) +1 >Emitted(85, 5) Source(33, 40) + SourceIndex(3) +2 >Emitted(85, 9) Source(33, 40) + SourceIndex(3) +3 >Emitted(85, 18) Source(33, 49) + SourceIndex(3) +4 >Emitted(85, 19) Source(33, 79) + SourceIndex(3) --- >>> (function (something) { 1->^^^^ @@ -1717,21 +1719,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(85, 5) Source(33, 40) + SourceIndex(3) -2 >Emitted(85, 16) Source(33, 40) + SourceIndex(3) -3 >Emitted(85, 25) Source(33, 49) + SourceIndex(3) +1->Emitted(86, 5) Source(33, 40) + SourceIndex(3) +2 >Emitted(86, 16) Source(33, 40) + SourceIndex(3) +3 >Emitted(86, 25) Source(33, 49) + SourceIndex(3) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(86, 9) Source(33, 52) + SourceIndex(3) +1->Emitted(87, 9) Source(33, 52) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(87, 13) Source(33, 52) + SourceIndex(3) +1->Emitted(88, 13) Source(33, 52) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -1739,16 +1741,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(88, 13) Source(33, 76) + SourceIndex(3) -2 >Emitted(88, 14) Source(33, 77) + SourceIndex(3) +1->Emitted(89, 13) Source(33, 76) + SourceIndex(3) +2 >Emitted(89, 14) Source(33, 77) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(89, 13) Source(33, 76) + SourceIndex(3) -2 >Emitted(89, 29) Source(33, 77) + SourceIndex(3) +1->Emitted(90, 13) Source(33, 76) + SourceIndex(3) +2 >Emitted(90, 29) Source(33, 77) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -1760,10 +1762,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(90, 9) Source(33, 76) + SourceIndex(3) -2 >Emitted(90, 10) Source(33, 77) + SourceIndex(3) -3 >Emitted(90, 10) Source(33, 52) + SourceIndex(3) -4 >Emitted(90, 14) Source(33, 77) + SourceIndex(3) +1 >Emitted(91, 9) Source(33, 76) + SourceIndex(3) +2 >Emitted(91, 10) Source(33, 77) + SourceIndex(3) +3 >Emitted(91, 10) Source(33, 52) + SourceIndex(3) +4 >Emitted(91, 14) Source(33, 77) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^ @@ -1775,10 +1777,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(91, 9) Source(33, 65) + SourceIndex(3) -2 >Emitted(91, 28) Source(33, 74) + SourceIndex(3) -3 >Emitted(91, 40) Source(33, 77) + SourceIndex(3) -4 >Emitted(91, 41) Source(33, 77) + SourceIndex(3) +1->Emitted(92, 9) Source(33, 65) + SourceIndex(3) +2 >Emitted(92, 28) Source(33, 74) + SourceIndex(3) +3 >Emitted(92, 40) Source(33, 77) + SourceIndex(3) +4 >Emitted(92, 41) Source(33, 77) + SourceIndex(3) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^ @@ -1799,15 +1801,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(92, 5) Source(33, 78) + SourceIndex(3) -2 >Emitted(92, 6) Source(33, 79) + SourceIndex(3) -3 >Emitted(92, 8) Source(33, 40) + SourceIndex(3) -4 >Emitted(92, 17) Source(33, 49) + SourceIndex(3) -5 >Emitted(92, 20) Source(33, 40) + SourceIndex(3) -6 >Emitted(92, 43) Source(33, 49) + SourceIndex(3) -7 >Emitted(92, 48) Source(33, 40) + SourceIndex(3) -8 >Emitted(92, 71) Source(33, 49) + SourceIndex(3) -9 >Emitted(92, 79) Source(33, 79) + SourceIndex(3) +1->Emitted(93, 5) Source(33, 78) + SourceIndex(3) +2 >Emitted(93, 6) Source(33, 79) + SourceIndex(3) +3 >Emitted(93, 8) Source(33, 40) + SourceIndex(3) +4 >Emitted(93, 17) Source(33, 49) + SourceIndex(3) +5 >Emitted(93, 20) Source(33, 40) + SourceIndex(3) +6 >Emitted(93, 43) Source(33, 49) + SourceIndex(3) +7 >Emitted(93, 48) Source(33, 40) + SourceIndex(3) +8 >Emitted(93, 71) Source(33, 49) + SourceIndex(3) +9 >Emitted(93, 79) Source(33, 79) + SourceIndex(3) --- >>>})(internalOther || (internalOther = {})); 1 > @@ -1825,13 +1827,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalOther 7 > .something { export class someClass {} } -1 >Emitted(93, 1) Source(33, 78) + SourceIndex(3) -2 >Emitted(93, 2) Source(33, 79) + SourceIndex(3) -3 >Emitted(93, 4) Source(33, 26) + SourceIndex(3) -4 >Emitted(93, 17) Source(33, 39) + SourceIndex(3) -5 >Emitted(93, 22) Source(33, 26) + SourceIndex(3) -6 >Emitted(93, 35) Source(33, 39) + SourceIndex(3) -7 >Emitted(93, 43) Source(33, 79) + SourceIndex(3) +1 >Emitted(94, 1) Source(33, 78) + SourceIndex(3) +2 >Emitted(94, 2) Source(33, 79) + SourceIndex(3) +3 >Emitted(94, 4) Source(33, 26) + SourceIndex(3) +4 >Emitted(94, 17) Source(33, 39) + SourceIndex(3) +5 >Emitted(94, 22) Source(33, 26) + SourceIndex(3) +6 >Emitted(94, 35) Source(33, 39) + SourceIndex(3) +7 >Emitted(94, 43) Source(33, 79) + SourceIndex(3) --- >>>/**@internal*/ var internalImport = internalNamespace.someClass; 1-> @@ -1855,16 +1857,16 @@ sourceFile:../../../second/second_part1.ts 8 > . 9 > someClass 10> ; -1->Emitted(94, 1) Source(34, 1) + SourceIndex(3) -2 >Emitted(94, 15) Source(34, 15) + SourceIndex(3) -3 >Emitted(94, 16) Source(34, 16) + SourceIndex(3) -4 >Emitted(94, 20) Source(34, 23) + SourceIndex(3) -5 >Emitted(94, 34) Source(34, 37) + SourceIndex(3) -6 >Emitted(94, 37) Source(34, 40) + SourceIndex(3) -7 >Emitted(94, 54) Source(34, 57) + SourceIndex(3) -8 >Emitted(94, 55) Source(34, 58) + SourceIndex(3) -9 >Emitted(94, 64) Source(34, 67) + SourceIndex(3) -10>Emitted(94, 65) Source(34, 68) + SourceIndex(3) +1->Emitted(95, 1) Source(34, 1) + SourceIndex(3) +2 >Emitted(95, 15) Source(34, 15) + SourceIndex(3) +3 >Emitted(95, 16) Source(34, 16) + SourceIndex(3) +4 >Emitted(95, 20) Source(34, 23) + SourceIndex(3) +5 >Emitted(95, 34) Source(34, 37) + SourceIndex(3) +6 >Emitted(95, 37) Source(34, 40) + SourceIndex(3) +7 >Emitted(95, 54) Source(34, 57) + SourceIndex(3) +8 >Emitted(95, 55) Source(34, 58) + SourceIndex(3) +9 >Emitted(95, 64) Source(34, 67) + SourceIndex(3) +10>Emitted(95, 65) Source(34, 68) + SourceIndex(3) --- >>>/**@internal*/ var internalConst = 10; 1 > @@ -1885,14 +1887,14 @@ sourceFile:../../../second/second_part1.ts 6 > = 7 > 10 8 > ; -1 >Emitted(95, 1) Source(36, 1) + SourceIndex(3) -2 >Emitted(95, 15) Source(36, 15) + SourceIndex(3) -3 >Emitted(95, 16) Source(36, 16) + SourceIndex(3) -4 >Emitted(95, 20) Source(36, 22) + SourceIndex(3) -5 >Emitted(95, 33) Source(36, 35) + SourceIndex(3) -6 >Emitted(95, 36) Source(36, 38) + SourceIndex(3) -7 >Emitted(95, 38) Source(36, 40) + SourceIndex(3) -8 >Emitted(95, 39) Source(36, 41) + SourceIndex(3) +1 >Emitted(96, 1) Source(36, 1) + SourceIndex(3) +2 >Emitted(96, 15) Source(36, 15) + SourceIndex(3) +3 >Emitted(96, 16) Source(36, 16) + SourceIndex(3) +4 >Emitted(96, 20) Source(36, 22) + SourceIndex(3) +5 >Emitted(96, 33) Source(36, 35) + SourceIndex(3) +6 >Emitted(96, 36) Source(36, 38) + SourceIndex(3) +7 >Emitted(96, 38) Source(36, 40) + SourceIndex(3) +8 >Emitted(96, 39) Source(36, 41) + SourceIndex(3) --- >>>/**@internal*/ var internalEnum; 1 > @@ -1906,11 +1908,11 @@ sourceFile:../../../second/second_part1.ts 3 > 4 > enum 5 > internalEnum { a, b, c } -1 >Emitted(96, 1) Source(37, 1) + SourceIndex(3) -2 >Emitted(96, 15) Source(37, 15) + SourceIndex(3) -3 >Emitted(96, 16) Source(37, 16) + SourceIndex(3) -4 >Emitted(96, 20) Source(37, 21) + SourceIndex(3) -5 >Emitted(96, 32) Source(37, 45) + SourceIndex(3) +1 >Emitted(97, 1) Source(37, 1) + SourceIndex(3) +2 >Emitted(97, 15) Source(37, 15) + SourceIndex(3) +3 >Emitted(97, 16) Source(37, 16) + SourceIndex(3) +4 >Emitted(97, 20) Source(37, 21) + SourceIndex(3) +5 >Emitted(97, 32) Source(37, 45) + SourceIndex(3) --- >>>(function (internalEnum) { 1 > @@ -1920,9 +1922,9 @@ sourceFile:../../../second/second_part1.ts 1 > 2 >enum 3 > internalEnum -1 >Emitted(97, 1) Source(37, 16) + SourceIndex(3) -2 >Emitted(97, 12) Source(37, 21) + SourceIndex(3) -3 >Emitted(97, 24) Source(37, 33) + SourceIndex(3) +1 >Emitted(98, 1) Source(37, 16) + SourceIndex(3) +2 >Emitted(98, 12) Source(37, 21) + SourceIndex(3) +3 >Emitted(98, 24) Source(37, 33) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^ @@ -1932,9 +1934,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(98, 5) Source(37, 36) + SourceIndex(3) -2 >Emitted(98, 46) Source(37, 37) + SourceIndex(3) -3 >Emitted(98, 47) Source(37, 37) + SourceIndex(3) +1->Emitted(99, 5) Source(37, 36) + SourceIndex(3) +2 >Emitted(99, 46) Source(37, 37) + SourceIndex(3) +3 >Emitted(99, 47) Source(37, 37) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^ @@ -1944,9 +1946,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(99, 5) Source(37, 39) + SourceIndex(3) -2 >Emitted(99, 46) Source(37, 40) + SourceIndex(3) -3 >Emitted(99, 47) Source(37, 40) + SourceIndex(3) +1->Emitted(100, 5) Source(37, 39) + SourceIndex(3) +2 >Emitted(100, 46) Source(37, 40) + SourceIndex(3) +3 >Emitted(100, 47) Source(37, 40) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^ @@ -1955,9 +1957,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(100, 5) Source(37, 42) + SourceIndex(3) -2 >Emitted(100, 46) Source(37, 43) + SourceIndex(3) -3 >Emitted(100, 47) Source(37, 43) + SourceIndex(3) +1->Emitted(101, 5) Source(37, 42) + SourceIndex(3) +2 >Emitted(101, 46) Source(37, 43) + SourceIndex(3) +3 >Emitted(101, 47) Source(37, 43) + SourceIndex(3) --- >>>})(internalEnum || (internalEnum = {})); 1 > @@ -1974,13 +1976,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalEnum 7 > { a, b, c } -1 >Emitted(101, 1) Source(37, 44) + SourceIndex(3) -2 >Emitted(101, 2) Source(37, 45) + SourceIndex(3) -3 >Emitted(101, 4) Source(37, 21) + SourceIndex(3) -4 >Emitted(101, 16) Source(37, 33) + SourceIndex(3) -5 >Emitted(101, 21) Source(37, 21) + SourceIndex(3) -6 >Emitted(101, 33) Source(37, 33) + SourceIndex(3) -7 >Emitted(101, 41) Source(37, 45) + SourceIndex(3) +1 >Emitted(102, 1) Source(37, 44) + SourceIndex(3) +2 >Emitted(102, 2) Source(37, 45) + SourceIndex(3) +3 >Emitted(102, 4) Source(37, 21) + SourceIndex(3) +4 >Emitted(102, 16) Source(37, 33) + SourceIndex(3) +5 >Emitted(102, 21) Source(37, 21) + SourceIndex(3) +6 >Emitted(102, 33) Source(37, 33) + SourceIndex(3) +7 >Emitted(102, 41) Source(37, 45) + SourceIndex(3) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -1990,13 +1992,13 @@ sourceFile:../../../second/second_part2.ts 1 > 2 >^^^^^^^^^^^^^^^^^^^-> 1 > -1 >Emitted(102, 1) Source(1, 1) + SourceIndex(4) +1 >Emitted(103, 1) Source(1, 1) + SourceIndex(4) --- >>> function C() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(103, 5) Source(1, 1) + SourceIndex(4) +1->Emitted(104, 5) Source(1, 1) + SourceIndex(4) --- >>> } 1->^^^^ @@ -2008,8 +2010,8 @@ sourceFile:../../../second/second_part2.ts > } > 2 > } -1->Emitted(104, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(104, 6) Source(5, 2) + SourceIndex(4) +1->Emitted(105, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(105, 6) Source(5, 2) + SourceIndex(4) --- >>> C.prototype.doSomething = function () { 1->^^^^ @@ -2019,9 +2021,9 @@ sourceFile:../../../second/second_part2.ts 1-> 2 > doSomething 3 > -1->Emitted(105, 5) Source(2, 5) + SourceIndex(4) -2 >Emitted(105, 28) Source(2, 16) + SourceIndex(4) -3 >Emitted(105, 31) Source(2, 5) + SourceIndex(4) +1->Emitted(106, 5) Source(2, 5) + SourceIndex(4) +2 >Emitted(106, 28) Source(2, 16) + SourceIndex(4) +3 >Emitted(106, 31) Source(2, 5) + SourceIndex(4) --- >>> console.log("something got done"); 1->^^^^^^^^ @@ -2041,14 +2043,14 @@ sourceFile:../../../second/second_part2.ts 6 > "something got done" 7 > ) 8 > ; -1->Emitted(106, 9) Source(3, 9) + SourceIndex(4) -2 >Emitted(106, 16) Source(3, 16) + SourceIndex(4) -3 >Emitted(106, 17) Source(3, 17) + SourceIndex(4) -4 >Emitted(106, 20) Source(3, 20) + SourceIndex(4) -5 >Emitted(106, 21) Source(3, 21) + SourceIndex(4) -6 >Emitted(106, 41) Source(3, 41) + SourceIndex(4) -7 >Emitted(106, 42) Source(3, 42) + SourceIndex(4) -8 >Emitted(106, 43) Source(3, 43) + SourceIndex(4) +1->Emitted(107, 9) Source(3, 9) + SourceIndex(4) +2 >Emitted(107, 16) Source(3, 16) + SourceIndex(4) +3 >Emitted(107, 17) Source(3, 17) + SourceIndex(4) +4 >Emitted(107, 20) Source(3, 20) + SourceIndex(4) +5 >Emitted(107, 21) Source(3, 21) + SourceIndex(4) +6 >Emitted(107, 41) Source(3, 41) + SourceIndex(4) +7 >Emitted(107, 42) Source(3, 42) + SourceIndex(4) +8 >Emitted(107, 43) Source(3, 43) + SourceIndex(4) --- >>> }; 1 >^^^^ @@ -2057,8 +2059,8 @@ sourceFile:../../../second/second_part2.ts 1 > > 2 > } -1 >Emitted(107, 5) Source(4, 5) + SourceIndex(4) -2 >Emitted(107, 6) Source(4, 6) + SourceIndex(4) +1 >Emitted(108, 5) Source(4, 5) + SourceIndex(4) +2 >Emitted(108, 6) Source(4, 6) + SourceIndex(4) --- >>> return C; 1->^^^^ @@ -2066,8 +2068,8 @@ sourceFile:../../../second/second_part2.ts 1-> > 2 > } -1->Emitted(108, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(108, 13) Source(5, 2) + SourceIndex(4) +1->Emitted(109, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(109, 13) Source(5, 2) + SourceIndex(4) --- >>>}()); 1 > @@ -2083,10 +2085,10 @@ sourceFile:../../../second/second_part2.ts > console.log("something got done"); > } > } -1 >Emitted(109, 1) Source(5, 1) + SourceIndex(4) -2 >Emitted(109, 2) Source(5, 2) + SourceIndex(4) -3 >Emitted(109, 2) Source(1, 1) + SourceIndex(4) -4 >Emitted(109, 6) Source(5, 2) + SourceIndex(4) +1 >Emitted(110, 1) Source(5, 1) + SourceIndex(4) +2 >Emitted(110, 2) Source(5, 2) + SourceIndex(4) +3 >Emitted(110, 2) Source(1, 1) + SourceIndex(4) +4 >Emitted(110, 6) Source(5, 2) + SourceIndex(4) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -2110,14 +2112,14 @@ sourceFile:../../third_part1.ts 6 > C 7 > () 8 > ; -1->Emitted(110, 1) Source(1, 1) + SourceIndex(5) -2 >Emitted(110, 5) Source(1, 5) + SourceIndex(5) -3 >Emitted(110, 6) Source(1, 6) + SourceIndex(5) -4 >Emitted(110, 9) Source(1, 9) + SourceIndex(5) -5 >Emitted(110, 13) Source(1, 13) + SourceIndex(5) -6 >Emitted(110, 14) Source(1, 14) + SourceIndex(5) -7 >Emitted(110, 16) Source(1, 16) + SourceIndex(5) -8 >Emitted(110, 17) Source(1, 17) + SourceIndex(5) +1->Emitted(111, 1) Source(1, 1) + SourceIndex(5) +2 >Emitted(111, 5) Source(1, 5) + SourceIndex(5) +3 >Emitted(111, 6) Source(1, 6) + SourceIndex(5) +4 >Emitted(111, 9) Source(1, 9) + SourceIndex(5) +5 >Emitted(111, 13) Source(1, 13) + SourceIndex(5) +6 >Emitted(111, 14) Source(1, 14) + SourceIndex(5) +7 >Emitted(111, 16) Source(1, 16) + SourceIndex(5) +8 >Emitted(111, 17) Source(1, 17) + SourceIndex(5) --- >>>c.doSomething(); 1-> @@ -2134,12 +2136,12 @@ sourceFile:../../third_part1.ts 4 > doSomething 5 > () 6 > ; -1->Emitted(111, 1) Source(2, 1) + SourceIndex(5) -2 >Emitted(111, 2) Source(2, 2) + SourceIndex(5) -3 >Emitted(111, 3) Source(2, 3) + SourceIndex(5) -4 >Emitted(111, 14) Source(2, 14) + SourceIndex(5) -5 >Emitted(111, 16) Source(2, 16) + SourceIndex(5) -6 >Emitted(111, 17) Source(2, 17) + SourceIndex(5) +1->Emitted(112, 1) Source(2, 1) + SourceIndex(5) +2 >Emitted(112, 2) Source(2, 2) + SourceIndex(5) +3 >Emitted(112, 3) Source(2, 3) + SourceIndex(5) +4 >Emitted(112, 14) Source(2, 14) + SourceIndex(5) +5 >Emitted(112, 16) Source(2, 16) + SourceIndex(5) +6 >Emitted(112, 17) Source(2, 17) + SourceIndex(5) --- >>>//# sourceMappingURL=third-output.js.map @@ -2167,20 +2169,20 @@ sourceFile:../../third_part1.ts }, { "pos": 127, - "end": 3561, + "end": 3579, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 127, - "end": 3561, + "end": 3579, "kind": "text" } ] }, { - "pos": 3561, - "end": 3597, + "pos": 3579, + "end": 3615, "kind": "text" } ] @@ -2240,9 +2242,9 @@ function f() { } ---------------------------------------------------------------------- -prepend: (127-3561):: ../../../2/second-output.js texts:: 1 +prepend: (127-3579):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (127-3561) +text: (127-3579) var N; (function (N) { function f() { @@ -2253,8 +2255,9 @@ var N; var normalC = /** @class */ (function () { /**@internal*/ function normalC() { } - /**@internal*/ normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + /**@internal*/ proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { /**@internal*/ get: function () { return 10; }, /**@internal*/ set: function (val) { }, enumerable: true, @@ -2347,7 +2350,7 @@ var C = /** @class */ (function () { }()); ---------------------------------------------------------------------- -text: (3561-3597) +text: (3579-3615) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-when-one-two-three-are-prepended-in-order.js b/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-when-one-two-three-are-prepended-in-order.js index 08a0bffd148e2..8f0bb9de91439 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-when-one-two-three-are-prepended-in-order.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-when-one-two-three-are-prepended-in-order.js @@ -16,8 +16,9 @@ var N; var normalC = (function () { function normalC() { } - normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: true, @@ -111,7 +112,7 @@ var C = (function () { //# sourceMappingURL=second-output.js.map //// [/src/2/second-output.js.map] -{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../first/first_PART1.ts","../first/first_part2.ts","../first/first_part3.ts","../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../first/first_PART1.ts","../first/first_part2.ts","../first/first_part3.ts","../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"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"} //// [/src/2/second-output.js.map.baseline.txt] =================================================================== @@ -440,66 +441,68 @@ sourceFile:../second/second_part1.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->constructor() { 2 > } 1->Emitted(17, 5) Source(14, 35) + SourceIndex(3) 2 >Emitted(17, 6) Source(14, 36) + SourceIndex(3) --- ->>> normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> proto_1.method = function () { }; 1->^^^^ -2 > ^^^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^ -5 > ^ -6 > ^^^^^^-> +2 > ^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^ +5 > ^ +6 > ^^^^^^-> 1-> > /*@internal*/ prop: string; > /*@internal*/ 2 > method -3 > -4 > method() { -5 > } -1->Emitted(18, 5) Source(16, 19) + SourceIndex(3) -2 >Emitted(18, 29) Source(16, 25) + SourceIndex(3) -3 >Emitted(18, 32) Source(16, 19) + SourceIndex(3) -4 >Emitted(18, 46) Source(16, 30) + SourceIndex(3) -5 >Emitted(18, 47) Source(16, 31) + SourceIndex(3) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +3 > +4 > method() { +5 > } +1->Emitted(19, 5) Source(16, 19) + SourceIndex(3) +2 >Emitted(19, 19) Source(16, 25) + SourceIndex(3) +3 >Emitted(19, 22) Source(16, 19) + SourceIndex(3) +4 >Emitted(19, 36) Source(16, 30) + SourceIndex(3) +5 >Emitted(19, 37) Source(16, 31) + SourceIndex(3) +--- +>>> Object.defineProperty(proto_1, "c", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^^^^^^^^^^ +4 > ^^^-> 1-> > /*@internal*/ 2 > get 3 > c -1->Emitted(19, 5) Source(17, 19) + SourceIndex(3) -2 >Emitted(19, 27) Source(17, 23) + SourceIndex(3) -3 >Emitted(19, 49) Source(17, 24) + SourceIndex(3) +1->Emitted(20, 5) Source(17, 19) + SourceIndex(3) +2 >Emitted(20, 27) Source(17, 23) + SourceIndex(3) +3 >Emitted(20, 39) Source(17, 24) + SourceIndex(3) --- >>> get: function () { return 10; }, -1 >^^^^^^^^^^^^^ +1->^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^^^^^^^ 4 > ^^ 5 > ^ 6 > ^ 7 > ^ -1 > +1-> 2 > get c() { 3 > return 4 > 10 5 > ; 6 > 7 > } -1 >Emitted(20, 14) Source(17, 19) + SourceIndex(3) -2 >Emitted(20, 28) Source(17, 29) + SourceIndex(3) -3 >Emitted(20, 35) Source(17, 36) + SourceIndex(3) -4 >Emitted(20, 37) Source(17, 38) + SourceIndex(3) -5 >Emitted(20, 38) Source(17, 39) + SourceIndex(3) -6 >Emitted(20, 39) Source(17, 40) + SourceIndex(3) -7 >Emitted(20, 40) Source(17, 41) + SourceIndex(3) +1->Emitted(21, 14) Source(17, 19) + SourceIndex(3) +2 >Emitted(21, 28) Source(17, 29) + SourceIndex(3) +3 >Emitted(21, 35) Source(17, 36) + SourceIndex(3) +4 >Emitted(21, 37) Source(17, 38) + SourceIndex(3) +5 >Emitted(21, 38) Source(17, 39) + SourceIndex(3) +6 >Emitted(21, 39) Source(17, 40) + SourceIndex(3) +7 >Emitted(21, 40) Source(17, 41) + SourceIndex(3) --- >>> set: function (val) { }, 1 >^^^^^^^^^^^^^ @@ -513,11 +516,11 @@ sourceFile:../second/second_part1.ts 3 > val: number 4 > ) { 5 > } -1 >Emitted(21, 14) Source(18, 19) + SourceIndex(3) -2 >Emitted(21, 24) Source(18, 25) + SourceIndex(3) -3 >Emitted(21, 27) Source(18, 36) + SourceIndex(3) -4 >Emitted(21, 31) Source(18, 40) + SourceIndex(3) -5 >Emitted(21, 32) Source(18, 41) + SourceIndex(3) +1 >Emitted(22, 14) Source(18, 19) + SourceIndex(3) +2 >Emitted(22, 24) Source(18, 25) + SourceIndex(3) +3 >Emitted(22, 27) Source(18, 36) + SourceIndex(3) +4 >Emitted(22, 31) Source(18, 40) + SourceIndex(3) +5 >Emitted(22, 32) Source(18, 41) + SourceIndex(3) --- >>> enumerable: true, >>> configurable: true @@ -525,7 +528,7 @@ sourceFile:../second/second_part1.ts 1 >^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(24, 8) Source(17, 41) + SourceIndex(3) +1 >Emitted(25, 8) Source(17, 41) + SourceIndex(3) --- >>> return normalC; 1->^^^^ @@ -534,8 +537,8 @@ sourceFile:../second/second_part1.ts > /*@internal*/ set c(val: number) { } > 2 > } -1->Emitted(25, 5) Source(19, 1) + SourceIndex(3) -2 >Emitted(25, 19) Source(19, 2) + SourceIndex(3) +1->Emitted(26, 5) Source(19, 1) + SourceIndex(3) +2 >Emitted(26, 19) Source(19, 2) + SourceIndex(3) --- >>>}()); 1 > @@ -553,10 +556,10 @@ sourceFile:../second/second_part1.ts > /*@internal*/ get c() { return 10; } > /*@internal*/ set c(val: number) { } > } -1 >Emitted(26, 1) Source(19, 1) + SourceIndex(3) -2 >Emitted(26, 2) Source(19, 2) + SourceIndex(3) -3 >Emitted(26, 2) Source(13, 1) + SourceIndex(3) -4 >Emitted(26, 6) Source(19, 2) + SourceIndex(3) +1 >Emitted(27, 1) Source(19, 1) + SourceIndex(3) +2 >Emitted(27, 2) Source(19, 2) + SourceIndex(3) +3 >Emitted(27, 2) Source(13, 1) + SourceIndex(3) +4 >Emitted(27, 6) Source(19, 2) + SourceIndex(3) --- >>>var normalN; 1-> @@ -578,10 +581,10 @@ sourceFile:../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(27, 5) Source(20, 11) + SourceIndex(3) -3 >Emitted(27, 12) Source(20, 18) + SourceIndex(3) -4 >Emitted(27, 13) Source(29, 2) + SourceIndex(3) +1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(28, 5) Source(20, 11) + SourceIndex(3) +3 >Emitted(28, 12) Source(20, 18) + SourceIndex(3) +4 >Emitted(28, 13) Source(29, 2) + SourceIndex(3) --- >>>(function (normalN) { 1-> @@ -591,22 +594,22 @@ sourceFile:../second/second_part1.ts 1-> 2 >namespace 3 > normalN -1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(28, 12) Source(20, 11) + SourceIndex(3) -3 >Emitted(28, 19) Source(20, 18) + SourceIndex(3) +1->Emitted(29, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(29, 12) Source(20, 11) + SourceIndex(3) +3 >Emitted(29, 19) Source(20, 18) + SourceIndex(3) --- >>> var C = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { > /*@internal*/ -1->Emitted(29, 5) Source(21, 19) + SourceIndex(3) +1->Emitted(30, 5) Source(21, 19) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(30, 9) Source(21, 19) + SourceIndex(3) +1->Emitted(31, 9) Source(21, 19) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -614,16 +617,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(31, 9) Source(21, 36) + SourceIndex(3) -2 >Emitted(31, 10) Source(21, 37) + SourceIndex(3) +1->Emitted(32, 9) Source(21, 36) + SourceIndex(3) +2 >Emitted(32, 10) Source(21, 37) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(32, 9) Source(21, 36) + SourceIndex(3) -2 >Emitted(32, 17) Source(21, 37) + SourceIndex(3) +1->Emitted(33, 9) Source(21, 36) + SourceIndex(3) +2 >Emitted(33, 17) Source(21, 37) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -635,10 +638,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(33, 5) Source(21, 36) + SourceIndex(3) -2 >Emitted(33, 6) Source(21, 37) + SourceIndex(3) -3 >Emitted(33, 6) Source(21, 19) + SourceIndex(3) -4 >Emitted(33, 10) Source(21, 37) + SourceIndex(3) +1 >Emitted(34, 5) Source(21, 36) + SourceIndex(3) +2 >Emitted(34, 6) Source(21, 37) + SourceIndex(3) +3 >Emitted(34, 6) Source(21, 19) + SourceIndex(3) +4 >Emitted(34, 10) Source(21, 37) + SourceIndex(3) --- >>> normalN.C = C; 1->^^^^ @@ -650,10 +653,10 @@ sourceFile:../second/second_part1.ts 2 > C 3 > { } 4 > -1->Emitted(34, 5) Source(21, 32) + SourceIndex(3) -2 >Emitted(34, 14) Source(21, 33) + SourceIndex(3) -3 >Emitted(34, 18) Source(21, 37) + SourceIndex(3) -4 >Emitted(34, 19) Source(21, 37) + SourceIndex(3) +1->Emitted(35, 5) Source(21, 32) + SourceIndex(3) +2 >Emitted(35, 14) Source(21, 33) + SourceIndex(3) +3 >Emitted(35, 18) Source(21, 37) + SourceIndex(3) +4 >Emitted(35, 19) Source(21, 37) + SourceIndex(3) --- >>> function foo() { } 1->^^^^ @@ -668,11 +671,11 @@ sourceFile:../second/second_part1.ts 3 > foo 4 > () { 5 > } -1->Emitted(35, 5) Source(22, 19) + SourceIndex(3) -2 >Emitted(35, 14) Source(22, 35) + SourceIndex(3) -3 >Emitted(35, 17) Source(22, 38) + SourceIndex(3) -4 >Emitted(35, 22) Source(22, 42) + SourceIndex(3) -5 >Emitted(35, 23) Source(22, 43) + SourceIndex(3) +1->Emitted(36, 5) Source(22, 19) + SourceIndex(3) +2 >Emitted(36, 14) Source(22, 35) + SourceIndex(3) +3 >Emitted(36, 17) Source(22, 38) + SourceIndex(3) +4 >Emitted(36, 22) Source(22, 42) + SourceIndex(3) +5 >Emitted(36, 23) Source(22, 43) + SourceIndex(3) --- >>> normalN.foo = foo; 1->^^^^ @@ -684,10 +687,10 @@ sourceFile:../second/second_part1.ts 2 > foo 3 > () {} 4 > -1->Emitted(36, 5) Source(22, 35) + SourceIndex(3) -2 >Emitted(36, 16) Source(22, 38) + SourceIndex(3) -3 >Emitted(36, 22) Source(22, 43) + SourceIndex(3) -4 >Emitted(36, 23) Source(22, 43) + SourceIndex(3) +1->Emitted(37, 5) Source(22, 35) + SourceIndex(3) +2 >Emitted(37, 16) Source(22, 38) + SourceIndex(3) +3 >Emitted(37, 22) Source(22, 43) + SourceIndex(3) +4 >Emitted(37, 23) Source(22, 43) + SourceIndex(3) --- >>> var someNamespace; 1->^^^^ @@ -700,10 +703,10 @@ sourceFile:../second/second_part1.ts 2 > export namespace 3 > someNamespace 4 > { export class C {} } -1->Emitted(37, 5) Source(23, 19) + SourceIndex(3) -2 >Emitted(37, 9) Source(23, 36) + SourceIndex(3) -3 >Emitted(37, 22) Source(23, 49) + SourceIndex(3) -4 >Emitted(37, 23) Source(23, 71) + SourceIndex(3) +1->Emitted(38, 5) Source(23, 19) + SourceIndex(3) +2 >Emitted(38, 9) Source(23, 36) + SourceIndex(3) +3 >Emitted(38, 22) Source(23, 49) + SourceIndex(3) +4 >Emitted(38, 23) Source(23, 71) + SourceIndex(3) --- >>> (function (someNamespace) { 1->^^^^ @@ -713,21 +716,21 @@ sourceFile:../second/second_part1.ts 1-> 2 > export namespace 3 > someNamespace -1->Emitted(38, 5) Source(23, 19) + SourceIndex(3) -2 >Emitted(38, 16) Source(23, 36) + SourceIndex(3) -3 >Emitted(38, 29) Source(23, 49) + SourceIndex(3) +1->Emitted(39, 5) Source(23, 19) + SourceIndex(3) +2 >Emitted(39, 16) Source(23, 36) + SourceIndex(3) +3 >Emitted(39, 29) Source(23, 49) + SourceIndex(3) --- >>> var C = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(39, 9) Source(23, 52) + SourceIndex(3) +1->Emitted(40, 9) Source(23, 52) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(40, 13) Source(23, 52) + SourceIndex(3) +1->Emitted(41, 13) Source(23, 52) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -735,16 +738,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(41, 13) Source(23, 68) + SourceIndex(3) -2 >Emitted(41, 14) Source(23, 69) + SourceIndex(3) +1->Emitted(42, 13) Source(23, 68) + SourceIndex(3) +2 >Emitted(42, 14) Source(23, 69) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(42, 13) Source(23, 68) + SourceIndex(3) -2 >Emitted(42, 21) Source(23, 69) + SourceIndex(3) +1->Emitted(43, 13) Source(23, 68) + SourceIndex(3) +2 >Emitted(43, 21) Source(23, 69) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -756,10 +759,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(43, 9) Source(23, 68) + SourceIndex(3) -2 >Emitted(43, 10) Source(23, 69) + SourceIndex(3) -3 >Emitted(43, 10) Source(23, 52) + SourceIndex(3) -4 >Emitted(43, 14) Source(23, 69) + SourceIndex(3) +1 >Emitted(44, 9) Source(23, 68) + SourceIndex(3) +2 >Emitted(44, 10) Source(23, 69) + SourceIndex(3) +3 >Emitted(44, 10) Source(23, 52) + SourceIndex(3) +4 >Emitted(44, 14) Source(23, 69) + SourceIndex(3) --- >>> someNamespace.C = C; 1->^^^^^^^^ @@ -771,10 +774,10 @@ sourceFile:../second/second_part1.ts 2 > C 3 > {} 4 > -1->Emitted(44, 9) Source(23, 65) + SourceIndex(3) -2 >Emitted(44, 24) Source(23, 66) + SourceIndex(3) -3 >Emitted(44, 28) Source(23, 69) + SourceIndex(3) -4 >Emitted(44, 29) Source(23, 69) + SourceIndex(3) +1->Emitted(45, 9) Source(23, 65) + SourceIndex(3) +2 >Emitted(45, 24) Source(23, 66) + SourceIndex(3) +3 >Emitted(45, 28) Source(23, 69) + SourceIndex(3) +4 >Emitted(45, 29) Source(23, 69) + SourceIndex(3) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^ @@ -795,15 +798,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(45, 5) Source(23, 70) + SourceIndex(3) -2 >Emitted(45, 6) Source(23, 71) + SourceIndex(3) -3 >Emitted(45, 8) Source(23, 36) + SourceIndex(3) -4 >Emitted(45, 21) Source(23, 49) + SourceIndex(3) -5 >Emitted(45, 24) Source(23, 36) + SourceIndex(3) -6 >Emitted(45, 45) Source(23, 49) + SourceIndex(3) -7 >Emitted(45, 50) Source(23, 36) + SourceIndex(3) -8 >Emitted(45, 71) Source(23, 49) + SourceIndex(3) -9 >Emitted(45, 79) Source(23, 71) + SourceIndex(3) +1->Emitted(46, 5) Source(23, 70) + SourceIndex(3) +2 >Emitted(46, 6) Source(23, 71) + SourceIndex(3) +3 >Emitted(46, 8) Source(23, 36) + SourceIndex(3) +4 >Emitted(46, 21) Source(23, 49) + SourceIndex(3) +5 >Emitted(46, 24) Source(23, 36) + SourceIndex(3) +6 >Emitted(46, 45) Source(23, 49) + SourceIndex(3) +7 >Emitted(46, 50) Source(23, 36) + SourceIndex(3) +8 >Emitted(46, 71) Source(23, 49) + SourceIndex(3) +9 >Emitted(46, 79) Source(23, 71) + SourceIndex(3) --- >>> var someOther; 1 >^^^^ @@ -816,10 +819,10 @@ sourceFile:../second/second_part1.ts 2 > export namespace 3 > someOther 4 > .something { export class someClass {} } -1 >Emitted(46, 5) Source(24, 19) + SourceIndex(3) -2 >Emitted(46, 9) Source(24, 36) + SourceIndex(3) -3 >Emitted(46, 18) Source(24, 45) + SourceIndex(3) -4 >Emitted(46, 19) Source(24, 85) + SourceIndex(3) +1 >Emitted(47, 5) Source(24, 19) + SourceIndex(3) +2 >Emitted(47, 9) Source(24, 36) + SourceIndex(3) +3 >Emitted(47, 18) Source(24, 45) + SourceIndex(3) +4 >Emitted(47, 19) Source(24, 85) + SourceIndex(3) --- >>> (function (someOther) { 1->^^^^ @@ -828,9 +831,9 @@ sourceFile:../second/second_part1.ts 1-> 2 > export namespace 3 > someOther -1->Emitted(47, 5) Source(24, 19) + SourceIndex(3) -2 >Emitted(47, 16) Source(24, 36) + SourceIndex(3) -3 >Emitted(47, 25) Source(24, 45) + SourceIndex(3) +1->Emitted(48, 5) Source(24, 19) + SourceIndex(3) +2 >Emitted(48, 16) Source(24, 36) + SourceIndex(3) +3 >Emitted(48, 25) Source(24, 45) + SourceIndex(3) --- >>> var something; 1 >^^^^^^^^ @@ -842,10 +845,10 @@ sourceFile:../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(48, 9) Source(24, 46) + SourceIndex(3) -2 >Emitted(48, 13) Source(24, 46) + SourceIndex(3) -3 >Emitted(48, 22) Source(24, 55) + SourceIndex(3) -4 >Emitted(48, 23) Source(24, 85) + SourceIndex(3) +1 >Emitted(49, 9) Source(24, 46) + SourceIndex(3) +2 >Emitted(49, 13) Source(24, 46) + SourceIndex(3) +3 >Emitted(49, 22) Source(24, 55) + SourceIndex(3) +4 >Emitted(49, 23) Source(24, 85) + SourceIndex(3) --- >>> (function (something) { 1->^^^^^^^^ @@ -855,21 +858,21 @@ sourceFile:../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(49, 9) Source(24, 46) + SourceIndex(3) -2 >Emitted(49, 20) Source(24, 46) + SourceIndex(3) -3 >Emitted(49, 29) Source(24, 55) + SourceIndex(3) +1->Emitted(50, 9) Source(24, 46) + SourceIndex(3) +2 >Emitted(50, 20) Source(24, 46) + SourceIndex(3) +3 >Emitted(50, 29) Source(24, 55) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(50, 13) Source(24, 58) + SourceIndex(3) +1->Emitted(51, 13) Source(24, 58) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(51, 17) Source(24, 58) + SourceIndex(3) +1->Emitted(52, 17) Source(24, 58) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -877,16 +880,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(52, 17) Source(24, 82) + SourceIndex(3) -2 >Emitted(52, 18) Source(24, 83) + SourceIndex(3) +1->Emitted(53, 17) Source(24, 82) + SourceIndex(3) +2 >Emitted(53, 18) Source(24, 83) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(53, 17) Source(24, 82) + SourceIndex(3) -2 >Emitted(53, 33) Source(24, 83) + SourceIndex(3) +1->Emitted(54, 17) Source(24, 82) + SourceIndex(3) +2 >Emitted(54, 33) Source(24, 83) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -898,10 +901,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(54, 13) Source(24, 82) + SourceIndex(3) -2 >Emitted(54, 14) Source(24, 83) + SourceIndex(3) -3 >Emitted(54, 14) Source(24, 58) + SourceIndex(3) -4 >Emitted(54, 18) Source(24, 83) + SourceIndex(3) +1 >Emitted(55, 13) Source(24, 82) + SourceIndex(3) +2 >Emitted(55, 14) Source(24, 83) + SourceIndex(3) +3 >Emitted(55, 14) Source(24, 58) + SourceIndex(3) +4 >Emitted(55, 18) Source(24, 83) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -913,10 +916,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(55, 13) Source(24, 71) + SourceIndex(3) -2 >Emitted(55, 32) Source(24, 80) + SourceIndex(3) -3 >Emitted(55, 44) Source(24, 83) + SourceIndex(3) -4 >Emitted(55, 45) Source(24, 83) + SourceIndex(3) +1->Emitted(56, 13) Source(24, 71) + SourceIndex(3) +2 >Emitted(56, 32) Source(24, 80) + SourceIndex(3) +3 >Emitted(56, 44) Source(24, 83) + SourceIndex(3) +4 >Emitted(56, 45) Source(24, 83) + SourceIndex(3) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^ @@ -937,15 +940,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(56, 9) Source(24, 84) + SourceIndex(3) -2 >Emitted(56, 10) Source(24, 85) + SourceIndex(3) -3 >Emitted(56, 12) Source(24, 46) + SourceIndex(3) -4 >Emitted(56, 21) Source(24, 55) + SourceIndex(3) -5 >Emitted(56, 24) Source(24, 46) + SourceIndex(3) -6 >Emitted(56, 43) Source(24, 55) + SourceIndex(3) -7 >Emitted(56, 48) Source(24, 46) + SourceIndex(3) -8 >Emitted(56, 67) Source(24, 55) + SourceIndex(3) -9 >Emitted(56, 75) Source(24, 85) + SourceIndex(3) +1->Emitted(57, 9) Source(24, 84) + SourceIndex(3) +2 >Emitted(57, 10) Source(24, 85) + SourceIndex(3) +3 >Emitted(57, 12) Source(24, 46) + SourceIndex(3) +4 >Emitted(57, 21) Source(24, 55) + SourceIndex(3) +5 >Emitted(57, 24) Source(24, 46) + SourceIndex(3) +6 >Emitted(57, 43) Source(24, 55) + SourceIndex(3) +7 >Emitted(57, 48) Source(24, 46) + SourceIndex(3) +8 >Emitted(57, 67) Source(24, 55) + SourceIndex(3) +9 >Emitted(57, 75) Source(24, 85) + SourceIndex(3) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^ @@ -966,15 +969,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(57, 5) Source(24, 84) + SourceIndex(3) -2 >Emitted(57, 6) Source(24, 85) + SourceIndex(3) -3 >Emitted(57, 8) Source(24, 36) + SourceIndex(3) -4 >Emitted(57, 17) Source(24, 45) + SourceIndex(3) -5 >Emitted(57, 20) Source(24, 36) + SourceIndex(3) -6 >Emitted(57, 37) Source(24, 45) + SourceIndex(3) -7 >Emitted(57, 42) Source(24, 36) + SourceIndex(3) -8 >Emitted(57, 59) Source(24, 45) + SourceIndex(3) -9 >Emitted(57, 67) Source(24, 85) + SourceIndex(3) +1 >Emitted(58, 5) Source(24, 84) + SourceIndex(3) +2 >Emitted(58, 6) Source(24, 85) + SourceIndex(3) +3 >Emitted(58, 8) Source(24, 36) + SourceIndex(3) +4 >Emitted(58, 17) Source(24, 45) + SourceIndex(3) +5 >Emitted(58, 20) Source(24, 36) + SourceIndex(3) +6 >Emitted(58, 37) Source(24, 45) + SourceIndex(3) +7 >Emitted(58, 42) Source(24, 36) + SourceIndex(3) +8 >Emitted(58, 59) Source(24, 45) + SourceIndex(3) +9 >Emitted(58, 67) Source(24, 85) + SourceIndex(3) --- >>> normalN.someImport = someNamespace.C; 1 >^^^^ @@ -992,13 +995,13 @@ sourceFile:../second/second_part1.ts 5 > . 6 > C 7 > ; -1 >Emitted(58, 5) Source(25, 33) + SourceIndex(3) -2 >Emitted(58, 23) Source(25, 43) + SourceIndex(3) -3 >Emitted(58, 26) Source(25, 46) + SourceIndex(3) -4 >Emitted(58, 39) Source(25, 59) + SourceIndex(3) -5 >Emitted(58, 40) Source(25, 60) + SourceIndex(3) -6 >Emitted(58, 41) Source(25, 61) + SourceIndex(3) -7 >Emitted(58, 42) Source(25, 62) + SourceIndex(3) +1 >Emitted(59, 5) Source(25, 33) + SourceIndex(3) +2 >Emitted(59, 23) Source(25, 43) + SourceIndex(3) +3 >Emitted(59, 26) Source(25, 46) + SourceIndex(3) +4 >Emitted(59, 39) Source(25, 59) + SourceIndex(3) +5 >Emitted(59, 40) Source(25, 60) + SourceIndex(3) +6 >Emitted(59, 41) Source(25, 61) + SourceIndex(3) +7 >Emitted(59, 42) Source(25, 62) + SourceIndex(3) --- >>> normalN.internalConst = 10; 1 >^^^^ @@ -1013,11 +1016,11 @@ sourceFile:../second/second_part1.ts 3 > = 4 > 10 5 > ; -1 >Emitted(59, 5) Source(27, 32) + SourceIndex(3) -2 >Emitted(59, 26) Source(27, 45) + SourceIndex(3) -3 >Emitted(59, 29) Source(27, 48) + SourceIndex(3) -4 >Emitted(59, 31) Source(27, 50) + SourceIndex(3) -5 >Emitted(59, 32) Source(27, 51) + SourceIndex(3) +1 >Emitted(60, 5) Source(27, 32) + SourceIndex(3) +2 >Emitted(60, 26) Source(27, 45) + SourceIndex(3) +3 >Emitted(60, 29) Source(27, 48) + SourceIndex(3) +4 >Emitted(60, 31) Source(27, 50) + SourceIndex(3) +5 >Emitted(60, 32) Source(27, 51) + SourceIndex(3) --- >>> var internalEnum; 1 >^^^^ @@ -1028,9 +1031,9 @@ sourceFile:../second/second_part1.ts > /*@internal*/ 2 > export enum 3 > internalEnum { a, b, c } -1 >Emitted(60, 5) Source(28, 19) + SourceIndex(3) -2 >Emitted(60, 9) Source(28, 31) + SourceIndex(3) -3 >Emitted(60, 21) Source(28, 55) + SourceIndex(3) +1 >Emitted(61, 5) Source(28, 19) + SourceIndex(3) +2 >Emitted(61, 9) Source(28, 31) + SourceIndex(3) +3 >Emitted(61, 21) Source(28, 55) + SourceIndex(3) --- >>> (function (internalEnum) { 1->^^^^ @@ -1040,9 +1043,9 @@ sourceFile:../second/second_part1.ts 1-> 2 > export enum 3 > internalEnum -1->Emitted(61, 5) Source(28, 19) + SourceIndex(3) -2 >Emitted(61, 16) Source(28, 31) + SourceIndex(3) -3 >Emitted(61, 28) Source(28, 43) + SourceIndex(3) +1->Emitted(62, 5) Source(28, 19) + SourceIndex(3) +2 >Emitted(62, 16) Source(28, 31) + SourceIndex(3) +3 >Emitted(62, 28) Source(28, 43) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -1052,9 +1055,9 @@ sourceFile:../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(62, 9) Source(28, 46) + SourceIndex(3) -2 >Emitted(62, 50) Source(28, 47) + SourceIndex(3) -3 >Emitted(62, 51) Source(28, 47) + SourceIndex(3) +1->Emitted(63, 9) Source(28, 46) + SourceIndex(3) +2 >Emitted(63, 50) Source(28, 47) + SourceIndex(3) +3 >Emitted(63, 51) Source(28, 47) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -1064,9 +1067,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(63, 9) Source(28, 49) + SourceIndex(3) -2 >Emitted(63, 50) Source(28, 50) + SourceIndex(3) -3 >Emitted(63, 51) Source(28, 50) + SourceIndex(3) +1->Emitted(64, 9) Source(28, 49) + SourceIndex(3) +2 >Emitted(64, 50) Source(28, 50) + SourceIndex(3) +3 >Emitted(64, 51) Source(28, 50) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -1076,9 +1079,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(64, 9) Source(28, 52) + SourceIndex(3) -2 >Emitted(64, 50) Source(28, 53) + SourceIndex(3) -3 >Emitted(64, 51) Source(28, 53) + SourceIndex(3) +1->Emitted(65, 9) Source(28, 52) + SourceIndex(3) +2 >Emitted(65, 50) Source(28, 53) + SourceIndex(3) +3 >Emitted(65, 51) Source(28, 53) + SourceIndex(3) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^ @@ -1099,15 +1102,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(65, 5) Source(28, 54) + SourceIndex(3) -2 >Emitted(65, 6) Source(28, 55) + SourceIndex(3) -3 >Emitted(65, 8) Source(28, 31) + SourceIndex(3) -4 >Emitted(65, 20) Source(28, 43) + SourceIndex(3) -5 >Emitted(65, 23) Source(28, 31) + SourceIndex(3) -6 >Emitted(65, 43) Source(28, 43) + SourceIndex(3) -7 >Emitted(65, 48) Source(28, 31) + SourceIndex(3) -8 >Emitted(65, 68) Source(28, 43) + SourceIndex(3) -9 >Emitted(65, 76) Source(28, 55) + SourceIndex(3) +1->Emitted(66, 5) Source(28, 54) + SourceIndex(3) +2 >Emitted(66, 6) Source(28, 55) + SourceIndex(3) +3 >Emitted(66, 8) Source(28, 31) + SourceIndex(3) +4 >Emitted(66, 20) Source(28, 43) + SourceIndex(3) +5 >Emitted(66, 23) Source(28, 31) + SourceIndex(3) +6 >Emitted(66, 43) Source(28, 43) + SourceIndex(3) +7 >Emitted(66, 48) Source(28, 31) + SourceIndex(3) +8 >Emitted(66, 68) Source(28, 43) + SourceIndex(3) +9 >Emitted(66, 76) Source(28, 55) + SourceIndex(3) --- >>>})(normalN || (normalN = {})); 1 > @@ -1135,26 +1138,26 @@ sourceFile:../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(66, 1) Source(29, 1) + SourceIndex(3) -2 >Emitted(66, 2) Source(29, 2) + SourceIndex(3) -3 >Emitted(66, 4) Source(20, 11) + SourceIndex(3) -4 >Emitted(66, 11) Source(20, 18) + SourceIndex(3) -5 >Emitted(66, 16) Source(20, 11) + SourceIndex(3) -6 >Emitted(66, 23) Source(20, 18) + SourceIndex(3) -7 >Emitted(66, 31) Source(29, 2) + SourceIndex(3) +1 >Emitted(67, 1) Source(29, 1) + SourceIndex(3) +2 >Emitted(67, 2) Source(29, 2) + SourceIndex(3) +3 >Emitted(67, 4) Source(20, 11) + SourceIndex(3) +4 >Emitted(67, 11) Source(20, 18) + SourceIndex(3) +5 >Emitted(67, 16) Source(20, 11) + SourceIndex(3) +6 >Emitted(67, 23) Source(20, 18) + SourceIndex(3) +7 >Emitted(67, 31) Source(29, 2) + SourceIndex(3) --- >>>var internalC = (function () { 1-> 2 >^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> >/*@internal*/ -1->Emitted(67, 1) Source(30, 15) + SourceIndex(3) +1->Emitted(68, 1) Source(30, 15) + SourceIndex(3) --- >>> function internalC() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(68, 5) Source(30, 15) + SourceIndex(3) +1->Emitted(69, 5) Source(30, 15) + SourceIndex(3) --- >>> } 1->^^^^ @@ -1162,16 +1165,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->class internalC { 2 > } -1->Emitted(69, 5) Source(30, 32) + SourceIndex(3) -2 >Emitted(69, 6) Source(30, 33) + SourceIndex(3) +1->Emitted(70, 5) Source(30, 32) + SourceIndex(3) +2 >Emitted(70, 6) Source(30, 33) + SourceIndex(3) --- >>> return internalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(70, 5) Source(30, 32) + SourceIndex(3) -2 >Emitted(70, 21) Source(30, 33) + SourceIndex(3) +1->Emitted(71, 5) Source(30, 32) + SourceIndex(3) +2 >Emitted(71, 21) Source(30, 33) + SourceIndex(3) --- >>>}()); 1 > @@ -1183,10 +1186,10 @@ sourceFile:../second/second_part1.ts 2 >} 3 > 4 > class internalC {} -1 >Emitted(71, 1) Source(30, 32) + SourceIndex(3) -2 >Emitted(71, 2) Source(30, 33) + SourceIndex(3) -3 >Emitted(71, 2) Source(30, 15) + SourceIndex(3) -4 >Emitted(71, 6) Source(30, 33) + SourceIndex(3) +1 >Emitted(72, 1) Source(30, 32) + SourceIndex(3) +2 >Emitted(72, 2) Source(30, 33) + SourceIndex(3) +3 >Emitted(72, 2) Source(30, 15) + SourceIndex(3) +4 >Emitted(72, 6) Source(30, 33) + SourceIndex(3) --- >>>function internalfoo() { } 1-> @@ -1200,11 +1203,11 @@ sourceFile:../second/second_part1.ts 3 > internalfoo 4 > () { 5 > } -1->Emitted(72, 1) Source(31, 15) + SourceIndex(3) -2 >Emitted(72, 10) Source(31, 24) + SourceIndex(3) -3 >Emitted(72, 21) Source(31, 35) + SourceIndex(3) -4 >Emitted(72, 26) Source(31, 39) + SourceIndex(3) -5 >Emitted(72, 27) Source(31, 40) + SourceIndex(3) +1->Emitted(73, 1) Source(31, 15) + SourceIndex(3) +2 >Emitted(73, 10) Source(31, 24) + SourceIndex(3) +3 >Emitted(73, 21) Source(31, 35) + SourceIndex(3) +4 >Emitted(73, 26) Source(31, 39) + SourceIndex(3) +5 >Emitted(73, 27) Source(31, 40) + SourceIndex(3) --- >>>var internalNamespace; 1 > @@ -1217,10 +1220,10 @@ sourceFile:../second/second_part1.ts 2 >namespace 3 > internalNamespace 4 > { export class someClass {} } -1 >Emitted(73, 1) Source(32, 15) + SourceIndex(3) -2 >Emitted(73, 5) Source(32, 25) + SourceIndex(3) -3 >Emitted(73, 22) Source(32, 42) + SourceIndex(3) -4 >Emitted(73, 23) Source(32, 72) + SourceIndex(3) +1 >Emitted(74, 1) Source(32, 15) + SourceIndex(3) +2 >Emitted(74, 5) Source(32, 25) + SourceIndex(3) +3 >Emitted(74, 22) Source(32, 42) + SourceIndex(3) +4 >Emitted(74, 23) Source(32, 72) + SourceIndex(3) --- >>>(function (internalNamespace) { 1-> @@ -1230,21 +1233,21 @@ sourceFile:../second/second_part1.ts 1-> 2 >namespace 3 > internalNamespace -1->Emitted(74, 1) Source(32, 15) + SourceIndex(3) -2 >Emitted(74, 12) Source(32, 25) + SourceIndex(3) -3 >Emitted(74, 29) Source(32, 42) + SourceIndex(3) +1->Emitted(75, 1) Source(32, 15) + SourceIndex(3) +2 >Emitted(75, 12) Source(32, 25) + SourceIndex(3) +3 >Emitted(75, 29) Source(32, 42) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(75, 5) Source(32, 45) + SourceIndex(3) +1->Emitted(76, 5) Source(32, 45) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(76, 9) Source(32, 45) + SourceIndex(3) +1->Emitted(77, 9) Source(32, 45) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -1252,16 +1255,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(77, 9) Source(32, 69) + SourceIndex(3) -2 >Emitted(77, 10) Source(32, 70) + SourceIndex(3) +1->Emitted(78, 9) Source(32, 69) + SourceIndex(3) +2 >Emitted(78, 10) Source(32, 70) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(78, 9) Source(32, 69) + SourceIndex(3) -2 >Emitted(78, 25) Source(32, 70) + SourceIndex(3) +1->Emitted(79, 9) Source(32, 69) + SourceIndex(3) +2 >Emitted(79, 25) Source(32, 70) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -1273,10 +1276,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(79, 5) Source(32, 69) + SourceIndex(3) -2 >Emitted(79, 6) Source(32, 70) + SourceIndex(3) -3 >Emitted(79, 6) Source(32, 45) + SourceIndex(3) -4 >Emitted(79, 10) Source(32, 70) + SourceIndex(3) +1 >Emitted(80, 5) Source(32, 69) + SourceIndex(3) +2 >Emitted(80, 6) Source(32, 70) + SourceIndex(3) +3 >Emitted(80, 6) Source(32, 45) + SourceIndex(3) +4 >Emitted(80, 10) Source(32, 70) + SourceIndex(3) --- >>> internalNamespace.someClass = someClass; 1->^^^^ @@ -1288,10 +1291,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(80, 5) Source(32, 58) + SourceIndex(3) -2 >Emitted(80, 32) Source(32, 67) + SourceIndex(3) -3 >Emitted(80, 44) Source(32, 70) + SourceIndex(3) -4 >Emitted(80, 45) Source(32, 70) + SourceIndex(3) +1->Emitted(81, 5) Source(32, 58) + SourceIndex(3) +2 >Emitted(81, 32) Source(32, 67) + SourceIndex(3) +3 >Emitted(81, 44) Source(32, 70) + SourceIndex(3) +4 >Emitted(81, 45) Source(32, 70) + SourceIndex(3) --- >>>})(internalNamespace || (internalNamespace = {})); 1-> @@ -1308,13 +1311,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalNamespace 7 > { export class someClass {} } -1->Emitted(81, 1) Source(32, 71) + SourceIndex(3) -2 >Emitted(81, 2) Source(32, 72) + SourceIndex(3) -3 >Emitted(81, 4) Source(32, 25) + SourceIndex(3) -4 >Emitted(81, 21) Source(32, 42) + SourceIndex(3) -5 >Emitted(81, 26) Source(32, 25) + SourceIndex(3) -6 >Emitted(81, 43) Source(32, 42) + SourceIndex(3) -7 >Emitted(81, 51) Source(32, 72) + SourceIndex(3) +1->Emitted(82, 1) Source(32, 71) + SourceIndex(3) +2 >Emitted(82, 2) Source(32, 72) + SourceIndex(3) +3 >Emitted(82, 4) Source(32, 25) + SourceIndex(3) +4 >Emitted(82, 21) Source(32, 42) + SourceIndex(3) +5 >Emitted(82, 26) Source(32, 25) + SourceIndex(3) +6 >Emitted(82, 43) Source(32, 42) + SourceIndex(3) +7 >Emitted(82, 51) Source(32, 72) + SourceIndex(3) --- >>>var internalOther; 1 > @@ -1327,10 +1330,10 @@ sourceFile:../second/second_part1.ts 2 >namespace 3 > internalOther 4 > .something { export class someClass {} } -1 >Emitted(82, 1) Source(33, 15) + SourceIndex(3) -2 >Emitted(82, 5) Source(33, 25) + SourceIndex(3) -3 >Emitted(82, 18) Source(33, 38) + SourceIndex(3) -4 >Emitted(82, 19) Source(33, 78) + SourceIndex(3) +1 >Emitted(83, 1) Source(33, 15) + SourceIndex(3) +2 >Emitted(83, 5) Source(33, 25) + SourceIndex(3) +3 >Emitted(83, 18) Source(33, 38) + SourceIndex(3) +4 >Emitted(83, 19) Source(33, 78) + SourceIndex(3) --- >>>(function (internalOther) { 1-> @@ -1339,9 +1342,9 @@ sourceFile:../second/second_part1.ts 1-> 2 >namespace 3 > internalOther -1->Emitted(83, 1) Source(33, 15) + SourceIndex(3) -2 >Emitted(83, 12) Source(33, 25) + SourceIndex(3) -3 >Emitted(83, 25) Source(33, 38) + SourceIndex(3) +1->Emitted(84, 1) Source(33, 15) + SourceIndex(3) +2 >Emitted(84, 12) Source(33, 25) + SourceIndex(3) +3 >Emitted(84, 25) Source(33, 38) + SourceIndex(3) --- >>> var something; 1 >^^^^ @@ -1353,10 +1356,10 @@ sourceFile:../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(84, 5) Source(33, 39) + SourceIndex(3) -2 >Emitted(84, 9) Source(33, 39) + SourceIndex(3) -3 >Emitted(84, 18) Source(33, 48) + SourceIndex(3) -4 >Emitted(84, 19) Source(33, 78) + SourceIndex(3) +1 >Emitted(85, 5) Source(33, 39) + SourceIndex(3) +2 >Emitted(85, 9) Source(33, 39) + SourceIndex(3) +3 >Emitted(85, 18) Source(33, 48) + SourceIndex(3) +4 >Emitted(85, 19) Source(33, 78) + SourceIndex(3) --- >>> (function (something) { 1->^^^^ @@ -1366,21 +1369,21 @@ sourceFile:../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(85, 5) Source(33, 39) + SourceIndex(3) -2 >Emitted(85, 16) Source(33, 39) + SourceIndex(3) -3 >Emitted(85, 25) Source(33, 48) + SourceIndex(3) +1->Emitted(86, 5) Source(33, 39) + SourceIndex(3) +2 >Emitted(86, 16) Source(33, 39) + SourceIndex(3) +3 >Emitted(86, 25) Source(33, 48) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(86, 9) Source(33, 51) + SourceIndex(3) +1->Emitted(87, 9) Source(33, 51) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(87, 13) Source(33, 51) + SourceIndex(3) +1->Emitted(88, 13) Source(33, 51) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -1388,16 +1391,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(88, 13) Source(33, 75) + SourceIndex(3) -2 >Emitted(88, 14) Source(33, 76) + SourceIndex(3) +1->Emitted(89, 13) Source(33, 75) + SourceIndex(3) +2 >Emitted(89, 14) Source(33, 76) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(89, 13) Source(33, 75) + SourceIndex(3) -2 >Emitted(89, 29) Source(33, 76) + SourceIndex(3) +1->Emitted(90, 13) Source(33, 75) + SourceIndex(3) +2 >Emitted(90, 29) Source(33, 76) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -1409,10 +1412,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(90, 9) Source(33, 75) + SourceIndex(3) -2 >Emitted(90, 10) Source(33, 76) + SourceIndex(3) -3 >Emitted(90, 10) Source(33, 51) + SourceIndex(3) -4 >Emitted(90, 14) Source(33, 76) + SourceIndex(3) +1 >Emitted(91, 9) Source(33, 75) + SourceIndex(3) +2 >Emitted(91, 10) Source(33, 76) + SourceIndex(3) +3 >Emitted(91, 10) Source(33, 51) + SourceIndex(3) +4 >Emitted(91, 14) Source(33, 76) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^ @@ -1424,10 +1427,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(91, 9) Source(33, 64) + SourceIndex(3) -2 >Emitted(91, 28) Source(33, 73) + SourceIndex(3) -3 >Emitted(91, 40) Source(33, 76) + SourceIndex(3) -4 >Emitted(91, 41) Source(33, 76) + SourceIndex(3) +1->Emitted(92, 9) Source(33, 64) + SourceIndex(3) +2 >Emitted(92, 28) Source(33, 73) + SourceIndex(3) +3 >Emitted(92, 40) Source(33, 76) + SourceIndex(3) +4 >Emitted(92, 41) Source(33, 76) + SourceIndex(3) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^ @@ -1448,15 +1451,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(92, 5) Source(33, 77) + SourceIndex(3) -2 >Emitted(92, 6) Source(33, 78) + SourceIndex(3) -3 >Emitted(92, 8) Source(33, 39) + SourceIndex(3) -4 >Emitted(92, 17) Source(33, 48) + SourceIndex(3) -5 >Emitted(92, 20) Source(33, 39) + SourceIndex(3) -6 >Emitted(92, 43) Source(33, 48) + SourceIndex(3) -7 >Emitted(92, 48) Source(33, 39) + SourceIndex(3) -8 >Emitted(92, 71) Source(33, 48) + SourceIndex(3) -9 >Emitted(92, 79) Source(33, 78) + SourceIndex(3) +1->Emitted(93, 5) Source(33, 77) + SourceIndex(3) +2 >Emitted(93, 6) Source(33, 78) + SourceIndex(3) +3 >Emitted(93, 8) Source(33, 39) + SourceIndex(3) +4 >Emitted(93, 17) Source(33, 48) + SourceIndex(3) +5 >Emitted(93, 20) Source(33, 39) + SourceIndex(3) +6 >Emitted(93, 43) Source(33, 48) + SourceIndex(3) +7 >Emitted(93, 48) Source(33, 39) + SourceIndex(3) +8 >Emitted(93, 71) Source(33, 48) + SourceIndex(3) +9 >Emitted(93, 79) Source(33, 78) + SourceIndex(3) --- >>>})(internalOther || (internalOther = {})); 1 > @@ -1474,13 +1477,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalOther 7 > .something { export class someClass {} } -1 >Emitted(93, 1) Source(33, 77) + SourceIndex(3) -2 >Emitted(93, 2) Source(33, 78) + SourceIndex(3) -3 >Emitted(93, 4) Source(33, 25) + SourceIndex(3) -4 >Emitted(93, 17) Source(33, 38) + SourceIndex(3) -5 >Emitted(93, 22) Source(33, 25) + SourceIndex(3) -6 >Emitted(93, 35) Source(33, 38) + SourceIndex(3) -7 >Emitted(93, 43) Source(33, 78) + SourceIndex(3) +1 >Emitted(94, 1) Source(33, 77) + SourceIndex(3) +2 >Emitted(94, 2) Source(33, 78) + SourceIndex(3) +3 >Emitted(94, 4) Source(33, 25) + SourceIndex(3) +4 >Emitted(94, 17) Source(33, 38) + SourceIndex(3) +5 >Emitted(94, 22) Source(33, 25) + SourceIndex(3) +6 >Emitted(94, 35) Source(33, 38) + SourceIndex(3) +7 >Emitted(94, 43) Source(33, 78) + SourceIndex(3) --- >>>var internalImport = internalNamespace.someClass; 1-> @@ -1500,14 +1503,14 @@ sourceFile:../second/second_part1.ts 6 > . 7 > someClass 8 > ; -1->Emitted(94, 1) Source(34, 15) + SourceIndex(3) -2 >Emitted(94, 5) Source(34, 22) + SourceIndex(3) -3 >Emitted(94, 19) Source(34, 36) + SourceIndex(3) -4 >Emitted(94, 22) Source(34, 39) + SourceIndex(3) -5 >Emitted(94, 39) Source(34, 56) + SourceIndex(3) -6 >Emitted(94, 40) Source(34, 57) + SourceIndex(3) -7 >Emitted(94, 49) Source(34, 66) + SourceIndex(3) -8 >Emitted(94, 50) Source(34, 67) + SourceIndex(3) +1->Emitted(95, 1) Source(34, 15) + SourceIndex(3) +2 >Emitted(95, 5) Source(34, 22) + SourceIndex(3) +3 >Emitted(95, 19) Source(34, 36) + SourceIndex(3) +4 >Emitted(95, 22) Source(34, 39) + SourceIndex(3) +5 >Emitted(95, 39) Source(34, 56) + SourceIndex(3) +6 >Emitted(95, 40) Source(34, 57) + SourceIndex(3) +7 >Emitted(95, 49) Source(34, 66) + SourceIndex(3) +8 >Emitted(95, 50) Source(34, 67) + SourceIndex(3) --- >>>var internalConst = 10; 1 > @@ -1524,12 +1527,12 @@ sourceFile:../second/second_part1.ts 4 > = 5 > 10 6 > ; -1 >Emitted(95, 1) Source(36, 15) + SourceIndex(3) -2 >Emitted(95, 5) Source(36, 21) + SourceIndex(3) -3 >Emitted(95, 18) Source(36, 34) + SourceIndex(3) -4 >Emitted(95, 21) Source(36, 37) + SourceIndex(3) -5 >Emitted(95, 23) Source(36, 39) + SourceIndex(3) -6 >Emitted(95, 24) Source(36, 40) + SourceIndex(3) +1 >Emitted(96, 1) Source(36, 15) + SourceIndex(3) +2 >Emitted(96, 5) Source(36, 21) + SourceIndex(3) +3 >Emitted(96, 18) Source(36, 34) + SourceIndex(3) +4 >Emitted(96, 21) Source(36, 37) + SourceIndex(3) +5 >Emitted(96, 23) Source(36, 39) + SourceIndex(3) +6 >Emitted(96, 24) Source(36, 40) + SourceIndex(3) --- >>>var internalEnum; 1 > @@ -1540,9 +1543,9 @@ sourceFile:../second/second_part1.ts >/*@internal*/ 2 >enum 3 > internalEnum { a, b, c } -1 >Emitted(96, 1) Source(37, 15) + SourceIndex(3) -2 >Emitted(96, 5) Source(37, 20) + SourceIndex(3) -3 >Emitted(96, 17) Source(37, 44) + SourceIndex(3) +1 >Emitted(97, 1) Source(37, 15) + SourceIndex(3) +2 >Emitted(97, 5) Source(37, 20) + SourceIndex(3) +3 >Emitted(97, 17) Source(37, 44) + SourceIndex(3) --- >>>(function (internalEnum) { 1-> @@ -1552,9 +1555,9 @@ sourceFile:../second/second_part1.ts 1-> 2 >enum 3 > internalEnum -1->Emitted(97, 1) Source(37, 15) + SourceIndex(3) -2 >Emitted(97, 12) Source(37, 20) + SourceIndex(3) -3 >Emitted(97, 24) Source(37, 32) + SourceIndex(3) +1->Emitted(98, 1) Source(37, 15) + SourceIndex(3) +2 >Emitted(98, 12) Source(37, 20) + SourceIndex(3) +3 >Emitted(98, 24) Source(37, 32) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^ @@ -1564,9 +1567,9 @@ sourceFile:../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(98, 5) Source(37, 35) + SourceIndex(3) -2 >Emitted(98, 46) Source(37, 36) + SourceIndex(3) -3 >Emitted(98, 47) Source(37, 36) + SourceIndex(3) +1->Emitted(99, 5) Source(37, 35) + SourceIndex(3) +2 >Emitted(99, 46) Source(37, 36) + SourceIndex(3) +3 >Emitted(99, 47) Source(37, 36) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^ @@ -1576,9 +1579,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(99, 5) Source(37, 38) + SourceIndex(3) -2 >Emitted(99, 46) Source(37, 39) + SourceIndex(3) -3 >Emitted(99, 47) Source(37, 39) + SourceIndex(3) +1->Emitted(100, 5) Source(37, 38) + SourceIndex(3) +2 >Emitted(100, 46) Source(37, 39) + SourceIndex(3) +3 >Emitted(100, 47) Source(37, 39) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^ @@ -1587,9 +1590,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(100, 5) Source(37, 41) + SourceIndex(3) -2 >Emitted(100, 46) Source(37, 42) + SourceIndex(3) -3 >Emitted(100, 47) Source(37, 42) + SourceIndex(3) +1->Emitted(101, 5) Source(37, 41) + SourceIndex(3) +2 >Emitted(101, 46) Source(37, 42) + SourceIndex(3) +3 >Emitted(101, 47) Source(37, 42) + SourceIndex(3) --- >>>})(internalEnum || (internalEnum = {})); 1 > @@ -1606,13 +1609,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalEnum 7 > { a, b, c } -1 >Emitted(101, 1) Source(37, 43) + SourceIndex(3) -2 >Emitted(101, 2) Source(37, 44) + SourceIndex(3) -3 >Emitted(101, 4) Source(37, 20) + SourceIndex(3) -4 >Emitted(101, 16) Source(37, 32) + SourceIndex(3) -5 >Emitted(101, 21) Source(37, 20) + SourceIndex(3) -6 >Emitted(101, 33) Source(37, 32) + SourceIndex(3) -7 >Emitted(101, 41) Source(37, 44) + SourceIndex(3) +1 >Emitted(102, 1) Source(37, 43) + SourceIndex(3) +2 >Emitted(102, 2) Source(37, 44) + SourceIndex(3) +3 >Emitted(102, 4) Source(37, 20) + SourceIndex(3) +4 >Emitted(102, 16) Source(37, 32) + SourceIndex(3) +5 >Emitted(102, 21) Source(37, 20) + SourceIndex(3) +6 >Emitted(102, 33) Source(37, 32) + SourceIndex(3) +7 >Emitted(102, 41) Source(37, 44) + SourceIndex(3) --- ------------------------------------------------------------------- emittedFile:/src/2/second-output.js @@ -1622,13 +1625,13 @@ sourceFile:../second/second_part2.ts 1 > 2 >^^^^^^^^^^^^^^^^^^^-> 1 > -1 >Emitted(102, 1) Source(1, 1) + SourceIndex(4) +1 >Emitted(103, 1) Source(1, 1) + SourceIndex(4) --- >>> function C() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(103, 5) Source(1, 1) + SourceIndex(4) +1->Emitted(104, 5) Source(1, 1) + SourceIndex(4) --- >>> } 1->^^^^ @@ -1640,8 +1643,8 @@ sourceFile:../second/second_part2.ts > } > 2 > } -1->Emitted(104, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(104, 6) Source(5, 2) + SourceIndex(4) +1->Emitted(105, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(105, 6) Source(5, 2) + SourceIndex(4) --- >>> C.prototype.doSomething = function () { 1->^^^^ @@ -1651,9 +1654,9 @@ sourceFile:../second/second_part2.ts 1-> 2 > doSomething 3 > -1->Emitted(105, 5) Source(2, 5) + SourceIndex(4) -2 >Emitted(105, 28) Source(2, 16) + SourceIndex(4) -3 >Emitted(105, 31) Source(2, 5) + SourceIndex(4) +1->Emitted(106, 5) Source(2, 5) + SourceIndex(4) +2 >Emitted(106, 28) Source(2, 16) + SourceIndex(4) +3 >Emitted(106, 31) Source(2, 5) + SourceIndex(4) --- >>> console.log("something got done"); 1->^^^^^^^^ @@ -1673,14 +1676,14 @@ sourceFile:../second/second_part2.ts 6 > "something got done" 7 > ) 8 > ; -1->Emitted(106, 9) Source(3, 9) + SourceIndex(4) -2 >Emitted(106, 16) Source(3, 16) + SourceIndex(4) -3 >Emitted(106, 17) Source(3, 17) + SourceIndex(4) -4 >Emitted(106, 20) Source(3, 20) + SourceIndex(4) -5 >Emitted(106, 21) Source(3, 21) + SourceIndex(4) -6 >Emitted(106, 41) Source(3, 41) + SourceIndex(4) -7 >Emitted(106, 42) Source(3, 42) + SourceIndex(4) -8 >Emitted(106, 43) Source(3, 43) + SourceIndex(4) +1->Emitted(107, 9) Source(3, 9) + SourceIndex(4) +2 >Emitted(107, 16) Source(3, 16) + SourceIndex(4) +3 >Emitted(107, 17) Source(3, 17) + SourceIndex(4) +4 >Emitted(107, 20) Source(3, 20) + SourceIndex(4) +5 >Emitted(107, 21) Source(3, 21) + SourceIndex(4) +6 >Emitted(107, 41) Source(3, 41) + SourceIndex(4) +7 >Emitted(107, 42) Source(3, 42) + SourceIndex(4) +8 >Emitted(107, 43) Source(3, 43) + SourceIndex(4) --- >>> }; 1 >^^^^ @@ -1689,8 +1692,8 @@ sourceFile:../second/second_part2.ts 1 > > 2 > } -1 >Emitted(107, 5) Source(4, 5) + SourceIndex(4) -2 >Emitted(107, 6) Source(4, 6) + SourceIndex(4) +1 >Emitted(108, 5) Source(4, 5) + SourceIndex(4) +2 >Emitted(108, 6) Source(4, 6) + SourceIndex(4) --- >>> return C; 1->^^^^ @@ -1698,8 +1701,8 @@ sourceFile:../second/second_part2.ts 1-> > 2 > } -1->Emitted(108, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(108, 13) Source(5, 2) + SourceIndex(4) +1->Emitted(109, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(109, 13) Source(5, 2) + SourceIndex(4) --- >>>}()); 1 > @@ -1715,10 +1718,10 @@ sourceFile:../second/second_part2.ts > console.log("something got done"); > } > } -1 >Emitted(109, 1) Source(5, 1) + SourceIndex(4) -2 >Emitted(109, 2) Source(5, 2) + SourceIndex(4) -3 >Emitted(109, 2) Source(1, 1) + SourceIndex(4) -4 >Emitted(109, 6) Source(5, 2) + SourceIndex(4) +1 >Emitted(110, 1) Source(5, 1) + SourceIndex(4) +2 >Emitted(110, 2) Source(5, 2) + SourceIndex(4) +3 >Emitted(110, 2) Source(1, 1) + SourceIndex(4) +4 >Emitted(110, 6) Source(5, 2) + SourceIndex(4) --- >>>//# sourceMappingURL=second-output.js.map @@ -1747,7 +1750,7 @@ sourceFile:../second/second_part2.ts }, { "pos": 127, - "end": 3179, + "end": 3197, "kind": "text" } ] @@ -1829,7 +1832,7 @@ function f() { } ---------------------------------------------------------------------- -text: (127-3179) +text: (127-3197) var N; (function (N) { function f() { @@ -1840,8 +1843,9 @@ var N; var normalC = (function () { function normalC() { } - normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: true, @@ -2308,8 +2312,9 @@ var N; var normalC = (function () { function normalC() { } - normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: true, @@ -2405,7 +2410,7 @@ c.doSomething(); //# sourceMappingURL=third-output.js.map //// [/src/third/thirdjs/output/third-output.js.map] -{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} //// [/src/third/thirdjs/output/third-output.js.map.baseline.txt] =================================================================== @@ -2734,66 +2739,68 @@ sourceFile:../../../second/second_part1.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->constructor() { 2 > } 1->Emitted(17, 5) Source(14, 35) + SourceIndex(3) 2 >Emitted(17, 6) Source(14, 36) + SourceIndex(3) --- ->>> normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> proto_1.method = function () { }; 1->^^^^ -2 > ^^^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^ -5 > ^ -6 > ^^^^^^-> +2 > ^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^ +5 > ^ +6 > ^^^^^^-> 1-> > /*@internal*/ prop: string; > /*@internal*/ 2 > method -3 > -4 > method() { -5 > } -1->Emitted(18, 5) Source(16, 19) + SourceIndex(3) -2 >Emitted(18, 29) Source(16, 25) + SourceIndex(3) -3 >Emitted(18, 32) Source(16, 19) + SourceIndex(3) -4 >Emitted(18, 46) Source(16, 30) + SourceIndex(3) -5 >Emitted(18, 47) Source(16, 31) + SourceIndex(3) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +3 > +4 > method() { +5 > } +1->Emitted(19, 5) Source(16, 19) + SourceIndex(3) +2 >Emitted(19, 19) Source(16, 25) + SourceIndex(3) +3 >Emitted(19, 22) Source(16, 19) + SourceIndex(3) +4 >Emitted(19, 36) Source(16, 30) + SourceIndex(3) +5 >Emitted(19, 37) Source(16, 31) + SourceIndex(3) +--- +>>> Object.defineProperty(proto_1, "c", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^^^^^^^^^^ +4 > ^^^-> 1-> > /*@internal*/ 2 > get 3 > c -1->Emitted(19, 5) Source(17, 19) + SourceIndex(3) -2 >Emitted(19, 27) Source(17, 23) + SourceIndex(3) -3 >Emitted(19, 49) Source(17, 24) + SourceIndex(3) +1->Emitted(20, 5) Source(17, 19) + SourceIndex(3) +2 >Emitted(20, 27) Source(17, 23) + SourceIndex(3) +3 >Emitted(20, 39) Source(17, 24) + SourceIndex(3) --- >>> get: function () { return 10; }, -1 >^^^^^^^^^^^^^ +1->^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^^^^^^^ 4 > ^^ 5 > ^ 6 > ^ 7 > ^ -1 > +1-> 2 > get c() { 3 > return 4 > 10 5 > ; 6 > 7 > } -1 >Emitted(20, 14) Source(17, 19) + SourceIndex(3) -2 >Emitted(20, 28) Source(17, 29) + SourceIndex(3) -3 >Emitted(20, 35) Source(17, 36) + SourceIndex(3) -4 >Emitted(20, 37) Source(17, 38) + SourceIndex(3) -5 >Emitted(20, 38) Source(17, 39) + SourceIndex(3) -6 >Emitted(20, 39) Source(17, 40) + SourceIndex(3) -7 >Emitted(20, 40) Source(17, 41) + SourceIndex(3) +1->Emitted(21, 14) Source(17, 19) + SourceIndex(3) +2 >Emitted(21, 28) Source(17, 29) + SourceIndex(3) +3 >Emitted(21, 35) Source(17, 36) + SourceIndex(3) +4 >Emitted(21, 37) Source(17, 38) + SourceIndex(3) +5 >Emitted(21, 38) Source(17, 39) + SourceIndex(3) +6 >Emitted(21, 39) Source(17, 40) + SourceIndex(3) +7 >Emitted(21, 40) Source(17, 41) + SourceIndex(3) --- >>> set: function (val) { }, 1 >^^^^^^^^^^^^^ @@ -2807,11 +2814,11 @@ sourceFile:../../../second/second_part1.ts 3 > val: number 4 > ) { 5 > } -1 >Emitted(21, 14) Source(18, 19) + SourceIndex(3) -2 >Emitted(21, 24) Source(18, 25) + SourceIndex(3) -3 >Emitted(21, 27) Source(18, 36) + SourceIndex(3) -4 >Emitted(21, 31) Source(18, 40) + SourceIndex(3) -5 >Emitted(21, 32) Source(18, 41) + SourceIndex(3) +1 >Emitted(22, 14) Source(18, 19) + SourceIndex(3) +2 >Emitted(22, 24) Source(18, 25) + SourceIndex(3) +3 >Emitted(22, 27) Source(18, 36) + SourceIndex(3) +4 >Emitted(22, 31) Source(18, 40) + SourceIndex(3) +5 >Emitted(22, 32) Source(18, 41) + SourceIndex(3) --- >>> enumerable: true, >>> configurable: true @@ -2819,7 +2826,7 @@ sourceFile:../../../second/second_part1.ts 1 >^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(24, 8) Source(17, 41) + SourceIndex(3) +1 >Emitted(25, 8) Source(17, 41) + SourceIndex(3) --- >>> return normalC; 1->^^^^ @@ -2828,8 +2835,8 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ set c(val: number) { } > 2 > } -1->Emitted(25, 5) Source(19, 1) + SourceIndex(3) -2 >Emitted(25, 19) Source(19, 2) + SourceIndex(3) +1->Emitted(26, 5) Source(19, 1) + SourceIndex(3) +2 >Emitted(26, 19) Source(19, 2) + SourceIndex(3) --- >>>}()); 1 > @@ -2847,10 +2854,10 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ get c() { return 10; } > /*@internal*/ set c(val: number) { } > } -1 >Emitted(26, 1) Source(19, 1) + SourceIndex(3) -2 >Emitted(26, 2) Source(19, 2) + SourceIndex(3) -3 >Emitted(26, 2) Source(13, 1) + SourceIndex(3) -4 >Emitted(26, 6) Source(19, 2) + SourceIndex(3) +1 >Emitted(27, 1) Source(19, 1) + SourceIndex(3) +2 >Emitted(27, 2) Source(19, 2) + SourceIndex(3) +3 >Emitted(27, 2) Source(13, 1) + SourceIndex(3) +4 >Emitted(27, 6) Source(19, 2) + SourceIndex(3) --- >>>var normalN; 1-> @@ -2872,10 +2879,10 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(27, 5) Source(20, 11) + SourceIndex(3) -3 >Emitted(27, 12) Source(20, 18) + SourceIndex(3) -4 >Emitted(27, 13) Source(29, 2) + SourceIndex(3) +1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(28, 5) Source(20, 11) + SourceIndex(3) +3 >Emitted(28, 12) Source(20, 18) + SourceIndex(3) +4 >Emitted(28, 13) Source(29, 2) + SourceIndex(3) --- >>>(function (normalN) { 1-> @@ -2885,22 +2892,22 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > normalN -1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(28, 12) Source(20, 11) + SourceIndex(3) -3 >Emitted(28, 19) Source(20, 18) + SourceIndex(3) +1->Emitted(29, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(29, 12) Source(20, 11) + SourceIndex(3) +3 >Emitted(29, 19) Source(20, 18) + SourceIndex(3) --- >>> var C = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { > /*@internal*/ -1->Emitted(29, 5) Source(21, 19) + SourceIndex(3) +1->Emitted(30, 5) Source(21, 19) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(30, 9) Source(21, 19) + SourceIndex(3) +1->Emitted(31, 9) Source(21, 19) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -2908,16 +2915,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(31, 9) Source(21, 36) + SourceIndex(3) -2 >Emitted(31, 10) Source(21, 37) + SourceIndex(3) +1->Emitted(32, 9) Source(21, 36) + SourceIndex(3) +2 >Emitted(32, 10) Source(21, 37) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(32, 9) Source(21, 36) + SourceIndex(3) -2 >Emitted(32, 17) Source(21, 37) + SourceIndex(3) +1->Emitted(33, 9) Source(21, 36) + SourceIndex(3) +2 >Emitted(33, 17) Source(21, 37) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -2929,10 +2936,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(33, 5) Source(21, 36) + SourceIndex(3) -2 >Emitted(33, 6) Source(21, 37) + SourceIndex(3) -3 >Emitted(33, 6) Source(21, 19) + SourceIndex(3) -4 >Emitted(33, 10) Source(21, 37) + SourceIndex(3) +1 >Emitted(34, 5) Source(21, 36) + SourceIndex(3) +2 >Emitted(34, 6) Source(21, 37) + SourceIndex(3) +3 >Emitted(34, 6) Source(21, 19) + SourceIndex(3) +4 >Emitted(34, 10) Source(21, 37) + SourceIndex(3) --- >>> normalN.C = C; 1->^^^^ @@ -2944,10 +2951,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > { } 4 > -1->Emitted(34, 5) Source(21, 32) + SourceIndex(3) -2 >Emitted(34, 14) Source(21, 33) + SourceIndex(3) -3 >Emitted(34, 18) Source(21, 37) + SourceIndex(3) -4 >Emitted(34, 19) Source(21, 37) + SourceIndex(3) +1->Emitted(35, 5) Source(21, 32) + SourceIndex(3) +2 >Emitted(35, 14) Source(21, 33) + SourceIndex(3) +3 >Emitted(35, 18) Source(21, 37) + SourceIndex(3) +4 >Emitted(35, 19) Source(21, 37) + SourceIndex(3) --- >>> function foo() { } 1->^^^^ @@ -2962,11 +2969,11 @@ sourceFile:../../../second/second_part1.ts 3 > foo 4 > () { 5 > } -1->Emitted(35, 5) Source(22, 19) + SourceIndex(3) -2 >Emitted(35, 14) Source(22, 35) + SourceIndex(3) -3 >Emitted(35, 17) Source(22, 38) + SourceIndex(3) -4 >Emitted(35, 22) Source(22, 42) + SourceIndex(3) -5 >Emitted(35, 23) Source(22, 43) + SourceIndex(3) +1->Emitted(36, 5) Source(22, 19) + SourceIndex(3) +2 >Emitted(36, 14) Source(22, 35) + SourceIndex(3) +3 >Emitted(36, 17) Source(22, 38) + SourceIndex(3) +4 >Emitted(36, 22) Source(22, 42) + SourceIndex(3) +5 >Emitted(36, 23) Source(22, 43) + SourceIndex(3) --- >>> normalN.foo = foo; 1->^^^^ @@ -2978,10 +2985,10 @@ sourceFile:../../../second/second_part1.ts 2 > foo 3 > () {} 4 > -1->Emitted(36, 5) Source(22, 35) + SourceIndex(3) -2 >Emitted(36, 16) Source(22, 38) + SourceIndex(3) -3 >Emitted(36, 22) Source(22, 43) + SourceIndex(3) -4 >Emitted(36, 23) Source(22, 43) + SourceIndex(3) +1->Emitted(37, 5) Source(22, 35) + SourceIndex(3) +2 >Emitted(37, 16) Source(22, 38) + SourceIndex(3) +3 >Emitted(37, 22) Source(22, 43) + SourceIndex(3) +4 >Emitted(37, 23) Source(22, 43) + SourceIndex(3) --- >>> var someNamespace; 1->^^^^ @@ -2994,10 +3001,10 @@ sourceFile:../../../second/second_part1.ts 2 > export namespace 3 > someNamespace 4 > { export class C {} } -1->Emitted(37, 5) Source(23, 19) + SourceIndex(3) -2 >Emitted(37, 9) Source(23, 36) + SourceIndex(3) -3 >Emitted(37, 22) Source(23, 49) + SourceIndex(3) -4 >Emitted(37, 23) Source(23, 71) + SourceIndex(3) +1->Emitted(38, 5) Source(23, 19) + SourceIndex(3) +2 >Emitted(38, 9) Source(23, 36) + SourceIndex(3) +3 >Emitted(38, 22) Source(23, 49) + SourceIndex(3) +4 >Emitted(38, 23) Source(23, 71) + SourceIndex(3) --- >>> (function (someNamespace) { 1->^^^^ @@ -3007,21 +3014,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > export namespace 3 > someNamespace -1->Emitted(38, 5) Source(23, 19) + SourceIndex(3) -2 >Emitted(38, 16) Source(23, 36) + SourceIndex(3) -3 >Emitted(38, 29) Source(23, 49) + SourceIndex(3) +1->Emitted(39, 5) Source(23, 19) + SourceIndex(3) +2 >Emitted(39, 16) Source(23, 36) + SourceIndex(3) +3 >Emitted(39, 29) Source(23, 49) + SourceIndex(3) --- >>> var C = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(39, 9) Source(23, 52) + SourceIndex(3) +1->Emitted(40, 9) Source(23, 52) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(40, 13) Source(23, 52) + SourceIndex(3) +1->Emitted(41, 13) Source(23, 52) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -3029,16 +3036,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(41, 13) Source(23, 68) + SourceIndex(3) -2 >Emitted(41, 14) Source(23, 69) + SourceIndex(3) +1->Emitted(42, 13) Source(23, 68) + SourceIndex(3) +2 >Emitted(42, 14) Source(23, 69) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(42, 13) Source(23, 68) + SourceIndex(3) -2 >Emitted(42, 21) Source(23, 69) + SourceIndex(3) +1->Emitted(43, 13) Source(23, 68) + SourceIndex(3) +2 >Emitted(43, 21) Source(23, 69) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -3050,10 +3057,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(43, 9) Source(23, 68) + SourceIndex(3) -2 >Emitted(43, 10) Source(23, 69) + SourceIndex(3) -3 >Emitted(43, 10) Source(23, 52) + SourceIndex(3) -4 >Emitted(43, 14) Source(23, 69) + SourceIndex(3) +1 >Emitted(44, 9) Source(23, 68) + SourceIndex(3) +2 >Emitted(44, 10) Source(23, 69) + SourceIndex(3) +3 >Emitted(44, 10) Source(23, 52) + SourceIndex(3) +4 >Emitted(44, 14) Source(23, 69) + SourceIndex(3) --- >>> someNamespace.C = C; 1->^^^^^^^^ @@ -3065,10 +3072,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > {} 4 > -1->Emitted(44, 9) Source(23, 65) + SourceIndex(3) -2 >Emitted(44, 24) Source(23, 66) + SourceIndex(3) -3 >Emitted(44, 28) Source(23, 69) + SourceIndex(3) -4 >Emitted(44, 29) Source(23, 69) + SourceIndex(3) +1->Emitted(45, 9) Source(23, 65) + SourceIndex(3) +2 >Emitted(45, 24) Source(23, 66) + SourceIndex(3) +3 >Emitted(45, 28) Source(23, 69) + SourceIndex(3) +4 >Emitted(45, 29) Source(23, 69) + SourceIndex(3) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^ @@ -3089,15 +3096,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(45, 5) Source(23, 70) + SourceIndex(3) -2 >Emitted(45, 6) Source(23, 71) + SourceIndex(3) -3 >Emitted(45, 8) Source(23, 36) + SourceIndex(3) -4 >Emitted(45, 21) Source(23, 49) + SourceIndex(3) -5 >Emitted(45, 24) Source(23, 36) + SourceIndex(3) -6 >Emitted(45, 45) Source(23, 49) + SourceIndex(3) -7 >Emitted(45, 50) Source(23, 36) + SourceIndex(3) -8 >Emitted(45, 71) Source(23, 49) + SourceIndex(3) -9 >Emitted(45, 79) Source(23, 71) + SourceIndex(3) +1->Emitted(46, 5) Source(23, 70) + SourceIndex(3) +2 >Emitted(46, 6) Source(23, 71) + SourceIndex(3) +3 >Emitted(46, 8) Source(23, 36) + SourceIndex(3) +4 >Emitted(46, 21) Source(23, 49) + SourceIndex(3) +5 >Emitted(46, 24) Source(23, 36) + SourceIndex(3) +6 >Emitted(46, 45) Source(23, 49) + SourceIndex(3) +7 >Emitted(46, 50) Source(23, 36) + SourceIndex(3) +8 >Emitted(46, 71) Source(23, 49) + SourceIndex(3) +9 >Emitted(46, 79) Source(23, 71) + SourceIndex(3) --- >>> var someOther; 1 >^^^^ @@ -3110,10 +3117,10 @@ sourceFile:../../../second/second_part1.ts 2 > export namespace 3 > someOther 4 > .something { export class someClass {} } -1 >Emitted(46, 5) Source(24, 19) + SourceIndex(3) -2 >Emitted(46, 9) Source(24, 36) + SourceIndex(3) -3 >Emitted(46, 18) Source(24, 45) + SourceIndex(3) -4 >Emitted(46, 19) Source(24, 85) + SourceIndex(3) +1 >Emitted(47, 5) Source(24, 19) + SourceIndex(3) +2 >Emitted(47, 9) Source(24, 36) + SourceIndex(3) +3 >Emitted(47, 18) Source(24, 45) + SourceIndex(3) +4 >Emitted(47, 19) Source(24, 85) + SourceIndex(3) --- >>> (function (someOther) { 1->^^^^ @@ -3122,9 +3129,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > export namespace 3 > someOther -1->Emitted(47, 5) Source(24, 19) + SourceIndex(3) -2 >Emitted(47, 16) Source(24, 36) + SourceIndex(3) -3 >Emitted(47, 25) Source(24, 45) + SourceIndex(3) +1->Emitted(48, 5) Source(24, 19) + SourceIndex(3) +2 >Emitted(48, 16) Source(24, 36) + SourceIndex(3) +3 >Emitted(48, 25) Source(24, 45) + SourceIndex(3) --- >>> var something; 1 >^^^^^^^^ @@ -3136,10 +3143,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(48, 9) Source(24, 46) + SourceIndex(3) -2 >Emitted(48, 13) Source(24, 46) + SourceIndex(3) -3 >Emitted(48, 22) Source(24, 55) + SourceIndex(3) -4 >Emitted(48, 23) Source(24, 85) + SourceIndex(3) +1 >Emitted(49, 9) Source(24, 46) + SourceIndex(3) +2 >Emitted(49, 13) Source(24, 46) + SourceIndex(3) +3 >Emitted(49, 22) Source(24, 55) + SourceIndex(3) +4 >Emitted(49, 23) Source(24, 85) + SourceIndex(3) --- >>> (function (something) { 1->^^^^^^^^ @@ -3149,21 +3156,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(49, 9) Source(24, 46) + SourceIndex(3) -2 >Emitted(49, 20) Source(24, 46) + SourceIndex(3) -3 >Emitted(49, 29) Source(24, 55) + SourceIndex(3) +1->Emitted(50, 9) Source(24, 46) + SourceIndex(3) +2 >Emitted(50, 20) Source(24, 46) + SourceIndex(3) +3 >Emitted(50, 29) Source(24, 55) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(50, 13) Source(24, 58) + SourceIndex(3) +1->Emitted(51, 13) Source(24, 58) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(51, 17) Source(24, 58) + SourceIndex(3) +1->Emitted(52, 17) Source(24, 58) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -3171,16 +3178,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(52, 17) Source(24, 82) + SourceIndex(3) -2 >Emitted(52, 18) Source(24, 83) + SourceIndex(3) +1->Emitted(53, 17) Source(24, 82) + SourceIndex(3) +2 >Emitted(53, 18) Source(24, 83) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(53, 17) Source(24, 82) + SourceIndex(3) -2 >Emitted(53, 33) Source(24, 83) + SourceIndex(3) +1->Emitted(54, 17) Source(24, 82) + SourceIndex(3) +2 >Emitted(54, 33) Source(24, 83) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -3192,10 +3199,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(54, 13) Source(24, 82) + SourceIndex(3) -2 >Emitted(54, 14) Source(24, 83) + SourceIndex(3) -3 >Emitted(54, 14) Source(24, 58) + SourceIndex(3) -4 >Emitted(54, 18) Source(24, 83) + SourceIndex(3) +1 >Emitted(55, 13) Source(24, 82) + SourceIndex(3) +2 >Emitted(55, 14) Source(24, 83) + SourceIndex(3) +3 >Emitted(55, 14) Source(24, 58) + SourceIndex(3) +4 >Emitted(55, 18) Source(24, 83) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -3207,10 +3214,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(55, 13) Source(24, 71) + SourceIndex(3) -2 >Emitted(55, 32) Source(24, 80) + SourceIndex(3) -3 >Emitted(55, 44) Source(24, 83) + SourceIndex(3) -4 >Emitted(55, 45) Source(24, 83) + SourceIndex(3) +1->Emitted(56, 13) Source(24, 71) + SourceIndex(3) +2 >Emitted(56, 32) Source(24, 80) + SourceIndex(3) +3 >Emitted(56, 44) Source(24, 83) + SourceIndex(3) +4 >Emitted(56, 45) Source(24, 83) + SourceIndex(3) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^ @@ -3231,15 +3238,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(56, 9) Source(24, 84) + SourceIndex(3) -2 >Emitted(56, 10) Source(24, 85) + SourceIndex(3) -3 >Emitted(56, 12) Source(24, 46) + SourceIndex(3) -4 >Emitted(56, 21) Source(24, 55) + SourceIndex(3) -5 >Emitted(56, 24) Source(24, 46) + SourceIndex(3) -6 >Emitted(56, 43) Source(24, 55) + SourceIndex(3) -7 >Emitted(56, 48) Source(24, 46) + SourceIndex(3) -8 >Emitted(56, 67) Source(24, 55) + SourceIndex(3) -9 >Emitted(56, 75) Source(24, 85) + SourceIndex(3) +1->Emitted(57, 9) Source(24, 84) + SourceIndex(3) +2 >Emitted(57, 10) Source(24, 85) + SourceIndex(3) +3 >Emitted(57, 12) Source(24, 46) + SourceIndex(3) +4 >Emitted(57, 21) Source(24, 55) + SourceIndex(3) +5 >Emitted(57, 24) Source(24, 46) + SourceIndex(3) +6 >Emitted(57, 43) Source(24, 55) + SourceIndex(3) +7 >Emitted(57, 48) Source(24, 46) + SourceIndex(3) +8 >Emitted(57, 67) Source(24, 55) + SourceIndex(3) +9 >Emitted(57, 75) Source(24, 85) + SourceIndex(3) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^ @@ -3260,15 +3267,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(57, 5) Source(24, 84) + SourceIndex(3) -2 >Emitted(57, 6) Source(24, 85) + SourceIndex(3) -3 >Emitted(57, 8) Source(24, 36) + SourceIndex(3) -4 >Emitted(57, 17) Source(24, 45) + SourceIndex(3) -5 >Emitted(57, 20) Source(24, 36) + SourceIndex(3) -6 >Emitted(57, 37) Source(24, 45) + SourceIndex(3) -7 >Emitted(57, 42) Source(24, 36) + SourceIndex(3) -8 >Emitted(57, 59) Source(24, 45) + SourceIndex(3) -9 >Emitted(57, 67) Source(24, 85) + SourceIndex(3) +1 >Emitted(58, 5) Source(24, 84) + SourceIndex(3) +2 >Emitted(58, 6) Source(24, 85) + SourceIndex(3) +3 >Emitted(58, 8) Source(24, 36) + SourceIndex(3) +4 >Emitted(58, 17) Source(24, 45) + SourceIndex(3) +5 >Emitted(58, 20) Source(24, 36) + SourceIndex(3) +6 >Emitted(58, 37) Source(24, 45) + SourceIndex(3) +7 >Emitted(58, 42) Source(24, 36) + SourceIndex(3) +8 >Emitted(58, 59) Source(24, 45) + SourceIndex(3) +9 >Emitted(58, 67) Source(24, 85) + SourceIndex(3) --- >>> normalN.someImport = someNamespace.C; 1 >^^^^ @@ -3286,13 +3293,13 @@ sourceFile:../../../second/second_part1.ts 5 > . 6 > C 7 > ; -1 >Emitted(58, 5) Source(25, 33) + SourceIndex(3) -2 >Emitted(58, 23) Source(25, 43) + SourceIndex(3) -3 >Emitted(58, 26) Source(25, 46) + SourceIndex(3) -4 >Emitted(58, 39) Source(25, 59) + SourceIndex(3) -5 >Emitted(58, 40) Source(25, 60) + SourceIndex(3) -6 >Emitted(58, 41) Source(25, 61) + SourceIndex(3) -7 >Emitted(58, 42) Source(25, 62) + SourceIndex(3) +1 >Emitted(59, 5) Source(25, 33) + SourceIndex(3) +2 >Emitted(59, 23) Source(25, 43) + SourceIndex(3) +3 >Emitted(59, 26) Source(25, 46) + SourceIndex(3) +4 >Emitted(59, 39) Source(25, 59) + SourceIndex(3) +5 >Emitted(59, 40) Source(25, 60) + SourceIndex(3) +6 >Emitted(59, 41) Source(25, 61) + SourceIndex(3) +7 >Emitted(59, 42) Source(25, 62) + SourceIndex(3) --- >>> normalN.internalConst = 10; 1 >^^^^ @@ -3307,11 +3314,11 @@ sourceFile:../../../second/second_part1.ts 3 > = 4 > 10 5 > ; -1 >Emitted(59, 5) Source(27, 32) + SourceIndex(3) -2 >Emitted(59, 26) Source(27, 45) + SourceIndex(3) -3 >Emitted(59, 29) Source(27, 48) + SourceIndex(3) -4 >Emitted(59, 31) Source(27, 50) + SourceIndex(3) -5 >Emitted(59, 32) Source(27, 51) + SourceIndex(3) +1 >Emitted(60, 5) Source(27, 32) + SourceIndex(3) +2 >Emitted(60, 26) Source(27, 45) + SourceIndex(3) +3 >Emitted(60, 29) Source(27, 48) + SourceIndex(3) +4 >Emitted(60, 31) Source(27, 50) + SourceIndex(3) +5 >Emitted(60, 32) Source(27, 51) + SourceIndex(3) --- >>> var internalEnum; 1 >^^^^ @@ -3322,9 +3329,9 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ 2 > export enum 3 > internalEnum { a, b, c } -1 >Emitted(60, 5) Source(28, 19) + SourceIndex(3) -2 >Emitted(60, 9) Source(28, 31) + SourceIndex(3) -3 >Emitted(60, 21) Source(28, 55) + SourceIndex(3) +1 >Emitted(61, 5) Source(28, 19) + SourceIndex(3) +2 >Emitted(61, 9) Source(28, 31) + SourceIndex(3) +3 >Emitted(61, 21) Source(28, 55) + SourceIndex(3) --- >>> (function (internalEnum) { 1->^^^^ @@ -3334,9 +3341,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > export enum 3 > internalEnum -1->Emitted(61, 5) Source(28, 19) + SourceIndex(3) -2 >Emitted(61, 16) Source(28, 31) + SourceIndex(3) -3 >Emitted(61, 28) Source(28, 43) + SourceIndex(3) +1->Emitted(62, 5) Source(28, 19) + SourceIndex(3) +2 >Emitted(62, 16) Source(28, 31) + SourceIndex(3) +3 >Emitted(62, 28) Source(28, 43) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -3346,9 +3353,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(62, 9) Source(28, 46) + SourceIndex(3) -2 >Emitted(62, 50) Source(28, 47) + SourceIndex(3) -3 >Emitted(62, 51) Source(28, 47) + SourceIndex(3) +1->Emitted(63, 9) Source(28, 46) + SourceIndex(3) +2 >Emitted(63, 50) Source(28, 47) + SourceIndex(3) +3 >Emitted(63, 51) Source(28, 47) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -3358,9 +3365,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(63, 9) Source(28, 49) + SourceIndex(3) -2 >Emitted(63, 50) Source(28, 50) + SourceIndex(3) -3 >Emitted(63, 51) Source(28, 50) + SourceIndex(3) +1->Emitted(64, 9) Source(28, 49) + SourceIndex(3) +2 >Emitted(64, 50) Source(28, 50) + SourceIndex(3) +3 >Emitted(64, 51) Source(28, 50) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -3370,9 +3377,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(64, 9) Source(28, 52) + SourceIndex(3) -2 >Emitted(64, 50) Source(28, 53) + SourceIndex(3) -3 >Emitted(64, 51) Source(28, 53) + SourceIndex(3) +1->Emitted(65, 9) Source(28, 52) + SourceIndex(3) +2 >Emitted(65, 50) Source(28, 53) + SourceIndex(3) +3 >Emitted(65, 51) Source(28, 53) + SourceIndex(3) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^ @@ -3393,15 +3400,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(65, 5) Source(28, 54) + SourceIndex(3) -2 >Emitted(65, 6) Source(28, 55) + SourceIndex(3) -3 >Emitted(65, 8) Source(28, 31) + SourceIndex(3) -4 >Emitted(65, 20) Source(28, 43) + SourceIndex(3) -5 >Emitted(65, 23) Source(28, 31) + SourceIndex(3) -6 >Emitted(65, 43) Source(28, 43) + SourceIndex(3) -7 >Emitted(65, 48) Source(28, 31) + SourceIndex(3) -8 >Emitted(65, 68) Source(28, 43) + SourceIndex(3) -9 >Emitted(65, 76) Source(28, 55) + SourceIndex(3) +1->Emitted(66, 5) Source(28, 54) + SourceIndex(3) +2 >Emitted(66, 6) Source(28, 55) + SourceIndex(3) +3 >Emitted(66, 8) Source(28, 31) + SourceIndex(3) +4 >Emitted(66, 20) Source(28, 43) + SourceIndex(3) +5 >Emitted(66, 23) Source(28, 31) + SourceIndex(3) +6 >Emitted(66, 43) Source(28, 43) + SourceIndex(3) +7 >Emitted(66, 48) Source(28, 31) + SourceIndex(3) +8 >Emitted(66, 68) Source(28, 43) + SourceIndex(3) +9 >Emitted(66, 76) Source(28, 55) + SourceIndex(3) --- >>>})(normalN || (normalN = {})); 1 > @@ -3429,26 +3436,26 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(66, 1) Source(29, 1) + SourceIndex(3) -2 >Emitted(66, 2) Source(29, 2) + SourceIndex(3) -3 >Emitted(66, 4) Source(20, 11) + SourceIndex(3) -4 >Emitted(66, 11) Source(20, 18) + SourceIndex(3) -5 >Emitted(66, 16) Source(20, 11) + SourceIndex(3) -6 >Emitted(66, 23) Source(20, 18) + SourceIndex(3) -7 >Emitted(66, 31) Source(29, 2) + SourceIndex(3) +1 >Emitted(67, 1) Source(29, 1) + SourceIndex(3) +2 >Emitted(67, 2) Source(29, 2) + SourceIndex(3) +3 >Emitted(67, 4) Source(20, 11) + SourceIndex(3) +4 >Emitted(67, 11) Source(20, 18) + SourceIndex(3) +5 >Emitted(67, 16) Source(20, 11) + SourceIndex(3) +6 >Emitted(67, 23) Source(20, 18) + SourceIndex(3) +7 >Emitted(67, 31) Source(29, 2) + SourceIndex(3) --- >>>var internalC = (function () { 1-> 2 >^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> >/*@internal*/ -1->Emitted(67, 1) Source(30, 15) + SourceIndex(3) +1->Emitted(68, 1) Source(30, 15) + SourceIndex(3) --- >>> function internalC() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(68, 5) Source(30, 15) + SourceIndex(3) +1->Emitted(69, 5) Source(30, 15) + SourceIndex(3) --- >>> } 1->^^^^ @@ -3456,16 +3463,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->class internalC { 2 > } -1->Emitted(69, 5) Source(30, 32) + SourceIndex(3) -2 >Emitted(69, 6) Source(30, 33) + SourceIndex(3) +1->Emitted(70, 5) Source(30, 32) + SourceIndex(3) +2 >Emitted(70, 6) Source(30, 33) + SourceIndex(3) --- >>> return internalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(70, 5) Source(30, 32) + SourceIndex(3) -2 >Emitted(70, 21) Source(30, 33) + SourceIndex(3) +1->Emitted(71, 5) Source(30, 32) + SourceIndex(3) +2 >Emitted(71, 21) Source(30, 33) + SourceIndex(3) --- >>>}()); 1 > @@ -3477,10 +3484,10 @@ sourceFile:../../../second/second_part1.ts 2 >} 3 > 4 > class internalC {} -1 >Emitted(71, 1) Source(30, 32) + SourceIndex(3) -2 >Emitted(71, 2) Source(30, 33) + SourceIndex(3) -3 >Emitted(71, 2) Source(30, 15) + SourceIndex(3) -4 >Emitted(71, 6) Source(30, 33) + SourceIndex(3) +1 >Emitted(72, 1) Source(30, 32) + SourceIndex(3) +2 >Emitted(72, 2) Source(30, 33) + SourceIndex(3) +3 >Emitted(72, 2) Source(30, 15) + SourceIndex(3) +4 >Emitted(72, 6) Source(30, 33) + SourceIndex(3) --- >>>function internalfoo() { } 1-> @@ -3494,11 +3501,11 @@ sourceFile:../../../second/second_part1.ts 3 > internalfoo 4 > () { 5 > } -1->Emitted(72, 1) Source(31, 15) + SourceIndex(3) -2 >Emitted(72, 10) Source(31, 24) + SourceIndex(3) -3 >Emitted(72, 21) Source(31, 35) + SourceIndex(3) -4 >Emitted(72, 26) Source(31, 39) + SourceIndex(3) -5 >Emitted(72, 27) Source(31, 40) + SourceIndex(3) +1->Emitted(73, 1) Source(31, 15) + SourceIndex(3) +2 >Emitted(73, 10) Source(31, 24) + SourceIndex(3) +3 >Emitted(73, 21) Source(31, 35) + SourceIndex(3) +4 >Emitted(73, 26) Source(31, 39) + SourceIndex(3) +5 >Emitted(73, 27) Source(31, 40) + SourceIndex(3) --- >>>var internalNamespace; 1 > @@ -3511,10 +3518,10 @@ sourceFile:../../../second/second_part1.ts 2 >namespace 3 > internalNamespace 4 > { export class someClass {} } -1 >Emitted(73, 1) Source(32, 15) + SourceIndex(3) -2 >Emitted(73, 5) Source(32, 25) + SourceIndex(3) -3 >Emitted(73, 22) Source(32, 42) + SourceIndex(3) -4 >Emitted(73, 23) Source(32, 72) + SourceIndex(3) +1 >Emitted(74, 1) Source(32, 15) + SourceIndex(3) +2 >Emitted(74, 5) Source(32, 25) + SourceIndex(3) +3 >Emitted(74, 22) Source(32, 42) + SourceIndex(3) +4 >Emitted(74, 23) Source(32, 72) + SourceIndex(3) --- >>>(function (internalNamespace) { 1-> @@ -3524,21 +3531,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > internalNamespace -1->Emitted(74, 1) Source(32, 15) + SourceIndex(3) -2 >Emitted(74, 12) Source(32, 25) + SourceIndex(3) -3 >Emitted(74, 29) Source(32, 42) + SourceIndex(3) +1->Emitted(75, 1) Source(32, 15) + SourceIndex(3) +2 >Emitted(75, 12) Source(32, 25) + SourceIndex(3) +3 >Emitted(75, 29) Source(32, 42) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(75, 5) Source(32, 45) + SourceIndex(3) +1->Emitted(76, 5) Source(32, 45) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(76, 9) Source(32, 45) + SourceIndex(3) +1->Emitted(77, 9) Source(32, 45) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -3546,16 +3553,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(77, 9) Source(32, 69) + SourceIndex(3) -2 >Emitted(77, 10) Source(32, 70) + SourceIndex(3) +1->Emitted(78, 9) Source(32, 69) + SourceIndex(3) +2 >Emitted(78, 10) Source(32, 70) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(78, 9) Source(32, 69) + SourceIndex(3) -2 >Emitted(78, 25) Source(32, 70) + SourceIndex(3) +1->Emitted(79, 9) Source(32, 69) + SourceIndex(3) +2 >Emitted(79, 25) Source(32, 70) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -3567,10 +3574,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(79, 5) Source(32, 69) + SourceIndex(3) -2 >Emitted(79, 6) Source(32, 70) + SourceIndex(3) -3 >Emitted(79, 6) Source(32, 45) + SourceIndex(3) -4 >Emitted(79, 10) Source(32, 70) + SourceIndex(3) +1 >Emitted(80, 5) Source(32, 69) + SourceIndex(3) +2 >Emitted(80, 6) Source(32, 70) + SourceIndex(3) +3 >Emitted(80, 6) Source(32, 45) + SourceIndex(3) +4 >Emitted(80, 10) Source(32, 70) + SourceIndex(3) --- >>> internalNamespace.someClass = someClass; 1->^^^^ @@ -3582,10 +3589,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(80, 5) Source(32, 58) + SourceIndex(3) -2 >Emitted(80, 32) Source(32, 67) + SourceIndex(3) -3 >Emitted(80, 44) Source(32, 70) + SourceIndex(3) -4 >Emitted(80, 45) Source(32, 70) + SourceIndex(3) +1->Emitted(81, 5) Source(32, 58) + SourceIndex(3) +2 >Emitted(81, 32) Source(32, 67) + SourceIndex(3) +3 >Emitted(81, 44) Source(32, 70) + SourceIndex(3) +4 >Emitted(81, 45) Source(32, 70) + SourceIndex(3) --- >>>})(internalNamespace || (internalNamespace = {})); 1-> @@ -3602,13 +3609,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalNamespace 7 > { export class someClass {} } -1->Emitted(81, 1) Source(32, 71) + SourceIndex(3) -2 >Emitted(81, 2) Source(32, 72) + SourceIndex(3) -3 >Emitted(81, 4) Source(32, 25) + SourceIndex(3) -4 >Emitted(81, 21) Source(32, 42) + SourceIndex(3) -5 >Emitted(81, 26) Source(32, 25) + SourceIndex(3) -6 >Emitted(81, 43) Source(32, 42) + SourceIndex(3) -7 >Emitted(81, 51) Source(32, 72) + SourceIndex(3) +1->Emitted(82, 1) Source(32, 71) + SourceIndex(3) +2 >Emitted(82, 2) Source(32, 72) + SourceIndex(3) +3 >Emitted(82, 4) Source(32, 25) + SourceIndex(3) +4 >Emitted(82, 21) Source(32, 42) + SourceIndex(3) +5 >Emitted(82, 26) Source(32, 25) + SourceIndex(3) +6 >Emitted(82, 43) Source(32, 42) + SourceIndex(3) +7 >Emitted(82, 51) Source(32, 72) + SourceIndex(3) --- >>>var internalOther; 1 > @@ -3621,10 +3628,10 @@ sourceFile:../../../second/second_part1.ts 2 >namespace 3 > internalOther 4 > .something { export class someClass {} } -1 >Emitted(82, 1) Source(33, 15) + SourceIndex(3) -2 >Emitted(82, 5) Source(33, 25) + SourceIndex(3) -3 >Emitted(82, 18) Source(33, 38) + SourceIndex(3) -4 >Emitted(82, 19) Source(33, 78) + SourceIndex(3) +1 >Emitted(83, 1) Source(33, 15) + SourceIndex(3) +2 >Emitted(83, 5) Source(33, 25) + SourceIndex(3) +3 >Emitted(83, 18) Source(33, 38) + SourceIndex(3) +4 >Emitted(83, 19) Source(33, 78) + SourceIndex(3) --- >>>(function (internalOther) { 1-> @@ -3633,9 +3640,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > internalOther -1->Emitted(83, 1) Source(33, 15) + SourceIndex(3) -2 >Emitted(83, 12) Source(33, 25) + SourceIndex(3) -3 >Emitted(83, 25) Source(33, 38) + SourceIndex(3) +1->Emitted(84, 1) Source(33, 15) + SourceIndex(3) +2 >Emitted(84, 12) Source(33, 25) + SourceIndex(3) +3 >Emitted(84, 25) Source(33, 38) + SourceIndex(3) --- >>> var something; 1 >^^^^ @@ -3647,10 +3654,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(84, 5) Source(33, 39) + SourceIndex(3) -2 >Emitted(84, 9) Source(33, 39) + SourceIndex(3) -3 >Emitted(84, 18) Source(33, 48) + SourceIndex(3) -4 >Emitted(84, 19) Source(33, 78) + SourceIndex(3) +1 >Emitted(85, 5) Source(33, 39) + SourceIndex(3) +2 >Emitted(85, 9) Source(33, 39) + SourceIndex(3) +3 >Emitted(85, 18) Source(33, 48) + SourceIndex(3) +4 >Emitted(85, 19) Source(33, 78) + SourceIndex(3) --- >>> (function (something) { 1->^^^^ @@ -3660,21 +3667,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(85, 5) Source(33, 39) + SourceIndex(3) -2 >Emitted(85, 16) Source(33, 39) + SourceIndex(3) -3 >Emitted(85, 25) Source(33, 48) + SourceIndex(3) +1->Emitted(86, 5) Source(33, 39) + SourceIndex(3) +2 >Emitted(86, 16) Source(33, 39) + SourceIndex(3) +3 >Emitted(86, 25) Source(33, 48) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(86, 9) Source(33, 51) + SourceIndex(3) +1->Emitted(87, 9) Source(33, 51) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(87, 13) Source(33, 51) + SourceIndex(3) +1->Emitted(88, 13) Source(33, 51) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -3682,16 +3689,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(88, 13) Source(33, 75) + SourceIndex(3) -2 >Emitted(88, 14) Source(33, 76) + SourceIndex(3) +1->Emitted(89, 13) Source(33, 75) + SourceIndex(3) +2 >Emitted(89, 14) Source(33, 76) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(89, 13) Source(33, 75) + SourceIndex(3) -2 >Emitted(89, 29) Source(33, 76) + SourceIndex(3) +1->Emitted(90, 13) Source(33, 75) + SourceIndex(3) +2 >Emitted(90, 29) Source(33, 76) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -3703,10 +3710,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(90, 9) Source(33, 75) + SourceIndex(3) -2 >Emitted(90, 10) Source(33, 76) + SourceIndex(3) -3 >Emitted(90, 10) Source(33, 51) + SourceIndex(3) -4 >Emitted(90, 14) Source(33, 76) + SourceIndex(3) +1 >Emitted(91, 9) Source(33, 75) + SourceIndex(3) +2 >Emitted(91, 10) Source(33, 76) + SourceIndex(3) +3 >Emitted(91, 10) Source(33, 51) + SourceIndex(3) +4 >Emitted(91, 14) Source(33, 76) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^ @@ -3718,10 +3725,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(91, 9) Source(33, 64) + SourceIndex(3) -2 >Emitted(91, 28) Source(33, 73) + SourceIndex(3) -3 >Emitted(91, 40) Source(33, 76) + SourceIndex(3) -4 >Emitted(91, 41) Source(33, 76) + SourceIndex(3) +1->Emitted(92, 9) Source(33, 64) + SourceIndex(3) +2 >Emitted(92, 28) Source(33, 73) + SourceIndex(3) +3 >Emitted(92, 40) Source(33, 76) + SourceIndex(3) +4 >Emitted(92, 41) Source(33, 76) + SourceIndex(3) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^ @@ -3742,15 +3749,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(92, 5) Source(33, 77) + SourceIndex(3) -2 >Emitted(92, 6) Source(33, 78) + SourceIndex(3) -3 >Emitted(92, 8) Source(33, 39) + SourceIndex(3) -4 >Emitted(92, 17) Source(33, 48) + SourceIndex(3) -5 >Emitted(92, 20) Source(33, 39) + SourceIndex(3) -6 >Emitted(92, 43) Source(33, 48) + SourceIndex(3) -7 >Emitted(92, 48) Source(33, 39) + SourceIndex(3) -8 >Emitted(92, 71) Source(33, 48) + SourceIndex(3) -9 >Emitted(92, 79) Source(33, 78) + SourceIndex(3) +1->Emitted(93, 5) Source(33, 77) + SourceIndex(3) +2 >Emitted(93, 6) Source(33, 78) + SourceIndex(3) +3 >Emitted(93, 8) Source(33, 39) + SourceIndex(3) +4 >Emitted(93, 17) Source(33, 48) + SourceIndex(3) +5 >Emitted(93, 20) Source(33, 39) + SourceIndex(3) +6 >Emitted(93, 43) Source(33, 48) + SourceIndex(3) +7 >Emitted(93, 48) Source(33, 39) + SourceIndex(3) +8 >Emitted(93, 71) Source(33, 48) + SourceIndex(3) +9 >Emitted(93, 79) Source(33, 78) + SourceIndex(3) --- >>>})(internalOther || (internalOther = {})); 1 > @@ -3768,13 +3775,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalOther 7 > .something { export class someClass {} } -1 >Emitted(93, 1) Source(33, 77) + SourceIndex(3) -2 >Emitted(93, 2) Source(33, 78) + SourceIndex(3) -3 >Emitted(93, 4) Source(33, 25) + SourceIndex(3) -4 >Emitted(93, 17) Source(33, 38) + SourceIndex(3) -5 >Emitted(93, 22) Source(33, 25) + SourceIndex(3) -6 >Emitted(93, 35) Source(33, 38) + SourceIndex(3) -7 >Emitted(93, 43) Source(33, 78) + SourceIndex(3) +1 >Emitted(94, 1) Source(33, 77) + SourceIndex(3) +2 >Emitted(94, 2) Source(33, 78) + SourceIndex(3) +3 >Emitted(94, 4) Source(33, 25) + SourceIndex(3) +4 >Emitted(94, 17) Source(33, 38) + SourceIndex(3) +5 >Emitted(94, 22) Source(33, 25) + SourceIndex(3) +6 >Emitted(94, 35) Source(33, 38) + SourceIndex(3) +7 >Emitted(94, 43) Source(33, 78) + SourceIndex(3) --- >>>var internalImport = internalNamespace.someClass; 1-> @@ -3794,14 +3801,14 @@ sourceFile:../../../second/second_part1.ts 6 > . 7 > someClass 8 > ; -1->Emitted(94, 1) Source(34, 15) + SourceIndex(3) -2 >Emitted(94, 5) Source(34, 22) + SourceIndex(3) -3 >Emitted(94, 19) Source(34, 36) + SourceIndex(3) -4 >Emitted(94, 22) Source(34, 39) + SourceIndex(3) -5 >Emitted(94, 39) Source(34, 56) + SourceIndex(3) -6 >Emitted(94, 40) Source(34, 57) + SourceIndex(3) -7 >Emitted(94, 49) Source(34, 66) + SourceIndex(3) -8 >Emitted(94, 50) Source(34, 67) + SourceIndex(3) +1->Emitted(95, 1) Source(34, 15) + SourceIndex(3) +2 >Emitted(95, 5) Source(34, 22) + SourceIndex(3) +3 >Emitted(95, 19) Source(34, 36) + SourceIndex(3) +4 >Emitted(95, 22) Source(34, 39) + SourceIndex(3) +5 >Emitted(95, 39) Source(34, 56) + SourceIndex(3) +6 >Emitted(95, 40) Source(34, 57) + SourceIndex(3) +7 >Emitted(95, 49) Source(34, 66) + SourceIndex(3) +8 >Emitted(95, 50) Source(34, 67) + SourceIndex(3) --- >>>var internalConst = 10; 1 > @@ -3818,12 +3825,12 @@ sourceFile:../../../second/second_part1.ts 4 > = 5 > 10 6 > ; -1 >Emitted(95, 1) Source(36, 15) + SourceIndex(3) -2 >Emitted(95, 5) Source(36, 21) + SourceIndex(3) -3 >Emitted(95, 18) Source(36, 34) + SourceIndex(3) -4 >Emitted(95, 21) Source(36, 37) + SourceIndex(3) -5 >Emitted(95, 23) Source(36, 39) + SourceIndex(3) -6 >Emitted(95, 24) Source(36, 40) + SourceIndex(3) +1 >Emitted(96, 1) Source(36, 15) + SourceIndex(3) +2 >Emitted(96, 5) Source(36, 21) + SourceIndex(3) +3 >Emitted(96, 18) Source(36, 34) + SourceIndex(3) +4 >Emitted(96, 21) Source(36, 37) + SourceIndex(3) +5 >Emitted(96, 23) Source(36, 39) + SourceIndex(3) +6 >Emitted(96, 24) Source(36, 40) + SourceIndex(3) --- >>>var internalEnum; 1 > @@ -3834,9 +3841,9 @@ sourceFile:../../../second/second_part1.ts >/*@internal*/ 2 >enum 3 > internalEnum { a, b, c } -1 >Emitted(96, 1) Source(37, 15) + SourceIndex(3) -2 >Emitted(96, 5) Source(37, 20) + SourceIndex(3) -3 >Emitted(96, 17) Source(37, 44) + SourceIndex(3) +1 >Emitted(97, 1) Source(37, 15) + SourceIndex(3) +2 >Emitted(97, 5) Source(37, 20) + SourceIndex(3) +3 >Emitted(97, 17) Source(37, 44) + SourceIndex(3) --- >>>(function (internalEnum) { 1-> @@ -3846,9 +3853,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >enum 3 > internalEnum -1->Emitted(97, 1) Source(37, 15) + SourceIndex(3) -2 >Emitted(97, 12) Source(37, 20) + SourceIndex(3) -3 >Emitted(97, 24) Source(37, 32) + SourceIndex(3) +1->Emitted(98, 1) Source(37, 15) + SourceIndex(3) +2 >Emitted(98, 12) Source(37, 20) + SourceIndex(3) +3 >Emitted(98, 24) Source(37, 32) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^ @@ -3858,9 +3865,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(98, 5) Source(37, 35) + SourceIndex(3) -2 >Emitted(98, 46) Source(37, 36) + SourceIndex(3) -3 >Emitted(98, 47) Source(37, 36) + SourceIndex(3) +1->Emitted(99, 5) Source(37, 35) + SourceIndex(3) +2 >Emitted(99, 46) Source(37, 36) + SourceIndex(3) +3 >Emitted(99, 47) Source(37, 36) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^ @@ -3870,9 +3877,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(99, 5) Source(37, 38) + SourceIndex(3) -2 >Emitted(99, 46) Source(37, 39) + SourceIndex(3) -3 >Emitted(99, 47) Source(37, 39) + SourceIndex(3) +1->Emitted(100, 5) Source(37, 38) + SourceIndex(3) +2 >Emitted(100, 46) Source(37, 39) + SourceIndex(3) +3 >Emitted(100, 47) Source(37, 39) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^ @@ -3881,9 +3888,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(100, 5) Source(37, 41) + SourceIndex(3) -2 >Emitted(100, 46) Source(37, 42) + SourceIndex(3) -3 >Emitted(100, 47) Source(37, 42) + SourceIndex(3) +1->Emitted(101, 5) Source(37, 41) + SourceIndex(3) +2 >Emitted(101, 46) Source(37, 42) + SourceIndex(3) +3 >Emitted(101, 47) Source(37, 42) + SourceIndex(3) --- >>>})(internalEnum || (internalEnum = {})); 1 > @@ -3900,13 +3907,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalEnum 7 > { a, b, c } -1 >Emitted(101, 1) Source(37, 43) + SourceIndex(3) -2 >Emitted(101, 2) Source(37, 44) + SourceIndex(3) -3 >Emitted(101, 4) Source(37, 20) + SourceIndex(3) -4 >Emitted(101, 16) Source(37, 32) + SourceIndex(3) -5 >Emitted(101, 21) Source(37, 20) + SourceIndex(3) -6 >Emitted(101, 33) Source(37, 32) + SourceIndex(3) -7 >Emitted(101, 41) Source(37, 44) + SourceIndex(3) +1 >Emitted(102, 1) Source(37, 43) + SourceIndex(3) +2 >Emitted(102, 2) Source(37, 44) + SourceIndex(3) +3 >Emitted(102, 4) Source(37, 20) + SourceIndex(3) +4 >Emitted(102, 16) Source(37, 32) + SourceIndex(3) +5 >Emitted(102, 21) Source(37, 20) + SourceIndex(3) +6 >Emitted(102, 33) Source(37, 32) + SourceIndex(3) +7 >Emitted(102, 41) Source(37, 44) + SourceIndex(3) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -3916,13 +3923,13 @@ sourceFile:../../../second/second_part2.ts 1 > 2 >^^^^^^^^^^^^^^^^^^^-> 1 > -1 >Emitted(102, 1) Source(1, 1) + SourceIndex(4) +1 >Emitted(103, 1) Source(1, 1) + SourceIndex(4) --- >>> function C() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(103, 5) Source(1, 1) + SourceIndex(4) +1->Emitted(104, 5) Source(1, 1) + SourceIndex(4) --- >>> } 1->^^^^ @@ -3934,8 +3941,8 @@ sourceFile:../../../second/second_part2.ts > } > 2 > } -1->Emitted(104, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(104, 6) Source(5, 2) + SourceIndex(4) +1->Emitted(105, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(105, 6) Source(5, 2) + SourceIndex(4) --- >>> C.prototype.doSomething = function () { 1->^^^^ @@ -3945,9 +3952,9 @@ sourceFile:../../../second/second_part2.ts 1-> 2 > doSomething 3 > -1->Emitted(105, 5) Source(2, 5) + SourceIndex(4) -2 >Emitted(105, 28) Source(2, 16) + SourceIndex(4) -3 >Emitted(105, 31) Source(2, 5) + SourceIndex(4) +1->Emitted(106, 5) Source(2, 5) + SourceIndex(4) +2 >Emitted(106, 28) Source(2, 16) + SourceIndex(4) +3 >Emitted(106, 31) Source(2, 5) + SourceIndex(4) --- >>> console.log("something got done"); 1->^^^^^^^^ @@ -3967,14 +3974,14 @@ sourceFile:../../../second/second_part2.ts 6 > "something got done" 7 > ) 8 > ; -1->Emitted(106, 9) Source(3, 9) + SourceIndex(4) -2 >Emitted(106, 16) Source(3, 16) + SourceIndex(4) -3 >Emitted(106, 17) Source(3, 17) + SourceIndex(4) -4 >Emitted(106, 20) Source(3, 20) + SourceIndex(4) -5 >Emitted(106, 21) Source(3, 21) + SourceIndex(4) -6 >Emitted(106, 41) Source(3, 41) + SourceIndex(4) -7 >Emitted(106, 42) Source(3, 42) + SourceIndex(4) -8 >Emitted(106, 43) Source(3, 43) + SourceIndex(4) +1->Emitted(107, 9) Source(3, 9) + SourceIndex(4) +2 >Emitted(107, 16) Source(3, 16) + SourceIndex(4) +3 >Emitted(107, 17) Source(3, 17) + SourceIndex(4) +4 >Emitted(107, 20) Source(3, 20) + SourceIndex(4) +5 >Emitted(107, 21) Source(3, 21) + SourceIndex(4) +6 >Emitted(107, 41) Source(3, 41) + SourceIndex(4) +7 >Emitted(107, 42) Source(3, 42) + SourceIndex(4) +8 >Emitted(107, 43) Source(3, 43) + SourceIndex(4) --- >>> }; 1 >^^^^ @@ -3983,8 +3990,8 @@ sourceFile:../../../second/second_part2.ts 1 > > 2 > } -1 >Emitted(107, 5) Source(4, 5) + SourceIndex(4) -2 >Emitted(107, 6) Source(4, 6) + SourceIndex(4) +1 >Emitted(108, 5) Source(4, 5) + SourceIndex(4) +2 >Emitted(108, 6) Source(4, 6) + SourceIndex(4) --- >>> return C; 1->^^^^ @@ -3992,8 +3999,8 @@ sourceFile:../../../second/second_part2.ts 1-> > 2 > } -1->Emitted(108, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(108, 13) Source(5, 2) + SourceIndex(4) +1->Emitted(109, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(109, 13) Source(5, 2) + SourceIndex(4) --- >>>}()); 1 > @@ -4009,10 +4016,10 @@ sourceFile:../../../second/second_part2.ts > console.log("something got done"); > } > } -1 >Emitted(109, 1) Source(5, 1) + SourceIndex(4) -2 >Emitted(109, 2) Source(5, 2) + SourceIndex(4) -3 >Emitted(109, 2) Source(1, 1) + SourceIndex(4) -4 >Emitted(109, 6) Source(5, 2) + SourceIndex(4) +1 >Emitted(110, 1) Source(5, 1) + SourceIndex(4) +2 >Emitted(110, 2) Source(5, 2) + SourceIndex(4) +3 >Emitted(110, 2) Source(1, 1) + SourceIndex(4) +4 >Emitted(110, 6) Source(5, 2) + SourceIndex(4) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -4036,14 +4043,14 @@ sourceFile:../../third_part1.ts 6 > C 7 > () 8 > ; -1->Emitted(110, 1) Source(1, 1) + SourceIndex(5) -2 >Emitted(110, 5) Source(1, 5) + SourceIndex(5) -3 >Emitted(110, 6) Source(1, 6) + SourceIndex(5) -4 >Emitted(110, 9) Source(1, 9) + SourceIndex(5) -5 >Emitted(110, 13) Source(1, 13) + SourceIndex(5) -6 >Emitted(110, 14) Source(1, 14) + SourceIndex(5) -7 >Emitted(110, 16) Source(1, 16) + SourceIndex(5) -8 >Emitted(110, 17) Source(1, 17) + SourceIndex(5) +1->Emitted(111, 1) Source(1, 1) + SourceIndex(5) +2 >Emitted(111, 5) Source(1, 5) + SourceIndex(5) +3 >Emitted(111, 6) Source(1, 6) + SourceIndex(5) +4 >Emitted(111, 9) Source(1, 9) + SourceIndex(5) +5 >Emitted(111, 13) Source(1, 13) + SourceIndex(5) +6 >Emitted(111, 14) Source(1, 14) + SourceIndex(5) +7 >Emitted(111, 16) Source(1, 16) + SourceIndex(5) +8 >Emitted(111, 17) Source(1, 17) + SourceIndex(5) --- >>>c.doSomething(); 1-> @@ -4060,12 +4067,12 @@ sourceFile:../../third_part1.ts 4 > doSomething 5 > () 6 > ; -1->Emitted(111, 1) Source(2, 1) + SourceIndex(5) -2 >Emitted(111, 2) Source(2, 2) + SourceIndex(5) -3 >Emitted(111, 3) Source(2, 3) + SourceIndex(5) -4 >Emitted(111, 14) Source(2, 14) + SourceIndex(5) -5 >Emitted(111, 16) Source(2, 16) + SourceIndex(5) -6 >Emitted(111, 17) Source(2, 17) + SourceIndex(5) +1->Emitted(112, 1) Source(2, 1) + SourceIndex(5) +2 >Emitted(112, 2) Source(2, 2) + SourceIndex(5) +3 >Emitted(112, 3) Source(2, 3) + SourceIndex(5) +4 >Emitted(112, 14) Source(2, 14) + SourceIndex(5) +5 >Emitted(112, 16) Source(2, 16) + SourceIndex(5) +6 >Emitted(112, 17) Source(2, 17) + SourceIndex(5) --- >>>//# sourceMappingURL=third-output.js.map @@ -4080,20 +4087,20 @@ sourceFile:../../third_part1.ts "sections": [ { "pos": 0, - "end": 3179, + "end": 3197, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 0, - "end": 3179, + "end": 3197, "kind": "text" } ] }, { - "pos": 3179, - "end": 3215, + "pos": 3197, + "end": 3233, "kind": "text" } ] @@ -4128,9 +4135,9 @@ sourceFile:../../third_part1.ts ====================================================================== File:: /src/third/thirdjs/output/third-output.js ---------------------------------------------------------------------- -prepend: (0-3179):: ../../../2/second-output.js texts:: 1 +prepend: (0-3197):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (0-3179) +text: (0-3197) var s = "Hello, world"; console.log(s); console.log(s); @@ -4148,8 +4155,9 @@ var N; var normalC = (function () { function normalC() { } - normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: true, @@ -4242,7 +4250,7 @@ var C = (function () { }()); ---------------------------------------------------------------------- -text: (3179-3215) +text: (3197-3233) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js b/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js index e17e3f05842dd..e8a9aec5c485d 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js @@ -16,8 +16,9 @@ var N; var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - /*@internal*/ normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + /*@internal*/ proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: true, @@ -111,7 +112,7 @@ var C = /** @class */ (function () { //# sourceMappingURL=second-output.js.map //// [/src/2/second-output.js.map] -{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../first/first_PART1.ts","../first/first_part2.ts","../first/first_part3.ts","../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../first/first_PART1.ts","../first/first_part2.ts","../first/first_part3.ts","../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"AAIA,IAAM,CAAC,GAAG,cAAc,CAAC;AAMzB,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;AACf,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;ACXf,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC;ACAjB,SAAS,CAAC;IACN,OAAO,gBAAgB,CAAC;AAC5B,CAAC;ACED,IAAU,CAAC,CAMV;AAND,WAAU,CAAC;IACP,SAAS,CAAC;QACN,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IAED,CAAC,EAAE,CAAC;AACR,CAAC,EANS,CAAC,KAAD,CAAC,QAMV;AAED;IACI,aAAa,CAAC;IAAgB,CAAC;;IAE/B,aAAa,CAAC,cAAM,GAAN,cAAW,CAAC;IACZ,sBAAI,YAAC;QAAnB,aAAa,MAAC,cAAU,OAAO,EAAE,CAAC,CAAC,CAAC;QACpC,aAAa,MAAC,UAAM,GAAW,IAAI,CAAC;;;OADA;IAExC,cAAC;AAAD,CAAC,AAND,IAMC;AACD,IAAU,OAAO,CAShB;AATD,WAAU,OAAO;IACb,aAAa,CAAC;QAAA;QAAiB,CAAC;QAAD,QAAC;IAAD,CAAC,AAAlB,IAAkB;IAAL,SAAC,IAAI,CAAA;IAChC,aAAa,CAAC,SAAgB,GAAG,KAAI,CAAC;IAAR,WAAG,MAAK,CAAA;IACtC,aAAa,CAAC,IAAiB,aAAa,CAAsB;IAApD,WAAiB,aAAa;QAAG;YAAA;YAAgB,CAAC;YAAD,QAAC;QAAD,CAAC,AAAjB,IAAiB;QAAJ,eAAC,IAAG,CAAA;IAAC,CAAC,EAAnC,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAAsB;IAClE,aAAa,CAAC,IAAiB,SAAS,CAAwC;IAAlE,WAAiB,SAAS;QAAC,IAAA,SAAS,CAA8B;QAAvC,WAAA,SAAS;YAAG;gBAAA;gBAAwB,CAAC;gBAAD,gBAAC;YAAD,CAAC,AAAzB,IAAyB;YAAZ,mBAAS,YAAG,CAAA;QAAC,CAAC,EAAvC,SAAS,GAAT,mBAAS,KAAT,mBAAS,QAA8B;IAAD,CAAC,EAAjD,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAAwC;IAChF,aAAa,CAAe,kBAAU,GAAG,aAAa,CAAC,CAAC,CAAC;IAEzD,aAAa,CAAc,qBAAa,GAAG,EAAE,CAAC;IAC9C,aAAa,CAAC,IAAY,YAAwB;IAApC,WAAY,YAAY;QAAG,yCAAC,CAAA;QAAE,yCAAC,CAAA;QAAE,yCAAC,CAAA;IAAC,CAAC,EAAxB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAAY;AACtD,CAAC,EATS,OAAO,KAAP,OAAO,QAShB;AACD,aAAa,CAAC;IAAA;IAAiB,CAAC;IAAD,gBAAC;AAAD,CAAC,AAAlB,IAAkB;AAChC,aAAa,CAAC,SAAS,WAAW,KAAI,CAAC;AACvC,aAAa,CAAC,IAAU,iBAAiB,CAA8B;AAAzD,WAAU,iBAAiB;IAAG;QAAA;QAAwB,CAAC;QAAD,gBAAC;IAAD,CAAC,AAAzB,IAAyB;IAAZ,2BAAS,YAAG,CAAA;AAAC,CAAC,EAA/C,iBAAiB,KAAjB,iBAAiB,QAA8B;AACvE,aAAa,CAAC,IAAU,aAAa,CAAwC;AAA/D,WAAU,aAAa;IAAC,IAAA,SAAS,CAA8B;IAAvC,WAAA,SAAS;QAAG;YAAA;YAAwB,CAAC;YAAD,gBAAC;QAAD,CAAC,AAAzB,IAAyB;QAAZ,mBAAS,YAAG,CAAA;IAAC,CAAC,EAAvC,SAAS,GAAT,uBAAS,KAAT,uBAAS,QAA8B;AAAD,CAAC,EAArD,aAAa,KAAb,aAAa,QAAwC;AAC7E,aAAa,CAAC,IAAO,cAAc,GAAG,iBAAiB,CAAC,SAAS,CAAC;AAElE,aAAa,CAAC,IAAM,aAAa,GAAG,EAAE,CAAC;AACvC,aAAa,CAAC,IAAK,YAAwB;AAA7B,WAAK,YAAY;IAAG,yCAAC,CAAA;IAAE,yCAAC,CAAA;IAAE,yCAAC,CAAA;AAAC,CAAC,EAAxB,YAAY,KAAZ,YAAY,QAAY;ACpC3C;IAAA;IAIA,CAAC;IAHG,uBAAW,GAAX;QACI,OAAO,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAC;IACtC,CAAC;IACL,QAAC;AAAD,CAAC,AAJD,IAIC"} //// [/src/2/second-output.js.map.baseline.txt] =================================================================== @@ -445,49 +446,50 @@ sourceFile:../second/second_part1.ts >>> } 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >constructor() { 2 > } 1 >Emitted(17, 5) Source(14, 35) + SourceIndex(3) 2 >Emitted(17, 6) Source(14, 36) + SourceIndex(3) --- ->>> /*@internal*/ normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> /*@internal*/ proto_1.method = function () { }; 1->^^^^ 2 > ^^^^^^^^^^^^^ 3 > ^ -4 > ^^^^^^^^^^^^^^^^^^^^^^^^ -5 > ^^^ -6 > ^^^^^^^^^^^^^^ -7 > ^ +4 > ^^^^^^^^^^^^^^ +5 > ^^^ +6 > ^^^^^^^^^^^^^^ +7 > ^ 1-> > /*@internal*/ prop: string; > 2 > /*@internal*/ 3 > 4 > method -5 > -6 > method() { -7 > } -1->Emitted(18, 5) Source(16, 5) + SourceIndex(3) -2 >Emitted(18, 18) Source(16, 18) + SourceIndex(3) -3 >Emitted(18, 19) Source(16, 19) + SourceIndex(3) -4 >Emitted(18, 43) Source(16, 25) + SourceIndex(3) -5 >Emitted(18, 46) Source(16, 19) + SourceIndex(3) -6 >Emitted(18, 60) Source(16, 30) + SourceIndex(3) -7 >Emitted(18, 61) Source(16, 31) + SourceIndex(3) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +5 > +6 > method() { +7 > } +1->Emitted(19, 5) Source(16, 5) + SourceIndex(3) +2 >Emitted(19, 18) Source(16, 18) + SourceIndex(3) +3 >Emitted(19, 19) Source(16, 19) + SourceIndex(3) +4 >Emitted(19, 33) Source(16, 25) + SourceIndex(3) +5 >Emitted(19, 36) Source(16, 19) + SourceIndex(3) +6 >Emitted(19, 50) Source(16, 30) + SourceIndex(3) +7 >Emitted(19, 51) Source(16, 31) + SourceIndex(3) +--- +>>> Object.defineProperty(proto_1, "c", { 1 >^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ -4 > ^^^^^^^-> +3 > ^^^^^^^^^^^^ +4 > ^^^^^^^^^^^^^^^^^-> 1 > > /*@internal*/ 2 > get 3 > c -1 >Emitted(19, 5) Source(17, 19) + SourceIndex(3) -2 >Emitted(19, 27) Source(17, 23) + SourceIndex(3) -3 >Emitted(19, 49) Source(17, 24) + SourceIndex(3) +1 >Emitted(20, 5) Source(17, 19) + SourceIndex(3) +2 >Emitted(20, 27) Source(17, 23) + SourceIndex(3) +3 >Emitted(20, 39) Source(17, 24) + SourceIndex(3) --- >>> /*@internal*/ get: function () { return 10; }, 1->^^^^^^^^ @@ -508,15 +510,15 @@ sourceFile:../second/second_part1.ts 7 > ; 8 > 9 > } -1->Emitted(20, 9) Source(17, 5) + SourceIndex(3) -2 >Emitted(20, 22) Source(17, 18) + SourceIndex(3) -3 >Emitted(20, 28) Source(17, 19) + SourceIndex(3) -4 >Emitted(20, 42) Source(17, 29) + SourceIndex(3) -5 >Emitted(20, 49) Source(17, 36) + SourceIndex(3) -6 >Emitted(20, 51) Source(17, 38) + SourceIndex(3) -7 >Emitted(20, 52) Source(17, 39) + SourceIndex(3) -8 >Emitted(20, 53) Source(17, 40) + SourceIndex(3) -9 >Emitted(20, 54) Source(17, 41) + SourceIndex(3) +1->Emitted(21, 9) Source(17, 5) + SourceIndex(3) +2 >Emitted(21, 22) Source(17, 18) + SourceIndex(3) +3 >Emitted(21, 28) Source(17, 19) + SourceIndex(3) +4 >Emitted(21, 42) Source(17, 29) + SourceIndex(3) +5 >Emitted(21, 49) Source(17, 36) + SourceIndex(3) +6 >Emitted(21, 51) Source(17, 38) + SourceIndex(3) +7 >Emitted(21, 52) Source(17, 39) + SourceIndex(3) +8 >Emitted(21, 53) Source(17, 40) + SourceIndex(3) +9 >Emitted(21, 54) Source(17, 41) + SourceIndex(3) --- >>> /*@internal*/ set: function (val) { }, 1 >^^^^^^^^ @@ -534,13 +536,13 @@ sourceFile:../second/second_part1.ts 5 > val: number 6 > ) { 7 > } -1 >Emitted(21, 9) Source(18, 5) + SourceIndex(3) -2 >Emitted(21, 22) Source(18, 18) + SourceIndex(3) -3 >Emitted(21, 28) Source(18, 19) + SourceIndex(3) -4 >Emitted(21, 38) Source(18, 25) + SourceIndex(3) -5 >Emitted(21, 41) Source(18, 36) + SourceIndex(3) -6 >Emitted(21, 45) Source(18, 40) + SourceIndex(3) -7 >Emitted(21, 46) Source(18, 41) + SourceIndex(3) +1 >Emitted(22, 9) Source(18, 5) + SourceIndex(3) +2 >Emitted(22, 22) Source(18, 18) + SourceIndex(3) +3 >Emitted(22, 28) Source(18, 19) + SourceIndex(3) +4 >Emitted(22, 38) Source(18, 25) + SourceIndex(3) +5 >Emitted(22, 41) Source(18, 36) + SourceIndex(3) +6 >Emitted(22, 45) Source(18, 40) + SourceIndex(3) +7 >Emitted(22, 46) Source(18, 41) + SourceIndex(3) --- >>> enumerable: true, >>> configurable: true @@ -548,7 +550,7 @@ sourceFile:../second/second_part1.ts 1 >^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(24, 8) Source(17, 41) + SourceIndex(3) +1 >Emitted(25, 8) Source(17, 41) + SourceIndex(3) --- >>> return normalC; 1->^^^^ @@ -557,8 +559,8 @@ sourceFile:../second/second_part1.ts > /*@internal*/ set c(val: number) { } > 2 > } -1->Emitted(25, 5) Source(19, 1) + SourceIndex(3) -2 >Emitted(25, 19) Source(19, 2) + SourceIndex(3) +1->Emitted(26, 5) Source(19, 1) + SourceIndex(3) +2 >Emitted(26, 19) Source(19, 2) + SourceIndex(3) --- >>>}()); 1 > @@ -576,10 +578,10 @@ sourceFile:../second/second_part1.ts > /*@internal*/ get c() { return 10; } > /*@internal*/ set c(val: number) { } > } -1 >Emitted(26, 1) Source(19, 1) + SourceIndex(3) -2 >Emitted(26, 2) Source(19, 2) + SourceIndex(3) -3 >Emitted(26, 2) Source(13, 1) + SourceIndex(3) -4 >Emitted(26, 6) Source(19, 2) + SourceIndex(3) +1 >Emitted(27, 1) Source(19, 1) + SourceIndex(3) +2 >Emitted(27, 2) Source(19, 2) + SourceIndex(3) +3 >Emitted(27, 2) Source(13, 1) + SourceIndex(3) +4 >Emitted(27, 6) Source(19, 2) + SourceIndex(3) --- >>>var normalN; 1-> @@ -601,10 +603,10 @@ sourceFile:../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(27, 5) Source(20, 11) + SourceIndex(3) -3 >Emitted(27, 12) Source(20, 18) + SourceIndex(3) -4 >Emitted(27, 13) Source(29, 2) + SourceIndex(3) +1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(28, 5) Source(20, 11) + SourceIndex(3) +3 >Emitted(28, 12) Source(20, 18) + SourceIndex(3) +4 >Emitted(28, 13) Source(29, 2) + SourceIndex(3) --- >>>(function (normalN) { 1-> @@ -614,9 +616,9 @@ sourceFile:../second/second_part1.ts 1-> 2 >namespace 3 > normalN -1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(28, 12) Source(20, 11) + SourceIndex(3) -3 >Emitted(28, 19) Source(20, 18) + SourceIndex(3) +1->Emitted(29, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(29, 12) Source(20, 11) + SourceIndex(3) +3 >Emitted(29, 19) Source(20, 18) + SourceIndex(3) --- >>> /*@internal*/ var C = /** @class */ (function () { 1->^^^^ @@ -627,15 +629,15 @@ sourceFile:../second/second_part1.ts > 2 > /*@internal*/ 3 > -1->Emitted(29, 5) Source(21, 5) + SourceIndex(3) -2 >Emitted(29, 18) Source(21, 18) + SourceIndex(3) -3 >Emitted(29, 19) Source(21, 19) + SourceIndex(3) +1->Emitted(30, 5) Source(21, 5) + SourceIndex(3) +2 >Emitted(30, 18) Source(21, 18) + SourceIndex(3) +3 >Emitted(30, 19) Source(21, 19) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(30, 9) Source(21, 19) + SourceIndex(3) +1->Emitted(31, 9) Source(21, 19) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -643,16 +645,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(31, 9) Source(21, 36) + SourceIndex(3) -2 >Emitted(31, 10) Source(21, 37) + SourceIndex(3) +1->Emitted(32, 9) Source(21, 36) + SourceIndex(3) +2 >Emitted(32, 10) Source(21, 37) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(32, 9) Source(21, 36) + SourceIndex(3) -2 >Emitted(32, 17) Source(21, 37) + SourceIndex(3) +1->Emitted(33, 9) Source(21, 36) + SourceIndex(3) +2 >Emitted(33, 17) Source(21, 37) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -664,10 +666,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(33, 5) Source(21, 36) + SourceIndex(3) -2 >Emitted(33, 6) Source(21, 37) + SourceIndex(3) -3 >Emitted(33, 6) Source(21, 19) + SourceIndex(3) -4 >Emitted(33, 10) Source(21, 37) + SourceIndex(3) +1 >Emitted(34, 5) Source(21, 36) + SourceIndex(3) +2 >Emitted(34, 6) Source(21, 37) + SourceIndex(3) +3 >Emitted(34, 6) Source(21, 19) + SourceIndex(3) +4 >Emitted(34, 10) Source(21, 37) + SourceIndex(3) --- >>> normalN.C = C; 1->^^^^ @@ -679,10 +681,10 @@ sourceFile:../second/second_part1.ts 2 > C 3 > { } 4 > -1->Emitted(34, 5) Source(21, 32) + SourceIndex(3) -2 >Emitted(34, 14) Source(21, 33) + SourceIndex(3) -3 >Emitted(34, 18) Source(21, 37) + SourceIndex(3) -4 >Emitted(34, 19) Source(21, 37) + SourceIndex(3) +1->Emitted(35, 5) Source(21, 32) + SourceIndex(3) +2 >Emitted(35, 14) Source(21, 33) + SourceIndex(3) +3 >Emitted(35, 18) Source(21, 37) + SourceIndex(3) +4 >Emitted(35, 19) Source(21, 37) + SourceIndex(3) --- >>> /*@internal*/ function foo() { } 1->^^^^ @@ -700,13 +702,13 @@ sourceFile:../second/second_part1.ts 5 > foo 6 > () { 7 > } -1->Emitted(35, 5) Source(22, 5) + SourceIndex(3) -2 >Emitted(35, 18) Source(22, 18) + SourceIndex(3) -3 >Emitted(35, 19) Source(22, 19) + SourceIndex(3) -4 >Emitted(35, 28) Source(22, 35) + SourceIndex(3) -5 >Emitted(35, 31) Source(22, 38) + SourceIndex(3) -6 >Emitted(35, 36) Source(22, 42) + SourceIndex(3) -7 >Emitted(35, 37) Source(22, 43) + SourceIndex(3) +1->Emitted(36, 5) Source(22, 5) + SourceIndex(3) +2 >Emitted(36, 18) Source(22, 18) + SourceIndex(3) +3 >Emitted(36, 19) Source(22, 19) + SourceIndex(3) +4 >Emitted(36, 28) Source(22, 35) + SourceIndex(3) +5 >Emitted(36, 31) Source(22, 38) + SourceIndex(3) +6 >Emitted(36, 36) Source(22, 42) + SourceIndex(3) +7 >Emitted(36, 37) Source(22, 43) + SourceIndex(3) --- >>> normalN.foo = foo; 1 >^^^^ @@ -718,10 +720,10 @@ sourceFile:../second/second_part1.ts 2 > foo 3 > () {} 4 > -1 >Emitted(36, 5) Source(22, 35) + SourceIndex(3) -2 >Emitted(36, 16) Source(22, 38) + SourceIndex(3) -3 >Emitted(36, 22) Source(22, 43) + SourceIndex(3) -4 >Emitted(36, 23) Source(22, 43) + SourceIndex(3) +1 >Emitted(37, 5) Source(22, 35) + SourceIndex(3) +2 >Emitted(37, 16) Source(22, 38) + SourceIndex(3) +3 >Emitted(37, 22) Source(22, 43) + SourceIndex(3) +4 >Emitted(37, 23) Source(22, 43) + SourceIndex(3) --- >>> /*@internal*/ var someNamespace; 1->^^^^ @@ -737,12 +739,12 @@ sourceFile:../second/second_part1.ts 4 > export namespace 5 > someNamespace 6 > { export class C {} } -1->Emitted(37, 5) Source(23, 5) + SourceIndex(3) -2 >Emitted(37, 18) Source(23, 18) + SourceIndex(3) -3 >Emitted(37, 19) Source(23, 19) + SourceIndex(3) -4 >Emitted(37, 23) Source(23, 36) + SourceIndex(3) -5 >Emitted(37, 36) Source(23, 49) + SourceIndex(3) -6 >Emitted(37, 37) Source(23, 71) + SourceIndex(3) +1->Emitted(38, 5) Source(23, 5) + SourceIndex(3) +2 >Emitted(38, 18) Source(23, 18) + SourceIndex(3) +3 >Emitted(38, 19) Source(23, 19) + SourceIndex(3) +4 >Emitted(38, 23) Source(23, 36) + SourceIndex(3) +5 >Emitted(38, 36) Source(23, 49) + SourceIndex(3) +6 >Emitted(38, 37) Source(23, 71) + SourceIndex(3) --- >>> (function (someNamespace) { 1 >^^^^ @@ -752,21 +754,21 @@ sourceFile:../second/second_part1.ts 1 > 2 > export namespace 3 > someNamespace -1 >Emitted(38, 5) Source(23, 19) + SourceIndex(3) -2 >Emitted(38, 16) Source(23, 36) + SourceIndex(3) -3 >Emitted(38, 29) Source(23, 49) + SourceIndex(3) +1 >Emitted(39, 5) Source(23, 19) + SourceIndex(3) +2 >Emitted(39, 16) Source(23, 36) + SourceIndex(3) +3 >Emitted(39, 29) Source(23, 49) + SourceIndex(3) --- >>> var C = /** @class */ (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(39, 9) Source(23, 52) + SourceIndex(3) +1->Emitted(40, 9) Source(23, 52) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(40, 13) Source(23, 52) + SourceIndex(3) +1->Emitted(41, 13) Source(23, 52) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -774,16 +776,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(41, 13) Source(23, 68) + SourceIndex(3) -2 >Emitted(41, 14) Source(23, 69) + SourceIndex(3) +1->Emitted(42, 13) Source(23, 68) + SourceIndex(3) +2 >Emitted(42, 14) Source(23, 69) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(42, 13) Source(23, 68) + SourceIndex(3) -2 >Emitted(42, 21) Source(23, 69) + SourceIndex(3) +1->Emitted(43, 13) Source(23, 68) + SourceIndex(3) +2 >Emitted(43, 21) Source(23, 69) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -795,10 +797,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(43, 9) Source(23, 68) + SourceIndex(3) -2 >Emitted(43, 10) Source(23, 69) + SourceIndex(3) -3 >Emitted(43, 10) Source(23, 52) + SourceIndex(3) -4 >Emitted(43, 14) Source(23, 69) + SourceIndex(3) +1 >Emitted(44, 9) Source(23, 68) + SourceIndex(3) +2 >Emitted(44, 10) Source(23, 69) + SourceIndex(3) +3 >Emitted(44, 10) Source(23, 52) + SourceIndex(3) +4 >Emitted(44, 14) Source(23, 69) + SourceIndex(3) --- >>> someNamespace.C = C; 1->^^^^^^^^ @@ -810,10 +812,10 @@ sourceFile:../second/second_part1.ts 2 > C 3 > {} 4 > -1->Emitted(44, 9) Source(23, 65) + SourceIndex(3) -2 >Emitted(44, 24) Source(23, 66) + SourceIndex(3) -3 >Emitted(44, 28) Source(23, 69) + SourceIndex(3) -4 >Emitted(44, 29) Source(23, 69) + SourceIndex(3) +1->Emitted(45, 9) Source(23, 65) + SourceIndex(3) +2 >Emitted(45, 24) Source(23, 66) + SourceIndex(3) +3 >Emitted(45, 28) Source(23, 69) + SourceIndex(3) +4 >Emitted(45, 29) Source(23, 69) + SourceIndex(3) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^ @@ -834,15 +836,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(45, 5) Source(23, 70) + SourceIndex(3) -2 >Emitted(45, 6) Source(23, 71) + SourceIndex(3) -3 >Emitted(45, 8) Source(23, 36) + SourceIndex(3) -4 >Emitted(45, 21) Source(23, 49) + SourceIndex(3) -5 >Emitted(45, 24) Source(23, 36) + SourceIndex(3) -6 >Emitted(45, 45) Source(23, 49) + SourceIndex(3) -7 >Emitted(45, 50) Source(23, 36) + SourceIndex(3) -8 >Emitted(45, 71) Source(23, 49) + SourceIndex(3) -9 >Emitted(45, 79) Source(23, 71) + SourceIndex(3) +1->Emitted(46, 5) Source(23, 70) + SourceIndex(3) +2 >Emitted(46, 6) Source(23, 71) + SourceIndex(3) +3 >Emitted(46, 8) Source(23, 36) + SourceIndex(3) +4 >Emitted(46, 21) Source(23, 49) + SourceIndex(3) +5 >Emitted(46, 24) Source(23, 36) + SourceIndex(3) +6 >Emitted(46, 45) Source(23, 49) + SourceIndex(3) +7 >Emitted(46, 50) Source(23, 36) + SourceIndex(3) +8 >Emitted(46, 71) Source(23, 49) + SourceIndex(3) +9 >Emitted(46, 79) Source(23, 71) + SourceIndex(3) --- >>> /*@internal*/ var someOther; 1 >^^^^ @@ -858,12 +860,12 @@ sourceFile:../second/second_part1.ts 4 > export namespace 5 > someOther 6 > .something { export class someClass {} } -1 >Emitted(46, 5) Source(24, 5) + SourceIndex(3) -2 >Emitted(46, 18) Source(24, 18) + SourceIndex(3) -3 >Emitted(46, 19) Source(24, 19) + SourceIndex(3) -4 >Emitted(46, 23) Source(24, 36) + SourceIndex(3) -5 >Emitted(46, 32) Source(24, 45) + SourceIndex(3) -6 >Emitted(46, 33) Source(24, 85) + SourceIndex(3) +1 >Emitted(47, 5) Source(24, 5) + SourceIndex(3) +2 >Emitted(47, 18) Source(24, 18) + SourceIndex(3) +3 >Emitted(47, 19) Source(24, 19) + SourceIndex(3) +4 >Emitted(47, 23) Source(24, 36) + SourceIndex(3) +5 >Emitted(47, 32) Source(24, 45) + SourceIndex(3) +6 >Emitted(47, 33) Source(24, 85) + SourceIndex(3) --- >>> (function (someOther) { 1 >^^^^ @@ -872,9 +874,9 @@ sourceFile:../second/second_part1.ts 1 > 2 > export namespace 3 > someOther -1 >Emitted(47, 5) Source(24, 19) + SourceIndex(3) -2 >Emitted(47, 16) Source(24, 36) + SourceIndex(3) -3 >Emitted(47, 25) Source(24, 45) + SourceIndex(3) +1 >Emitted(48, 5) Source(24, 19) + SourceIndex(3) +2 >Emitted(48, 16) Source(24, 36) + SourceIndex(3) +3 >Emitted(48, 25) Source(24, 45) + SourceIndex(3) --- >>> var something; 1 >^^^^^^^^ @@ -886,10 +888,10 @@ sourceFile:../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(48, 9) Source(24, 46) + SourceIndex(3) -2 >Emitted(48, 13) Source(24, 46) + SourceIndex(3) -3 >Emitted(48, 22) Source(24, 55) + SourceIndex(3) -4 >Emitted(48, 23) Source(24, 85) + SourceIndex(3) +1 >Emitted(49, 9) Source(24, 46) + SourceIndex(3) +2 >Emitted(49, 13) Source(24, 46) + SourceIndex(3) +3 >Emitted(49, 22) Source(24, 55) + SourceIndex(3) +4 >Emitted(49, 23) Source(24, 85) + SourceIndex(3) --- >>> (function (something) { 1->^^^^^^^^ @@ -899,21 +901,21 @@ sourceFile:../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(49, 9) Source(24, 46) + SourceIndex(3) -2 >Emitted(49, 20) Source(24, 46) + SourceIndex(3) -3 >Emitted(49, 29) Source(24, 55) + SourceIndex(3) +1->Emitted(50, 9) Source(24, 46) + SourceIndex(3) +2 >Emitted(50, 20) Source(24, 46) + SourceIndex(3) +3 >Emitted(50, 29) Source(24, 55) + SourceIndex(3) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(50, 13) Source(24, 58) + SourceIndex(3) +1->Emitted(51, 13) Source(24, 58) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(51, 17) Source(24, 58) + SourceIndex(3) +1->Emitted(52, 17) Source(24, 58) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -921,16 +923,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(52, 17) Source(24, 82) + SourceIndex(3) -2 >Emitted(52, 18) Source(24, 83) + SourceIndex(3) +1->Emitted(53, 17) Source(24, 82) + SourceIndex(3) +2 >Emitted(53, 18) Source(24, 83) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(53, 17) Source(24, 82) + SourceIndex(3) -2 >Emitted(53, 33) Source(24, 83) + SourceIndex(3) +1->Emitted(54, 17) Source(24, 82) + SourceIndex(3) +2 >Emitted(54, 33) Source(24, 83) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -942,10 +944,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(54, 13) Source(24, 82) + SourceIndex(3) -2 >Emitted(54, 14) Source(24, 83) + SourceIndex(3) -3 >Emitted(54, 14) Source(24, 58) + SourceIndex(3) -4 >Emitted(54, 18) Source(24, 83) + SourceIndex(3) +1 >Emitted(55, 13) Source(24, 82) + SourceIndex(3) +2 >Emitted(55, 14) Source(24, 83) + SourceIndex(3) +3 >Emitted(55, 14) Source(24, 58) + SourceIndex(3) +4 >Emitted(55, 18) Source(24, 83) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -957,10 +959,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(55, 13) Source(24, 71) + SourceIndex(3) -2 >Emitted(55, 32) Source(24, 80) + SourceIndex(3) -3 >Emitted(55, 44) Source(24, 83) + SourceIndex(3) -4 >Emitted(55, 45) Source(24, 83) + SourceIndex(3) +1->Emitted(56, 13) Source(24, 71) + SourceIndex(3) +2 >Emitted(56, 32) Source(24, 80) + SourceIndex(3) +3 >Emitted(56, 44) Source(24, 83) + SourceIndex(3) +4 >Emitted(56, 45) Source(24, 83) + SourceIndex(3) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^ @@ -981,15 +983,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(56, 9) Source(24, 84) + SourceIndex(3) -2 >Emitted(56, 10) Source(24, 85) + SourceIndex(3) -3 >Emitted(56, 12) Source(24, 46) + SourceIndex(3) -4 >Emitted(56, 21) Source(24, 55) + SourceIndex(3) -5 >Emitted(56, 24) Source(24, 46) + SourceIndex(3) -6 >Emitted(56, 43) Source(24, 55) + SourceIndex(3) -7 >Emitted(56, 48) Source(24, 46) + SourceIndex(3) -8 >Emitted(56, 67) Source(24, 55) + SourceIndex(3) -9 >Emitted(56, 75) Source(24, 85) + SourceIndex(3) +1->Emitted(57, 9) Source(24, 84) + SourceIndex(3) +2 >Emitted(57, 10) Source(24, 85) + SourceIndex(3) +3 >Emitted(57, 12) Source(24, 46) + SourceIndex(3) +4 >Emitted(57, 21) Source(24, 55) + SourceIndex(3) +5 >Emitted(57, 24) Source(24, 46) + SourceIndex(3) +6 >Emitted(57, 43) Source(24, 55) + SourceIndex(3) +7 >Emitted(57, 48) Source(24, 46) + SourceIndex(3) +8 >Emitted(57, 67) Source(24, 55) + SourceIndex(3) +9 >Emitted(57, 75) Source(24, 85) + SourceIndex(3) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^ @@ -1010,15 +1012,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(57, 5) Source(24, 84) + SourceIndex(3) -2 >Emitted(57, 6) Source(24, 85) + SourceIndex(3) -3 >Emitted(57, 8) Source(24, 36) + SourceIndex(3) -4 >Emitted(57, 17) Source(24, 45) + SourceIndex(3) -5 >Emitted(57, 20) Source(24, 36) + SourceIndex(3) -6 >Emitted(57, 37) Source(24, 45) + SourceIndex(3) -7 >Emitted(57, 42) Source(24, 36) + SourceIndex(3) -8 >Emitted(57, 59) Source(24, 45) + SourceIndex(3) -9 >Emitted(57, 67) Source(24, 85) + SourceIndex(3) +1 >Emitted(58, 5) Source(24, 84) + SourceIndex(3) +2 >Emitted(58, 6) Source(24, 85) + SourceIndex(3) +3 >Emitted(58, 8) Source(24, 36) + SourceIndex(3) +4 >Emitted(58, 17) Source(24, 45) + SourceIndex(3) +5 >Emitted(58, 20) Source(24, 36) + SourceIndex(3) +6 >Emitted(58, 37) Source(24, 45) + SourceIndex(3) +7 >Emitted(58, 42) Source(24, 36) + SourceIndex(3) +8 >Emitted(58, 59) Source(24, 45) + SourceIndex(3) +9 >Emitted(58, 67) Source(24, 85) + SourceIndex(3) --- >>> /*@internal*/ normalN.someImport = someNamespace.C; 1 >^^^^ @@ -1040,15 +1042,15 @@ sourceFile:../second/second_part1.ts 7 > . 8 > C 9 > ; -1 >Emitted(58, 5) Source(25, 5) + SourceIndex(3) -2 >Emitted(58, 18) Source(25, 18) + SourceIndex(3) -3 >Emitted(58, 19) Source(25, 33) + SourceIndex(3) -4 >Emitted(58, 37) Source(25, 43) + SourceIndex(3) -5 >Emitted(58, 40) Source(25, 46) + SourceIndex(3) -6 >Emitted(58, 53) Source(25, 59) + SourceIndex(3) -7 >Emitted(58, 54) Source(25, 60) + SourceIndex(3) -8 >Emitted(58, 55) Source(25, 61) + SourceIndex(3) -9 >Emitted(58, 56) Source(25, 62) + SourceIndex(3) +1 >Emitted(59, 5) Source(25, 5) + SourceIndex(3) +2 >Emitted(59, 18) Source(25, 18) + SourceIndex(3) +3 >Emitted(59, 19) Source(25, 33) + SourceIndex(3) +4 >Emitted(59, 37) Source(25, 43) + SourceIndex(3) +5 >Emitted(59, 40) Source(25, 46) + SourceIndex(3) +6 >Emitted(59, 53) Source(25, 59) + SourceIndex(3) +7 >Emitted(59, 54) Source(25, 60) + SourceIndex(3) +8 >Emitted(59, 55) Source(25, 61) + SourceIndex(3) +9 >Emitted(59, 56) Source(25, 62) + SourceIndex(3) --- >>> /*@internal*/ normalN.internalConst = 10; 1 >^^^^ @@ -1067,13 +1069,13 @@ sourceFile:../second/second_part1.ts 5 > = 6 > 10 7 > ; -1 >Emitted(59, 5) Source(27, 5) + SourceIndex(3) -2 >Emitted(59, 18) Source(27, 18) + SourceIndex(3) -3 >Emitted(59, 19) Source(27, 32) + SourceIndex(3) -4 >Emitted(59, 40) Source(27, 45) + SourceIndex(3) -5 >Emitted(59, 43) Source(27, 48) + SourceIndex(3) -6 >Emitted(59, 45) Source(27, 50) + SourceIndex(3) -7 >Emitted(59, 46) Source(27, 51) + SourceIndex(3) +1 >Emitted(60, 5) Source(27, 5) + SourceIndex(3) +2 >Emitted(60, 18) Source(27, 18) + SourceIndex(3) +3 >Emitted(60, 19) Source(27, 32) + SourceIndex(3) +4 >Emitted(60, 40) Source(27, 45) + SourceIndex(3) +5 >Emitted(60, 43) Source(27, 48) + SourceIndex(3) +6 >Emitted(60, 45) Source(27, 50) + SourceIndex(3) +7 >Emitted(60, 46) Source(27, 51) + SourceIndex(3) --- >>> /*@internal*/ var internalEnum; 1 >^^^^ @@ -1087,11 +1089,11 @@ sourceFile:../second/second_part1.ts 3 > 4 > export enum 5 > internalEnum { a, b, c } -1 >Emitted(60, 5) Source(28, 5) + SourceIndex(3) -2 >Emitted(60, 18) Source(28, 18) + SourceIndex(3) -3 >Emitted(60, 19) Source(28, 19) + SourceIndex(3) -4 >Emitted(60, 23) Source(28, 31) + SourceIndex(3) -5 >Emitted(60, 35) Source(28, 55) + SourceIndex(3) +1 >Emitted(61, 5) Source(28, 5) + SourceIndex(3) +2 >Emitted(61, 18) Source(28, 18) + SourceIndex(3) +3 >Emitted(61, 19) Source(28, 19) + SourceIndex(3) +4 >Emitted(61, 23) Source(28, 31) + SourceIndex(3) +5 >Emitted(61, 35) Source(28, 55) + SourceIndex(3) --- >>> (function (internalEnum) { 1 >^^^^ @@ -1101,9 +1103,9 @@ sourceFile:../second/second_part1.ts 1 > 2 > export enum 3 > internalEnum -1 >Emitted(61, 5) Source(28, 19) + SourceIndex(3) -2 >Emitted(61, 16) Source(28, 31) + SourceIndex(3) -3 >Emitted(61, 28) Source(28, 43) + SourceIndex(3) +1 >Emitted(62, 5) Source(28, 19) + SourceIndex(3) +2 >Emitted(62, 16) Source(28, 31) + SourceIndex(3) +3 >Emitted(62, 28) Source(28, 43) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -1113,9 +1115,9 @@ sourceFile:../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(62, 9) Source(28, 46) + SourceIndex(3) -2 >Emitted(62, 50) Source(28, 47) + SourceIndex(3) -3 >Emitted(62, 51) Source(28, 47) + SourceIndex(3) +1->Emitted(63, 9) Source(28, 46) + SourceIndex(3) +2 >Emitted(63, 50) Source(28, 47) + SourceIndex(3) +3 >Emitted(63, 51) Source(28, 47) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -1125,9 +1127,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(63, 9) Source(28, 49) + SourceIndex(3) -2 >Emitted(63, 50) Source(28, 50) + SourceIndex(3) -3 >Emitted(63, 51) Source(28, 50) + SourceIndex(3) +1->Emitted(64, 9) Source(28, 49) + SourceIndex(3) +2 >Emitted(64, 50) Source(28, 50) + SourceIndex(3) +3 >Emitted(64, 51) Source(28, 50) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -1137,9 +1139,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(64, 9) Source(28, 52) + SourceIndex(3) -2 >Emitted(64, 50) Source(28, 53) + SourceIndex(3) -3 >Emitted(64, 51) Source(28, 53) + SourceIndex(3) +1->Emitted(65, 9) Source(28, 52) + SourceIndex(3) +2 >Emitted(65, 50) Source(28, 53) + SourceIndex(3) +3 >Emitted(65, 51) Source(28, 53) + SourceIndex(3) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^ @@ -1160,15 +1162,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(65, 5) Source(28, 54) + SourceIndex(3) -2 >Emitted(65, 6) Source(28, 55) + SourceIndex(3) -3 >Emitted(65, 8) Source(28, 31) + SourceIndex(3) -4 >Emitted(65, 20) Source(28, 43) + SourceIndex(3) -5 >Emitted(65, 23) Source(28, 31) + SourceIndex(3) -6 >Emitted(65, 43) Source(28, 43) + SourceIndex(3) -7 >Emitted(65, 48) Source(28, 31) + SourceIndex(3) -8 >Emitted(65, 68) Source(28, 43) + SourceIndex(3) -9 >Emitted(65, 76) Source(28, 55) + SourceIndex(3) +1->Emitted(66, 5) Source(28, 54) + SourceIndex(3) +2 >Emitted(66, 6) Source(28, 55) + SourceIndex(3) +3 >Emitted(66, 8) Source(28, 31) + SourceIndex(3) +4 >Emitted(66, 20) Source(28, 43) + SourceIndex(3) +5 >Emitted(66, 23) Source(28, 31) + SourceIndex(3) +6 >Emitted(66, 43) Source(28, 43) + SourceIndex(3) +7 >Emitted(66, 48) Source(28, 31) + SourceIndex(3) +8 >Emitted(66, 68) Source(28, 43) + SourceIndex(3) +9 >Emitted(66, 76) Source(28, 55) + SourceIndex(3) --- >>>})(normalN || (normalN = {})); 1 > @@ -1196,13 +1198,13 @@ sourceFile:../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(66, 1) Source(29, 1) + SourceIndex(3) -2 >Emitted(66, 2) Source(29, 2) + SourceIndex(3) -3 >Emitted(66, 4) Source(20, 11) + SourceIndex(3) -4 >Emitted(66, 11) Source(20, 18) + SourceIndex(3) -5 >Emitted(66, 16) Source(20, 11) + SourceIndex(3) -6 >Emitted(66, 23) Source(20, 18) + SourceIndex(3) -7 >Emitted(66, 31) Source(29, 2) + SourceIndex(3) +1 >Emitted(67, 1) Source(29, 1) + SourceIndex(3) +2 >Emitted(67, 2) Source(29, 2) + SourceIndex(3) +3 >Emitted(67, 4) Source(20, 11) + SourceIndex(3) +4 >Emitted(67, 11) Source(20, 18) + SourceIndex(3) +5 >Emitted(67, 16) Source(20, 11) + SourceIndex(3) +6 >Emitted(67, 23) Source(20, 18) + SourceIndex(3) +7 >Emitted(67, 31) Source(29, 2) + SourceIndex(3) --- >>>/*@internal*/ var internalC = /** @class */ (function () { 1-> @@ -1213,15 +1215,15 @@ sourceFile:../second/second_part1.ts > 2 >/*@internal*/ 3 > -1->Emitted(67, 1) Source(30, 1) + SourceIndex(3) -2 >Emitted(67, 14) Source(30, 14) + SourceIndex(3) -3 >Emitted(67, 15) Source(30, 15) + SourceIndex(3) +1->Emitted(68, 1) Source(30, 1) + SourceIndex(3) +2 >Emitted(68, 14) Source(30, 14) + SourceIndex(3) +3 >Emitted(68, 15) Source(30, 15) + SourceIndex(3) --- >>> function internalC() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(68, 5) Source(30, 15) + SourceIndex(3) +1->Emitted(69, 5) Source(30, 15) + SourceIndex(3) --- >>> } 1->^^^^ @@ -1229,16 +1231,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->class internalC { 2 > } -1->Emitted(69, 5) Source(30, 32) + SourceIndex(3) -2 >Emitted(69, 6) Source(30, 33) + SourceIndex(3) +1->Emitted(70, 5) Source(30, 32) + SourceIndex(3) +2 >Emitted(70, 6) Source(30, 33) + SourceIndex(3) --- >>> return internalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(70, 5) Source(30, 32) + SourceIndex(3) -2 >Emitted(70, 21) Source(30, 33) + SourceIndex(3) +1->Emitted(71, 5) Source(30, 32) + SourceIndex(3) +2 >Emitted(71, 21) Source(30, 33) + SourceIndex(3) --- >>>}()); 1 > @@ -1250,10 +1252,10 @@ sourceFile:../second/second_part1.ts 2 >} 3 > 4 > class internalC {} -1 >Emitted(71, 1) Source(30, 32) + SourceIndex(3) -2 >Emitted(71, 2) Source(30, 33) + SourceIndex(3) -3 >Emitted(71, 2) Source(30, 15) + SourceIndex(3) -4 >Emitted(71, 6) Source(30, 33) + SourceIndex(3) +1 >Emitted(72, 1) Source(30, 32) + SourceIndex(3) +2 >Emitted(72, 2) Source(30, 33) + SourceIndex(3) +3 >Emitted(72, 2) Source(30, 15) + SourceIndex(3) +4 >Emitted(72, 6) Source(30, 33) + SourceIndex(3) --- >>>/*@internal*/ function internalfoo() { } 1-> @@ -1271,13 +1273,13 @@ sourceFile:../second/second_part1.ts 5 > internalfoo 6 > () { 7 > } -1->Emitted(72, 1) Source(31, 1) + SourceIndex(3) -2 >Emitted(72, 14) Source(31, 14) + SourceIndex(3) -3 >Emitted(72, 15) Source(31, 15) + SourceIndex(3) -4 >Emitted(72, 24) Source(31, 24) + SourceIndex(3) -5 >Emitted(72, 35) Source(31, 35) + SourceIndex(3) -6 >Emitted(72, 40) Source(31, 39) + SourceIndex(3) -7 >Emitted(72, 41) Source(31, 40) + SourceIndex(3) +1->Emitted(73, 1) Source(31, 1) + SourceIndex(3) +2 >Emitted(73, 14) Source(31, 14) + SourceIndex(3) +3 >Emitted(73, 15) Source(31, 15) + SourceIndex(3) +4 >Emitted(73, 24) Source(31, 24) + SourceIndex(3) +5 >Emitted(73, 35) Source(31, 35) + SourceIndex(3) +6 >Emitted(73, 40) Source(31, 39) + SourceIndex(3) +7 >Emitted(73, 41) Source(31, 40) + SourceIndex(3) --- >>>/*@internal*/ var internalNamespace; 1 > @@ -1293,12 +1295,12 @@ sourceFile:../second/second_part1.ts 4 > namespace 5 > internalNamespace 6 > { export class someClass {} } -1 >Emitted(73, 1) Source(32, 1) + SourceIndex(3) -2 >Emitted(73, 14) Source(32, 14) + SourceIndex(3) -3 >Emitted(73, 15) Source(32, 15) + SourceIndex(3) -4 >Emitted(73, 19) Source(32, 25) + SourceIndex(3) -5 >Emitted(73, 36) Source(32, 42) + SourceIndex(3) -6 >Emitted(73, 37) Source(32, 72) + SourceIndex(3) +1 >Emitted(74, 1) Source(32, 1) + SourceIndex(3) +2 >Emitted(74, 14) Source(32, 14) + SourceIndex(3) +3 >Emitted(74, 15) Source(32, 15) + SourceIndex(3) +4 >Emitted(74, 19) Source(32, 25) + SourceIndex(3) +5 >Emitted(74, 36) Source(32, 42) + SourceIndex(3) +6 >Emitted(74, 37) Source(32, 72) + SourceIndex(3) --- >>>(function (internalNamespace) { 1 > @@ -1308,21 +1310,21 @@ sourceFile:../second/second_part1.ts 1 > 2 >namespace 3 > internalNamespace -1 >Emitted(74, 1) Source(32, 15) + SourceIndex(3) -2 >Emitted(74, 12) Source(32, 25) + SourceIndex(3) -3 >Emitted(74, 29) Source(32, 42) + SourceIndex(3) +1 >Emitted(75, 1) Source(32, 15) + SourceIndex(3) +2 >Emitted(75, 12) Source(32, 25) + SourceIndex(3) +3 >Emitted(75, 29) Source(32, 42) + SourceIndex(3) --- >>> var someClass = /** @class */ (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(75, 5) Source(32, 45) + SourceIndex(3) +1->Emitted(76, 5) Source(32, 45) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(76, 9) Source(32, 45) + SourceIndex(3) +1->Emitted(77, 9) Source(32, 45) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -1330,16 +1332,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(77, 9) Source(32, 69) + SourceIndex(3) -2 >Emitted(77, 10) Source(32, 70) + SourceIndex(3) +1->Emitted(78, 9) Source(32, 69) + SourceIndex(3) +2 >Emitted(78, 10) Source(32, 70) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(78, 9) Source(32, 69) + SourceIndex(3) -2 >Emitted(78, 25) Source(32, 70) + SourceIndex(3) +1->Emitted(79, 9) Source(32, 69) + SourceIndex(3) +2 >Emitted(79, 25) Source(32, 70) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -1351,10 +1353,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(79, 5) Source(32, 69) + SourceIndex(3) -2 >Emitted(79, 6) Source(32, 70) + SourceIndex(3) -3 >Emitted(79, 6) Source(32, 45) + SourceIndex(3) -4 >Emitted(79, 10) Source(32, 70) + SourceIndex(3) +1 >Emitted(80, 5) Source(32, 69) + SourceIndex(3) +2 >Emitted(80, 6) Source(32, 70) + SourceIndex(3) +3 >Emitted(80, 6) Source(32, 45) + SourceIndex(3) +4 >Emitted(80, 10) Source(32, 70) + SourceIndex(3) --- >>> internalNamespace.someClass = someClass; 1->^^^^ @@ -1366,10 +1368,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(80, 5) Source(32, 58) + SourceIndex(3) -2 >Emitted(80, 32) Source(32, 67) + SourceIndex(3) -3 >Emitted(80, 44) Source(32, 70) + SourceIndex(3) -4 >Emitted(80, 45) Source(32, 70) + SourceIndex(3) +1->Emitted(81, 5) Source(32, 58) + SourceIndex(3) +2 >Emitted(81, 32) Source(32, 67) + SourceIndex(3) +3 >Emitted(81, 44) Source(32, 70) + SourceIndex(3) +4 >Emitted(81, 45) Source(32, 70) + SourceIndex(3) --- >>>})(internalNamespace || (internalNamespace = {})); 1-> @@ -1386,13 +1388,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalNamespace 7 > { export class someClass {} } -1->Emitted(81, 1) Source(32, 71) + SourceIndex(3) -2 >Emitted(81, 2) Source(32, 72) + SourceIndex(3) -3 >Emitted(81, 4) Source(32, 25) + SourceIndex(3) -4 >Emitted(81, 21) Source(32, 42) + SourceIndex(3) -5 >Emitted(81, 26) Source(32, 25) + SourceIndex(3) -6 >Emitted(81, 43) Source(32, 42) + SourceIndex(3) -7 >Emitted(81, 51) Source(32, 72) + SourceIndex(3) +1->Emitted(82, 1) Source(32, 71) + SourceIndex(3) +2 >Emitted(82, 2) Source(32, 72) + SourceIndex(3) +3 >Emitted(82, 4) Source(32, 25) + SourceIndex(3) +4 >Emitted(82, 21) Source(32, 42) + SourceIndex(3) +5 >Emitted(82, 26) Source(32, 25) + SourceIndex(3) +6 >Emitted(82, 43) Source(32, 42) + SourceIndex(3) +7 >Emitted(82, 51) Source(32, 72) + SourceIndex(3) --- >>>/*@internal*/ var internalOther; 1 > @@ -1408,12 +1410,12 @@ sourceFile:../second/second_part1.ts 4 > namespace 5 > internalOther 6 > .something { export class someClass {} } -1 >Emitted(82, 1) Source(33, 1) + SourceIndex(3) -2 >Emitted(82, 14) Source(33, 14) + SourceIndex(3) -3 >Emitted(82, 15) Source(33, 15) + SourceIndex(3) -4 >Emitted(82, 19) Source(33, 25) + SourceIndex(3) -5 >Emitted(82, 32) Source(33, 38) + SourceIndex(3) -6 >Emitted(82, 33) Source(33, 78) + SourceIndex(3) +1 >Emitted(83, 1) Source(33, 1) + SourceIndex(3) +2 >Emitted(83, 14) Source(33, 14) + SourceIndex(3) +3 >Emitted(83, 15) Source(33, 15) + SourceIndex(3) +4 >Emitted(83, 19) Source(33, 25) + SourceIndex(3) +5 >Emitted(83, 32) Source(33, 38) + SourceIndex(3) +6 >Emitted(83, 33) Source(33, 78) + SourceIndex(3) --- >>>(function (internalOther) { 1 > @@ -1422,9 +1424,9 @@ sourceFile:../second/second_part1.ts 1 > 2 >namespace 3 > internalOther -1 >Emitted(83, 1) Source(33, 15) + SourceIndex(3) -2 >Emitted(83, 12) Source(33, 25) + SourceIndex(3) -3 >Emitted(83, 25) Source(33, 38) + SourceIndex(3) +1 >Emitted(84, 1) Source(33, 15) + SourceIndex(3) +2 >Emitted(84, 12) Source(33, 25) + SourceIndex(3) +3 >Emitted(84, 25) Source(33, 38) + SourceIndex(3) --- >>> var something; 1 >^^^^ @@ -1436,10 +1438,10 @@ sourceFile:../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(84, 5) Source(33, 39) + SourceIndex(3) -2 >Emitted(84, 9) Source(33, 39) + SourceIndex(3) -3 >Emitted(84, 18) Source(33, 48) + SourceIndex(3) -4 >Emitted(84, 19) Source(33, 78) + SourceIndex(3) +1 >Emitted(85, 5) Source(33, 39) + SourceIndex(3) +2 >Emitted(85, 9) Source(33, 39) + SourceIndex(3) +3 >Emitted(85, 18) Source(33, 48) + SourceIndex(3) +4 >Emitted(85, 19) Source(33, 78) + SourceIndex(3) --- >>> (function (something) { 1->^^^^ @@ -1449,21 +1451,21 @@ sourceFile:../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(85, 5) Source(33, 39) + SourceIndex(3) -2 >Emitted(85, 16) Source(33, 39) + SourceIndex(3) -3 >Emitted(85, 25) Source(33, 48) + SourceIndex(3) +1->Emitted(86, 5) Source(33, 39) + SourceIndex(3) +2 >Emitted(86, 16) Source(33, 39) + SourceIndex(3) +3 >Emitted(86, 25) Source(33, 48) + SourceIndex(3) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(86, 9) Source(33, 51) + SourceIndex(3) +1->Emitted(87, 9) Source(33, 51) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(87, 13) Source(33, 51) + SourceIndex(3) +1->Emitted(88, 13) Source(33, 51) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -1471,16 +1473,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(88, 13) Source(33, 75) + SourceIndex(3) -2 >Emitted(88, 14) Source(33, 76) + SourceIndex(3) +1->Emitted(89, 13) Source(33, 75) + SourceIndex(3) +2 >Emitted(89, 14) Source(33, 76) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(89, 13) Source(33, 75) + SourceIndex(3) -2 >Emitted(89, 29) Source(33, 76) + SourceIndex(3) +1->Emitted(90, 13) Source(33, 75) + SourceIndex(3) +2 >Emitted(90, 29) Source(33, 76) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -1492,10 +1494,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(90, 9) Source(33, 75) + SourceIndex(3) -2 >Emitted(90, 10) Source(33, 76) + SourceIndex(3) -3 >Emitted(90, 10) Source(33, 51) + SourceIndex(3) -4 >Emitted(90, 14) Source(33, 76) + SourceIndex(3) +1 >Emitted(91, 9) Source(33, 75) + SourceIndex(3) +2 >Emitted(91, 10) Source(33, 76) + SourceIndex(3) +3 >Emitted(91, 10) Source(33, 51) + SourceIndex(3) +4 >Emitted(91, 14) Source(33, 76) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^ @@ -1507,10 +1509,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(91, 9) Source(33, 64) + SourceIndex(3) -2 >Emitted(91, 28) Source(33, 73) + SourceIndex(3) -3 >Emitted(91, 40) Source(33, 76) + SourceIndex(3) -4 >Emitted(91, 41) Source(33, 76) + SourceIndex(3) +1->Emitted(92, 9) Source(33, 64) + SourceIndex(3) +2 >Emitted(92, 28) Source(33, 73) + SourceIndex(3) +3 >Emitted(92, 40) Source(33, 76) + SourceIndex(3) +4 >Emitted(92, 41) Source(33, 76) + SourceIndex(3) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^ @@ -1531,15 +1533,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(92, 5) Source(33, 77) + SourceIndex(3) -2 >Emitted(92, 6) Source(33, 78) + SourceIndex(3) -3 >Emitted(92, 8) Source(33, 39) + SourceIndex(3) -4 >Emitted(92, 17) Source(33, 48) + SourceIndex(3) -5 >Emitted(92, 20) Source(33, 39) + SourceIndex(3) -6 >Emitted(92, 43) Source(33, 48) + SourceIndex(3) -7 >Emitted(92, 48) Source(33, 39) + SourceIndex(3) -8 >Emitted(92, 71) Source(33, 48) + SourceIndex(3) -9 >Emitted(92, 79) Source(33, 78) + SourceIndex(3) +1->Emitted(93, 5) Source(33, 77) + SourceIndex(3) +2 >Emitted(93, 6) Source(33, 78) + SourceIndex(3) +3 >Emitted(93, 8) Source(33, 39) + SourceIndex(3) +4 >Emitted(93, 17) Source(33, 48) + SourceIndex(3) +5 >Emitted(93, 20) Source(33, 39) + SourceIndex(3) +6 >Emitted(93, 43) Source(33, 48) + SourceIndex(3) +7 >Emitted(93, 48) Source(33, 39) + SourceIndex(3) +8 >Emitted(93, 71) Source(33, 48) + SourceIndex(3) +9 >Emitted(93, 79) Source(33, 78) + SourceIndex(3) --- >>>})(internalOther || (internalOther = {})); 1 > @@ -1557,13 +1559,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalOther 7 > .something { export class someClass {} } -1 >Emitted(93, 1) Source(33, 77) + SourceIndex(3) -2 >Emitted(93, 2) Source(33, 78) + SourceIndex(3) -3 >Emitted(93, 4) Source(33, 25) + SourceIndex(3) -4 >Emitted(93, 17) Source(33, 38) + SourceIndex(3) -5 >Emitted(93, 22) Source(33, 25) + SourceIndex(3) -6 >Emitted(93, 35) Source(33, 38) + SourceIndex(3) -7 >Emitted(93, 43) Source(33, 78) + SourceIndex(3) +1 >Emitted(94, 1) Source(33, 77) + SourceIndex(3) +2 >Emitted(94, 2) Source(33, 78) + SourceIndex(3) +3 >Emitted(94, 4) Source(33, 25) + SourceIndex(3) +4 >Emitted(94, 17) Source(33, 38) + SourceIndex(3) +5 >Emitted(94, 22) Source(33, 25) + SourceIndex(3) +6 >Emitted(94, 35) Source(33, 38) + SourceIndex(3) +7 >Emitted(94, 43) Source(33, 78) + SourceIndex(3) --- >>>/*@internal*/ var internalImport = internalNamespace.someClass; 1-> @@ -1587,16 +1589,16 @@ sourceFile:../second/second_part1.ts 8 > . 9 > someClass 10> ; -1->Emitted(94, 1) Source(34, 1) + SourceIndex(3) -2 >Emitted(94, 14) Source(34, 14) + SourceIndex(3) -3 >Emitted(94, 15) Source(34, 15) + SourceIndex(3) -4 >Emitted(94, 19) Source(34, 22) + SourceIndex(3) -5 >Emitted(94, 33) Source(34, 36) + SourceIndex(3) -6 >Emitted(94, 36) Source(34, 39) + SourceIndex(3) -7 >Emitted(94, 53) Source(34, 56) + SourceIndex(3) -8 >Emitted(94, 54) Source(34, 57) + SourceIndex(3) -9 >Emitted(94, 63) Source(34, 66) + SourceIndex(3) -10>Emitted(94, 64) Source(34, 67) + SourceIndex(3) +1->Emitted(95, 1) Source(34, 1) + SourceIndex(3) +2 >Emitted(95, 14) Source(34, 14) + SourceIndex(3) +3 >Emitted(95, 15) Source(34, 15) + SourceIndex(3) +4 >Emitted(95, 19) Source(34, 22) + SourceIndex(3) +5 >Emitted(95, 33) Source(34, 36) + SourceIndex(3) +6 >Emitted(95, 36) Source(34, 39) + SourceIndex(3) +7 >Emitted(95, 53) Source(34, 56) + SourceIndex(3) +8 >Emitted(95, 54) Source(34, 57) + SourceIndex(3) +9 >Emitted(95, 63) Source(34, 66) + SourceIndex(3) +10>Emitted(95, 64) Source(34, 67) + SourceIndex(3) --- >>>/*@internal*/ var internalConst = 10; 1 > @@ -1617,14 +1619,14 @@ sourceFile:../second/second_part1.ts 6 > = 7 > 10 8 > ; -1 >Emitted(95, 1) Source(36, 1) + SourceIndex(3) -2 >Emitted(95, 14) Source(36, 14) + SourceIndex(3) -3 >Emitted(95, 15) Source(36, 15) + SourceIndex(3) -4 >Emitted(95, 19) Source(36, 21) + SourceIndex(3) -5 >Emitted(95, 32) Source(36, 34) + SourceIndex(3) -6 >Emitted(95, 35) Source(36, 37) + SourceIndex(3) -7 >Emitted(95, 37) Source(36, 39) + SourceIndex(3) -8 >Emitted(95, 38) Source(36, 40) + SourceIndex(3) +1 >Emitted(96, 1) Source(36, 1) + SourceIndex(3) +2 >Emitted(96, 14) Source(36, 14) + SourceIndex(3) +3 >Emitted(96, 15) Source(36, 15) + SourceIndex(3) +4 >Emitted(96, 19) Source(36, 21) + SourceIndex(3) +5 >Emitted(96, 32) Source(36, 34) + SourceIndex(3) +6 >Emitted(96, 35) Source(36, 37) + SourceIndex(3) +7 >Emitted(96, 37) Source(36, 39) + SourceIndex(3) +8 >Emitted(96, 38) Source(36, 40) + SourceIndex(3) --- >>>/*@internal*/ var internalEnum; 1 > @@ -1638,11 +1640,11 @@ sourceFile:../second/second_part1.ts 3 > 4 > enum 5 > internalEnum { a, b, c } -1 >Emitted(96, 1) Source(37, 1) + SourceIndex(3) -2 >Emitted(96, 14) Source(37, 14) + SourceIndex(3) -3 >Emitted(96, 15) Source(37, 15) + SourceIndex(3) -4 >Emitted(96, 19) Source(37, 20) + SourceIndex(3) -5 >Emitted(96, 31) Source(37, 44) + SourceIndex(3) +1 >Emitted(97, 1) Source(37, 1) + SourceIndex(3) +2 >Emitted(97, 14) Source(37, 14) + SourceIndex(3) +3 >Emitted(97, 15) Source(37, 15) + SourceIndex(3) +4 >Emitted(97, 19) Source(37, 20) + SourceIndex(3) +5 >Emitted(97, 31) Source(37, 44) + SourceIndex(3) --- >>>(function (internalEnum) { 1 > @@ -1652,9 +1654,9 @@ sourceFile:../second/second_part1.ts 1 > 2 >enum 3 > internalEnum -1 >Emitted(97, 1) Source(37, 15) + SourceIndex(3) -2 >Emitted(97, 12) Source(37, 20) + SourceIndex(3) -3 >Emitted(97, 24) Source(37, 32) + SourceIndex(3) +1 >Emitted(98, 1) Source(37, 15) + SourceIndex(3) +2 >Emitted(98, 12) Source(37, 20) + SourceIndex(3) +3 >Emitted(98, 24) Source(37, 32) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^ @@ -1664,9 +1666,9 @@ sourceFile:../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(98, 5) Source(37, 35) + SourceIndex(3) -2 >Emitted(98, 46) Source(37, 36) + SourceIndex(3) -3 >Emitted(98, 47) Source(37, 36) + SourceIndex(3) +1->Emitted(99, 5) Source(37, 35) + SourceIndex(3) +2 >Emitted(99, 46) Source(37, 36) + SourceIndex(3) +3 >Emitted(99, 47) Source(37, 36) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^ @@ -1676,9 +1678,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(99, 5) Source(37, 38) + SourceIndex(3) -2 >Emitted(99, 46) Source(37, 39) + SourceIndex(3) -3 >Emitted(99, 47) Source(37, 39) + SourceIndex(3) +1->Emitted(100, 5) Source(37, 38) + SourceIndex(3) +2 >Emitted(100, 46) Source(37, 39) + SourceIndex(3) +3 >Emitted(100, 47) Source(37, 39) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^ @@ -1687,9 +1689,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(100, 5) Source(37, 41) + SourceIndex(3) -2 >Emitted(100, 46) Source(37, 42) + SourceIndex(3) -3 >Emitted(100, 47) Source(37, 42) + SourceIndex(3) +1->Emitted(101, 5) Source(37, 41) + SourceIndex(3) +2 >Emitted(101, 46) Source(37, 42) + SourceIndex(3) +3 >Emitted(101, 47) Source(37, 42) + SourceIndex(3) --- >>>})(internalEnum || (internalEnum = {})); 1 > @@ -1706,13 +1708,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalEnum 7 > { a, b, c } -1 >Emitted(101, 1) Source(37, 43) + SourceIndex(3) -2 >Emitted(101, 2) Source(37, 44) + SourceIndex(3) -3 >Emitted(101, 4) Source(37, 20) + SourceIndex(3) -4 >Emitted(101, 16) Source(37, 32) + SourceIndex(3) -5 >Emitted(101, 21) Source(37, 20) + SourceIndex(3) -6 >Emitted(101, 33) Source(37, 32) + SourceIndex(3) -7 >Emitted(101, 41) Source(37, 44) + SourceIndex(3) +1 >Emitted(102, 1) Source(37, 43) + SourceIndex(3) +2 >Emitted(102, 2) Source(37, 44) + SourceIndex(3) +3 >Emitted(102, 4) Source(37, 20) + SourceIndex(3) +4 >Emitted(102, 16) Source(37, 32) + SourceIndex(3) +5 >Emitted(102, 21) Source(37, 20) + SourceIndex(3) +6 >Emitted(102, 33) Source(37, 32) + SourceIndex(3) +7 >Emitted(102, 41) Source(37, 44) + SourceIndex(3) --- ------------------------------------------------------------------- emittedFile:/src/2/second-output.js @@ -1722,13 +1724,13 @@ sourceFile:../second/second_part2.ts 1 > 2 >^^^^^^^^^^^^^^^^^^^-> 1 > -1 >Emitted(102, 1) Source(1, 1) + SourceIndex(4) +1 >Emitted(103, 1) Source(1, 1) + SourceIndex(4) --- >>> function C() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(103, 5) Source(1, 1) + SourceIndex(4) +1->Emitted(104, 5) Source(1, 1) + SourceIndex(4) --- >>> } 1->^^^^ @@ -1740,8 +1742,8 @@ sourceFile:../second/second_part2.ts > } > 2 > } -1->Emitted(104, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(104, 6) Source(5, 2) + SourceIndex(4) +1->Emitted(105, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(105, 6) Source(5, 2) + SourceIndex(4) --- >>> C.prototype.doSomething = function () { 1->^^^^ @@ -1751,9 +1753,9 @@ sourceFile:../second/second_part2.ts 1-> 2 > doSomething 3 > -1->Emitted(105, 5) Source(2, 5) + SourceIndex(4) -2 >Emitted(105, 28) Source(2, 16) + SourceIndex(4) -3 >Emitted(105, 31) Source(2, 5) + SourceIndex(4) +1->Emitted(106, 5) Source(2, 5) + SourceIndex(4) +2 >Emitted(106, 28) Source(2, 16) + SourceIndex(4) +3 >Emitted(106, 31) Source(2, 5) + SourceIndex(4) --- >>> console.log("something got done"); 1->^^^^^^^^ @@ -1773,14 +1775,14 @@ sourceFile:../second/second_part2.ts 6 > "something got done" 7 > ) 8 > ; -1->Emitted(106, 9) Source(3, 9) + SourceIndex(4) -2 >Emitted(106, 16) Source(3, 16) + SourceIndex(4) -3 >Emitted(106, 17) Source(3, 17) + SourceIndex(4) -4 >Emitted(106, 20) Source(3, 20) + SourceIndex(4) -5 >Emitted(106, 21) Source(3, 21) + SourceIndex(4) -6 >Emitted(106, 41) Source(3, 41) + SourceIndex(4) -7 >Emitted(106, 42) Source(3, 42) + SourceIndex(4) -8 >Emitted(106, 43) Source(3, 43) + SourceIndex(4) +1->Emitted(107, 9) Source(3, 9) + SourceIndex(4) +2 >Emitted(107, 16) Source(3, 16) + SourceIndex(4) +3 >Emitted(107, 17) Source(3, 17) + SourceIndex(4) +4 >Emitted(107, 20) Source(3, 20) + SourceIndex(4) +5 >Emitted(107, 21) Source(3, 21) + SourceIndex(4) +6 >Emitted(107, 41) Source(3, 41) + SourceIndex(4) +7 >Emitted(107, 42) Source(3, 42) + SourceIndex(4) +8 >Emitted(107, 43) Source(3, 43) + SourceIndex(4) --- >>> }; 1 >^^^^ @@ -1789,8 +1791,8 @@ sourceFile:../second/second_part2.ts 1 > > 2 > } -1 >Emitted(107, 5) Source(4, 5) + SourceIndex(4) -2 >Emitted(107, 6) Source(4, 6) + SourceIndex(4) +1 >Emitted(108, 5) Source(4, 5) + SourceIndex(4) +2 >Emitted(108, 6) Source(4, 6) + SourceIndex(4) --- >>> return C; 1->^^^^ @@ -1798,8 +1800,8 @@ sourceFile:../second/second_part2.ts 1-> > 2 > } -1->Emitted(108, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(108, 13) Source(5, 2) + SourceIndex(4) +1->Emitted(109, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(109, 13) Source(5, 2) + SourceIndex(4) --- >>>}()); 1 > @@ -1815,10 +1817,10 @@ sourceFile:../second/second_part2.ts > console.log("something got done"); > } > } -1 >Emitted(109, 1) Source(5, 1) + SourceIndex(4) -2 >Emitted(109, 2) Source(5, 2) + SourceIndex(4) -3 >Emitted(109, 2) Source(1, 1) + SourceIndex(4) -4 >Emitted(109, 6) Source(5, 2) + SourceIndex(4) +1 >Emitted(110, 1) Source(5, 1) + SourceIndex(4) +2 >Emitted(110, 2) Source(5, 2) + SourceIndex(4) +3 >Emitted(110, 2) Source(1, 1) + SourceIndex(4) +4 >Emitted(110, 6) Source(5, 2) + SourceIndex(4) --- >>>//# sourceMappingURL=second-output.js.map @@ -1847,7 +1849,7 @@ sourceFile:../second/second_part2.ts }, { "pos": 127, - "end": 3543, + "end": 3561, "kind": "text" } ] @@ -1929,7 +1931,7 @@ function f() { } ---------------------------------------------------------------------- -text: (127-3543) +text: (127-3561) var N; (function (N) { function f() { @@ -1940,8 +1942,9 @@ var N; var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - /*@internal*/ normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + /*@internal*/ proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: true, @@ -2408,8 +2411,9 @@ var N; var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - /*@internal*/ normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + /*@internal*/ proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: true, @@ -2505,7 +2509,7 @@ c.doSomething(); //# sourceMappingURL=third-output.js.map //// [/src/third/thirdjs/output/third-output.js.map] -{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} //// [/src/third/thirdjs/output/third-output.js.map.baseline.txt] =================================================================== @@ -2839,49 +2843,50 @@ sourceFile:../../../second/second_part1.ts >>> } 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >constructor() { 2 > } 1 >Emitted(17, 5) Source(14, 35) + SourceIndex(3) 2 >Emitted(17, 6) Source(14, 36) + SourceIndex(3) --- ->>> /*@internal*/ normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> /*@internal*/ proto_1.method = function () { }; 1->^^^^ 2 > ^^^^^^^^^^^^^ 3 > ^ -4 > ^^^^^^^^^^^^^^^^^^^^^^^^ -5 > ^^^ -6 > ^^^^^^^^^^^^^^ -7 > ^ +4 > ^^^^^^^^^^^^^^ +5 > ^^^ +6 > ^^^^^^^^^^^^^^ +7 > ^ 1-> > /*@internal*/ prop: string; > 2 > /*@internal*/ 3 > 4 > method -5 > -6 > method() { -7 > } -1->Emitted(18, 5) Source(16, 5) + SourceIndex(3) -2 >Emitted(18, 18) Source(16, 18) + SourceIndex(3) -3 >Emitted(18, 19) Source(16, 19) + SourceIndex(3) -4 >Emitted(18, 43) Source(16, 25) + SourceIndex(3) -5 >Emitted(18, 46) Source(16, 19) + SourceIndex(3) -6 >Emitted(18, 60) Source(16, 30) + SourceIndex(3) -7 >Emitted(18, 61) Source(16, 31) + SourceIndex(3) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +5 > +6 > method() { +7 > } +1->Emitted(19, 5) Source(16, 5) + SourceIndex(3) +2 >Emitted(19, 18) Source(16, 18) + SourceIndex(3) +3 >Emitted(19, 19) Source(16, 19) + SourceIndex(3) +4 >Emitted(19, 33) Source(16, 25) + SourceIndex(3) +5 >Emitted(19, 36) Source(16, 19) + SourceIndex(3) +6 >Emitted(19, 50) Source(16, 30) + SourceIndex(3) +7 >Emitted(19, 51) Source(16, 31) + SourceIndex(3) +--- +>>> Object.defineProperty(proto_1, "c", { 1 >^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ -4 > ^^^^^^^-> +3 > ^^^^^^^^^^^^ +4 > ^^^^^^^^^^^^^^^^^-> 1 > > /*@internal*/ 2 > get 3 > c -1 >Emitted(19, 5) Source(17, 19) + SourceIndex(3) -2 >Emitted(19, 27) Source(17, 23) + SourceIndex(3) -3 >Emitted(19, 49) Source(17, 24) + SourceIndex(3) +1 >Emitted(20, 5) Source(17, 19) + SourceIndex(3) +2 >Emitted(20, 27) Source(17, 23) + SourceIndex(3) +3 >Emitted(20, 39) Source(17, 24) + SourceIndex(3) --- >>> /*@internal*/ get: function () { return 10; }, 1->^^^^^^^^ @@ -2902,15 +2907,15 @@ sourceFile:../../../second/second_part1.ts 7 > ; 8 > 9 > } -1->Emitted(20, 9) Source(17, 5) + SourceIndex(3) -2 >Emitted(20, 22) Source(17, 18) + SourceIndex(3) -3 >Emitted(20, 28) Source(17, 19) + SourceIndex(3) -4 >Emitted(20, 42) Source(17, 29) + SourceIndex(3) -5 >Emitted(20, 49) Source(17, 36) + SourceIndex(3) -6 >Emitted(20, 51) Source(17, 38) + SourceIndex(3) -7 >Emitted(20, 52) Source(17, 39) + SourceIndex(3) -8 >Emitted(20, 53) Source(17, 40) + SourceIndex(3) -9 >Emitted(20, 54) Source(17, 41) + SourceIndex(3) +1->Emitted(21, 9) Source(17, 5) + SourceIndex(3) +2 >Emitted(21, 22) Source(17, 18) + SourceIndex(3) +3 >Emitted(21, 28) Source(17, 19) + SourceIndex(3) +4 >Emitted(21, 42) Source(17, 29) + SourceIndex(3) +5 >Emitted(21, 49) Source(17, 36) + SourceIndex(3) +6 >Emitted(21, 51) Source(17, 38) + SourceIndex(3) +7 >Emitted(21, 52) Source(17, 39) + SourceIndex(3) +8 >Emitted(21, 53) Source(17, 40) + SourceIndex(3) +9 >Emitted(21, 54) Source(17, 41) + SourceIndex(3) --- >>> /*@internal*/ set: function (val) { }, 1 >^^^^^^^^ @@ -2928,13 +2933,13 @@ sourceFile:../../../second/second_part1.ts 5 > val: number 6 > ) { 7 > } -1 >Emitted(21, 9) Source(18, 5) + SourceIndex(3) -2 >Emitted(21, 22) Source(18, 18) + SourceIndex(3) -3 >Emitted(21, 28) Source(18, 19) + SourceIndex(3) -4 >Emitted(21, 38) Source(18, 25) + SourceIndex(3) -5 >Emitted(21, 41) Source(18, 36) + SourceIndex(3) -6 >Emitted(21, 45) Source(18, 40) + SourceIndex(3) -7 >Emitted(21, 46) Source(18, 41) + SourceIndex(3) +1 >Emitted(22, 9) Source(18, 5) + SourceIndex(3) +2 >Emitted(22, 22) Source(18, 18) + SourceIndex(3) +3 >Emitted(22, 28) Source(18, 19) + SourceIndex(3) +4 >Emitted(22, 38) Source(18, 25) + SourceIndex(3) +5 >Emitted(22, 41) Source(18, 36) + SourceIndex(3) +6 >Emitted(22, 45) Source(18, 40) + SourceIndex(3) +7 >Emitted(22, 46) Source(18, 41) + SourceIndex(3) --- >>> enumerable: true, >>> configurable: true @@ -2942,7 +2947,7 @@ sourceFile:../../../second/second_part1.ts 1 >^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(24, 8) Source(17, 41) + SourceIndex(3) +1 >Emitted(25, 8) Source(17, 41) + SourceIndex(3) --- >>> return normalC; 1->^^^^ @@ -2951,8 +2956,8 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ set c(val: number) { } > 2 > } -1->Emitted(25, 5) Source(19, 1) + SourceIndex(3) -2 >Emitted(25, 19) Source(19, 2) + SourceIndex(3) +1->Emitted(26, 5) Source(19, 1) + SourceIndex(3) +2 >Emitted(26, 19) Source(19, 2) + SourceIndex(3) --- >>>}()); 1 > @@ -2970,10 +2975,10 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ get c() { return 10; } > /*@internal*/ set c(val: number) { } > } -1 >Emitted(26, 1) Source(19, 1) + SourceIndex(3) -2 >Emitted(26, 2) Source(19, 2) + SourceIndex(3) -3 >Emitted(26, 2) Source(13, 1) + SourceIndex(3) -4 >Emitted(26, 6) Source(19, 2) + SourceIndex(3) +1 >Emitted(27, 1) Source(19, 1) + SourceIndex(3) +2 >Emitted(27, 2) Source(19, 2) + SourceIndex(3) +3 >Emitted(27, 2) Source(13, 1) + SourceIndex(3) +4 >Emitted(27, 6) Source(19, 2) + SourceIndex(3) --- >>>var normalN; 1-> @@ -2995,10 +3000,10 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(27, 5) Source(20, 11) + SourceIndex(3) -3 >Emitted(27, 12) Source(20, 18) + SourceIndex(3) -4 >Emitted(27, 13) Source(29, 2) + SourceIndex(3) +1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(28, 5) Source(20, 11) + SourceIndex(3) +3 >Emitted(28, 12) Source(20, 18) + SourceIndex(3) +4 >Emitted(28, 13) Source(29, 2) + SourceIndex(3) --- >>>(function (normalN) { 1-> @@ -3008,9 +3013,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > normalN -1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(28, 12) Source(20, 11) + SourceIndex(3) -3 >Emitted(28, 19) Source(20, 18) + SourceIndex(3) +1->Emitted(29, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(29, 12) Source(20, 11) + SourceIndex(3) +3 >Emitted(29, 19) Source(20, 18) + SourceIndex(3) --- >>> /*@internal*/ var C = /** @class */ (function () { 1->^^^^ @@ -3021,15 +3026,15 @@ sourceFile:../../../second/second_part1.ts > 2 > /*@internal*/ 3 > -1->Emitted(29, 5) Source(21, 5) + SourceIndex(3) -2 >Emitted(29, 18) Source(21, 18) + SourceIndex(3) -3 >Emitted(29, 19) Source(21, 19) + SourceIndex(3) +1->Emitted(30, 5) Source(21, 5) + SourceIndex(3) +2 >Emitted(30, 18) Source(21, 18) + SourceIndex(3) +3 >Emitted(30, 19) Source(21, 19) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(30, 9) Source(21, 19) + SourceIndex(3) +1->Emitted(31, 9) Source(21, 19) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -3037,16 +3042,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(31, 9) Source(21, 36) + SourceIndex(3) -2 >Emitted(31, 10) Source(21, 37) + SourceIndex(3) +1->Emitted(32, 9) Source(21, 36) + SourceIndex(3) +2 >Emitted(32, 10) Source(21, 37) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(32, 9) Source(21, 36) + SourceIndex(3) -2 >Emitted(32, 17) Source(21, 37) + SourceIndex(3) +1->Emitted(33, 9) Source(21, 36) + SourceIndex(3) +2 >Emitted(33, 17) Source(21, 37) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -3058,10 +3063,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(33, 5) Source(21, 36) + SourceIndex(3) -2 >Emitted(33, 6) Source(21, 37) + SourceIndex(3) -3 >Emitted(33, 6) Source(21, 19) + SourceIndex(3) -4 >Emitted(33, 10) Source(21, 37) + SourceIndex(3) +1 >Emitted(34, 5) Source(21, 36) + SourceIndex(3) +2 >Emitted(34, 6) Source(21, 37) + SourceIndex(3) +3 >Emitted(34, 6) Source(21, 19) + SourceIndex(3) +4 >Emitted(34, 10) Source(21, 37) + SourceIndex(3) --- >>> normalN.C = C; 1->^^^^ @@ -3073,10 +3078,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > { } 4 > -1->Emitted(34, 5) Source(21, 32) + SourceIndex(3) -2 >Emitted(34, 14) Source(21, 33) + SourceIndex(3) -3 >Emitted(34, 18) Source(21, 37) + SourceIndex(3) -4 >Emitted(34, 19) Source(21, 37) + SourceIndex(3) +1->Emitted(35, 5) Source(21, 32) + SourceIndex(3) +2 >Emitted(35, 14) Source(21, 33) + SourceIndex(3) +3 >Emitted(35, 18) Source(21, 37) + SourceIndex(3) +4 >Emitted(35, 19) Source(21, 37) + SourceIndex(3) --- >>> /*@internal*/ function foo() { } 1->^^^^ @@ -3094,13 +3099,13 @@ sourceFile:../../../second/second_part1.ts 5 > foo 6 > () { 7 > } -1->Emitted(35, 5) Source(22, 5) + SourceIndex(3) -2 >Emitted(35, 18) Source(22, 18) + SourceIndex(3) -3 >Emitted(35, 19) Source(22, 19) + SourceIndex(3) -4 >Emitted(35, 28) Source(22, 35) + SourceIndex(3) -5 >Emitted(35, 31) Source(22, 38) + SourceIndex(3) -6 >Emitted(35, 36) Source(22, 42) + SourceIndex(3) -7 >Emitted(35, 37) Source(22, 43) + SourceIndex(3) +1->Emitted(36, 5) Source(22, 5) + SourceIndex(3) +2 >Emitted(36, 18) Source(22, 18) + SourceIndex(3) +3 >Emitted(36, 19) Source(22, 19) + SourceIndex(3) +4 >Emitted(36, 28) Source(22, 35) + SourceIndex(3) +5 >Emitted(36, 31) Source(22, 38) + SourceIndex(3) +6 >Emitted(36, 36) Source(22, 42) + SourceIndex(3) +7 >Emitted(36, 37) Source(22, 43) + SourceIndex(3) --- >>> normalN.foo = foo; 1 >^^^^ @@ -3112,10 +3117,10 @@ sourceFile:../../../second/second_part1.ts 2 > foo 3 > () {} 4 > -1 >Emitted(36, 5) Source(22, 35) + SourceIndex(3) -2 >Emitted(36, 16) Source(22, 38) + SourceIndex(3) -3 >Emitted(36, 22) Source(22, 43) + SourceIndex(3) -4 >Emitted(36, 23) Source(22, 43) + SourceIndex(3) +1 >Emitted(37, 5) Source(22, 35) + SourceIndex(3) +2 >Emitted(37, 16) Source(22, 38) + SourceIndex(3) +3 >Emitted(37, 22) Source(22, 43) + SourceIndex(3) +4 >Emitted(37, 23) Source(22, 43) + SourceIndex(3) --- >>> /*@internal*/ var someNamespace; 1->^^^^ @@ -3131,12 +3136,12 @@ sourceFile:../../../second/second_part1.ts 4 > export namespace 5 > someNamespace 6 > { export class C {} } -1->Emitted(37, 5) Source(23, 5) + SourceIndex(3) -2 >Emitted(37, 18) Source(23, 18) + SourceIndex(3) -3 >Emitted(37, 19) Source(23, 19) + SourceIndex(3) -4 >Emitted(37, 23) Source(23, 36) + SourceIndex(3) -5 >Emitted(37, 36) Source(23, 49) + SourceIndex(3) -6 >Emitted(37, 37) Source(23, 71) + SourceIndex(3) +1->Emitted(38, 5) Source(23, 5) + SourceIndex(3) +2 >Emitted(38, 18) Source(23, 18) + SourceIndex(3) +3 >Emitted(38, 19) Source(23, 19) + SourceIndex(3) +4 >Emitted(38, 23) Source(23, 36) + SourceIndex(3) +5 >Emitted(38, 36) Source(23, 49) + SourceIndex(3) +6 >Emitted(38, 37) Source(23, 71) + SourceIndex(3) --- >>> (function (someNamespace) { 1 >^^^^ @@ -3146,21 +3151,21 @@ sourceFile:../../../second/second_part1.ts 1 > 2 > export namespace 3 > someNamespace -1 >Emitted(38, 5) Source(23, 19) + SourceIndex(3) -2 >Emitted(38, 16) Source(23, 36) + SourceIndex(3) -3 >Emitted(38, 29) Source(23, 49) + SourceIndex(3) +1 >Emitted(39, 5) Source(23, 19) + SourceIndex(3) +2 >Emitted(39, 16) Source(23, 36) + SourceIndex(3) +3 >Emitted(39, 29) Source(23, 49) + SourceIndex(3) --- >>> var C = /** @class */ (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(39, 9) Source(23, 52) + SourceIndex(3) +1->Emitted(40, 9) Source(23, 52) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(40, 13) Source(23, 52) + SourceIndex(3) +1->Emitted(41, 13) Source(23, 52) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -3168,16 +3173,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(41, 13) Source(23, 68) + SourceIndex(3) -2 >Emitted(41, 14) Source(23, 69) + SourceIndex(3) +1->Emitted(42, 13) Source(23, 68) + SourceIndex(3) +2 >Emitted(42, 14) Source(23, 69) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(42, 13) Source(23, 68) + SourceIndex(3) -2 >Emitted(42, 21) Source(23, 69) + SourceIndex(3) +1->Emitted(43, 13) Source(23, 68) + SourceIndex(3) +2 >Emitted(43, 21) Source(23, 69) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -3189,10 +3194,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(43, 9) Source(23, 68) + SourceIndex(3) -2 >Emitted(43, 10) Source(23, 69) + SourceIndex(3) -3 >Emitted(43, 10) Source(23, 52) + SourceIndex(3) -4 >Emitted(43, 14) Source(23, 69) + SourceIndex(3) +1 >Emitted(44, 9) Source(23, 68) + SourceIndex(3) +2 >Emitted(44, 10) Source(23, 69) + SourceIndex(3) +3 >Emitted(44, 10) Source(23, 52) + SourceIndex(3) +4 >Emitted(44, 14) Source(23, 69) + SourceIndex(3) --- >>> someNamespace.C = C; 1->^^^^^^^^ @@ -3204,10 +3209,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > {} 4 > -1->Emitted(44, 9) Source(23, 65) + SourceIndex(3) -2 >Emitted(44, 24) Source(23, 66) + SourceIndex(3) -3 >Emitted(44, 28) Source(23, 69) + SourceIndex(3) -4 >Emitted(44, 29) Source(23, 69) + SourceIndex(3) +1->Emitted(45, 9) Source(23, 65) + SourceIndex(3) +2 >Emitted(45, 24) Source(23, 66) + SourceIndex(3) +3 >Emitted(45, 28) Source(23, 69) + SourceIndex(3) +4 >Emitted(45, 29) Source(23, 69) + SourceIndex(3) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^ @@ -3228,15 +3233,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(45, 5) Source(23, 70) + SourceIndex(3) -2 >Emitted(45, 6) Source(23, 71) + SourceIndex(3) -3 >Emitted(45, 8) Source(23, 36) + SourceIndex(3) -4 >Emitted(45, 21) Source(23, 49) + SourceIndex(3) -5 >Emitted(45, 24) Source(23, 36) + SourceIndex(3) -6 >Emitted(45, 45) Source(23, 49) + SourceIndex(3) -7 >Emitted(45, 50) Source(23, 36) + SourceIndex(3) -8 >Emitted(45, 71) Source(23, 49) + SourceIndex(3) -9 >Emitted(45, 79) Source(23, 71) + SourceIndex(3) +1->Emitted(46, 5) Source(23, 70) + SourceIndex(3) +2 >Emitted(46, 6) Source(23, 71) + SourceIndex(3) +3 >Emitted(46, 8) Source(23, 36) + SourceIndex(3) +4 >Emitted(46, 21) Source(23, 49) + SourceIndex(3) +5 >Emitted(46, 24) Source(23, 36) + SourceIndex(3) +6 >Emitted(46, 45) Source(23, 49) + SourceIndex(3) +7 >Emitted(46, 50) Source(23, 36) + SourceIndex(3) +8 >Emitted(46, 71) Source(23, 49) + SourceIndex(3) +9 >Emitted(46, 79) Source(23, 71) + SourceIndex(3) --- >>> /*@internal*/ var someOther; 1 >^^^^ @@ -3252,12 +3257,12 @@ sourceFile:../../../second/second_part1.ts 4 > export namespace 5 > someOther 6 > .something { export class someClass {} } -1 >Emitted(46, 5) Source(24, 5) + SourceIndex(3) -2 >Emitted(46, 18) Source(24, 18) + SourceIndex(3) -3 >Emitted(46, 19) Source(24, 19) + SourceIndex(3) -4 >Emitted(46, 23) Source(24, 36) + SourceIndex(3) -5 >Emitted(46, 32) Source(24, 45) + SourceIndex(3) -6 >Emitted(46, 33) Source(24, 85) + SourceIndex(3) +1 >Emitted(47, 5) Source(24, 5) + SourceIndex(3) +2 >Emitted(47, 18) Source(24, 18) + SourceIndex(3) +3 >Emitted(47, 19) Source(24, 19) + SourceIndex(3) +4 >Emitted(47, 23) Source(24, 36) + SourceIndex(3) +5 >Emitted(47, 32) Source(24, 45) + SourceIndex(3) +6 >Emitted(47, 33) Source(24, 85) + SourceIndex(3) --- >>> (function (someOther) { 1 >^^^^ @@ -3266,9 +3271,9 @@ sourceFile:../../../second/second_part1.ts 1 > 2 > export namespace 3 > someOther -1 >Emitted(47, 5) Source(24, 19) + SourceIndex(3) -2 >Emitted(47, 16) Source(24, 36) + SourceIndex(3) -3 >Emitted(47, 25) Source(24, 45) + SourceIndex(3) +1 >Emitted(48, 5) Source(24, 19) + SourceIndex(3) +2 >Emitted(48, 16) Source(24, 36) + SourceIndex(3) +3 >Emitted(48, 25) Source(24, 45) + SourceIndex(3) --- >>> var something; 1 >^^^^^^^^ @@ -3280,10 +3285,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(48, 9) Source(24, 46) + SourceIndex(3) -2 >Emitted(48, 13) Source(24, 46) + SourceIndex(3) -3 >Emitted(48, 22) Source(24, 55) + SourceIndex(3) -4 >Emitted(48, 23) Source(24, 85) + SourceIndex(3) +1 >Emitted(49, 9) Source(24, 46) + SourceIndex(3) +2 >Emitted(49, 13) Source(24, 46) + SourceIndex(3) +3 >Emitted(49, 22) Source(24, 55) + SourceIndex(3) +4 >Emitted(49, 23) Source(24, 85) + SourceIndex(3) --- >>> (function (something) { 1->^^^^^^^^ @@ -3293,21 +3298,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(49, 9) Source(24, 46) + SourceIndex(3) -2 >Emitted(49, 20) Source(24, 46) + SourceIndex(3) -3 >Emitted(49, 29) Source(24, 55) + SourceIndex(3) +1->Emitted(50, 9) Source(24, 46) + SourceIndex(3) +2 >Emitted(50, 20) Source(24, 46) + SourceIndex(3) +3 >Emitted(50, 29) Source(24, 55) + SourceIndex(3) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(50, 13) Source(24, 58) + SourceIndex(3) +1->Emitted(51, 13) Source(24, 58) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(51, 17) Source(24, 58) + SourceIndex(3) +1->Emitted(52, 17) Source(24, 58) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -3315,16 +3320,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(52, 17) Source(24, 82) + SourceIndex(3) -2 >Emitted(52, 18) Source(24, 83) + SourceIndex(3) +1->Emitted(53, 17) Source(24, 82) + SourceIndex(3) +2 >Emitted(53, 18) Source(24, 83) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(53, 17) Source(24, 82) + SourceIndex(3) -2 >Emitted(53, 33) Source(24, 83) + SourceIndex(3) +1->Emitted(54, 17) Source(24, 82) + SourceIndex(3) +2 >Emitted(54, 33) Source(24, 83) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -3336,10 +3341,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(54, 13) Source(24, 82) + SourceIndex(3) -2 >Emitted(54, 14) Source(24, 83) + SourceIndex(3) -3 >Emitted(54, 14) Source(24, 58) + SourceIndex(3) -4 >Emitted(54, 18) Source(24, 83) + SourceIndex(3) +1 >Emitted(55, 13) Source(24, 82) + SourceIndex(3) +2 >Emitted(55, 14) Source(24, 83) + SourceIndex(3) +3 >Emitted(55, 14) Source(24, 58) + SourceIndex(3) +4 >Emitted(55, 18) Source(24, 83) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -3351,10 +3356,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(55, 13) Source(24, 71) + SourceIndex(3) -2 >Emitted(55, 32) Source(24, 80) + SourceIndex(3) -3 >Emitted(55, 44) Source(24, 83) + SourceIndex(3) -4 >Emitted(55, 45) Source(24, 83) + SourceIndex(3) +1->Emitted(56, 13) Source(24, 71) + SourceIndex(3) +2 >Emitted(56, 32) Source(24, 80) + SourceIndex(3) +3 >Emitted(56, 44) Source(24, 83) + SourceIndex(3) +4 >Emitted(56, 45) Source(24, 83) + SourceIndex(3) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^ @@ -3375,15 +3380,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(56, 9) Source(24, 84) + SourceIndex(3) -2 >Emitted(56, 10) Source(24, 85) + SourceIndex(3) -3 >Emitted(56, 12) Source(24, 46) + SourceIndex(3) -4 >Emitted(56, 21) Source(24, 55) + SourceIndex(3) -5 >Emitted(56, 24) Source(24, 46) + SourceIndex(3) -6 >Emitted(56, 43) Source(24, 55) + SourceIndex(3) -7 >Emitted(56, 48) Source(24, 46) + SourceIndex(3) -8 >Emitted(56, 67) Source(24, 55) + SourceIndex(3) -9 >Emitted(56, 75) Source(24, 85) + SourceIndex(3) +1->Emitted(57, 9) Source(24, 84) + SourceIndex(3) +2 >Emitted(57, 10) Source(24, 85) + SourceIndex(3) +3 >Emitted(57, 12) Source(24, 46) + SourceIndex(3) +4 >Emitted(57, 21) Source(24, 55) + SourceIndex(3) +5 >Emitted(57, 24) Source(24, 46) + SourceIndex(3) +6 >Emitted(57, 43) Source(24, 55) + SourceIndex(3) +7 >Emitted(57, 48) Source(24, 46) + SourceIndex(3) +8 >Emitted(57, 67) Source(24, 55) + SourceIndex(3) +9 >Emitted(57, 75) Source(24, 85) + SourceIndex(3) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^ @@ -3404,15 +3409,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(57, 5) Source(24, 84) + SourceIndex(3) -2 >Emitted(57, 6) Source(24, 85) + SourceIndex(3) -3 >Emitted(57, 8) Source(24, 36) + SourceIndex(3) -4 >Emitted(57, 17) Source(24, 45) + SourceIndex(3) -5 >Emitted(57, 20) Source(24, 36) + SourceIndex(3) -6 >Emitted(57, 37) Source(24, 45) + SourceIndex(3) -7 >Emitted(57, 42) Source(24, 36) + SourceIndex(3) -8 >Emitted(57, 59) Source(24, 45) + SourceIndex(3) -9 >Emitted(57, 67) Source(24, 85) + SourceIndex(3) +1 >Emitted(58, 5) Source(24, 84) + SourceIndex(3) +2 >Emitted(58, 6) Source(24, 85) + SourceIndex(3) +3 >Emitted(58, 8) Source(24, 36) + SourceIndex(3) +4 >Emitted(58, 17) Source(24, 45) + SourceIndex(3) +5 >Emitted(58, 20) Source(24, 36) + SourceIndex(3) +6 >Emitted(58, 37) Source(24, 45) + SourceIndex(3) +7 >Emitted(58, 42) Source(24, 36) + SourceIndex(3) +8 >Emitted(58, 59) Source(24, 45) + SourceIndex(3) +9 >Emitted(58, 67) Source(24, 85) + SourceIndex(3) --- >>> /*@internal*/ normalN.someImport = someNamespace.C; 1 >^^^^ @@ -3434,15 +3439,15 @@ sourceFile:../../../second/second_part1.ts 7 > . 8 > C 9 > ; -1 >Emitted(58, 5) Source(25, 5) + SourceIndex(3) -2 >Emitted(58, 18) Source(25, 18) + SourceIndex(3) -3 >Emitted(58, 19) Source(25, 33) + SourceIndex(3) -4 >Emitted(58, 37) Source(25, 43) + SourceIndex(3) -5 >Emitted(58, 40) Source(25, 46) + SourceIndex(3) -6 >Emitted(58, 53) Source(25, 59) + SourceIndex(3) -7 >Emitted(58, 54) Source(25, 60) + SourceIndex(3) -8 >Emitted(58, 55) Source(25, 61) + SourceIndex(3) -9 >Emitted(58, 56) Source(25, 62) + SourceIndex(3) +1 >Emitted(59, 5) Source(25, 5) + SourceIndex(3) +2 >Emitted(59, 18) Source(25, 18) + SourceIndex(3) +3 >Emitted(59, 19) Source(25, 33) + SourceIndex(3) +4 >Emitted(59, 37) Source(25, 43) + SourceIndex(3) +5 >Emitted(59, 40) Source(25, 46) + SourceIndex(3) +6 >Emitted(59, 53) Source(25, 59) + SourceIndex(3) +7 >Emitted(59, 54) Source(25, 60) + SourceIndex(3) +8 >Emitted(59, 55) Source(25, 61) + SourceIndex(3) +9 >Emitted(59, 56) Source(25, 62) + SourceIndex(3) --- >>> /*@internal*/ normalN.internalConst = 10; 1 >^^^^ @@ -3461,13 +3466,13 @@ sourceFile:../../../second/second_part1.ts 5 > = 6 > 10 7 > ; -1 >Emitted(59, 5) Source(27, 5) + SourceIndex(3) -2 >Emitted(59, 18) Source(27, 18) + SourceIndex(3) -3 >Emitted(59, 19) Source(27, 32) + SourceIndex(3) -4 >Emitted(59, 40) Source(27, 45) + SourceIndex(3) -5 >Emitted(59, 43) Source(27, 48) + SourceIndex(3) -6 >Emitted(59, 45) Source(27, 50) + SourceIndex(3) -7 >Emitted(59, 46) Source(27, 51) + SourceIndex(3) +1 >Emitted(60, 5) Source(27, 5) + SourceIndex(3) +2 >Emitted(60, 18) Source(27, 18) + SourceIndex(3) +3 >Emitted(60, 19) Source(27, 32) + SourceIndex(3) +4 >Emitted(60, 40) Source(27, 45) + SourceIndex(3) +5 >Emitted(60, 43) Source(27, 48) + SourceIndex(3) +6 >Emitted(60, 45) Source(27, 50) + SourceIndex(3) +7 >Emitted(60, 46) Source(27, 51) + SourceIndex(3) --- >>> /*@internal*/ var internalEnum; 1 >^^^^ @@ -3481,11 +3486,11 @@ sourceFile:../../../second/second_part1.ts 3 > 4 > export enum 5 > internalEnum { a, b, c } -1 >Emitted(60, 5) Source(28, 5) + SourceIndex(3) -2 >Emitted(60, 18) Source(28, 18) + SourceIndex(3) -3 >Emitted(60, 19) Source(28, 19) + SourceIndex(3) -4 >Emitted(60, 23) Source(28, 31) + SourceIndex(3) -5 >Emitted(60, 35) Source(28, 55) + SourceIndex(3) +1 >Emitted(61, 5) Source(28, 5) + SourceIndex(3) +2 >Emitted(61, 18) Source(28, 18) + SourceIndex(3) +3 >Emitted(61, 19) Source(28, 19) + SourceIndex(3) +4 >Emitted(61, 23) Source(28, 31) + SourceIndex(3) +5 >Emitted(61, 35) Source(28, 55) + SourceIndex(3) --- >>> (function (internalEnum) { 1 >^^^^ @@ -3495,9 +3500,9 @@ sourceFile:../../../second/second_part1.ts 1 > 2 > export enum 3 > internalEnum -1 >Emitted(61, 5) Source(28, 19) + SourceIndex(3) -2 >Emitted(61, 16) Source(28, 31) + SourceIndex(3) -3 >Emitted(61, 28) Source(28, 43) + SourceIndex(3) +1 >Emitted(62, 5) Source(28, 19) + SourceIndex(3) +2 >Emitted(62, 16) Source(28, 31) + SourceIndex(3) +3 >Emitted(62, 28) Source(28, 43) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -3507,9 +3512,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(62, 9) Source(28, 46) + SourceIndex(3) -2 >Emitted(62, 50) Source(28, 47) + SourceIndex(3) -3 >Emitted(62, 51) Source(28, 47) + SourceIndex(3) +1->Emitted(63, 9) Source(28, 46) + SourceIndex(3) +2 >Emitted(63, 50) Source(28, 47) + SourceIndex(3) +3 >Emitted(63, 51) Source(28, 47) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -3519,9 +3524,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(63, 9) Source(28, 49) + SourceIndex(3) -2 >Emitted(63, 50) Source(28, 50) + SourceIndex(3) -3 >Emitted(63, 51) Source(28, 50) + SourceIndex(3) +1->Emitted(64, 9) Source(28, 49) + SourceIndex(3) +2 >Emitted(64, 50) Source(28, 50) + SourceIndex(3) +3 >Emitted(64, 51) Source(28, 50) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -3531,9 +3536,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(64, 9) Source(28, 52) + SourceIndex(3) -2 >Emitted(64, 50) Source(28, 53) + SourceIndex(3) -3 >Emitted(64, 51) Source(28, 53) + SourceIndex(3) +1->Emitted(65, 9) Source(28, 52) + SourceIndex(3) +2 >Emitted(65, 50) Source(28, 53) + SourceIndex(3) +3 >Emitted(65, 51) Source(28, 53) + SourceIndex(3) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^ @@ -3554,15 +3559,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(65, 5) Source(28, 54) + SourceIndex(3) -2 >Emitted(65, 6) Source(28, 55) + SourceIndex(3) -3 >Emitted(65, 8) Source(28, 31) + SourceIndex(3) -4 >Emitted(65, 20) Source(28, 43) + SourceIndex(3) -5 >Emitted(65, 23) Source(28, 31) + SourceIndex(3) -6 >Emitted(65, 43) Source(28, 43) + SourceIndex(3) -7 >Emitted(65, 48) Source(28, 31) + SourceIndex(3) -8 >Emitted(65, 68) Source(28, 43) + SourceIndex(3) -9 >Emitted(65, 76) Source(28, 55) + SourceIndex(3) +1->Emitted(66, 5) Source(28, 54) + SourceIndex(3) +2 >Emitted(66, 6) Source(28, 55) + SourceIndex(3) +3 >Emitted(66, 8) Source(28, 31) + SourceIndex(3) +4 >Emitted(66, 20) Source(28, 43) + SourceIndex(3) +5 >Emitted(66, 23) Source(28, 31) + SourceIndex(3) +6 >Emitted(66, 43) Source(28, 43) + SourceIndex(3) +7 >Emitted(66, 48) Source(28, 31) + SourceIndex(3) +8 >Emitted(66, 68) Source(28, 43) + SourceIndex(3) +9 >Emitted(66, 76) Source(28, 55) + SourceIndex(3) --- >>>})(normalN || (normalN = {})); 1 > @@ -3590,13 +3595,13 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(66, 1) Source(29, 1) + SourceIndex(3) -2 >Emitted(66, 2) Source(29, 2) + SourceIndex(3) -3 >Emitted(66, 4) Source(20, 11) + SourceIndex(3) -4 >Emitted(66, 11) Source(20, 18) + SourceIndex(3) -5 >Emitted(66, 16) Source(20, 11) + SourceIndex(3) -6 >Emitted(66, 23) Source(20, 18) + SourceIndex(3) -7 >Emitted(66, 31) Source(29, 2) + SourceIndex(3) +1 >Emitted(67, 1) Source(29, 1) + SourceIndex(3) +2 >Emitted(67, 2) Source(29, 2) + SourceIndex(3) +3 >Emitted(67, 4) Source(20, 11) + SourceIndex(3) +4 >Emitted(67, 11) Source(20, 18) + SourceIndex(3) +5 >Emitted(67, 16) Source(20, 11) + SourceIndex(3) +6 >Emitted(67, 23) Source(20, 18) + SourceIndex(3) +7 >Emitted(67, 31) Source(29, 2) + SourceIndex(3) --- >>>/*@internal*/ var internalC = /** @class */ (function () { 1-> @@ -3607,15 +3612,15 @@ sourceFile:../../../second/second_part1.ts > 2 >/*@internal*/ 3 > -1->Emitted(67, 1) Source(30, 1) + SourceIndex(3) -2 >Emitted(67, 14) Source(30, 14) + SourceIndex(3) -3 >Emitted(67, 15) Source(30, 15) + SourceIndex(3) +1->Emitted(68, 1) Source(30, 1) + SourceIndex(3) +2 >Emitted(68, 14) Source(30, 14) + SourceIndex(3) +3 >Emitted(68, 15) Source(30, 15) + SourceIndex(3) --- >>> function internalC() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(68, 5) Source(30, 15) + SourceIndex(3) +1->Emitted(69, 5) Source(30, 15) + SourceIndex(3) --- >>> } 1->^^^^ @@ -3623,16 +3628,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->class internalC { 2 > } -1->Emitted(69, 5) Source(30, 32) + SourceIndex(3) -2 >Emitted(69, 6) Source(30, 33) + SourceIndex(3) +1->Emitted(70, 5) Source(30, 32) + SourceIndex(3) +2 >Emitted(70, 6) Source(30, 33) + SourceIndex(3) --- >>> return internalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(70, 5) Source(30, 32) + SourceIndex(3) -2 >Emitted(70, 21) Source(30, 33) + SourceIndex(3) +1->Emitted(71, 5) Source(30, 32) + SourceIndex(3) +2 >Emitted(71, 21) Source(30, 33) + SourceIndex(3) --- >>>}()); 1 > @@ -3644,10 +3649,10 @@ sourceFile:../../../second/second_part1.ts 2 >} 3 > 4 > class internalC {} -1 >Emitted(71, 1) Source(30, 32) + SourceIndex(3) -2 >Emitted(71, 2) Source(30, 33) + SourceIndex(3) -3 >Emitted(71, 2) Source(30, 15) + SourceIndex(3) -4 >Emitted(71, 6) Source(30, 33) + SourceIndex(3) +1 >Emitted(72, 1) Source(30, 32) + SourceIndex(3) +2 >Emitted(72, 2) Source(30, 33) + SourceIndex(3) +3 >Emitted(72, 2) Source(30, 15) + SourceIndex(3) +4 >Emitted(72, 6) Source(30, 33) + SourceIndex(3) --- >>>/*@internal*/ function internalfoo() { } 1-> @@ -3665,13 +3670,13 @@ sourceFile:../../../second/second_part1.ts 5 > internalfoo 6 > () { 7 > } -1->Emitted(72, 1) Source(31, 1) + SourceIndex(3) -2 >Emitted(72, 14) Source(31, 14) + SourceIndex(3) -3 >Emitted(72, 15) Source(31, 15) + SourceIndex(3) -4 >Emitted(72, 24) Source(31, 24) + SourceIndex(3) -5 >Emitted(72, 35) Source(31, 35) + SourceIndex(3) -6 >Emitted(72, 40) Source(31, 39) + SourceIndex(3) -7 >Emitted(72, 41) Source(31, 40) + SourceIndex(3) +1->Emitted(73, 1) Source(31, 1) + SourceIndex(3) +2 >Emitted(73, 14) Source(31, 14) + SourceIndex(3) +3 >Emitted(73, 15) Source(31, 15) + SourceIndex(3) +4 >Emitted(73, 24) Source(31, 24) + SourceIndex(3) +5 >Emitted(73, 35) Source(31, 35) + SourceIndex(3) +6 >Emitted(73, 40) Source(31, 39) + SourceIndex(3) +7 >Emitted(73, 41) Source(31, 40) + SourceIndex(3) --- >>>/*@internal*/ var internalNamespace; 1 > @@ -3687,12 +3692,12 @@ sourceFile:../../../second/second_part1.ts 4 > namespace 5 > internalNamespace 6 > { export class someClass {} } -1 >Emitted(73, 1) Source(32, 1) + SourceIndex(3) -2 >Emitted(73, 14) Source(32, 14) + SourceIndex(3) -3 >Emitted(73, 15) Source(32, 15) + SourceIndex(3) -4 >Emitted(73, 19) Source(32, 25) + SourceIndex(3) -5 >Emitted(73, 36) Source(32, 42) + SourceIndex(3) -6 >Emitted(73, 37) Source(32, 72) + SourceIndex(3) +1 >Emitted(74, 1) Source(32, 1) + SourceIndex(3) +2 >Emitted(74, 14) Source(32, 14) + SourceIndex(3) +3 >Emitted(74, 15) Source(32, 15) + SourceIndex(3) +4 >Emitted(74, 19) Source(32, 25) + SourceIndex(3) +5 >Emitted(74, 36) Source(32, 42) + SourceIndex(3) +6 >Emitted(74, 37) Source(32, 72) + SourceIndex(3) --- >>>(function (internalNamespace) { 1 > @@ -3702,21 +3707,21 @@ sourceFile:../../../second/second_part1.ts 1 > 2 >namespace 3 > internalNamespace -1 >Emitted(74, 1) Source(32, 15) + SourceIndex(3) -2 >Emitted(74, 12) Source(32, 25) + SourceIndex(3) -3 >Emitted(74, 29) Source(32, 42) + SourceIndex(3) +1 >Emitted(75, 1) Source(32, 15) + SourceIndex(3) +2 >Emitted(75, 12) Source(32, 25) + SourceIndex(3) +3 >Emitted(75, 29) Source(32, 42) + SourceIndex(3) --- >>> var someClass = /** @class */ (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(75, 5) Source(32, 45) + SourceIndex(3) +1->Emitted(76, 5) Source(32, 45) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(76, 9) Source(32, 45) + SourceIndex(3) +1->Emitted(77, 9) Source(32, 45) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -3724,16 +3729,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(77, 9) Source(32, 69) + SourceIndex(3) -2 >Emitted(77, 10) Source(32, 70) + SourceIndex(3) +1->Emitted(78, 9) Source(32, 69) + SourceIndex(3) +2 >Emitted(78, 10) Source(32, 70) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(78, 9) Source(32, 69) + SourceIndex(3) -2 >Emitted(78, 25) Source(32, 70) + SourceIndex(3) +1->Emitted(79, 9) Source(32, 69) + SourceIndex(3) +2 >Emitted(79, 25) Source(32, 70) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -3745,10 +3750,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(79, 5) Source(32, 69) + SourceIndex(3) -2 >Emitted(79, 6) Source(32, 70) + SourceIndex(3) -3 >Emitted(79, 6) Source(32, 45) + SourceIndex(3) -4 >Emitted(79, 10) Source(32, 70) + SourceIndex(3) +1 >Emitted(80, 5) Source(32, 69) + SourceIndex(3) +2 >Emitted(80, 6) Source(32, 70) + SourceIndex(3) +3 >Emitted(80, 6) Source(32, 45) + SourceIndex(3) +4 >Emitted(80, 10) Source(32, 70) + SourceIndex(3) --- >>> internalNamespace.someClass = someClass; 1->^^^^ @@ -3760,10 +3765,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(80, 5) Source(32, 58) + SourceIndex(3) -2 >Emitted(80, 32) Source(32, 67) + SourceIndex(3) -3 >Emitted(80, 44) Source(32, 70) + SourceIndex(3) -4 >Emitted(80, 45) Source(32, 70) + SourceIndex(3) +1->Emitted(81, 5) Source(32, 58) + SourceIndex(3) +2 >Emitted(81, 32) Source(32, 67) + SourceIndex(3) +3 >Emitted(81, 44) Source(32, 70) + SourceIndex(3) +4 >Emitted(81, 45) Source(32, 70) + SourceIndex(3) --- >>>})(internalNamespace || (internalNamespace = {})); 1-> @@ -3780,13 +3785,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalNamespace 7 > { export class someClass {} } -1->Emitted(81, 1) Source(32, 71) + SourceIndex(3) -2 >Emitted(81, 2) Source(32, 72) + SourceIndex(3) -3 >Emitted(81, 4) Source(32, 25) + SourceIndex(3) -4 >Emitted(81, 21) Source(32, 42) + SourceIndex(3) -5 >Emitted(81, 26) Source(32, 25) + SourceIndex(3) -6 >Emitted(81, 43) Source(32, 42) + SourceIndex(3) -7 >Emitted(81, 51) Source(32, 72) + SourceIndex(3) +1->Emitted(82, 1) Source(32, 71) + SourceIndex(3) +2 >Emitted(82, 2) Source(32, 72) + SourceIndex(3) +3 >Emitted(82, 4) Source(32, 25) + SourceIndex(3) +4 >Emitted(82, 21) Source(32, 42) + SourceIndex(3) +5 >Emitted(82, 26) Source(32, 25) + SourceIndex(3) +6 >Emitted(82, 43) Source(32, 42) + SourceIndex(3) +7 >Emitted(82, 51) Source(32, 72) + SourceIndex(3) --- >>>/*@internal*/ var internalOther; 1 > @@ -3802,12 +3807,12 @@ sourceFile:../../../second/second_part1.ts 4 > namespace 5 > internalOther 6 > .something { export class someClass {} } -1 >Emitted(82, 1) Source(33, 1) + SourceIndex(3) -2 >Emitted(82, 14) Source(33, 14) + SourceIndex(3) -3 >Emitted(82, 15) Source(33, 15) + SourceIndex(3) -4 >Emitted(82, 19) Source(33, 25) + SourceIndex(3) -5 >Emitted(82, 32) Source(33, 38) + SourceIndex(3) -6 >Emitted(82, 33) Source(33, 78) + SourceIndex(3) +1 >Emitted(83, 1) Source(33, 1) + SourceIndex(3) +2 >Emitted(83, 14) Source(33, 14) + SourceIndex(3) +3 >Emitted(83, 15) Source(33, 15) + SourceIndex(3) +4 >Emitted(83, 19) Source(33, 25) + SourceIndex(3) +5 >Emitted(83, 32) Source(33, 38) + SourceIndex(3) +6 >Emitted(83, 33) Source(33, 78) + SourceIndex(3) --- >>>(function (internalOther) { 1 > @@ -3816,9 +3821,9 @@ sourceFile:../../../second/second_part1.ts 1 > 2 >namespace 3 > internalOther -1 >Emitted(83, 1) Source(33, 15) + SourceIndex(3) -2 >Emitted(83, 12) Source(33, 25) + SourceIndex(3) -3 >Emitted(83, 25) Source(33, 38) + SourceIndex(3) +1 >Emitted(84, 1) Source(33, 15) + SourceIndex(3) +2 >Emitted(84, 12) Source(33, 25) + SourceIndex(3) +3 >Emitted(84, 25) Source(33, 38) + SourceIndex(3) --- >>> var something; 1 >^^^^ @@ -3830,10 +3835,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(84, 5) Source(33, 39) + SourceIndex(3) -2 >Emitted(84, 9) Source(33, 39) + SourceIndex(3) -3 >Emitted(84, 18) Source(33, 48) + SourceIndex(3) -4 >Emitted(84, 19) Source(33, 78) + SourceIndex(3) +1 >Emitted(85, 5) Source(33, 39) + SourceIndex(3) +2 >Emitted(85, 9) Source(33, 39) + SourceIndex(3) +3 >Emitted(85, 18) Source(33, 48) + SourceIndex(3) +4 >Emitted(85, 19) Source(33, 78) + SourceIndex(3) --- >>> (function (something) { 1->^^^^ @@ -3843,21 +3848,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(85, 5) Source(33, 39) + SourceIndex(3) -2 >Emitted(85, 16) Source(33, 39) + SourceIndex(3) -3 >Emitted(85, 25) Source(33, 48) + SourceIndex(3) +1->Emitted(86, 5) Source(33, 39) + SourceIndex(3) +2 >Emitted(86, 16) Source(33, 39) + SourceIndex(3) +3 >Emitted(86, 25) Source(33, 48) + SourceIndex(3) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(86, 9) Source(33, 51) + SourceIndex(3) +1->Emitted(87, 9) Source(33, 51) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(87, 13) Source(33, 51) + SourceIndex(3) +1->Emitted(88, 13) Source(33, 51) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -3865,16 +3870,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(88, 13) Source(33, 75) + SourceIndex(3) -2 >Emitted(88, 14) Source(33, 76) + SourceIndex(3) +1->Emitted(89, 13) Source(33, 75) + SourceIndex(3) +2 >Emitted(89, 14) Source(33, 76) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(89, 13) Source(33, 75) + SourceIndex(3) -2 >Emitted(89, 29) Source(33, 76) + SourceIndex(3) +1->Emitted(90, 13) Source(33, 75) + SourceIndex(3) +2 >Emitted(90, 29) Source(33, 76) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -3886,10 +3891,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(90, 9) Source(33, 75) + SourceIndex(3) -2 >Emitted(90, 10) Source(33, 76) + SourceIndex(3) -3 >Emitted(90, 10) Source(33, 51) + SourceIndex(3) -4 >Emitted(90, 14) Source(33, 76) + SourceIndex(3) +1 >Emitted(91, 9) Source(33, 75) + SourceIndex(3) +2 >Emitted(91, 10) Source(33, 76) + SourceIndex(3) +3 >Emitted(91, 10) Source(33, 51) + SourceIndex(3) +4 >Emitted(91, 14) Source(33, 76) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^ @@ -3901,10 +3906,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(91, 9) Source(33, 64) + SourceIndex(3) -2 >Emitted(91, 28) Source(33, 73) + SourceIndex(3) -3 >Emitted(91, 40) Source(33, 76) + SourceIndex(3) -4 >Emitted(91, 41) Source(33, 76) + SourceIndex(3) +1->Emitted(92, 9) Source(33, 64) + SourceIndex(3) +2 >Emitted(92, 28) Source(33, 73) + SourceIndex(3) +3 >Emitted(92, 40) Source(33, 76) + SourceIndex(3) +4 >Emitted(92, 41) Source(33, 76) + SourceIndex(3) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^ @@ -3925,15 +3930,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(92, 5) Source(33, 77) + SourceIndex(3) -2 >Emitted(92, 6) Source(33, 78) + SourceIndex(3) -3 >Emitted(92, 8) Source(33, 39) + SourceIndex(3) -4 >Emitted(92, 17) Source(33, 48) + SourceIndex(3) -5 >Emitted(92, 20) Source(33, 39) + SourceIndex(3) -6 >Emitted(92, 43) Source(33, 48) + SourceIndex(3) -7 >Emitted(92, 48) Source(33, 39) + SourceIndex(3) -8 >Emitted(92, 71) Source(33, 48) + SourceIndex(3) -9 >Emitted(92, 79) Source(33, 78) + SourceIndex(3) +1->Emitted(93, 5) Source(33, 77) + SourceIndex(3) +2 >Emitted(93, 6) Source(33, 78) + SourceIndex(3) +3 >Emitted(93, 8) Source(33, 39) + SourceIndex(3) +4 >Emitted(93, 17) Source(33, 48) + SourceIndex(3) +5 >Emitted(93, 20) Source(33, 39) + SourceIndex(3) +6 >Emitted(93, 43) Source(33, 48) + SourceIndex(3) +7 >Emitted(93, 48) Source(33, 39) + SourceIndex(3) +8 >Emitted(93, 71) Source(33, 48) + SourceIndex(3) +9 >Emitted(93, 79) Source(33, 78) + SourceIndex(3) --- >>>})(internalOther || (internalOther = {})); 1 > @@ -3951,13 +3956,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalOther 7 > .something { export class someClass {} } -1 >Emitted(93, 1) Source(33, 77) + SourceIndex(3) -2 >Emitted(93, 2) Source(33, 78) + SourceIndex(3) -3 >Emitted(93, 4) Source(33, 25) + SourceIndex(3) -4 >Emitted(93, 17) Source(33, 38) + SourceIndex(3) -5 >Emitted(93, 22) Source(33, 25) + SourceIndex(3) -6 >Emitted(93, 35) Source(33, 38) + SourceIndex(3) -7 >Emitted(93, 43) Source(33, 78) + SourceIndex(3) +1 >Emitted(94, 1) Source(33, 77) + SourceIndex(3) +2 >Emitted(94, 2) Source(33, 78) + SourceIndex(3) +3 >Emitted(94, 4) Source(33, 25) + SourceIndex(3) +4 >Emitted(94, 17) Source(33, 38) + SourceIndex(3) +5 >Emitted(94, 22) Source(33, 25) + SourceIndex(3) +6 >Emitted(94, 35) Source(33, 38) + SourceIndex(3) +7 >Emitted(94, 43) Source(33, 78) + SourceIndex(3) --- >>>/*@internal*/ var internalImport = internalNamespace.someClass; 1-> @@ -3981,16 +3986,16 @@ sourceFile:../../../second/second_part1.ts 8 > . 9 > someClass 10> ; -1->Emitted(94, 1) Source(34, 1) + SourceIndex(3) -2 >Emitted(94, 14) Source(34, 14) + SourceIndex(3) -3 >Emitted(94, 15) Source(34, 15) + SourceIndex(3) -4 >Emitted(94, 19) Source(34, 22) + SourceIndex(3) -5 >Emitted(94, 33) Source(34, 36) + SourceIndex(3) -6 >Emitted(94, 36) Source(34, 39) + SourceIndex(3) -7 >Emitted(94, 53) Source(34, 56) + SourceIndex(3) -8 >Emitted(94, 54) Source(34, 57) + SourceIndex(3) -9 >Emitted(94, 63) Source(34, 66) + SourceIndex(3) -10>Emitted(94, 64) Source(34, 67) + SourceIndex(3) +1->Emitted(95, 1) Source(34, 1) + SourceIndex(3) +2 >Emitted(95, 14) Source(34, 14) + SourceIndex(3) +3 >Emitted(95, 15) Source(34, 15) + SourceIndex(3) +4 >Emitted(95, 19) Source(34, 22) + SourceIndex(3) +5 >Emitted(95, 33) Source(34, 36) + SourceIndex(3) +6 >Emitted(95, 36) Source(34, 39) + SourceIndex(3) +7 >Emitted(95, 53) Source(34, 56) + SourceIndex(3) +8 >Emitted(95, 54) Source(34, 57) + SourceIndex(3) +9 >Emitted(95, 63) Source(34, 66) + SourceIndex(3) +10>Emitted(95, 64) Source(34, 67) + SourceIndex(3) --- >>>/*@internal*/ var internalConst = 10; 1 > @@ -4011,14 +4016,14 @@ sourceFile:../../../second/second_part1.ts 6 > = 7 > 10 8 > ; -1 >Emitted(95, 1) Source(36, 1) + SourceIndex(3) -2 >Emitted(95, 14) Source(36, 14) + SourceIndex(3) -3 >Emitted(95, 15) Source(36, 15) + SourceIndex(3) -4 >Emitted(95, 19) Source(36, 21) + SourceIndex(3) -5 >Emitted(95, 32) Source(36, 34) + SourceIndex(3) -6 >Emitted(95, 35) Source(36, 37) + SourceIndex(3) -7 >Emitted(95, 37) Source(36, 39) + SourceIndex(3) -8 >Emitted(95, 38) Source(36, 40) + SourceIndex(3) +1 >Emitted(96, 1) Source(36, 1) + SourceIndex(3) +2 >Emitted(96, 14) Source(36, 14) + SourceIndex(3) +3 >Emitted(96, 15) Source(36, 15) + SourceIndex(3) +4 >Emitted(96, 19) Source(36, 21) + SourceIndex(3) +5 >Emitted(96, 32) Source(36, 34) + SourceIndex(3) +6 >Emitted(96, 35) Source(36, 37) + SourceIndex(3) +7 >Emitted(96, 37) Source(36, 39) + SourceIndex(3) +8 >Emitted(96, 38) Source(36, 40) + SourceIndex(3) --- >>>/*@internal*/ var internalEnum; 1 > @@ -4032,11 +4037,11 @@ sourceFile:../../../second/second_part1.ts 3 > 4 > enum 5 > internalEnum { a, b, c } -1 >Emitted(96, 1) Source(37, 1) + SourceIndex(3) -2 >Emitted(96, 14) Source(37, 14) + SourceIndex(3) -3 >Emitted(96, 15) Source(37, 15) + SourceIndex(3) -4 >Emitted(96, 19) Source(37, 20) + SourceIndex(3) -5 >Emitted(96, 31) Source(37, 44) + SourceIndex(3) +1 >Emitted(97, 1) Source(37, 1) + SourceIndex(3) +2 >Emitted(97, 14) Source(37, 14) + SourceIndex(3) +3 >Emitted(97, 15) Source(37, 15) + SourceIndex(3) +4 >Emitted(97, 19) Source(37, 20) + SourceIndex(3) +5 >Emitted(97, 31) Source(37, 44) + SourceIndex(3) --- >>>(function (internalEnum) { 1 > @@ -4046,9 +4051,9 @@ sourceFile:../../../second/second_part1.ts 1 > 2 >enum 3 > internalEnum -1 >Emitted(97, 1) Source(37, 15) + SourceIndex(3) -2 >Emitted(97, 12) Source(37, 20) + SourceIndex(3) -3 >Emitted(97, 24) Source(37, 32) + SourceIndex(3) +1 >Emitted(98, 1) Source(37, 15) + SourceIndex(3) +2 >Emitted(98, 12) Source(37, 20) + SourceIndex(3) +3 >Emitted(98, 24) Source(37, 32) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^ @@ -4058,9 +4063,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(98, 5) Source(37, 35) + SourceIndex(3) -2 >Emitted(98, 46) Source(37, 36) + SourceIndex(3) -3 >Emitted(98, 47) Source(37, 36) + SourceIndex(3) +1->Emitted(99, 5) Source(37, 35) + SourceIndex(3) +2 >Emitted(99, 46) Source(37, 36) + SourceIndex(3) +3 >Emitted(99, 47) Source(37, 36) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^ @@ -4070,9 +4075,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(99, 5) Source(37, 38) + SourceIndex(3) -2 >Emitted(99, 46) Source(37, 39) + SourceIndex(3) -3 >Emitted(99, 47) Source(37, 39) + SourceIndex(3) +1->Emitted(100, 5) Source(37, 38) + SourceIndex(3) +2 >Emitted(100, 46) Source(37, 39) + SourceIndex(3) +3 >Emitted(100, 47) Source(37, 39) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^ @@ -4081,9 +4086,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(100, 5) Source(37, 41) + SourceIndex(3) -2 >Emitted(100, 46) Source(37, 42) + SourceIndex(3) -3 >Emitted(100, 47) Source(37, 42) + SourceIndex(3) +1->Emitted(101, 5) Source(37, 41) + SourceIndex(3) +2 >Emitted(101, 46) Source(37, 42) + SourceIndex(3) +3 >Emitted(101, 47) Source(37, 42) + SourceIndex(3) --- >>>})(internalEnum || (internalEnum = {})); 1 > @@ -4100,13 +4105,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalEnum 7 > { a, b, c } -1 >Emitted(101, 1) Source(37, 43) + SourceIndex(3) -2 >Emitted(101, 2) Source(37, 44) + SourceIndex(3) -3 >Emitted(101, 4) Source(37, 20) + SourceIndex(3) -4 >Emitted(101, 16) Source(37, 32) + SourceIndex(3) -5 >Emitted(101, 21) Source(37, 20) + SourceIndex(3) -6 >Emitted(101, 33) Source(37, 32) + SourceIndex(3) -7 >Emitted(101, 41) Source(37, 44) + SourceIndex(3) +1 >Emitted(102, 1) Source(37, 43) + SourceIndex(3) +2 >Emitted(102, 2) Source(37, 44) + SourceIndex(3) +3 >Emitted(102, 4) Source(37, 20) + SourceIndex(3) +4 >Emitted(102, 16) Source(37, 32) + SourceIndex(3) +5 >Emitted(102, 21) Source(37, 20) + SourceIndex(3) +6 >Emitted(102, 33) Source(37, 32) + SourceIndex(3) +7 >Emitted(102, 41) Source(37, 44) + SourceIndex(3) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -4116,13 +4121,13 @@ sourceFile:../../../second/second_part2.ts 1 > 2 >^^^^^^^^^^^^^^^^^^^-> 1 > -1 >Emitted(102, 1) Source(1, 1) + SourceIndex(4) +1 >Emitted(103, 1) Source(1, 1) + SourceIndex(4) --- >>> function C() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(103, 5) Source(1, 1) + SourceIndex(4) +1->Emitted(104, 5) Source(1, 1) + SourceIndex(4) --- >>> } 1->^^^^ @@ -4134,8 +4139,8 @@ sourceFile:../../../second/second_part2.ts > } > 2 > } -1->Emitted(104, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(104, 6) Source(5, 2) + SourceIndex(4) +1->Emitted(105, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(105, 6) Source(5, 2) + SourceIndex(4) --- >>> C.prototype.doSomething = function () { 1->^^^^ @@ -4145,9 +4150,9 @@ sourceFile:../../../second/second_part2.ts 1-> 2 > doSomething 3 > -1->Emitted(105, 5) Source(2, 5) + SourceIndex(4) -2 >Emitted(105, 28) Source(2, 16) + SourceIndex(4) -3 >Emitted(105, 31) Source(2, 5) + SourceIndex(4) +1->Emitted(106, 5) Source(2, 5) + SourceIndex(4) +2 >Emitted(106, 28) Source(2, 16) + SourceIndex(4) +3 >Emitted(106, 31) Source(2, 5) + SourceIndex(4) --- >>> console.log("something got done"); 1->^^^^^^^^ @@ -4167,14 +4172,14 @@ sourceFile:../../../second/second_part2.ts 6 > "something got done" 7 > ) 8 > ; -1->Emitted(106, 9) Source(3, 9) + SourceIndex(4) -2 >Emitted(106, 16) Source(3, 16) + SourceIndex(4) -3 >Emitted(106, 17) Source(3, 17) + SourceIndex(4) -4 >Emitted(106, 20) Source(3, 20) + SourceIndex(4) -5 >Emitted(106, 21) Source(3, 21) + SourceIndex(4) -6 >Emitted(106, 41) Source(3, 41) + SourceIndex(4) -7 >Emitted(106, 42) Source(3, 42) + SourceIndex(4) -8 >Emitted(106, 43) Source(3, 43) + SourceIndex(4) +1->Emitted(107, 9) Source(3, 9) + SourceIndex(4) +2 >Emitted(107, 16) Source(3, 16) + SourceIndex(4) +3 >Emitted(107, 17) Source(3, 17) + SourceIndex(4) +4 >Emitted(107, 20) Source(3, 20) + SourceIndex(4) +5 >Emitted(107, 21) Source(3, 21) + SourceIndex(4) +6 >Emitted(107, 41) Source(3, 41) + SourceIndex(4) +7 >Emitted(107, 42) Source(3, 42) + SourceIndex(4) +8 >Emitted(107, 43) Source(3, 43) + SourceIndex(4) --- >>> }; 1 >^^^^ @@ -4183,8 +4188,8 @@ sourceFile:../../../second/second_part2.ts 1 > > 2 > } -1 >Emitted(107, 5) Source(4, 5) + SourceIndex(4) -2 >Emitted(107, 6) Source(4, 6) + SourceIndex(4) +1 >Emitted(108, 5) Source(4, 5) + SourceIndex(4) +2 >Emitted(108, 6) Source(4, 6) + SourceIndex(4) --- >>> return C; 1->^^^^ @@ -4192,8 +4197,8 @@ sourceFile:../../../second/second_part2.ts 1-> > 2 > } -1->Emitted(108, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(108, 13) Source(5, 2) + SourceIndex(4) +1->Emitted(109, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(109, 13) Source(5, 2) + SourceIndex(4) --- >>>}()); 1 > @@ -4209,10 +4214,10 @@ sourceFile:../../../second/second_part2.ts > console.log("something got done"); > } > } -1 >Emitted(109, 1) Source(5, 1) + SourceIndex(4) -2 >Emitted(109, 2) Source(5, 2) + SourceIndex(4) -3 >Emitted(109, 2) Source(1, 1) + SourceIndex(4) -4 >Emitted(109, 6) Source(5, 2) + SourceIndex(4) +1 >Emitted(110, 1) Source(5, 1) + SourceIndex(4) +2 >Emitted(110, 2) Source(5, 2) + SourceIndex(4) +3 >Emitted(110, 2) Source(1, 1) + SourceIndex(4) +4 >Emitted(110, 6) Source(5, 2) + SourceIndex(4) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -4236,14 +4241,14 @@ sourceFile:../../third_part1.ts 6 > C 7 > () 8 > ; -1->Emitted(110, 1) Source(1, 1) + SourceIndex(5) -2 >Emitted(110, 5) Source(1, 5) + SourceIndex(5) -3 >Emitted(110, 6) Source(1, 6) + SourceIndex(5) -4 >Emitted(110, 9) Source(1, 9) + SourceIndex(5) -5 >Emitted(110, 13) Source(1, 13) + SourceIndex(5) -6 >Emitted(110, 14) Source(1, 14) + SourceIndex(5) -7 >Emitted(110, 16) Source(1, 16) + SourceIndex(5) -8 >Emitted(110, 17) Source(1, 17) + SourceIndex(5) +1->Emitted(111, 1) Source(1, 1) + SourceIndex(5) +2 >Emitted(111, 5) Source(1, 5) + SourceIndex(5) +3 >Emitted(111, 6) Source(1, 6) + SourceIndex(5) +4 >Emitted(111, 9) Source(1, 9) + SourceIndex(5) +5 >Emitted(111, 13) Source(1, 13) + SourceIndex(5) +6 >Emitted(111, 14) Source(1, 14) + SourceIndex(5) +7 >Emitted(111, 16) Source(1, 16) + SourceIndex(5) +8 >Emitted(111, 17) Source(1, 17) + SourceIndex(5) --- >>>c.doSomething(); 1-> @@ -4260,12 +4265,12 @@ sourceFile:../../third_part1.ts 4 > doSomething 5 > () 6 > ; -1->Emitted(111, 1) Source(2, 1) + SourceIndex(5) -2 >Emitted(111, 2) Source(2, 2) + SourceIndex(5) -3 >Emitted(111, 3) Source(2, 3) + SourceIndex(5) -4 >Emitted(111, 14) Source(2, 14) + SourceIndex(5) -5 >Emitted(111, 16) Source(2, 16) + SourceIndex(5) -6 >Emitted(111, 17) Source(2, 17) + SourceIndex(5) +1->Emitted(112, 1) Source(2, 1) + SourceIndex(5) +2 >Emitted(112, 2) Source(2, 2) + SourceIndex(5) +3 >Emitted(112, 3) Source(2, 3) + SourceIndex(5) +4 >Emitted(112, 14) Source(2, 14) + SourceIndex(5) +5 >Emitted(112, 16) Source(2, 16) + SourceIndex(5) +6 >Emitted(112, 17) Source(2, 17) + SourceIndex(5) --- >>>//# sourceMappingURL=third-output.js.map @@ -4280,20 +4285,20 @@ sourceFile:../../third_part1.ts "sections": [ { "pos": 0, - "end": 3543, + "end": 3561, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 0, - "end": 3543, + "end": 3561, "kind": "text" } ] }, { - "pos": 3543, - "end": 3579, + "pos": 3561, + "end": 3597, "kind": "text" } ] @@ -4328,9 +4333,9 @@ sourceFile:../../third_part1.ts ====================================================================== File:: /src/third/thirdjs/output/third-output.js ---------------------------------------------------------------------- -prepend: (0-3543):: ../../../2/second-output.js texts:: 1 +prepend: (0-3561):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (0-3543) +text: (0-3561) var s = "Hello, world"; console.log(s); console.log(s); @@ -4348,8 +4353,9 @@ var N; var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - /*@internal*/ normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + /*@internal*/ proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: true, @@ -4442,7 +4448,7 @@ var C = /** @class */ (function () { }()); ---------------------------------------------------------------------- -text: (3543-3579) +text: (3561-3597) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-with-comments-emit-enabled.js b/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-with-comments-emit-enabled.js index 29c643c43f573..e8e3fc4672e57 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-with-comments-emit-enabled.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-with-comments-emit-enabled.js @@ -282,8 +282,9 @@ var N; var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - /*@internal*/ normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + /*@internal*/ proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: true, @@ -379,7 +380,7 @@ c.doSomething(); //# sourceMappingURL=third-output.js.map //// [/src/third/thirdjs/output/third-output.js.map] -{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} //// [/src/third/thirdjs/output/third-output.js.map.baseline.txt] =================================================================== @@ -713,49 +714,50 @@ sourceFile:../../../second/second_part1.ts >>> } 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >constructor() { 2 > } 1 >Emitted(17, 5) Source(14, 35) + SourceIndex(3) 2 >Emitted(17, 6) Source(14, 36) + SourceIndex(3) --- ->>> /*@internal*/ normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> /*@internal*/ proto_1.method = function () { }; 1->^^^^ 2 > ^^^^^^^^^^^^^ 3 > ^ -4 > ^^^^^^^^^^^^^^^^^^^^^^^^ -5 > ^^^ -6 > ^^^^^^^^^^^^^^ -7 > ^ +4 > ^^^^^^^^^^^^^^ +5 > ^^^ +6 > ^^^^^^^^^^^^^^ +7 > ^ 1-> > /*@internal*/ prop: string; > 2 > /*@internal*/ 3 > 4 > method -5 > -6 > method() { -7 > } -1->Emitted(18, 5) Source(16, 5) + SourceIndex(3) -2 >Emitted(18, 18) Source(16, 18) + SourceIndex(3) -3 >Emitted(18, 19) Source(16, 19) + SourceIndex(3) -4 >Emitted(18, 43) Source(16, 25) + SourceIndex(3) -5 >Emitted(18, 46) Source(16, 19) + SourceIndex(3) -6 >Emitted(18, 60) Source(16, 30) + SourceIndex(3) -7 >Emitted(18, 61) Source(16, 31) + SourceIndex(3) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +5 > +6 > method() { +7 > } +1->Emitted(19, 5) Source(16, 5) + SourceIndex(3) +2 >Emitted(19, 18) Source(16, 18) + SourceIndex(3) +3 >Emitted(19, 19) Source(16, 19) + SourceIndex(3) +4 >Emitted(19, 33) Source(16, 25) + SourceIndex(3) +5 >Emitted(19, 36) Source(16, 19) + SourceIndex(3) +6 >Emitted(19, 50) Source(16, 30) + SourceIndex(3) +7 >Emitted(19, 51) Source(16, 31) + SourceIndex(3) +--- +>>> Object.defineProperty(proto_1, "c", { 1 >^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ -4 > ^^^^^^^-> +3 > ^^^^^^^^^^^^ +4 > ^^^^^^^^^^^^^^^^^-> 1 > > /*@internal*/ 2 > get 3 > c -1 >Emitted(19, 5) Source(17, 19) + SourceIndex(3) -2 >Emitted(19, 27) Source(17, 23) + SourceIndex(3) -3 >Emitted(19, 49) Source(17, 24) + SourceIndex(3) +1 >Emitted(20, 5) Source(17, 19) + SourceIndex(3) +2 >Emitted(20, 27) Source(17, 23) + SourceIndex(3) +3 >Emitted(20, 39) Source(17, 24) + SourceIndex(3) --- >>> /*@internal*/ get: function () { return 10; }, 1->^^^^^^^^ @@ -776,15 +778,15 @@ sourceFile:../../../second/second_part1.ts 7 > ; 8 > 9 > } -1->Emitted(20, 9) Source(17, 5) + SourceIndex(3) -2 >Emitted(20, 22) Source(17, 18) + SourceIndex(3) -3 >Emitted(20, 28) Source(17, 19) + SourceIndex(3) -4 >Emitted(20, 42) Source(17, 29) + SourceIndex(3) -5 >Emitted(20, 49) Source(17, 36) + SourceIndex(3) -6 >Emitted(20, 51) Source(17, 38) + SourceIndex(3) -7 >Emitted(20, 52) Source(17, 39) + SourceIndex(3) -8 >Emitted(20, 53) Source(17, 40) + SourceIndex(3) -9 >Emitted(20, 54) Source(17, 41) + SourceIndex(3) +1->Emitted(21, 9) Source(17, 5) + SourceIndex(3) +2 >Emitted(21, 22) Source(17, 18) + SourceIndex(3) +3 >Emitted(21, 28) Source(17, 19) + SourceIndex(3) +4 >Emitted(21, 42) Source(17, 29) + SourceIndex(3) +5 >Emitted(21, 49) Source(17, 36) + SourceIndex(3) +6 >Emitted(21, 51) Source(17, 38) + SourceIndex(3) +7 >Emitted(21, 52) Source(17, 39) + SourceIndex(3) +8 >Emitted(21, 53) Source(17, 40) + SourceIndex(3) +9 >Emitted(21, 54) Source(17, 41) + SourceIndex(3) --- >>> /*@internal*/ set: function (val) { }, 1 >^^^^^^^^ @@ -802,13 +804,13 @@ sourceFile:../../../second/second_part1.ts 5 > val: number 6 > ) { 7 > } -1 >Emitted(21, 9) Source(18, 5) + SourceIndex(3) -2 >Emitted(21, 22) Source(18, 18) + SourceIndex(3) -3 >Emitted(21, 28) Source(18, 19) + SourceIndex(3) -4 >Emitted(21, 38) Source(18, 25) + SourceIndex(3) -5 >Emitted(21, 41) Source(18, 36) + SourceIndex(3) -6 >Emitted(21, 45) Source(18, 40) + SourceIndex(3) -7 >Emitted(21, 46) Source(18, 41) + SourceIndex(3) +1 >Emitted(22, 9) Source(18, 5) + SourceIndex(3) +2 >Emitted(22, 22) Source(18, 18) + SourceIndex(3) +3 >Emitted(22, 28) Source(18, 19) + SourceIndex(3) +4 >Emitted(22, 38) Source(18, 25) + SourceIndex(3) +5 >Emitted(22, 41) Source(18, 36) + SourceIndex(3) +6 >Emitted(22, 45) Source(18, 40) + SourceIndex(3) +7 >Emitted(22, 46) Source(18, 41) + SourceIndex(3) --- >>> enumerable: true, >>> configurable: true @@ -816,7 +818,7 @@ sourceFile:../../../second/second_part1.ts 1 >^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(24, 8) Source(17, 41) + SourceIndex(3) +1 >Emitted(25, 8) Source(17, 41) + SourceIndex(3) --- >>> return normalC; 1->^^^^ @@ -825,8 +827,8 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ set c(val: number) { } > 2 > } -1->Emitted(25, 5) Source(19, 1) + SourceIndex(3) -2 >Emitted(25, 19) Source(19, 2) + SourceIndex(3) +1->Emitted(26, 5) Source(19, 1) + SourceIndex(3) +2 >Emitted(26, 19) Source(19, 2) + SourceIndex(3) --- >>>}()); 1 > @@ -844,10 +846,10 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ get c() { return 10; } > /*@internal*/ set c(val: number) { } > } -1 >Emitted(26, 1) Source(19, 1) + SourceIndex(3) -2 >Emitted(26, 2) Source(19, 2) + SourceIndex(3) -3 >Emitted(26, 2) Source(13, 1) + SourceIndex(3) -4 >Emitted(26, 6) Source(19, 2) + SourceIndex(3) +1 >Emitted(27, 1) Source(19, 1) + SourceIndex(3) +2 >Emitted(27, 2) Source(19, 2) + SourceIndex(3) +3 >Emitted(27, 2) Source(13, 1) + SourceIndex(3) +4 >Emitted(27, 6) Source(19, 2) + SourceIndex(3) --- >>>var normalN; 1-> @@ -869,10 +871,10 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(27, 5) Source(20, 11) + SourceIndex(3) -3 >Emitted(27, 12) Source(20, 18) + SourceIndex(3) -4 >Emitted(27, 13) Source(29, 2) + SourceIndex(3) +1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(28, 5) Source(20, 11) + SourceIndex(3) +3 >Emitted(28, 12) Source(20, 18) + SourceIndex(3) +4 >Emitted(28, 13) Source(29, 2) + SourceIndex(3) --- >>>(function (normalN) { 1-> @@ -882,9 +884,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > normalN -1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(28, 12) Source(20, 11) + SourceIndex(3) -3 >Emitted(28, 19) Source(20, 18) + SourceIndex(3) +1->Emitted(29, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(29, 12) Source(20, 11) + SourceIndex(3) +3 >Emitted(29, 19) Source(20, 18) + SourceIndex(3) --- >>> /*@internal*/ var C = /** @class */ (function () { 1->^^^^ @@ -895,15 +897,15 @@ sourceFile:../../../second/second_part1.ts > 2 > /*@internal*/ 3 > -1->Emitted(29, 5) Source(21, 5) + SourceIndex(3) -2 >Emitted(29, 18) Source(21, 18) + SourceIndex(3) -3 >Emitted(29, 19) Source(21, 19) + SourceIndex(3) +1->Emitted(30, 5) Source(21, 5) + SourceIndex(3) +2 >Emitted(30, 18) Source(21, 18) + SourceIndex(3) +3 >Emitted(30, 19) Source(21, 19) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(30, 9) Source(21, 19) + SourceIndex(3) +1->Emitted(31, 9) Source(21, 19) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -911,16 +913,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(31, 9) Source(21, 36) + SourceIndex(3) -2 >Emitted(31, 10) Source(21, 37) + SourceIndex(3) +1->Emitted(32, 9) Source(21, 36) + SourceIndex(3) +2 >Emitted(32, 10) Source(21, 37) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(32, 9) Source(21, 36) + SourceIndex(3) -2 >Emitted(32, 17) Source(21, 37) + SourceIndex(3) +1->Emitted(33, 9) Source(21, 36) + SourceIndex(3) +2 >Emitted(33, 17) Source(21, 37) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -932,10 +934,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(33, 5) Source(21, 36) + SourceIndex(3) -2 >Emitted(33, 6) Source(21, 37) + SourceIndex(3) -3 >Emitted(33, 6) Source(21, 19) + SourceIndex(3) -4 >Emitted(33, 10) Source(21, 37) + SourceIndex(3) +1 >Emitted(34, 5) Source(21, 36) + SourceIndex(3) +2 >Emitted(34, 6) Source(21, 37) + SourceIndex(3) +3 >Emitted(34, 6) Source(21, 19) + SourceIndex(3) +4 >Emitted(34, 10) Source(21, 37) + SourceIndex(3) --- >>> normalN.C = C; 1->^^^^ @@ -947,10 +949,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > { } 4 > -1->Emitted(34, 5) Source(21, 32) + SourceIndex(3) -2 >Emitted(34, 14) Source(21, 33) + SourceIndex(3) -3 >Emitted(34, 18) Source(21, 37) + SourceIndex(3) -4 >Emitted(34, 19) Source(21, 37) + SourceIndex(3) +1->Emitted(35, 5) Source(21, 32) + SourceIndex(3) +2 >Emitted(35, 14) Source(21, 33) + SourceIndex(3) +3 >Emitted(35, 18) Source(21, 37) + SourceIndex(3) +4 >Emitted(35, 19) Source(21, 37) + SourceIndex(3) --- >>> /*@internal*/ function foo() { } 1->^^^^ @@ -968,13 +970,13 @@ sourceFile:../../../second/second_part1.ts 5 > foo 6 > () { 7 > } -1->Emitted(35, 5) Source(22, 5) + SourceIndex(3) -2 >Emitted(35, 18) Source(22, 18) + SourceIndex(3) -3 >Emitted(35, 19) Source(22, 19) + SourceIndex(3) -4 >Emitted(35, 28) Source(22, 35) + SourceIndex(3) -5 >Emitted(35, 31) Source(22, 38) + SourceIndex(3) -6 >Emitted(35, 36) Source(22, 42) + SourceIndex(3) -7 >Emitted(35, 37) Source(22, 43) + SourceIndex(3) +1->Emitted(36, 5) Source(22, 5) + SourceIndex(3) +2 >Emitted(36, 18) Source(22, 18) + SourceIndex(3) +3 >Emitted(36, 19) Source(22, 19) + SourceIndex(3) +4 >Emitted(36, 28) Source(22, 35) + SourceIndex(3) +5 >Emitted(36, 31) Source(22, 38) + SourceIndex(3) +6 >Emitted(36, 36) Source(22, 42) + SourceIndex(3) +7 >Emitted(36, 37) Source(22, 43) + SourceIndex(3) --- >>> normalN.foo = foo; 1 >^^^^ @@ -986,10 +988,10 @@ sourceFile:../../../second/second_part1.ts 2 > foo 3 > () {} 4 > -1 >Emitted(36, 5) Source(22, 35) + SourceIndex(3) -2 >Emitted(36, 16) Source(22, 38) + SourceIndex(3) -3 >Emitted(36, 22) Source(22, 43) + SourceIndex(3) -4 >Emitted(36, 23) Source(22, 43) + SourceIndex(3) +1 >Emitted(37, 5) Source(22, 35) + SourceIndex(3) +2 >Emitted(37, 16) Source(22, 38) + SourceIndex(3) +3 >Emitted(37, 22) Source(22, 43) + SourceIndex(3) +4 >Emitted(37, 23) Source(22, 43) + SourceIndex(3) --- >>> /*@internal*/ var someNamespace; 1->^^^^ @@ -1005,12 +1007,12 @@ sourceFile:../../../second/second_part1.ts 4 > export namespace 5 > someNamespace 6 > { export class C {} } -1->Emitted(37, 5) Source(23, 5) + SourceIndex(3) -2 >Emitted(37, 18) Source(23, 18) + SourceIndex(3) -3 >Emitted(37, 19) Source(23, 19) + SourceIndex(3) -4 >Emitted(37, 23) Source(23, 36) + SourceIndex(3) -5 >Emitted(37, 36) Source(23, 49) + SourceIndex(3) -6 >Emitted(37, 37) Source(23, 71) + SourceIndex(3) +1->Emitted(38, 5) Source(23, 5) + SourceIndex(3) +2 >Emitted(38, 18) Source(23, 18) + SourceIndex(3) +3 >Emitted(38, 19) Source(23, 19) + SourceIndex(3) +4 >Emitted(38, 23) Source(23, 36) + SourceIndex(3) +5 >Emitted(38, 36) Source(23, 49) + SourceIndex(3) +6 >Emitted(38, 37) Source(23, 71) + SourceIndex(3) --- >>> (function (someNamespace) { 1 >^^^^ @@ -1020,21 +1022,21 @@ sourceFile:../../../second/second_part1.ts 1 > 2 > export namespace 3 > someNamespace -1 >Emitted(38, 5) Source(23, 19) + SourceIndex(3) -2 >Emitted(38, 16) Source(23, 36) + SourceIndex(3) -3 >Emitted(38, 29) Source(23, 49) + SourceIndex(3) +1 >Emitted(39, 5) Source(23, 19) + SourceIndex(3) +2 >Emitted(39, 16) Source(23, 36) + SourceIndex(3) +3 >Emitted(39, 29) Source(23, 49) + SourceIndex(3) --- >>> var C = /** @class */ (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(39, 9) Source(23, 52) + SourceIndex(3) +1->Emitted(40, 9) Source(23, 52) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(40, 13) Source(23, 52) + SourceIndex(3) +1->Emitted(41, 13) Source(23, 52) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -1042,16 +1044,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(41, 13) Source(23, 68) + SourceIndex(3) -2 >Emitted(41, 14) Source(23, 69) + SourceIndex(3) +1->Emitted(42, 13) Source(23, 68) + SourceIndex(3) +2 >Emitted(42, 14) Source(23, 69) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(42, 13) Source(23, 68) + SourceIndex(3) -2 >Emitted(42, 21) Source(23, 69) + SourceIndex(3) +1->Emitted(43, 13) Source(23, 68) + SourceIndex(3) +2 >Emitted(43, 21) Source(23, 69) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -1063,10 +1065,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(43, 9) Source(23, 68) + SourceIndex(3) -2 >Emitted(43, 10) Source(23, 69) + SourceIndex(3) -3 >Emitted(43, 10) Source(23, 52) + SourceIndex(3) -4 >Emitted(43, 14) Source(23, 69) + SourceIndex(3) +1 >Emitted(44, 9) Source(23, 68) + SourceIndex(3) +2 >Emitted(44, 10) Source(23, 69) + SourceIndex(3) +3 >Emitted(44, 10) Source(23, 52) + SourceIndex(3) +4 >Emitted(44, 14) Source(23, 69) + SourceIndex(3) --- >>> someNamespace.C = C; 1->^^^^^^^^ @@ -1078,10 +1080,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > {} 4 > -1->Emitted(44, 9) Source(23, 65) + SourceIndex(3) -2 >Emitted(44, 24) Source(23, 66) + SourceIndex(3) -3 >Emitted(44, 28) Source(23, 69) + SourceIndex(3) -4 >Emitted(44, 29) Source(23, 69) + SourceIndex(3) +1->Emitted(45, 9) Source(23, 65) + SourceIndex(3) +2 >Emitted(45, 24) Source(23, 66) + SourceIndex(3) +3 >Emitted(45, 28) Source(23, 69) + SourceIndex(3) +4 >Emitted(45, 29) Source(23, 69) + SourceIndex(3) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^ @@ -1102,15 +1104,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(45, 5) Source(23, 70) + SourceIndex(3) -2 >Emitted(45, 6) Source(23, 71) + SourceIndex(3) -3 >Emitted(45, 8) Source(23, 36) + SourceIndex(3) -4 >Emitted(45, 21) Source(23, 49) + SourceIndex(3) -5 >Emitted(45, 24) Source(23, 36) + SourceIndex(3) -6 >Emitted(45, 45) Source(23, 49) + SourceIndex(3) -7 >Emitted(45, 50) Source(23, 36) + SourceIndex(3) -8 >Emitted(45, 71) Source(23, 49) + SourceIndex(3) -9 >Emitted(45, 79) Source(23, 71) + SourceIndex(3) +1->Emitted(46, 5) Source(23, 70) + SourceIndex(3) +2 >Emitted(46, 6) Source(23, 71) + SourceIndex(3) +3 >Emitted(46, 8) Source(23, 36) + SourceIndex(3) +4 >Emitted(46, 21) Source(23, 49) + SourceIndex(3) +5 >Emitted(46, 24) Source(23, 36) + SourceIndex(3) +6 >Emitted(46, 45) Source(23, 49) + SourceIndex(3) +7 >Emitted(46, 50) Source(23, 36) + SourceIndex(3) +8 >Emitted(46, 71) Source(23, 49) + SourceIndex(3) +9 >Emitted(46, 79) Source(23, 71) + SourceIndex(3) --- >>> /*@internal*/ var someOther; 1 >^^^^ @@ -1126,12 +1128,12 @@ sourceFile:../../../second/second_part1.ts 4 > export namespace 5 > someOther 6 > .something { export class someClass {} } -1 >Emitted(46, 5) Source(24, 5) + SourceIndex(3) -2 >Emitted(46, 18) Source(24, 18) + SourceIndex(3) -3 >Emitted(46, 19) Source(24, 19) + SourceIndex(3) -4 >Emitted(46, 23) Source(24, 36) + SourceIndex(3) -5 >Emitted(46, 32) Source(24, 45) + SourceIndex(3) -6 >Emitted(46, 33) Source(24, 85) + SourceIndex(3) +1 >Emitted(47, 5) Source(24, 5) + SourceIndex(3) +2 >Emitted(47, 18) Source(24, 18) + SourceIndex(3) +3 >Emitted(47, 19) Source(24, 19) + SourceIndex(3) +4 >Emitted(47, 23) Source(24, 36) + SourceIndex(3) +5 >Emitted(47, 32) Source(24, 45) + SourceIndex(3) +6 >Emitted(47, 33) Source(24, 85) + SourceIndex(3) --- >>> (function (someOther) { 1 >^^^^ @@ -1140,9 +1142,9 @@ sourceFile:../../../second/second_part1.ts 1 > 2 > export namespace 3 > someOther -1 >Emitted(47, 5) Source(24, 19) + SourceIndex(3) -2 >Emitted(47, 16) Source(24, 36) + SourceIndex(3) -3 >Emitted(47, 25) Source(24, 45) + SourceIndex(3) +1 >Emitted(48, 5) Source(24, 19) + SourceIndex(3) +2 >Emitted(48, 16) Source(24, 36) + SourceIndex(3) +3 >Emitted(48, 25) Source(24, 45) + SourceIndex(3) --- >>> var something; 1 >^^^^^^^^ @@ -1154,10 +1156,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(48, 9) Source(24, 46) + SourceIndex(3) -2 >Emitted(48, 13) Source(24, 46) + SourceIndex(3) -3 >Emitted(48, 22) Source(24, 55) + SourceIndex(3) -4 >Emitted(48, 23) Source(24, 85) + SourceIndex(3) +1 >Emitted(49, 9) Source(24, 46) + SourceIndex(3) +2 >Emitted(49, 13) Source(24, 46) + SourceIndex(3) +3 >Emitted(49, 22) Source(24, 55) + SourceIndex(3) +4 >Emitted(49, 23) Source(24, 85) + SourceIndex(3) --- >>> (function (something) { 1->^^^^^^^^ @@ -1167,21 +1169,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(49, 9) Source(24, 46) + SourceIndex(3) -2 >Emitted(49, 20) Source(24, 46) + SourceIndex(3) -3 >Emitted(49, 29) Source(24, 55) + SourceIndex(3) +1->Emitted(50, 9) Source(24, 46) + SourceIndex(3) +2 >Emitted(50, 20) Source(24, 46) + SourceIndex(3) +3 >Emitted(50, 29) Source(24, 55) + SourceIndex(3) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(50, 13) Source(24, 58) + SourceIndex(3) +1->Emitted(51, 13) Source(24, 58) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(51, 17) Source(24, 58) + SourceIndex(3) +1->Emitted(52, 17) Source(24, 58) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -1189,16 +1191,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(52, 17) Source(24, 82) + SourceIndex(3) -2 >Emitted(52, 18) Source(24, 83) + SourceIndex(3) +1->Emitted(53, 17) Source(24, 82) + SourceIndex(3) +2 >Emitted(53, 18) Source(24, 83) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(53, 17) Source(24, 82) + SourceIndex(3) -2 >Emitted(53, 33) Source(24, 83) + SourceIndex(3) +1->Emitted(54, 17) Source(24, 82) + SourceIndex(3) +2 >Emitted(54, 33) Source(24, 83) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -1210,10 +1212,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(54, 13) Source(24, 82) + SourceIndex(3) -2 >Emitted(54, 14) Source(24, 83) + SourceIndex(3) -3 >Emitted(54, 14) Source(24, 58) + SourceIndex(3) -4 >Emitted(54, 18) Source(24, 83) + SourceIndex(3) +1 >Emitted(55, 13) Source(24, 82) + SourceIndex(3) +2 >Emitted(55, 14) Source(24, 83) + SourceIndex(3) +3 >Emitted(55, 14) Source(24, 58) + SourceIndex(3) +4 >Emitted(55, 18) Source(24, 83) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -1225,10 +1227,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(55, 13) Source(24, 71) + SourceIndex(3) -2 >Emitted(55, 32) Source(24, 80) + SourceIndex(3) -3 >Emitted(55, 44) Source(24, 83) + SourceIndex(3) -4 >Emitted(55, 45) Source(24, 83) + SourceIndex(3) +1->Emitted(56, 13) Source(24, 71) + SourceIndex(3) +2 >Emitted(56, 32) Source(24, 80) + SourceIndex(3) +3 >Emitted(56, 44) Source(24, 83) + SourceIndex(3) +4 >Emitted(56, 45) Source(24, 83) + SourceIndex(3) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^ @@ -1249,15 +1251,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(56, 9) Source(24, 84) + SourceIndex(3) -2 >Emitted(56, 10) Source(24, 85) + SourceIndex(3) -3 >Emitted(56, 12) Source(24, 46) + SourceIndex(3) -4 >Emitted(56, 21) Source(24, 55) + SourceIndex(3) -5 >Emitted(56, 24) Source(24, 46) + SourceIndex(3) -6 >Emitted(56, 43) Source(24, 55) + SourceIndex(3) -7 >Emitted(56, 48) Source(24, 46) + SourceIndex(3) -8 >Emitted(56, 67) Source(24, 55) + SourceIndex(3) -9 >Emitted(56, 75) Source(24, 85) + SourceIndex(3) +1->Emitted(57, 9) Source(24, 84) + SourceIndex(3) +2 >Emitted(57, 10) Source(24, 85) + SourceIndex(3) +3 >Emitted(57, 12) Source(24, 46) + SourceIndex(3) +4 >Emitted(57, 21) Source(24, 55) + SourceIndex(3) +5 >Emitted(57, 24) Source(24, 46) + SourceIndex(3) +6 >Emitted(57, 43) Source(24, 55) + SourceIndex(3) +7 >Emitted(57, 48) Source(24, 46) + SourceIndex(3) +8 >Emitted(57, 67) Source(24, 55) + SourceIndex(3) +9 >Emitted(57, 75) Source(24, 85) + SourceIndex(3) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^ @@ -1278,15 +1280,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(57, 5) Source(24, 84) + SourceIndex(3) -2 >Emitted(57, 6) Source(24, 85) + SourceIndex(3) -3 >Emitted(57, 8) Source(24, 36) + SourceIndex(3) -4 >Emitted(57, 17) Source(24, 45) + SourceIndex(3) -5 >Emitted(57, 20) Source(24, 36) + SourceIndex(3) -6 >Emitted(57, 37) Source(24, 45) + SourceIndex(3) -7 >Emitted(57, 42) Source(24, 36) + SourceIndex(3) -8 >Emitted(57, 59) Source(24, 45) + SourceIndex(3) -9 >Emitted(57, 67) Source(24, 85) + SourceIndex(3) +1 >Emitted(58, 5) Source(24, 84) + SourceIndex(3) +2 >Emitted(58, 6) Source(24, 85) + SourceIndex(3) +3 >Emitted(58, 8) Source(24, 36) + SourceIndex(3) +4 >Emitted(58, 17) Source(24, 45) + SourceIndex(3) +5 >Emitted(58, 20) Source(24, 36) + SourceIndex(3) +6 >Emitted(58, 37) Source(24, 45) + SourceIndex(3) +7 >Emitted(58, 42) Source(24, 36) + SourceIndex(3) +8 >Emitted(58, 59) Source(24, 45) + SourceIndex(3) +9 >Emitted(58, 67) Source(24, 85) + SourceIndex(3) --- >>> /*@internal*/ normalN.someImport = someNamespace.C; 1 >^^^^ @@ -1308,15 +1310,15 @@ sourceFile:../../../second/second_part1.ts 7 > . 8 > C 9 > ; -1 >Emitted(58, 5) Source(25, 5) + SourceIndex(3) -2 >Emitted(58, 18) Source(25, 18) + SourceIndex(3) -3 >Emitted(58, 19) Source(25, 33) + SourceIndex(3) -4 >Emitted(58, 37) Source(25, 43) + SourceIndex(3) -5 >Emitted(58, 40) Source(25, 46) + SourceIndex(3) -6 >Emitted(58, 53) Source(25, 59) + SourceIndex(3) -7 >Emitted(58, 54) Source(25, 60) + SourceIndex(3) -8 >Emitted(58, 55) Source(25, 61) + SourceIndex(3) -9 >Emitted(58, 56) Source(25, 62) + SourceIndex(3) +1 >Emitted(59, 5) Source(25, 5) + SourceIndex(3) +2 >Emitted(59, 18) Source(25, 18) + SourceIndex(3) +3 >Emitted(59, 19) Source(25, 33) + SourceIndex(3) +4 >Emitted(59, 37) Source(25, 43) + SourceIndex(3) +5 >Emitted(59, 40) Source(25, 46) + SourceIndex(3) +6 >Emitted(59, 53) Source(25, 59) + SourceIndex(3) +7 >Emitted(59, 54) Source(25, 60) + SourceIndex(3) +8 >Emitted(59, 55) Source(25, 61) + SourceIndex(3) +9 >Emitted(59, 56) Source(25, 62) + SourceIndex(3) --- >>> /*@internal*/ normalN.internalConst = 10; 1 >^^^^ @@ -1335,13 +1337,13 @@ sourceFile:../../../second/second_part1.ts 5 > = 6 > 10 7 > ; -1 >Emitted(59, 5) Source(27, 5) + SourceIndex(3) -2 >Emitted(59, 18) Source(27, 18) + SourceIndex(3) -3 >Emitted(59, 19) Source(27, 32) + SourceIndex(3) -4 >Emitted(59, 40) Source(27, 45) + SourceIndex(3) -5 >Emitted(59, 43) Source(27, 48) + SourceIndex(3) -6 >Emitted(59, 45) Source(27, 50) + SourceIndex(3) -7 >Emitted(59, 46) Source(27, 51) + SourceIndex(3) +1 >Emitted(60, 5) Source(27, 5) + SourceIndex(3) +2 >Emitted(60, 18) Source(27, 18) + SourceIndex(3) +3 >Emitted(60, 19) Source(27, 32) + SourceIndex(3) +4 >Emitted(60, 40) Source(27, 45) + SourceIndex(3) +5 >Emitted(60, 43) Source(27, 48) + SourceIndex(3) +6 >Emitted(60, 45) Source(27, 50) + SourceIndex(3) +7 >Emitted(60, 46) Source(27, 51) + SourceIndex(3) --- >>> /*@internal*/ var internalEnum; 1 >^^^^ @@ -1355,11 +1357,11 @@ sourceFile:../../../second/second_part1.ts 3 > 4 > export enum 5 > internalEnum { a, b, c } -1 >Emitted(60, 5) Source(28, 5) + SourceIndex(3) -2 >Emitted(60, 18) Source(28, 18) + SourceIndex(3) -3 >Emitted(60, 19) Source(28, 19) + SourceIndex(3) -4 >Emitted(60, 23) Source(28, 31) + SourceIndex(3) -5 >Emitted(60, 35) Source(28, 55) + SourceIndex(3) +1 >Emitted(61, 5) Source(28, 5) + SourceIndex(3) +2 >Emitted(61, 18) Source(28, 18) + SourceIndex(3) +3 >Emitted(61, 19) Source(28, 19) + SourceIndex(3) +4 >Emitted(61, 23) Source(28, 31) + SourceIndex(3) +5 >Emitted(61, 35) Source(28, 55) + SourceIndex(3) --- >>> (function (internalEnum) { 1 >^^^^ @@ -1369,9 +1371,9 @@ sourceFile:../../../second/second_part1.ts 1 > 2 > export enum 3 > internalEnum -1 >Emitted(61, 5) Source(28, 19) + SourceIndex(3) -2 >Emitted(61, 16) Source(28, 31) + SourceIndex(3) -3 >Emitted(61, 28) Source(28, 43) + SourceIndex(3) +1 >Emitted(62, 5) Source(28, 19) + SourceIndex(3) +2 >Emitted(62, 16) Source(28, 31) + SourceIndex(3) +3 >Emitted(62, 28) Source(28, 43) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -1381,9 +1383,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(62, 9) Source(28, 46) + SourceIndex(3) -2 >Emitted(62, 50) Source(28, 47) + SourceIndex(3) -3 >Emitted(62, 51) Source(28, 47) + SourceIndex(3) +1->Emitted(63, 9) Source(28, 46) + SourceIndex(3) +2 >Emitted(63, 50) Source(28, 47) + SourceIndex(3) +3 >Emitted(63, 51) Source(28, 47) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -1393,9 +1395,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(63, 9) Source(28, 49) + SourceIndex(3) -2 >Emitted(63, 50) Source(28, 50) + SourceIndex(3) -3 >Emitted(63, 51) Source(28, 50) + SourceIndex(3) +1->Emitted(64, 9) Source(28, 49) + SourceIndex(3) +2 >Emitted(64, 50) Source(28, 50) + SourceIndex(3) +3 >Emitted(64, 51) Source(28, 50) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -1405,9 +1407,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(64, 9) Source(28, 52) + SourceIndex(3) -2 >Emitted(64, 50) Source(28, 53) + SourceIndex(3) -3 >Emitted(64, 51) Source(28, 53) + SourceIndex(3) +1->Emitted(65, 9) Source(28, 52) + SourceIndex(3) +2 >Emitted(65, 50) Source(28, 53) + SourceIndex(3) +3 >Emitted(65, 51) Source(28, 53) + SourceIndex(3) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^ @@ -1428,15 +1430,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(65, 5) Source(28, 54) + SourceIndex(3) -2 >Emitted(65, 6) Source(28, 55) + SourceIndex(3) -3 >Emitted(65, 8) Source(28, 31) + SourceIndex(3) -4 >Emitted(65, 20) Source(28, 43) + SourceIndex(3) -5 >Emitted(65, 23) Source(28, 31) + SourceIndex(3) -6 >Emitted(65, 43) Source(28, 43) + SourceIndex(3) -7 >Emitted(65, 48) Source(28, 31) + SourceIndex(3) -8 >Emitted(65, 68) Source(28, 43) + SourceIndex(3) -9 >Emitted(65, 76) Source(28, 55) + SourceIndex(3) +1->Emitted(66, 5) Source(28, 54) + SourceIndex(3) +2 >Emitted(66, 6) Source(28, 55) + SourceIndex(3) +3 >Emitted(66, 8) Source(28, 31) + SourceIndex(3) +4 >Emitted(66, 20) Source(28, 43) + SourceIndex(3) +5 >Emitted(66, 23) Source(28, 31) + SourceIndex(3) +6 >Emitted(66, 43) Source(28, 43) + SourceIndex(3) +7 >Emitted(66, 48) Source(28, 31) + SourceIndex(3) +8 >Emitted(66, 68) Source(28, 43) + SourceIndex(3) +9 >Emitted(66, 76) Source(28, 55) + SourceIndex(3) --- >>>})(normalN || (normalN = {})); 1 > @@ -1464,13 +1466,13 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(66, 1) Source(29, 1) + SourceIndex(3) -2 >Emitted(66, 2) Source(29, 2) + SourceIndex(3) -3 >Emitted(66, 4) Source(20, 11) + SourceIndex(3) -4 >Emitted(66, 11) Source(20, 18) + SourceIndex(3) -5 >Emitted(66, 16) Source(20, 11) + SourceIndex(3) -6 >Emitted(66, 23) Source(20, 18) + SourceIndex(3) -7 >Emitted(66, 31) Source(29, 2) + SourceIndex(3) +1 >Emitted(67, 1) Source(29, 1) + SourceIndex(3) +2 >Emitted(67, 2) Source(29, 2) + SourceIndex(3) +3 >Emitted(67, 4) Source(20, 11) + SourceIndex(3) +4 >Emitted(67, 11) Source(20, 18) + SourceIndex(3) +5 >Emitted(67, 16) Source(20, 11) + SourceIndex(3) +6 >Emitted(67, 23) Source(20, 18) + SourceIndex(3) +7 >Emitted(67, 31) Source(29, 2) + SourceIndex(3) --- >>>/*@internal*/ var internalC = /** @class */ (function () { 1-> @@ -1481,15 +1483,15 @@ sourceFile:../../../second/second_part1.ts > 2 >/*@internal*/ 3 > -1->Emitted(67, 1) Source(30, 1) + SourceIndex(3) -2 >Emitted(67, 14) Source(30, 14) + SourceIndex(3) -3 >Emitted(67, 15) Source(30, 15) + SourceIndex(3) +1->Emitted(68, 1) Source(30, 1) + SourceIndex(3) +2 >Emitted(68, 14) Source(30, 14) + SourceIndex(3) +3 >Emitted(68, 15) Source(30, 15) + SourceIndex(3) --- >>> function internalC() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(68, 5) Source(30, 15) + SourceIndex(3) +1->Emitted(69, 5) Source(30, 15) + SourceIndex(3) --- >>> } 1->^^^^ @@ -1497,16 +1499,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->class internalC { 2 > } -1->Emitted(69, 5) Source(30, 32) + SourceIndex(3) -2 >Emitted(69, 6) Source(30, 33) + SourceIndex(3) +1->Emitted(70, 5) Source(30, 32) + SourceIndex(3) +2 >Emitted(70, 6) Source(30, 33) + SourceIndex(3) --- >>> return internalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(70, 5) Source(30, 32) + SourceIndex(3) -2 >Emitted(70, 21) Source(30, 33) + SourceIndex(3) +1->Emitted(71, 5) Source(30, 32) + SourceIndex(3) +2 >Emitted(71, 21) Source(30, 33) + SourceIndex(3) --- >>>}()); 1 > @@ -1518,10 +1520,10 @@ sourceFile:../../../second/second_part1.ts 2 >} 3 > 4 > class internalC {} -1 >Emitted(71, 1) Source(30, 32) + SourceIndex(3) -2 >Emitted(71, 2) Source(30, 33) + SourceIndex(3) -3 >Emitted(71, 2) Source(30, 15) + SourceIndex(3) -4 >Emitted(71, 6) Source(30, 33) + SourceIndex(3) +1 >Emitted(72, 1) Source(30, 32) + SourceIndex(3) +2 >Emitted(72, 2) Source(30, 33) + SourceIndex(3) +3 >Emitted(72, 2) Source(30, 15) + SourceIndex(3) +4 >Emitted(72, 6) Source(30, 33) + SourceIndex(3) --- >>>/*@internal*/ function internalfoo() { } 1-> @@ -1539,13 +1541,13 @@ sourceFile:../../../second/second_part1.ts 5 > internalfoo 6 > () { 7 > } -1->Emitted(72, 1) Source(31, 1) + SourceIndex(3) -2 >Emitted(72, 14) Source(31, 14) + SourceIndex(3) -3 >Emitted(72, 15) Source(31, 15) + SourceIndex(3) -4 >Emitted(72, 24) Source(31, 24) + SourceIndex(3) -5 >Emitted(72, 35) Source(31, 35) + SourceIndex(3) -6 >Emitted(72, 40) Source(31, 39) + SourceIndex(3) -7 >Emitted(72, 41) Source(31, 40) + SourceIndex(3) +1->Emitted(73, 1) Source(31, 1) + SourceIndex(3) +2 >Emitted(73, 14) Source(31, 14) + SourceIndex(3) +3 >Emitted(73, 15) Source(31, 15) + SourceIndex(3) +4 >Emitted(73, 24) Source(31, 24) + SourceIndex(3) +5 >Emitted(73, 35) Source(31, 35) + SourceIndex(3) +6 >Emitted(73, 40) Source(31, 39) + SourceIndex(3) +7 >Emitted(73, 41) Source(31, 40) + SourceIndex(3) --- >>>/*@internal*/ var internalNamespace; 1 > @@ -1561,12 +1563,12 @@ sourceFile:../../../second/second_part1.ts 4 > namespace 5 > internalNamespace 6 > { export class someClass {} } -1 >Emitted(73, 1) Source(32, 1) + SourceIndex(3) -2 >Emitted(73, 14) Source(32, 14) + SourceIndex(3) -3 >Emitted(73, 15) Source(32, 15) + SourceIndex(3) -4 >Emitted(73, 19) Source(32, 25) + SourceIndex(3) -5 >Emitted(73, 36) Source(32, 42) + SourceIndex(3) -6 >Emitted(73, 37) Source(32, 72) + SourceIndex(3) +1 >Emitted(74, 1) Source(32, 1) + SourceIndex(3) +2 >Emitted(74, 14) Source(32, 14) + SourceIndex(3) +3 >Emitted(74, 15) Source(32, 15) + SourceIndex(3) +4 >Emitted(74, 19) Source(32, 25) + SourceIndex(3) +5 >Emitted(74, 36) Source(32, 42) + SourceIndex(3) +6 >Emitted(74, 37) Source(32, 72) + SourceIndex(3) --- >>>(function (internalNamespace) { 1 > @@ -1576,21 +1578,21 @@ sourceFile:../../../second/second_part1.ts 1 > 2 >namespace 3 > internalNamespace -1 >Emitted(74, 1) Source(32, 15) + SourceIndex(3) -2 >Emitted(74, 12) Source(32, 25) + SourceIndex(3) -3 >Emitted(74, 29) Source(32, 42) + SourceIndex(3) +1 >Emitted(75, 1) Source(32, 15) + SourceIndex(3) +2 >Emitted(75, 12) Source(32, 25) + SourceIndex(3) +3 >Emitted(75, 29) Source(32, 42) + SourceIndex(3) --- >>> var someClass = /** @class */ (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(75, 5) Source(32, 45) + SourceIndex(3) +1->Emitted(76, 5) Source(32, 45) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(76, 9) Source(32, 45) + SourceIndex(3) +1->Emitted(77, 9) Source(32, 45) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -1598,16 +1600,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(77, 9) Source(32, 69) + SourceIndex(3) -2 >Emitted(77, 10) Source(32, 70) + SourceIndex(3) +1->Emitted(78, 9) Source(32, 69) + SourceIndex(3) +2 >Emitted(78, 10) Source(32, 70) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(78, 9) Source(32, 69) + SourceIndex(3) -2 >Emitted(78, 25) Source(32, 70) + SourceIndex(3) +1->Emitted(79, 9) Source(32, 69) + SourceIndex(3) +2 >Emitted(79, 25) Source(32, 70) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -1619,10 +1621,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(79, 5) Source(32, 69) + SourceIndex(3) -2 >Emitted(79, 6) Source(32, 70) + SourceIndex(3) -3 >Emitted(79, 6) Source(32, 45) + SourceIndex(3) -4 >Emitted(79, 10) Source(32, 70) + SourceIndex(3) +1 >Emitted(80, 5) Source(32, 69) + SourceIndex(3) +2 >Emitted(80, 6) Source(32, 70) + SourceIndex(3) +3 >Emitted(80, 6) Source(32, 45) + SourceIndex(3) +4 >Emitted(80, 10) Source(32, 70) + SourceIndex(3) --- >>> internalNamespace.someClass = someClass; 1->^^^^ @@ -1634,10 +1636,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(80, 5) Source(32, 58) + SourceIndex(3) -2 >Emitted(80, 32) Source(32, 67) + SourceIndex(3) -3 >Emitted(80, 44) Source(32, 70) + SourceIndex(3) -4 >Emitted(80, 45) Source(32, 70) + SourceIndex(3) +1->Emitted(81, 5) Source(32, 58) + SourceIndex(3) +2 >Emitted(81, 32) Source(32, 67) + SourceIndex(3) +3 >Emitted(81, 44) Source(32, 70) + SourceIndex(3) +4 >Emitted(81, 45) Source(32, 70) + SourceIndex(3) --- >>>})(internalNamespace || (internalNamespace = {})); 1-> @@ -1654,13 +1656,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalNamespace 7 > { export class someClass {} } -1->Emitted(81, 1) Source(32, 71) + SourceIndex(3) -2 >Emitted(81, 2) Source(32, 72) + SourceIndex(3) -3 >Emitted(81, 4) Source(32, 25) + SourceIndex(3) -4 >Emitted(81, 21) Source(32, 42) + SourceIndex(3) -5 >Emitted(81, 26) Source(32, 25) + SourceIndex(3) -6 >Emitted(81, 43) Source(32, 42) + SourceIndex(3) -7 >Emitted(81, 51) Source(32, 72) + SourceIndex(3) +1->Emitted(82, 1) Source(32, 71) + SourceIndex(3) +2 >Emitted(82, 2) Source(32, 72) + SourceIndex(3) +3 >Emitted(82, 4) Source(32, 25) + SourceIndex(3) +4 >Emitted(82, 21) Source(32, 42) + SourceIndex(3) +5 >Emitted(82, 26) Source(32, 25) + SourceIndex(3) +6 >Emitted(82, 43) Source(32, 42) + SourceIndex(3) +7 >Emitted(82, 51) Source(32, 72) + SourceIndex(3) --- >>>/*@internal*/ var internalOther; 1 > @@ -1676,12 +1678,12 @@ sourceFile:../../../second/second_part1.ts 4 > namespace 5 > internalOther 6 > .something { export class someClass {} } -1 >Emitted(82, 1) Source(33, 1) + SourceIndex(3) -2 >Emitted(82, 14) Source(33, 14) + SourceIndex(3) -3 >Emitted(82, 15) Source(33, 15) + SourceIndex(3) -4 >Emitted(82, 19) Source(33, 25) + SourceIndex(3) -5 >Emitted(82, 32) Source(33, 38) + SourceIndex(3) -6 >Emitted(82, 33) Source(33, 78) + SourceIndex(3) +1 >Emitted(83, 1) Source(33, 1) + SourceIndex(3) +2 >Emitted(83, 14) Source(33, 14) + SourceIndex(3) +3 >Emitted(83, 15) Source(33, 15) + SourceIndex(3) +4 >Emitted(83, 19) Source(33, 25) + SourceIndex(3) +5 >Emitted(83, 32) Source(33, 38) + SourceIndex(3) +6 >Emitted(83, 33) Source(33, 78) + SourceIndex(3) --- >>>(function (internalOther) { 1 > @@ -1690,9 +1692,9 @@ sourceFile:../../../second/second_part1.ts 1 > 2 >namespace 3 > internalOther -1 >Emitted(83, 1) Source(33, 15) + SourceIndex(3) -2 >Emitted(83, 12) Source(33, 25) + SourceIndex(3) -3 >Emitted(83, 25) Source(33, 38) + SourceIndex(3) +1 >Emitted(84, 1) Source(33, 15) + SourceIndex(3) +2 >Emitted(84, 12) Source(33, 25) + SourceIndex(3) +3 >Emitted(84, 25) Source(33, 38) + SourceIndex(3) --- >>> var something; 1 >^^^^ @@ -1704,10 +1706,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(84, 5) Source(33, 39) + SourceIndex(3) -2 >Emitted(84, 9) Source(33, 39) + SourceIndex(3) -3 >Emitted(84, 18) Source(33, 48) + SourceIndex(3) -4 >Emitted(84, 19) Source(33, 78) + SourceIndex(3) +1 >Emitted(85, 5) Source(33, 39) + SourceIndex(3) +2 >Emitted(85, 9) Source(33, 39) + SourceIndex(3) +3 >Emitted(85, 18) Source(33, 48) + SourceIndex(3) +4 >Emitted(85, 19) Source(33, 78) + SourceIndex(3) --- >>> (function (something) { 1->^^^^ @@ -1717,21 +1719,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(85, 5) Source(33, 39) + SourceIndex(3) -2 >Emitted(85, 16) Source(33, 39) + SourceIndex(3) -3 >Emitted(85, 25) Source(33, 48) + SourceIndex(3) +1->Emitted(86, 5) Source(33, 39) + SourceIndex(3) +2 >Emitted(86, 16) Source(33, 39) + SourceIndex(3) +3 >Emitted(86, 25) Source(33, 48) + SourceIndex(3) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(86, 9) Source(33, 51) + SourceIndex(3) +1->Emitted(87, 9) Source(33, 51) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(87, 13) Source(33, 51) + SourceIndex(3) +1->Emitted(88, 13) Source(33, 51) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -1739,16 +1741,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(88, 13) Source(33, 75) + SourceIndex(3) -2 >Emitted(88, 14) Source(33, 76) + SourceIndex(3) +1->Emitted(89, 13) Source(33, 75) + SourceIndex(3) +2 >Emitted(89, 14) Source(33, 76) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(89, 13) Source(33, 75) + SourceIndex(3) -2 >Emitted(89, 29) Source(33, 76) + SourceIndex(3) +1->Emitted(90, 13) Source(33, 75) + SourceIndex(3) +2 >Emitted(90, 29) Source(33, 76) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -1760,10 +1762,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(90, 9) Source(33, 75) + SourceIndex(3) -2 >Emitted(90, 10) Source(33, 76) + SourceIndex(3) -3 >Emitted(90, 10) Source(33, 51) + SourceIndex(3) -4 >Emitted(90, 14) Source(33, 76) + SourceIndex(3) +1 >Emitted(91, 9) Source(33, 75) + SourceIndex(3) +2 >Emitted(91, 10) Source(33, 76) + SourceIndex(3) +3 >Emitted(91, 10) Source(33, 51) + SourceIndex(3) +4 >Emitted(91, 14) Source(33, 76) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^ @@ -1775,10 +1777,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(91, 9) Source(33, 64) + SourceIndex(3) -2 >Emitted(91, 28) Source(33, 73) + SourceIndex(3) -3 >Emitted(91, 40) Source(33, 76) + SourceIndex(3) -4 >Emitted(91, 41) Source(33, 76) + SourceIndex(3) +1->Emitted(92, 9) Source(33, 64) + SourceIndex(3) +2 >Emitted(92, 28) Source(33, 73) + SourceIndex(3) +3 >Emitted(92, 40) Source(33, 76) + SourceIndex(3) +4 >Emitted(92, 41) Source(33, 76) + SourceIndex(3) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^ @@ -1799,15 +1801,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(92, 5) Source(33, 77) + SourceIndex(3) -2 >Emitted(92, 6) Source(33, 78) + SourceIndex(3) -3 >Emitted(92, 8) Source(33, 39) + SourceIndex(3) -4 >Emitted(92, 17) Source(33, 48) + SourceIndex(3) -5 >Emitted(92, 20) Source(33, 39) + SourceIndex(3) -6 >Emitted(92, 43) Source(33, 48) + SourceIndex(3) -7 >Emitted(92, 48) Source(33, 39) + SourceIndex(3) -8 >Emitted(92, 71) Source(33, 48) + SourceIndex(3) -9 >Emitted(92, 79) Source(33, 78) + SourceIndex(3) +1->Emitted(93, 5) Source(33, 77) + SourceIndex(3) +2 >Emitted(93, 6) Source(33, 78) + SourceIndex(3) +3 >Emitted(93, 8) Source(33, 39) + SourceIndex(3) +4 >Emitted(93, 17) Source(33, 48) + SourceIndex(3) +5 >Emitted(93, 20) Source(33, 39) + SourceIndex(3) +6 >Emitted(93, 43) Source(33, 48) + SourceIndex(3) +7 >Emitted(93, 48) Source(33, 39) + SourceIndex(3) +8 >Emitted(93, 71) Source(33, 48) + SourceIndex(3) +9 >Emitted(93, 79) Source(33, 78) + SourceIndex(3) --- >>>})(internalOther || (internalOther = {})); 1 > @@ -1825,13 +1827,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalOther 7 > .something { export class someClass {} } -1 >Emitted(93, 1) Source(33, 77) + SourceIndex(3) -2 >Emitted(93, 2) Source(33, 78) + SourceIndex(3) -3 >Emitted(93, 4) Source(33, 25) + SourceIndex(3) -4 >Emitted(93, 17) Source(33, 38) + SourceIndex(3) -5 >Emitted(93, 22) Source(33, 25) + SourceIndex(3) -6 >Emitted(93, 35) Source(33, 38) + SourceIndex(3) -7 >Emitted(93, 43) Source(33, 78) + SourceIndex(3) +1 >Emitted(94, 1) Source(33, 77) + SourceIndex(3) +2 >Emitted(94, 2) Source(33, 78) + SourceIndex(3) +3 >Emitted(94, 4) Source(33, 25) + SourceIndex(3) +4 >Emitted(94, 17) Source(33, 38) + SourceIndex(3) +5 >Emitted(94, 22) Source(33, 25) + SourceIndex(3) +6 >Emitted(94, 35) Source(33, 38) + SourceIndex(3) +7 >Emitted(94, 43) Source(33, 78) + SourceIndex(3) --- >>>/*@internal*/ var internalImport = internalNamespace.someClass; 1-> @@ -1855,16 +1857,16 @@ sourceFile:../../../second/second_part1.ts 8 > . 9 > someClass 10> ; -1->Emitted(94, 1) Source(34, 1) + SourceIndex(3) -2 >Emitted(94, 14) Source(34, 14) + SourceIndex(3) -3 >Emitted(94, 15) Source(34, 15) + SourceIndex(3) -4 >Emitted(94, 19) Source(34, 22) + SourceIndex(3) -5 >Emitted(94, 33) Source(34, 36) + SourceIndex(3) -6 >Emitted(94, 36) Source(34, 39) + SourceIndex(3) -7 >Emitted(94, 53) Source(34, 56) + SourceIndex(3) -8 >Emitted(94, 54) Source(34, 57) + SourceIndex(3) -9 >Emitted(94, 63) Source(34, 66) + SourceIndex(3) -10>Emitted(94, 64) Source(34, 67) + SourceIndex(3) +1->Emitted(95, 1) Source(34, 1) + SourceIndex(3) +2 >Emitted(95, 14) Source(34, 14) + SourceIndex(3) +3 >Emitted(95, 15) Source(34, 15) + SourceIndex(3) +4 >Emitted(95, 19) Source(34, 22) + SourceIndex(3) +5 >Emitted(95, 33) Source(34, 36) + SourceIndex(3) +6 >Emitted(95, 36) Source(34, 39) + SourceIndex(3) +7 >Emitted(95, 53) Source(34, 56) + SourceIndex(3) +8 >Emitted(95, 54) Source(34, 57) + SourceIndex(3) +9 >Emitted(95, 63) Source(34, 66) + SourceIndex(3) +10>Emitted(95, 64) Source(34, 67) + SourceIndex(3) --- >>>/*@internal*/ var internalConst = 10; 1 > @@ -1885,14 +1887,14 @@ sourceFile:../../../second/second_part1.ts 6 > = 7 > 10 8 > ; -1 >Emitted(95, 1) Source(36, 1) + SourceIndex(3) -2 >Emitted(95, 14) Source(36, 14) + SourceIndex(3) -3 >Emitted(95, 15) Source(36, 15) + SourceIndex(3) -4 >Emitted(95, 19) Source(36, 21) + SourceIndex(3) -5 >Emitted(95, 32) Source(36, 34) + SourceIndex(3) -6 >Emitted(95, 35) Source(36, 37) + SourceIndex(3) -7 >Emitted(95, 37) Source(36, 39) + SourceIndex(3) -8 >Emitted(95, 38) Source(36, 40) + SourceIndex(3) +1 >Emitted(96, 1) Source(36, 1) + SourceIndex(3) +2 >Emitted(96, 14) Source(36, 14) + SourceIndex(3) +3 >Emitted(96, 15) Source(36, 15) + SourceIndex(3) +4 >Emitted(96, 19) Source(36, 21) + SourceIndex(3) +5 >Emitted(96, 32) Source(36, 34) + SourceIndex(3) +6 >Emitted(96, 35) Source(36, 37) + SourceIndex(3) +7 >Emitted(96, 37) Source(36, 39) + SourceIndex(3) +8 >Emitted(96, 38) Source(36, 40) + SourceIndex(3) --- >>>/*@internal*/ var internalEnum; 1 > @@ -1906,11 +1908,11 @@ sourceFile:../../../second/second_part1.ts 3 > 4 > enum 5 > internalEnum { a, b, c } -1 >Emitted(96, 1) Source(37, 1) + SourceIndex(3) -2 >Emitted(96, 14) Source(37, 14) + SourceIndex(3) -3 >Emitted(96, 15) Source(37, 15) + SourceIndex(3) -4 >Emitted(96, 19) Source(37, 20) + SourceIndex(3) -5 >Emitted(96, 31) Source(37, 44) + SourceIndex(3) +1 >Emitted(97, 1) Source(37, 1) + SourceIndex(3) +2 >Emitted(97, 14) Source(37, 14) + SourceIndex(3) +3 >Emitted(97, 15) Source(37, 15) + SourceIndex(3) +4 >Emitted(97, 19) Source(37, 20) + SourceIndex(3) +5 >Emitted(97, 31) Source(37, 44) + SourceIndex(3) --- >>>(function (internalEnum) { 1 > @@ -1920,9 +1922,9 @@ sourceFile:../../../second/second_part1.ts 1 > 2 >enum 3 > internalEnum -1 >Emitted(97, 1) Source(37, 15) + SourceIndex(3) -2 >Emitted(97, 12) Source(37, 20) + SourceIndex(3) -3 >Emitted(97, 24) Source(37, 32) + SourceIndex(3) +1 >Emitted(98, 1) Source(37, 15) + SourceIndex(3) +2 >Emitted(98, 12) Source(37, 20) + SourceIndex(3) +3 >Emitted(98, 24) Source(37, 32) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^ @@ -1932,9 +1934,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(98, 5) Source(37, 35) + SourceIndex(3) -2 >Emitted(98, 46) Source(37, 36) + SourceIndex(3) -3 >Emitted(98, 47) Source(37, 36) + SourceIndex(3) +1->Emitted(99, 5) Source(37, 35) + SourceIndex(3) +2 >Emitted(99, 46) Source(37, 36) + SourceIndex(3) +3 >Emitted(99, 47) Source(37, 36) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^ @@ -1944,9 +1946,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(99, 5) Source(37, 38) + SourceIndex(3) -2 >Emitted(99, 46) Source(37, 39) + SourceIndex(3) -3 >Emitted(99, 47) Source(37, 39) + SourceIndex(3) +1->Emitted(100, 5) Source(37, 38) + SourceIndex(3) +2 >Emitted(100, 46) Source(37, 39) + SourceIndex(3) +3 >Emitted(100, 47) Source(37, 39) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^ @@ -1955,9 +1957,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(100, 5) Source(37, 41) + SourceIndex(3) -2 >Emitted(100, 46) Source(37, 42) + SourceIndex(3) -3 >Emitted(100, 47) Source(37, 42) + SourceIndex(3) +1->Emitted(101, 5) Source(37, 41) + SourceIndex(3) +2 >Emitted(101, 46) Source(37, 42) + SourceIndex(3) +3 >Emitted(101, 47) Source(37, 42) + SourceIndex(3) --- >>>})(internalEnum || (internalEnum = {})); 1 > @@ -1974,13 +1976,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalEnum 7 > { a, b, c } -1 >Emitted(101, 1) Source(37, 43) + SourceIndex(3) -2 >Emitted(101, 2) Source(37, 44) + SourceIndex(3) -3 >Emitted(101, 4) Source(37, 20) + SourceIndex(3) -4 >Emitted(101, 16) Source(37, 32) + SourceIndex(3) -5 >Emitted(101, 21) Source(37, 20) + SourceIndex(3) -6 >Emitted(101, 33) Source(37, 32) + SourceIndex(3) -7 >Emitted(101, 41) Source(37, 44) + SourceIndex(3) +1 >Emitted(102, 1) Source(37, 43) + SourceIndex(3) +2 >Emitted(102, 2) Source(37, 44) + SourceIndex(3) +3 >Emitted(102, 4) Source(37, 20) + SourceIndex(3) +4 >Emitted(102, 16) Source(37, 32) + SourceIndex(3) +5 >Emitted(102, 21) Source(37, 20) + SourceIndex(3) +6 >Emitted(102, 33) Source(37, 32) + SourceIndex(3) +7 >Emitted(102, 41) Source(37, 44) + SourceIndex(3) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -1990,13 +1992,13 @@ sourceFile:../../../second/second_part2.ts 1 > 2 >^^^^^^^^^^^^^^^^^^^-> 1 > -1 >Emitted(102, 1) Source(1, 1) + SourceIndex(4) +1 >Emitted(103, 1) Source(1, 1) + SourceIndex(4) --- >>> function C() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(103, 5) Source(1, 1) + SourceIndex(4) +1->Emitted(104, 5) Source(1, 1) + SourceIndex(4) --- >>> } 1->^^^^ @@ -2008,8 +2010,8 @@ sourceFile:../../../second/second_part2.ts > } > 2 > } -1->Emitted(104, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(104, 6) Source(5, 2) + SourceIndex(4) +1->Emitted(105, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(105, 6) Source(5, 2) + SourceIndex(4) --- >>> C.prototype.doSomething = function () { 1->^^^^ @@ -2019,9 +2021,9 @@ sourceFile:../../../second/second_part2.ts 1-> 2 > doSomething 3 > -1->Emitted(105, 5) Source(2, 5) + SourceIndex(4) -2 >Emitted(105, 28) Source(2, 16) + SourceIndex(4) -3 >Emitted(105, 31) Source(2, 5) + SourceIndex(4) +1->Emitted(106, 5) Source(2, 5) + SourceIndex(4) +2 >Emitted(106, 28) Source(2, 16) + SourceIndex(4) +3 >Emitted(106, 31) Source(2, 5) + SourceIndex(4) --- >>> console.log("something got done"); 1->^^^^^^^^ @@ -2041,14 +2043,14 @@ sourceFile:../../../second/second_part2.ts 6 > "something got done" 7 > ) 8 > ; -1->Emitted(106, 9) Source(3, 9) + SourceIndex(4) -2 >Emitted(106, 16) Source(3, 16) + SourceIndex(4) -3 >Emitted(106, 17) Source(3, 17) + SourceIndex(4) -4 >Emitted(106, 20) Source(3, 20) + SourceIndex(4) -5 >Emitted(106, 21) Source(3, 21) + SourceIndex(4) -6 >Emitted(106, 41) Source(3, 41) + SourceIndex(4) -7 >Emitted(106, 42) Source(3, 42) + SourceIndex(4) -8 >Emitted(106, 43) Source(3, 43) + SourceIndex(4) +1->Emitted(107, 9) Source(3, 9) + SourceIndex(4) +2 >Emitted(107, 16) Source(3, 16) + SourceIndex(4) +3 >Emitted(107, 17) Source(3, 17) + SourceIndex(4) +4 >Emitted(107, 20) Source(3, 20) + SourceIndex(4) +5 >Emitted(107, 21) Source(3, 21) + SourceIndex(4) +6 >Emitted(107, 41) Source(3, 41) + SourceIndex(4) +7 >Emitted(107, 42) Source(3, 42) + SourceIndex(4) +8 >Emitted(107, 43) Source(3, 43) + SourceIndex(4) --- >>> }; 1 >^^^^ @@ -2057,8 +2059,8 @@ sourceFile:../../../second/second_part2.ts 1 > > 2 > } -1 >Emitted(107, 5) Source(4, 5) + SourceIndex(4) -2 >Emitted(107, 6) Source(4, 6) + SourceIndex(4) +1 >Emitted(108, 5) Source(4, 5) + SourceIndex(4) +2 >Emitted(108, 6) Source(4, 6) + SourceIndex(4) --- >>> return C; 1->^^^^ @@ -2066,8 +2068,8 @@ sourceFile:../../../second/second_part2.ts 1-> > 2 > } -1->Emitted(108, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(108, 13) Source(5, 2) + SourceIndex(4) +1->Emitted(109, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(109, 13) Source(5, 2) + SourceIndex(4) --- >>>}()); 1 > @@ -2083,10 +2085,10 @@ sourceFile:../../../second/second_part2.ts > console.log("something got done"); > } > } -1 >Emitted(109, 1) Source(5, 1) + SourceIndex(4) -2 >Emitted(109, 2) Source(5, 2) + SourceIndex(4) -3 >Emitted(109, 2) Source(1, 1) + SourceIndex(4) -4 >Emitted(109, 6) Source(5, 2) + SourceIndex(4) +1 >Emitted(110, 1) Source(5, 1) + SourceIndex(4) +2 >Emitted(110, 2) Source(5, 2) + SourceIndex(4) +3 >Emitted(110, 2) Source(1, 1) + SourceIndex(4) +4 >Emitted(110, 6) Source(5, 2) + SourceIndex(4) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -2110,14 +2112,14 @@ sourceFile:../../third_part1.ts 6 > C 7 > () 8 > ; -1->Emitted(110, 1) Source(1, 1) + SourceIndex(5) -2 >Emitted(110, 5) Source(1, 5) + SourceIndex(5) -3 >Emitted(110, 6) Source(1, 6) + SourceIndex(5) -4 >Emitted(110, 9) Source(1, 9) + SourceIndex(5) -5 >Emitted(110, 13) Source(1, 13) + SourceIndex(5) -6 >Emitted(110, 14) Source(1, 14) + SourceIndex(5) -7 >Emitted(110, 16) Source(1, 16) + SourceIndex(5) -8 >Emitted(110, 17) Source(1, 17) + SourceIndex(5) +1->Emitted(111, 1) Source(1, 1) + SourceIndex(5) +2 >Emitted(111, 5) Source(1, 5) + SourceIndex(5) +3 >Emitted(111, 6) Source(1, 6) + SourceIndex(5) +4 >Emitted(111, 9) Source(1, 9) + SourceIndex(5) +5 >Emitted(111, 13) Source(1, 13) + SourceIndex(5) +6 >Emitted(111, 14) Source(1, 14) + SourceIndex(5) +7 >Emitted(111, 16) Source(1, 16) + SourceIndex(5) +8 >Emitted(111, 17) Source(1, 17) + SourceIndex(5) --- >>>c.doSomething(); 1-> @@ -2134,12 +2136,12 @@ sourceFile:../../third_part1.ts 4 > doSomething 5 > () 6 > ; -1->Emitted(111, 1) Source(2, 1) + SourceIndex(5) -2 >Emitted(111, 2) Source(2, 2) + SourceIndex(5) -3 >Emitted(111, 3) Source(2, 3) + SourceIndex(5) -4 >Emitted(111, 14) Source(2, 14) + SourceIndex(5) -5 >Emitted(111, 16) Source(2, 16) + SourceIndex(5) -6 >Emitted(111, 17) Source(2, 17) + SourceIndex(5) +1->Emitted(112, 1) Source(2, 1) + SourceIndex(5) +2 >Emitted(112, 2) Source(2, 2) + SourceIndex(5) +3 >Emitted(112, 3) Source(2, 3) + SourceIndex(5) +4 >Emitted(112, 14) Source(2, 14) + SourceIndex(5) +5 >Emitted(112, 16) Source(2, 16) + SourceIndex(5) +6 >Emitted(112, 17) Source(2, 17) + SourceIndex(5) --- >>>//# sourceMappingURL=third-output.js.map @@ -2167,20 +2169,20 @@ sourceFile:../../third_part1.ts }, { "pos": 127, - "end": 3543, + "end": 3561, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 127, - "end": 3543, + "end": 3561, "kind": "text" } ] }, { - "pos": 3543, - "end": 3579, + "pos": 3561, + "end": 3597, "kind": "text" } ] @@ -2240,9 +2242,9 @@ function f() { } ---------------------------------------------------------------------- -prepend: (127-3543):: ../../../2/second-output.js texts:: 1 +prepend: (127-3561):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (127-3543) +text: (127-3561) var N; (function (N) { function f() { @@ -2253,8 +2255,9 @@ var N; var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - /*@internal*/ normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + /*@internal*/ proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: true, @@ -2347,7 +2350,7 @@ var C = /** @class */ (function () { }()); ---------------------------------------------------------------------- -text: (3543-3579) +text: (3561-3597) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal.js b/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal.js index e91c046c27870..9d39d2841d51a 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal.js @@ -282,8 +282,9 @@ var N; var normalC = (function () { function normalC() { } - normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: true, @@ -379,7 +380,7 @@ c.doSomething(); //# sourceMappingURL=third-output.js.map //// [/src/third/thirdjs/output/third-output.js.map] -{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} //// [/src/third/thirdjs/output/third-output.js.map.baseline.txt] =================================================================== @@ -708,66 +709,68 @@ sourceFile:../../../second/second_part1.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->constructor() { 2 > } 1->Emitted(17, 5) Source(14, 35) + SourceIndex(3) 2 >Emitted(17, 6) Source(14, 36) + SourceIndex(3) --- ->>> normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> proto_1.method = function () { }; 1->^^^^ -2 > ^^^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^ -5 > ^ -6 > ^^^^^^-> +2 > ^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^ +5 > ^ +6 > ^^^^^^-> 1-> > /*@internal*/ prop: string; > /*@internal*/ 2 > method -3 > -4 > method() { -5 > } -1->Emitted(18, 5) Source(16, 19) + SourceIndex(3) -2 >Emitted(18, 29) Source(16, 25) + SourceIndex(3) -3 >Emitted(18, 32) Source(16, 19) + SourceIndex(3) -4 >Emitted(18, 46) Source(16, 30) + SourceIndex(3) -5 >Emitted(18, 47) Source(16, 31) + SourceIndex(3) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +3 > +4 > method() { +5 > } +1->Emitted(19, 5) Source(16, 19) + SourceIndex(3) +2 >Emitted(19, 19) Source(16, 25) + SourceIndex(3) +3 >Emitted(19, 22) Source(16, 19) + SourceIndex(3) +4 >Emitted(19, 36) Source(16, 30) + SourceIndex(3) +5 >Emitted(19, 37) Source(16, 31) + SourceIndex(3) +--- +>>> Object.defineProperty(proto_1, "c", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^^^^^^^^^^ +4 > ^^^-> 1-> > /*@internal*/ 2 > get 3 > c -1->Emitted(19, 5) Source(17, 19) + SourceIndex(3) -2 >Emitted(19, 27) Source(17, 23) + SourceIndex(3) -3 >Emitted(19, 49) Source(17, 24) + SourceIndex(3) +1->Emitted(20, 5) Source(17, 19) + SourceIndex(3) +2 >Emitted(20, 27) Source(17, 23) + SourceIndex(3) +3 >Emitted(20, 39) Source(17, 24) + SourceIndex(3) --- >>> get: function () { return 10; }, -1 >^^^^^^^^^^^^^ +1->^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^^^^^^^ 4 > ^^ 5 > ^ 6 > ^ 7 > ^ -1 > +1-> 2 > get c() { 3 > return 4 > 10 5 > ; 6 > 7 > } -1 >Emitted(20, 14) Source(17, 19) + SourceIndex(3) -2 >Emitted(20, 28) Source(17, 29) + SourceIndex(3) -3 >Emitted(20, 35) Source(17, 36) + SourceIndex(3) -4 >Emitted(20, 37) Source(17, 38) + SourceIndex(3) -5 >Emitted(20, 38) Source(17, 39) + SourceIndex(3) -6 >Emitted(20, 39) Source(17, 40) + SourceIndex(3) -7 >Emitted(20, 40) Source(17, 41) + SourceIndex(3) +1->Emitted(21, 14) Source(17, 19) + SourceIndex(3) +2 >Emitted(21, 28) Source(17, 29) + SourceIndex(3) +3 >Emitted(21, 35) Source(17, 36) + SourceIndex(3) +4 >Emitted(21, 37) Source(17, 38) + SourceIndex(3) +5 >Emitted(21, 38) Source(17, 39) + SourceIndex(3) +6 >Emitted(21, 39) Source(17, 40) + SourceIndex(3) +7 >Emitted(21, 40) Source(17, 41) + SourceIndex(3) --- >>> set: function (val) { }, 1 >^^^^^^^^^^^^^ @@ -781,11 +784,11 @@ sourceFile:../../../second/second_part1.ts 3 > val: number 4 > ) { 5 > } -1 >Emitted(21, 14) Source(18, 19) + SourceIndex(3) -2 >Emitted(21, 24) Source(18, 25) + SourceIndex(3) -3 >Emitted(21, 27) Source(18, 36) + SourceIndex(3) -4 >Emitted(21, 31) Source(18, 40) + SourceIndex(3) -5 >Emitted(21, 32) Source(18, 41) + SourceIndex(3) +1 >Emitted(22, 14) Source(18, 19) + SourceIndex(3) +2 >Emitted(22, 24) Source(18, 25) + SourceIndex(3) +3 >Emitted(22, 27) Source(18, 36) + SourceIndex(3) +4 >Emitted(22, 31) Source(18, 40) + SourceIndex(3) +5 >Emitted(22, 32) Source(18, 41) + SourceIndex(3) --- >>> enumerable: true, >>> configurable: true @@ -793,7 +796,7 @@ sourceFile:../../../second/second_part1.ts 1 >^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(24, 8) Source(17, 41) + SourceIndex(3) +1 >Emitted(25, 8) Source(17, 41) + SourceIndex(3) --- >>> return normalC; 1->^^^^ @@ -802,8 +805,8 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ set c(val: number) { } > 2 > } -1->Emitted(25, 5) Source(19, 1) + SourceIndex(3) -2 >Emitted(25, 19) Source(19, 2) + SourceIndex(3) +1->Emitted(26, 5) Source(19, 1) + SourceIndex(3) +2 >Emitted(26, 19) Source(19, 2) + SourceIndex(3) --- >>>}()); 1 > @@ -821,10 +824,10 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ get c() { return 10; } > /*@internal*/ set c(val: number) { } > } -1 >Emitted(26, 1) Source(19, 1) + SourceIndex(3) -2 >Emitted(26, 2) Source(19, 2) + SourceIndex(3) -3 >Emitted(26, 2) Source(13, 1) + SourceIndex(3) -4 >Emitted(26, 6) Source(19, 2) + SourceIndex(3) +1 >Emitted(27, 1) Source(19, 1) + SourceIndex(3) +2 >Emitted(27, 2) Source(19, 2) + SourceIndex(3) +3 >Emitted(27, 2) Source(13, 1) + SourceIndex(3) +4 >Emitted(27, 6) Source(19, 2) + SourceIndex(3) --- >>>var normalN; 1-> @@ -846,10 +849,10 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(27, 5) Source(20, 11) + SourceIndex(3) -3 >Emitted(27, 12) Source(20, 18) + SourceIndex(3) -4 >Emitted(27, 13) Source(29, 2) + SourceIndex(3) +1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(28, 5) Source(20, 11) + SourceIndex(3) +3 >Emitted(28, 12) Source(20, 18) + SourceIndex(3) +4 >Emitted(28, 13) Source(29, 2) + SourceIndex(3) --- >>>(function (normalN) { 1-> @@ -859,22 +862,22 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > normalN -1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(28, 12) Source(20, 11) + SourceIndex(3) -3 >Emitted(28, 19) Source(20, 18) + SourceIndex(3) +1->Emitted(29, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(29, 12) Source(20, 11) + SourceIndex(3) +3 >Emitted(29, 19) Source(20, 18) + SourceIndex(3) --- >>> var C = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { > /*@internal*/ -1->Emitted(29, 5) Source(21, 19) + SourceIndex(3) +1->Emitted(30, 5) Source(21, 19) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(30, 9) Source(21, 19) + SourceIndex(3) +1->Emitted(31, 9) Source(21, 19) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -882,16 +885,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(31, 9) Source(21, 36) + SourceIndex(3) -2 >Emitted(31, 10) Source(21, 37) + SourceIndex(3) +1->Emitted(32, 9) Source(21, 36) + SourceIndex(3) +2 >Emitted(32, 10) Source(21, 37) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(32, 9) Source(21, 36) + SourceIndex(3) -2 >Emitted(32, 17) Source(21, 37) + SourceIndex(3) +1->Emitted(33, 9) Source(21, 36) + SourceIndex(3) +2 >Emitted(33, 17) Source(21, 37) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -903,10 +906,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(33, 5) Source(21, 36) + SourceIndex(3) -2 >Emitted(33, 6) Source(21, 37) + SourceIndex(3) -3 >Emitted(33, 6) Source(21, 19) + SourceIndex(3) -4 >Emitted(33, 10) Source(21, 37) + SourceIndex(3) +1 >Emitted(34, 5) Source(21, 36) + SourceIndex(3) +2 >Emitted(34, 6) Source(21, 37) + SourceIndex(3) +3 >Emitted(34, 6) Source(21, 19) + SourceIndex(3) +4 >Emitted(34, 10) Source(21, 37) + SourceIndex(3) --- >>> normalN.C = C; 1->^^^^ @@ -918,10 +921,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > { } 4 > -1->Emitted(34, 5) Source(21, 32) + SourceIndex(3) -2 >Emitted(34, 14) Source(21, 33) + SourceIndex(3) -3 >Emitted(34, 18) Source(21, 37) + SourceIndex(3) -4 >Emitted(34, 19) Source(21, 37) + SourceIndex(3) +1->Emitted(35, 5) Source(21, 32) + SourceIndex(3) +2 >Emitted(35, 14) Source(21, 33) + SourceIndex(3) +3 >Emitted(35, 18) Source(21, 37) + SourceIndex(3) +4 >Emitted(35, 19) Source(21, 37) + SourceIndex(3) --- >>> function foo() { } 1->^^^^ @@ -936,11 +939,11 @@ sourceFile:../../../second/second_part1.ts 3 > foo 4 > () { 5 > } -1->Emitted(35, 5) Source(22, 19) + SourceIndex(3) -2 >Emitted(35, 14) Source(22, 35) + SourceIndex(3) -3 >Emitted(35, 17) Source(22, 38) + SourceIndex(3) -4 >Emitted(35, 22) Source(22, 42) + SourceIndex(3) -5 >Emitted(35, 23) Source(22, 43) + SourceIndex(3) +1->Emitted(36, 5) Source(22, 19) + SourceIndex(3) +2 >Emitted(36, 14) Source(22, 35) + SourceIndex(3) +3 >Emitted(36, 17) Source(22, 38) + SourceIndex(3) +4 >Emitted(36, 22) Source(22, 42) + SourceIndex(3) +5 >Emitted(36, 23) Source(22, 43) + SourceIndex(3) --- >>> normalN.foo = foo; 1->^^^^ @@ -952,10 +955,10 @@ sourceFile:../../../second/second_part1.ts 2 > foo 3 > () {} 4 > -1->Emitted(36, 5) Source(22, 35) + SourceIndex(3) -2 >Emitted(36, 16) Source(22, 38) + SourceIndex(3) -3 >Emitted(36, 22) Source(22, 43) + SourceIndex(3) -4 >Emitted(36, 23) Source(22, 43) + SourceIndex(3) +1->Emitted(37, 5) Source(22, 35) + SourceIndex(3) +2 >Emitted(37, 16) Source(22, 38) + SourceIndex(3) +3 >Emitted(37, 22) Source(22, 43) + SourceIndex(3) +4 >Emitted(37, 23) Source(22, 43) + SourceIndex(3) --- >>> var someNamespace; 1->^^^^ @@ -968,10 +971,10 @@ sourceFile:../../../second/second_part1.ts 2 > export namespace 3 > someNamespace 4 > { export class C {} } -1->Emitted(37, 5) Source(23, 19) + SourceIndex(3) -2 >Emitted(37, 9) Source(23, 36) + SourceIndex(3) -3 >Emitted(37, 22) Source(23, 49) + SourceIndex(3) -4 >Emitted(37, 23) Source(23, 71) + SourceIndex(3) +1->Emitted(38, 5) Source(23, 19) + SourceIndex(3) +2 >Emitted(38, 9) Source(23, 36) + SourceIndex(3) +3 >Emitted(38, 22) Source(23, 49) + SourceIndex(3) +4 >Emitted(38, 23) Source(23, 71) + SourceIndex(3) --- >>> (function (someNamespace) { 1->^^^^ @@ -981,21 +984,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > export namespace 3 > someNamespace -1->Emitted(38, 5) Source(23, 19) + SourceIndex(3) -2 >Emitted(38, 16) Source(23, 36) + SourceIndex(3) -3 >Emitted(38, 29) Source(23, 49) + SourceIndex(3) +1->Emitted(39, 5) Source(23, 19) + SourceIndex(3) +2 >Emitted(39, 16) Source(23, 36) + SourceIndex(3) +3 >Emitted(39, 29) Source(23, 49) + SourceIndex(3) --- >>> var C = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(39, 9) Source(23, 52) + SourceIndex(3) +1->Emitted(40, 9) Source(23, 52) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(40, 13) Source(23, 52) + SourceIndex(3) +1->Emitted(41, 13) Source(23, 52) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -1003,16 +1006,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(41, 13) Source(23, 68) + SourceIndex(3) -2 >Emitted(41, 14) Source(23, 69) + SourceIndex(3) +1->Emitted(42, 13) Source(23, 68) + SourceIndex(3) +2 >Emitted(42, 14) Source(23, 69) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(42, 13) Source(23, 68) + SourceIndex(3) -2 >Emitted(42, 21) Source(23, 69) + SourceIndex(3) +1->Emitted(43, 13) Source(23, 68) + SourceIndex(3) +2 >Emitted(43, 21) Source(23, 69) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -1024,10 +1027,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(43, 9) Source(23, 68) + SourceIndex(3) -2 >Emitted(43, 10) Source(23, 69) + SourceIndex(3) -3 >Emitted(43, 10) Source(23, 52) + SourceIndex(3) -4 >Emitted(43, 14) Source(23, 69) + SourceIndex(3) +1 >Emitted(44, 9) Source(23, 68) + SourceIndex(3) +2 >Emitted(44, 10) Source(23, 69) + SourceIndex(3) +3 >Emitted(44, 10) Source(23, 52) + SourceIndex(3) +4 >Emitted(44, 14) Source(23, 69) + SourceIndex(3) --- >>> someNamespace.C = C; 1->^^^^^^^^ @@ -1039,10 +1042,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > {} 4 > -1->Emitted(44, 9) Source(23, 65) + SourceIndex(3) -2 >Emitted(44, 24) Source(23, 66) + SourceIndex(3) -3 >Emitted(44, 28) Source(23, 69) + SourceIndex(3) -4 >Emitted(44, 29) Source(23, 69) + SourceIndex(3) +1->Emitted(45, 9) Source(23, 65) + SourceIndex(3) +2 >Emitted(45, 24) Source(23, 66) + SourceIndex(3) +3 >Emitted(45, 28) Source(23, 69) + SourceIndex(3) +4 >Emitted(45, 29) Source(23, 69) + SourceIndex(3) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^ @@ -1063,15 +1066,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(45, 5) Source(23, 70) + SourceIndex(3) -2 >Emitted(45, 6) Source(23, 71) + SourceIndex(3) -3 >Emitted(45, 8) Source(23, 36) + SourceIndex(3) -4 >Emitted(45, 21) Source(23, 49) + SourceIndex(3) -5 >Emitted(45, 24) Source(23, 36) + SourceIndex(3) -6 >Emitted(45, 45) Source(23, 49) + SourceIndex(3) -7 >Emitted(45, 50) Source(23, 36) + SourceIndex(3) -8 >Emitted(45, 71) Source(23, 49) + SourceIndex(3) -9 >Emitted(45, 79) Source(23, 71) + SourceIndex(3) +1->Emitted(46, 5) Source(23, 70) + SourceIndex(3) +2 >Emitted(46, 6) Source(23, 71) + SourceIndex(3) +3 >Emitted(46, 8) Source(23, 36) + SourceIndex(3) +4 >Emitted(46, 21) Source(23, 49) + SourceIndex(3) +5 >Emitted(46, 24) Source(23, 36) + SourceIndex(3) +6 >Emitted(46, 45) Source(23, 49) + SourceIndex(3) +7 >Emitted(46, 50) Source(23, 36) + SourceIndex(3) +8 >Emitted(46, 71) Source(23, 49) + SourceIndex(3) +9 >Emitted(46, 79) Source(23, 71) + SourceIndex(3) --- >>> var someOther; 1 >^^^^ @@ -1084,10 +1087,10 @@ sourceFile:../../../second/second_part1.ts 2 > export namespace 3 > someOther 4 > .something { export class someClass {} } -1 >Emitted(46, 5) Source(24, 19) + SourceIndex(3) -2 >Emitted(46, 9) Source(24, 36) + SourceIndex(3) -3 >Emitted(46, 18) Source(24, 45) + SourceIndex(3) -4 >Emitted(46, 19) Source(24, 85) + SourceIndex(3) +1 >Emitted(47, 5) Source(24, 19) + SourceIndex(3) +2 >Emitted(47, 9) Source(24, 36) + SourceIndex(3) +3 >Emitted(47, 18) Source(24, 45) + SourceIndex(3) +4 >Emitted(47, 19) Source(24, 85) + SourceIndex(3) --- >>> (function (someOther) { 1->^^^^ @@ -1096,9 +1099,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > export namespace 3 > someOther -1->Emitted(47, 5) Source(24, 19) + SourceIndex(3) -2 >Emitted(47, 16) Source(24, 36) + SourceIndex(3) -3 >Emitted(47, 25) Source(24, 45) + SourceIndex(3) +1->Emitted(48, 5) Source(24, 19) + SourceIndex(3) +2 >Emitted(48, 16) Source(24, 36) + SourceIndex(3) +3 >Emitted(48, 25) Source(24, 45) + SourceIndex(3) --- >>> var something; 1 >^^^^^^^^ @@ -1110,10 +1113,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(48, 9) Source(24, 46) + SourceIndex(3) -2 >Emitted(48, 13) Source(24, 46) + SourceIndex(3) -3 >Emitted(48, 22) Source(24, 55) + SourceIndex(3) -4 >Emitted(48, 23) Source(24, 85) + SourceIndex(3) +1 >Emitted(49, 9) Source(24, 46) + SourceIndex(3) +2 >Emitted(49, 13) Source(24, 46) + SourceIndex(3) +3 >Emitted(49, 22) Source(24, 55) + SourceIndex(3) +4 >Emitted(49, 23) Source(24, 85) + SourceIndex(3) --- >>> (function (something) { 1->^^^^^^^^ @@ -1123,21 +1126,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(49, 9) Source(24, 46) + SourceIndex(3) -2 >Emitted(49, 20) Source(24, 46) + SourceIndex(3) -3 >Emitted(49, 29) Source(24, 55) + SourceIndex(3) +1->Emitted(50, 9) Source(24, 46) + SourceIndex(3) +2 >Emitted(50, 20) Source(24, 46) + SourceIndex(3) +3 >Emitted(50, 29) Source(24, 55) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(50, 13) Source(24, 58) + SourceIndex(3) +1->Emitted(51, 13) Source(24, 58) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(51, 17) Source(24, 58) + SourceIndex(3) +1->Emitted(52, 17) Source(24, 58) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -1145,16 +1148,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(52, 17) Source(24, 82) + SourceIndex(3) -2 >Emitted(52, 18) Source(24, 83) + SourceIndex(3) +1->Emitted(53, 17) Source(24, 82) + SourceIndex(3) +2 >Emitted(53, 18) Source(24, 83) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(53, 17) Source(24, 82) + SourceIndex(3) -2 >Emitted(53, 33) Source(24, 83) + SourceIndex(3) +1->Emitted(54, 17) Source(24, 82) + SourceIndex(3) +2 >Emitted(54, 33) Source(24, 83) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -1166,10 +1169,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(54, 13) Source(24, 82) + SourceIndex(3) -2 >Emitted(54, 14) Source(24, 83) + SourceIndex(3) -3 >Emitted(54, 14) Source(24, 58) + SourceIndex(3) -4 >Emitted(54, 18) Source(24, 83) + SourceIndex(3) +1 >Emitted(55, 13) Source(24, 82) + SourceIndex(3) +2 >Emitted(55, 14) Source(24, 83) + SourceIndex(3) +3 >Emitted(55, 14) Source(24, 58) + SourceIndex(3) +4 >Emitted(55, 18) Source(24, 83) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -1181,10 +1184,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(55, 13) Source(24, 71) + SourceIndex(3) -2 >Emitted(55, 32) Source(24, 80) + SourceIndex(3) -3 >Emitted(55, 44) Source(24, 83) + SourceIndex(3) -4 >Emitted(55, 45) Source(24, 83) + SourceIndex(3) +1->Emitted(56, 13) Source(24, 71) + SourceIndex(3) +2 >Emitted(56, 32) Source(24, 80) + SourceIndex(3) +3 >Emitted(56, 44) Source(24, 83) + SourceIndex(3) +4 >Emitted(56, 45) Source(24, 83) + SourceIndex(3) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^ @@ -1205,15 +1208,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(56, 9) Source(24, 84) + SourceIndex(3) -2 >Emitted(56, 10) Source(24, 85) + SourceIndex(3) -3 >Emitted(56, 12) Source(24, 46) + SourceIndex(3) -4 >Emitted(56, 21) Source(24, 55) + SourceIndex(3) -5 >Emitted(56, 24) Source(24, 46) + SourceIndex(3) -6 >Emitted(56, 43) Source(24, 55) + SourceIndex(3) -7 >Emitted(56, 48) Source(24, 46) + SourceIndex(3) -8 >Emitted(56, 67) Source(24, 55) + SourceIndex(3) -9 >Emitted(56, 75) Source(24, 85) + SourceIndex(3) +1->Emitted(57, 9) Source(24, 84) + SourceIndex(3) +2 >Emitted(57, 10) Source(24, 85) + SourceIndex(3) +3 >Emitted(57, 12) Source(24, 46) + SourceIndex(3) +4 >Emitted(57, 21) Source(24, 55) + SourceIndex(3) +5 >Emitted(57, 24) Source(24, 46) + SourceIndex(3) +6 >Emitted(57, 43) Source(24, 55) + SourceIndex(3) +7 >Emitted(57, 48) Source(24, 46) + SourceIndex(3) +8 >Emitted(57, 67) Source(24, 55) + SourceIndex(3) +9 >Emitted(57, 75) Source(24, 85) + SourceIndex(3) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^ @@ -1234,15 +1237,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(57, 5) Source(24, 84) + SourceIndex(3) -2 >Emitted(57, 6) Source(24, 85) + SourceIndex(3) -3 >Emitted(57, 8) Source(24, 36) + SourceIndex(3) -4 >Emitted(57, 17) Source(24, 45) + SourceIndex(3) -5 >Emitted(57, 20) Source(24, 36) + SourceIndex(3) -6 >Emitted(57, 37) Source(24, 45) + SourceIndex(3) -7 >Emitted(57, 42) Source(24, 36) + SourceIndex(3) -8 >Emitted(57, 59) Source(24, 45) + SourceIndex(3) -9 >Emitted(57, 67) Source(24, 85) + SourceIndex(3) +1 >Emitted(58, 5) Source(24, 84) + SourceIndex(3) +2 >Emitted(58, 6) Source(24, 85) + SourceIndex(3) +3 >Emitted(58, 8) Source(24, 36) + SourceIndex(3) +4 >Emitted(58, 17) Source(24, 45) + SourceIndex(3) +5 >Emitted(58, 20) Source(24, 36) + SourceIndex(3) +6 >Emitted(58, 37) Source(24, 45) + SourceIndex(3) +7 >Emitted(58, 42) Source(24, 36) + SourceIndex(3) +8 >Emitted(58, 59) Source(24, 45) + SourceIndex(3) +9 >Emitted(58, 67) Source(24, 85) + SourceIndex(3) --- >>> normalN.someImport = someNamespace.C; 1 >^^^^ @@ -1260,13 +1263,13 @@ sourceFile:../../../second/second_part1.ts 5 > . 6 > C 7 > ; -1 >Emitted(58, 5) Source(25, 33) + SourceIndex(3) -2 >Emitted(58, 23) Source(25, 43) + SourceIndex(3) -3 >Emitted(58, 26) Source(25, 46) + SourceIndex(3) -4 >Emitted(58, 39) Source(25, 59) + SourceIndex(3) -5 >Emitted(58, 40) Source(25, 60) + SourceIndex(3) -6 >Emitted(58, 41) Source(25, 61) + SourceIndex(3) -7 >Emitted(58, 42) Source(25, 62) + SourceIndex(3) +1 >Emitted(59, 5) Source(25, 33) + SourceIndex(3) +2 >Emitted(59, 23) Source(25, 43) + SourceIndex(3) +3 >Emitted(59, 26) Source(25, 46) + SourceIndex(3) +4 >Emitted(59, 39) Source(25, 59) + SourceIndex(3) +5 >Emitted(59, 40) Source(25, 60) + SourceIndex(3) +6 >Emitted(59, 41) Source(25, 61) + SourceIndex(3) +7 >Emitted(59, 42) Source(25, 62) + SourceIndex(3) --- >>> normalN.internalConst = 10; 1 >^^^^ @@ -1281,11 +1284,11 @@ sourceFile:../../../second/second_part1.ts 3 > = 4 > 10 5 > ; -1 >Emitted(59, 5) Source(27, 32) + SourceIndex(3) -2 >Emitted(59, 26) Source(27, 45) + SourceIndex(3) -3 >Emitted(59, 29) Source(27, 48) + SourceIndex(3) -4 >Emitted(59, 31) Source(27, 50) + SourceIndex(3) -5 >Emitted(59, 32) Source(27, 51) + SourceIndex(3) +1 >Emitted(60, 5) Source(27, 32) + SourceIndex(3) +2 >Emitted(60, 26) Source(27, 45) + SourceIndex(3) +3 >Emitted(60, 29) Source(27, 48) + SourceIndex(3) +4 >Emitted(60, 31) Source(27, 50) + SourceIndex(3) +5 >Emitted(60, 32) Source(27, 51) + SourceIndex(3) --- >>> var internalEnum; 1 >^^^^ @@ -1296,9 +1299,9 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ 2 > export enum 3 > internalEnum { a, b, c } -1 >Emitted(60, 5) Source(28, 19) + SourceIndex(3) -2 >Emitted(60, 9) Source(28, 31) + SourceIndex(3) -3 >Emitted(60, 21) Source(28, 55) + SourceIndex(3) +1 >Emitted(61, 5) Source(28, 19) + SourceIndex(3) +2 >Emitted(61, 9) Source(28, 31) + SourceIndex(3) +3 >Emitted(61, 21) Source(28, 55) + SourceIndex(3) --- >>> (function (internalEnum) { 1->^^^^ @@ -1308,9 +1311,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > export enum 3 > internalEnum -1->Emitted(61, 5) Source(28, 19) + SourceIndex(3) -2 >Emitted(61, 16) Source(28, 31) + SourceIndex(3) -3 >Emitted(61, 28) Source(28, 43) + SourceIndex(3) +1->Emitted(62, 5) Source(28, 19) + SourceIndex(3) +2 >Emitted(62, 16) Source(28, 31) + SourceIndex(3) +3 >Emitted(62, 28) Source(28, 43) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -1320,9 +1323,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(62, 9) Source(28, 46) + SourceIndex(3) -2 >Emitted(62, 50) Source(28, 47) + SourceIndex(3) -3 >Emitted(62, 51) Source(28, 47) + SourceIndex(3) +1->Emitted(63, 9) Source(28, 46) + SourceIndex(3) +2 >Emitted(63, 50) Source(28, 47) + SourceIndex(3) +3 >Emitted(63, 51) Source(28, 47) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -1332,9 +1335,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(63, 9) Source(28, 49) + SourceIndex(3) -2 >Emitted(63, 50) Source(28, 50) + SourceIndex(3) -3 >Emitted(63, 51) Source(28, 50) + SourceIndex(3) +1->Emitted(64, 9) Source(28, 49) + SourceIndex(3) +2 >Emitted(64, 50) Source(28, 50) + SourceIndex(3) +3 >Emitted(64, 51) Source(28, 50) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -1344,9 +1347,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(64, 9) Source(28, 52) + SourceIndex(3) -2 >Emitted(64, 50) Source(28, 53) + SourceIndex(3) -3 >Emitted(64, 51) Source(28, 53) + SourceIndex(3) +1->Emitted(65, 9) Source(28, 52) + SourceIndex(3) +2 >Emitted(65, 50) Source(28, 53) + SourceIndex(3) +3 >Emitted(65, 51) Source(28, 53) + SourceIndex(3) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^ @@ -1367,15 +1370,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(65, 5) Source(28, 54) + SourceIndex(3) -2 >Emitted(65, 6) Source(28, 55) + SourceIndex(3) -3 >Emitted(65, 8) Source(28, 31) + SourceIndex(3) -4 >Emitted(65, 20) Source(28, 43) + SourceIndex(3) -5 >Emitted(65, 23) Source(28, 31) + SourceIndex(3) -6 >Emitted(65, 43) Source(28, 43) + SourceIndex(3) -7 >Emitted(65, 48) Source(28, 31) + SourceIndex(3) -8 >Emitted(65, 68) Source(28, 43) + SourceIndex(3) -9 >Emitted(65, 76) Source(28, 55) + SourceIndex(3) +1->Emitted(66, 5) Source(28, 54) + SourceIndex(3) +2 >Emitted(66, 6) Source(28, 55) + SourceIndex(3) +3 >Emitted(66, 8) Source(28, 31) + SourceIndex(3) +4 >Emitted(66, 20) Source(28, 43) + SourceIndex(3) +5 >Emitted(66, 23) Source(28, 31) + SourceIndex(3) +6 >Emitted(66, 43) Source(28, 43) + SourceIndex(3) +7 >Emitted(66, 48) Source(28, 31) + SourceIndex(3) +8 >Emitted(66, 68) Source(28, 43) + SourceIndex(3) +9 >Emitted(66, 76) Source(28, 55) + SourceIndex(3) --- >>>})(normalN || (normalN = {})); 1 > @@ -1403,26 +1406,26 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(66, 1) Source(29, 1) + SourceIndex(3) -2 >Emitted(66, 2) Source(29, 2) + SourceIndex(3) -3 >Emitted(66, 4) Source(20, 11) + SourceIndex(3) -4 >Emitted(66, 11) Source(20, 18) + SourceIndex(3) -5 >Emitted(66, 16) Source(20, 11) + SourceIndex(3) -6 >Emitted(66, 23) Source(20, 18) + SourceIndex(3) -7 >Emitted(66, 31) Source(29, 2) + SourceIndex(3) +1 >Emitted(67, 1) Source(29, 1) + SourceIndex(3) +2 >Emitted(67, 2) Source(29, 2) + SourceIndex(3) +3 >Emitted(67, 4) Source(20, 11) + SourceIndex(3) +4 >Emitted(67, 11) Source(20, 18) + SourceIndex(3) +5 >Emitted(67, 16) Source(20, 11) + SourceIndex(3) +6 >Emitted(67, 23) Source(20, 18) + SourceIndex(3) +7 >Emitted(67, 31) Source(29, 2) + SourceIndex(3) --- >>>var internalC = (function () { 1-> 2 >^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> >/*@internal*/ -1->Emitted(67, 1) Source(30, 15) + SourceIndex(3) +1->Emitted(68, 1) Source(30, 15) + SourceIndex(3) --- >>> function internalC() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(68, 5) Source(30, 15) + SourceIndex(3) +1->Emitted(69, 5) Source(30, 15) + SourceIndex(3) --- >>> } 1->^^^^ @@ -1430,16 +1433,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->class internalC { 2 > } -1->Emitted(69, 5) Source(30, 32) + SourceIndex(3) -2 >Emitted(69, 6) Source(30, 33) + SourceIndex(3) +1->Emitted(70, 5) Source(30, 32) + SourceIndex(3) +2 >Emitted(70, 6) Source(30, 33) + SourceIndex(3) --- >>> return internalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(70, 5) Source(30, 32) + SourceIndex(3) -2 >Emitted(70, 21) Source(30, 33) + SourceIndex(3) +1->Emitted(71, 5) Source(30, 32) + SourceIndex(3) +2 >Emitted(71, 21) Source(30, 33) + SourceIndex(3) --- >>>}()); 1 > @@ -1451,10 +1454,10 @@ sourceFile:../../../second/second_part1.ts 2 >} 3 > 4 > class internalC {} -1 >Emitted(71, 1) Source(30, 32) + SourceIndex(3) -2 >Emitted(71, 2) Source(30, 33) + SourceIndex(3) -3 >Emitted(71, 2) Source(30, 15) + SourceIndex(3) -4 >Emitted(71, 6) Source(30, 33) + SourceIndex(3) +1 >Emitted(72, 1) Source(30, 32) + SourceIndex(3) +2 >Emitted(72, 2) Source(30, 33) + SourceIndex(3) +3 >Emitted(72, 2) Source(30, 15) + SourceIndex(3) +4 >Emitted(72, 6) Source(30, 33) + SourceIndex(3) --- >>>function internalfoo() { } 1-> @@ -1468,11 +1471,11 @@ sourceFile:../../../second/second_part1.ts 3 > internalfoo 4 > () { 5 > } -1->Emitted(72, 1) Source(31, 15) + SourceIndex(3) -2 >Emitted(72, 10) Source(31, 24) + SourceIndex(3) -3 >Emitted(72, 21) Source(31, 35) + SourceIndex(3) -4 >Emitted(72, 26) Source(31, 39) + SourceIndex(3) -5 >Emitted(72, 27) Source(31, 40) + SourceIndex(3) +1->Emitted(73, 1) Source(31, 15) + SourceIndex(3) +2 >Emitted(73, 10) Source(31, 24) + SourceIndex(3) +3 >Emitted(73, 21) Source(31, 35) + SourceIndex(3) +4 >Emitted(73, 26) Source(31, 39) + SourceIndex(3) +5 >Emitted(73, 27) Source(31, 40) + SourceIndex(3) --- >>>var internalNamespace; 1 > @@ -1485,10 +1488,10 @@ sourceFile:../../../second/second_part1.ts 2 >namespace 3 > internalNamespace 4 > { export class someClass {} } -1 >Emitted(73, 1) Source(32, 15) + SourceIndex(3) -2 >Emitted(73, 5) Source(32, 25) + SourceIndex(3) -3 >Emitted(73, 22) Source(32, 42) + SourceIndex(3) -4 >Emitted(73, 23) Source(32, 72) + SourceIndex(3) +1 >Emitted(74, 1) Source(32, 15) + SourceIndex(3) +2 >Emitted(74, 5) Source(32, 25) + SourceIndex(3) +3 >Emitted(74, 22) Source(32, 42) + SourceIndex(3) +4 >Emitted(74, 23) Source(32, 72) + SourceIndex(3) --- >>>(function (internalNamespace) { 1-> @@ -1498,21 +1501,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > internalNamespace -1->Emitted(74, 1) Source(32, 15) + SourceIndex(3) -2 >Emitted(74, 12) Source(32, 25) + SourceIndex(3) -3 >Emitted(74, 29) Source(32, 42) + SourceIndex(3) +1->Emitted(75, 1) Source(32, 15) + SourceIndex(3) +2 >Emitted(75, 12) Source(32, 25) + SourceIndex(3) +3 >Emitted(75, 29) Source(32, 42) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(75, 5) Source(32, 45) + SourceIndex(3) +1->Emitted(76, 5) Source(32, 45) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(76, 9) Source(32, 45) + SourceIndex(3) +1->Emitted(77, 9) Source(32, 45) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -1520,16 +1523,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(77, 9) Source(32, 69) + SourceIndex(3) -2 >Emitted(77, 10) Source(32, 70) + SourceIndex(3) +1->Emitted(78, 9) Source(32, 69) + SourceIndex(3) +2 >Emitted(78, 10) Source(32, 70) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(78, 9) Source(32, 69) + SourceIndex(3) -2 >Emitted(78, 25) Source(32, 70) + SourceIndex(3) +1->Emitted(79, 9) Source(32, 69) + SourceIndex(3) +2 >Emitted(79, 25) Source(32, 70) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -1541,10 +1544,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(79, 5) Source(32, 69) + SourceIndex(3) -2 >Emitted(79, 6) Source(32, 70) + SourceIndex(3) -3 >Emitted(79, 6) Source(32, 45) + SourceIndex(3) -4 >Emitted(79, 10) Source(32, 70) + SourceIndex(3) +1 >Emitted(80, 5) Source(32, 69) + SourceIndex(3) +2 >Emitted(80, 6) Source(32, 70) + SourceIndex(3) +3 >Emitted(80, 6) Source(32, 45) + SourceIndex(3) +4 >Emitted(80, 10) Source(32, 70) + SourceIndex(3) --- >>> internalNamespace.someClass = someClass; 1->^^^^ @@ -1556,10 +1559,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(80, 5) Source(32, 58) + SourceIndex(3) -2 >Emitted(80, 32) Source(32, 67) + SourceIndex(3) -3 >Emitted(80, 44) Source(32, 70) + SourceIndex(3) -4 >Emitted(80, 45) Source(32, 70) + SourceIndex(3) +1->Emitted(81, 5) Source(32, 58) + SourceIndex(3) +2 >Emitted(81, 32) Source(32, 67) + SourceIndex(3) +3 >Emitted(81, 44) Source(32, 70) + SourceIndex(3) +4 >Emitted(81, 45) Source(32, 70) + SourceIndex(3) --- >>>})(internalNamespace || (internalNamespace = {})); 1-> @@ -1576,13 +1579,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalNamespace 7 > { export class someClass {} } -1->Emitted(81, 1) Source(32, 71) + SourceIndex(3) -2 >Emitted(81, 2) Source(32, 72) + SourceIndex(3) -3 >Emitted(81, 4) Source(32, 25) + SourceIndex(3) -4 >Emitted(81, 21) Source(32, 42) + SourceIndex(3) -5 >Emitted(81, 26) Source(32, 25) + SourceIndex(3) -6 >Emitted(81, 43) Source(32, 42) + SourceIndex(3) -7 >Emitted(81, 51) Source(32, 72) + SourceIndex(3) +1->Emitted(82, 1) Source(32, 71) + SourceIndex(3) +2 >Emitted(82, 2) Source(32, 72) + SourceIndex(3) +3 >Emitted(82, 4) Source(32, 25) + SourceIndex(3) +4 >Emitted(82, 21) Source(32, 42) + SourceIndex(3) +5 >Emitted(82, 26) Source(32, 25) + SourceIndex(3) +6 >Emitted(82, 43) Source(32, 42) + SourceIndex(3) +7 >Emitted(82, 51) Source(32, 72) + SourceIndex(3) --- >>>var internalOther; 1 > @@ -1595,10 +1598,10 @@ sourceFile:../../../second/second_part1.ts 2 >namespace 3 > internalOther 4 > .something { export class someClass {} } -1 >Emitted(82, 1) Source(33, 15) + SourceIndex(3) -2 >Emitted(82, 5) Source(33, 25) + SourceIndex(3) -3 >Emitted(82, 18) Source(33, 38) + SourceIndex(3) -4 >Emitted(82, 19) Source(33, 78) + SourceIndex(3) +1 >Emitted(83, 1) Source(33, 15) + SourceIndex(3) +2 >Emitted(83, 5) Source(33, 25) + SourceIndex(3) +3 >Emitted(83, 18) Source(33, 38) + SourceIndex(3) +4 >Emitted(83, 19) Source(33, 78) + SourceIndex(3) --- >>>(function (internalOther) { 1-> @@ -1607,9 +1610,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > internalOther -1->Emitted(83, 1) Source(33, 15) + SourceIndex(3) -2 >Emitted(83, 12) Source(33, 25) + SourceIndex(3) -3 >Emitted(83, 25) Source(33, 38) + SourceIndex(3) +1->Emitted(84, 1) Source(33, 15) + SourceIndex(3) +2 >Emitted(84, 12) Source(33, 25) + SourceIndex(3) +3 >Emitted(84, 25) Source(33, 38) + SourceIndex(3) --- >>> var something; 1 >^^^^ @@ -1621,10 +1624,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(84, 5) Source(33, 39) + SourceIndex(3) -2 >Emitted(84, 9) Source(33, 39) + SourceIndex(3) -3 >Emitted(84, 18) Source(33, 48) + SourceIndex(3) -4 >Emitted(84, 19) Source(33, 78) + SourceIndex(3) +1 >Emitted(85, 5) Source(33, 39) + SourceIndex(3) +2 >Emitted(85, 9) Source(33, 39) + SourceIndex(3) +3 >Emitted(85, 18) Source(33, 48) + SourceIndex(3) +4 >Emitted(85, 19) Source(33, 78) + SourceIndex(3) --- >>> (function (something) { 1->^^^^ @@ -1634,21 +1637,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(85, 5) Source(33, 39) + SourceIndex(3) -2 >Emitted(85, 16) Source(33, 39) + SourceIndex(3) -3 >Emitted(85, 25) Source(33, 48) + SourceIndex(3) +1->Emitted(86, 5) Source(33, 39) + SourceIndex(3) +2 >Emitted(86, 16) Source(33, 39) + SourceIndex(3) +3 >Emitted(86, 25) Source(33, 48) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(86, 9) Source(33, 51) + SourceIndex(3) +1->Emitted(87, 9) Source(33, 51) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(87, 13) Source(33, 51) + SourceIndex(3) +1->Emitted(88, 13) Source(33, 51) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -1656,16 +1659,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(88, 13) Source(33, 75) + SourceIndex(3) -2 >Emitted(88, 14) Source(33, 76) + SourceIndex(3) +1->Emitted(89, 13) Source(33, 75) + SourceIndex(3) +2 >Emitted(89, 14) Source(33, 76) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(89, 13) Source(33, 75) + SourceIndex(3) -2 >Emitted(89, 29) Source(33, 76) + SourceIndex(3) +1->Emitted(90, 13) Source(33, 75) + SourceIndex(3) +2 >Emitted(90, 29) Source(33, 76) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -1677,10 +1680,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(90, 9) Source(33, 75) + SourceIndex(3) -2 >Emitted(90, 10) Source(33, 76) + SourceIndex(3) -3 >Emitted(90, 10) Source(33, 51) + SourceIndex(3) -4 >Emitted(90, 14) Source(33, 76) + SourceIndex(3) +1 >Emitted(91, 9) Source(33, 75) + SourceIndex(3) +2 >Emitted(91, 10) Source(33, 76) + SourceIndex(3) +3 >Emitted(91, 10) Source(33, 51) + SourceIndex(3) +4 >Emitted(91, 14) Source(33, 76) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^ @@ -1692,10 +1695,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(91, 9) Source(33, 64) + SourceIndex(3) -2 >Emitted(91, 28) Source(33, 73) + SourceIndex(3) -3 >Emitted(91, 40) Source(33, 76) + SourceIndex(3) -4 >Emitted(91, 41) Source(33, 76) + SourceIndex(3) +1->Emitted(92, 9) Source(33, 64) + SourceIndex(3) +2 >Emitted(92, 28) Source(33, 73) + SourceIndex(3) +3 >Emitted(92, 40) Source(33, 76) + SourceIndex(3) +4 >Emitted(92, 41) Source(33, 76) + SourceIndex(3) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^ @@ -1716,15 +1719,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(92, 5) Source(33, 77) + SourceIndex(3) -2 >Emitted(92, 6) Source(33, 78) + SourceIndex(3) -3 >Emitted(92, 8) Source(33, 39) + SourceIndex(3) -4 >Emitted(92, 17) Source(33, 48) + SourceIndex(3) -5 >Emitted(92, 20) Source(33, 39) + SourceIndex(3) -6 >Emitted(92, 43) Source(33, 48) + SourceIndex(3) -7 >Emitted(92, 48) Source(33, 39) + SourceIndex(3) -8 >Emitted(92, 71) Source(33, 48) + SourceIndex(3) -9 >Emitted(92, 79) Source(33, 78) + SourceIndex(3) +1->Emitted(93, 5) Source(33, 77) + SourceIndex(3) +2 >Emitted(93, 6) Source(33, 78) + SourceIndex(3) +3 >Emitted(93, 8) Source(33, 39) + SourceIndex(3) +4 >Emitted(93, 17) Source(33, 48) + SourceIndex(3) +5 >Emitted(93, 20) Source(33, 39) + SourceIndex(3) +6 >Emitted(93, 43) Source(33, 48) + SourceIndex(3) +7 >Emitted(93, 48) Source(33, 39) + SourceIndex(3) +8 >Emitted(93, 71) Source(33, 48) + SourceIndex(3) +9 >Emitted(93, 79) Source(33, 78) + SourceIndex(3) --- >>>})(internalOther || (internalOther = {})); 1 > @@ -1742,13 +1745,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalOther 7 > .something { export class someClass {} } -1 >Emitted(93, 1) Source(33, 77) + SourceIndex(3) -2 >Emitted(93, 2) Source(33, 78) + SourceIndex(3) -3 >Emitted(93, 4) Source(33, 25) + SourceIndex(3) -4 >Emitted(93, 17) Source(33, 38) + SourceIndex(3) -5 >Emitted(93, 22) Source(33, 25) + SourceIndex(3) -6 >Emitted(93, 35) Source(33, 38) + SourceIndex(3) -7 >Emitted(93, 43) Source(33, 78) + SourceIndex(3) +1 >Emitted(94, 1) Source(33, 77) + SourceIndex(3) +2 >Emitted(94, 2) Source(33, 78) + SourceIndex(3) +3 >Emitted(94, 4) Source(33, 25) + SourceIndex(3) +4 >Emitted(94, 17) Source(33, 38) + SourceIndex(3) +5 >Emitted(94, 22) Source(33, 25) + SourceIndex(3) +6 >Emitted(94, 35) Source(33, 38) + SourceIndex(3) +7 >Emitted(94, 43) Source(33, 78) + SourceIndex(3) --- >>>var internalImport = internalNamespace.someClass; 1-> @@ -1768,14 +1771,14 @@ sourceFile:../../../second/second_part1.ts 6 > . 7 > someClass 8 > ; -1->Emitted(94, 1) Source(34, 15) + SourceIndex(3) -2 >Emitted(94, 5) Source(34, 22) + SourceIndex(3) -3 >Emitted(94, 19) Source(34, 36) + SourceIndex(3) -4 >Emitted(94, 22) Source(34, 39) + SourceIndex(3) -5 >Emitted(94, 39) Source(34, 56) + SourceIndex(3) -6 >Emitted(94, 40) Source(34, 57) + SourceIndex(3) -7 >Emitted(94, 49) Source(34, 66) + SourceIndex(3) -8 >Emitted(94, 50) Source(34, 67) + SourceIndex(3) +1->Emitted(95, 1) Source(34, 15) + SourceIndex(3) +2 >Emitted(95, 5) Source(34, 22) + SourceIndex(3) +3 >Emitted(95, 19) Source(34, 36) + SourceIndex(3) +4 >Emitted(95, 22) Source(34, 39) + SourceIndex(3) +5 >Emitted(95, 39) Source(34, 56) + SourceIndex(3) +6 >Emitted(95, 40) Source(34, 57) + SourceIndex(3) +7 >Emitted(95, 49) Source(34, 66) + SourceIndex(3) +8 >Emitted(95, 50) Source(34, 67) + SourceIndex(3) --- >>>var internalConst = 10; 1 > @@ -1792,12 +1795,12 @@ sourceFile:../../../second/second_part1.ts 4 > = 5 > 10 6 > ; -1 >Emitted(95, 1) Source(36, 15) + SourceIndex(3) -2 >Emitted(95, 5) Source(36, 21) + SourceIndex(3) -3 >Emitted(95, 18) Source(36, 34) + SourceIndex(3) -4 >Emitted(95, 21) Source(36, 37) + SourceIndex(3) -5 >Emitted(95, 23) Source(36, 39) + SourceIndex(3) -6 >Emitted(95, 24) Source(36, 40) + SourceIndex(3) +1 >Emitted(96, 1) Source(36, 15) + SourceIndex(3) +2 >Emitted(96, 5) Source(36, 21) + SourceIndex(3) +3 >Emitted(96, 18) Source(36, 34) + SourceIndex(3) +4 >Emitted(96, 21) Source(36, 37) + SourceIndex(3) +5 >Emitted(96, 23) Source(36, 39) + SourceIndex(3) +6 >Emitted(96, 24) Source(36, 40) + SourceIndex(3) --- >>>var internalEnum; 1 > @@ -1808,9 +1811,9 @@ sourceFile:../../../second/second_part1.ts >/*@internal*/ 2 >enum 3 > internalEnum { a, b, c } -1 >Emitted(96, 1) Source(37, 15) + SourceIndex(3) -2 >Emitted(96, 5) Source(37, 20) + SourceIndex(3) -3 >Emitted(96, 17) Source(37, 44) + SourceIndex(3) +1 >Emitted(97, 1) Source(37, 15) + SourceIndex(3) +2 >Emitted(97, 5) Source(37, 20) + SourceIndex(3) +3 >Emitted(97, 17) Source(37, 44) + SourceIndex(3) --- >>>(function (internalEnum) { 1-> @@ -1820,9 +1823,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >enum 3 > internalEnum -1->Emitted(97, 1) Source(37, 15) + SourceIndex(3) -2 >Emitted(97, 12) Source(37, 20) + SourceIndex(3) -3 >Emitted(97, 24) Source(37, 32) + SourceIndex(3) +1->Emitted(98, 1) Source(37, 15) + SourceIndex(3) +2 >Emitted(98, 12) Source(37, 20) + SourceIndex(3) +3 >Emitted(98, 24) Source(37, 32) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^ @@ -1832,9 +1835,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(98, 5) Source(37, 35) + SourceIndex(3) -2 >Emitted(98, 46) Source(37, 36) + SourceIndex(3) -3 >Emitted(98, 47) Source(37, 36) + SourceIndex(3) +1->Emitted(99, 5) Source(37, 35) + SourceIndex(3) +2 >Emitted(99, 46) Source(37, 36) + SourceIndex(3) +3 >Emitted(99, 47) Source(37, 36) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^ @@ -1844,9 +1847,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(99, 5) Source(37, 38) + SourceIndex(3) -2 >Emitted(99, 46) Source(37, 39) + SourceIndex(3) -3 >Emitted(99, 47) Source(37, 39) + SourceIndex(3) +1->Emitted(100, 5) Source(37, 38) + SourceIndex(3) +2 >Emitted(100, 46) Source(37, 39) + SourceIndex(3) +3 >Emitted(100, 47) Source(37, 39) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^ @@ -1855,9 +1858,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(100, 5) Source(37, 41) + SourceIndex(3) -2 >Emitted(100, 46) Source(37, 42) + SourceIndex(3) -3 >Emitted(100, 47) Source(37, 42) + SourceIndex(3) +1->Emitted(101, 5) Source(37, 41) + SourceIndex(3) +2 >Emitted(101, 46) Source(37, 42) + SourceIndex(3) +3 >Emitted(101, 47) Source(37, 42) + SourceIndex(3) --- >>>})(internalEnum || (internalEnum = {})); 1 > @@ -1874,13 +1877,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalEnum 7 > { a, b, c } -1 >Emitted(101, 1) Source(37, 43) + SourceIndex(3) -2 >Emitted(101, 2) Source(37, 44) + SourceIndex(3) -3 >Emitted(101, 4) Source(37, 20) + SourceIndex(3) -4 >Emitted(101, 16) Source(37, 32) + SourceIndex(3) -5 >Emitted(101, 21) Source(37, 20) + SourceIndex(3) -6 >Emitted(101, 33) Source(37, 32) + SourceIndex(3) -7 >Emitted(101, 41) Source(37, 44) + SourceIndex(3) +1 >Emitted(102, 1) Source(37, 43) + SourceIndex(3) +2 >Emitted(102, 2) Source(37, 44) + SourceIndex(3) +3 >Emitted(102, 4) Source(37, 20) + SourceIndex(3) +4 >Emitted(102, 16) Source(37, 32) + SourceIndex(3) +5 >Emitted(102, 21) Source(37, 20) + SourceIndex(3) +6 >Emitted(102, 33) Source(37, 32) + SourceIndex(3) +7 >Emitted(102, 41) Source(37, 44) + SourceIndex(3) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -1890,13 +1893,13 @@ sourceFile:../../../second/second_part2.ts 1 > 2 >^^^^^^^^^^^^^^^^^^^-> 1 > -1 >Emitted(102, 1) Source(1, 1) + SourceIndex(4) +1 >Emitted(103, 1) Source(1, 1) + SourceIndex(4) --- >>> function C() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(103, 5) Source(1, 1) + SourceIndex(4) +1->Emitted(104, 5) Source(1, 1) + SourceIndex(4) --- >>> } 1->^^^^ @@ -1908,8 +1911,8 @@ sourceFile:../../../second/second_part2.ts > } > 2 > } -1->Emitted(104, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(104, 6) Source(5, 2) + SourceIndex(4) +1->Emitted(105, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(105, 6) Source(5, 2) + SourceIndex(4) --- >>> C.prototype.doSomething = function () { 1->^^^^ @@ -1919,9 +1922,9 @@ sourceFile:../../../second/second_part2.ts 1-> 2 > doSomething 3 > -1->Emitted(105, 5) Source(2, 5) + SourceIndex(4) -2 >Emitted(105, 28) Source(2, 16) + SourceIndex(4) -3 >Emitted(105, 31) Source(2, 5) + SourceIndex(4) +1->Emitted(106, 5) Source(2, 5) + SourceIndex(4) +2 >Emitted(106, 28) Source(2, 16) + SourceIndex(4) +3 >Emitted(106, 31) Source(2, 5) + SourceIndex(4) --- >>> console.log("something got done"); 1->^^^^^^^^ @@ -1941,14 +1944,14 @@ sourceFile:../../../second/second_part2.ts 6 > "something got done" 7 > ) 8 > ; -1->Emitted(106, 9) Source(3, 9) + SourceIndex(4) -2 >Emitted(106, 16) Source(3, 16) + SourceIndex(4) -3 >Emitted(106, 17) Source(3, 17) + SourceIndex(4) -4 >Emitted(106, 20) Source(3, 20) + SourceIndex(4) -5 >Emitted(106, 21) Source(3, 21) + SourceIndex(4) -6 >Emitted(106, 41) Source(3, 41) + SourceIndex(4) -7 >Emitted(106, 42) Source(3, 42) + SourceIndex(4) -8 >Emitted(106, 43) Source(3, 43) + SourceIndex(4) +1->Emitted(107, 9) Source(3, 9) + SourceIndex(4) +2 >Emitted(107, 16) Source(3, 16) + SourceIndex(4) +3 >Emitted(107, 17) Source(3, 17) + SourceIndex(4) +4 >Emitted(107, 20) Source(3, 20) + SourceIndex(4) +5 >Emitted(107, 21) Source(3, 21) + SourceIndex(4) +6 >Emitted(107, 41) Source(3, 41) + SourceIndex(4) +7 >Emitted(107, 42) Source(3, 42) + SourceIndex(4) +8 >Emitted(107, 43) Source(3, 43) + SourceIndex(4) --- >>> }; 1 >^^^^ @@ -1957,8 +1960,8 @@ sourceFile:../../../second/second_part2.ts 1 > > 2 > } -1 >Emitted(107, 5) Source(4, 5) + SourceIndex(4) -2 >Emitted(107, 6) Source(4, 6) + SourceIndex(4) +1 >Emitted(108, 5) Source(4, 5) + SourceIndex(4) +2 >Emitted(108, 6) Source(4, 6) + SourceIndex(4) --- >>> return C; 1->^^^^ @@ -1966,8 +1969,8 @@ sourceFile:../../../second/second_part2.ts 1-> > 2 > } -1->Emitted(108, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(108, 13) Source(5, 2) + SourceIndex(4) +1->Emitted(109, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(109, 13) Source(5, 2) + SourceIndex(4) --- >>>}()); 1 > @@ -1983,10 +1986,10 @@ sourceFile:../../../second/second_part2.ts > console.log("something got done"); > } > } -1 >Emitted(109, 1) Source(5, 1) + SourceIndex(4) -2 >Emitted(109, 2) Source(5, 2) + SourceIndex(4) -3 >Emitted(109, 2) Source(1, 1) + SourceIndex(4) -4 >Emitted(109, 6) Source(5, 2) + SourceIndex(4) +1 >Emitted(110, 1) Source(5, 1) + SourceIndex(4) +2 >Emitted(110, 2) Source(5, 2) + SourceIndex(4) +3 >Emitted(110, 2) Source(1, 1) + SourceIndex(4) +4 >Emitted(110, 6) Source(5, 2) + SourceIndex(4) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -2010,14 +2013,14 @@ sourceFile:../../third_part1.ts 6 > C 7 > () 8 > ; -1->Emitted(110, 1) Source(1, 1) + SourceIndex(5) -2 >Emitted(110, 5) Source(1, 5) + SourceIndex(5) -3 >Emitted(110, 6) Source(1, 6) + SourceIndex(5) -4 >Emitted(110, 9) Source(1, 9) + SourceIndex(5) -5 >Emitted(110, 13) Source(1, 13) + SourceIndex(5) -6 >Emitted(110, 14) Source(1, 14) + SourceIndex(5) -7 >Emitted(110, 16) Source(1, 16) + SourceIndex(5) -8 >Emitted(110, 17) Source(1, 17) + SourceIndex(5) +1->Emitted(111, 1) Source(1, 1) + SourceIndex(5) +2 >Emitted(111, 5) Source(1, 5) + SourceIndex(5) +3 >Emitted(111, 6) Source(1, 6) + SourceIndex(5) +4 >Emitted(111, 9) Source(1, 9) + SourceIndex(5) +5 >Emitted(111, 13) Source(1, 13) + SourceIndex(5) +6 >Emitted(111, 14) Source(1, 14) + SourceIndex(5) +7 >Emitted(111, 16) Source(1, 16) + SourceIndex(5) +8 >Emitted(111, 17) Source(1, 17) + SourceIndex(5) --- >>>c.doSomething(); 1-> @@ -2034,12 +2037,12 @@ sourceFile:../../third_part1.ts 4 > doSomething 5 > () 6 > ; -1->Emitted(111, 1) Source(2, 1) + SourceIndex(5) -2 >Emitted(111, 2) Source(2, 2) + SourceIndex(5) -3 >Emitted(111, 3) Source(2, 3) + SourceIndex(5) -4 >Emitted(111, 14) Source(2, 14) + SourceIndex(5) -5 >Emitted(111, 16) Source(2, 16) + SourceIndex(5) -6 >Emitted(111, 17) Source(2, 17) + SourceIndex(5) +1->Emitted(112, 1) Source(2, 1) + SourceIndex(5) +2 >Emitted(112, 2) Source(2, 2) + SourceIndex(5) +3 >Emitted(112, 3) Source(2, 3) + SourceIndex(5) +4 >Emitted(112, 14) Source(2, 14) + SourceIndex(5) +5 >Emitted(112, 16) Source(2, 16) + SourceIndex(5) +6 >Emitted(112, 17) Source(2, 17) + SourceIndex(5) --- >>>//# sourceMappingURL=third-output.js.map @@ -2067,20 +2070,20 @@ sourceFile:../../third_part1.ts }, { "pos": 127, - "end": 3179, + "end": 3197, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 127, - "end": 3179, + "end": 3197, "kind": "text" } ] }, { - "pos": 3179, - "end": 3215, + "pos": 3197, + "end": 3233, "kind": "text" } ] @@ -2140,9 +2143,9 @@ function f() { } ---------------------------------------------------------------------- -prepend: (127-3179):: ../../../2/second-output.js texts:: 1 +prepend: (127-3197):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (127-3179) +text: (127-3197) var N; (function (N) { function f() { @@ -2153,8 +2156,9 @@ var N; var normalC = (function () { function normalC() { } - normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: true, @@ -2247,7 +2251,7 @@ var C = (function () { }()); ---------------------------------------------------------------------- -text: (3179-3215) +text: (3197-3233) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-jsdoc-style-comment-when-one-two-three-are-prepended-in-order.js b/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-jsdoc-style-comment-when-one-two-three-are-prepended-in-order.js index 965863d088eef..1a7c3ca6ec5ec 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-jsdoc-style-comment-when-one-two-three-are-prepended-in-order.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-jsdoc-style-comment-when-one-two-three-are-prepended-in-order.js @@ -1077,66 +1077,68 @@ sourceFile:../second/second_part1.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->constructor() { 2 > } 1->Emitted(16, 5) Source(14, 36) + SourceIndex(3) 2 >Emitted(16, 6) Source(14, 37) + SourceIndex(3) --- ->>> normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> proto_1.method = function () { }; 1->^^^^ -2 > ^^^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^ -5 > ^ -6 > ^^^^^^-> +2 > ^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^ +5 > ^ +6 > ^^^^^^-> 1-> > /**@internal*/ prop: string; > /**@internal*/ 2 > method -3 > -4 > method() { -5 > } -1->Emitted(17, 5) Source(16, 20) + SourceIndex(3) -2 >Emitted(17, 29) Source(16, 26) + SourceIndex(3) -3 >Emitted(17, 32) Source(16, 20) + SourceIndex(3) -4 >Emitted(17, 46) Source(16, 31) + SourceIndex(3) -5 >Emitted(17, 47) Source(16, 32) + SourceIndex(3) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +3 > +4 > method() { +5 > } +1->Emitted(18, 5) Source(16, 20) + SourceIndex(3) +2 >Emitted(18, 19) Source(16, 26) + SourceIndex(3) +3 >Emitted(18, 22) Source(16, 20) + SourceIndex(3) +4 >Emitted(18, 36) Source(16, 31) + SourceIndex(3) +5 >Emitted(18, 37) Source(16, 32) + SourceIndex(3) +--- +>>> Object.defineProperty(proto_1, "c", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^^^^^^^^^^ +4 > ^^^-> 1-> > /**@internal*/ 2 > get 3 > c -1->Emitted(18, 5) Source(17, 20) + SourceIndex(3) -2 >Emitted(18, 27) Source(17, 24) + SourceIndex(3) -3 >Emitted(18, 49) Source(17, 25) + SourceIndex(3) +1->Emitted(19, 5) Source(17, 20) + SourceIndex(3) +2 >Emitted(19, 27) Source(17, 24) + SourceIndex(3) +3 >Emitted(19, 39) Source(17, 25) + SourceIndex(3) --- >>> get: function () { return 10; }, -1 >^^^^^^^^^^^^^ +1->^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^^^^^^^ 4 > ^^ 5 > ^ 6 > ^ 7 > ^ -1 > +1-> 2 > get c() { 3 > return 4 > 10 5 > ; 6 > 7 > } -1 >Emitted(19, 14) Source(17, 20) + SourceIndex(3) -2 >Emitted(19, 28) Source(17, 30) + SourceIndex(3) -3 >Emitted(19, 35) Source(17, 37) + SourceIndex(3) -4 >Emitted(19, 37) Source(17, 39) + SourceIndex(3) -5 >Emitted(19, 38) Source(17, 40) + SourceIndex(3) -6 >Emitted(19, 39) Source(17, 41) + SourceIndex(3) -7 >Emitted(19, 40) Source(17, 42) + SourceIndex(3) +1->Emitted(20, 14) Source(17, 20) + SourceIndex(3) +2 >Emitted(20, 28) Source(17, 30) + SourceIndex(3) +3 >Emitted(20, 35) Source(17, 37) + SourceIndex(3) +4 >Emitted(20, 37) Source(17, 39) + SourceIndex(3) +5 >Emitted(20, 38) Source(17, 40) + SourceIndex(3) +6 >Emitted(20, 39) Source(17, 41) + SourceIndex(3) +7 >Emitted(20, 40) Source(17, 42) + SourceIndex(3) --- >>> set: function (val) { }, 1 >^^^^^^^^^^^^^ @@ -1150,11 +1152,11 @@ sourceFile:../second/second_part1.ts 3 > val: number 4 > ) { 5 > } -1 >Emitted(20, 14) Source(18, 20) + SourceIndex(3) -2 >Emitted(20, 24) Source(18, 26) + SourceIndex(3) -3 >Emitted(20, 27) Source(18, 37) + SourceIndex(3) -4 >Emitted(20, 31) Source(18, 41) + SourceIndex(3) -5 >Emitted(20, 32) Source(18, 42) + SourceIndex(3) +1 >Emitted(21, 14) Source(18, 20) + SourceIndex(3) +2 >Emitted(21, 24) Source(18, 26) + SourceIndex(3) +3 >Emitted(21, 27) Source(18, 37) + SourceIndex(3) +4 >Emitted(21, 31) Source(18, 41) + SourceIndex(3) +5 >Emitted(21, 32) Source(18, 42) + SourceIndex(3) --- >>> enumerable: true, >>> configurable: true @@ -1162,7 +1164,7 @@ sourceFile:../second/second_part1.ts 1 >^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(23, 8) Source(17, 42) + SourceIndex(3) +1 >Emitted(24, 8) Source(17, 42) + SourceIndex(3) --- >>> return normalC; 1->^^^^ @@ -1171,8 +1173,8 @@ sourceFile:../second/second_part1.ts > /**@internal*/ set c(val: number) { } > 2 > } -1->Emitted(24, 5) Source(19, 1) + SourceIndex(3) -2 >Emitted(24, 19) Source(19, 2) + SourceIndex(3) +1->Emitted(25, 5) Source(19, 1) + SourceIndex(3) +2 >Emitted(25, 19) Source(19, 2) + SourceIndex(3) --- >>>}()); 1 > @@ -1190,10 +1192,10 @@ sourceFile:../second/second_part1.ts > /**@internal*/ get c() { return 10; } > /**@internal*/ set c(val: number) { } > } -1 >Emitted(25, 1) Source(19, 1) + SourceIndex(3) -2 >Emitted(25, 2) Source(19, 2) + SourceIndex(3) -3 >Emitted(25, 2) Source(13, 1) + SourceIndex(3) -4 >Emitted(25, 6) Source(19, 2) + SourceIndex(3) +1 >Emitted(26, 1) Source(19, 1) + SourceIndex(3) +2 >Emitted(26, 2) Source(19, 2) + SourceIndex(3) +3 >Emitted(26, 2) Source(13, 1) + SourceIndex(3) +4 >Emitted(26, 6) Source(19, 2) + SourceIndex(3) --- >>>var normalN; 1-> @@ -1215,10 +1217,10 @@ sourceFile:../second/second_part1.ts > /**@internal*/ export const internalConst = 10; > /**@internal*/ export enum internalEnum { a, b, c } > } -1->Emitted(26, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(26, 5) Source(20, 11) + SourceIndex(3) -3 >Emitted(26, 12) Source(20, 18) + SourceIndex(3) -4 >Emitted(26, 13) Source(29, 2) + SourceIndex(3) +1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(27, 5) Source(20, 11) + SourceIndex(3) +3 >Emitted(27, 12) Source(20, 18) + SourceIndex(3) +4 >Emitted(27, 13) Source(29, 2) + SourceIndex(3) --- >>>(function (normalN) { 1-> @@ -1228,22 +1230,22 @@ sourceFile:../second/second_part1.ts 1-> 2 >namespace 3 > normalN -1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(27, 12) Source(20, 11) + SourceIndex(3) -3 >Emitted(27, 19) Source(20, 18) + SourceIndex(3) +1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(28, 12) Source(20, 11) + SourceIndex(3) +3 >Emitted(28, 19) Source(20, 18) + SourceIndex(3) --- >>> var C = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { > /**@internal*/ -1->Emitted(28, 5) Source(21, 20) + SourceIndex(3) +1->Emitted(29, 5) Source(21, 20) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(29, 9) Source(21, 20) + SourceIndex(3) +1->Emitted(30, 9) Source(21, 20) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -1251,16 +1253,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(30, 9) Source(21, 37) + SourceIndex(3) -2 >Emitted(30, 10) Source(21, 38) + SourceIndex(3) +1->Emitted(31, 9) Source(21, 37) + SourceIndex(3) +2 >Emitted(31, 10) Source(21, 38) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(31, 9) Source(21, 37) + SourceIndex(3) -2 >Emitted(31, 17) Source(21, 38) + SourceIndex(3) +1->Emitted(32, 9) Source(21, 37) + SourceIndex(3) +2 >Emitted(32, 17) Source(21, 38) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -1272,10 +1274,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(32, 5) Source(21, 37) + SourceIndex(3) -2 >Emitted(32, 6) Source(21, 38) + SourceIndex(3) -3 >Emitted(32, 6) Source(21, 20) + SourceIndex(3) -4 >Emitted(32, 10) Source(21, 38) + SourceIndex(3) +1 >Emitted(33, 5) Source(21, 37) + SourceIndex(3) +2 >Emitted(33, 6) Source(21, 38) + SourceIndex(3) +3 >Emitted(33, 6) Source(21, 20) + SourceIndex(3) +4 >Emitted(33, 10) Source(21, 38) + SourceIndex(3) --- >>> normalN.C = C; 1->^^^^ @@ -1287,10 +1289,10 @@ sourceFile:../second/second_part1.ts 2 > C 3 > { } 4 > -1->Emitted(33, 5) Source(21, 33) + SourceIndex(3) -2 >Emitted(33, 14) Source(21, 34) + SourceIndex(3) -3 >Emitted(33, 18) Source(21, 38) + SourceIndex(3) -4 >Emitted(33, 19) Source(21, 38) + SourceIndex(3) +1->Emitted(34, 5) Source(21, 33) + SourceIndex(3) +2 >Emitted(34, 14) Source(21, 34) + SourceIndex(3) +3 >Emitted(34, 18) Source(21, 38) + SourceIndex(3) +4 >Emitted(34, 19) Source(21, 38) + SourceIndex(3) --- >>> function foo() { } 1->^^^^ @@ -1305,11 +1307,11 @@ sourceFile:../second/second_part1.ts 3 > foo 4 > () { 5 > } -1->Emitted(34, 5) Source(22, 20) + SourceIndex(3) -2 >Emitted(34, 14) Source(22, 36) + SourceIndex(3) -3 >Emitted(34, 17) Source(22, 39) + SourceIndex(3) -4 >Emitted(34, 22) Source(22, 43) + SourceIndex(3) -5 >Emitted(34, 23) Source(22, 44) + SourceIndex(3) +1->Emitted(35, 5) Source(22, 20) + SourceIndex(3) +2 >Emitted(35, 14) Source(22, 36) + SourceIndex(3) +3 >Emitted(35, 17) Source(22, 39) + SourceIndex(3) +4 >Emitted(35, 22) Source(22, 43) + SourceIndex(3) +5 >Emitted(35, 23) Source(22, 44) + SourceIndex(3) --- >>> normalN.foo = foo; 1->^^^^ @@ -1321,10 +1323,10 @@ sourceFile:../second/second_part1.ts 2 > foo 3 > () {} 4 > -1->Emitted(35, 5) Source(22, 36) + SourceIndex(3) -2 >Emitted(35, 16) Source(22, 39) + SourceIndex(3) -3 >Emitted(35, 22) Source(22, 44) + SourceIndex(3) -4 >Emitted(35, 23) Source(22, 44) + SourceIndex(3) +1->Emitted(36, 5) Source(22, 36) + SourceIndex(3) +2 >Emitted(36, 16) Source(22, 39) + SourceIndex(3) +3 >Emitted(36, 22) Source(22, 44) + SourceIndex(3) +4 >Emitted(36, 23) Source(22, 44) + SourceIndex(3) --- >>> var someNamespace; 1->^^^^ @@ -1337,10 +1339,10 @@ sourceFile:../second/second_part1.ts 2 > export namespace 3 > someNamespace 4 > { export class C {} } -1->Emitted(36, 5) Source(23, 20) + SourceIndex(3) -2 >Emitted(36, 9) Source(23, 37) + SourceIndex(3) -3 >Emitted(36, 22) Source(23, 50) + SourceIndex(3) -4 >Emitted(36, 23) Source(23, 72) + SourceIndex(3) +1->Emitted(37, 5) Source(23, 20) + SourceIndex(3) +2 >Emitted(37, 9) Source(23, 37) + SourceIndex(3) +3 >Emitted(37, 22) Source(23, 50) + SourceIndex(3) +4 >Emitted(37, 23) Source(23, 72) + SourceIndex(3) --- >>> (function (someNamespace) { 1->^^^^ @@ -1350,21 +1352,21 @@ sourceFile:../second/second_part1.ts 1-> 2 > export namespace 3 > someNamespace -1->Emitted(37, 5) Source(23, 20) + SourceIndex(3) -2 >Emitted(37, 16) Source(23, 37) + SourceIndex(3) -3 >Emitted(37, 29) Source(23, 50) + SourceIndex(3) +1->Emitted(38, 5) Source(23, 20) + SourceIndex(3) +2 >Emitted(38, 16) Source(23, 37) + SourceIndex(3) +3 >Emitted(38, 29) Source(23, 50) + SourceIndex(3) --- >>> var C = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(38, 9) Source(23, 53) + SourceIndex(3) +1->Emitted(39, 9) Source(23, 53) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(39, 13) Source(23, 53) + SourceIndex(3) +1->Emitted(40, 13) Source(23, 53) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -1372,16 +1374,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(40, 13) Source(23, 69) + SourceIndex(3) -2 >Emitted(40, 14) Source(23, 70) + SourceIndex(3) +1->Emitted(41, 13) Source(23, 69) + SourceIndex(3) +2 >Emitted(41, 14) Source(23, 70) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(41, 13) Source(23, 69) + SourceIndex(3) -2 >Emitted(41, 21) Source(23, 70) + SourceIndex(3) +1->Emitted(42, 13) Source(23, 69) + SourceIndex(3) +2 >Emitted(42, 21) Source(23, 70) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -1393,10 +1395,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(42, 9) Source(23, 69) + SourceIndex(3) -2 >Emitted(42, 10) Source(23, 70) + SourceIndex(3) -3 >Emitted(42, 10) Source(23, 53) + SourceIndex(3) -4 >Emitted(42, 14) Source(23, 70) + SourceIndex(3) +1 >Emitted(43, 9) Source(23, 69) + SourceIndex(3) +2 >Emitted(43, 10) Source(23, 70) + SourceIndex(3) +3 >Emitted(43, 10) Source(23, 53) + SourceIndex(3) +4 >Emitted(43, 14) Source(23, 70) + SourceIndex(3) --- >>> someNamespace.C = C; 1->^^^^^^^^ @@ -1408,10 +1410,10 @@ sourceFile:../second/second_part1.ts 2 > C 3 > {} 4 > -1->Emitted(43, 9) Source(23, 66) + SourceIndex(3) -2 >Emitted(43, 24) Source(23, 67) + SourceIndex(3) -3 >Emitted(43, 28) Source(23, 70) + SourceIndex(3) -4 >Emitted(43, 29) Source(23, 70) + SourceIndex(3) +1->Emitted(44, 9) Source(23, 66) + SourceIndex(3) +2 >Emitted(44, 24) Source(23, 67) + SourceIndex(3) +3 >Emitted(44, 28) Source(23, 70) + SourceIndex(3) +4 >Emitted(44, 29) Source(23, 70) + SourceIndex(3) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^ @@ -1432,15 +1434,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(44, 5) Source(23, 71) + SourceIndex(3) -2 >Emitted(44, 6) Source(23, 72) + SourceIndex(3) -3 >Emitted(44, 8) Source(23, 37) + SourceIndex(3) -4 >Emitted(44, 21) Source(23, 50) + SourceIndex(3) -5 >Emitted(44, 24) Source(23, 37) + SourceIndex(3) -6 >Emitted(44, 45) Source(23, 50) + SourceIndex(3) -7 >Emitted(44, 50) Source(23, 37) + SourceIndex(3) -8 >Emitted(44, 71) Source(23, 50) + SourceIndex(3) -9 >Emitted(44, 79) Source(23, 72) + SourceIndex(3) +1->Emitted(45, 5) Source(23, 71) + SourceIndex(3) +2 >Emitted(45, 6) Source(23, 72) + SourceIndex(3) +3 >Emitted(45, 8) Source(23, 37) + SourceIndex(3) +4 >Emitted(45, 21) Source(23, 50) + SourceIndex(3) +5 >Emitted(45, 24) Source(23, 37) + SourceIndex(3) +6 >Emitted(45, 45) Source(23, 50) + SourceIndex(3) +7 >Emitted(45, 50) Source(23, 37) + SourceIndex(3) +8 >Emitted(45, 71) Source(23, 50) + SourceIndex(3) +9 >Emitted(45, 79) Source(23, 72) + SourceIndex(3) --- >>> var someOther; 1 >^^^^ @@ -1453,10 +1455,10 @@ sourceFile:../second/second_part1.ts 2 > export namespace 3 > someOther 4 > .something { export class someClass {} } -1 >Emitted(45, 5) Source(24, 20) + SourceIndex(3) -2 >Emitted(45, 9) Source(24, 37) + SourceIndex(3) -3 >Emitted(45, 18) Source(24, 46) + SourceIndex(3) -4 >Emitted(45, 19) Source(24, 86) + SourceIndex(3) +1 >Emitted(46, 5) Source(24, 20) + SourceIndex(3) +2 >Emitted(46, 9) Source(24, 37) + SourceIndex(3) +3 >Emitted(46, 18) Source(24, 46) + SourceIndex(3) +4 >Emitted(46, 19) Source(24, 86) + SourceIndex(3) --- >>> (function (someOther) { 1->^^^^ @@ -1465,9 +1467,9 @@ sourceFile:../second/second_part1.ts 1-> 2 > export namespace 3 > someOther -1->Emitted(46, 5) Source(24, 20) + SourceIndex(3) -2 >Emitted(46, 16) Source(24, 37) + SourceIndex(3) -3 >Emitted(46, 25) Source(24, 46) + SourceIndex(3) +1->Emitted(47, 5) Source(24, 20) + SourceIndex(3) +2 >Emitted(47, 16) Source(24, 37) + SourceIndex(3) +3 >Emitted(47, 25) Source(24, 46) + SourceIndex(3) --- >>> var something; 1 >^^^^^^^^ @@ -1479,10 +1481,10 @@ sourceFile:../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(47, 9) Source(24, 47) + SourceIndex(3) -2 >Emitted(47, 13) Source(24, 47) + SourceIndex(3) -3 >Emitted(47, 22) Source(24, 56) + SourceIndex(3) -4 >Emitted(47, 23) Source(24, 86) + SourceIndex(3) +1 >Emitted(48, 9) Source(24, 47) + SourceIndex(3) +2 >Emitted(48, 13) Source(24, 47) + SourceIndex(3) +3 >Emitted(48, 22) Source(24, 56) + SourceIndex(3) +4 >Emitted(48, 23) Source(24, 86) + SourceIndex(3) --- >>> (function (something) { 1->^^^^^^^^ @@ -1492,21 +1494,21 @@ sourceFile:../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(48, 9) Source(24, 47) + SourceIndex(3) -2 >Emitted(48, 20) Source(24, 47) + SourceIndex(3) -3 >Emitted(48, 29) Source(24, 56) + SourceIndex(3) +1->Emitted(49, 9) Source(24, 47) + SourceIndex(3) +2 >Emitted(49, 20) Source(24, 47) + SourceIndex(3) +3 >Emitted(49, 29) Source(24, 56) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(49, 13) Source(24, 59) + SourceIndex(3) +1->Emitted(50, 13) Source(24, 59) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(50, 17) Source(24, 59) + SourceIndex(3) +1->Emitted(51, 17) Source(24, 59) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -1514,16 +1516,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(51, 17) Source(24, 83) + SourceIndex(3) -2 >Emitted(51, 18) Source(24, 84) + SourceIndex(3) +1->Emitted(52, 17) Source(24, 83) + SourceIndex(3) +2 >Emitted(52, 18) Source(24, 84) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(52, 17) Source(24, 83) + SourceIndex(3) -2 >Emitted(52, 33) Source(24, 84) + SourceIndex(3) +1->Emitted(53, 17) Source(24, 83) + SourceIndex(3) +2 >Emitted(53, 33) Source(24, 84) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -1535,10 +1537,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(53, 13) Source(24, 83) + SourceIndex(3) -2 >Emitted(53, 14) Source(24, 84) + SourceIndex(3) -3 >Emitted(53, 14) Source(24, 59) + SourceIndex(3) -4 >Emitted(53, 18) Source(24, 84) + SourceIndex(3) +1 >Emitted(54, 13) Source(24, 83) + SourceIndex(3) +2 >Emitted(54, 14) Source(24, 84) + SourceIndex(3) +3 >Emitted(54, 14) Source(24, 59) + SourceIndex(3) +4 >Emitted(54, 18) Source(24, 84) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -1550,10 +1552,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(54, 13) Source(24, 72) + SourceIndex(3) -2 >Emitted(54, 32) Source(24, 81) + SourceIndex(3) -3 >Emitted(54, 44) Source(24, 84) + SourceIndex(3) -4 >Emitted(54, 45) Source(24, 84) + SourceIndex(3) +1->Emitted(55, 13) Source(24, 72) + SourceIndex(3) +2 >Emitted(55, 32) Source(24, 81) + SourceIndex(3) +3 >Emitted(55, 44) Source(24, 84) + SourceIndex(3) +4 >Emitted(55, 45) Source(24, 84) + SourceIndex(3) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^ @@ -1574,15 +1576,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(55, 9) Source(24, 85) + SourceIndex(3) -2 >Emitted(55, 10) Source(24, 86) + SourceIndex(3) -3 >Emitted(55, 12) Source(24, 47) + SourceIndex(3) -4 >Emitted(55, 21) Source(24, 56) + SourceIndex(3) -5 >Emitted(55, 24) Source(24, 47) + SourceIndex(3) -6 >Emitted(55, 43) Source(24, 56) + SourceIndex(3) -7 >Emitted(55, 48) Source(24, 47) + SourceIndex(3) -8 >Emitted(55, 67) Source(24, 56) + SourceIndex(3) -9 >Emitted(55, 75) Source(24, 86) + SourceIndex(3) +1->Emitted(56, 9) Source(24, 85) + SourceIndex(3) +2 >Emitted(56, 10) Source(24, 86) + SourceIndex(3) +3 >Emitted(56, 12) Source(24, 47) + SourceIndex(3) +4 >Emitted(56, 21) Source(24, 56) + SourceIndex(3) +5 >Emitted(56, 24) Source(24, 47) + SourceIndex(3) +6 >Emitted(56, 43) Source(24, 56) + SourceIndex(3) +7 >Emitted(56, 48) Source(24, 47) + SourceIndex(3) +8 >Emitted(56, 67) Source(24, 56) + SourceIndex(3) +9 >Emitted(56, 75) Source(24, 86) + SourceIndex(3) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^ @@ -1603,15 +1605,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(56, 5) Source(24, 85) + SourceIndex(3) -2 >Emitted(56, 6) Source(24, 86) + SourceIndex(3) -3 >Emitted(56, 8) Source(24, 37) + SourceIndex(3) -4 >Emitted(56, 17) Source(24, 46) + SourceIndex(3) -5 >Emitted(56, 20) Source(24, 37) + SourceIndex(3) -6 >Emitted(56, 37) Source(24, 46) + SourceIndex(3) -7 >Emitted(56, 42) Source(24, 37) + SourceIndex(3) -8 >Emitted(56, 59) Source(24, 46) + SourceIndex(3) -9 >Emitted(56, 67) Source(24, 86) + SourceIndex(3) +1 >Emitted(57, 5) Source(24, 85) + SourceIndex(3) +2 >Emitted(57, 6) Source(24, 86) + SourceIndex(3) +3 >Emitted(57, 8) Source(24, 37) + SourceIndex(3) +4 >Emitted(57, 17) Source(24, 46) + SourceIndex(3) +5 >Emitted(57, 20) Source(24, 37) + SourceIndex(3) +6 >Emitted(57, 37) Source(24, 46) + SourceIndex(3) +7 >Emitted(57, 42) Source(24, 37) + SourceIndex(3) +8 >Emitted(57, 59) Source(24, 46) + SourceIndex(3) +9 >Emitted(57, 67) Source(24, 86) + SourceIndex(3) --- >>> normalN.someImport = someNamespace.C; 1 >^^^^ @@ -1629,13 +1631,13 @@ sourceFile:../second/second_part1.ts 5 > . 6 > C 7 > ; -1 >Emitted(57, 5) Source(25, 34) + SourceIndex(3) -2 >Emitted(57, 23) Source(25, 44) + SourceIndex(3) -3 >Emitted(57, 26) Source(25, 47) + SourceIndex(3) -4 >Emitted(57, 39) Source(25, 60) + SourceIndex(3) -5 >Emitted(57, 40) Source(25, 61) + SourceIndex(3) -6 >Emitted(57, 41) Source(25, 62) + SourceIndex(3) -7 >Emitted(57, 42) Source(25, 63) + SourceIndex(3) +1 >Emitted(58, 5) Source(25, 34) + SourceIndex(3) +2 >Emitted(58, 23) Source(25, 44) + SourceIndex(3) +3 >Emitted(58, 26) Source(25, 47) + SourceIndex(3) +4 >Emitted(58, 39) Source(25, 60) + SourceIndex(3) +5 >Emitted(58, 40) Source(25, 61) + SourceIndex(3) +6 >Emitted(58, 41) Source(25, 62) + SourceIndex(3) +7 >Emitted(58, 42) Source(25, 63) + SourceIndex(3) --- >>> normalN.internalConst = 10; 1 >^^^^ @@ -1650,11 +1652,11 @@ sourceFile:../second/second_part1.ts 3 > = 4 > 10 5 > ; -1 >Emitted(58, 5) Source(27, 33) + SourceIndex(3) -2 >Emitted(58, 26) Source(27, 46) + SourceIndex(3) -3 >Emitted(58, 29) Source(27, 49) + SourceIndex(3) -4 >Emitted(58, 31) Source(27, 51) + SourceIndex(3) -5 >Emitted(58, 32) Source(27, 52) + SourceIndex(3) +1 >Emitted(59, 5) Source(27, 33) + SourceIndex(3) +2 >Emitted(59, 26) Source(27, 46) + SourceIndex(3) +3 >Emitted(59, 29) Source(27, 49) + SourceIndex(3) +4 >Emitted(59, 31) Source(27, 51) + SourceIndex(3) +5 >Emitted(59, 32) Source(27, 52) + SourceIndex(3) --- >>> var internalEnum; 1 >^^^^ @@ -1665,9 +1667,9 @@ sourceFile:../second/second_part1.ts > /**@internal*/ 2 > export enum 3 > internalEnum { a, b, c } -1 >Emitted(59, 5) Source(28, 20) + SourceIndex(3) -2 >Emitted(59, 9) Source(28, 32) + SourceIndex(3) -3 >Emitted(59, 21) Source(28, 56) + SourceIndex(3) +1 >Emitted(60, 5) Source(28, 20) + SourceIndex(3) +2 >Emitted(60, 9) Source(28, 32) + SourceIndex(3) +3 >Emitted(60, 21) Source(28, 56) + SourceIndex(3) --- >>> (function (internalEnum) { 1->^^^^ @@ -1677,9 +1679,9 @@ sourceFile:../second/second_part1.ts 1-> 2 > export enum 3 > internalEnum -1->Emitted(60, 5) Source(28, 20) + SourceIndex(3) -2 >Emitted(60, 16) Source(28, 32) + SourceIndex(3) -3 >Emitted(60, 28) Source(28, 44) + SourceIndex(3) +1->Emitted(61, 5) Source(28, 20) + SourceIndex(3) +2 >Emitted(61, 16) Source(28, 32) + SourceIndex(3) +3 >Emitted(61, 28) Source(28, 44) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -1689,9 +1691,9 @@ sourceFile:../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(61, 9) Source(28, 47) + SourceIndex(3) -2 >Emitted(61, 50) Source(28, 48) + SourceIndex(3) -3 >Emitted(61, 51) Source(28, 48) + SourceIndex(3) +1->Emitted(62, 9) Source(28, 47) + SourceIndex(3) +2 >Emitted(62, 50) Source(28, 48) + SourceIndex(3) +3 >Emitted(62, 51) Source(28, 48) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -1701,9 +1703,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(62, 9) Source(28, 50) + SourceIndex(3) -2 >Emitted(62, 50) Source(28, 51) + SourceIndex(3) -3 >Emitted(62, 51) Source(28, 51) + SourceIndex(3) +1->Emitted(63, 9) Source(28, 50) + SourceIndex(3) +2 >Emitted(63, 50) Source(28, 51) + SourceIndex(3) +3 >Emitted(63, 51) Source(28, 51) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -1713,9 +1715,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(63, 9) Source(28, 53) + SourceIndex(3) -2 >Emitted(63, 50) Source(28, 54) + SourceIndex(3) -3 >Emitted(63, 51) Source(28, 54) + SourceIndex(3) +1->Emitted(64, 9) Source(28, 53) + SourceIndex(3) +2 >Emitted(64, 50) Source(28, 54) + SourceIndex(3) +3 >Emitted(64, 51) Source(28, 54) + SourceIndex(3) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^ @@ -1736,15 +1738,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(64, 5) Source(28, 55) + SourceIndex(3) -2 >Emitted(64, 6) Source(28, 56) + SourceIndex(3) -3 >Emitted(64, 8) Source(28, 32) + SourceIndex(3) -4 >Emitted(64, 20) Source(28, 44) + SourceIndex(3) -5 >Emitted(64, 23) Source(28, 32) + SourceIndex(3) -6 >Emitted(64, 43) Source(28, 44) + SourceIndex(3) -7 >Emitted(64, 48) Source(28, 32) + SourceIndex(3) -8 >Emitted(64, 68) Source(28, 44) + SourceIndex(3) -9 >Emitted(64, 76) Source(28, 56) + SourceIndex(3) +1->Emitted(65, 5) Source(28, 55) + SourceIndex(3) +2 >Emitted(65, 6) Source(28, 56) + SourceIndex(3) +3 >Emitted(65, 8) Source(28, 32) + SourceIndex(3) +4 >Emitted(65, 20) Source(28, 44) + SourceIndex(3) +5 >Emitted(65, 23) Source(28, 32) + SourceIndex(3) +6 >Emitted(65, 43) Source(28, 44) + SourceIndex(3) +7 >Emitted(65, 48) Source(28, 32) + SourceIndex(3) +8 >Emitted(65, 68) Source(28, 44) + SourceIndex(3) +9 >Emitted(65, 76) Source(28, 56) + SourceIndex(3) --- >>>})(normalN || (normalN = {})); 1 > @@ -1772,26 +1774,26 @@ sourceFile:../second/second_part1.ts > /**@internal*/ export const internalConst = 10; > /**@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(65, 1) Source(29, 1) + SourceIndex(3) -2 >Emitted(65, 2) Source(29, 2) + SourceIndex(3) -3 >Emitted(65, 4) Source(20, 11) + SourceIndex(3) -4 >Emitted(65, 11) Source(20, 18) + SourceIndex(3) -5 >Emitted(65, 16) Source(20, 11) + SourceIndex(3) -6 >Emitted(65, 23) Source(20, 18) + SourceIndex(3) -7 >Emitted(65, 31) Source(29, 2) + SourceIndex(3) +1 >Emitted(66, 1) Source(29, 1) + SourceIndex(3) +2 >Emitted(66, 2) Source(29, 2) + SourceIndex(3) +3 >Emitted(66, 4) Source(20, 11) + SourceIndex(3) +4 >Emitted(66, 11) Source(20, 18) + SourceIndex(3) +5 >Emitted(66, 16) Source(20, 11) + SourceIndex(3) +6 >Emitted(66, 23) Source(20, 18) + SourceIndex(3) +7 >Emitted(66, 31) Source(29, 2) + SourceIndex(3) --- >>>var internalC = (function () { 1-> 2 >^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> >/**@internal*/ -1->Emitted(66, 1) Source(30, 16) + SourceIndex(3) +1->Emitted(67, 1) Source(30, 16) + SourceIndex(3) --- >>> function internalC() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(67, 5) Source(30, 16) + SourceIndex(3) +1->Emitted(68, 5) Source(30, 16) + SourceIndex(3) --- >>> } 1->^^^^ @@ -1799,16 +1801,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->class internalC { 2 > } -1->Emitted(68, 5) Source(30, 33) + SourceIndex(3) -2 >Emitted(68, 6) Source(30, 34) + SourceIndex(3) +1->Emitted(69, 5) Source(30, 33) + SourceIndex(3) +2 >Emitted(69, 6) Source(30, 34) + SourceIndex(3) --- >>> return internalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(69, 5) Source(30, 33) + SourceIndex(3) -2 >Emitted(69, 21) Source(30, 34) + SourceIndex(3) +1->Emitted(70, 5) Source(30, 33) + SourceIndex(3) +2 >Emitted(70, 21) Source(30, 34) + SourceIndex(3) --- >>>}()); 1 > @@ -1820,10 +1822,10 @@ sourceFile:../second/second_part1.ts 2 >} 3 > 4 > class internalC {} -1 >Emitted(70, 1) Source(30, 33) + SourceIndex(3) -2 >Emitted(70, 2) Source(30, 34) + SourceIndex(3) -3 >Emitted(70, 2) Source(30, 16) + SourceIndex(3) -4 >Emitted(70, 6) Source(30, 34) + SourceIndex(3) +1 >Emitted(71, 1) Source(30, 33) + SourceIndex(3) +2 >Emitted(71, 2) Source(30, 34) + SourceIndex(3) +3 >Emitted(71, 2) Source(30, 16) + SourceIndex(3) +4 >Emitted(71, 6) Source(30, 34) + SourceIndex(3) --- >>>function internalfoo() { } 1-> @@ -1837,11 +1839,11 @@ sourceFile:../second/second_part1.ts 3 > internalfoo 4 > () { 5 > } -1->Emitted(71, 1) Source(31, 16) + SourceIndex(3) -2 >Emitted(71, 10) Source(31, 25) + SourceIndex(3) -3 >Emitted(71, 21) Source(31, 36) + SourceIndex(3) -4 >Emitted(71, 26) Source(31, 40) + SourceIndex(3) -5 >Emitted(71, 27) Source(31, 41) + SourceIndex(3) +1->Emitted(72, 1) Source(31, 16) + SourceIndex(3) +2 >Emitted(72, 10) Source(31, 25) + SourceIndex(3) +3 >Emitted(72, 21) Source(31, 36) + SourceIndex(3) +4 >Emitted(72, 26) Source(31, 40) + SourceIndex(3) +5 >Emitted(72, 27) Source(31, 41) + SourceIndex(3) --- >>>var internalNamespace; 1 > @@ -1854,10 +1856,10 @@ sourceFile:../second/second_part1.ts 2 >namespace 3 > internalNamespace 4 > { export class someClass {} } -1 >Emitted(72, 1) Source(32, 16) + SourceIndex(3) -2 >Emitted(72, 5) Source(32, 26) + SourceIndex(3) -3 >Emitted(72, 22) Source(32, 43) + SourceIndex(3) -4 >Emitted(72, 23) Source(32, 73) + SourceIndex(3) +1 >Emitted(73, 1) Source(32, 16) + SourceIndex(3) +2 >Emitted(73, 5) Source(32, 26) + SourceIndex(3) +3 >Emitted(73, 22) Source(32, 43) + SourceIndex(3) +4 >Emitted(73, 23) Source(32, 73) + SourceIndex(3) --- >>>(function (internalNamespace) { 1-> @@ -1867,21 +1869,21 @@ sourceFile:../second/second_part1.ts 1-> 2 >namespace 3 > internalNamespace -1->Emitted(73, 1) Source(32, 16) + SourceIndex(3) -2 >Emitted(73, 12) Source(32, 26) + SourceIndex(3) -3 >Emitted(73, 29) Source(32, 43) + SourceIndex(3) +1->Emitted(74, 1) Source(32, 16) + SourceIndex(3) +2 >Emitted(74, 12) Source(32, 26) + SourceIndex(3) +3 >Emitted(74, 29) Source(32, 43) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(74, 5) Source(32, 46) + SourceIndex(3) +1->Emitted(75, 5) Source(32, 46) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(75, 9) Source(32, 46) + SourceIndex(3) +1->Emitted(76, 9) Source(32, 46) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -1889,16 +1891,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(76, 9) Source(32, 70) + SourceIndex(3) -2 >Emitted(76, 10) Source(32, 71) + SourceIndex(3) +1->Emitted(77, 9) Source(32, 70) + SourceIndex(3) +2 >Emitted(77, 10) Source(32, 71) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(77, 9) Source(32, 70) + SourceIndex(3) -2 >Emitted(77, 25) Source(32, 71) + SourceIndex(3) +1->Emitted(78, 9) Source(32, 70) + SourceIndex(3) +2 >Emitted(78, 25) Source(32, 71) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -1910,10 +1912,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(78, 5) Source(32, 70) + SourceIndex(3) -2 >Emitted(78, 6) Source(32, 71) + SourceIndex(3) -3 >Emitted(78, 6) Source(32, 46) + SourceIndex(3) -4 >Emitted(78, 10) Source(32, 71) + SourceIndex(3) +1 >Emitted(79, 5) Source(32, 70) + SourceIndex(3) +2 >Emitted(79, 6) Source(32, 71) + SourceIndex(3) +3 >Emitted(79, 6) Source(32, 46) + SourceIndex(3) +4 >Emitted(79, 10) Source(32, 71) + SourceIndex(3) --- >>> internalNamespace.someClass = someClass; 1->^^^^ @@ -1925,10 +1927,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(79, 5) Source(32, 59) + SourceIndex(3) -2 >Emitted(79, 32) Source(32, 68) + SourceIndex(3) -3 >Emitted(79, 44) Source(32, 71) + SourceIndex(3) -4 >Emitted(79, 45) Source(32, 71) + SourceIndex(3) +1->Emitted(80, 5) Source(32, 59) + SourceIndex(3) +2 >Emitted(80, 32) Source(32, 68) + SourceIndex(3) +3 >Emitted(80, 44) Source(32, 71) + SourceIndex(3) +4 >Emitted(80, 45) Source(32, 71) + SourceIndex(3) --- >>>})(internalNamespace || (internalNamespace = {})); 1-> @@ -1945,13 +1947,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalNamespace 7 > { export class someClass {} } -1->Emitted(80, 1) Source(32, 72) + SourceIndex(3) -2 >Emitted(80, 2) Source(32, 73) + SourceIndex(3) -3 >Emitted(80, 4) Source(32, 26) + SourceIndex(3) -4 >Emitted(80, 21) Source(32, 43) + SourceIndex(3) -5 >Emitted(80, 26) Source(32, 26) + SourceIndex(3) -6 >Emitted(80, 43) Source(32, 43) + SourceIndex(3) -7 >Emitted(80, 51) Source(32, 73) + SourceIndex(3) +1->Emitted(81, 1) Source(32, 72) + SourceIndex(3) +2 >Emitted(81, 2) Source(32, 73) + SourceIndex(3) +3 >Emitted(81, 4) Source(32, 26) + SourceIndex(3) +4 >Emitted(81, 21) Source(32, 43) + SourceIndex(3) +5 >Emitted(81, 26) Source(32, 26) + SourceIndex(3) +6 >Emitted(81, 43) Source(32, 43) + SourceIndex(3) +7 >Emitted(81, 51) Source(32, 73) + SourceIndex(3) --- >>>var internalOther; 1 > @@ -1964,10 +1966,10 @@ sourceFile:../second/second_part1.ts 2 >namespace 3 > internalOther 4 > .something { export class someClass {} } -1 >Emitted(81, 1) Source(33, 16) + SourceIndex(3) -2 >Emitted(81, 5) Source(33, 26) + SourceIndex(3) -3 >Emitted(81, 18) Source(33, 39) + SourceIndex(3) -4 >Emitted(81, 19) Source(33, 79) + SourceIndex(3) +1 >Emitted(82, 1) Source(33, 16) + SourceIndex(3) +2 >Emitted(82, 5) Source(33, 26) + SourceIndex(3) +3 >Emitted(82, 18) Source(33, 39) + SourceIndex(3) +4 >Emitted(82, 19) Source(33, 79) + SourceIndex(3) --- >>>(function (internalOther) { 1-> @@ -1976,9 +1978,9 @@ sourceFile:../second/second_part1.ts 1-> 2 >namespace 3 > internalOther -1->Emitted(82, 1) Source(33, 16) + SourceIndex(3) -2 >Emitted(82, 12) Source(33, 26) + SourceIndex(3) -3 >Emitted(82, 25) Source(33, 39) + SourceIndex(3) +1->Emitted(83, 1) Source(33, 16) + SourceIndex(3) +2 >Emitted(83, 12) Source(33, 26) + SourceIndex(3) +3 >Emitted(83, 25) Source(33, 39) + SourceIndex(3) --- >>> var something; 1 >^^^^ @@ -1990,10 +1992,10 @@ sourceFile:../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(83, 5) Source(33, 40) + SourceIndex(3) -2 >Emitted(83, 9) Source(33, 40) + SourceIndex(3) -3 >Emitted(83, 18) Source(33, 49) + SourceIndex(3) -4 >Emitted(83, 19) Source(33, 79) + SourceIndex(3) +1 >Emitted(84, 5) Source(33, 40) + SourceIndex(3) +2 >Emitted(84, 9) Source(33, 40) + SourceIndex(3) +3 >Emitted(84, 18) Source(33, 49) + SourceIndex(3) +4 >Emitted(84, 19) Source(33, 79) + SourceIndex(3) --- >>> (function (something) { 1->^^^^ @@ -2003,21 +2005,21 @@ sourceFile:../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(84, 5) Source(33, 40) + SourceIndex(3) -2 >Emitted(84, 16) Source(33, 40) + SourceIndex(3) -3 >Emitted(84, 25) Source(33, 49) + SourceIndex(3) +1->Emitted(85, 5) Source(33, 40) + SourceIndex(3) +2 >Emitted(85, 16) Source(33, 40) + SourceIndex(3) +3 >Emitted(85, 25) Source(33, 49) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(85, 9) Source(33, 52) + SourceIndex(3) +1->Emitted(86, 9) Source(33, 52) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(86, 13) Source(33, 52) + SourceIndex(3) +1->Emitted(87, 13) Source(33, 52) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -2025,16 +2027,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(87, 13) Source(33, 76) + SourceIndex(3) -2 >Emitted(87, 14) Source(33, 77) + SourceIndex(3) +1->Emitted(88, 13) Source(33, 76) + SourceIndex(3) +2 >Emitted(88, 14) Source(33, 77) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(88, 13) Source(33, 76) + SourceIndex(3) -2 >Emitted(88, 29) Source(33, 77) + SourceIndex(3) +1->Emitted(89, 13) Source(33, 76) + SourceIndex(3) +2 >Emitted(89, 29) Source(33, 77) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -2046,10 +2048,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(89, 9) Source(33, 76) + SourceIndex(3) -2 >Emitted(89, 10) Source(33, 77) + SourceIndex(3) -3 >Emitted(89, 10) Source(33, 52) + SourceIndex(3) -4 >Emitted(89, 14) Source(33, 77) + SourceIndex(3) +1 >Emitted(90, 9) Source(33, 76) + SourceIndex(3) +2 >Emitted(90, 10) Source(33, 77) + SourceIndex(3) +3 >Emitted(90, 10) Source(33, 52) + SourceIndex(3) +4 >Emitted(90, 14) Source(33, 77) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^ @@ -2061,10 +2063,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(90, 9) Source(33, 65) + SourceIndex(3) -2 >Emitted(90, 28) Source(33, 74) + SourceIndex(3) -3 >Emitted(90, 40) Source(33, 77) + SourceIndex(3) -4 >Emitted(90, 41) Source(33, 77) + SourceIndex(3) +1->Emitted(91, 9) Source(33, 65) + SourceIndex(3) +2 >Emitted(91, 28) Source(33, 74) + SourceIndex(3) +3 >Emitted(91, 40) Source(33, 77) + SourceIndex(3) +4 >Emitted(91, 41) Source(33, 77) + SourceIndex(3) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^ @@ -2085,15 +2087,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(91, 5) Source(33, 78) + SourceIndex(3) -2 >Emitted(91, 6) Source(33, 79) + SourceIndex(3) -3 >Emitted(91, 8) Source(33, 40) + SourceIndex(3) -4 >Emitted(91, 17) Source(33, 49) + SourceIndex(3) -5 >Emitted(91, 20) Source(33, 40) + SourceIndex(3) -6 >Emitted(91, 43) Source(33, 49) + SourceIndex(3) -7 >Emitted(91, 48) Source(33, 40) + SourceIndex(3) -8 >Emitted(91, 71) Source(33, 49) + SourceIndex(3) -9 >Emitted(91, 79) Source(33, 79) + SourceIndex(3) +1->Emitted(92, 5) Source(33, 78) + SourceIndex(3) +2 >Emitted(92, 6) Source(33, 79) + SourceIndex(3) +3 >Emitted(92, 8) Source(33, 40) + SourceIndex(3) +4 >Emitted(92, 17) Source(33, 49) + SourceIndex(3) +5 >Emitted(92, 20) Source(33, 40) + SourceIndex(3) +6 >Emitted(92, 43) Source(33, 49) + SourceIndex(3) +7 >Emitted(92, 48) Source(33, 40) + SourceIndex(3) +8 >Emitted(92, 71) Source(33, 49) + SourceIndex(3) +9 >Emitted(92, 79) Source(33, 79) + SourceIndex(3) --- >>>})(internalOther || (internalOther = {})); 1 > @@ -2111,13 +2113,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalOther 7 > .something { export class someClass {} } -1 >Emitted(92, 1) Source(33, 78) + SourceIndex(3) -2 >Emitted(92, 2) Source(33, 79) + SourceIndex(3) -3 >Emitted(92, 4) Source(33, 26) + SourceIndex(3) -4 >Emitted(92, 17) Source(33, 39) + SourceIndex(3) -5 >Emitted(92, 22) Source(33, 26) + SourceIndex(3) -6 >Emitted(92, 35) Source(33, 39) + SourceIndex(3) -7 >Emitted(92, 43) Source(33, 79) + SourceIndex(3) +1 >Emitted(93, 1) Source(33, 78) + SourceIndex(3) +2 >Emitted(93, 2) Source(33, 79) + SourceIndex(3) +3 >Emitted(93, 4) Source(33, 26) + SourceIndex(3) +4 >Emitted(93, 17) Source(33, 39) + SourceIndex(3) +5 >Emitted(93, 22) Source(33, 26) + SourceIndex(3) +6 >Emitted(93, 35) Source(33, 39) + SourceIndex(3) +7 >Emitted(93, 43) Source(33, 79) + SourceIndex(3) --- >>>var internalImport = internalNamespace.someClass; 1-> @@ -2137,14 +2139,14 @@ sourceFile:../second/second_part1.ts 6 > . 7 > someClass 8 > ; -1->Emitted(93, 1) Source(34, 16) + SourceIndex(3) -2 >Emitted(93, 5) Source(34, 23) + SourceIndex(3) -3 >Emitted(93, 19) Source(34, 37) + SourceIndex(3) -4 >Emitted(93, 22) Source(34, 40) + SourceIndex(3) -5 >Emitted(93, 39) Source(34, 57) + SourceIndex(3) -6 >Emitted(93, 40) Source(34, 58) + SourceIndex(3) -7 >Emitted(93, 49) Source(34, 67) + SourceIndex(3) -8 >Emitted(93, 50) Source(34, 68) + SourceIndex(3) +1->Emitted(94, 1) Source(34, 16) + SourceIndex(3) +2 >Emitted(94, 5) Source(34, 23) + SourceIndex(3) +3 >Emitted(94, 19) Source(34, 37) + SourceIndex(3) +4 >Emitted(94, 22) Source(34, 40) + SourceIndex(3) +5 >Emitted(94, 39) Source(34, 57) + SourceIndex(3) +6 >Emitted(94, 40) Source(34, 58) + SourceIndex(3) +7 >Emitted(94, 49) Source(34, 67) + SourceIndex(3) +8 >Emitted(94, 50) Source(34, 68) + SourceIndex(3) --- >>>var internalConst = 10; 1 > @@ -2161,12 +2163,12 @@ sourceFile:../second/second_part1.ts 4 > = 5 > 10 6 > ; -1 >Emitted(94, 1) Source(36, 16) + SourceIndex(3) -2 >Emitted(94, 5) Source(36, 22) + SourceIndex(3) -3 >Emitted(94, 18) Source(36, 35) + SourceIndex(3) -4 >Emitted(94, 21) Source(36, 38) + SourceIndex(3) -5 >Emitted(94, 23) Source(36, 40) + SourceIndex(3) -6 >Emitted(94, 24) Source(36, 41) + SourceIndex(3) +1 >Emitted(95, 1) Source(36, 16) + SourceIndex(3) +2 >Emitted(95, 5) Source(36, 22) + SourceIndex(3) +3 >Emitted(95, 18) Source(36, 35) + SourceIndex(3) +4 >Emitted(95, 21) Source(36, 38) + SourceIndex(3) +5 >Emitted(95, 23) Source(36, 40) + SourceIndex(3) +6 >Emitted(95, 24) Source(36, 41) + SourceIndex(3) --- >>>var internalEnum; 1 > @@ -2177,9 +2179,9 @@ sourceFile:../second/second_part1.ts >/**@internal*/ 2 >enum 3 > internalEnum { a, b, c } -1 >Emitted(95, 1) Source(37, 16) + SourceIndex(3) -2 >Emitted(95, 5) Source(37, 21) + SourceIndex(3) -3 >Emitted(95, 17) Source(37, 45) + SourceIndex(3) +1 >Emitted(96, 1) Source(37, 16) + SourceIndex(3) +2 >Emitted(96, 5) Source(37, 21) + SourceIndex(3) +3 >Emitted(96, 17) Source(37, 45) + SourceIndex(3) --- >>>(function (internalEnum) { 1-> @@ -2189,9 +2191,9 @@ sourceFile:../second/second_part1.ts 1-> 2 >enum 3 > internalEnum -1->Emitted(96, 1) Source(37, 16) + SourceIndex(3) -2 >Emitted(96, 12) Source(37, 21) + SourceIndex(3) -3 >Emitted(96, 24) Source(37, 33) + SourceIndex(3) +1->Emitted(97, 1) Source(37, 16) + SourceIndex(3) +2 >Emitted(97, 12) Source(37, 21) + SourceIndex(3) +3 >Emitted(97, 24) Source(37, 33) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^ @@ -2201,9 +2203,9 @@ sourceFile:../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(97, 5) Source(37, 36) + SourceIndex(3) -2 >Emitted(97, 46) Source(37, 37) + SourceIndex(3) -3 >Emitted(97, 47) Source(37, 37) + SourceIndex(3) +1->Emitted(98, 5) Source(37, 36) + SourceIndex(3) +2 >Emitted(98, 46) Source(37, 37) + SourceIndex(3) +3 >Emitted(98, 47) Source(37, 37) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^ @@ -2213,9 +2215,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(98, 5) Source(37, 39) + SourceIndex(3) -2 >Emitted(98, 46) Source(37, 40) + SourceIndex(3) -3 >Emitted(98, 47) Source(37, 40) + SourceIndex(3) +1->Emitted(99, 5) Source(37, 39) + SourceIndex(3) +2 >Emitted(99, 46) Source(37, 40) + SourceIndex(3) +3 >Emitted(99, 47) Source(37, 40) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^ @@ -2224,9 +2226,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(99, 5) Source(37, 42) + SourceIndex(3) -2 >Emitted(99, 46) Source(37, 43) + SourceIndex(3) -3 >Emitted(99, 47) Source(37, 43) + SourceIndex(3) +1->Emitted(100, 5) Source(37, 42) + SourceIndex(3) +2 >Emitted(100, 46) Source(37, 43) + SourceIndex(3) +3 >Emitted(100, 47) Source(37, 43) + SourceIndex(3) --- >>>})(internalEnum || (internalEnum = {})); 1 > @@ -2243,13 +2245,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalEnum 7 > { a, b, c } -1 >Emitted(100, 1) Source(37, 44) + SourceIndex(3) -2 >Emitted(100, 2) Source(37, 45) + SourceIndex(3) -3 >Emitted(100, 4) Source(37, 21) + SourceIndex(3) -4 >Emitted(100, 16) Source(37, 33) + SourceIndex(3) -5 >Emitted(100, 21) Source(37, 21) + SourceIndex(3) -6 >Emitted(100, 33) Source(37, 33) + SourceIndex(3) -7 >Emitted(100, 41) Source(37, 45) + SourceIndex(3) +1 >Emitted(101, 1) Source(37, 44) + SourceIndex(3) +2 >Emitted(101, 2) Source(37, 45) + SourceIndex(3) +3 >Emitted(101, 4) Source(37, 21) + SourceIndex(3) +4 >Emitted(101, 16) Source(37, 33) + SourceIndex(3) +5 >Emitted(101, 21) Source(37, 21) + SourceIndex(3) +6 >Emitted(101, 33) Source(37, 33) + SourceIndex(3) +7 >Emitted(101, 41) Source(37, 45) + SourceIndex(3) --- ------------------------------------------------------------------- emittedFile:/src/2/second-output.js @@ -2259,13 +2261,13 @@ sourceFile:../second/second_part2.ts 1 > 2 >^^^^^^^^^^^^^^^^^^^-> 1 > -1 >Emitted(101, 1) Source(1, 1) + SourceIndex(4) +1 >Emitted(102, 1) Source(1, 1) + SourceIndex(4) --- >>> function C() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(102, 5) Source(1, 1) + SourceIndex(4) +1->Emitted(103, 5) Source(1, 1) + SourceIndex(4) --- >>> } 1->^^^^ @@ -2277,8 +2279,8 @@ sourceFile:../second/second_part2.ts > } > 2 > } -1->Emitted(103, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(103, 6) Source(5, 2) + SourceIndex(4) +1->Emitted(104, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(104, 6) Source(5, 2) + SourceIndex(4) --- >>> C.prototype.doSomething = function () { 1->^^^^ @@ -2288,9 +2290,9 @@ sourceFile:../second/second_part2.ts 1-> 2 > doSomething 3 > -1->Emitted(104, 5) Source(2, 5) + SourceIndex(4) -2 >Emitted(104, 28) Source(2, 16) + SourceIndex(4) -3 >Emitted(104, 31) Source(2, 5) + SourceIndex(4) +1->Emitted(105, 5) Source(2, 5) + SourceIndex(4) +2 >Emitted(105, 28) Source(2, 16) + SourceIndex(4) +3 >Emitted(105, 31) Source(2, 5) + SourceIndex(4) --- >>> console.log("something got done"); 1->^^^^^^^^ @@ -2310,14 +2312,14 @@ sourceFile:../second/second_part2.ts 6 > "something got done" 7 > ) 8 > ; -1->Emitted(105, 9) Source(3, 9) + SourceIndex(4) -2 >Emitted(105, 16) Source(3, 16) + SourceIndex(4) -3 >Emitted(105, 17) Source(3, 17) + SourceIndex(4) -4 >Emitted(105, 20) Source(3, 20) + SourceIndex(4) -5 >Emitted(105, 21) Source(3, 21) + SourceIndex(4) -6 >Emitted(105, 41) Source(3, 41) + SourceIndex(4) -7 >Emitted(105, 42) Source(3, 42) + SourceIndex(4) -8 >Emitted(105, 43) Source(3, 43) + SourceIndex(4) +1->Emitted(106, 9) Source(3, 9) + SourceIndex(4) +2 >Emitted(106, 16) Source(3, 16) + SourceIndex(4) +3 >Emitted(106, 17) Source(3, 17) + SourceIndex(4) +4 >Emitted(106, 20) Source(3, 20) + SourceIndex(4) +5 >Emitted(106, 21) Source(3, 21) + SourceIndex(4) +6 >Emitted(106, 41) Source(3, 41) + SourceIndex(4) +7 >Emitted(106, 42) Source(3, 42) + SourceIndex(4) +8 >Emitted(106, 43) Source(3, 43) + SourceIndex(4) --- >>> }; 1 >^^^^ @@ -2326,8 +2328,8 @@ sourceFile:../second/second_part2.ts 1 > > 2 > } -1 >Emitted(106, 5) Source(4, 5) + SourceIndex(4) -2 >Emitted(106, 6) Source(4, 6) + SourceIndex(4) +1 >Emitted(107, 5) Source(4, 5) + SourceIndex(4) +2 >Emitted(107, 6) Source(4, 6) + SourceIndex(4) --- >>> return C; 1->^^^^ @@ -2335,8 +2337,8 @@ sourceFile:../second/second_part2.ts 1-> > 2 > } -1->Emitted(107, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(107, 13) Source(5, 2) + SourceIndex(4) +1->Emitted(108, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(108, 13) Source(5, 2) + SourceIndex(4) --- >>>}()); 1 > @@ -2352,10 +2354,10 @@ sourceFile:../second/second_part2.ts > console.log("something got done"); > } > } -1 >Emitted(108, 1) Source(5, 1) + SourceIndex(4) -2 >Emitted(108, 2) Source(5, 2) + SourceIndex(4) -3 >Emitted(108, 2) Source(1, 1) + SourceIndex(4) -4 >Emitted(108, 6) Source(5, 2) + SourceIndex(4) +1 >Emitted(109, 1) Source(5, 1) + SourceIndex(4) +2 >Emitted(109, 2) Source(5, 2) + SourceIndex(4) +3 >Emitted(109, 2) Source(1, 1) + SourceIndex(4) +4 >Emitted(109, 6) Source(5, 2) + SourceIndex(4) --- >>>//# sourceMappingURL=second-output.js.map @@ -2384,7 +2386,7 @@ sourceFile:../second/second_part2.ts }, { "pos": 110, - "end": 3162, + "end": 3180, "kind": "text" } ] @@ -2460,7 +2462,7 @@ function f() { } ---------------------------------------------------------------------- -text: (110-3162) +text: (110-3180) var N; (function (N) { function f() { @@ -2471,8 +2473,9 @@ var N; var normalC = (function () { function normalC() { } - normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: true, @@ -3625,66 +3628,68 @@ sourceFile:../../../second/second_part1.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->constructor() { 2 > } 1->Emitted(16, 5) Source(14, 36) + SourceIndex(3) 2 >Emitted(16, 6) Source(14, 37) + SourceIndex(3) --- ->>> normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> proto_1.method = function () { }; 1->^^^^ -2 > ^^^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^ -5 > ^ -6 > ^^^^^^-> +2 > ^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^ +5 > ^ +6 > ^^^^^^-> 1-> > /**@internal*/ prop: string; > /**@internal*/ 2 > method -3 > -4 > method() { -5 > } -1->Emitted(17, 5) Source(16, 20) + SourceIndex(3) -2 >Emitted(17, 29) Source(16, 26) + SourceIndex(3) -3 >Emitted(17, 32) Source(16, 20) + SourceIndex(3) -4 >Emitted(17, 46) Source(16, 31) + SourceIndex(3) -5 >Emitted(17, 47) Source(16, 32) + SourceIndex(3) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +3 > +4 > method() { +5 > } +1->Emitted(18, 5) Source(16, 20) + SourceIndex(3) +2 >Emitted(18, 19) Source(16, 26) + SourceIndex(3) +3 >Emitted(18, 22) Source(16, 20) + SourceIndex(3) +4 >Emitted(18, 36) Source(16, 31) + SourceIndex(3) +5 >Emitted(18, 37) Source(16, 32) + SourceIndex(3) +--- +>>> Object.defineProperty(proto_1, "c", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^^^^^^^^^^ +4 > ^^^-> 1-> > /**@internal*/ 2 > get 3 > c -1->Emitted(18, 5) Source(17, 20) + SourceIndex(3) -2 >Emitted(18, 27) Source(17, 24) + SourceIndex(3) -3 >Emitted(18, 49) Source(17, 25) + SourceIndex(3) +1->Emitted(19, 5) Source(17, 20) + SourceIndex(3) +2 >Emitted(19, 27) Source(17, 24) + SourceIndex(3) +3 >Emitted(19, 39) Source(17, 25) + SourceIndex(3) --- >>> get: function () { return 10; }, -1 >^^^^^^^^^^^^^ +1->^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^^^^^^^ 4 > ^^ 5 > ^ 6 > ^ 7 > ^ -1 > +1-> 2 > get c() { 3 > return 4 > 10 5 > ; 6 > 7 > } -1 >Emitted(19, 14) Source(17, 20) + SourceIndex(3) -2 >Emitted(19, 28) Source(17, 30) + SourceIndex(3) -3 >Emitted(19, 35) Source(17, 37) + SourceIndex(3) -4 >Emitted(19, 37) Source(17, 39) + SourceIndex(3) -5 >Emitted(19, 38) Source(17, 40) + SourceIndex(3) -6 >Emitted(19, 39) Source(17, 41) + SourceIndex(3) -7 >Emitted(19, 40) Source(17, 42) + SourceIndex(3) +1->Emitted(20, 14) Source(17, 20) + SourceIndex(3) +2 >Emitted(20, 28) Source(17, 30) + SourceIndex(3) +3 >Emitted(20, 35) Source(17, 37) + SourceIndex(3) +4 >Emitted(20, 37) Source(17, 39) + SourceIndex(3) +5 >Emitted(20, 38) Source(17, 40) + SourceIndex(3) +6 >Emitted(20, 39) Source(17, 41) + SourceIndex(3) +7 >Emitted(20, 40) Source(17, 42) + SourceIndex(3) --- >>> set: function (val) { }, 1 >^^^^^^^^^^^^^ @@ -3698,11 +3703,11 @@ sourceFile:../../../second/second_part1.ts 3 > val: number 4 > ) { 5 > } -1 >Emitted(20, 14) Source(18, 20) + SourceIndex(3) -2 >Emitted(20, 24) Source(18, 26) + SourceIndex(3) -3 >Emitted(20, 27) Source(18, 37) + SourceIndex(3) -4 >Emitted(20, 31) Source(18, 41) + SourceIndex(3) -5 >Emitted(20, 32) Source(18, 42) + SourceIndex(3) +1 >Emitted(21, 14) Source(18, 20) + SourceIndex(3) +2 >Emitted(21, 24) Source(18, 26) + SourceIndex(3) +3 >Emitted(21, 27) Source(18, 37) + SourceIndex(3) +4 >Emitted(21, 31) Source(18, 41) + SourceIndex(3) +5 >Emitted(21, 32) Source(18, 42) + SourceIndex(3) --- >>> enumerable: true, >>> configurable: true @@ -3710,7 +3715,7 @@ sourceFile:../../../second/second_part1.ts 1 >^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(23, 8) Source(17, 42) + SourceIndex(3) +1 >Emitted(24, 8) Source(17, 42) + SourceIndex(3) --- >>> return normalC; 1->^^^^ @@ -3719,8 +3724,8 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ set c(val: number) { } > 2 > } -1->Emitted(24, 5) Source(19, 1) + SourceIndex(3) -2 >Emitted(24, 19) Source(19, 2) + SourceIndex(3) +1->Emitted(25, 5) Source(19, 1) + SourceIndex(3) +2 >Emitted(25, 19) Source(19, 2) + SourceIndex(3) --- >>>}()); 1 > @@ -3738,10 +3743,10 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ get c() { return 10; } > /**@internal*/ set c(val: number) { } > } -1 >Emitted(25, 1) Source(19, 1) + SourceIndex(3) -2 >Emitted(25, 2) Source(19, 2) + SourceIndex(3) -3 >Emitted(25, 2) Source(13, 1) + SourceIndex(3) -4 >Emitted(25, 6) Source(19, 2) + SourceIndex(3) +1 >Emitted(26, 1) Source(19, 1) + SourceIndex(3) +2 >Emitted(26, 2) Source(19, 2) + SourceIndex(3) +3 >Emitted(26, 2) Source(13, 1) + SourceIndex(3) +4 >Emitted(26, 6) Source(19, 2) + SourceIndex(3) --- >>>var normalN; 1-> @@ -3763,10 +3768,10 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ export const internalConst = 10; > /**@internal*/ export enum internalEnum { a, b, c } > } -1->Emitted(26, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(26, 5) Source(20, 11) + SourceIndex(3) -3 >Emitted(26, 12) Source(20, 18) + SourceIndex(3) -4 >Emitted(26, 13) Source(29, 2) + SourceIndex(3) +1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(27, 5) Source(20, 11) + SourceIndex(3) +3 >Emitted(27, 12) Source(20, 18) + SourceIndex(3) +4 >Emitted(27, 13) Source(29, 2) + SourceIndex(3) --- >>>(function (normalN) { 1-> @@ -3776,22 +3781,22 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > normalN -1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(27, 12) Source(20, 11) + SourceIndex(3) -3 >Emitted(27, 19) Source(20, 18) + SourceIndex(3) +1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(28, 12) Source(20, 11) + SourceIndex(3) +3 >Emitted(28, 19) Source(20, 18) + SourceIndex(3) --- >>> var C = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { > /**@internal*/ -1->Emitted(28, 5) Source(21, 20) + SourceIndex(3) +1->Emitted(29, 5) Source(21, 20) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(29, 9) Source(21, 20) + SourceIndex(3) +1->Emitted(30, 9) Source(21, 20) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -3799,16 +3804,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(30, 9) Source(21, 37) + SourceIndex(3) -2 >Emitted(30, 10) Source(21, 38) + SourceIndex(3) +1->Emitted(31, 9) Source(21, 37) + SourceIndex(3) +2 >Emitted(31, 10) Source(21, 38) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(31, 9) Source(21, 37) + SourceIndex(3) -2 >Emitted(31, 17) Source(21, 38) + SourceIndex(3) +1->Emitted(32, 9) Source(21, 37) + SourceIndex(3) +2 >Emitted(32, 17) Source(21, 38) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -3820,10 +3825,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(32, 5) Source(21, 37) + SourceIndex(3) -2 >Emitted(32, 6) Source(21, 38) + SourceIndex(3) -3 >Emitted(32, 6) Source(21, 20) + SourceIndex(3) -4 >Emitted(32, 10) Source(21, 38) + SourceIndex(3) +1 >Emitted(33, 5) Source(21, 37) + SourceIndex(3) +2 >Emitted(33, 6) Source(21, 38) + SourceIndex(3) +3 >Emitted(33, 6) Source(21, 20) + SourceIndex(3) +4 >Emitted(33, 10) Source(21, 38) + SourceIndex(3) --- >>> normalN.C = C; 1->^^^^ @@ -3835,10 +3840,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > { } 4 > -1->Emitted(33, 5) Source(21, 33) + SourceIndex(3) -2 >Emitted(33, 14) Source(21, 34) + SourceIndex(3) -3 >Emitted(33, 18) Source(21, 38) + SourceIndex(3) -4 >Emitted(33, 19) Source(21, 38) + SourceIndex(3) +1->Emitted(34, 5) Source(21, 33) + SourceIndex(3) +2 >Emitted(34, 14) Source(21, 34) + SourceIndex(3) +3 >Emitted(34, 18) Source(21, 38) + SourceIndex(3) +4 >Emitted(34, 19) Source(21, 38) + SourceIndex(3) --- >>> function foo() { } 1->^^^^ @@ -3853,11 +3858,11 @@ sourceFile:../../../second/second_part1.ts 3 > foo 4 > () { 5 > } -1->Emitted(34, 5) Source(22, 20) + SourceIndex(3) -2 >Emitted(34, 14) Source(22, 36) + SourceIndex(3) -3 >Emitted(34, 17) Source(22, 39) + SourceIndex(3) -4 >Emitted(34, 22) Source(22, 43) + SourceIndex(3) -5 >Emitted(34, 23) Source(22, 44) + SourceIndex(3) +1->Emitted(35, 5) Source(22, 20) + SourceIndex(3) +2 >Emitted(35, 14) Source(22, 36) + SourceIndex(3) +3 >Emitted(35, 17) Source(22, 39) + SourceIndex(3) +4 >Emitted(35, 22) Source(22, 43) + SourceIndex(3) +5 >Emitted(35, 23) Source(22, 44) + SourceIndex(3) --- >>> normalN.foo = foo; 1->^^^^ @@ -3869,10 +3874,10 @@ sourceFile:../../../second/second_part1.ts 2 > foo 3 > () {} 4 > -1->Emitted(35, 5) Source(22, 36) + SourceIndex(3) -2 >Emitted(35, 16) Source(22, 39) + SourceIndex(3) -3 >Emitted(35, 22) Source(22, 44) + SourceIndex(3) -4 >Emitted(35, 23) Source(22, 44) + SourceIndex(3) +1->Emitted(36, 5) Source(22, 36) + SourceIndex(3) +2 >Emitted(36, 16) Source(22, 39) + SourceIndex(3) +3 >Emitted(36, 22) Source(22, 44) + SourceIndex(3) +4 >Emitted(36, 23) Source(22, 44) + SourceIndex(3) --- >>> var someNamespace; 1->^^^^ @@ -3885,10 +3890,10 @@ sourceFile:../../../second/second_part1.ts 2 > export namespace 3 > someNamespace 4 > { export class C {} } -1->Emitted(36, 5) Source(23, 20) + SourceIndex(3) -2 >Emitted(36, 9) Source(23, 37) + SourceIndex(3) -3 >Emitted(36, 22) Source(23, 50) + SourceIndex(3) -4 >Emitted(36, 23) Source(23, 72) + SourceIndex(3) +1->Emitted(37, 5) Source(23, 20) + SourceIndex(3) +2 >Emitted(37, 9) Source(23, 37) + SourceIndex(3) +3 >Emitted(37, 22) Source(23, 50) + SourceIndex(3) +4 >Emitted(37, 23) Source(23, 72) + SourceIndex(3) --- >>> (function (someNamespace) { 1->^^^^ @@ -3898,21 +3903,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > export namespace 3 > someNamespace -1->Emitted(37, 5) Source(23, 20) + SourceIndex(3) -2 >Emitted(37, 16) Source(23, 37) + SourceIndex(3) -3 >Emitted(37, 29) Source(23, 50) + SourceIndex(3) +1->Emitted(38, 5) Source(23, 20) + SourceIndex(3) +2 >Emitted(38, 16) Source(23, 37) + SourceIndex(3) +3 >Emitted(38, 29) Source(23, 50) + SourceIndex(3) --- >>> var C = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(38, 9) Source(23, 53) + SourceIndex(3) +1->Emitted(39, 9) Source(23, 53) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(39, 13) Source(23, 53) + SourceIndex(3) +1->Emitted(40, 13) Source(23, 53) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -3920,16 +3925,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(40, 13) Source(23, 69) + SourceIndex(3) -2 >Emitted(40, 14) Source(23, 70) + SourceIndex(3) +1->Emitted(41, 13) Source(23, 69) + SourceIndex(3) +2 >Emitted(41, 14) Source(23, 70) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(41, 13) Source(23, 69) + SourceIndex(3) -2 >Emitted(41, 21) Source(23, 70) + SourceIndex(3) +1->Emitted(42, 13) Source(23, 69) + SourceIndex(3) +2 >Emitted(42, 21) Source(23, 70) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -3941,10 +3946,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(42, 9) Source(23, 69) + SourceIndex(3) -2 >Emitted(42, 10) Source(23, 70) + SourceIndex(3) -3 >Emitted(42, 10) Source(23, 53) + SourceIndex(3) -4 >Emitted(42, 14) Source(23, 70) + SourceIndex(3) +1 >Emitted(43, 9) Source(23, 69) + SourceIndex(3) +2 >Emitted(43, 10) Source(23, 70) + SourceIndex(3) +3 >Emitted(43, 10) Source(23, 53) + SourceIndex(3) +4 >Emitted(43, 14) Source(23, 70) + SourceIndex(3) --- >>> someNamespace.C = C; 1->^^^^^^^^ @@ -3956,10 +3961,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > {} 4 > -1->Emitted(43, 9) Source(23, 66) + SourceIndex(3) -2 >Emitted(43, 24) Source(23, 67) + SourceIndex(3) -3 >Emitted(43, 28) Source(23, 70) + SourceIndex(3) -4 >Emitted(43, 29) Source(23, 70) + SourceIndex(3) +1->Emitted(44, 9) Source(23, 66) + SourceIndex(3) +2 >Emitted(44, 24) Source(23, 67) + SourceIndex(3) +3 >Emitted(44, 28) Source(23, 70) + SourceIndex(3) +4 >Emitted(44, 29) Source(23, 70) + SourceIndex(3) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^ @@ -3980,15 +3985,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(44, 5) Source(23, 71) + SourceIndex(3) -2 >Emitted(44, 6) Source(23, 72) + SourceIndex(3) -3 >Emitted(44, 8) Source(23, 37) + SourceIndex(3) -4 >Emitted(44, 21) Source(23, 50) + SourceIndex(3) -5 >Emitted(44, 24) Source(23, 37) + SourceIndex(3) -6 >Emitted(44, 45) Source(23, 50) + SourceIndex(3) -7 >Emitted(44, 50) Source(23, 37) + SourceIndex(3) -8 >Emitted(44, 71) Source(23, 50) + SourceIndex(3) -9 >Emitted(44, 79) Source(23, 72) + SourceIndex(3) +1->Emitted(45, 5) Source(23, 71) + SourceIndex(3) +2 >Emitted(45, 6) Source(23, 72) + SourceIndex(3) +3 >Emitted(45, 8) Source(23, 37) + SourceIndex(3) +4 >Emitted(45, 21) Source(23, 50) + SourceIndex(3) +5 >Emitted(45, 24) Source(23, 37) + SourceIndex(3) +6 >Emitted(45, 45) Source(23, 50) + SourceIndex(3) +7 >Emitted(45, 50) Source(23, 37) + SourceIndex(3) +8 >Emitted(45, 71) Source(23, 50) + SourceIndex(3) +9 >Emitted(45, 79) Source(23, 72) + SourceIndex(3) --- >>> var someOther; 1 >^^^^ @@ -4001,10 +4006,10 @@ sourceFile:../../../second/second_part1.ts 2 > export namespace 3 > someOther 4 > .something { export class someClass {} } -1 >Emitted(45, 5) Source(24, 20) + SourceIndex(3) -2 >Emitted(45, 9) Source(24, 37) + SourceIndex(3) -3 >Emitted(45, 18) Source(24, 46) + SourceIndex(3) -4 >Emitted(45, 19) Source(24, 86) + SourceIndex(3) +1 >Emitted(46, 5) Source(24, 20) + SourceIndex(3) +2 >Emitted(46, 9) Source(24, 37) + SourceIndex(3) +3 >Emitted(46, 18) Source(24, 46) + SourceIndex(3) +4 >Emitted(46, 19) Source(24, 86) + SourceIndex(3) --- >>> (function (someOther) { 1->^^^^ @@ -4013,9 +4018,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > export namespace 3 > someOther -1->Emitted(46, 5) Source(24, 20) + SourceIndex(3) -2 >Emitted(46, 16) Source(24, 37) + SourceIndex(3) -3 >Emitted(46, 25) Source(24, 46) + SourceIndex(3) +1->Emitted(47, 5) Source(24, 20) + SourceIndex(3) +2 >Emitted(47, 16) Source(24, 37) + SourceIndex(3) +3 >Emitted(47, 25) Source(24, 46) + SourceIndex(3) --- >>> var something; 1 >^^^^^^^^ @@ -4027,10 +4032,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(47, 9) Source(24, 47) + SourceIndex(3) -2 >Emitted(47, 13) Source(24, 47) + SourceIndex(3) -3 >Emitted(47, 22) Source(24, 56) + SourceIndex(3) -4 >Emitted(47, 23) Source(24, 86) + SourceIndex(3) +1 >Emitted(48, 9) Source(24, 47) + SourceIndex(3) +2 >Emitted(48, 13) Source(24, 47) + SourceIndex(3) +3 >Emitted(48, 22) Source(24, 56) + SourceIndex(3) +4 >Emitted(48, 23) Source(24, 86) + SourceIndex(3) --- >>> (function (something) { 1->^^^^^^^^ @@ -4040,21 +4045,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(48, 9) Source(24, 47) + SourceIndex(3) -2 >Emitted(48, 20) Source(24, 47) + SourceIndex(3) -3 >Emitted(48, 29) Source(24, 56) + SourceIndex(3) +1->Emitted(49, 9) Source(24, 47) + SourceIndex(3) +2 >Emitted(49, 20) Source(24, 47) + SourceIndex(3) +3 >Emitted(49, 29) Source(24, 56) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(49, 13) Source(24, 59) + SourceIndex(3) +1->Emitted(50, 13) Source(24, 59) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(50, 17) Source(24, 59) + SourceIndex(3) +1->Emitted(51, 17) Source(24, 59) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -4062,16 +4067,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(51, 17) Source(24, 83) + SourceIndex(3) -2 >Emitted(51, 18) Source(24, 84) + SourceIndex(3) +1->Emitted(52, 17) Source(24, 83) + SourceIndex(3) +2 >Emitted(52, 18) Source(24, 84) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(52, 17) Source(24, 83) + SourceIndex(3) -2 >Emitted(52, 33) Source(24, 84) + SourceIndex(3) +1->Emitted(53, 17) Source(24, 83) + SourceIndex(3) +2 >Emitted(53, 33) Source(24, 84) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -4083,10 +4088,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(53, 13) Source(24, 83) + SourceIndex(3) -2 >Emitted(53, 14) Source(24, 84) + SourceIndex(3) -3 >Emitted(53, 14) Source(24, 59) + SourceIndex(3) -4 >Emitted(53, 18) Source(24, 84) + SourceIndex(3) +1 >Emitted(54, 13) Source(24, 83) + SourceIndex(3) +2 >Emitted(54, 14) Source(24, 84) + SourceIndex(3) +3 >Emitted(54, 14) Source(24, 59) + SourceIndex(3) +4 >Emitted(54, 18) Source(24, 84) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -4098,10 +4103,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(54, 13) Source(24, 72) + SourceIndex(3) -2 >Emitted(54, 32) Source(24, 81) + SourceIndex(3) -3 >Emitted(54, 44) Source(24, 84) + SourceIndex(3) -4 >Emitted(54, 45) Source(24, 84) + SourceIndex(3) +1->Emitted(55, 13) Source(24, 72) + SourceIndex(3) +2 >Emitted(55, 32) Source(24, 81) + SourceIndex(3) +3 >Emitted(55, 44) Source(24, 84) + SourceIndex(3) +4 >Emitted(55, 45) Source(24, 84) + SourceIndex(3) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^ @@ -4122,15 +4127,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(55, 9) Source(24, 85) + SourceIndex(3) -2 >Emitted(55, 10) Source(24, 86) + SourceIndex(3) -3 >Emitted(55, 12) Source(24, 47) + SourceIndex(3) -4 >Emitted(55, 21) Source(24, 56) + SourceIndex(3) -5 >Emitted(55, 24) Source(24, 47) + SourceIndex(3) -6 >Emitted(55, 43) Source(24, 56) + SourceIndex(3) -7 >Emitted(55, 48) Source(24, 47) + SourceIndex(3) -8 >Emitted(55, 67) Source(24, 56) + SourceIndex(3) -9 >Emitted(55, 75) Source(24, 86) + SourceIndex(3) +1->Emitted(56, 9) Source(24, 85) + SourceIndex(3) +2 >Emitted(56, 10) Source(24, 86) + SourceIndex(3) +3 >Emitted(56, 12) Source(24, 47) + SourceIndex(3) +4 >Emitted(56, 21) Source(24, 56) + SourceIndex(3) +5 >Emitted(56, 24) Source(24, 47) + SourceIndex(3) +6 >Emitted(56, 43) Source(24, 56) + SourceIndex(3) +7 >Emitted(56, 48) Source(24, 47) + SourceIndex(3) +8 >Emitted(56, 67) Source(24, 56) + SourceIndex(3) +9 >Emitted(56, 75) Source(24, 86) + SourceIndex(3) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^ @@ -4151,15 +4156,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(56, 5) Source(24, 85) + SourceIndex(3) -2 >Emitted(56, 6) Source(24, 86) + SourceIndex(3) -3 >Emitted(56, 8) Source(24, 37) + SourceIndex(3) -4 >Emitted(56, 17) Source(24, 46) + SourceIndex(3) -5 >Emitted(56, 20) Source(24, 37) + SourceIndex(3) -6 >Emitted(56, 37) Source(24, 46) + SourceIndex(3) -7 >Emitted(56, 42) Source(24, 37) + SourceIndex(3) -8 >Emitted(56, 59) Source(24, 46) + SourceIndex(3) -9 >Emitted(56, 67) Source(24, 86) + SourceIndex(3) +1 >Emitted(57, 5) Source(24, 85) + SourceIndex(3) +2 >Emitted(57, 6) Source(24, 86) + SourceIndex(3) +3 >Emitted(57, 8) Source(24, 37) + SourceIndex(3) +4 >Emitted(57, 17) Source(24, 46) + SourceIndex(3) +5 >Emitted(57, 20) Source(24, 37) + SourceIndex(3) +6 >Emitted(57, 37) Source(24, 46) + SourceIndex(3) +7 >Emitted(57, 42) Source(24, 37) + SourceIndex(3) +8 >Emitted(57, 59) Source(24, 46) + SourceIndex(3) +9 >Emitted(57, 67) Source(24, 86) + SourceIndex(3) --- >>> normalN.someImport = someNamespace.C; 1 >^^^^ @@ -4177,13 +4182,13 @@ sourceFile:../../../second/second_part1.ts 5 > . 6 > C 7 > ; -1 >Emitted(57, 5) Source(25, 34) + SourceIndex(3) -2 >Emitted(57, 23) Source(25, 44) + SourceIndex(3) -3 >Emitted(57, 26) Source(25, 47) + SourceIndex(3) -4 >Emitted(57, 39) Source(25, 60) + SourceIndex(3) -5 >Emitted(57, 40) Source(25, 61) + SourceIndex(3) -6 >Emitted(57, 41) Source(25, 62) + SourceIndex(3) -7 >Emitted(57, 42) Source(25, 63) + SourceIndex(3) +1 >Emitted(58, 5) Source(25, 34) + SourceIndex(3) +2 >Emitted(58, 23) Source(25, 44) + SourceIndex(3) +3 >Emitted(58, 26) Source(25, 47) + SourceIndex(3) +4 >Emitted(58, 39) Source(25, 60) + SourceIndex(3) +5 >Emitted(58, 40) Source(25, 61) + SourceIndex(3) +6 >Emitted(58, 41) Source(25, 62) + SourceIndex(3) +7 >Emitted(58, 42) Source(25, 63) + SourceIndex(3) --- >>> normalN.internalConst = 10; 1 >^^^^ @@ -4198,11 +4203,11 @@ sourceFile:../../../second/second_part1.ts 3 > = 4 > 10 5 > ; -1 >Emitted(58, 5) Source(27, 33) + SourceIndex(3) -2 >Emitted(58, 26) Source(27, 46) + SourceIndex(3) -3 >Emitted(58, 29) Source(27, 49) + SourceIndex(3) -4 >Emitted(58, 31) Source(27, 51) + SourceIndex(3) -5 >Emitted(58, 32) Source(27, 52) + SourceIndex(3) +1 >Emitted(59, 5) Source(27, 33) + SourceIndex(3) +2 >Emitted(59, 26) Source(27, 46) + SourceIndex(3) +3 >Emitted(59, 29) Source(27, 49) + SourceIndex(3) +4 >Emitted(59, 31) Source(27, 51) + SourceIndex(3) +5 >Emitted(59, 32) Source(27, 52) + SourceIndex(3) --- >>> var internalEnum; 1 >^^^^ @@ -4213,9 +4218,9 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ 2 > export enum 3 > internalEnum { a, b, c } -1 >Emitted(59, 5) Source(28, 20) + SourceIndex(3) -2 >Emitted(59, 9) Source(28, 32) + SourceIndex(3) -3 >Emitted(59, 21) Source(28, 56) + SourceIndex(3) +1 >Emitted(60, 5) Source(28, 20) + SourceIndex(3) +2 >Emitted(60, 9) Source(28, 32) + SourceIndex(3) +3 >Emitted(60, 21) Source(28, 56) + SourceIndex(3) --- >>> (function (internalEnum) { 1->^^^^ @@ -4225,9 +4230,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > export enum 3 > internalEnum -1->Emitted(60, 5) Source(28, 20) + SourceIndex(3) -2 >Emitted(60, 16) Source(28, 32) + SourceIndex(3) -3 >Emitted(60, 28) Source(28, 44) + SourceIndex(3) +1->Emitted(61, 5) Source(28, 20) + SourceIndex(3) +2 >Emitted(61, 16) Source(28, 32) + SourceIndex(3) +3 >Emitted(61, 28) Source(28, 44) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -4237,9 +4242,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(61, 9) Source(28, 47) + SourceIndex(3) -2 >Emitted(61, 50) Source(28, 48) + SourceIndex(3) -3 >Emitted(61, 51) Source(28, 48) + SourceIndex(3) +1->Emitted(62, 9) Source(28, 47) + SourceIndex(3) +2 >Emitted(62, 50) Source(28, 48) + SourceIndex(3) +3 >Emitted(62, 51) Source(28, 48) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -4249,9 +4254,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(62, 9) Source(28, 50) + SourceIndex(3) -2 >Emitted(62, 50) Source(28, 51) + SourceIndex(3) -3 >Emitted(62, 51) Source(28, 51) + SourceIndex(3) +1->Emitted(63, 9) Source(28, 50) + SourceIndex(3) +2 >Emitted(63, 50) Source(28, 51) + SourceIndex(3) +3 >Emitted(63, 51) Source(28, 51) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -4261,9 +4266,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(63, 9) Source(28, 53) + SourceIndex(3) -2 >Emitted(63, 50) Source(28, 54) + SourceIndex(3) -3 >Emitted(63, 51) Source(28, 54) + SourceIndex(3) +1->Emitted(64, 9) Source(28, 53) + SourceIndex(3) +2 >Emitted(64, 50) Source(28, 54) + SourceIndex(3) +3 >Emitted(64, 51) Source(28, 54) + SourceIndex(3) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^ @@ -4284,15 +4289,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(64, 5) Source(28, 55) + SourceIndex(3) -2 >Emitted(64, 6) Source(28, 56) + SourceIndex(3) -3 >Emitted(64, 8) Source(28, 32) + SourceIndex(3) -4 >Emitted(64, 20) Source(28, 44) + SourceIndex(3) -5 >Emitted(64, 23) Source(28, 32) + SourceIndex(3) -6 >Emitted(64, 43) Source(28, 44) + SourceIndex(3) -7 >Emitted(64, 48) Source(28, 32) + SourceIndex(3) -8 >Emitted(64, 68) Source(28, 44) + SourceIndex(3) -9 >Emitted(64, 76) Source(28, 56) + SourceIndex(3) +1->Emitted(65, 5) Source(28, 55) + SourceIndex(3) +2 >Emitted(65, 6) Source(28, 56) + SourceIndex(3) +3 >Emitted(65, 8) Source(28, 32) + SourceIndex(3) +4 >Emitted(65, 20) Source(28, 44) + SourceIndex(3) +5 >Emitted(65, 23) Source(28, 32) + SourceIndex(3) +6 >Emitted(65, 43) Source(28, 44) + SourceIndex(3) +7 >Emitted(65, 48) Source(28, 32) + SourceIndex(3) +8 >Emitted(65, 68) Source(28, 44) + SourceIndex(3) +9 >Emitted(65, 76) Source(28, 56) + SourceIndex(3) --- >>>})(normalN || (normalN = {})); 1 > @@ -4320,26 +4325,26 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ export const internalConst = 10; > /**@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(65, 1) Source(29, 1) + SourceIndex(3) -2 >Emitted(65, 2) Source(29, 2) + SourceIndex(3) -3 >Emitted(65, 4) Source(20, 11) + SourceIndex(3) -4 >Emitted(65, 11) Source(20, 18) + SourceIndex(3) -5 >Emitted(65, 16) Source(20, 11) + SourceIndex(3) -6 >Emitted(65, 23) Source(20, 18) + SourceIndex(3) -7 >Emitted(65, 31) Source(29, 2) + SourceIndex(3) +1 >Emitted(66, 1) Source(29, 1) + SourceIndex(3) +2 >Emitted(66, 2) Source(29, 2) + SourceIndex(3) +3 >Emitted(66, 4) Source(20, 11) + SourceIndex(3) +4 >Emitted(66, 11) Source(20, 18) + SourceIndex(3) +5 >Emitted(66, 16) Source(20, 11) + SourceIndex(3) +6 >Emitted(66, 23) Source(20, 18) + SourceIndex(3) +7 >Emitted(66, 31) Source(29, 2) + SourceIndex(3) --- >>>var internalC = (function () { 1-> 2 >^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> >/**@internal*/ -1->Emitted(66, 1) Source(30, 16) + SourceIndex(3) +1->Emitted(67, 1) Source(30, 16) + SourceIndex(3) --- >>> function internalC() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(67, 5) Source(30, 16) + SourceIndex(3) +1->Emitted(68, 5) Source(30, 16) + SourceIndex(3) --- >>> } 1->^^^^ @@ -4347,16 +4352,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->class internalC { 2 > } -1->Emitted(68, 5) Source(30, 33) + SourceIndex(3) -2 >Emitted(68, 6) Source(30, 34) + SourceIndex(3) +1->Emitted(69, 5) Source(30, 33) + SourceIndex(3) +2 >Emitted(69, 6) Source(30, 34) + SourceIndex(3) --- >>> return internalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(69, 5) Source(30, 33) + SourceIndex(3) -2 >Emitted(69, 21) Source(30, 34) + SourceIndex(3) +1->Emitted(70, 5) Source(30, 33) + SourceIndex(3) +2 >Emitted(70, 21) Source(30, 34) + SourceIndex(3) --- >>>}()); 1 > @@ -4368,10 +4373,10 @@ sourceFile:../../../second/second_part1.ts 2 >} 3 > 4 > class internalC {} -1 >Emitted(70, 1) Source(30, 33) + SourceIndex(3) -2 >Emitted(70, 2) Source(30, 34) + SourceIndex(3) -3 >Emitted(70, 2) Source(30, 16) + SourceIndex(3) -4 >Emitted(70, 6) Source(30, 34) + SourceIndex(3) +1 >Emitted(71, 1) Source(30, 33) + SourceIndex(3) +2 >Emitted(71, 2) Source(30, 34) + SourceIndex(3) +3 >Emitted(71, 2) Source(30, 16) + SourceIndex(3) +4 >Emitted(71, 6) Source(30, 34) + SourceIndex(3) --- >>>function internalfoo() { } 1-> @@ -4385,11 +4390,11 @@ sourceFile:../../../second/second_part1.ts 3 > internalfoo 4 > () { 5 > } -1->Emitted(71, 1) Source(31, 16) + SourceIndex(3) -2 >Emitted(71, 10) Source(31, 25) + SourceIndex(3) -3 >Emitted(71, 21) Source(31, 36) + SourceIndex(3) -4 >Emitted(71, 26) Source(31, 40) + SourceIndex(3) -5 >Emitted(71, 27) Source(31, 41) + SourceIndex(3) +1->Emitted(72, 1) Source(31, 16) + SourceIndex(3) +2 >Emitted(72, 10) Source(31, 25) + SourceIndex(3) +3 >Emitted(72, 21) Source(31, 36) + SourceIndex(3) +4 >Emitted(72, 26) Source(31, 40) + SourceIndex(3) +5 >Emitted(72, 27) Source(31, 41) + SourceIndex(3) --- >>>var internalNamespace; 1 > @@ -4402,10 +4407,10 @@ sourceFile:../../../second/second_part1.ts 2 >namespace 3 > internalNamespace 4 > { export class someClass {} } -1 >Emitted(72, 1) Source(32, 16) + SourceIndex(3) -2 >Emitted(72, 5) Source(32, 26) + SourceIndex(3) -3 >Emitted(72, 22) Source(32, 43) + SourceIndex(3) -4 >Emitted(72, 23) Source(32, 73) + SourceIndex(3) +1 >Emitted(73, 1) Source(32, 16) + SourceIndex(3) +2 >Emitted(73, 5) Source(32, 26) + SourceIndex(3) +3 >Emitted(73, 22) Source(32, 43) + SourceIndex(3) +4 >Emitted(73, 23) Source(32, 73) + SourceIndex(3) --- >>>(function (internalNamespace) { 1-> @@ -4415,21 +4420,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > internalNamespace -1->Emitted(73, 1) Source(32, 16) + SourceIndex(3) -2 >Emitted(73, 12) Source(32, 26) + SourceIndex(3) -3 >Emitted(73, 29) Source(32, 43) + SourceIndex(3) +1->Emitted(74, 1) Source(32, 16) + SourceIndex(3) +2 >Emitted(74, 12) Source(32, 26) + SourceIndex(3) +3 >Emitted(74, 29) Source(32, 43) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(74, 5) Source(32, 46) + SourceIndex(3) +1->Emitted(75, 5) Source(32, 46) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(75, 9) Source(32, 46) + SourceIndex(3) +1->Emitted(76, 9) Source(32, 46) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -4437,16 +4442,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(76, 9) Source(32, 70) + SourceIndex(3) -2 >Emitted(76, 10) Source(32, 71) + SourceIndex(3) +1->Emitted(77, 9) Source(32, 70) + SourceIndex(3) +2 >Emitted(77, 10) Source(32, 71) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(77, 9) Source(32, 70) + SourceIndex(3) -2 >Emitted(77, 25) Source(32, 71) + SourceIndex(3) +1->Emitted(78, 9) Source(32, 70) + SourceIndex(3) +2 >Emitted(78, 25) Source(32, 71) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -4458,10 +4463,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(78, 5) Source(32, 70) + SourceIndex(3) -2 >Emitted(78, 6) Source(32, 71) + SourceIndex(3) -3 >Emitted(78, 6) Source(32, 46) + SourceIndex(3) -4 >Emitted(78, 10) Source(32, 71) + SourceIndex(3) +1 >Emitted(79, 5) Source(32, 70) + SourceIndex(3) +2 >Emitted(79, 6) Source(32, 71) + SourceIndex(3) +3 >Emitted(79, 6) Source(32, 46) + SourceIndex(3) +4 >Emitted(79, 10) Source(32, 71) + SourceIndex(3) --- >>> internalNamespace.someClass = someClass; 1->^^^^ @@ -4473,10 +4478,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(79, 5) Source(32, 59) + SourceIndex(3) -2 >Emitted(79, 32) Source(32, 68) + SourceIndex(3) -3 >Emitted(79, 44) Source(32, 71) + SourceIndex(3) -4 >Emitted(79, 45) Source(32, 71) + SourceIndex(3) +1->Emitted(80, 5) Source(32, 59) + SourceIndex(3) +2 >Emitted(80, 32) Source(32, 68) + SourceIndex(3) +3 >Emitted(80, 44) Source(32, 71) + SourceIndex(3) +4 >Emitted(80, 45) Source(32, 71) + SourceIndex(3) --- >>>})(internalNamespace || (internalNamespace = {})); 1-> @@ -4493,13 +4498,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalNamespace 7 > { export class someClass {} } -1->Emitted(80, 1) Source(32, 72) + SourceIndex(3) -2 >Emitted(80, 2) Source(32, 73) + SourceIndex(3) -3 >Emitted(80, 4) Source(32, 26) + SourceIndex(3) -4 >Emitted(80, 21) Source(32, 43) + SourceIndex(3) -5 >Emitted(80, 26) Source(32, 26) + SourceIndex(3) -6 >Emitted(80, 43) Source(32, 43) + SourceIndex(3) -7 >Emitted(80, 51) Source(32, 73) + SourceIndex(3) +1->Emitted(81, 1) Source(32, 72) + SourceIndex(3) +2 >Emitted(81, 2) Source(32, 73) + SourceIndex(3) +3 >Emitted(81, 4) Source(32, 26) + SourceIndex(3) +4 >Emitted(81, 21) Source(32, 43) + SourceIndex(3) +5 >Emitted(81, 26) Source(32, 26) + SourceIndex(3) +6 >Emitted(81, 43) Source(32, 43) + SourceIndex(3) +7 >Emitted(81, 51) Source(32, 73) + SourceIndex(3) --- >>>var internalOther; 1 > @@ -4512,10 +4517,10 @@ sourceFile:../../../second/second_part1.ts 2 >namespace 3 > internalOther 4 > .something { export class someClass {} } -1 >Emitted(81, 1) Source(33, 16) + SourceIndex(3) -2 >Emitted(81, 5) Source(33, 26) + SourceIndex(3) -3 >Emitted(81, 18) Source(33, 39) + SourceIndex(3) -4 >Emitted(81, 19) Source(33, 79) + SourceIndex(3) +1 >Emitted(82, 1) Source(33, 16) + SourceIndex(3) +2 >Emitted(82, 5) Source(33, 26) + SourceIndex(3) +3 >Emitted(82, 18) Source(33, 39) + SourceIndex(3) +4 >Emitted(82, 19) Source(33, 79) + SourceIndex(3) --- >>>(function (internalOther) { 1-> @@ -4524,9 +4529,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > internalOther -1->Emitted(82, 1) Source(33, 16) + SourceIndex(3) -2 >Emitted(82, 12) Source(33, 26) + SourceIndex(3) -3 >Emitted(82, 25) Source(33, 39) + SourceIndex(3) +1->Emitted(83, 1) Source(33, 16) + SourceIndex(3) +2 >Emitted(83, 12) Source(33, 26) + SourceIndex(3) +3 >Emitted(83, 25) Source(33, 39) + SourceIndex(3) --- >>> var something; 1 >^^^^ @@ -4538,10 +4543,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(83, 5) Source(33, 40) + SourceIndex(3) -2 >Emitted(83, 9) Source(33, 40) + SourceIndex(3) -3 >Emitted(83, 18) Source(33, 49) + SourceIndex(3) -4 >Emitted(83, 19) Source(33, 79) + SourceIndex(3) +1 >Emitted(84, 5) Source(33, 40) + SourceIndex(3) +2 >Emitted(84, 9) Source(33, 40) + SourceIndex(3) +3 >Emitted(84, 18) Source(33, 49) + SourceIndex(3) +4 >Emitted(84, 19) Source(33, 79) + SourceIndex(3) --- >>> (function (something) { 1->^^^^ @@ -4551,21 +4556,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(84, 5) Source(33, 40) + SourceIndex(3) -2 >Emitted(84, 16) Source(33, 40) + SourceIndex(3) -3 >Emitted(84, 25) Source(33, 49) + SourceIndex(3) +1->Emitted(85, 5) Source(33, 40) + SourceIndex(3) +2 >Emitted(85, 16) Source(33, 40) + SourceIndex(3) +3 >Emitted(85, 25) Source(33, 49) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(85, 9) Source(33, 52) + SourceIndex(3) +1->Emitted(86, 9) Source(33, 52) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(86, 13) Source(33, 52) + SourceIndex(3) +1->Emitted(87, 13) Source(33, 52) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -4573,16 +4578,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(87, 13) Source(33, 76) + SourceIndex(3) -2 >Emitted(87, 14) Source(33, 77) + SourceIndex(3) +1->Emitted(88, 13) Source(33, 76) + SourceIndex(3) +2 >Emitted(88, 14) Source(33, 77) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(88, 13) Source(33, 76) + SourceIndex(3) -2 >Emitted(88, 29) Source(33, 77) + SourceIndex(3) +1->Emitted(89, 13) Source(33, 76) + SourceIndex(3) +2 >Emitted(89, 29) Source(33, 77) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -4594,10 +4599,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(89, 9) Source(33, 76) + SourceIndex(3) -2 >Emitted(89, 10) Source(33, 77) + SourceIndex(3) -3 >Emitted(89, 10) Source(33, 52) + SourceIndex(3) -4 >Emitted(89, 14) Source(33, 77) + SourceIndex(3) +1 >Emitted(90, 9) Source(33, 76) + SourceIndex(3) +2 >Emitted(90, 10) Source(33, 77) + SourceIndex(3) +3 >Emitted(90, 10) Source(33, 52) + SourceIndex(3) +4 >Emitted(90, 14) Source(33, 77) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^ @@ -4609,10 +4614,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(90, 9) Source(33, 65) + SourceIndex(3) -2 >Emitted(90, 28) Source(33, 74) + SourceIndex(3) -3 >Emitted(90, 40) Source(33, 77) + SourceIndex(3) -4 >Emitted(90, 41) Source(33, 77) + SourceIndex(3) +1->Emitted(91, 9) Source(33, 65) + SourceIndex(3) +2 >Emitted(91, 28) Source(33, 74) + SourceIndex(3) +3 >Emitted(91, 40) Source(33, 77) + SourceIndex(3) +4 >Emitted(91, 41) Source(33, 77) + SourceIndex(3) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^ @@ -4633,15 +4638,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(91, 5) Source(33, 78) + SourceIndex(3) -2 >Emitted(91, 6) Source(33, 79) + SourceIndex(3) -3 >Emitted(91, 8) Source(33, 40) + SourceIndex(3) -4 >Emitted(91, 17) Source(33, 49) + SourceIndex(3) -5 >Emitted(91, 20) Source(33, 40) + SourceIndex(3) -6 >Emitted(91, 43) Source(33, 49) + SourceIndex(3) -7 >Emitted(91, 48) Source(33, 40) + SourceIndex(3) -8 >Emitted(91, 71) Source(33, 49) + SourceIndex(3) -9 >Emitted(91, 79) Source(33, 79) + SourceIndex(3) +1->Emitted(92, 5) Source(33, 78) + SourceIndex(3) +2 >Emitted(92, 6) Source(33, 79) + SourceIndex(3) +3 >Emitted(92, 8) Source(33, 40) + SourceIndex(3) +4 >Emitted(92, 17) Source(33, 49) + SourceIndex(3) +5 >Emitted(92, 20) Source(33, 40) + SourceIndex(3) +6 >Emitted(92, 43) Source(33, 49) + SourceIndex(3) +7 >Emitted(92, 48) Source(33, 40) + SourceIndex(3) +8 >Emitted(92, 71) Source(33, 49) + SourceIndex(3) +9 >Emitted(92, 79) Source(33, 79) + SourceIndex(3) --- >>>})(internalOther || (internalOther = {})); 1 > @@ -4659,13 +4664,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalOther 7 > .something { export class someClass {} } -1 >Emitted(92, 1) Source(33, 78) + SourceIndex(3) -2 >Emitted(92, 2) Source(33, 79) + SourceIndex(3) -3 >Emitted(92, 4) Source(33, 26) + SourceIndex(3) -4 >Emitted(92, 17) Source(33, 39) + SourceIndex(3) -5 >Emitted(92, 22) Source(33, 26) + SourceIndex(3) -6 >Emitted(92, 35) Source(33, 39) + SourceIndex(3) -7 >Emitted(92, 43) Source(33, 79) + SourceIndex(3) +1 >Emitted(93, 1) Source(33, 78) + SourceIndex(3) +2 >Emitted(93, 2) Source(33, 79) + SourceIndex(3) +3 >Emitted(93, 4) Source(33, 26) + SourceIndex(3) +4 >Emitted(93, 17) Source(33, 39) + SourceIndex(3) +5 >Emitted(93, 22) Source(33, 26) + SourceIndex(3) +6 >Emitted(93, 35) Source(33, 39) + SourceIndex(3) +7 >Emitted(93, 43) Source(33, 79) + SourceIndex(3) --- >>>var internalImport = internalNamespace.someClass; 1-> @@ -4685,14 +4690,14 @@ sourceFile:../../../second/second_part1.ts 6 > . 7 > someClass 8 > ; -1->Emitted(93, 1) Source(34, 16) + SourceIndex(3) -2 >Emitted(93, 5) Source(34, 23) + SourceIndex(3) -3 >Emitted(93, 19) Source(34, 37) + SourceIndex(3) -4 >Emitted(93, 22) Source(34, 40) + SourceIndex(3) -5 >Emitted(93, 39) Source(34, 57) + SourceIndex(3) -6 >Emitted(93, 40) Source(34, 58) + SourceIndex(3) -7 >Emitted(93, 49) Source(34, 67) + SourceIndex(3) -8 >Emitted(93, 50) Source(34, 68) + SourceIndex(3) +1->Emitted(94, 1) Source(34, 16) + SourceIndex(3) +2 >Emitted(94, 5) Source(34, 23) + SourceIndex(3) +3 >Emitted(94, 19) Source(34, 37) + SourceIndex(3) +4 >Emitted(94, 22) Source(34, 40) + SourceIndex(3) +5 >Emitted(94, 39) Source(34, 57) + SourceIndex(3) +6 >Emitted(94, 40) Source(34, 58) + SourceIndex(3) +7 >Emitted(94, 49) Source(34, 67) + SourceIndex(3) +8 >Emitted(94, 50) Source(34, 68) + SourceIndex(3) --- >>>var internalConst = 10; 1 > @@ -4709,12 +4714,12 @@ sourceFile:../../../second/second_part1.ts 4 > = 5 > 10 6 > ; -1 >Emitted(94, 1) Source(36, 16) + SourceIndex(3) -2 >Emitted(94, 5) Source(36, 22) + SourceIndex(3) -3 >Emitted(94, 18) Source(36, 35) + SourceIndex(3) -4 >Emitted(94, 21) Source(36, 38) + SourceIndex(3) -5 >Emitted(94, 23) Source(36, 40) + SourceIndex(3) -6 >Emitted(94, 24) Source(36, 41) + SourceIndex(3) +1 >Emitted(95, 1) Source(36, 16) + SourceIndex(3) +2 >Emitted(95, 5) Source(36, 22) + SourceIndex(3) +3 >Emitted(95, 18) Source(36, 35) + SourceIndex(3) +4 >Emitted(95, 21) Source(36, 38) + SourceIndex(3) +5 >Emitted(95, 23) Source(36, 40) + SourceIndex(3) +6 >Emitted(95, 24) Source(36, 41) + SourceIndex(3) --- >>>var internalEnum; 1 > @@ -4725,9 +4730,9 @@ sourceFile:../../../second/second_part1.ts >/**@internal*/ 2 >enum 3 > internalEnum { a, b, c } -1 >Emitted(95, 1) Source(37, 16) + SourceIndex(3) -2 >Emitted(95, 5) Source(37, 21) + SourceIndex(3) -3 >Emitted(95, 17) Source(37, 45) + SourceIndex(3) +1 >Emitted(96, 1) Source(37, 16) + SourceIndex(3) +2 >Emitted(96, 5) Source(37, 21) + SourceIndex(3) +3 >Emitted(96, 17) Source(37, 45) + SourceIndex(3) --- >>>(function (internalEnum) { 1-> @@ -4737,9 +4742,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >enum 3 > internalEnum -1->Emitted(96, 1) Source(37, 16) + SourceIndex(3) -2 >Emitted(96, 12) Source(37, 21) + SourceIndex(3) -3 >Emitted(96, 24) Source(37, 33) + SourceIndex(3) +1->Emitted(97, 1) Source(37, 16) + SourceIndex(3) +2 >Emitted(97, 12) Source(37, 21) + SourceIndex(3) +3 >Emitted(97, 24) Source(37, 33) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^ @@ -4749,9 +4754,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(97, 5) Source(37, 36) + SourceIndex(3) -2 >Emitted(97, 46) Source(37, 37) + SourceIndex(3) -3 >Emitted(97, 47) Source(37, 37) + SourceIndex(3) +1->Emitted(98, 5) Source(37, 36) + SourceIndex(3) +2 >Emitted(98, 46) Source(37, 37) + SourceIndex(3) +3 >Emitted(98, 47) Source(37, 37) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^ @@ -4761,9 +4766,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(98, 5) Source(37, 39) + SourceIndex(3) -2 >Emitted(98, 46) Source(37, 40) + SourceIndex(3) -3 >Emitted(98, 47) Source(37, 40) + SourceIndex(3) +1->Emitted(99, 5) Source(37, 39) + SourceIndex(3) +2 >Emitted(99, 46) Source(37, 40) + SourceIndex(3) +3 >Emitted(99, 47) Source(37, 40) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^ @@ -4772,9 +4777,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(99, 5) Source(37, 42) + SourceIndex(3) -2 >Emitted(99, 46) Source(37, 43) + SourceIndex(3) -3 >Emitted(99, 47) Source(37, 43) + SourceIndex(3) +1->Emitted(100, 5) Source(37, 42) + SourceIndex(3) +2 >Emitted(100, 46) Source(37, 43) + SourceIndex(3) +3 >Emitted(100, 47) Source(37, 43) + SourceIndex(3) --- >>>})(internalEnum || (internalEnum = {})); 1 > @@ -4791,13 +4796,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalEnum 7 > { a, b, c } -1 >Emitted(100, 1) Source(37, 44) + SourceIndex(3) -2 >Emitted(100, 2) Source(37, 45) + SourceIndex(3) -3 >Emitted(100, 4) Source(37, 21) + SourceIndex(3) -4 >Emitted(100, 16) Source(37, 33) + SourceIndex(3) -5 >Emitted(100, 21) Source(37, 21) + SourceIndex(3) -6 >Emitted(100, 33) Source(37, 33) + SourceIndex(3) -7 >Emitted(100, 41) Source(37, 45) + SourceIndex(3) +1 >Emitted(101, 1) Source(37, 44) + SourceIndex(3) +2 >Emitted(101, 2) Source(37, 45) + SourceIndex(3) +3 >Emitted(101, 4) Source(37, 21) + SourceIndex(3) +4 >Emitted(101, 16) Source(37, 33) + SourceIndex(3) +5 >Emitted(101, 21) Source(37, 21) + SourceIndex(3) +6 >Emitted(101, 33) Source(37, 33) + SourceIndex(3) +7 >Emitted(101, 41) Source(37, 45) + SourceIndex(3) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -4807,13 +4812,13 @@ sourceFile:../../../second/second_part2.ts 1 > 2 >^^^^^^^^^^^^^^^^^^^-> 1 > -1 >Emitted(101, 1) Source(1, 1) + SourceIndex(4) +1 >Emitted(102, 1) Source(1, 1) + SourceIndex(4) --- >>> function C() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(102, 5) Source(1, 1) + SourceIndex(4) +1->Emitted(103, 5) Source(1, 1) + SourceIndex(4) --- >>> } 1->^^^^ @@ -4825,8 +4830,8 @@ sourceFile:../../../second/second_part2.ts > } > 2 > } -1->Emitted(103, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(103, 6) Source(5, 2) + SourceIndex(4) +1->Emitted(104, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(104, 6) Source(5, 2) + SourceIndex(4) --- >>> C.prototype.doSomething = function () { 1->^^^^ @@ -4836,9 +4841,9 @@ sourceFile:../../../second/second_part2.ts 1-> 2 > doSomething 3 > -1->Emitted(104, 5) Source(2, 5) + SourceIndex(4) -2 >Emitted(104, 28) Source(2, 16) + SourceIndex(4) -3 >Emitted(104, 31) Source(2, 5) + SourceIndex(4) +1->Emitted(105, 5) Source(2, 5) + SourceIndex(4) +2 >Emitted(105, 28) Source(2, 16) + SourceIndex(4) +3 >Emitted(105, 31) Source(2, 5) + SourceIndex(4) --- >>> console.log("something got done"); 1->^^^^^^^^ @@ -4858,14 +4863,14 @@ sourceFile:../../../second/second_part2.ts 6 > "something got done" 7 > ) 8 > ; -1->Emitted(105, 9) Source(3, 9) + SourceIndex(4) -2 >Emitted(105, 16) Source(3, 16) + SourceIndex(4) -3 >Emitted(105, 17) Source(3, 17) + SourceIndex(4) -4 >Emitted(105, 20) Source(3, 20) + SourceIndex(4) -5 >Emitted(105, 21) Source(3, 21) + SourceIndex(4) -6 >Emitted(105, 41) Source(3, 41) + SourceIndex(4) -7 >Emitted(105, 42) Source(3, 42) + SourceIndex(4) -8 >Emitted(105, 43) Source(3, 43) + SourceIndex(4) +1->Emitted(106, 9) Source(3, 9) + SourceIndex(4) +2 >Emitted(106, 16) Source(3, 16) + SourceIndex(4) +3 >Emitted(106, 17) Source(3, 17) + SourceIndex(4) +4 >Emitted(106, 20) Source(3, 20) + SourceIndex(4) +5 >Emitted(106, 21) Source(3, 21) + SourceIndex(4) +6 >Emitted(106, 41) Source(3, 41) + SourceIndex(4) +7 >Emitted(106, 42) Source(3, 42) + SourceIndex(4) +8 >Emitted(106, 43) Source(3, 43) + SourceIndex(4) --- >>> }; 1 >^^^^ @@ -4874,8 +4879,8 @@ sourceFile:../../../second/second_part2.ts 1 > > 2 > } -1 >Emitted(106, 5) Source(4, 5) + SourceIndex(4) -2 >Emitted(106, 6) Source(4, 6) + SourceIndex(4) +1 >Emitted(107, 5) Source(4, 5) + SourceIndex(4) +2 >Emitted(107, 6) Source(4, 6) + SourceIndex(4) --- >>> return C; 1->^^^^ @@ -4883,8 +4888,8 @@ sourceFile:../../../second/second_part2.ts 1-> > 2 > } -1->Emitted(107, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(107, 13) Source(5, 2) + SourceIndex(4) +1->Emitted(108, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(108, 13) Source(5, 2) + SourceIndex(4) --- >>>}()); 1 > @@ -4900,10 +4905,10 @@ sourceFile:../../../second/second_part2.ts > console.log("something got done"); > } > } -1 >Emitted(108, 1) Source(5, 1) + SourceIndex(4) -2 >Emitted(108, 2) Source(5, 2) + SourceIndex(4) -3 >Emitted(108, 2) Source(1, 1) + SourceIndex(4) -4 >Emitted(108, 6) Source(5, 2) + SourceIndex(4) +1 >Emitted(109, 1) Source(5, 1) + SourceIndex(4) +2 >Emitted(109, 2) Source(5, 2) + SourceIndex(4) +3 >Emitted(109, 2) Source(1, 1) + SourceIndex(4) +4 >Emitted(109, 6) Source(5, 2) + SourceIndex(4) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -4927,14 +4932,14 @@ sourceFile:../../third_part1.ts 6 > C 7 > () 8 > ; -1->Emitted(109, 1) Source(1, 1) + SourceIndex(5) -2 >Emitted(109, 5) Source(1, 5) + SourceIndex(5) -3 >Emitted(109, 6) Source(1, 6) + SourceIndex(5) -4 >Emitted(109, 9) Source(1, 9) + SourceIndex(5) -5 >Emitted(109, 13) Source(1, 13) + SourceIndex(5) -6 >Emitted(109, 14) Source(1, 14) + SourceIndex(5) -7 >Emitted(109, 16) Source(1, 16) + SourceIndex(5) -8 >Emitted(109, 17) Source(1, 17) + SourceIndex(5) +1->Emitted(110, 1) Source(1, 1) + SourceIndex(5) +2 >Emitted(110, 5) Source(1, 5) + SourceIndex(5) +3 >Emitted(110, 6) Source(1, 6) + SourceIndex(5) +4 >Emitted(110, 9) Source(1, 9) + SourceIndex(5) +5 >Emitted(110, 13) Source(1, 13) + SourceIndex(5) +6 >Emitted(110, 14) Source(1, 14) + SourceIndex(5) +7 >Emitted(110, 16) Source(1, 16) + SourceIndex(5) +8 >Emitted(110, 17) Source(1, 17) + SourceIndex(5) --- >>>c.doSomething(); 1-> @@ -4951,12 +4956,12 @@ sourceFile:../../third_part1.ts 4 > doSomething 5 > () 6 > ; -1->Emitted(110, 1) Source(2, 1) + SourceIndex(5) -2 >Emitted(110, 2) Source(2, 2) + SourceIndex(5) -3 >Emitted(110, 3) Source(2, 3) + SourceIndex(5) -4 >Emitted(110, 14) Source(2, 14) + SourceIndex(5) -5 >Emitted(110, 16) Source(2, 16) + SourceIndex(5) -6 >Emitted(110, 17) Source(2, 17) + SourceIndex(5) +1->Emitted(111, 1) Source(2, 1) + SourceIndex(5) +2 >Emitted(111, 2) Source(2, 2) + SourceIndex(5) +3 >Emitted(111, 3) Source(2, 3) + SourceIndex(5) +4 >Emitted(111, 14) Source(2, 14) + SourceIndex(5) +5 >Emitted(111, 16) Source(2, 16) + SourceIndex(5) +6 >Emitted(111, 17) Source(2, 17) + SourceIndex(5) --- >>>//# sourceMappingURL=third-output.js.map @@ -4971,20 +4976,20 @@ sourceFile:../../third_part1.ts "sections": [ { "pos": 0, - "end": 3162, + "end": 3180, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 0, - "end": 3162, + "end": 3180, "kind": "text" } ] }, { - "pos": 3162, - "end": 3198, + "pos": 3180, + "end": 3216, "kind": "text" } ] @@ -5019,9 +5024,9 @@ sourceFile:../../third_part1.ts ====================================================================== File:: /src/third/thirdjs/output/third-output.js ---------------------------------------------------------------------- -prepend: (0-3162):: ../../../2/second-output.js texts:: 1 +prepend: (0-3180):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (0-3162) +text: (0-3180) var s = "Hello, world"; console.log(s); console.log(f()); @@ -5038,8 +5043,9 @@ var N; var normalC = (function () { function normalC() { } - normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: true, @@ -5132,7 +5138,7 @@ var C = (function () { }()); ---------------------------------------------------------------------- -text: (3162-3198) +text: (3180-3216) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-jsdoc-style-comment.js b/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-jsdoc-style-comment.js index e57ae860e8868..6302681f9b0e5 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-jsdoc-style-comment.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-jsdoc-style-comment.js @@ -970,66 +970,68 @@ sourceFile:../../../second/second_part1.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->constructor() { 2 > } 1->Emitted(16, 5) Source(14, 36) + SourceIndex(3) 2 >Emitted(16, 6) Source(14, 37) + SourceIndex(3) --- ->>> normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> proto_1.method = function () { }; 1->^^^^ -2 > ^^^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^ -5 > ^ -6 > ^^^^^^-> +2 > ^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^ +5 > ^ +6 > ^^^^^^-> 1-> > /**@internal*/ prop: string; > /**@internal*/ 2 > method -3 > -4 > method() { -5 > } -1->Emitted(17, 5) Source(16, 20) + SourceIndex(3) -2 >Emitted(17, 29) Source(16, 26) + SourceIndex(3) -3 >Emitted(17, 32) Source(16, 20) + SourceIndex(3) -4 >Emitted(17, 46) Source(16, 31) + SourceIndex(3) -5 >Emitted(17, 47) Source(16, 32) + SourceIndex(3) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +3 > +4 > method() { +5 > } +1->Emitted(18, 5) Source(16, 20) + SourceIndex(3) +2 >Emitted(18, 19) Source(16, 26) + SourceIndex(3) +3 >Emitted(18, 22) Source(16, 20) + SourceIndex(3) +4 >Emitted(18, 36) Source(16, 31) + SourceIndex(3) +5 >Emitted(18, 37) Source(16, 32) + SourceIndex(3) +--- +>>> Object.defineProperty(proto_1, "c", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^^^^^^^^^^ +4 > ^^^-> 1-> > /**@internal*/ 2 > get 3 > c -1->Emitted(18, 5) Source(17, 20) + SourceIndex(3) -2 >Emitted(18, 27) Source(17, 24) + SourceIndex(3) -3 >Emitted(18, 49) Source(17, 25) + SourceIndex(3) +1->Emitted(19, 5) Source(17, 20) + SourceIndex(3) +2 >Emitted(19, 27) Source(17, 24) + SourceIndex(3) +3 >Emitted(19, 39) Source(17, 25) + SourceIndex(3) --- >>> get: function () { return 10; }, -1 >^^^^^^^^^^^^^ +1->^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^^^^^^^ 4 > ^^ 5 > ^ 6 > ^ 7 > ^ -1 > +1-> 2 > get c() { 3 > return 4 > 10 5 > ; 6 > 7 > } -1 >Emitted(19, 14) Source(17, 20) + SourceIndex(3) -2 >Emitted(19, 28) Source(17, 30) + SourceIndex(3) -3 >Emitted(19, 35) Source(17, 37) + SourceIndex(3) -4 >Emitted(19, 37) Source(17, 39) + SourceIndex(3) -5 >Emitted(19, 38) Source(17, 40) + SourceIndex(3) -6 >Emitted(19, 39) Source(17, 41) + SourceIndex(3) -7 >Emitted(19, 40) Source(17, 42) + SourceIndex(3) +1->Emitted(20, 14) Source(17, 20) + SourceIndex(3) +2 >Emitted(20, 28) Source(17, 30) + SourceIndex(3) +3 >Emitted(20, 35) Source(17, 37) + SourceIndex(3) +4 >Emitted(20, 37) Source(17, 39) + SourceIndex(3) +5 >Emitted(20, 38) Source(17, 40) + SourceIndex(3) +6 >Emitted(20, 39) Source(17, 41) + SourceIndex(3) +7 >Emitted(20, 40) Source(17, 42) + SourceIndex(3) --- >>> set: function (val) { }, 1 >^^^^^^^^^^^^^ @@ -1043,11 +1045,11 @@ sourceFile:../../../second/second_part1.ts 3 > val: number 4 > ) { 5 > } -1 >Emitted(20, 14) Source(18, 20) + SourceIndex(3) -2 >Emitted(20, 24) Source(18, 26) + SourceIndex(3) -3 >Emitted(20, 27) Source(18, 37) + SourceIndex(3) -4 >Emitted(20, 31) Source(18, 41) + SourceIndex(3) -5 >Emitted(20, 32) Source(18, 42) + SourceIndex(3) +1 >Emitted(21, 14) Source(18, 20) + SourceIndex(3) +2 >Emitted(21, 24) Source(18, 26) + SourceIndex(3) +3 >Emitted(21, 27) Source(18, 37) + SourceIndex(3) +4 >Emitted(21, 31) Source(18, 41) + SourceIndex(3) +5 >Emitted(21, 32) Source(18, 42) + SourceIndex(3) --- >>> enumerable: true, >>> configurable: true @@ -1055,7 +1057,7 @@ sourceFile:../../../second/second_part1.ts 1 >^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(23, 8) Source(17, 42) + SourceIndex(3) +1 >Emitted(24, 8) Source(17, 42) + SourceIndex(3) --- >>> return normalC; 1->^^^^ @@ -1064,8 +1066,8 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ set c(val: number) { } > 2 > } -1->Emitted(24, 5) Source(19, 1) + SourceIndex(3) -2 >Emitted(24, 19) Source(19, 2) + SourceIndex(3) +1->Emitted(25, 5) Source(19, 1) + SourceIndex(3) +2 >Emitted(25, 19) Source(19, 2) + SourceIndex(3) --- >>>}()); 1 > @@ -1083,10 +1085,10 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ get c() { return 10; } > /**@internal*/ set c(val: number) { } > } -1 >Emitted(25, 1) Source(19, 1) + SourceIndex(3) -2 >Emitted(25, 2) Source(19, 2) + SourceIndex(3) -3 >Emitted(25, 2) Source(13, 1) + SourceIndex(3) -4 >Emitted(25, 6) Source(19, 2) + SourceIndex(3) +1 >Emitted(26, 1) Source(19, 1) + SourceIndex(3) +2 >Emitted(26, 2) Source(19, 2) + SourceIndex(3) +3 >Emitted(26, 2) Source(13, 1) + SourceIndex(3) +4 >Emitted(26, 6) Source(19, 2) + SourceIndex(3) --- >>>var normalN; 1-> @@ -1108,10 +1110,10 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ export const internalConst = 10; > /**@internal*/ export enum internalEnum { a, b, c } > } -1->Emitted(26, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(26, 5) Source(20, 11) + SourceIndex(3) -3 >Emitted(26, 12) Source(20, 18) + SourceIndex(3) -4 >Emitted(26, 13) Source(29, 2) + SourceIndex(3) +1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(27, 5) Source(20, 11) + SourceIndex(3) +3 >Emitted(27, 12) Source(20, 18) + SourceIndex(3) +4 >Emitted(27, 13) Source(29, 2) + SourceIndex(3) --- >>>(function (normalN) { 1-> @@ -1121,22 +1123,22 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > normalN -1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(27, 12) Source(20, 11) + SourceIndex(3) -3 >Emitted(27, 19) Source(20, 18) + SourceIndex(3) +1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(28, 12) Source(20, 11) + SourceIndex(3) +3 >Emitted(28, 19) Source(20, 18) + SourceIndex(3) --- >>> var C = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { > /**@internal*/ -1->Emitted(28, 5) Source(21, 20) + SourceIndex(3) +1->Emitted(29, 5) Source(21, 20) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(29, 9) Source(21, 20) + SourceIndex(3) +1->Emitted(30, 9) Source(21, 20) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -1144,16 +1146,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(30, 9) Source(21, 37) + SourceIndex(3) -2 >Emitted(30, 10) Source(21, 38) + SourceIndex(3) +1->Emitted(31, 9) Source(21, 37) + SourceIndex(3) +2 >Emitted(31, 10) Source(21, 38) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(31, 9) Source(21, 37) + SourceIndex(3) -2 >Emitted(31, 17) Source(21, 38) + SourceIndex(3) +1->Emitted(32, 9) Source(21, 37) + SourceIndex(3) +2 >Emitted(32, 17) Source(21, 38) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -1165,10 +1167,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(32, 5) Source(21, 37) + SourceIndex(3) -2 >Emitted(32, 6) Source(21, 38) + SourceIndex(3) -3 >Emitted(32, 6) Source(21, 20) + SourceIndex(3) -4 >Emitted(32, 10) Source(21, 38) + SourceIndex(3) +1 >Emitted(33, 5) Source(21, 37) + SourceIndex(3) +2 >Emitted(33, 6) Source(21, 38) + SourceIndex(3) +3 >Emitted(33, 6) Source(21, 20) + SourceIndex(3) +4 >Emitted(33, 10) Source(21, 38) + SourceIndex(3) --- >>> normalN.C = C; 1->^^^^ @@ -1180,10 +1182,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > { } 4 > -1->Emitted(33, 5) Source(21, 33) + SourceIndex(3) -2 >Emitted(33, 14) Source(21, 34) + SourceIndex(3) -3 >Emitted(33, 18) Source(21, 38) + SourceIndex(3) -4 >Emitted(33, 19) Source(21, 38) + SourceIndex(3) +1->Emitted(34, 5) Source(21, 33) + SourceIndex(3) +2 >Emitted(34, 14) Source(21, 34) + SourceIndex(3) +3 >Emitted(34, 18) Source(21, 38) + SourceIndex(3) +4 >Emitted(34, 19) Source(21, 38) + SourceIndex(3) --- >>> function foo() { } 1->^^^^ @@ -1198,11 +1200,11 @@ sourceFile:../../../second/second_part1.ts 3 > foo 4 > () { 5 > } -1->Emitted(34, 5) Source(22, 20) + SourceIndex(3) -2 >Emitted(34, 14) Source(22, 36) + SourceIndex(3) -3 >Emitted(34, 17) Source(22, 39) + SourceIndex(3) -4 >Emitted(34, 22) Source(22, 43) + SourceIndex(3) -5 >Emitted(34, 23) Source(22, 44) + SourceIndex(3) +1->Emitted(35, 5) Source(22, 20) + SourceIndex(3) +2 >Emitted(35, 14) Source(22, 36) + SourceIndex(3) +3 >Emitted(35, 17) Source(22, 39) + SourceIndex(3) +4 >Emitted(35, 22) Source(22, 43) + SourceIndex(3) +5 >Emitted(35, 23) Source(22, 44) + SourceIndex(3) --- >>> normalN.foo = foo; 1->^^^^ @@ -1214,10 +1216,10 @@ sourceFile:../../../second/second_part1.ts 2 > foo 3 > () {} 4 > -1->Emitted(35, 5) Source(22, 36) + SourceIndex(3) -2 >Emitted(35, 16) Source(22, 39) + SourceIndex(3) -3 >Emitted(35, 22) Source(22, 44) + SourceIndex(3) -4 >Emitted(35, 23) Source(22, 44) + SourceIndex(3) +1->Emitted(36, 5) Source(22, 36) + SourceIndex(3) +2 >Emitted(36, 16) Source(22, 39) + SourceIndex(3) +3 >Emitted(36, 22) Source(22, 44) + SourceIndex(3) +4 >Emitted(36, 23) Source(22, 44) + SourceIndex(3) --- >>> var someNamespace; 1->^^^^ @@ -1230,10 +1232,10 @@ sourceFile:../../../second/second_part1.ts 2 > export namespace 3 > someNamespace 4 > { export class C {} } -1->Emitted(36, 5) Source(23, 20) + SourceIndex(3) -2 >Emitted(36, 9) Source(23, 37) + SourceIndex(3) -3 >Emitted(36, 22) Source(23, 50) + SourceIndex(3) -4 >Emitted(36, 23) Source(23, 72) + SourceIndex(3) +1->Emitted(37, 5) Source(23, 20) + SourceIndex(3) +2 >Emitted(37, 9) Source(23, 37) + SourceIndex(3) +3 >Emitted(37, 22) Source(23, 50) + SourceIndex(3) +4 >Emitted(37, 23) Source(23, 72) + SourceIndex(3) --- >>> (function (someNamespace) { 1->^^^^ @@ -1243,21 +1245,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > export namespace 3 > someNamespace -1->Emitted(37, 5) Source(23, 20) + SourceIndex(3) -2 >Emitted(37, 16) Source(23, 37) + SourceIndex(3) -3 >Emitted(37, 29) Source(23, 50) + SourceIndex(3) +1->Emitted(38, 5) Source(23, 20) + SourceIndex(3) +2 >Emitted(38, 16) Source(23, 37) + SourceIndex(3) +3 >Emitted(38, 29) Source(23, 50) + SourceIndex(3) --- >>> var C = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(38, 9) Source(23, 53) + SourceIndex(3) +1->Emitted(39, 9) Source(23, 53) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(39, 13) Source(23, 53) + SourceIndex(3) +1->Emitted(40, 13) Source(23, 53) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -1265,16 +1267,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(40, 13) Source(23, 69) + SourceIndex(3) -2 >Emitted(40, 14) Source(23, 70) + SourceIndex(3) +1->Emitted(41, 13) Source(23, 69) + SourceIndex(3) +2 >Emitted(41, 14) Source(23, 70) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(41, 13) Source(23, 69) + SourceIndex(3) -2 >Emitted(41, 21) Source(23, 70) + SourceIndex(3) +1->Emitted(42, 13) Source(23, 69) + SourceIndex(3) +2 >Emitted(42, 21) Source(23, 70) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -1286,10 +1288,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(42, 9) Source(23, 69) + SourceIndex(3) -2 >Emitted(42, 10) Source(23, 70) + SourceIndex(3) -3 >Emitted(42, 10) Source(23, 53) + SourceIndex(3) -4 >Emitted(42, 14) Source(23, 70) + SourceIndex(3) +1 >Emitted(43, 9) Source(23, 69) + SourceIndex(3) +2 >Emitted(43, 10) Source(23, 70) + SourceIndex(3) +3 >Emitted(43, 10) Source(23, 53) + SourceIndex(3) +4 >Emitted(43, 14) Source(23, 70) + SourceIndex(3) --- >>> someNamespace.C = C; 1->^^^^^^^^ @@ -1301,10 +1303,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > {} 4 > -1->Emitted(43, 9) Source(23, 66) + SourceIndex(3) -2 >Emitted(43, 24) Source(23, 67) + SourceIndex(3) -3 >Emitted(43, 28) Source(23, 70) + SourceIndex(3) -4 >Emitted(43, 29) Source(23, 70) + SourceIndex(3) +1->Emitted(44, 9) Source(23, 66) + SourceIndex(3) +2 >Emitted(44, 24) Source(23, 67) + SourceIndex(3) +3 >Emitted(44, 28) Source(23, 70) + SourceIndex(3) +4 >Emitted(44, 29) Source(23, 70) + SourceIndex(3) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^ @@ -1325,15 +1327,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(44, 5) Source(23, 71) + SourceIndex(3) -2 >Emitted(44, 6) Source(23, 72) + SourceIndex(3) -3 >Emitted(44, 8) Source(23, 37) + SourceIndex(3) -4 >Emitted(44, 21) Source(23, 50) + SourceIndex(3) -5 >Emitted(44, 24) Source(23, 37) + SourceIndex(3) -6 >Emitted(44, 45) Source(23, 50) + SourceIndex(3) -7 >Emitted(44, 50) Source(23, 37) + SourceIndex(3) -8 >Emitted(44, 71) Source(23, 50) + SourceIndex(3) -9 >Emitted(44, 79) Source(23, 72) + SourceIndex(3) +1->Emitted(45, 5) Source(23, 71) + SourceIndex(3) +2 >Emitted(45, 6) Source(23, 72) + SourceIndex(3) +3 >Emitted(45, 8) Source(23, 37) + SourceIndex(3) +4 >Emitted(45, 21) Source(23, 50) + SourceIndex(3) +5 >Emitted(45, 24) Source(23, 37) + SourceIndex(3) +6 >Emitted(45, 45) Source(23, 50) + SourceIndex(3) +7 >Emitted(45, 50) Source(23, 37) + SourceIndex(3) +8 >Emitted(45, 71) Source(23, 50) + SourceIndex(3) +9 >Emitted(45, 79) Source(23, 72) + SourceIndex(3) --- >>> var someOther; 1 >^^^^ @@ -1346,10 +1348,10 @@ sourceFile:../../../second/second_part1.ts 2 > export namespace 3 > someOther 4 > .something { export class someClass {} } -1 >Emitted(45, 5) Source(24, 20) + SourceIndex(3) -2 >Emitted(45, 9) Source(24, 37) + SourceIndex(3) -3 >Emitted(45, 18) Source(24, 46) + SourceIndex(3) -4 >Emitted(45, 19) Source(24, 86) + SourceIndex(3) +1 >Emitted(46, 5) Source(24, 20) + SourceIndex(3) +2 >Emitted(46, 9) Source(24, 37) + SourceIndex(3) +3 >Emitted(46, 18) Source(24, 46) + SourceIndex(3) +4 >Emitted(46, 19) Source(24, 86) + SourceIndex(3) --- >>> (function (someOther) { 1->^^^^ @@ -1358,9 +1360,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > export namespace 3 > someOther -1->Emitted(46, 5) Source(24, 20) + SourceIndex(3) -2 >Emitted(46, 16) Source(24, 37) + SourceIndex(3) -3 >Emitted(46, 25) Source(24, 46) + SourceIndex(3) +1->Emitted(47, 5) Source(24, 20) + SourceIndex(3) +2 >Emitted(47, 16) Source(24, 37) + SourceIndex(3) +3 >Emitted(47, 25) Source(24, 46) + SourceIndex(3) --- >>> var something; 1 >^^^^^^^^ @@ -1372,10 +1374,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(47, 9) Source(24, 47) + SourceIndex(3) -2 >Emitted(47, 13) Source(24, 47) + SourceIndex(3) -3 >Emitted(47, 22) Source(24, 56) + SourceIndex(3) -4 >Emitted(47, 23) Source(24, 86) + SourceIndex(3) +1 >Emitted(48, 9) Source(24, 47) + SourceIndex(3) +2 >Emitted(48, 13) Source(24, 47) + SourceIndex(3) +3 >Emitted(48, 22) Source(24, 56) + SourceIndex(3) +4 >Emitted(48, 23) Source(24, 86) + SourceIndex(3) --- >>> (function (something) { 1->^^^^^^^^ @@ -1385,21 +1387,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(48, 9) Source(24, 47) + SourceIndex(3) -2 >Emitted(48, 20) Source(24, 47) + SourceIndex(3) -3 >Emitted(48, 29) Source(24, 56) + SourceIndex(3) +1->Emitted(49, 9) Source(24, 47) + SourceIndex(3) +2 >Emitted(49, 20) Source(24, 47) + SourceIndex(3) +3 >Emitted(49, 29) Source(24, 56) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(49, 13) Source(24, 59) + SourceIndex(3) +1->Emitted(50, 13) Source(24, 59) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(50, 17) Source(24, 59) + SourceIndex(3) +1->Emitted(51, 17) Source(24, 59) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -1407,16 +1409,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(51, 17) Source(24, 83) + SourceIndex(3) -2 >Emitted(51, 18) Source(24, 84) + SourceIndex(3) +1->Emitted(52, 17) Source(24, 83) + SourceIndex(3) +2 >Emitted(52, 18) Source(24, 84) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(52, 17) Source(24, 83) + SourceIndex(3) -2 >Emitted(52, 33) Source(24, 84) + SourceIndex(3) +1->Emitted(53, 17) Source(24, 83) + SourceIndex(3) +2 >Emitted(53, 33) Source(24, 84) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -1428,10 +1430,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(53, 13) Source(24, 83) + SourceIndex(3) -2 >Emitted(53, 14) Source(24, 84) + SourceIndex(3) -3 >Emitted(53, 14) Source(24, 59) + SourceIndex(3) -4 >Emitted(53, 18) Source(24, 84) + SourceIndex(3) +1 >Emitted(54, 13) Source(24, 83) + SourceIndex(3) +2 >Emitted(54, 14) Source(24, 84) + SourceIndex(3) +3 >Emitted(54, 14) Source(24, 59) + SourceIndex(3) +4 >Emitted(54, 18) Source(24, 84) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -1443,10 +1445,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(54, 13) Source(24, 72) + SourceIndex(3) -2 >Emitted(54, 32) Source(24, 81) + SourceIndex(3) -3 >Emitted(54, 44) Source(24, 84) + SourceIndex(3) -4 >Emitted(54, 45) Source(24, 84) + SourceIndex(3) +1->Emitted(55, 13) Source(24, 72) + SourceIndex(3) +2 >Emitted(55, 32) Source(24, 81) + SourceIndex(3) +3 >Emitted(55, 44) Source(24, 84) + SourceIndex(3) +4 >Emitted(55, 45) Source(24, 84) + SourceIndex(3) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^ @@ -1467,15 +1469,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(55, 9) Source(24, 85) + SourceIndex(3) -2 >Emitted(55, 10) Source(24, 86) + SourceIndex(3) -3 >Emitted(55, 12) Source(24, 47) + SourceIndex(3) -4 >Emitted(55, 21) Source(24, 56) + SourceIndex(3) -5 >Emitted(55, 24) Source(24, 47) + SourceIndex(3) -6 >Emitted(55, 43) Source(24, 56) + SourceIndex(3) -7 >Emitted(55, 48) Source(24, 47) + SourceIndex(3) -8 >Emitted(55, 67) Source(24, 56) + SourceIndex(3) -9 >Emitted(55, 75) Source(24, 86) + SourceIndex(3) +1->Emitted(56, 9) Source(24, 85) + SourceIndex(3) +2 >Emitted(56, 10) Source(24, 86) + SourceIndex(3) +3 >Emitted(56, 12) Source(24, 47) + SourceIndex(3) +4 >Emitted(56, 21) Source(24, 56) + SourceIndex(3) +5 >Emitted(56, 24) Source(24, 47) + SourceIndex(3) +6 >Emitted(56, 43) Source(24, 56) + SourceIndex(3) +7 >Emitted(56, 48) Source(24, 47) + SourceIndex(3) +8 >Emitted(56, 67) Source(24, 56) + SourceIndex(3) +9 >Emitted(56, 75) Source(24, 86) + SourceIndex(3) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^ @@ -1496,15 +1498,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(56, 5) Source(24, 85) + SourceIndex(3) -2 >Emitted(56, 6) Source(24, 86) + SourceIndex(3) -3 >Emitted(56, 8) Source(24, 37) + SourceIndex(3) -4 >Emitted(56, 17) Source(24, 46) + SourceIndex(3) -5 >Emitted(56, 20) Source(24, 37) + SourceIndex(3) -6 >Emitted(56, 37) Source(24, 46) + SourceIndex(3) -7 >Emitted(56, 42) Source(24, 37) + SourceIndex(3) -8 >Emitted(56, 59) Source(24, 46) + SourceIndex(3) -9 >Emitted(56, 67) Source(24, 86) + SourceIndex(3) +1 >Emitted(57, 5) Source(24, 85) + SourceIndex(3) +2 >Emitted(57, 6) Source(24, 86) + SourceIndex(3) +3 >Emitted(57, 8) Source(24, 37) + SourceIndex(3) +4 >Emitted(57, 17) Source(24, 46) + SourceIndex(3) +5 >Emitted(57, 20) Source(24, 37) + SourceIndex(3) +6 >Emitted(57, 37) Source(24, 46) + SourceIndex(3) +7 >Emitted(57, 42) Source(24, 37) + SourceIndex(3) +8 >Emitted(57, 59) Source(24, 46) + SourceIndex(3) +9 >Emitted(57, 67) Source(24, 86) + SourceIndex(3) --- >>> normalN.someImport = someNamespace.C; 1 >^^^^ @@ -1522,13 +1524,13 @@ sourceFile:../../../second/second_part1.ts 5 > . 6 > C 7 > ; -1 >Emitted(57, 5) Source(25, 34) + SourceIndex(3) -2 >Emitted(57, 23) Source(25, 44) + SourceIndex(3) -3 >Emitted(57, 26) Source(25, 47) + SourceIndex(3) -4 >Emitted(57, 39) Source(25, 60) + SourceIndex(3) -5 >Emitted(57, 40) Source(25, 61) + SourceIndex(3) -6 >Emitted(57, 41) Source(25, 62) + SourceIndex(3) -7 >Emitted(57, 42) Source(25, 63) + SourceIndex(3) +1 >Emitted(58, 5) Source(25, 34) + SourceIndex(3) +2 >Emitted(58, 23) Source(25, 44) + SourceIndex(3) +3 >Emitted(58, 26) Source(25, 47) + SourceIndex(3) +4 >Emitted(58, 39) Source(25, 60) + SourceIndex(3) +5 >Emitted(58, 40) Source(25, 61) + SourceIndex(3) +6 >Emitted(58, 41) Source(25, 62) + SourceIndex(3) +7 >Emitted(58, 42) Source(25, 63) + SourceIndex(3) --- >>> normalN.internalConst = 10; 1 >^^^^ @@ -1543,11 +1545,11 @@ sourceFile:../../../second/second_part1.ts 3 > = 4 > 10 5 > ; -1 >Emitted(58, 5) Source(27, 33) + SourceIndex(3) -2 >Emitted(58, 26) Source(27, 46) + SourceIndex(3) -3 >Emitted(58, 29) Source(27, 49) + SourceIndex(3) -4 >Emitted(58, 31) Source(27, 51) + SourceIndex(3) -5 >Emitted(58, 32) Source(27, 52) + SourceIndex(3) +1 >Emitted(59, 5) Source(27, 33) + SourceIndex(3) +2 >Emitted(59, 26) Source(27, 46) + SourceIndex(3) +3 >Emitted(59, 29) Source(27, 49) + SourceIndex(3) +4 >Emitted(59, 31) Source(27, 51) + SourceIndex(3) +5 >Emitted(59, 32) Source(27, 52) + SourceIndex(3) --- >>> var internalEnum; 1 >^^^^ @@ -1558,9 +1560,9 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ 2 > export enum 3 > internalEnum { a, b, c } -1 >Emitted(59, 5) Source(28, 20) + SourceIndex(3) -2 >Emitted(59, 9) Source(28, 32) + SourceIndex(3) -3 >Emitted(59, 21) Source(28, 56) + SourceIndex(3) +1 >Emitted(60, 5) Source(28, 20) + SourceIndex(3) +2 >Emitted(60, 9) Source(28, 32) + SourceIndex(3) +3 >Emitted(60, 21) Source(28, 56) + SourceIndex(3) --- >>> (function (internalEnum) { 1->^^^^ @@ -1570,9 +1572,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > export enum 3 > internalEnum -1->Emitted(60, 5) Source(28, 20) + SourceIndex(3) -2 >Emitted(60, 16) Source(28, 32) + SourceIndex(3) -3 >Emitted(60, 28) Source(28, 44) + SourceIndex(3) +1->Emitted(61, 5) Source(28, 20) + SourceIndex(3) +2 >Emitted(61, 16) Source(28, 32) + SourceIndex(3) +3 >Emitted(61, 28) Source(28, 44) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -1582,9 +1584,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(61, 9) Source(28, 47) + SourceIndex(3) -2 >Emitted(61, 50) Source(28, 48) + SourceIndex(3) -3 >Emitted(61, 51) Source(28, 48) + SourceIndex(3) +1->Emitted(62, 9) Source(28, 47) + SourceIndex(3) +2 >Emitted(62, 50) Source(28, 48) + SourceIndex(3) +3 >Emitted(62, 51) Source(28, 48) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -1594,9 +1596,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(62, 9) Source(28, 50) + SourceIndex(3) -2 >Emitted(62, 50) Source(28, 51) + SourceIndex(3) -3 >Emitted(62, 51) Source(28, 51) + SourceIndex(3) +1->Emitted(63, 9) Source(28, 50) + SourceIndex(3) +2 >Emitted(63, 50) Source(28, 51) + SourceIndex(3) +3 >Emitted(63, 51) Source(28, 51) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -1606,9 +1608,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(63, 9) Source(28, 53) + SourceIndex(3) -2 >Emitted(63, 50) Source(28, 54) + SourceIndex(3) -3 >Emitted(63, 51) Source(28, 54) + SourceIndex(3) +1->Emitted(64, 9) Source(28, 53) + SourceIndex(3) +2 >Emitted(64, 50) Source(28, 54) + SourceIndex(3) +3 >Emitted(64, 51) Source(28, 54) + SourceIndex(3) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^ @@ -1629,15 +1631,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(64, 5) Source(28, 55) + SourceIndex(3) -2 >Emitted(64, 6) Source(28, 56) + SourceIndex(3) -3 >Emitted(64, 8) Source(28, 32) + SourceIndex(3) -4 >Emitted(64, 20) Source(28, 44) + SourceIndex(3) -5 >Emitted(64, 23) Source(28, 32) + SourceIndex(3) -6 >Emitted(64, 43) Source(28, 44) + SourceIndex(3) -7 >Emitted(64, 48) Source(28, 32) + SourceIndex(3) -8 >Emitted(64, 68) Source(28, 44) + SourceIndex(3) -9 >Emitted(64, 76) Source(28, 56) + SourceIndex(3) +1->Emitted(65, 5) Source(28, 55) + SourceIndex(3) +2 >Emitted(65, 6) Source(28, 56) + SourceIndex(3) +3 >Emitted(65, 8) Source(28, 32) + SourceIndex(3) +4 >Emitted(65, 20) Source(28, 44) + SourceIndex(3) +5 >Emitted(65, 23) Source(28, 32) + SourceIndex(3) +6 >Emitted(65, 43) Source(28, 44) + SourceIndex(3) +7 >Emitted(65, 48) Source(28, 32) + SourceIndex(3) +8 >Emitted(65, 68) Source(28, 44) + SourceIndex(3) +9 >Emitted(65, 76) Source(28, 56) + SourceIndex(3) --- >>>})(normalN || (normalN = {})); 1 > @@ -1665,26 +1667,26 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ export const internalConst = 10; > /**@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(65, 1) Source(29, 1) + SourceIndex(3) -2 >Emitted(65, 2) Source(29, 2) + SourceIndex(3) -3 >Emitted(65, 4) Source(20, 11) + SourceIndex(3) -4 >Emitted(65, 11) Source(20, 18) + SourceIndex(3) -5 >Emitted(65, 16) Source(20, 11) + SourceIndex(3) -6 >Emitted(65, 23) Source(20, 18) + SourceIndex(3) -7 >Emitted(65, 31) Source(29, 2) + SourceIndex(3) +1 >Emitted(66, 1) Source(29, 1) + SourceIndex(3) +2 >Emitted(66, 2) Source(29, 2) + SourceIndex(3) +3 >Emitted(66, 4) Source(20, 11) + SourceIndex(3) +4 >Emitted(66, 11) Source(20, 18) + SourceIndex(3) +5 >Emitted(66, 16) Source(20, 11) + SourceIndex(3) +6 >Emitted(66, 23) Source(20, 18) + SourceIndex(3) +7 >Emitted(66, 31) Source(29, 2) + SourceIndex(3) --- >>>var internalC = (function () { 1-> 2 >^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> >/**@internal*/ -1->Emitted(66, 1) Source(30, 16) + SourceIndex(3) +1->Emitted(67, 1) Source(30, 16) + SourceIndex(3) --- >>> function internalC() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(67, 5) Source(30, 16) + SourceIndex(3) +1->Emitted(68, 5) Source(30, 16) + SourceIndex(3) --- >>> } 1->^^^^ @@ -1692,16 +1694,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->class internalC { 2 > } -1->Emitted(68, 5) Source(30, 33) + SourceIndex(3) -2 >Emitted(68, 6) Source(30, 34) + SourceIndex(3) +1->Emitted(69, 5) Source(30, 33) + SourceIndex(3) +2 >Emitted(69, 6) Source(30, 34) + SourceIndex(3) --- >>> return internalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(69, 5) Source(30, 33) + SourceIndex(3) -2 >Emitted(69, 21) Source(30, 34) + SourceIndex(3) +1->Emitted(70, 5) Source(30, 33) + SourceIndex(3) +2 >Emitted(70, 21) Source(30, 34) + SourceIndex(3) --- >>>}()); 1 > @@ -1713,10 +1715,10 @@ sourceFile:../../../second/second_part1.ts 2 >} 3 > 4 > class internalC {} -1 >Emitted(70, 1) Source(30, 33) + SourceIndex(3) -2 >Emitted(70, 2) Source(30, 34) + SourceIndex(3) -3 >Emitted(70, 2) Source(30, 16) + SourceIndex(3) -4 >Emitted(70, 6) Source(30, 34) + SourceIndex(3) +1 >Emitted(71, 1) Source(30, 33) + SourceIndex(3) +2 >Emitted(71, 2) Source(30, 34) + SourceIndex(3) +3 >Emitted(71, 2) Source(30, 16) + SourceIndex(3) +4 >Emitted(71, 6) Source(30, 34) + SourceIndex(3) --- >>>function internalfoo() { } 1-> @@ -1730,11 +1732,11 @@ sourceFile:../../../second/second_part1.ts 3 > internalfoo 4 > () { 5 > } -1->Emitted(71, 1) Source(31, 16) + SourceIndex(3) -2 >Emitted(71, 10) Source(31, 25) + SourceIndex(3) -3 >Emitted(71, 21) Source(31, 36) + SourceIndex(3) -4 >Emitted(71, 26) Source(31, 40) + SourceIndex(3) -5 >Emitted(71, 27) Source(31, 41) + SourceIndex(3) +1->Emitted(72, 1) Source(31, 16) + SourceIndex(3) +2 >Emitted(72, 10) Source(31, 25) + SourceIndex(3) +3 >Emitted(72, 21) Source(31, 36) + SourceIndex(3) +4 >Emitted(72, 26) Source(31, 40) + SourceIndex(3) +5 >Emitted(72, 27) Source(31, 41) + SourceIndex(3) --- >>>var internalNamespace; 1 > @@ -1747,10 +1749,10 @@ sourceFile:../../../second/second_part1.ts 2 >namespace 3 > internalNamespace 4 > { export class someClass {} } -1 >Emitted(72, 1) Source(32, 16) + SourceIndex(3) -2 >Emitted(72, 5) Source(32, 26) + SourceIndex(3) -3 >Emitted(72, 22) Source(32, 43) + SourceIndex(3) -4 >Emitted(72, 23) Source(32, 73) + SourceIndex(3) +1 >Emitted(73, 1) Source(32, 16) + SourceIndex(3) +2 >Emitted(73, 5) Source(32, 26) + SourceIndex(3) +3 >Emitted(73, 22) Source(32, 43) + SourceIndex(3) +4 >Emitted(73, 23) Source(32, 73) + SourceIndex(3) --- >>>(function (internalNamespace) { 1-> @@ -1760,21 +1762,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > internalNamespace -1->Emitted(73, 1) Source(32, 16) + SourceIndex(3) -2 >Emitted(73, 12) Source(32, 26) + SourceIndex(3) -3 >Emitted(73, 29) Source(32, 43) + SourceIndex(3) +1->Emitted(74, 1) Source(32, 16) + SourceIndex(3) +2 >Emitted(74, 12) Source(32, 26) + SourceIndex(3) +3 >Emitted(74, 29) Source(32, 43) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(74, 5) Source(32, 46) + SourceIndex(3) +1->Emitted(75, 5) Source(32, 46) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(75, 9) Source(32, 46) + SourceIndex(3) +1->Emitted(76, 9) Source(32, 46) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -1782,16 +1784,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(76, 9) Source(32, 70) + SourceIndex(3) -2 >Emitted(76, 10) Source(32, 71) + SourceIndex(3) +1->Emitted(77, 9) Source(32, 70) + SourceIndex(3) +2 >Emitted(77, 10) Source(32, 71) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(77, 9) Source(32, 70) + SourceIndex(3) -2 >Emitted(77, 25) Source(32, 71) + SourceIndex(3) +1->Emitted(78, 9) Source(32, 70) + SourceIndex(3) +2 >Emitted(78, 25) Source(32, 71) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -1803,10 +1805,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(78, 5) Source(32, 70) + SourceIndex(3) -2 >Emitted(78, 6) Source(32, 71) + SourceIndex(3) -3 >Emitted(78, 6) Source(32, 46) + SourceIndex(3) -4 >Emitted(78, 10) Source(32, 71) + SourceIndex(3) +1 >Emitted(79, 5) Source(32, 70) + SourceIndex(3) +2 >Emitted(79, 6) Source(32, 71) + SourceIndex(3) +3 >Emitted(79, 6) Source(32, 46) + SourceIndex(3) +4 >Emitted(79, 10) Source(32, 71) + SourceIndex(3) --- >>> internalNamespace.someClass = someClass; 1->^^^^ @@ -1818,10 +1820,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(79, 5) Source(32, 59) + SourceIndex(3) -2 >Emitted(79, 32) Source(32, 68) + SourceIndex(3) -3 >Emitted(79, 44) Source(32, 71) + SourceIndex(3) -4 >Emitted(79, 45) Source(32, 71) + SourceIndex(3) +1->Emitted(80, 5) Source(32, 59) + SourceIndex(3) +2 >Emitted(80, 32) Source(32, 68) + SourceIndex(3) +3 >Emitted(80, 44) Source(32, 71) + SourceIndex(3) +4 >Emitted(80, 45) Source(32, 71) + SourceIndex(3) --- >>>})(internalNamespace || (internalNamespace = {})); 1-> @@ -1838,13 +1840,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalNamespace 7 > { export class someClass {} } -1->Emitted(80, 1) Source(32, 72) + SourceIndex(3) -2 >Emitted(80, 2) Source(32, 73) + SourceIndex(3) -3 >Emitted(80, 4) Source(32, 26) + SourceIndex(3) -4 >Emitted(80, 21) Source(32, 43) + SourceIndex(3) -5 >Emitted(80, 26) Source(32, 26) + SourceIndex(3) -6 >Emitted(80, 43) Source(32, 43) + SourceIndex(3) -7 >Emitted(80, 51) Source(32, 73) + SourceIndex(3) +1->Emitted(81, 1) Source(32, 72) + SourceIndex(3) +2 >Emitted(81, 2) Source(32, 73) + SourceIndex(3) +3 >Emitted(81, 4) Source(32, 26) + SourceIndex(3) +4 >Emitted(81, 21) Source(32, 43) + SourceIndex(3) +5 >Emitted(81, 26) Source(32, 26) + SourceIndex(3) +6 >Emitted(81, 43) Source(32, 43) + SourceIndex(3) +7 >Emitted(81, 51) Source(32, 73) + SourceIndex(3) --- >>>var internalOther; 1 > @@ -1857,10 +1859,10 @@ sourceFile:../../../second/second_part1.ts 2 >namespace 3 > internalOther 4 > .something { export class someClass {} } -1 >Emitted(81, 1) Source(33, 16) + SourceIndex(3) -2 >Emitted(81, 5) Source(33, 26) + SourceIndex(3) -3 >Emitted(81, 18) Source(33, 39) + SourceIndex(3) -4 >Emitted(81, 19) Source(33, 79) + SourceIndex(3) +1 >Emitted(82, 1) Source(33, 16) + SourceIndex(3) +2 >Emitted(82, 5) Source(33, 26) + SourceIndex(3) +3 >Emitted(82, 18) Source(33, 39) + SourceIndex(3) +4 >Emitted(82, 19) Source(33, 79) + SourceIndex(3) --- >>>(function (internalOther) { 1-> @@ -1869,9 +1871,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > internalOther -1->Emitted(82, 1) Source(33, 16) + SourceIndex(3) -2 >Emitted(82, 12) Source(33, 26) + SourceIndex(3) -3 >Emitted(82, 25) Source(33, 39) + SourceIndex(3) +1->Emitted(83, 1) Source(33, 16) + SourceIndex(3) +2 >Emitted(83, 12) Source(33, 26) + SourceIndex(3) +3 >Emitted(83, 25) Source(33, 39) + SourceIndex(3) --- >>> var something; 1 >^^^^ @@ -1883,10 +1885,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(83, 5) Source(33, 40) + SourceIndex(3) -2 >Emitted(83, 9) Source(33, 40) + SourceIndex(3) -3 >Emitted(83, 18) Source(33, 49) + SourceIndex(3) -4 >Emitted(83, 19) Source(33, 79) + SourceIndex(3) +1 >Emitted(84, 5) Source(33, 40) + SourceIndex(3) +2 >Emitted(84, 9) Source(33, 40) + SourceIndex(3) +3 >Emitted(84, 18) Source(33, 49) + SourceIndex(3) +4 >Emitted(84, 19) Source(33, 79) + SourceIndex(3) --- >>> (function (something) { 1->^^^^ @@ -1896,21 +1898,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(84, 5) Source(33, 40) + SourceIndex(3) -2 >Emitted(84, 16) Source(33, 40) + SourceIndex(3) -3 >Emitted(84, 25) Source(33, 49) + SourceIndex(3) +1->Emitted(85, 5) Source(33, 40) + SourceIndex(3) +2 >Emitted(85, 16) Source(33, 40) + SourceIndex(3) +3 >Emitted(85, 25) Source(33, 49) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(85, 9) Source(33, 52) + SourceIndex(3) +1->Emitted(86, 9) Source(33, 52) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(86, 13) Source(33, 52) + SourceIndex(3) +1->Emitted(87, 13) Source(33, 52) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -1918,16 +1920,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(87, 13) Source(33, 76) + SourceIndex(3) -2 >Emitted(87, 14) Source(33, 77) + SourceIndex(3) +1->Emitted(88, 13) Source(33, 76) + SourceIndex(3) +2 >Emitted(88, 14) Source(33, 77) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(88, 13) Source(33, 76) + SourceIndex(3) -2 >Emitted(88, 29) Source(33, 77) + SourceIndex(3) +1->Emitted(89, 13) Source(33, 76) + SourceIndex(3) +2 >Emitted(89, 29) Source(33, 77) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -1939,10 +1941,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(89, 9) Source(33, 76) + SourceIndex(3) -2 >Emitted(89, 10) Source(33, 77) + SourceIndex(3) -3 >Emitted(89, 10) Source(33, 52) + SourceIndex(3) -4 >Emitted(89, 14) Source(33, 77) + SourceIndex(3) +1 >Emitted(90, 9) Source(33, 76) + SourceIndex(3) +2 >Emitted(90, 10) Source(33, 77) + SourceIndex(3) +3 >Emitted(90, 10) Source(33, 52) + SourceIndex(3) +4 >Emitted(90, 14) Source(33, 77) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^ @@ -1954,10 +1956,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(90, 9) Source(33, 65) + SourceIndex(3) -2 >Emitted(90, 28) Source(33, 74) + SourceIndex(3) -3 >Emitted(90, 40) Source(33, 77) + SourceIndex(3) -4 >Emitted(90, 41) Source(33, 77) + SourceIndex(3) +1->Emitted(91, 9) Source(33, 65) + SourceIndex(3) +2 >Emitted(91, 28) Source(33, 74) + SourceIndex(3) +3 >Emitted(91, 40) Source(33, 77) + SourceIndex(3) +4 >Emitted(91, 41) Source(33, 77) + SourceIndex(3) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^ @@ -1978,15 +1980,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(91, 5) Source(33, 78) + SourceIndex(3) -2 >Emitted(91, 6) Source(33, 79) + SourceIndex(3) -3 >Emitted(91, 8) Source(33, 40) + SourceIndex(3) -4 >Emitted(91, 17) Source(33, 49) + SourceIndex(3) -5 >Emitted(91, 20) Source(33, 40) + SourceIndex(3) -6 >Emitted(91, 43) Source(33, 49) + SourceIndex(3) -7 >Emitted(91, 48) Source(33, 40) + SourceIndex(3) -8 >Emitted(91, 71) Source(33, 49) + SourceIndex(3) -9 >Emitted(91, 79) Source(33, 79) + SourceIndex(3) +1->Emitted(92, 5) Source(33, 78) + SourceIndex(3) +2 >Emitted(92, 6) Source(33, 79) + SourceIndex(3) +3 >Emitted(92, 8) Source(33, 40) + SourceIndex(3) +4 >Emitted(92, 17) Source(33, 49) + SourceIndex(3) +5 >Emitted(92, 20) Source(33, 40) + SourceIndex(3) +6 >Emitted(92, 43) Source(33, 49) + SourceIndex(3) +7 >Emitted(92, 48) Source(33, 40) + SourceIndex(3) +8 >Emitted(92, 71) Source(33, 49) + SourceIndex(3) +9 >Emitted(92, 79) Source(33, 79) + SourceIndex(3) --- >>>})(internalOther || (internalOther = {})); 1 > @@ -2004,13 +2006,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalOther 7 > .something { export class someClass {} } -1 >Emitted(92, 1) Source(33, 78) + SourceIndex(3) -2 >Emitted(92, 2) Source(33, 79) + SourceIndex(3) -3 >Emitted(92, 4) Source(33, 26) + SourceIndex(3) -4 >Emitted(92, 17) Source(33, 39) + SourceIndex(3) -5 >Emitted(92, 22) Source(33, 26) + SourceIndex(3) -6 >Emitted(92, 35) Source(33, 39) + SourceIndex(3) -7 >Emitted(92, 43) Source(33, 79) + SourceIndex(3) +1 >Emitted(93, 1) Source(33, 78) + SourceIndex(3) +2 >Emitted(93, 2) Source(33, 79) + SourceIndex(3) +3 >Emitted(93, 4) Source(33, 26) + SourceIndex(3) +4 >Emitted(93, 17) Source(33, 39) + SourceIndex(3) +5 >Emitted(93, 22) Source(33, 26) + SourceIndex(3) +6 >Emitted(93, 35) Source(33, 39) + SourceIndex(3) +7 >Emitted(93, 43) Source(33, 79) + SourceIndex(3) --- >>>var internalImport = internalNamespace.someClass; 1-> @@ -2030,14 +2032,14 @@ sourceFile:../../../second/second_part1.ts 6 > . 7 > someClass 8 > ; -1->Emitted(93, 1) Source(34, 16) + SourceIndex(3) -2 >Emitted(93, 5) Source(34, 23) + SourceIndex(3) -3 >Emitted(93, 19) Source(34, 37) + SourceIndex(3) -4 >Emitted(93, 22) Source(34, 40) + SourceIndex(3) -5 >Emitted(93, 39) Source(34, 57) + SourceIndex(3) -6 >Emitted(93, 40) Source(34, 58) + SourceIndex(3) -7 >Emitted(93, 49) Source(34, 67) + SourceIndex(3) -8 >Emitted(93, 50) Source(34, 68) + SourceIndex(3) +1->Emitted(94, 1) Source(34, 16) + SourceIndex(3) +2 >Emitted(94, 5) Source(34, 23) + SourceIndex(3) +3 >Emitted(94, 19) Source(34, 37) + SourceIndex(3) +4 >Emitted(94, 22) Source(34, 40) + SourceIndex(3) +5 >Emitted(94, 39) Source(34, 57) + SourceIndex(3) +6 >Emitted(94, 40) Source(34, 58) + SourceIndex(3) +7 >Emitted(94, 49) Source(34, 67) + SourceIndex(3) +8 >Emitted(94, 50) Source(34, 68) + SourceIndex(3) --- >>>var internalConst = 10; 1 > @@ -2054,12 +2056,12 @@ sourceFile:../../../second/second_part1.ts 4 > = 5 > 10 6 > ; -1 >Emitted(94, 1) Source(36, 16) + SourceIndex(3) -2 >Emitted(94, 5) Source(36, 22) + SourceIndex(3) -3 >Emitted(94, 18) Source(36, 35) + SourceIndex(3) -4 >Emitted(94, 21) Source(36, 38) + SourceIndex(3) -5 >Emitted(94, 23) Source(36, 40) + SourceIndex(3) -6 >Emitted(94, 24) Source(36, 41) + SourceIndex(3) +1 >Emitted(95, 1) Source(36, 16) + SourceIndex(3) +2 >Emitted(95, 5) Source(36, 22) + SourceIndex(3) +3 >Emitted(95, 18) Source(36, 35) + SourceIndex(3) +4 >Emitted(95, 21) Source(36, 38) + SourceIndex(3) +5 >Emitted(95, 23) Source(36, 40) + SourceIndex(3) +6 >Emitted(95, 24) Source(36, 41) + SourceIndex(3) --- >>>var internalEnum; 1 > @@ -2070,9 +2072,9 @@ sourceFile:../../../second/second_part1.ts >/**@internal*/ 2 >enum 3 > internalEnum { a, b, c } -1 >Emitted(95, 1) Source(37, 16) + SourceIndex(3) -2 >Emitted(95, 5) Source(37, 21) + SourceIndex(3) -3 >Emitted(95, 17) Source(37, 45) + SourceIndex(3) +1 >Emitted(96, 1) Source(37, 16) + SourceIndex(3) +2 >Emitted(96, 5) Source(37, 21) + SourceIndex(3) +3 >Emitted(96, 17) Source(37, 45) + SourceIndex(3) --- >>>(function (internalEnum) { 1-> @@ -2082,9 +2084,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >enum 3 > internalEnum -1->Emitted(96, 1) Source(37, 16) + SourceIndex(3) -2 >Emitted(96, 12) Source(37, 21) + SourceIndex(3) -3 >Emitted(96, 24) Source(37, 33) + SourceIndex(3) +1->Emitted(97, 1) Source(37, 16) + SourceIndex(3) +2 >Emitted(97, 12) Source(37, 21) + SourceIndex(3) +3 >Emitted(97, 24) Source(37, 33) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^ @@ -2094,9 +2096,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(97, 5) Source(37, 36) + SourceIndex(3) -2 >Emitted(97, 46) Source(37, 37) + SourceIndex(3) -3 >Emitted(97, 47) Source(37, 37) + SourceIndex(3) +1->Emitted(98, 5) Source(37, 36) + SourceIndex(3) +2 >Emitted(98, 46) Source(37, 37) + SourceIndex(3) +3 >Emitted(98, 47) Source(37, 37) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^ @@ -2106,9 +2108,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(98, 5) Source(37, 39) + SourceIndex(3) -2 >Emitted(98, 46) Source(37, 40) + SourceIndex(3) -3 >Emitted(98, 47) Source(37, 40) + SourceIndex(3) +1->Emitted(99, 5) Source(37, 39) + SourceIndex(3) +2 >Emitted(99, 46) Source(37, 40) + SourceIndex(3) +3 >Emitted(99, 47) Source(37, 40) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^ @@ -2117,9 +2119,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(99, 5) Source(37, 42) + SourceIndex(3) -2 >Emitted(99, 46) Source(37, 43) + SourceIndex(3) -3 >Emitted(99, 47) Source(37, 43) + SourceIndex(3) +1->Emitted(100, 5) Source(37, 42) + SourceIndex(3) +2 >Emitted(100, 46) Source(37, 43) + SourceIndex(3) +3 >Emitted(100, 47) Source(37, 43) + SourceIndex(3) --- >>>})(internalEnum || (internalEnum = {})); 1 > @@ -2136,13 +2138,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalEnum 7 > { a, b, c } -1 >Emitted(100, 1) Source(37, 44) + SourceIndex(3) -2 >Emitted(100, 2) Source(37, 45) + SourceIndex(3) -3 >Emitted(100, 4) Source(37, 21) + SourceIndex(3) -4 >Emitted(100, 16) Source(37, 33) + SourceIndex(3) -5 >Emitted(100, 21) Source(37, 21) + SourceIndex(3) -6 >Emitted(100, 33) Source(37, 33) + SourceIndex(3) -7 >Emitted(100, 41) Source(37, 45) + SourceIndex(3) +1 >Emitted(101, 1) Source(37, 44) + SourceIndex(3) +2 >Emitted(101, 2) Source(37, 45) + SourceIndex(3) +3 >Emitted(101, 4) Source(37, 21) + SourceIndex(3) +4 >Emitted(101, 16) Source(37, 33) + SourceIndex(3) +5 >Emitted(101, 21) Source(37, 21) + SourceIndex(3) +6 >Emitted(101, 33) Source(37, 33) + SourceIndex(3) +7 >Emitted(101, 41) Source(37, 45) + SourceIndex(3) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -2152,13 +2154,13 @@ sourceFile:../../../second/second_part2.ts 1 > 2 >^^^^^^^^^^^^^^^^^^^-> 1 > -1 >Emitted(101, 1) Source(1, 1) + SourceIndex(4) +1 >Emitted(102, 1) Source(1, 1) + SourceIndex(4) --- >>> function C() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(102, 5) Source(1, 1) + SourceIndex(4) +1->Emitted(103, 5) Source(1, 1) + SourceIndex(4) --- >>> } 1->^^^^ @@ -2170,8 +2172,8 @@ sourceFile:../../../second/second_part2.ts > } > 2 > } -1->Emitted(103, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(103, 6) Source(5, 2) + SourceIndex(4) +1->Emitted(104, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(104, 6) Source(5, 2) + SourceIndex(4) --- >>> C.prototype.doSomething = function () { 1->^^^^ @@ -2181,9 +2183,9 @@ sourceFile:../../../second/second_part2.ts 1-> 2 > doSomething 3 > -1->Emitted(104, 5) Source(2, 5) + SourceIndex(4) -2 >Emitted(104, 28) Source(2, 16) + SourceIndex(4) -3 >Emitted(104, 31) Source(2, 5) + SourceIndex(4) +1->Emitted(105, 5) Source(2, 5) + SourceIndex(4) +2 >Emitted(105, 28) Source(2, 16) + SourceIndex(4) +3 >Emitted(105, 31) Source(2, 5) + SourceIndex(4) --- >>> console.log("something got done"); 1->^^^^^^^^ @@ -2203,14 +2205,14 @@ sourceFile:../../../second/second_part2.ts 6 > "something got done" 7 > ) 8 > ; -1->Emitted(105, 9) Source(3, 9) + SourceIndex(4) -2 >Emitted(105, 16) Source(3, 16) + SourceIndex(4) -3 >Emitted(105, 17) Source(3, 17) + SourceIndex(4) -4 >Emitted(105, 20) Source(3, 20) + SourceIndex(4) -5 >Emitted(105, 21) Source(3, 21) + SourceIndex(4) -6 >Emitted(105, 41) Source(3, 41) + SourceIndex(4) -7 >Emitted(105, 42) Source(3, 42) + SourceIndex(4) -8 >Emitted(105, 43) Source(3, 43) + SourceIndex(4) +1->Emitted(106, 9) Source(3, 9) + SourceIndex(4) +2 >Emitted(106, 16) Source(3, 16) + SourceIndex(4) +3 >Emitted(106, 17) Source(3, 17) + SourceIndex(4) +4 >Emitted(106, 20) Source(3, 20) + SourceIndex(4) +5 >Emitted(106, 21) Source(3, 21) + SourceIndex(4) +6 >Emitted(106, 41) Source(3, 41) + SourceIndex(4) +7 >Emitted(106, 42) Source(3, 42) + SourceIndex(4) +8 >Emitted(106, 43) Source(3, 43) + SourceIndex(4) --- >>> }; 1 >^^^^ @@ -2219,8 +2221,8 @@ sourceFile:../../../second/second_part2.ts 1 > > 2 > } -1 >Emitted(106, 5) Source(4, 5) + SourceIndex(4) -2 >Emitted(106, 6) Source(4, 6) + SourceIndex(4) +1 >Emitted(107, 5) Source(4, 5) + SourceIndex(4) +2 >Emitted(107, 6) Source(4, 6) + SourceIndex(4) --- >>> return C; 1->^^^^ @@ -2228,8 +2230,8 @@ sourceFile:../../../second/second_part2.ts 1-> > 2 > } -1->Emitted(107, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(107, 13) Source(5, 2) + SourceIndex(4) +1->Emitted(108, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(108, 13) Source(5, 2) + SourceIndex(4) --- >>>}()); 1 > @@ -2245,10 +2247,10 @@ sourceFile:../../../second/second_part2.ts > console.log("something got done"); > } > } -1 >Emitted(108, 1) Source(5, 1) + SourceIndex(4) -2 >Emitted(108, 2) Source(5, 2) + SourceIndex(4) -3 >Emitted(108, 2) Source(1, 1) + SourceIndex(4) -4 >Emitted(108, 6) Source(5, 2) + SourceIndex(4) +1 >Emitted(109, 1) Source(5, 1) + SourceIndex(4) +2 >Emitted(109, 2) Source(5, 2) + SourceIndex(4) +3 >Emitted(109, 2) Source(1, 1) + SourceIndex(4) +4 >Emitted(109, 6) Source(5, 2) + SourceIndex(4) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -2272,14 +2274,14 @@ sourceFile:../../third_part1.ts 6 > C 7 > () 8 > ; -1->Emitted(109, 1) Source(1, 1) + SourceIndex(5) -2 >Emitted(109, 5) Source(1, 5) + SourceIndex(5) -3 >Emitted(109, 6) Source(1, 6) + SourceIndex(5) -4 >Emitted(109, 9) Source(1, 9) + SourceIndex(5) -5 >Emitted(109, 13) Source(1, 13) + SourceIndex(5) -6 >Emitted(109, 14) Source(1, 14) + SourceIndex(5) -7 >Emitted(109, 16) Source(1, 16) + SourceIndex(5) -8 >Emitted(109, 17) Source(1, 17) + SourceIndex(5) +1->Emitted(110, 1) Source(1, 1) + SourceIndex(5) +2 >Emitted(110, 5) Source(1, 5) + SourceIndex(5) +3 >Emitted(110, 6) Source(1, 6) + SourceIndex(5) +4 >Emitted(110, 9) Source(1, 9) + SourceIndex(5) +5 >Emitted(110, 13) Source(1, 13) + SourceIndex(5) +6 >Emitted(110, 14) Source(1, 14) + SourceIndex(5) +7 >Emitted(110, 16) Source(1, 16) + SourceIndex(5) +8 >Emitted(110, 17) Source(1, 17) + SourceIndex(5) --- >>>c.doSomething(); 1-> @@ -2296,12 +2298,12 @@ sourceFile:../../third_part1.ts 4 > doSomething 5 > () 6 > ; -1->Emitted(110, 1) Source(2, 1) + SourceIndex(5) -2 >Emitted(110, 2) Source(2, 2) + SourceIndex(5) -3 >Emitted(110, 3) Source(2, 3) + SourceIndex(5) -4 >Emitted(110, 14) Source(2, 14) + SourceIndex(5) -5 >Emitted(110, 16) Source(2, 16) + SourceIndex(5) -6 >Emitted(110, 17) Source(2, 17) + SourceIndex(5) +1->Emitted(111, 1) Source(2, 1) + SourceIndex(5) +2 >Emitted(111, 2) Source(2, 2) + SourceIndex(5) +3 >Emitted(111, 3) Source(2, 3) + SourceIndex(5) +4 >Emitted(111, 14) Source(2, 14) + SourceIndex(5) +5 >Emitted(111, 16) Source(2, 16) + SourceIndex(5) +6 >Emitted(111, 17) Source(2, 17) + SourceIndex(5) --- >>>//# sourceMappingURL=third-output.js.map @@ -2329,20 +2331,20 @@ sourceFile:../../third_part1.ts }, { "pos": 110, - "end": 3162, + "end": 3180, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 110, - "end": 3162, + "end": 3180, "kind": "text" } ] }, { - "pos": 3162, - "end": 3198, + "pos": 3180, + "end": 3216, "kind": "text" } ] @@ -2401,9 +2403,9 @@ function f() { } ---------------------------------------------------------------------- -prepend: (110-3162):: ../../../2/second-output.js texts:: 1 +prepend: (110-3180):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (110-3162) +text: (110-3180) var N; (function (N) { function f() { @@ -2414,8 +2416,9 @@ var N; var normalC = (function () { function normalC() { } - normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: true, @@ -2508,7 +2511,7 @@ var C = (function () { }()); ---------------------------------------------------------------------- -text: (3162-3198) +text: (3180-3216) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-when-one-two-three-are-prepended-in-order.js b/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-when-one-two-three-are-prepended-in-order.js index 8330077b7b9b7..ebbc665d4c57c 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-when-one-two-three-are-prepended-in-order.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-when-one-two-three-are-prepended-in-order.js @@ -1077,66 +1077,68 @@ sourceFile:../second/second_part1.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->constructor() { 2 > } 1->Emitted(16, 5) Source(14, 35) + SourceIndex(3) 2 >Emitted(16, 6) Source(14, 36) + SourceIndex(3) --- ->>> normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> proto_1.method = function () { }; 1->^^^^ -2 > ^^^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^ -5 > ^ -6 > ^^^^^^-> +2 > ^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^ +5 > ^ +6 > ^^^^^^-> 1-> > /*@internal*/ prop: string; > /*@internal*/ 2 > method -3 > -4 > method() { -5 > } -1->Emitted(17, 5) Source(16, 19) + SourceIndex(3) -2 >Emitted(17, 29) Source(16, 25) + SourceIndex(3) -3 >Emitted(17, 32) Source(16, 19) + SourceIndex(3) -4 >Emitted(17, 46) Source(16, 30) + SourceIndex(3) -5 >Emitted(17, 47) Source(16, 31) + SourceIndex(3) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +3 > +4 > method() { +5 > } +1->Emitted(18, 5) Source(16, 19) + SourceIndex(3) +2 >Emitted(18, 19) Source(16, 25) + SourceIndex(3) +3 >Emitted(18, 22) Source(16, 19) + SourceIndex(3) +4 >Emitted(18, 36) Source(16, 30) + SourceIndex(3) +5 >Emitted(18, 37) Source(16, 31) + SourceIndex(3) +--- +>>> Object.defineProperty(proto_1, "c", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^^^^^^^^^^ +4 > ^^^-> 1-> > /*@internal*/ 2 > get 3 > c -1->Emitted(18, 5) Source(17, 19) + SourceIndex(3) -2 >Emitted(18, 27) Source(17, 23) + SourceIndex(3) -3 >Emitted(18, 49) Source(17, 24) + SourceIndex(3) +1->Emitted(19, 5) Source(17, 19) + SourceIndex(3) +2 >Emitted(19, 27) Source(17, 23) + SourceIndex(3) +3 >Emitted(19, 39) Source(17, 24) + SourceIndex(3) --- >>> get: function () { return 10; }, -1 >^^^^^^^^^^^^^ +1->^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^^^^^^^ 4 > ^^ 5 > ^ 6 > ^ 7 > ^ -1 > +1-> 2 > get c() { 3 > return 4 > 10 5 > ; 6 > 7 > } -1 >Emitted(19, 14) Source(17, 19) + SourceIndex(3) -2 >Emitted(19, 28) Source(17, 29) + SourceIndex(3) -3 >Emitted(19, 35) Source(17, 36) + SourceIndex(3) -4 >Emitted(19, 37) Source(17, 38) + SourceIndex(3) -5 >Emitted(19, 38) Source(17, 39) + SourceIndex(3) -6 >Emitted(19, 39) Source(17, 40) + SourceIndex(3) -7 >Emitted(19, 40) Source(17, 41) + SourceIndex(3) +1->Emitted(20, 14) Source(17, 19) + SourceIndex(3) +2 >Emitted(20, 28) Source(17, 29) + SourceIndex(3) +3 >Emitted(20, 35) Source(17, 36) + SourceIndex(3) +4 >Emitted(20, 37) Source(17, 38) + SourceIndex(3) +5 >Emitted(20, 38) Source(17, 39) + SourceIndex(3) +6 >Emitted(20, 39) Source(17, 40) + SourceIndex(3) +7 >Emitted(20, 40) Source(17, 41) + SourceIndex(3) --- >>> set: function (val) { }, 1 >^^^^^^^^^^^^^ @@ -1150,11 +1152,11 @@ sourceFile:../second/second_part1.ts 3 > val: number 4 > ) { 5 > } -1 >Emitted(20, 14) Source(18, 19) + SourceIndex(3) -2 >Emitted(20, 24) Source(18, 25) + SourceIndex(3) -3 >Emitted(20, 27) Source(18, 36) + SourceIndex(3) -4 >Emitted(20, 31) Source(18, 40) + SourceIndex(3) -5 >Emitted(20, 32) Source(18, 41) + SourceIndex(3) +1 >Emitted(21, 14) Source(18, 19) + SourceIndex(3) +2 >Emitted(21, 24) Source(18, 25) + SourceIndex(3) +3 >Emitted(21, 27) Source(18, 36) + SourceIndex(3) +4 >Emitted(21, 31) Source(18, 40) + SourceIndex(3) +5 >Emitted(21, 32) Source(18, 41) + SourceIndex(3) --- >>> enumerable: true, >>> configurable: true @@ -1162,7 +1164,7 @@ sourceFile:../second/second_part1.ts 1 >^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(23, 8) Source(17, 41) + SourceIndex(3) +1 >Emitted(24, 8) Source(17, 41) + SourceIndex(3) --- >>> return normalC; 1->^^^^ @@ -1171,8 +1173,8 @@ sourceFile:../second/second_part1.ts > /*@internal*/ set c(val: number) { } > 2 > } -1->Emitted(24, 5) Source(19, 1) + SourceIndex(3) -2 >Emitted(24, 19) Source(19, 2) + SourceIndex(3) +1->Emitted(25, 5) Source(19, 1) + SourceIndex(3) +2 >Emitted(25, 19) Source(19, 2) + SourceIndex(3) --- >>>}()); 1 > @@ -1190,10 +1192,10 @@ sourceFile:../second/second_part1.ts > /*@internal*/ get c() { return 10; } > /*@internal*/ set c(val: number) { } > } -1 >Emitted(25, 1) Source(19, 1) + SourceIndex(3) -2 >Emitted(25, 2) Source(19, 2) + SourceIndex(3) -3 >Emitted(25, 2) Source(13, 1) + SourceIndex(3) -4 >Emitted(25, 6) Source(19, 2) + SourceIndex(3) +1 >Emitted(26, 1) Source(19, 1) + SourceIndex(3) +2 >Emitted(26, 2) Source(19, 2) + SourceIndex(3) +3 >Emitted(26, 2) Source(13, 1) + SourceIndex(3) +4 >Emitted(26, 6) Source(19, 2) + SourceIndex(3) --- >>>var normalN; 1-> @@ -1215,10 +1217,10 @@ sourceFile:../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1->Emitted(26, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(26, 5) Source(20, 11) + SourceIndex(3) -3 >Emitted(26, 12) Source(20, 18) + SourceIndex(3) -4 >Emitted(26, 13) Source(29, 2) + SourceIndex(3) +1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(27, 5) Source(20, 11) + SourceIndex(3) +3 >Emitted(27, 12) Source(20, 18) + SourceIndex(3) +4 >Emitted(27, 13) Source(29, 2) + SourceIndex(3) --- >>>(function (normalN) { 1-> @@ -1228,22 +1230,22 @@ sourceFile:../second/second_part1.ts 1-> 2 >namespace 3 > normalN -1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(27, 12) Source(20, 11) + SourceIndex(3) -3 >Emitted(27, 19) Source(20, 18) + SourceIndex(3) +1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(28, 12) Source(20, 11) + SourceIndex(3) +3 >Emitted(28, 19) Source(20, 18) + SourceIndex(3) --- >>> var C = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { > /*@internal*/ -1->Emitted(28, 5) Source(21, 19) + SourceIndex(3) +1->Emitted(29, 5) Source(21, 19) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(29, 9) Source(21, 19) + SourceIndex(3) +1->Emitted(30, 9) Source(21, 19) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -1251,16 +1253,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(30, 9) Source(21, 36) + SourceIndex(3) -2 >Emitted(30, 10) Source(21, 37) + SourceIndex(3) +1->Emitted(31, 9) Source(21, 36) + SourceIndex(3) +2 >Emitted(31, 10) Source(21, 37) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(31, 9) Source(21, 36) + SourceIndex(3) -2 >Emitted(31, 17) Source(21, 37) + SourceIndex(3) +1->Emitted(32, 9) Source(21, 36) + SourceIndex(3) +2 >Emitted(32, 17) Source(21, 37) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -1272,10 +1274,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(32, 5) Source(21, 36) + SourceIndex(3) -2 >Emitted(32, 6) Source(21, 37) + SourceIndex(3) -3 >Emitted(32, 6) Source(21, 19) + SourceIndex(3) -4 >Emitted(32, 10) Source(21, 37) + SourceIndex(3) +1 >Emitted(33, 5) Source(21, 36) + SourceIndex(3) +2 >Emitted(33, 6) Source(21, 37) + SourceIndex(3) +3 >Emitted(33, 6) Source(21, 19) + SourceIndex(3) +4 >Emitted(33, 10) Source(21, 37) + SourceIndex(3) --- >>> normalN.C = C; 1->^^^^ @@ -1287,10 +1289,10 @@ sourceFile:../second/second_part1.ts 2 > C 3 > { } 4 > -1->Emitted(33, 5) Source(21, 32) + SourceIndex(3) -2 >Emitted(33, 14) Source(21, 33) + SourceIndex(3) -3 >Emitted(33, 18) Source(21, 37) + SourceIndex(3) -4 >Emitted(33, 19) Source(21, 37) + SourceIndex(3) +1->Emitted(34, 5) Source(21, 32) + SourceIndex(3) +2 >Emitted(34, 14) Source(21, 33) + SourceIndex(3) +3 >Emitted(34, 18) Source(21, 37) + SourceIndex(3) +4 >Emitted(34, 19) Source(21, 37) + SourceIndex(3) --- >>> function foo() { } 1->^^^^ @@ -1305,11 +1307,11 @@ sourceFile:../second/second_part1.ts 3 > foo 4 > () { 5 > } -1->Emitted(34, 5) Source(22, 19) + SourceIndex(3) -2 >Emitted(34, 14) Source(22, 35) + SourceIndex(3) -3 >Emitted(34, 17) Source(22, 38) + SourceIndex(3) -4 >Emitted(34, 22) Source(22, 42) + SourceIndex(3) -5 >Emitted(34, 23) Source(22, 43) + SourceIndex(3) +1->Emitted(35, 5) Source(22, 19) + SourceIndex(3) +2 >Emitted(35, 14) Source(22, 35) + SourceIndex(3) +3 >Emitted(35, 17) Source(22, 38) + SourceIndex(3) +4 >Emitted(35, 22) Source(22, 42) + SourceIndex(3) +5 >Emitted(35, 23) Source(22, 43) + SourceIndex(3) --- >>> normalN.foo = foo; 1->^^^^ @@ -1321,10 +1323,10 @@ sourceFile:../second/second_part1.ts 2 > foo 3 > () {} 4 > -1->Emitted(35, 5) Source(22, 35) + SourceIndex(3) -2 >Emitted(35, 16) Source(22, 38) + SourceIndex(3) -3 >Emitted(35, 22) Source(22, 43) + SourceIndex(3) -4 >Emitted(35, 23) Source(22, 43) + SourceIndex(3) +1->Emitted(36, 5) Source(22, 35) + SourceIndex(3) +2 >Emitted(36, 16) Source(22, 38) + SourceIndex(3) +3 >Emitted(36, 22) Source(22, 43) + SourceIndex(3) +4 >Emitted(36, 23) Source(22, 43) + SourceIndex(3) --- >>> var someNamespace; 1->^^^^ @@ -1337,10 +1339,10 @@ sourceFile:../second/second_part1.ts 2 > export namespace 3 > someNamespace 4 > { export class C {} } -1->Emitted(36, 5) Source(23, 19) + SourceIndex(3) -2 >Emitted(36, 9) Source(23, 36) + SourceIndex(3) -3 >Emitted(36, 22) Source(23, 49) + SourceIndex(3) -4 >Emitted(36, 23) Source(23, 71) + SourceIndex(3) +1->Emitted(37, 5) Source(23, 19) + SourceIndex(3) +2 >Emitted(37, 9) Source(23, 36) + SourceIndex(3) +3 >Emitted(37, 22) Source(23, 49) + SourceIndex(3) +4 >Emitted(37, 23) Source(23, 71) + SourceIndex(3) --- >>> (function (someNamespace) { 1->^^^^ @@ -1350,21 +1352,21 @@ sourceFile:../second/second_part1.ts 1-> 2 > export namespace 3 > someNamespace -1->Emitted(37, 5) Source(23, 19) + SourceIndex(3) -2 >Emitted(37, 16) Source(23, 36) + SourceIndex(3) -3 >Emitted(37, 29) Source(23, 49) + SourceIndex(3) +1->Emitted(38, 5) Source(23, 19) + SourceIndex(3) +2 >Emitted(38, 16) Source(23, 36) + SourceIndex(3) +3 >Emitted(38, 29) Source(23, 49) + SourceIndex(3) --- >>> var C = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(38, 9) Source(23, 52) + SourceIndex(3) +1->Emitted(39, 9) Source(23, 52) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(39, 13) Source(23, 52) + SourceIndex(3) +1->Emitted(40, 13) Source(23, 52) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -1372,16 +1374,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(40, 13) Source(23, 68) + SourceIndex(3) -2 >Emitted(40, 14) Source(23, 69) + SourceIndex(3) +1->Emitted(41, 13) Source(23, 68) + SourceIndex(3) +2 >Emitted(41, 14) Source(23, 69) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(41, 13) Source(23, 68) + SourceIndex(3) -2 >Emitted(41, 21) Source(23, 69) + SourceIndex(3) +1->Emitted(42, 13) Source(23, 68) + SourceIndex(3) +2 >Emitted(42, 21) Source(23, 69) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -1393,10 +1395,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(42, 9) Source(23, 68) + SourceIndex(3) -2 >Emitted(42, 10) Source(23, 69) + SourceIndex(3) -3 >Emitted(42, 10) Source(23, 52) + SourceIndex(3) -4 >Emitted(42, 14) Source(23, 69) + SourceIndex(3) +1 >Emitted(43, 9) Source(23, 68) + SourceIndex(3) +2 >Emitted(43, 10) Source(23, 69) + SourceIndex(3) +3 >Emitted(43, 10) Source(23, 52) + SourceIndex(3) +4 >Emitted(43, 14) Source(23, 69) + SourceIndex(3) --- >>> someNamespace.C = C; 1->^^^^^^^^ @@ -1408,10 +1410,10 @@ sourceFile:../second/second_part1.ts 2 > C 3 > {} 4 > -1->Emitted(43, 9) Source(23, 65) + SourceIndex(3) -2 >Emitted(43, 24) Source(23, 66) + SourceIndex(3) -3 >Emitted(43, 28) Source(23, 69) + SourceIndex(3) -4 >Emitted(43, 29) Source(23, 69) + SourceIndex(3) +1->Emitted(44, 9) Source(23, 65) + SourceIndex(3) +2 >Emitted(44, 24) Source(23, 66) + SourceIndex(3) +3 >Emitted(44, 28) Source(23, 69) + SourceIndex(3) +4 >Emitted(44, 29) Source(23, 69) + SourceIndex(3) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^ @@ -1432,15 +1434,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(44, 5) Source(23, 70) + SourceIndex(3) -2 >Emitted(44, 6) Source(23, 71) + SourceIndex(3) -3 >Emitted(44, 8) Source(23, 36) + SourceIndex(3) -4 >Emitted(44, 21) Source(23, 49) + SourceIndex(3) -5 >Emitted(44, 24) Source(23, 36) + SourceIndex(3) -6 >Emitted(44, 45) Source(23, 49) + SourceIndex(3) -7 >Emitted(44, 50) Source(23, 36) + SourceIndex(3) -8 >Emitted(44, 71) Source(23, 49) + SourceIndex(3) -9 >Emitted(44, 79) Source(23, 71) + SourceIndex(3) +1->Emitted(45, 5) Source(23, 70) + SourceIndex(3) +2 >Emitted(45, 6) Source(23, 71) + SourceIndex(3) +3 >Emitted(45, 8) Source(23, 36) + SourceIndex(3) +4 >Emitted(45, 21) Source(23, 49) + SourceIndex(3) +5 >Emitted(45, 24) Source(23, 36) + SourceIndex(3) +6 >Emitted(45, 45) Source(23, 49) + SourceIndex(3) +7 >Emitted(45, 50) Source(23, 36) + SourceIndex(3) +8 >Emitted(45, 71) Source(23, 49) + SourceIndex(3) +9 >Emitted(45, 79) Source(23, 71) + SourceIndex(3) --- >>> var someOther; 1 >^^^^ @@ -1453,10 +1455,10 @@ sourceFile:../second/second_part1.ts 2 > export namespace 3 > someOther 4 > .something { export class someClass {} } -1 >Emitted(45, 5) Source(24, 19) + SourceIndex(3) -2 >Emitted(45, 9) Source(24, 36) + SourceIndex(3) -3 >Emitted(45, 18) Source(24, 45) + SourceIndex(3) -4 >Emitted(45, 19) Source(24, 85) + SourceIndex(3) +1 >Emitted(46, 5) Source(24, 19) + SourceIndex(3) +2 >Emitted(46, 9) Source(24, 36) + SourceIndex(3) +3 >Emitted(46, 18) Source(24, 45) + SourceIndex(3) +4 >Emitted(46, 19) Source(24, 85) + SourceIndex(3) --- >>> (function (someOther) { 1->^^^^ @@ -1465,9 +1467,9 @@ sourceFile:../second/second_part1.ts 1-> 2 > export namespace 3 > someOther -1->Emitted(46, 5) Source(24, 19) + SourceIndex(3) -2 >Emitted(46, 16) Source(24, 36) + SourceIndex(3) -3 >Emitted(46, 25) Source(24, 45) + SourceIndex(3) +1->Emitted(47, 5) Source(24, 19) + SourceIndex(3) +2 >Emitted(47, 16) Source(24, 36) + SourceIndex(3) +3 >Emitted(47, 25) Source(24, 45) + SourceIndex(3) --- >>> var something; 1 >^^^^^^^^ @@ -1479,10 +1481,10 @@ sourceFile:../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(47, 9) Source(24, 46) + SourceIndex(3) -2 >Emitted(47, 13) Source(24, 46) + SourceIndex(3) -3 >Emitted(47, 22) Source(24, 55) + SourceIndex(3) -4 >Emitted(47, 23) Source(24, 85) + SourceIndex(3) +1 >Emitted(48, 9) Source(24, 46) + SourceIndex(3) +2 >Emitted(48, 13) Source(24, 46) + SourceIndex(3) +3 >Emitted(48, 22) Source(24, 55) + SourceIndex(3) +4 >Emitted(48, 23) Source(24, 85) + SourceIndex(3) --- >>> (function (something) { 1->^^^^^^^^ @@ -1492,21 +1494,21 @@ sourceFile:../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(48, 9) Source(24, 46) + SourceIndex(3) -2 >Emitted(48, 20) Source(24, 46) + SourceIndex(3) -3 >Emitted(48, 29) Source(24, 55) + SourceIndex(3) +1->Emitted(49, 9) Source(24, 46) + SourceIndex(3) +2 >Emitted(49, 20) Source(24, 46) + SourceIndex(3) +3 >Emitted(49, 29) Source(24, 55) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(49, 13) Source(24, 58) + SourceIndex(3) +1->Emitted(50, 13) Source(24, 58) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(50, 17) Source(24, 58) + SourceIndex(3) +1->Emitted(51, 17) Source(24, 58) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -1514,16 +1516,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(51, 17) Source(24, 82) + SourceIndex(3) -2 >Emitted(51, 18) Source(24, 83) + SourceIndex(3) +1->Emitted(52, 17) Source(24, 82) + SourceIndex(3) +2 >Emitted(52, 18) Source(24, 83) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(52, 17) Source(24, 82) + SourceIndex(3) -2 >Emitted(52, 33) Source(24, 83) + SourceIndex(3) +1->Emitted(53, 17) Source(24, 82) + SourceIndex(3) +2 >Emitted(53, 33) Source(24, 83) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -1535,10 +1537,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(53, 13) Source(24, 82) + SourceIndex(3) -2 >Emitted(53, 14) Source(24, 83) + SourceIndex(3) -3 >Emitted(53, 14) Source(24, 58) + SourceIndex(3) -4 >Emitted(53, 18) Source(24, 83) + SourceIndex(3) +1 >Emitted(54, 13) Source(24, 82) + SourceIndex(3) +2 >Emitted(54, 14) Source(24, 83) + SourceIndex(3) +3 >Emitted(54, 14) Source(24, 58) + SourceIndex(3) +4 >Emitted(54, 18) Source(24, 83) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -1550,10 +1552,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(54, 13) Source(24, 71) + SourceIndex(3) -2 >Emitted(54, 32) Source(24, 80) + SourceIndex(3) -3 >Emitted(54, 44) Source(24, 83) + SourceIndex(3) -4 >Emitted(54, 45) Source(24, 83) + SourceIndex(3) +1->Emitted(55, 13) Source(24, 71) + SourceIndex(3) +2 >Emitted(55, 32) Source(24, 80) + SourceIndex(3) +3 >Emitted(55, 44) Source(24, 83) + SourceIndex(3) +4 >Emitted(55, 45) Source(24, 83) + SourceIndex(3) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^ @@ -1574,15 +1576,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(55, 9) Source(24, 84) + SourceIndex(3) -2 >Emitted(55, 10) Source(24, 85) + SourceIndex(3) -3 >Emitted(55, 12) Source(24, 46) + SourceIndex(3) -4 >Emitted(55, 21) Source(24, 55) + SourceIndex(3) -5 >Emitted(55, 24) Source(24, 46) + SourceIndex(3) -6 >Emitted(55, 43) Source(24, 55) + SourceIndex(3) -7 >Emitted(55, 48) Source(24, 46) + SourceIndex(3) -8 >Emitted(55, 67) Source(24, 55) + SourceIndex(3) -9 >Emitted(55, 75) Source(24, 85) + SourceIndex(3) +1->Emitted(56, 9) Source(24, 84) + SourceIndex(3) +2 >Emitted(56, 10) Source(24, 85) + SourceIndex(3) +3 >Emitted(56, 12) Source(24, 46) + SourceIndex(3) +4 >Emitted(56, 21) Source(24, 55) + SourceIndex(3) +5 >Emitted(56, 24) Source(24, 46) + SourceIndex(3) +6 >Emitted(56, 43) Source(24, 55) + SourceIndex(3) +7 >Emitted(56, 48) Source(24, 46) + SourceIndex(3) +8 >Emitted(56, 67) Source(24, 55) + SourceIndex(3) +9 >Emitted(56, 75) Source(24, 85) + SourceIndex(3) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^ @@ -1603,15 +1605,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(56, 5) Source(24, 84) + SourceIndex(3) -2 >Emitted(56, 6) Source(24, 85) + SourceIndex(3) -3 >Emitted(56, 8) Source(24, 36) + SourceIndex(3) -4 >Emitted(56, 17) Source(24, 45) + SourceIndex(3) -5 >Emitted(56, 20) Source(24, 36) + SourceIndex(3) -6 >Emitted(56, 37) Source(24, 45) + SourceIndex(3) -7 >Emitted(56, 42) Source(24, 36) + SourceIndex(3) -8 >Emitted(56, 59) Source(24, 45) + SourceIndex(3) -9 >Emitted(56, 67) Source(24, 85) + SourceIndex(3) +1 >Emitted(57, 5) Source(24, 84) + SourceIndex(3) +2 >Emitted(57, 6) Source(24, 85) + SourceIndex(3) +3 >Emitted(57, 8) Source(24, 36) + SourceIndex(3) +4 >Emitted(57, 17) Source(24, 45) + SourceIndex(3) +5 >Emitted(57, 20) Source(24, 36) + SourceIndex(3) +6 >Emitted(57, 37) Source(24, 45) + SourceIndex(3) +7 >Emitted(57, 42) Source(24, 36) + SourceIndex(3) +8 >Emitted(57, 59) Source(24, 45) + SourceIndex(3) +9 >Emitted(57, 67) Source(24, 85) + SourceIndex(3) --- >>> normalN.someImport = someNamespace.C; 1 >^^^^ @@ -1629,13 +1631,13 @@ sourceFile:../second/second_part1.ts 5 > . 6 > C 7 > ; -1 >Emitted(57, 5) Source(25, 33) + SourceIndex(3) -2 >Emitted(57, 23) Source(25, 43) + SourceIndex(3) -3 >Emitted(57, 26) Source(25, 46) + SourceIndex(3) -4 >Emitted(57, 39) Source(25, 59) + SourceIndex(3) -5 >Emitted(57, 40) Source(25, 60) + SourceIndex(3) -6 >Emitted(57, 41) Source(25, 61) + SourceIndex(3) -7 >Emitted(57, 42) Source(25, 62) + SourceIndex(3) +1 >Emitted(58, 5) Source(25, 33) + SourceIndex(3) +2 >Emitted(58, 23) Source(25, 43) + SourceIndex(3) +3 >Emitted(58, 26) Source(25, 46) + SourceIndex(3) +4 >Emitted(58, 39) Source(25, 59) + SourceIndex(3) +5 >Emitted(58, 40) Source(25, 60) + SourceIndex(3) +6 >Emitted(58, 41) Source(25, 61) + SourceIndex(3) +7 >Emitted(58, 42) Source(25, 62) + SourceIndex(3) --- >>> normalN.internalConst = 10; 1 >^^^^ @@ -1650,11 +1652,11 @@ sourceFile:../second/second_part1.ts 3 > = 4 > 10 5 > ; -1 >Emitted(58, 5) Source(27, 32) + SourceIndex(3) -2 >Emitted(58, 26) Source(27, 45) + SourceIndex(3) -3 >Emitted(58, 29) Source(27, 48) + SourceIndex(3) -4 >Emitted(58, 31) Source(27, 50) + SourceIndex(3) -5 >Emitted(58, 32) Source(27, 51) + SourceIndex(3) +1 >Emitted(59, 5) Source(27, 32) + SourceIndex(3) +2 >Emitted(59, 26) Source(27, 45) + SourceIndex(3) +3 >Emitted(59, 29) Source(27, 48) + SourceIndex(3) +4 >Emitted(59, 31) Source(27, 50) + SourceIndex(3) +5 >Emitted(59, 32) Source(27, 51) + SourceIndex(3) --- >>> var internalEnum; 1 >^^^^ @@ -1665,9 +1667,9 @@ sourceFile:../second/second_part1.ts > /*@internal*/ 2 > export enum 3 > internalEnum { a, b, c } -1 >Emitted(59, 5) Source(28, 19) + SourceIndex(3) -2 >Emitted(59, 9) Source(28, 31) + SourceIndex(3) -3 >Emitted(59, 21) Source(28, 55) + SourceIndex(3) +1 >Emitted(60, 5) Source(28, 19) + SourceIndex(3) +2 >Emitted(60, 9) Source(28, 31) + SourceIndex(3) +3 >Emitted(60, 21) Source(28, 55) + SourceIndex(3) --- >>> (function (internalEnum) { 1->^^^^ @@ -1677,9 +1679,9 @@ sourceFile:../second/second_part1.ts 1-> 2 > export enum 3 > internalEnum -1->Emitted(60, 5) Source(28, 19) + SourceIndex(3) -2 >Emitted(60, 16) Source(28, 31) + SourceIndex(3) -3 >Emitted(60, 28) Source(28, 43) + SourceIndex(3) +1->Emitted(61, 5) Source(28, 19) + SourceIndex(3) +2 >Emitted(61, 16) Source(28, 31) + SourceIndex(3) +3 >Emitted(61, 28) Source(28, 43) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -1689,9 +1691,9 @@ sourceFile:../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(61, 9) Source(28, 46) + SourceIndex(3) -2 >Emitted(61, 50) Source(28, 47) + SourceIndex(3) -3 >Emitted(61, 51) Source(28, 47) + SourceIndex(3) +1->Emitted(62, 9) Source(28, 46) + SourceIndex(3) +2 >Emitted(62, 50) Source(28, 47) + SourceIndex(3) +3 >Emitted(62, 51) Source(28, 47) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -1701,9 +1703,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(62, 9) Source(28, 49) + SourceIndex(3) -2 >Emitted(62, 50) Source(28, 50) + SourceIndex(3) -3 >Emitted(62, 51) Source(28, 50) + SourceIndex(3) +1->Emitted(63, 9) Source(28, 49) + SourceIndex(3) +2 >Emitted(63, 50) Source(28, 50) + SourceIndex(3) +3 >Emitted(63, 51) Source(28, 50) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -1713,9 +1715,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(63, 9) Source(28, 52) + SourceIndex(3) -2 >Emitted(63, 50) Source(28, 53) + SourceIndex(3) -3 >Emitted(63, 51) Source(28, 53) + SourceIndex(3) +1->Emitted(64, 9) Source(28, 52) + SourceIndex(3) +2 >Emitted(64, 50) Source(28, 53) + SourceIndex(3) +3 >Emitted(64, 51) Source(28, 53) + SourceIndex(3) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^ @@ -1736,15 +1738,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(64, 5) Source(28, 54) + SourceIndex(3) -2 >Emitted(64, 6) Source(28, 55) + SourceIndex(3) -3 >Emitted(64, 8) Source(28, 31) + SourceIndex(3) -4 >Emitted(64, 20) Source(28, 43) + SourceIndex(3) -5 >Emitted(64, 23) Source(28, 31) + SourceIndex(3) -6 >Emitted(64, 43) Source(28, 43) + SourceIndex(3) -7 >Emitted(64, 48) Source(28, 31) + SourceIndex(3) -8 >Emitted(64, 68) Source(28, 43) + SourceIndex(3) -9 >Emitted(64, 76) Source(28, 55) + SourceIndex(3) +1->Emitted(65, 5) Source(28, 54) + SourceIndex(3) +2 >Emitted(65, 6) Source(28, 55) + SourceIndex(3) +3 >Emitted(65, 8) Source(28, 31) + SourceIndex(3) +4 >Emitted(65, 20) Source(28, 43) + SourceIndex(3) +5 >Emitted(65, 23) Source(28, 31) + SourceIndex(3) +6 >Emitted(65, 43) Source(28, 43) + SourceIndex(3) +7 >Emitted(65, 48) Source(28, 31) + SourceIndex(3) +8 >Emitted(65, 68) Source(28, 43) + SourceIndex(3) +9 >Emitted(65, 76) Source(28, 55) + SourceIndex(3) --- >>>})(normalN || (normalN = {})); 1 > @@ -1772,26 +1774,26 @@ sourceFile:../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(65, 1) Source(29, 1) + SourceIndex(3) -2 >Emitted(65, 2) Source(29, 2) + SourceIndex(3) -3 >Emitted(65, 4) Source(20, 11) + SourceIndex(3) -4 >Emitted(65, 11) Source(20, 18) + SourceIndex(3) -5 >Emitted(65, 16) Source(20, 11) + SourceIndex(3) -6 >Emitted(65, 23) Source(20, 18) + SourceIndex(3) -7 >Emitted(65, 31) Source(29, 2) + SourceIndex(3) +1 >Emitted(66, 1) Source(29, 1) + SourceIndex(3) +2 >Emitted(66, 2) Source(29, 2) + SourceIndex(3) +3 >Emitted(66, 4) Source(20, 11) + SourceIndex(3) +4 >Emitted(66, 11) Source(20, 18) + SourceIndex(3) +5 >Emitted(66, 16) Source(20, 11) + SourceIndex(3) +6 >Emitted(66, 23) Source(20, 18) + SourceIndex(3) +7 >Emitted(66, 31) Source(29, 2) + SourceIndex(3) --- >>>var internalC = (function () { 1-> 2 >^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> >/*@internal*/ -1->Emitted(66, 1) Source(30, 15) + SourceIndex(3) +1->Emitted(67, 1) Source(30, 15) + SourceIndex(3) --- >>> function internalC() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(67, 5) Source(30, 15) + SourceIndex(3) +1->Emitted(68, 5) Source(30, 15) + SourceIndex(3) --- >>> } 1->^^^^ @@ -1799,16 +1801,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->class internalC { 2 > } -1->Emitted(68, 5) Source(30, 32) + SourceIndex(3) -2 >Emitted(68, 6) Source(30, 33) + SourceIndex(3) +1->Emitted(69, 5) Source(30, 32) + SourceIndex(3) +2 >Emitted(69, 6) Source(30, 33) + SourceIndex(3) --- >>> return internalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(69, 5) Source(30, 32) + SourceIndex(3) -2 >Emitted(69, 21) Source(30, 33) + SourceIndex(3) +1->Emitted(70, 5) Source(30, 32) + SourceIndex(3) +2 >Emitted(70, 21) Source(30, 33) + SourceIndex(3) --- >>>}()); 1 > @@ -1820,10 +1822,10 @@ sourceFile:../second/second_part1.ts 2 >} 3 > 4 > class internalC {} -1 >Emitted(70, 1) Source(30, 32) + SourceIndex(3) -2 >Emitted(70, 2) Source(30, 33) + SourceIndex(3) -3 >Emitted(70, 2) Source(30, 15) + SourceIndex(3) -4 >Emitted(70, 6) Source(30, 33) + SourceIndex(3) +1 >Emitted(71, 1) Source(30, 32) + SourceIndex(3) +2 >Emitted(71, 2) Source(30, 33) + SourceIndex(3) +3 >Emitted(71, 2) Source(30, 15) + SourceIndex(3) +4 >Emitted(71, 6) Source(30, 33) + SourceIndex(3) --- >>>function internalfoo() { } 1-> @@ -1837,11 +1839,11 @@ sourceFile:../second/second_part1.ts 3 > internalfoo 4 > () { 5 > } -1->Emitted(71, 1) Source(31, 15) + SourceIndex(3) -2 >Emitted(71, 10) Source(31, 24) + SourceIndex(3) -3 >Emitted(71, 21) Source(31, 35) + SourceIndex(3) -4 >Emitted(71, 26) Source(31, 39) + SourceIndex(3) -5 >Emitted(71, 27) Source(31, 40) + SourceIndex(3) +1->Emitted(72, 1) Source(31, 15) + SourceIndex(3) +2 >Emitted(72, 10) Source(31, 24) + SourceIndex(3) +3 >Emitted(72, 21) Source(31, 35) + SourceIndex(3) +4 >Emitted(72, 26) Source(31, 39) + SourceIndex(3) +5 >Emitted(72, 27) Source(31, 40) + SourceIndex(3) --- >>>var internalNamespace; 1 > @@ -1854,10 +1856,10 @@ sourceFile:../second/second_part1.ts 2 >namespace 3 > internalNamespace 4 > { export class someClass {} } -1 >Emitted(72, 1) Source(32, 15) + SourceIndex(3) -2 >Emitted(72, 5) Source(32, 25) + SourceIndex(3) -3 >Emitted(72, 22) Source(32, 42) + SourceIndex(3) -4 >Emitted(72, 23) Source(32, 72) + SourceIndex(3) +1 >Emitted(73, 1) Source(32, 15) + SourceIndex(3) +2 >Emitted(73, 5) Source(32, 25) + SourceIndex(3) +3 >Emitted(73, 22) Source(32, 42) + SourceIndex(3) +4 >Emitted(73, 23) Source(32, 72) + SourceIndex(3) --- >>>(function (internalNamespace) { 1-> @@ -1867,21 +1869,21 @@ sourceFile:../second/second_part1.ts 1-> 2 >namespace 3 > internalNamespace -1->Emitted(73, 1) Source(32, 15) + SourceIndex(3) -2 >Emitted(73, 12) Source(32, 25) + SourceIndex(3) -3 >Emitted(73, 29) Source(32, 42) + SourceIndex(3) +1->Emitted(74, 1) Source(32, 15) + SourceIndex(3) +2 >Emitted(74, 12) Source(32, 25) + SourceIndex(3) +3 >Emitted(74, 29) Source(32, 42) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(74, 5) Source(32, 45) + SourceIndex(3) +1->Emitted(75, 5) Source(32, 45) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(75, 9) Source(32, 45) + SourceIndex(3) +1->Emitted(76, 9) Source(32, 45) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -1889,16 +1891,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(76, 9) Source(32, 69) + SourceIndex(3) -2 >Emitted(76, 10) Source(32, 70) + SourceIndex(3) +1->Emitted(77, 9) Source(32, 69) + SourceIndex(3) +2 >Emitted(77, 10) Source(32, 70) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(77, 9) Source(32, 69) + SourceIndex(3) -2 >Emitted(77, 25) Source(32, 70) + SourceIndex(3) +1->Emitted(78, 9) Source(32, 69) + SourceIndex(3) +2 >Emitted(78, 25) Source(32, 70) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -1910,10 +1912,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(78, 5) Source(32, 69) + SourceIndex(3) -2 >Emitted(78, 6) Source(32, 70) + SourceIndex(3) -3 >Emitted(78, 6) Source(32, 45) + SourceIndex(3) -4 >Emitted(78, 10) Source(32, 70) + SourceIndex(3) +1 >Emitted(79, 5) Source(32, 69) + SourceIndex(3) +2 >Emitted(79, 6) Source(32, 70) + SourceIndex(3) +3 >Emitted(79, 6) Source(32, 45) + SourceIndex(3) +4 >Emitted(79, 10) Source(32, 70) + SourceIndex(3) --- >>> internalNamespace.someClass = someClass; 1->^^^^ @@ -1925,10 +1927,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(79, 5) Source(32, 58) + SourceIndex(3) -2 >Emitted(79, 32) Source(32, 67) + SourceIndex(3) -3 >Emitted(79, 44) Source(32, 70) + SourceIndex(3) -4 >Emitted(79, 45) Source(32, 70) + SourceIndex(3) +1->Emitted(80, 5) Source(32, 58) + SourceIndex(3) +2 >Emitted(80, 32) Source(32, 67) + SourceIndex(3) +3 >Emitted(80, 44) Source(32, 70) + SourceIndex(3) +4 >Emitted(80, 45) Source(32, 70) + SourceIndex(3) --- >>>})(internalNamespace || (internalNamespace = {})); 1-> @@ -1945,13 +1947,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalNamespace 7 > { export class someClass {} } -1->Emitted(80, 1) Source(32, 71) + SourceIndex(3) -2 >Emitted(80, 2) Source(32, 72) + SourceIndex(3) -3 >Emitted(80, 4) Source(32, 25) + SourceIndex(3) -4 >Emitted(80, 21) Source(32, 42) + SourceIndex(3) -5 >Emitted(80, 26) Source(32, 25) + SourceIndex(3) -6 >Emitted(80, 43) Source(32, 42) + SourceIndex(3) -7 >Emitted(80, 51) Source(32, 72) + SourceIndex(3) +1->Emitted(81, 1) Source(32, 71) + SourceIndex(3) +2 >Emitted(81, 2) Source(32, 72) + SourceIndex(3) +3 >Emitted(81, 4) Source(32, 25) + SourceIndex(3) +4 >Emitted(81, 21) Source(32, 42) + SourceIndex(3) +5 >Emitted(81, 26) Source(32, 25) + SourceIndex(3) +6 >Emitted(81, 43) Source(32, 42) + SourceIndex(3) +7 >Emitted(81, 51) Source(32, 72) + SourceIndex(3) --- >>>var internalOther; 1 > @@ -1964,10 +1966,10 @@ sourceFile:../second/second_part1.ts 2 >namespace 3 > internalOther 4 > .something { export class someClass {} } -1 >Emitted(81, 1) Source(33, 15) + SourceIndex(3) -2 >Emitted(81, 5) Source(33, 25) + SourceIndex(3) -3 >Emitted(81, 18) Source(33, 38) + SourceIndex(3) -4 >Emitted(81, 19) Source(33, 78) + SourceIndex(3) +1 >Emitted(82, 1) Source(33, 15) + SourceIndex(3) +2 >Emitted(82, 5) Source(33, 25) + SourceIndex(3) +3 >Emitted(82, 18) Source(33, 38) + SourceIndex(3) +4 >Emitted(82, 19) Source(33, 78) + SourceIndex(3) --- >>>(function (internalOther) { 1-> @@ -1976,9 +1978,9 @@ sourceFile:../second/second_part1.ts 1-> 2 >namespace 3 > internalOther -1->Emitted(82, 1) Source(33, 15) + SourceIndex(3) -2 >Emitted(82, 12) Source(33, 25) + SourceIndex(3) -3 >Emitted(82, 25) Source(33, 38) + SourceIndex(3) +1->Emitted(83, 1) Source(33, 15) + SourceIndex(3) +2 >Emitted(83, 12) Source(33, 25) + SourceIndex(3) +3 >Emitted(83, 25) Source(33, 38) + SourceIndex(3) --- >>> var something; 1 >^^^^ @@ -1990,10 +1992,10 @@ sourceFile:../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(83, 5) Source(33, 39) + SourceIndex(3) -2 >Emitted(83, 9) Source(33, 39) + SourceIndex(3) -3 >Emitted(83, 18) Source(33, 48) + SourceIndex(3) -4 >Emitted(83, 19) Source(33, 78) + SourceIndex(3) +1 >Emitted(84, 5) Source(33, 39) + SourceIndex(3) +2 >Emitted(84, 9) Source(33, 39) + SourceIndex(3) +3 >Emitted(84, 18) Source(33, 48) + SourceIndex(3) +4 >Emitted(84, 19) Source(33, 78) + SourceIndex(3) --- >>> (function (something) { 1->^^^^ @@ -2003,21 +2005,21 @@ sourceFile:../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(84, 5) Source(33, 39) + SourceIndex(3) -2 >Emitted(84, 16) Source(33, 39) + SourceIndex(3) -3 >Emitted(84, 25) Source(33, 48) + SourceIndex(3) +1->Emitted(85, 5) Source(33, 39) + SourceIndex(3) +2 >Emitted(85, 16) Source(33, 39) + SourceIndex(3) +3 >Emitted(85, 25) Source(33, 48) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(85, 9) Source(33, 51) + SourceIndex(3) +1->Emitted(86, 9) Source(33, 51) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(86, 13) Source(33, 51) + SourceIndex(3) +1->Emitted(87, 13) Source(33, 51) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -2025,16 +2027,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(87, 13) Source(33, 75) + SourceIndex(3) -2 >Emitted(87, 14) Source(33, 76) + SourceIndex(3) +1->Emitted(88, 13) Source(33, 75) + SourceIndex(3) +2 >Emitted(88, 14) Source(33, 76) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(88, 13) Source(33, 75) + SourceIndex(3) -2 >Emitted(88, 29) Source(33, 76) + SourceIndex(3) +1->Emitted(89, 13) Source(33, 75) + SourceIndex(3) +2 >Emitted(89, 29) Source(33, 76) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -2046,10 +2048,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(89, 9) Source(33, 75) + SourceIndex(3) -2 >Emitted(89, 10) Source(33, 76) + SourceIndex(3) -3 >Emitted(89, 10) Source(33, 51) + SourceIndex(3) -4 >Emitted(89, 14) Source(33, 76) + SourceIndex(3) +1 >Emitted(90, 9) Source(33, 75) + SourceIndex(3) +2 >Emitted(90, 10) Source(33, 76) + SourceIndex(3) +3 >Emitted(90, 10) Source(33, 51) + SourceIndex(3) +4 >Emitted(90, 14) Source(33, 76) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^ @@ -2061,10 +2063,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(90, 9) Source(33, 64) + SourceIndex(3) -2 >Emitted(90, 28) Source(33, 73) + SourceIndex(3) -3 >Emitted(90, 40) Source(33, 76) + SourceIndex(3) -4 >Emitted(90, 41) Source(33, 76) + SourceIndex(3) +1->Emitted(91, 9) Source(33, 64) + SourceIndex(3) +2 >Emitted(91, 28) Source(33, 73) + SourceIndex(3) +3 >Emitted(91, 40) Source(33, 76) + SourceIndex(3) +4 >Emitted(91, 41) Source(33, 76) + SourceIndex(3) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^ @@ -2085,15 +2087,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(91, 5) Source(33, 77) + SourceIndex(3) -2 >Emitted(91, 6) Source(33, 78) + SourceIndex(3) -3 >Emitted(91, 8) Source(33, 39) + SourceIndex(3) -4 >Emitted(91, 17) Source(33, 48) + SourceIndex(3) -5 >Emitted(91, 20) Source(33, 39) + SourceIndex(3) -6 >Emitted(91, 43) Source(33, 48) + SourceIndex(3) -7 >Emitted(91, 48) Source(33, 39) + SourceIndex(3) -8 >Emitted(91, 71) Source(33, 48) + SourceIndex(3) -9 >Emitted(91, 79) Source(33, 78) + SourceIndex(3) +1->Emitted(92, 5) Source(33, 77) + SourceIndex(3) +2 >Emitted(92, 6) Source(33, 78) + SourceIndex(3) +3 >Emitted(92, 8) Source(33, 39) + SourceIndex(3) +4 >Emitted(92, 17) Source(33, 48) + SourceIndex(3) +5 >Emitted(92, 20) Source(33, 39) + SourceIndex(3) +6 >Emitted(92, 43) Source(33, 48) + SourceIndex(3) +7 >Emitted(92, 48) Source(33, 39) + SourceIndex(3) +8 >Emitted(92, 71) Source(33, 48) + SourceIndex(3) +9 >Emitted(92, 79) Source(33, 78) + SourceIndex(3) --- >>>})(internalOther || (internalOther = {})); 1 > @@ -2111,13 +2113,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalOther 7 > .something { export class someClass {} } -1 >Emitted(92, 1) Source(33, 77) + SourceIndex(3) -2 >Emitted(92, 2) Source(33, 78) + SourceIndex(3) -3 >Emitted(92, 4) Source(33, 25) + SourceIndex(3) -4 >Emitted(92, 17) Source(33, 38) + SourceIndex(3) -5 >Emitted(92, 22) Source(33, 25) + SourceIndex(3) -6 >Emitted(92, 35) Source(33, 38) + SourceIndex(3) -7 >Emitted(92, 43) Source(33, 78) + SourceIndex(3) +1 >Emitted(93, 1) Source(33, 77) + SourceIndex(3) +2 >Emitted(93, 2) Source(33, 78) + SourceIndex(3) +3 >Emitted(93, 4) Source(33, 25) + SourceIndex(3) +4 >Emitted(93, 17) Source(33, 38) + SourceIndex(3) +5 >Emitted(93, 22) Source(33, 25) + SourceIndex(3) +6 >Emitted(93, 35) Source(33, 38) + SourceIndex(3) +7 >Emitted(93, 43) Source(33, 78) + SourceIndex(3) --- >>>var internalImport = internalNamespace.someClass; 1-> @@ -2137,14 +2139,14 @@ sourceFile:../second/second_part1.ts 6 > . 7 > someClass 8 > ; -1->Emitted(93, 1) Source(34, 15) + SourceIndex(3) -2 >Emitted(93, 5) Source(34, 22) + SourceIndex(3) -3 >Emitted(93, 19) Source(34, 36) + SourceIndex(3) -4 >Emitted(93, 22) Source(34, 39) + SourceIndex(3) -5 >Emitted(93, 39) Source(34, 56) + SourceIndex(3) -6 >Emitted(93, 40) Source(34, 57) + SourceIndex(3) -7 >Emitted(93, 49) Source(34, 66) + SourceIndex(3) -8 >Emitted(93, 50) Source(34, 67) + SourceIndex(3) +1->Emitted(94, 1) Source(34, 15) + SourceIndex(3) +2 >Emitted(94, 5) Source(34, 22) + SourceIndex(3) +3 >Emitted(94, 19) Source(34, 36) + SourceIndex(3) +4 >Emitted(94, 22) Source(34, 39) + SourceIndex(3) +5 >Emitted(94, 39) Source(34, 56) + SourceIndex(3) +6 >Emitted(94, 40) Source(34, 57) + SourceIndex(3) +7 >Emitted(94, 49) Source(34, 66) + SourceIndex(3) +8 >Emitted(94, 50) Source(34, 67) + SourceIndex(3) --- >>>var internalConst = 10; 1 > @@ -2161,12 +2163,12 @@ sourceFile:../second/second_part1.ts 4 > = 5 > 10 6 > ; -1 >Emitted(94, 1) Source(36, 15) + SourceIndex(3) -2 >Emitted(94, 5) Source(36, 21) + SourceIndex(3) -3 >Emitted(94, 18) Source(36, 34) + SourceIndex(3) -4 >Emitted(94, 21) Source(36, 37) + SourceIndex(3) -5 >Emitted(94, 23) Source(36, 39) + SourceIndex(3) -6 >Emitted(94, 24) Source(36, 40) + SourceIndex(3) +1 >Emitted(95, 1) Source(36, 15) + SourceIndex(3) +2 >Emitted(95, 5) Source(36, 21) + SourceIndex(3) +3 >Emitted(95, 18) Source(36, 34) + SourceIndex(3) +4 >Emitted(95, 21) Source(36, 37) + SourceIndex(3) +5 >Emitted(95, 23) Source(36, 39) + SourceIndex(3) +6 >Emitted(95, 24) Source(36, 40) + SourceIndex(3) --- >>>var internalEnum; 1 > @@ -2177,9 +2179,9 @@ sourceFile:../second/second_part1.ts >/*@internal*/ 2 >enum 3 > internalEnum { a, b, c } -1 >Emitted(95, 1) Source(37, 15) + SourceIndex(3) -2 >Emitted(95, 5) Source(37, 20) + SourceIndex(3) -3 >Emitted(95, 17) Source(37, 44) + SourceIndex(3) +1 >Emitted(96, 1) Source(37, 15) + SourceIndex(3) +2 >Emitted(96, 5) Source(37, 20) + SourceIndex(3) +3 >Emitted(96, 17) Source(37, 44) + SourceIndex(3) --- >>>(function (internalEnum) { 1-> @@ -2189,9 +2191,9 @@ sourceFile:../second/second_part1.ts 1-> 2 >enum 3 > internalEnum -1->Emitted(96, 1) Source(37, 15) + SourceIndex(3) -2 >Emitted(96, 12) Source(37, 20) + SourceIndex(3) -3 >Emitted(96, 24) Source(37, 32) + SourceIndex(3) +1->Emitted(97, 1) Source(37, 15) + SourceIndex(3) +2 >Emitted(97, 12) Source(37, 20) + SourceIndex(3) +3 >Emitted(97, 24) Source(37, 32) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^ @@ -2201,9 +2203,9 @@ sourceFile:../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(97, 5) Source(37, 35) + SourceIndex(3) -2 >Emitted(97, 46) Source(37, 36) + SourceIndex(3) -3 >Emitted(97, 47) Source(37, 36) + SourceIndex(3) +1->Emitted(98, 5) Source(37, 35) + SourceIndex(3) +2 >Emitted(98, 46) Source(37, 36) + SourceIndex(3) +3 >Emitted(98, 47) Source(37, 36) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^ @@ -2213,9 +2215,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(98, 5) Source(37, 38) + SourceIndex(3) -2 >Emitted(98, 46) Source(37, 39) + SourceIndex(3) -3 >Emitted(98, 47) Source(37, 39) + SourceIndex(3) +1->Emitted(99, 5) Source(37, 38) + SourceIndex(3) +2 >Emitted(99, 46) Source(37, 39) + SourceIndex(3) +3 >Emitted(99, 47) Source(37, 39) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^ @@ -2224,9 +2226,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(99, 5) Source(37, 41) + SourceIndex(3) -2 >Emitted(99, 46) Source(37, 42) + SourceIndex(3) -3 >Emitted(99, 47) Source(37, 42) + SourceIndex(3) +1->Emitted(100, 5) Source(37, 41) + SourceIndex(3) +2 >Emitted(100, 46) Source(37, 42) + SourceIndex(3) +3 >Emitted(100, 47) Source(37, 42) + SourceIndex(3) --- >>>})(internalEnum || (internalEnum = {})); 1 > @@ -2243,13 +2245,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalEnum 7 > { a, b, c } -1 >Emitted(100, 1) Source(37, 43) + SourceIndex(3) -2 >Emitted(100, 2) Source(37, 44) + SourceIndex(3) -3 >Emitted(100, 4) Source(37, 20) + SourceIndex(3) -4 >Emitted(100, 16) Source(37, 32) + SourceIndex(3) -5 >Emitted(100, 21) Source(37, 20) + SourceIndex(3) -6 >Emitted(100, 33) Source(37, 32) + SourceIndex(3) -7 >Emitted(100, 41) Source(37, 44) + SourceIndex(3) +1 >Emitted(101, 1) Source(37, 43) + SourceIndex(3) +2 >Emitted(101, 2) Source(37, 44) + SourceIndex(3) +3 >Emitted(101, 4) Source(37, 20) + SourceIndex(3) +4 >Emitted(101, 16) Source(37, 32) + SourceIndex(3) +5 >Emitted(101, 21) Source(37, 20) + SourceIndex(3) +6 >Emitted(101, 33) Source(37, 32) + SourceIndex(3) +7 >Emitted(101, 41) Source(37, 44) + SourceIndex(3) --- ------------------------------------------------------------------- emittedFile:/src/2/second-output.js @@ -2259,13 +2261,13 @@ sourceFile:../second/second_part2.ts 1 > 2 >^^^^^^^^^^^^^^^^^^^-> 1 > -1 >Emitted(101, 1) Source(1, 1) + SourceIndex(4) +1 >Emitted(102, 1) Source(1, 1) + SourceIndex(4) --- >>> function C() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(102, 5) Source(1, 1) + SourceIndex(4) +1->Emitted(103, 5) Source(1, 1) + SourceIndex(4) --- >>> } 1->^^^^ @@ -2277,8 +2279,8 @@ sourceFile:../second/second_part2.ts > } > 2 > } -1->Emitted(103, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(103, 6) Source(5, 2) + SourceIndex(4) +1->Emitted(104, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(104, 6) Source(5, 2) + SourceIndex(4) --- >>> C.prototype.doSomething = function () { 1->^^^^ @@ -2288,9 +2290,9 @@ sourceFile:../second/second_part2.ts 1-> 2 > doSomething 3 > -1->Emitted(104, 5) Source(2, 5) + SourceIndex(4) -2 >Emitted(104, 28) Source(2, 16) + SourceIndex(4) -3 >Emitted(104, 31) Source(2, 5) + SourceIndex(4) +1->Emitted(105, 5) Source(2, 5) + SourceIndex(4) +2 >Emitted(105, 28) Source(2, 16) + SourceIndex(4) +3 >Emitted(105, 31) Source(2, 5) + SourceIndex(4) --- >>> console.log("something got done"); 1->^^^^^^^^ @@ -2310,14 +2312,14 @@ sourceFile:../second/second_part2.ts 6 > "something got done" 7 > ) 8 > ; -1->Emitted(105, 9) Source(3, 9) + SourceIndex(4) -2 >Emitted(105, 16) Source(3, 16) + SourceIndex(4) -3 >Emitted(105, 17) Source(3, 17) + SourceIndex(4) -4 >Emitted(105, 20) Source(3, 20) + SourceIndex(4) -5 >Emitted(105, 21) Source(3, 21) + SourceIndex(4) -6 >Emitted(105, 41) Source(3, 41) + SourceIndex(4) -7 >Emitted(105, 42) Source(3, 42) + SourceIndex(4) -8 >Emitted(105, 43) Source(3, 43) + SourceIndex(4) +1->Emitted(106, 9) Source(3, 9) + SourceIndex(4) +2 >Emitted(106, 16) Source(3, 16) + SourceIndex(4) +3 >Emitted(106, 17) Source(3, 17) + SourceIndex(4) +4 >Emitted(106, 20) Source(3, 20) + SourceIndex(4) +5 >Emitted(106, 21) Source(3, 21) + SourceIndex(4) +6 >Emitted(106, 41) Source(3, 41) + SourceIndex(4) +7 >Emitted(106, 42) Source(3, 42) + SourceIndex(4) +8 >Emitted(106, 43) Source(3, 43) + SourceIndex(4) --- >>> }; 1 >^^^^ @@ -2326,8 +2328,8 @@ sourceFile:../second/second_part2.ts 1 > > 2 > } -1 >Emitted(106, 5) Source(4, 5) + SourceIndex(4) -2 >Emitted(106, 6) Source(4, 6) + SourceIndex(4) +1 >Emitted(107, 5) Source(4, 5) + SourceIndex(4) +2 >Emitted(107, 6) Source(4, 6) + SourceIndex(4) --- >>> return C; 1->^^^^ @@ -2335,8 +2337,8 @@ sourceFile:../second/second_part2.ts 1-> > 2 > } -1->Emitted(107, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(107, 13) Source(5, 2) + SourceIndex(4) +1->Emitted(108, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(108, 13) Source(5, 2) + SourceIndex(4) --- >>>}()); 1 > @@ -2352,10 +2354,10 @@ sourceFile:../second/second_part2.ts > console.log("something got done"); > } > } -1 >Emitted(108, 1) Source(5, 1) + SourceIndex(4) -2 >Emitted(108, 2) Source(5, 2) + SourceIndex(4) -3 >Emitted(108, 2) Source(1, 1) + SourceIndex(4) -4 >Emitted(108, 6) Source(5, 2) + SourceIndex(4) +1 >Emitted(109, 1) Source(5, 1) + SourceIndex(4) +2 >Emitted(109, 2) Source(5, 2) + SourceIndex(4) +3 >Emitted(109, 2) Source(1, 1) + SourceIndex(4) +4 >Emitted(109, 6) Source(5, 2) + SourceIndex(4) --- >>>//# sourceMappingURL=second-output.js.map @@ -2384,7 +2386,7 @@ sourceFile:../second/second_part2.ts }, { "pos": 110, - "end": 3162, + "end": 3180, "kind": "text" } ] @@ -2460,7 +2462,7 @@ function f() { } ---------------------------------------------------------------------- -text: (110-3162) +text: (110-3180) var N; (function (N) { function f() { @@ -2471,8 +2473,9 @@ var N; var normalC = (function () { function normalC() { } - normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: true, @@ -3625,66 +3628,68 @@ sourceFile:../../../second/second_part1.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->constructor() { 2 > } 1->Emitted(16, 5) Source(14, 35) + SourceIndex(3) 2 >Emitted(16, 6) Source(14, 36) + SourceIndex(3) --- ->>> normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> proto_1.method = function () { }; 1->^^^^ -2 > ^^^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^ -5 > ^ -6 > ^^^^^^-> +2 > ^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^ +5 > ^ +6 > ^^^^^^-> 1-> > /*@internal*/ prop: string; > /*@internal*/ 2 > method -3 > -4 > method() { -5 > } -1->Emitted(17, 5) Source(16, 19) + SourceIndex(3) -2 >Emitted(17, 29) Source(16, 25) + SourceIndex(3) -3 >Emitted(17, 32) Source(16, 19) + SourceIndex(3) -4 >Emitted(17, 46) Source(16, 30) + SourceIndex(3) -5 >Emitted(17, 47) Source(16, 31) + SourceIndex(3) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +3 > +4 > method() { +5 > } +1->Emitted(18, 5) Source(16, 19) + SourceIndex(3) +2 >Emitted(18, 19) Source(16, 25) + SourceIndex(3) +3 >Emitted(18, 22) Source(16, 19) + SourceIndex(3) +4 >Emitted(18, 36) Source(16, 30) + SourceIndex(3) +5 >Emitted(18, 37) Source(16, 31) + SourceIndex(3) +--- +>>> Object.defineProperty(proto_1, "c", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^^^^^^^^^^ +4 > ^^^-> 1-> > /*@internal*/ 2 > get 3 > c -1->Emitted(18, 5) Source(17, 19) + SourceIndex(3) -2 >Emitted(18, 27) Source(17, 23) + SourceIndex(3) -3 >Emitted(18, 49) Source(17, 24) + SourceIndex(3) +1->Emitted(19, 5) Source(17, 19) + SourceIndex(3) +2 >Emitted(19, 27) Source(17, 23) + SourceIndex(3) +3 >Emitted(19, 39) Source(17, 24) + SourceIndex(3) --- >>> get: function () { return 10; }, -1 >^^^^^^^^^^^^^ +1->^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^^^^^^^ 4 > ^^ 5 > ^ 6 > ^ 7 > ^ -1 > +1-> 2 > get c() { 3 > return 4 > 10 5 > ; 6 > 7 > } -1 >Emitted(19, 14) Source(17, 19) + SourceIndex(3) -2 >Emitted(19, 28) Source(17, 29) + SourceIndex(3) -3 >Emitted(19, 35) Source(17, 36) + SourceIndex(3) -4 >Emitted(19, 37) Source(17, 38) + SourceIndex(3) -5 >Emitted(19, 38) Source(17, 39) + SourceIndex(3) -6 >Emitted(19, 39) Source(17, 40) + SourceIndex(3) -7 >Emitted(19, 40) Source(17, 41) + SourceIndex(3) +1->Emitted(20, 14) Source(17, 19) + SourceIndex(3) +2 >Emitted(20, 28) Source(17, 29) + SourceIndex(3) +3 >Emitted(20, 35) Source(17, 36) + SourceIndex(3) +4 >Emitted(20, 37) Source(17, 38) + SourceIndex(3) +5 >Emitted(20, 38) Source(17, 39) + SourceIndex(3) +6 >Emitted(20, 39) Source(17, 40) + SourceIndex(3) +7 >Emitted(20, 40) Source(17, 41) + SourceIndex(3) --- >>> set: function (val) { }, 1 >^^^^^^^^^^^^^ @@ -3698,11 +3703,11 @@ sourceFile:../../../second/second_part1.ts 3 > val: number 4 > ) { 5 > } -1 >Emitted(20, 14) Source(18, 19) + SourceIndex(3) -2 >Emitted(20, 24) Source(18, 25) + SourceIndex(3) -3 >Emitted(20, 27) Source(18, 36) + SourceIndex(3) -4 >Emitted(20, 31) Source(18, 40) + SourceIndex(3) -5 >Emitted(20, 32) Source(18, 41) + SourceIndex(3) +1 >Emitted(21, 14) Source(18, 19) + SourceIndex(3) +2 >Emitted(21, 24) Source(18, 25) + SourceIndex(3) +3 >Emitted(21, 27) Source(18, 36) + SourceIndex(3) +4 >Emitted(21, 31) Source(18, 40) + SourceIndex(3) +5 >Emitted(21, 32) Source(18, 41) + SourceIndex(3) --- >>> enumerable: true, >>> configurable: true @@ -3710,7 +3715,7 @@ sourceFile:../../../second/second_part1.ts 1 >^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(23, 8) Source(17, 41) + SourceIndex(3) +1 >Emitted(24, 8) Source(17, 41) + SourceIndex(3) --- >>> return normalC; 1->^^^^ @@ -3719,8 +3724,8 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ set c(val: number) { } > 2 > } -1->Emitted(24, 5) Source(19, 1) + SourceIndex(3) -2 >Emitted(24, 19) Source(19, 2) + SourceIndex(3) +1->Emitted(25, 5) Source(19, 1) + SourceIndex(3) +2 >Emitted(25, 19) Source(19, 2) + SourceIndex(3) --- >>>}()); 1 > @@ -3738,10 +3743,10 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ get c() { return 10; } > /*@internal*/ set c(val: number) { } > } -1 >Emitted(25, 1) Source(19, 1) + SourceIndex(3) -2 >Emitted(25, 2) Source(19, 2) + SourceIndex(3) -3 >Emitted(25, 2) Source(13, 1) + SourceIndex(3) -4 >Emitted(25, 6) Source(19, 2) + SourceIndex(3) +1 >Emitted(26, 1) Source(19, 1) + SourceIndex(3) +2 >Emitted(26, 2) Source(19, 2) + SourceIndex(3) +3 >Emitted(26, 2) Source(13, 1) + SourceIndex(3) +4 >Emitted(26, 6) Source(19, 2) + SourceIndex(3) --- >>>var normalN; 1-> @@ -3763,10 +3768,10 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1->Emitted(26, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(26, 5) Source(20, 11) + SourceIndex(3) -3 >Emitted(26, 12) Source(20, 18) + SourceIndex(3) -4 >Emitted(26, 13) Source(29, 2) + SourceIndex(3) +1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(27, 5) Source(20, 11) + SourceIndex(3) +3 >Emitted(27, 12) Source(20, 18) + SourceIndex(3) +4 >Emitted(27, 13) Source(29, 2) + SourceIndex(3) --- >>>(function (normalN) { 1-> @@ -3776,22 +3781,22 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > normalN -1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(27, 12) Source(20, 11) + SourceIndex(3) -3 >Emitted(27, 19) Source(20, 18) + SourceIndex(3) +1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(28, 12) Source(20, 11) + SourceIndex(3) +3 >Emitted(28, 19) Source(20, 18) + SourceIndex(3) --- >>> var C = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { > /*@internal*/ -1->Emitted(28, 5) Source(21, 19) + SourceIndex(3) +1->Emitted(29, 5) Source(21, 19) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(29, 9) Source(21, 19) + SourceIndex(3) +1->Emitted(30, 9) Source(21, 19) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -3799,16 +3804,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(30, 9) Source(21, 36) + SourceIndex(3) -2 >Emitted(30, 10) Source(21, 37) + SourceIndex(3) +1->Emitted(31, 9) Source(21, 36) + SourceIndex(3) +2 >Emitted(31, 10) Source(21, 37) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(31, 9) Source(21, 36) + SourceIndex(3) -2 >Emitted(31, 17) Source(21, 37) + SourceIndex(3) +1->Emitted(32, 9) Source(21, 36) + SourceIndex(3) +2 >Emitted(32, 17) Source(21, 37) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -3820,10 +3825,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(32, 5) Source(21, 36) + SourceIndex(3) -2 >Emitted(32, 6) Source(21, 37) + SourceIndex(3) -3 >Emitted(32, 6) Source(21, 19) + SourceIndex(3) -4 >Emitted(32, 10) Source(21, 37) + SourceIndex(3) +1 >Emitted(33, 5) Source(21, 36) + SourceIndex(3) +2 >Emitted(33, 6) Source(21, 37) + SourceIndex(3) +3 >Emitted(33, 6) Source(21, 19) + SourceIndex(3) +4 >Emitted(33, 10) Source(21, 37) + SourceIndex(3) --- >>> normalN.C = C; 1->^^^^ @@ -3835,10 +3840,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > { } 4 > -1->Emitted(33, 5) Source(21, 32) + SourceIndex(3) -2 >Emitted(33, 14) Source(21, 33) + SourceIndex(3) -3 >Emitted(33, 18) Source(21, 37) + SourceIndex(3) -4 >Emitted(33, 19) Source(21, 37) + SourceIndex(3) +1->Emitted(34, 5) Source(21, 32) + SourceIndex(3) +2 >Emitted(34, 14) Source(21, 33) + SourceIndex(3) +3 >Emitted(34, 18) Source(21, 37) + SourceIndex(3) +4 >Emitted(34, 19) Source(21, 37) + SourceIndex(3) --- >>> function foo() { } 1->^^^^ @@ -3853,11 +3858,11 @@ sourceFile:../../../second/second_part1.ts 3 > foo 4 > () { 5 > } -1->Emitted(34, 5) Source(22, 19) + SourceIndex(3) -2 >Emitted(34, 14) Source(22, 35) + SourceIndex(3) -3 >Emitted(34, 17) Source(22, 38) + SourceIndex(3) -4 >Emitted(34, 22) Source(22, 42) + SourceIndex(3) -5 >Emitted(34, 23) Source(22, 43) + SourceIndex(3) +1->Emitted(35, 5) Source(22, 19) + SourceIndex(3) +2 >Emitted(35, 14) Source(22, 35) + SourceIndex(3) +3 >Emitted(35, 17) Source(22, 38) + SourceIndex(3) +4 >Emitted(35, 22) Source(22, 42) + SourceIndex(3) +5 >Emitted(35, 23) Source(22, 43) + SourceIndex(3) --- >>> normalN.foo = foo; 1->^^^^ @@ -3869,10 +3874,10 @@ sourceFile:../../../second/second_part1.ts 2 > foo 3 > () {} 4 > -1->Emitted(35, 5) Source(22, 35) + SourceIndex(3) -2 >Emitted(35, 16) Source(22, 38) + SourceIndex(3) -3 >Emitted(35, 22) Source(22, 43) + SourceIndex(3) -4 >Emitted(35, 23) Source(22, 43) + SourceIndex(3) +1->Emitted(36, 5) Source(22, 35) + SourceIndex(3) +2 >Emitted(36, 16) Source(22, 38) + SourceIndex(3) +3 >Emitted(36, 22) Source(22, 43) + SourceIndex(3) +4 >Emitted(36, 23) Source(22, 43) + SourceIndex(3) --- >>> var someNamespace; 1->^^^^ @@ -3885,10 +3890,10 @@ sourceFile:../../../second/second_part1.ts 2 > export namespace 3 > someNamespace 4 > { export class C {} } -1->Emitted(36, 5) Source(23, 19) + SourceIndex(3) -2 >Emitted(36, 9) Source(23, 36) + SourceIndex(3) -3 >Emitted(36, 22) Source(23, 49) + SourceIndex(3) -4 >Emitted(36, 23) Source(23, 71) + SourceIndex(3) +1->Emitted(37, 5) Source(23, 19) + SourceIndex(3) +2 >Emitted(37, 9) Source(23, 36) + SourceIndex(3) +3 >Emitted(37, 22) Source(23, 49) + SourceIndex(3) +4 >Emitted(37, 23) Source(23, 71) + SourceIndex(3) --- >>> (function (someNamespace) { 1->^^^^ @@ -3898,21 +3903,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > export namespace 3 > someNamespace -1->Emitted(37, 5) Source(23, 19) + SourceIndex(3) -2 >Emitted(37, 16) Source(23, 36) + SourceIndex(3) -3 >Emitted(37, 29) Source(23, 49) + SourceIndex(3) +1->Emitted(38, 5) Source(23, 19) + SourceIndex(3) +2 >Emitted(38, 16) Source(23, 36) + SourceIndex(3) +3 >Emitted(38, 29) Source(23, 49) + SourceIndex(3) --- >>> var C = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(38, 9) Source(23, 52) + SourceIndex(3) +1->Emitted(39, 9) Source(23, 52) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(39, 13) Source(23, 52) + SourceIndex(3) +1->Emitted(40, 13) Source(23, 52) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -3920,16 +3925,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(40, 13) Source(23, 68) + SourceIndex(3) -2 >Emitted(40, 14) Source(23, 69) + SourceIndex(3) +1->Emitted(41, 13) Source(23, 68) + SourceIndex(3) +2 >Emitted(41, 14) Source(23, 69) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(41, 13) Source(23, 68) + SourceIndex(3) -2 >Emitted(41, 21) Source(23, 69) + SourceIndex(3) +1->Emitted(42, 13) Source(23, 68) + SourceIndex(3) +2 >Emitted(42, 21) Source(23, 69) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -3941,10 +3946,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(42, 9) Source(23, 68) + SourceIndex(3) -2 >Emitted(42, 10) Source(23, 69) + SourceIndex(3) -3 >Emitted(42, 10) Source(23, 52) + SourceIndex(3) -4 >Emitted(42, 14) Source(23, 69) + SourceIndex(3) +1 >Emitted(43, 9) Source(23, 68) + SourceIndex(3) +2 >Emitted(43, 10) Source(23, 69) + SourceIndex(3) +3 >Emitted(43, 10) Source(23, 52) + SourceIndex(3) +4 >Emitted(43, 14) Source(23, 69) + SourceIndex(3) --- >>> someNamespace.C = C; 1->^^^^^^^^ @@ -3956,10 +3961,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > {} 4 > -1->Emitted(43, 9) Source(23, 65) + SourceIndex(3) -2 >Emitted(43, 24) Source(23, 66) + SourceIndex(3) -3 >Emitted(43, 28) Source(23, 69) + SourceIndex(3) -4 >Emitted(43, 29) Source(23, 69) + SourceIndex(3) +1->Emitted(44, 9) Source(23, 65) + SourceIndex(3) +2 >Emitted(44, 24) Source(23, 66) + SourceIndex(3) +3 >Emitted(44, 28) Source(23, 69) + SourceIndex(3) +4 >Emitted(44, 29) Source(23, 69) + SourceIndex(3) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^ @@ -3980,15 +3985,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(44, 5) Source(23, 70) + SourceIndex(3) -2 >Emitted(44, 6) Source(23, 71) + SourceIndex(3) -3 >Emitted(44, 8) Source(23, 36) + SourceIndex(3) -4 >Emitted(44, 21) Source(23, 49) + SourceIndex(3) -5 >Emitted(44, 24) Source(23, 36) + SourceIndex(3) -6 >Emitted(44, 45) Source(23, 49) + SourceIndex(3) -7 >Emitted(44, 50) Source(23, 36) + SourceIndex(3) -8 >Emitted(44, 71) Source(23, 49) + SourceIndex(3) -9 >Emitted(44, 79) Source(23, 71) + SourceIndex(3) +1->Emitted(45, 5) Source(23, 70) + SourceIndex(3) +2 >Emitted(45, 6) Source(23, 71) + SourceIndex(3) +3 >Emitted(45, 8) Source(23, 36) + SourceIndex(3) +4 >Emitted(45, 21) Source(23, 49) + SourceIndex(3) +5 >Emitted(45, 24) Source(23, 36) + SourceIndex(3) +6 >Emitted(45, 45) Source(23, 49) + SourceIndex(3) +7 >Emitted(45, 50) Source(23, 36) + SourceIndex(3) +8 >Emitted(45, 71) Source(23, 49) + SourceIndex(3) +9 >Emitted(45, 79) Source(23, 71) + SourceIndex(3) --- >>> var someOther; 1 >^^^^ @@ -4001,10 +4006,10 @@ sourceFile:../../../second/second_part1.ts 2 > export namespace 3 > someOther 4 > .something { export class someClass {} } -1 >Emitted(45, 5) Source(24, 19) + SourceIndex(3) -2 >Emitted(45, 9) Source(24, 36) + SourceIndex(3) -3 >Emitted(45, 18) Source(24, 45) + SourceIndex(3) -4 >Emitted(45, 19) Source(24, 85) + SourceIndex(3) +1 >Emitted(46, 5) Source(24, 19) + SourceIndex(3) +2 >Emitted(46, 9) Source(24, 36) + SourceIndex(3) +3 >Emitted(46, 18) Source(24, 45) + SourceIndex(3) +4 >Emitted(46, 19) Source(24, 85) + SourceIndex(3) --- >>> (function (someOther) { 1->^^^^ @@ -4013,9 +4018,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > export namespace 3 > someOther -1->Emitted(46, 5) Source(24, 19) + SourceIndex(3) -2 >Emitted(46, 16) Source(24, 36) + SourceIndex(3) -3 >Emitted(46, 25) Source(24, 45) + SourceIndex(3) +1->Emitted(47, 5) Source(24, 19) + SourceIndex(3) +2 >Emitted(47, 16) Source(24, 36) + SourceIndex(3) +3 >Emitted(47, 25) Source(24, 45) + SourceIndex(3) --- >>> var something; 1 >^^^^^^^^ @@ -4027,10 +4032,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(47, 9) Source(24, 46) + SourceIndex(3) -2 >Emitted(47, 13) Source(24, 46) + SourceIndex(3) -3 >Emitted(47, 22) Source(24, 55) + SourceIndex(3) -4 >Emitted(47, 23) Source(24, 85) + SourceIndex(3) +1 >Emitted(48, 9) Source(24, 46) + SourceIndex(3) +2 >Emitted(48, 13) Source(24, 46) + SourceIndex(3) +3 >Emitted(48, 22) Source(24, 55) + SourceIndex(3) +4 >Emitted(48, 23) Source(24, 85) + SourceIndex(3) --- >>> (function (something) { 1->^^^^^^^^ @@ -4040,21 +4045,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(48, 9) Source(24, 46) + SourceIndex(3) -2 >Emitted(48, 20) Source(24, 46) + SourceIndex(3) -3 >Emitted(48, 29) Source(24, 55) + SourceIndex(3) +1->Emitted(49, 9) Source(24, 46) + SourceIndex(3) +2 >Emitted(49, 20) Source(24, 46) + SourceIndex(3) +3 >Emitted(49, 29) Source(24, 55) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(49, 13) Source(24, 58) + SourceIndex(3) +1->Emitted(50, 13) Source(24, 58) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(50, 17) Source(24, 58) + SourceIndex(3) +1->Emitted(51, 17) Source(24, 58) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -4062,16 +4067,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(51, 17) Source(24, 82) + SourceIndex(3) -2 >Emitted(51, 18) Source(24, 83) + SourceIndex(3) +1->Emitted(52, 17) Source(24, 82) + SourceIndex(3) +2 >Emitted(52, 18) Source(24, 83) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(52, 17) Source(24, 82) + SourceIndex(3) -2 >Emitted(52, 33) Source(24, 83) + SourceIndex(3) +1->Emitted(53, 17) Source(24, 82) + SourceIndex(3) +2 >Emitted(53, 33) Source(24, 83) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -4083,10 +4088,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(53, 13) Source(24, 82) + SourceIndex(3) -2 >Emitted(53, 14) Source(24, 83) + SourceIndex(3) -3 >Emitted(53, 14) Source(24, 58) + SourceIndex(3) -4 >Emitted(53, 18) Source(24, 83) + SourceIndex(3) +1 >Emitted(54, 13) Source(24, 82) + SourceIndex(3) +2 >Emitted(54, 14) Source(24, 83) + SourceIndex(3) +3 >Emitted(54, 14) Source(24, 58) + SourceIndex(3) +4 >Emitted(54, 18) Source(24, 83) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -4098,10 +4103,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(54, 13) Source(24, 71) + SourceIndex(3) -2 >Emitted(54, 32) Source(24, 80) + SourceIndex(3) -3 >Emitted(54, 44) Source(24, 83) + SourceIndex(3) -4 >Emitted(54, 45) Source(24, 83) + SourceIndex(3) +1->Emitted(55, 13) Source(24, 71) + SourceIndex(3) +2 >Emitted(55, 32) Source(24, 80) + SourceIndex(3) +3 >Emitted(55, 44) Source(24, 83) + SourceIndex(3) +4 >Emitted(55, 45) Source(24, 83) + SourceIndex(3) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^ @@ -4122,15 +4127,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(55, 9) Source(24, 84) + SourceIndex(3) -2 >Emitted(55, 10) Source(24, 85) + SourceIndex(3) -3 >Emitted(55, 12) Source(24, 46) + SourceIndex(3) -4 >Emitted(55, 21) Source(24, 55) + SourceIndex(3) -5 >Emitted(55, 24) Source(24, 46) + SourceIndex(3) -6 >Emitted(55, 43) Source(24, 55) + SourceIndex(3) -7 >Emitted(55, 48) Source(24, 46) + SourceIndex(3) -8 >Emitted(55, 67) Source(24, 55) + SourceIndex(3) -9 >Emitted(55, 75) Source(24, 85) + SourceIndex(3) +1->Emitted(56, 9) Source(24, 84) + SourceIndex(3) +2 >Emitted(56, 10) Source(24, 85) + SourceIndex(3) +3 >Emitted(56, 12) Source(24, 46) + SourceIndex(3) +4 >Emitted(56, 21) Source(24, 55) + SourceIndex(3) +5 >Emitted(56, 24) Source(24, 46) + SourceIndex(3) +6 >Emitted(56, 43) Source(24, 55) + SourceIndex(3) +7 >Emitted(56, 48) Source(24, 46) + SourceIndex(3) +8 >Emitted(56, 67) Source(24, 55) + SourceIndex(3) +9 >Emitted(56, 75) Source(24, 85) + SourceIndex(3) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^ @@ -4151,15 +4156,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(56, 5) Source(24, 84) + SourceIndex(3) -2 >Emitted(56, 6) Source(24, 85) + SourceIndex(3) -3 >Emitted(56, 8) Source(24, 36) + SourceIndex(3) -4 >Emitted(56, 17) Source(24, 45) + SourceIndex(3) -5 >Emitted(56, 20) Source(24, 36) + SourceIndex(3) -6 >Emitted(56, 37) Source(24, 45) + SourceIndex(3) -7 >Emitted(56, 42) Source(24, 36) + SourceIndex(3) -8 >Emitted(56, 59) Source(24, 45) + SourceIndex(3) -9 >Emitted(56, 67) Source(24, 85) + SourceIndex(3) +1 >Emitted(57, 5) Source(24, 84) + SourceIndex(3) +2 >Emitted(57, 6) Source(24, 85) + SourceIndex(3) +3 >Emitted(57, 8) Source(24, 36) + SourceIndex(3) +4 >Emitted(57, 17) Source(24, 45) + SourceIndex(3) +5 >Emitted(57, 20) Source(24, 36) + SourceIndex(3) +6 >Emitted(57, 37) Source(24, 45) + SourceIndex(3) +7 >Emitted(57, 42) Source(24, 36) + SourceIndex(3) +8 >Emitted(57, 59) Source(24, 45) + SourceIndex(3) +9 >Emitted(57, 67) Source(24, 85) + SourceIndex(3) --- >>> normalN.someImport = someNamespace.C; 1 >^^^^ @@ -4177,13 +4182,13 @@ sourceFile:../../../second/second_part1.ts 5 > . 6 > C 7 > ; -1 >Emitted(57, 5) Source(25, 33) + SourceIndex(3) -2 >Emitted(57, 23) Source(25, 43) + SourceIndex(3) -3 >Emitted(57, 26) Source(25, 46) + SourceIndex(3) -4 >Emitted(57, 39) Source(25, 59) + SourceIndex(3) -5 >Emitted(57, 40) Source(25, 60) + SourceIndex(3) -6 >Emitted(57, 41) Source(25, 61) + SourceIndex(3) -7 >Emitted(57, 42) Source(25, 62) + SourceIndex(3) +1 >Emitted(58, 5) Source(25, 33) + SourceIndex(3) +2 >Emitted(58, 23) Source(25, 43) + SourceIndex(3) +3 >Emitted(58, 26) Source(25, 46) + SourceIndex(3) +4 >Emitted(58, 39) Source(25, 59) + SourceIndex(3) +5 >Emitted(58, 40) Source(25, 60) + SourceIndex(3) +6 >Emitted(58, 41) Source(25, 61) + SourceIndex(3) +7 >Emitted(58, 42) Source(25, 62) + SourceIndex(3) --- >>> normalN.internalConst = 10; 1 >^^^^ @@ -4198,11 +4203,11 @@ sourceFile:../../../second/second_part1.ts 3 > = 4 > 10 5 > ; -1 >Emitted(58, 5) Source(27, 32) + SourceIndex(3) -2 >Emitted(58, 26) Source(27, 45) + SourceIndex(3) -3 >Emitted(58, 29) Source(27, 48) + SourceIndex(3) -4 >Emitted(58, 31) Source(27, 50) + SourceIndex(3) -5 >Emitted(58, 32) Source(27, 51) + SourceIndex(3) +1 >Emitted(59, 5) Source(27, 32) + SourceIndex(3) +2 >Emitted(59, 26) Source(27, 45) + SourceIndex(3) +3 >Emitted(59, 29) Source(27, 48) + SourceIndex(3) +4 >Emitted(59, 31) Source(27, 50) + SourceIndex(3) +5 >Emitted(59, 32) Source(27, 51) + SourceIndex(3) --- >>> var internalEnum; 1 >^^^^ @@ -4213,9 +4218,9 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ 2 > export enum 3 > internalEnum { a, b, c } -1 >Emitted(59, 5) Source(28, 19) + SourceIndex(3) -2 >Emitted(59, 9) Source(28, 31) + SourceIndex(3) -3 >Emitted(59, 21) Source(28, 55) + SourceIndex(3) +1 >Emitted(60, 5) Source(28, 19) + SourceIndex(3) +2 >Emitted(60, 9) Source(28, 31) + SourceIndex(3) +3 >Emitted(60, 21) Source(28, 55) + SourceIndex(3) --- >>> (function (internalEnum) { 1->^^^^ @@ -4225,9 +4230,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > export enum 3 > internalEnum -1->Emitted(60, 5) Source(28, 19) + SourceIndex(3) -2 >Emitted(60, 16) Source(28, 31) + SourceIndex(3) -3 >Emitted(60, 28) Source(28, 43) + SourceIndex(3) +1->Emitted(61, 5) Source(28, 19) + SourceIndex(3) +2 >Emitted(61, 16) Source(28, 31) + SourceIndex(3) +3 >Emitted(61, 28) Source(28, 43) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -4237,9 +4242,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(61, 9) Source(28, 46) + SourceIndex(3) -2 >Emitted(61, 50) Source(28, 47) + SourceIndex(3) -3 >Emitted(61, 51) Source(28, 47) + SourceIndex(3) +1->Emitted(62, 9) Source(28, 46) + SourceIndex(3) +2 >Emitted(62, 50) Source(28, 47) + SourceIndex(3) +3 >Emitted(62, 51) Source(28, 47) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -4249,9 +4254,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(62, 9) Source(28, 49) + SourceIndex(3) -2 >Emitted(62, 50) Source(28, 50) + SourceIndex(3) -3 >Emitted(62, 51) Source(28, 50) + SourceIndex(3) +1->Emitted(63, 9) Source(28, 49) + SourceIndex(3) +2 >Emitted(63, 50) Source(28, 50) + SourceIndex(3) +3 >Emitted(63, 51) Source(28, 50) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -4261,9 +4266,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(63, 9) Source(28, 52) + SourceIndex(3) -2 >Emitted(63, 50) Source(28, 53) + SourceIndex(3) -3 >Emitted(63, 51) Source(28, 53) + SourceIndex(3) +1->Emitted(64, 9) Source(28, 52) + SourceIndex(3) +2 >Emitted(64, 50) Source(28, 53) + SourceIndex(3) +3 >Emitted(64, 51) Source(28, 53) + SourceIndex(3) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^ @@ -4284,15 +4289,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(64, 5) Source(28, 54) + SourceIndex(3) -2 >Emitted(64, 6) Source(28, 55) + SourceIndex(3) -3 >Emitted(64, 8) Source(28, 31) + SourceIndex(3) -4 >Emitted(64, 20) Source(28, 43) + SourceIndex(3) -5 >Emitted(64, 23) Source(28, 31) + SourceIndex(3) -6 >Emitted(64, 43) Source(28, 43) + SourceIndex(3) -7 >Emitted(64, 48) Source(28, 31) + SourceIndex(3) -8 >Emitted(64, 68) Source(28, 43) + SourceIndex(3) -9 >Emitted(64, 76) Source(28, 55) + SourceIndex(3) +1->Emitted(65, 5) Source(28, 54) + SourceIndex(3) +2 >Emitted(65, 6) Source(28, 55) + SourceIndex(3) +3 >Emitted(65, 8) Source(28, 31) + SourceIndex(3) +4 >Emitted(65, 20) Source(28, 43) + SourceIndex(3) +5 >Emitted(65, 23) Source(28, 31) + SourceIndex(3) +6 >Emitted(65, 43) Source(28, 43) + SourceIndex(3) +7 >Emitted(65, 48) Source(28, 31) + SourceIndex(3) +8 >Emitted(65, 68) Source(28, 43) + SourceIndex(3) +9 >Emitted(65, 76) Source(28, 55) + SourceIndex(3) --- >>>})(normalN || (normalN = {})); 1 > @@ -4320,26 +4325,26 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(65, 1) Source(29, 1) + SourceIndex(3) -2 >Emitted(65, 2) Source(29, 2) + SourceIndex(3) -3 >Emitted(65, 4) Source(20, 11) + SourceIndex(3) -4 >Emitted(65, 11) Source(20, 18) + SourceIndex(3) -5 >Emitted(65, 16) Source(20, 11) + SourceIndex(3) -6 >Emitted(65, 23) Source(20, 18) + SourceIndex(3) -7 >Emitted(65, 31) Source(29, 2) + SourceIndex(3) +1 >Emitted(66, 1) Source(29, 1) + SourceIndex(3) +2 >Emitted(66, 2) Source(29, 2) + SourceIndex(3) +3 >Emitted(66, 4) Source(20, 11) + SourceIndex(3) +4 >Emitted(66, 11) Source(20, 18) + SourceIndex(3) +5 >Emitted(66, 16) Source(20, 11) + SourceIndex(3) +6 >Emitted(66, 23) Source(20, 18) + SourceIndex(3) +7 >Emitted(66, 31) Source(29, 2) + SourceIndex(3) --- >>>var internalC = (function () { 1-> 2 >^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> >/*@internal*/ -1->Emitted(66, 1) Source(30, 15) + SourceIndex(3) +1->Emitted(67, 1) Source(30, 15) + SourceIndex(3) --- >>> function internalC() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(67, 5) Source(30, 15) + SourceIndex(3) +1->Emitted(68, 5) Source(30, 15) + SourceIndex(3) --- >>> } 1->^^^^ @@ -4347,16 +4352,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->class internalC { 2 > } -1->Emitted(68, 5) Source(30, 32) + SourceIndex(3) -2 >Emitted(68, 6) Source(30, 33) + SourceIndex(3) +1->Emitted(69, 5) Source(30, 32) + SourceIndex(3) +2 >Emitted(69, 6) Source(30, 33) + SourceIndex(3) --- >>> return internalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(69, 5) Source(30, 32) + SourceIndex(3) -2 >Emitted(69, 21) Source(30, 33) + SourceIndex(3) +1->Emitted(70, 5) Source(30, 32) + SourceIndex(3) +2 >Emitted(70, 21) Source(30, 33) + SourceIndex(3) --- >>>}()); 1 > @@ -4368,10 +4373,10 @@ sourceFile:../../../second/second_part1.ts 2 >} 3 > 4 > class internalC {} -1 >Emitted(70, 1) Source(30, 32) + SourceIndex(3) -2 >Emitted(70, 2) Source(30, 33) + SourceIndex(3) -3 >Emitted(70, 2) Source(30, 15) + SourceIndex(3) -4 >Emitted(70, 6) Source(30, 33) + SourceIndex(3) +1 >Emitted(71, 1) Source(30, 32) + SourceIndex(3) +2 >Emitted(71, 2) Source(30, 33) + SourceIndex(3) +3 >Emitted(71, 2) Source(30, 15) + SourceIndex(3) +4 >Emitted(71, 6) Source(30, 33) + SourceIndex(3) --- >>>function internalfoo() { } 1-> @@ -4385,11 +4390,11 @@ sourceFile:../../../second/second_part1.ts 3 > internalfoo 4 > () { 5 > } -1->Emitted(71, 1) Source(31, 15) + SourceIndex(3) -2 >Emitted(71, 10) Source(31, 24) + SourceIndex(3) -3 >Emitted(71, 21) Source(31, 35) + SourceIndex(3) -4 >Emitted(71, 26) Source(31, 39) + SourceIndex(3) -5 >Emitted(71, 27) Source(31, 40) + SourceIndex(3) +1->Emitted(72, 1) Source(31, 15) + SourceIndex(3) +2 >Emitted(72, 10) Source(31, 24) + SourceIndex(3) +3 >Emitted(72, 21) Source(31, 35) + SourceIndex(3) +4 >Emitted(72, 26) Source(31, 39) + SourceIndex(3) +5 >Emitted(72, 27) Source(31, 40) + SourceIndex(3) --- >>>var internalNamespace; 1 > @@ -4402,10 +4407,10 @@ sourceFile:../../../second/second_part1.ts 2 >namespace 3 > internalNamespace 4 > { export class someClass {} } -1 >Emitted(72, 1) Source(32, 15) + SourceIndex(3) -2 >Emitted(72, 5) Source(32, 25) + SourceIndex(3) -3 >Emitted(72, 22) Source(32, 42) + SourceIndex(3) -4 >Emitted(72, 23) Source(32, 72) + SourceIndex(3) +1 >Emitted(73, 1) Source(32, 15) + SourceIndex(3) +2 >Emitted(73, 5) Source(32, 25) + SourceIndex(3) +3 >Emitted(73, 22) Source(32, 42) + SourceIndex(3) +4 >Emitted(73, 23) Source(32, 72) + SourceIndex(3) --- >>>(function (internalNamespace) { 1-> @@ -4415,21 +4420,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > internalNamespace -1->Emitted(73, 1) Source(32, 15) + SourceIndex(3) -2 >Emitted(73, 12) Source(32, 25) + SourceIndex(3) -3 >Emitted(73, 29) Source(32, 42) + SourceIndex(3) +1->Emitted(74, 1) Source(32, 15) + SourceIndex(3) +2 >Emitted(74, 12) Source(32, 25) + SourceIndex(3) +3 >Emitted(74, 29) Source(32, 42) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(74, 5) Source(32, 45) + SourceIndex(3) +1->Emitted(75, 5) Source(32, 45) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(75, 9) Source(32, 45) + SourceIndex(3) +1->Emitted(76, 9) Source(32, 45) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -4437,16 +4442,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(76, 9) Source(32, 69) + SourceIndex(3) -2 >Emitted(76, 10) Source(32, 70) + SourceIndex(3) +1->Emitted(77, 9) Source(32, 69) + SourceIndex(3) +2 >Emitted(77, 10) Source(32, 70) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(77, 9) Source(32, 69) + SourceIndex(3) -2 >Emitted(77, 25) Source(32, 70) + SourceIndex(3) +1->Emitted(78, 9) Source(32, 69) + SourceIndex(3) +2 >Emitted(78, 25) Source(32, 70) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -4458,10 +4463,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(78, 5) Source(32, 69) + SourceIndex(3) -2 >Emitted(78, 6) Source(32, 70) + SourceIndex(3) -3 >Emitted(78, 6) Source(32, 45) + SourceIndex(3) -4 >Emitted(78, 10) Source(32, 70) + SourceIndex(3) +1 >Emitted(79, 5) Source(32, 69) + SourceIndex(3) +2 >Emitted(79, 6) Source(32, 70) + SourceIndex(3) +3 >Emitted(79, 6) Source(32, 45) + SourceIndex(3) +4 >Emitted(79, 10) Source(32, 70) + SourceIndex(3) --- >>> internalNamespace.someClass = someClass; 1->^^^^ @@ -4473,10 +4478,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(79, 5) Source(32, 58) + SourceIndex(3) -2 >Emitted(79, 32) Source(32, 67) + SourceIndex(3) -3 >Emitted(79, 44) Source(32, 70) + SourceIndex(3) -4 >Emitted(79, 45) Source(32, 70) + SourceIndex(3) +1->Emitted(80, 5) Source(32, 58) + SourceIndex(3) +2 >Emitted(80, 32) Source(32, 67) + SourceIndex(3) +3 >Emitted(80, 44) Source(32, 70) + SourceIndex(3) +4 >Emitted(80, 45) Source(32, 70) + SourceIndex(3) --- >>>})(internalNamespace || (internalNamespace = {})); 1-> @@ -4493,13 +4498,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalNamespace 7 > { export class someClass {} } -1->Emitted(80, 1) Source(32, 71) + SourceIndex(3) -2 >Emitted(80, 2) Source(32, 72) + SourceIndex(3) -3 >Emitted(80, 4) Source(32, 25) + SourceIndex(3) -4 >Emitted(80, 21) Source(32, 42) + SourceIndex(3) -5 >Emitted(80, 26) Source(32, 25) + SourceIndex(3) -6 >Emitted(80, 43) Source(32, 42) + SourceIndex(3) -7 >Emitted(80, 51) Source(32, 72) + SourceIndex(3) +1->Emitted(81, 1) Source(32, 71) + SourceIndex(3) +2 >Emitted(81, 2) Source(32, 72) + SourceIndex(3) +3 >Emitted(81, 4) Source(32, 25) + SourceIndex(3) +4 >Emitted(81, 21) Source(32, 42) + SourceIndex(3) +5 >Emitted(81, 26) Source(32, 25) + SourceIndex(3) +6 >Emitted(81, 43) Source(32, 42) + SourceIndex(3) +7 >Emitted(81, 51) Source(32, 72) + SourceIndex(3) --- >>>var internalOther; 1 > @@ -4512,10 +4517,10 @@ sourceFile:../../../second/second_part1.ts 2 >namespace 3 > internalOther 4 > .something { export class someClass {} } -1 >Emitted(81, 1) Source(33, 15) + SourceIndex(3) -2 >Emitted(81, 5) Source(33, 25) + SourceIndex(3) -3 >Emitted(81, 18) Source(33, 38) + SourceIndex(3) -4 >Emitted(81, 19) Source(33, 78) + SourceIndex(3) +1 >Emitted(82, 1) Source(33, 15) + SourceIndex(3) +2 >Emitted(82, 5) Source(33, 25) + SourceIndex(3) +3 >Emitted(82, 18) Source(33, 38) + SourceIndex(3) +4 >Emitted(82, 19) Source(33, 78) + SourceIndex(3) --- >>>(function (internalOther) { 1-> @@ -4524,9 +4529,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > internalOther -1->Emitted(82, 1) Source(33, 15) + SourceIndex(3) -2 >Emitted(82, 12) Source(33, 25) + SourceIndex(3) -3 >Emitted(82, 25) Source(33, 38) + SourceIndex(3) +1->Emitted(83, 1) Source(33, 15) + SourceIndex(3) +2 >Emitted(83, 12) Source(33, 25) + SourceIndex(3) +3 >Emitted(83, 25) Source(33, 38) + SourceIndex(3) --- >>> var something; 1 >^^^^ @@ -4538,10 +4543,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(83, 5) Source(33, 39) + SourceIndex(3) -2 >Emitted(83, 9) Source(33, 39) + SourceIndex(3) -3 >Emitted(83, 18) Source(33, 48) + SourceIndex(3) -4 >Emitted(83, 19) Source(33, 78) + SourceIndex(3) +1 >Emitted(84, 5) Source(33, 39) + SourceIndex(3) +2 >Emitted(84, 9) Source(33, 39) + SourceIndex(3) +3 >Emitted(84, 18) Source(33, 48) + SourceIndex(3) +4 >Emitted(84, 19) Source(33, 78) + SourceIndex(3) --- >>> (function (something) { 1->^^^^ @@ -4551,21 +4556,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(84, 5) Source(33, 39) + SourceIndex(3) -2 >Emitted(84, 16) Source(33, 39) + SourceIndex(3) -3 >Emitted(84, 25) Source(33, 48) + SourceIndex(3) +1->Emitted(85, 5) Source(33, 39) + SourceIndex(3) +2 >Emitted(85, 16) Source(33, 39) + SourceIndex(3) +3 >Emitted(85, 25) Source(33, 48) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(85, 9) Source(33, 51) + SourceIndex(3) +1->Emitted(86, 9) Source(33, 51) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(86, 13) Source(33, 51) + SourceIndex(3) +1->Emitted(87, 13) Source(33, 51) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -4573,16 +4578,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(87, 13) Source(33, 75) + SourceIndex(3) -2 >Emitted(87, 14) Source(33, 76) + SourceIndex(3) +1->Emitted(88, 13) Source(33, 75) + SourceIndex(3) +2 >Emitted(88, 14) Source(33, 76) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(88, 13) Source(33, 75) + SourceIndex(3) -2 >Emitted(88, 29) Source(33, 76) + SourceIndex(3) +1->Emitted(89, 13) Source(33, 75) + SourceIndex(3) +2 >Emitted(89, 29) Source(33, 76) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -4594,10 +4599,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(89, 9) Source(33, 75) + SourceIndex(3) -2 >Emitted(89, 10) Source(33, 76) + SourceIndex(3) -3 >Emitted(89, 10) Source(33, 51) + SourceIndex(3) -4 >Emitted(89, 14) Source(33, 76) + SourceIndex(3) +1 >Emitted(90, 9) Source(33, 75) + SourceIndex(3) +2 >Emitted(90, 10) Source(33, 76) + SourceIndex(3) +3 >Emitted(90, 10) Source(33, 51) + SourceIndex(3) +4 >Emitted(90, 14) Source(33, 76) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^ @@ -4609,10 +4614,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(90, 9) Source(33, 64) + SourceIndex(3) -2 >Emitted(90, 28) Source(33, 73) + SourceIndex(3) -3 >Emitted(90, 40) Source(33, 76) + SourceIndex(3) -4 >Emitted(90, 41) Source(33, 76) + SourceIndex(3) +1->Emitted(91, 9) Source(33, 64) + SourceIndex(3) +2 >Emitted(91, 28) Source(33, 73) + SourceIndex(3) +3 >Emitted(91, 40) Source(33, 76) + SourceIndex(3) +4 >Emitted(91, 41) Source(33, 76) + SourceIndex(3) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^ @@ -4633,15 +4638,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(91, 5) Source(33, 77) + SourceIndex(3) -2 >Emitted(91, 6) Source(33, 78) + SourceIndex(3) -3 >Emitted(91, 8) Source(33, 39) + SourceIndex(3) -4 >Emitted(91, 17) Source(33, 48) + SourceIndex(3) -5 >Emitted(91, 20) Source(33, 39) + SourceIndex(3) -6 >Emitted(91, 43) Source(33, 48) + SourceIndex(3) -7 >Emitted(91, 48) Source(33, 39) + SourceIndex(3) -8 >Emitted(91, 71) Source(33, 48) + SourceIndex(3) -9 >Emitted(91, 79) Source(33, 78) + SourceIndex(3) +1->Emitted(92, 5) Source(33, 77) + SourceIndex(3) +2 >Emitted(92, 6) Source(33, 78) + SourceIndex(3) +3 >Emitted(92, 8) Source(33, 39) + SourceIndex(3) +4 >Emitted(92, 17) Source(33, 48) + SourceIndex(3) +5 >Emitted(92, 20) Source(33, 39) + SourceIndex(3) +6 >Emitted(92, 43) Source(33, 48) + SourceIndex(3) +7 >Emitted(92, 48) Source(33, 39) + SourceIndex(3) +8 >Emitted(92, 71) Source(33, 48) + SourceIndex(3) +9 >Emitted(92, 79) Source(33, 78) + SourceIndex(3) --- >>>})(internalOther || (internalOther = {})); 1 > @@ -4659,13 +4664,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalOther 7 > .something { export class someClass {} } -1 >Emitted(92, 1) Source(33, 77) + SourceIndex(3) -2 >Emitted(92, 2) Source(33, 78) + SourceIndex(3) -3 >Emitted(92, 4) Source(33, 25) + SourceIndex(3) -4 >Emitted(92, 17) Source(33, 38) + SourceIndex(3) -5 >Emitted(92, 22) Source(33, 25) + SourceIndex(3) -6 >Emitted(92, 35) Source(33, 38) + SourceIndex(3) -7 >Emitted(92, 43) Source(33, 78) + SourceIndex(3) +1 >Emitted(93, 1) Source(33, 77) + SourceIndex(3) +2 >Emitted(93, 2) Source(33, 78) + SourceIndex(3) +3 >Emitted(93, 4) Source(33, 25) + SourceIndex(3) +4 >Emitted(93, 17) Source(33, 38) + SourceIndex(3) +5 >Emitted(93, 22) Source(33, 25) + SourceIndex(3) +6 >Emitted(93, 35) Source(33, 38) + SourceIndex(3) +7 >Emitted(93, 43) Source(33, 78) + SourceIndex(3) --- >>>var internalImport = internalNamespace.someClass; 1-> @@ -4685,14 +4690,14 @@ sourceFile:../../../second/second_part1.ts 6 > . 7 > someClass 8 > ; -1->Emitted(93, 1) Source(34, 15) + SourceIndex(3) -2 >Emitted(93, 5) Source(34, 22) + SourceIndex(3) -3 >Emitted(93, 19) Source(34, 36) + SourceIndex(3) -4 >Emitted(93, 22) Source(34, 39) + SourceIndex(3) -5 >Emitted(93, 39) Source(34, 56) + SourceIndex(3) -6 >Emitted(93, 40) Source(34, 57) + SourceIndex(3) -7 >Emitted(93, 49) Source(34, 66) + SourceIndex(3) -8 >Emitted(93, 50) Source(34, 67) + SourceIndex(3) +1->Emitted(94, 1) Source(34, 15) + SourceIndex(3) +2 >Emitted(94, 5) Source(34, 22) + SourceIndex(3) +3 >Emitted(94, 19) Source(34, 36) + SourceIndex(3) +4 >Emitted(94, 22) Source(34, 39) + SourceIndex(3) +5 >Emitted(94, 39) Source(34, 56) + SourceIndex(3) +6 >Emitted(94, 40) Source(34, 57) + SourceIndex(3) +7 >Emitted(94, 49) Source(34, 66) + SourceIndex(3) +8 >Emitted(94, 50) Source(34, 67) + SourceIndex(3) --- >>>var internalConst = 10; 1 > @@ -4709,12 +4714,12 @@ sourceFile:../../../second/second_part1.ts 4 > = 5 > 10 6 > ; -1 >Emitted(94, 1) Source(36, 15) + SourceIndex(3) -2 >Emitted(94, 5) Source(36, 21) + SourceIndex(3) -3 >Emitted(94, 18) Source(36, 34) + SourceIndex(3) -4 >Emitted(94, 21) Source(36, 37) + SourceIndex(3) -5 >Emitted(94, 23) Source(36, 39) + SourceIndex(3) -6 >Emitted(94, 24) Source(36, 40) + SourceIndex(3) +1 >Emitted(95, 1) Source(36, 15) + SourceIndex(3) +2 >Emitted(95, 5) Source(36, 21) + SourceIndex(3) +3 >Emitted(95, 18) Source(36, 34) + SourceIndex(3) +4 >Emitted(95, 21) Source(36, 37) + SourceIndex(3) +5 >Emitted(95, 23) Source(36, 39) + SourceIndex(3) +6 >Emitted(95, 24) Source(36, 40) + SourceIndex(3) --- >>>var internalEnum; 1 > @@ -4725,9 +4730,9 @@ sourceFile:../../../second/second_part1.ts >/*@internal*/ 2 >enum 3 > internalEnum { a, b, c } -1 >Emitted(95, 1) Source(37, 15) + SourceIndex(3) -2 >Emitted(95, 5) Source(37, 20) + SourceIndex(3) -3 >Emitted(95, 17) Source(37, 44) + SourceIndex(3) +1 >Emitted(96, 1) Source(37, 15) + SourceIndex(3) +2 >Emitted(96, 5) Source(37, 20) + SourceIndex(3) +3 >Emitted(96, 17) Source(37, 44) + SourceIndex(3) --- >>>(function (internalEnum) { 1-> @@ -4737,9 +4742,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >enum 3 > internalEnum -1->Emitted(96, 1) Source(37, 15) + SourceIndex(3) -2 >Emitted(96, 12) Source(37, 20) + SourceIndex(3) -3 >Emitted(96, 24) Source(37, 32) + SourceIndex(3) +1->Emitted(97, 1) Source(37, 15) + SourceIndex(3) +2 >Emitted(97, 12) Source(37, 20) + SourceIndex(3) +3 >Emitted(97, 24) Source(37, 32) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^ @@ -4749,9 +4754,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(97, 5) Source(37, 35) + SourceIndex(3) -2 >Emitted(97, 46) Source(37, 36) + SourceIndex(3) -3 >Emitted(97, 47) Source(37, 36) + SourceIndex(3) +1->Emitted(98, 5) Source(37, 35) + SourceIndex(3) +2 >Emitted(98, 46) Source(37, 36) + SourceIndex(3) +3 >Emitted(98, 47) Source(37, 36) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^ @@ -4761,9 +4766,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(98, 5) Source(37, 38) + SourceIndex(3) -2 >Emitted(98, 46) Source(37, 39) + SourceIndex(3) -3 >Emitted(98, 47) Source(37, 39) + SourceIndex(3) +1->Emitted(99, 5) Source(37, 38) + SourceIndex(3) +2 >Emitted(99, 46) Source(37, 39) + SourceIndex(3) +3 >Emitted(99, 47) Source(37, 39) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^ @@ -4772,9 +4777,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(99, 5) Source(37, 41) + SourceIndex(3) -2 >Emitted(99, 46) Source(37, 42) + SourceIndex(3) -3 >Emitted(99, 47) Source(37, 42) + SourceIndex(3) +1->Emitted(100, 5) Source(37, 41) + SourceIndex(3) +2 >Emitted(100, 46) Source(37, 42) + SourceIndex(3) +3 >Emitted(100, 47) Source(37, 42) + SourceIndex(3) --- >>>})(internalEnum || (internalEnum = {})); 1 > @@ -4791,13 +4796,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalEnum 7 > { a, b, c } -1 >Emitted(100, 1) Source(37, 43) + SourceIndex(3) -2 >Emitted(100, 2) Source(37, 44) + SourceIndex(3) -3 >Emitted(100, 4) Source(37, 20) + SourceIndex(3) -4 >Emitted(100, 16) Source(37, 32) + SourceIndex(3) -5 >Emitted(100, 21) Source(37, 20) + SourceIndex(3) -6 >Emitted(100, 33) Source(37, 32) + SourceIndex(3) -7 >Emitted(100, 41) Source(37, 44) + SourceIndex(3) +1 >Emitted(101, 1) Source(37, 43) + SourceIndex(3) +2 >Emitted(101, 2) Source(37, 44) + SourceIndex(3) +3 >Emitted(101, 4) Source(37, 20) + SourceIndex(3) +4 >Emitted(101, 16) Source(37, 32) + SourceIndex(3) +5 >Emitted(101, 21) Source(37, 20) + SourceIndex(3) +6 >Emitted(101, 33) Source(37, 32) + SourceIndex(3) +7 >Emitted(101, 41) Source(37, 44) + SourceIndex(3) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -4807,13 +4812,13 @@ sourceFile:../../../second/second_part2.ts 1 > 2 >^^^^^^^^^^^^^^^^^^^-> 1 > -1 >Emitted(101, 1) Source(1, 1) + SourceIndex(4) +1 >Emitted(102, 1) Source(1, 1) + SourceIndex(4) --- >>> function C() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(102, 5) Source(1, 1) + SourceIndex(4) +1->Emitted(103, 5) Source(1, 1) + SourceIndex(4) --- >>> } 1->^^^^ @@ -4825,8 +4830,8 @@ sourceFile:../../../second/second_part2.ts > } > 2 > } -1->Emitted(103, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(103, 6) Source(5, 2) + SourceIndex(4) +1->Emitted(104, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(104, 6) Source(5, 2) + SourceIndex(4) --- >>> C.prototype.doSomething = function () { 1->^^^^ @@ -4836,9 +4841,9 @@ sourceFile:../../../second/second_part2.ts 1-> 2 > doSomething 3 > -1->Emitted(104, 5) Source(2, 5) + SourceIndex(4) -2 >Emitted(104, 28) Source(2, 16) + SourceIndex(4) -3 >Emitted(104, 31) Source(2, 5) + SourceIndex(4) +1->Emitted(105, 5) Source(2, 5) + SourceIndex(4) +2 >Emitted(105, 28) Source(2, 16) + SourceIndex(4) +3 >Emitted(105, 31) Source(2, 5) + SourceIndex(4) --- >>> console.log("something got done"); 1->^^^^^^^^ @@ -4858,14 +4863,14 @@ sourceFile:../../../second/second_part2.ts 6 > "something got done" 7 > ) 8 > ; -1->Emitted(105, 9) Source(3, 9) + SourceIndex(4) -2 >Emitted(105, 16) Source(3, 16) + SourceIndex(4) -3 >Emitted(105, 17) Source(3, 17) + SourceIndex(4) -4 >Emitted(105, 20) Source(3, 20) + SourceIndex(4) -5 >Emitted(105, 21) Source(3, 21) + SourceIndex(4) -6 >Emitted(105, 41) Source(3, 41) + SourceIndex(4) -7 >Emitted(105, 42) Source(3, 42) + SourceIndex(4) -8 >Emitted(105, 43) Source(3, 43) + SourceIndex(4) +1->Emitted(106, 9) Source(3, 9) + SourceIndex(4) +2 >Emitted(106, 16) Source(3, 16) + SourceIndex(4) +3 >Emitted(106, 17) Source(3, 17) + SourceIndex(4) +4 >Emitted(106, 20) Source(3, 20) + SourceIndex(4) +5 >Emitted(106, 21) Source(3, 21) + SourceIndex(4) +6 >Emitted(106, 41) Source(3, 41) + SourceIndex(4) +7 >Emitted(106, 42) Source(3, 42) + SourceIndex(4) +8 >Emitted(106, 43) Source(3, 43) + SourceIndex(4) --- >>> }; 1 >^^^^ @@ -4874,8 +4879,8 @@ sourceFile:../../../second/second_part2.ts 1 > > 2 > } -1 >Emitted(106, 5) Source(4, 5) + SourceIndex(4) -2 >Emitted(106, 6) Source(4, 6) + SourceIndex(4) +1 >Emitted(107, 5) Source(4, 5) + SourceIndex(4) +2 >Emitted(107, 6) Source(4, 6) + SourceIndex(4) --- >>> return C; 1->^^^^ @@ -4883,8 +4888,8 @@ sourceFile:../../../second/second_part2.ts 1-> > 2 > } -1->Emitted(107, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(107, 13) Source(5, 2) + SourceIndex(4) +1->Emitted(108, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(108, 13) Source(5, 2) + SourceIndex(4) --- >>>}()); 1 > @@ -4900,10 +4905,10 @@ sourceFile:../../../second/second_part2.ts > console.log("something got done"); > } > } -1 >Emitted(108, 1) Source(5, 1) + SourceIndex(4) -2 >Emitted(108, 2) Source(5, 2) + SourceIndex(4) -3 >Emitted(108, 2) Source(1, 1) + SourceIndex(4) -4 >Emitted(108, 6) Source(5, 2) + SourceIndex(4) +1 >Emitted(109, 1) Source(5, 1) + SourceIndex(4) +2 >Emitted(109, 2) Source(5, 2) + SourceIndex(4) +3 >Emitted(109, 2) Source(1, 1) + SourceIndex(4) +4 >Emitted(109, 6) Source(5, 2) + SourceIndex(4) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -4927,14 +4932,14 @@ sourceFile:../../third_part1.ts 6 > C 7 > () 8 > ; -1->Emitted(109, 1) Source(1, 1) + SourceIndex(5) -2 >Emitted(109, 5) Source(1, 5) + SourceIndex(5) -3 >Emitted(109, 6) Source(1, 6) + SourceIndex(5) -4 >Emitted(109, 9) Source(1, 9) + SourceIndex(5) -5 >Emitted(109, 13) Source(1, 13) + SourceIndex(5) -6 >Emitted(109, 14) Source(1, 14) + SourceIndex(5) -7 >Emitted(109, 16) Source(1, 16) + SourceIndex(5) -8 >Emitted(109, 17) Source(1, 17) + SourceIndex(5) +1->Emitted(110, 1) Source(1, 1) + SourceIndex(5) +2 >Emitted(110, 5) Source(1, 5) + SourceIndex(5) +3 >Emitted(110, 6) Source(1, 6) + SourceIndex(5) +4 >Emitted(110, 9) Source(1, 9) + SourceIndex(5) +5 >Emitted(110, 13) Source(1, 13) + SourceIndex(5) +6 >Emitted(110, 14) Source(1, 14) + SourceIndex(5) +7 >Emitted(110, 16) Source(1, 16) + SourceIndex(5) +8 >Emitted(110, 17) Source(1, 17) + SourceIndex(5) --- >>>c.doSomething(); 1-> @@ -4951,12 +4956,12 @@ sourceFile:../../third_part1.ts 4 > doSomething 5 > () 6 > ; -1->Emitted(110, 1) Source(2, 1) + SourceIndex(5) -2 >Emitted(110, 2) Source(2, 2) + SourceIndex(5) -3 >Emitted(110, 3) Source(2, 3) + SourceIndex(5) -4 >Emitted(110, 14) Source(2, 14) + SourceIndex(5) -5 >Emitted(110, 16) Source(2, 16) + SourceIndex(5) -6 >Emitted(110, 17) Source(2, 17) + SourceIndex(5) +1->Emitted(111, 1) Source(2, 1) + SourceIndex(5) +2 >Emitted(111, 2) Source(2, 2) + SourceIndex(5) +3 >Emitted(111, 3) Source(2, 3) + SourceIndex(5) +4 >Emitted(111, 14) Source(2, 14) + SourceIndex(5) +5 >Emitted(111, 16) Source(2, 16) + SourceIndex(5) +6 >Emitted(111, 17) Source(2, 17) + SourceIndex(5) --- >>>//# sourceMappingURL=third-output.js.map @@ -4971,20 +4976,20 @@ sourceFile:../../third_part1.ts "sections": [ { "pos": 0, - "end": 3162, + "end": 3180, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 0, - "end": 3162, + "end": 3180, "kind": "text" } ] }, { - "pos": 3162, - "end": 3198, + "pos": 3180, + "end": 3216, "kind": "text" } ] @@ -5019,9 +5024,9 @@ sourceFile:../../third_part1.ts ====================================================================== File:: /src/third/thirdjs/output/third-output.js ---------------------------------------------------------------------- -prepend: (0-3162):: ../../../2/second-output.js texts:: 1 +prepend: (0-3180):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (0-3162) +text: (0-3180) var s = "Hello, world"; console.log(s); console.log(f()); @@ -5038,8 +5043,9 @@ var N; var normalC = (function () { function normalC() { } - normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: true, @@ -5132,7 +5138,7 @@ var C = (function () { }()); ---------------------------------------------------------------------- -text: (3162-3198) +text: (3180-3216) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js b/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js index 962e2c190993c..ae37397ba4d98 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js @@ -1082,49 +1082,50 @@ sourceFile:../second/second_part1.ts >>> } 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >constructor() { 2 > } 1 >Emitted(16, 5) Source(14, 35) + SourceIndex(3) 2 >Emitted(16, 6) Source(14, 36) + SourceIndex(3) --- ->>> /*@internal*/ normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> /*@internal*/ proto_1.method = function () { }; 1->^^^^ 2 > ^^^^^^^^^^^^^ 3 > ^ -4 > ^^^^^^^^^^^^^^^^^^^^^^^^ -5 > ^^^ -6 > ^^^^^^^^^^^^^^ -7 > ^ +4 > ^^^^^^^^^^^^^^ +5 > ^^^ +6 > ^^^^^^^^^^^^^^ +7 > ^ 1-> > /*@internal*/ prop: string; > 2 > /*@internal*/ 3 > 4 > method -5 > -6 > method() { -7 > } -1->Emitted(17, 5) Source(16, 5) + SourceIndex(3) -2 >Emitted(17, 18) Source(16, 18) + SourceIndex(3) -3 >Emitted(17, 19) Source(16, 19) + SourceIndex(3) -4 >Emitted(17, 43) Source(16, 25) + SourceIndex(3) -5 >Emitted(17, 46) Source(16, 19) + SourceIndex(3) -6 >Emitted(17, 60) Source(16, 30) + SourceIndex(3) -7 >Emitted(17, 61) Source(16, 31) + SourceIndex(3) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +5 > +6 > method() { +7 > } +1->Emitted(18, 5) Source(16, 5) + SourceIndex(3) +2 >Emitted(18, 18) Source(16, 18) + SourceIndex(3) +3 >Emitted(18, 19) Source(16, 19) + SourceIndex(3) +4 >Emitted(18, 33) Source(16, 25) + SourceIndex(3) +5 >Emitted(18, 36) Source(16, 19) + SourceIndex(3) +6 >Emitted(18, 50) Source(16, 30) + SourceIndex(3) +7 >Emitted(18, 51) Source(16, 31) + SourceIndex(3) +--- +>>> Object.defineProperty(proto_1, "c", { 1 >^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ -4 > ^^^^^^^-> +3 > ^^^^^^^^^^^^ +4 > ^^^^^^^^^^^^^^^^^-> 1 > > /*@internal*/ 2 > get 3 > c -1 >Emitted(18, 5) Source(17, 19) + SourceIndex(3) -2 >Emitted(18, 27) Source(17, 23) + SourceIndex(3) -3 >Emitted(18, 49) Source(17, 24) + SourceIndex(3) +1 >Emitted(19, 5) Source(17, 19) + SourceIndex(3) +2 >Emitted(19, 27) Source(17, 23) + SourceIndex(3) +3 >Emitted(19, 39) Source(17, 24) + SourceIndex(3) --- >>> /*@internal*/ get: function () { return 10; }, 1->^^^^^^^^ @@ -1145,15 +1146,15 @@ sourceFile:../second/second_part1.ts 7 > ; 8 > 9 > } -1->Emitted(19, 9) Source(17, 5) + SourceIndex(3) -2 >Emitted(19, 22) Source(17, 18) + SourceIndex(3) -3 >Emitted(19, 28) Source(17, 19) + SourceIndex(3) -4 >Emitted(19, 42) Source(17, 29) + SourceIndex(3) -5 >Emitted(19, 49) Source(17, 36) + SourceIndex(3) -6 >Emitted(19, 51) Source(17, 38) + SourceIndex(3) -7 >Emitted(19, 52) Source(17, 39) + SourceIndex(3) -8 >Emitted(19, 53) Source(17, 40) + SourceIndex(3) -9 >Emitted(19, 54) Source(17, 41) + SourceIndex(3) +1->Emitted(20, 9) Source(17, 5) + SourceIndex(3) +2 >Emitted(20, 22) Source(17, 18) + SourceIndex(3) +3 >Emitted(20, 28) Source(17, 19) + SourceIndex(3) +4 >Emitted(20, 42) Source(17, 29) + SourceIndex(3) +5 >Emitted(20, 49) Source(17, 36) + SourceIndex(3) +6 >Emitted(20, 51) Source(17, 38) + SourceIndex(3) +7 >Emitted(20, 52) Source(17, 39) + SourceIndex(3) +8 >Emitted(20, 53) Source(17, 40) + SourceIndex(3) +9 >Emitted(20, 54) Source(17, 41) + SourceIndex(3) --- >>> /*@internal*/ set: function (val) { }, 1 >^^^^^^^^ @@ -1171,13 +1172,13 @@ sourceFile:../second/second_part1.ts 5 > val: number 6 > ) { 7 > } -1 >Emitted(20, 9) Source(18, 5) + SourceIndex(3) -2 >Emitted(20, 22) Source(18, 18) + SourceIndex(3) -3 >Emitted(20, 28) Source(18, 19) + SourceIndex(3) -4 >Emitted(20, 38) Source(18, 25) + SourceIndex(3) -5 >Emitted(20, 41) Source(18, 36) + SourceIndex(3) -6 >Emitted(20, 45) Source(18, 40) + SourceIndex(3) -7 >Emitted(20, 46) Source(18, 41) + SourceIndex(3) +1 >Emitted(21, 9) Source(18, 5) + SourceIndex(3) +2 >Emitted(21, 22) Source(18, 18) + SourceIndex(3) +3 >Emitted(21, 28) Source(18, 19) + SourceIndex(3) +4 >Emitted(21, 38) Source(18, 25) + SourceIndex(3) +5 >Emitted(21, 41) Source(18, 36) + SourceIndex(3) +6 >Emitted(21, 45) Source(18, 40) + SourceIndex(3) +7 >Emitted(21, 46) Source(18, 41) + SourceIndex(3) --- >>> enumerable: true, >>> configurable: true @@ -1185,7 +1186,7 @@ sourceFile:../second/second_part1.ts 1 >^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(23, 8) Source(17, 41) + SourceIndex(3) +1 >Emitted(24, 8) Source(17, 41) + SourceIndex(3) --- >>> return normalC; 1->^^^^ @@ -1194,8 +1195,8 @@ sourceFile:../second/second_part1.ts > /*@internal*/ set c(val: number) { } > 2 > } -1->Emitted(24, 5) Source(19, 1) + SourceIndex(3) -2 >Emitted(24, 19) Source(19, 2) + SourceIndex(3) +1->Emitted(25, 5) Source(19, 1) + SourceIndex(3) +2 >Emitted(25, 19) Source(19, 2) + SourceIndex(3) --- >>>}()); 1 > @@ -1213,10 +1214,10 @@ sourceFile:../second/second_part1.ts > /*@internal*/ get c() { return 10; } > /*@internal*/ set c(val: number) { } > } -1 >Emitted(25, 1) Source(19, 1) + SourceIndex(3) -2 >Emitted(25, 2) Source(19, 2) + SourceIndex(3) -3 >Emitted(25, 2) Source(13, 1) + SourceIndex(3) -4 >Emitted(25, 6) Source(19, 2) + SourceIndex(3) +1 >Emitted(26, 1) Source(19, 1) + SourceIndex(3) +2 >Emitted(26, 2) Source(19, 2) + SourceIndex(3) +3 >Emitted(26, 2) Source(13, 1) + SourceIndex(3) +4 >Emitted(26, 6) Source(19, 2) + SourceIndex(3) --- >>>var normalN; 1-> @@ -1238,10 +1239,10 @@ sourceFile:../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1->Emitted(26, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(26, 5) Source(20, 11) + SourceIndex(3) -3 >Emitted(26, 12) Source(20, 18) + SourceIndex(3) -4 >Emitted(26, 13) Source(29, 2) + SourceIndex(3) +1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(27, 5) Source(20, 11) + SourceIndex(3) +3 >Emitted(27, 12) Source(20, 18) + SourceIndex(3) +4 >Emitted(27, 13) Source(29, 2) + SourceIndex(3) --- >>>(function (normalN) { 1-> @@ -1251,9 +1252,9 @@ sourceFile:../second/second_part1.ts 1-> 2 >namespace 3 > normalN -1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(27, 12) Source(20, 11) + SourceIndex(3) -3 >Emitted(27, 19) Source(20, 18) + SourceIndex(3) +1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(28, 12) Source(20, 11) + SourceIndex(3) +3 >Emitted(28, 19) Source(20, 18) + SourceIndex(3) --- >>> /*@internal*/ var C = /** @class */ (function () { 1->^^^^ @@ -1264,15 +1265,15 @@ sourceFile:../second/second_part1.ts > 2 > /*@internal*/ 3 > -1->Emitted(28, 5) Source(21, 5) + SourceIndex(3) -2 >Emitted(28, 18) Source(21, 18) + SourceIndex(3) -3 >Emitted(28, 19) Source(21, 19) + SourceIndex(3) +1->Emitted(29, 5) Source(21, 5) + SourceIndex(3) +2 >Emitted(29, 18) Source(21, 18) + SourceIndex(3) +3 >Emitted(29, 19) Source(21, 19) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(29, 9) Source(21, 19) + SourceIndex(3) +1->Emitted(30, 9) Source(21, 19) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -1280,16 +1281,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(30, 9) Source(21, 36) + SourceIndex(3) -2 >Emitted(30, 10) Source(21, 37) + SourceIndex(3) +1->Emitted(31, 9) Source(21, 36) + SourceIndex(3) +2 >Emitted(31, 10) Source(21, 37) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(31, 9) Source(21, 36) + SourceIndex(3) -2 >Emitted(31, 17) Source(21, 37) + SourceIndex(3) +1->Emitted(32, 9) Source(21, 36) + SourceIndex(3) +2 >Emitted(32, 17) Source(21, 37) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -1301,10 +1302,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(32, 5) Source(21, 36) + SourceIndex(3) -2 >Emitted(32, 6) Source(21, 37) + SourceIndex(3) -3 >Emitted(32, 6) Source(21, 19) + SourceIndex(3) -4 >Emitted(32, 10) Source(21, 37) + SourceIndex(3) +1 >Emitted(33, 5) Source(21, 36) + SourceIndex(3) +2 >Emitted(33, 6) Source(21, 37) + SourceIndex(3) +3 >Emitted(33, 6) Source(21, 19) + SourceIndex(3) +4 >Emitted(33, 10) Source(21, 37) + SourceIndex(3) --- >>> normalN.C = C; 1->^^^^ @@ -1316,10 +1317,10 @@ sourceFile:../second/second_part1.ts 2 > C 3 > { } 4 > -1->Emitted(33, 5) Source(21, 32) + SourceIndex(3) -2 >Emitted(33, 14) Source(21, 33) + SourceIndex(3) -3 >Emitted(33, 18) Source(21, 37) + SourceIndex(3) -4 >Emitted(33, 19) Source(21, 37) + SourceIndex(3) +1->Emitted(34, 5) Source(21, 32) + SourceIndex(3) +2 >Emitted(34, 14) Source(21, 33) + SourceIndex(3) +3 >Emitted(34, 18) Source(21, 37) + SourceIndex(3) +4 >Emitted(34, 19) Source(21, 37) + SourceIndex(3) --- >>> /*@internal*/ function foo() { } 1->^^^^ @@ -1337,13 +1338,13 @@ sourceFile:../second/second_part1.ts 5 > foo 6 > () { 7 > } -1->Emitted(34, 5) Source(22, 5) + SourceIndex(3) -2 >Emitted(34, 18) Source(22, 18) + SourceIndex(3) -3 >Emitted(34, 19) Source(22, 19) + SourceIndex(3) -4 >Emitted(34, 28) Source(22, 35) + SourceIndex(3) -5 >Emitted(34, 31) Source(22, 38) + SourceIndex(3) -6 >Emitted(34, 36) Source(22, 42) + SourceIndex(3) -7 >Emitted(34, 37) Source(22, 43) + SourceIndex(3) +1->Emitted(35, 5) Source(22, 5) + SourceIndex(3) +2 >Emitted(35, 18) Source(22, 18) + SourceIndex(3) +3 >Emitted(35, 19) Source(22, 19) + SourceIndex(3) +4 >Emitted(35, 28) Source(22, 35) + SourceIndex(3) +5 >Emitted(35, 31) Source(22, 38) + SourceIndex(3) +6 >Emitted(35, 36) Source(22, 42) + SourceIndex(3) +7 >Emitted(35, 37) Source(22, 43) + SourceIndex(3) --- >>> normalN.foo = foo; 1 >^^^^ @@ -1355,10 +1356,10 @@ sourceFile:../second/second_part1.ts 2 > foo 3 > () {} 4 > -1 >Emitted(35, 5) Source(22, 35) + SourceIndex(3) -2 >Emitted(35, 16) Source(22, 38) + SourceIndex(3) -3 >Emitted(35, 22) Source(22, 43) + SourceIndex(3) -4 >Emitted(35, 23) Source(22, 43) + SourceIndex(3) +1 >Emitted(36, 5) Source(22, 35) + SourceIndex(3) +2 >Emitted(36, 16) Source(22, 38) + SourceIndex(3) +3 >Emitted(36, 22) Source(22, 43) + SourceIndex(3) +4 >Emitted(36, 23) Source(22, 43) + SourceIndex(3) --- >>> /*@internal*/ var someNamespace; 1->^^^^ @@ -1374,12 +1375,12 @@ sourceFile:../second/second_part1.ts 4 > export namespace 5 > someNamespace 6 > { export class C {} } -1->Emitted(36, 5) Source(23, 5) + SourceIndex(3) -2 >Emitted(36, 18) Source(23, 18) + SourceIndex(3) -3 >Emitted(36, 19) Source(23, 19) + SourceIndex(3) -4 >Emitted(36, 23) Source(23, 36) + SourceIndex(3) -5 >Emitted(36, 36) Source(23, 49) + SourceIndex(3) -6 >Emitted(36, 37) Source(23, 71) + SourceIndex(3) +1->Emitted(37, 5) Source(23, 5) + SourceIndex(3) +2 >Emitted(37, 18) Source(23, 18) + SourceIndex(3) +3 >Emitted(37, 19) Source(23, 19) + SourceIndex(3) +4 >Emitted(37, 23) Source(23, 36) + SourceIndex(3) +5 >Emitted(37, 36) Source(23, 49) + SourceIndex(3) +6 >Emitted(37, 37) Source(23, 71) + SourceIndex(3) --- >>> (function (someNamespace) { 1 >^^^^ @@ -1389,21 +1390,21 @@ sourceFile:../second/second_part1.ts 1 > 2 > export namespace 3 > someNamespace -1 >Emitted(37, 5) Source(23, 19) + SourceIndex(3) -2 >Emitted(37, 16) Source(23, 36) + SourceIndex(3) -3 >Emitted(37, 29) Source(23, 49) + SourceIndex(3) +1 >Emitted(38, 5) Source(23, 19) + SourceIndex(3) +2 >Emitted(38, 16) Source(23, 36) + SourceIndex(3) +3 >Emitted(38, 29) Source(23, 49) + SourceIndex(3) --- >>> var C = /** @class */ (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(38, 9) Source(23, 52) + SourceIndex(3) +1->Emitted(39, 9) Source(23, 52) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(39, 13) Source(23, 52) + SourceIndex(3) +1->Emitted(40, 13) Source(23, 52) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -1411,16 +1412,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(40, 13) Source(23, 68) + SourceIndex(3) -2 >Emitted(40, 14) Source(23, 69) + SourceIndex(3) +1->Emitted(41, 13) Source(23, 68) + SourceIndex(3) +2 >Emitted(41, 14) Source(23, 69) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(41, 13) Source(23, 68) + SourceIndex(3) -2 >Emitted(41, 21) Source(23, 69) + SourceIndex(3) +1->Emitted(42, 13) Source(23, 68) + SourceIndex(3) +2 >Emitted(42, 21) Source(23, 69) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -1432,10 +1433,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(42, 9) Source(23, 68) + SourceIndex(3) -2 >Emitted(42, 10) Source(23, 69) + SourceIndex(3) -3 >Emitted(42, 10) Source(23, 52) + SourceIndex(3) -4 >Emitted(42, 14) Source(23, 69) + SourceIndex(3) +1 >Emitted(43, 9) Source(23, 68) + SourceIndex(3) +2 >Emitted(43, 10) Source(23, 69) + SourceIndex(3) +3 >Emitted(43, 10) Source(23, 52) + SourceIndex(3) +4 >Emitted(43, 14) Source(23, 69) + SourceIndex(3) --- >>> someNamespace.C = C; 1->^^^^^^^^ @@ -1447,10 +1448,10 @@ sourceFile:../second/second_part1.ts 2 > C 3 > {} 4 > -1->Emitted(43, 9) Source(23, 65) + SourceIndex(3) -2 >Emitted(43, 24) Source(23, 66) + SourceIndex(3) -3 >Emitted(43, 28) Source(23, 69) + SourceIndex(3) -4 >Emitted(43, 29) Source(23, 69) + SourceIndex(3) +1->Emitted(44, 9) Source(23, 65) + SourceIndex(3) +2 >Emitted(44, 24) Source(23, 66) + SourceIndex(3) +3 >Emitted(44, 28) Source(23, 69) + SourceIndex(3) +4 >Emitted(44, 29) Source(23, 69) + SourceIndex(3) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^ @@ -1471,15 +1472,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(44, 5) Source(23, 70) + SourceIndex(3) -2 >Emitted(44, 6) Source(23, 71) + SourceIndex(3) -3 >Emitted(44, 8) Source(23, 36) + SourceIndex(3) -4 >Emitted(44, 21) Source(23, 49) + SourceIndex(3) -5 >Emitted(44, 24) Source(23, 36) + SourceIndex(3) -6 >Emitted(44, 45) Source(23, 49) + SourceIndex(3) -7 >Emitted(44, 50) Source(23, 36) + SourceIndex(3) -8 >Emitted(44, 71) Source(23, 49) + SourceIndex(3) -9 >Emitted(44, 79) Source(23, 71) + SourceIndex(3) +1->Emitted(45, 5) Source(23, 70) + SourceIndex(3) +2 >Emitted(45, 6) Source(23, 71) + SourceIndex(3) +3 >Emitted(45, 8) Source(23, 36) + SourceIndex(3) +4 >Emitted(45, 21) Source(23, 49) + SourceIndex(3) +5 >Emitted(45, 24) Source(23, 36) + SourceIndex(3) +6 >Emitted(45, 45) Source(23, 49) + SourceIndex(3) +7 >Emitted(45, 50) Source(23, 36) + SourceIndex(3) +8 >Emitted(45, 71) Source(23, 49) + SourceIndex(3) +9 >Emitted(45, 79) Source(23, 71) + SourceIndex(3) --- >>> /*@internal*/ var someOther; 1 >^^^^ @@ -1495,12 +1496,12 @@ sourceFile:../second/second_part1.ts 4 > export namespace 5 > someOther 6 > .something { export class someClass {} } -1 >Emitted(45, 5) Source(24, 5) + SourceIndex(3) -2 >Emitted(45, 18) Source(24, 18) + SourceIndex(3) -3 >Emitted(45, 19) Source(24, 19) + SourceIndex(3) -4 >Emitted(45, 23) Source(24, 36) + SourceIndex(3) -5 >Emitted(45, 32) Source(24, 45) + SourceIndex(3) -6 >Emitted(45, 33) Source(24, 85) + SourceIndex(3) +1 >Emitted(46, 5) Source(24, 5) + SourceIndex(3) +2 >Emitted(46, 18) Source(24, 18) + SourceIndex(3) +3 >Emitted(46, 19) Source(24, 19) + SourceIndex(3) +4 >Emitted(46, 23) Source(24, 36) + SourceIndex(3) +5 >Emitted(46, 32) Source(24, 45) + SourceIndex(3) +6 >Emitted(46, 33) Source(24, 85) + SourceIndex(3) --- >>> (function (someOther) { 1 >^^^^ @@ -1509,9 +1510,9 @@ sourceFile:../second/second_part1.ts 1 > 2 > export namespace 3 > someOther -1 >Emitted(46, 5) Source(24, 19) + SourceIndex(3) -2 >Emitted(46, 16) Source(24, 36) + SourceIndex(3) -3 >Emitted(46, 25) Source(24, 45) + SourceIndex(3) +1 >Emitted(47, 5) Source(24, 19) + SourceIndex(3) +2 >Emitted(47, 16) Source(24, 36) + SourceIndex(3) +3 >Emitted(47, 25) Source(24, 45) + SourceIndex(3) --- >>> var something; 1 >^^^^^^^^ @@ -1523,10 +1524,10 @@ sourceFile:../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(47, 9) Source(24, 46) + SourceIndex(3) -2 >Emitted(47, 13) Source(24, 46) + SourceIndex(3) -3 >Emitted(47, 22) Source(24, 55) + SourceIndex(3) -4 >Emitted(47, 23) Source(24, 85) + SourceIndex(3) +1 >Emitted(48, 9) Source(24, 46) + SourceIndex(3) +2 >Emitted(48, 13) Source(24, 46) + SourceIndex(3) +3 >Emitted(48, 22) Source(24, 55) + SourceIndex(3) +4 >Emitted(48, 23) Source(24, 85) + SourceIndex(3) --- >>> (function (something) { 1->^^^^^^^^ @@ -1536,21 +1537,21 @@ sourceFile:../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(48, 9) Source(24, 46) + SourceIndex(3) -2 >Emitted(48, 20) Source(24, 46) + SourceIndex(3) -3 >Emitted(48, 29) Source(24, 55) + SourceIndex(3) +1->Emitted(49, 9) Source(24, 46) + SourceIndex(3) +2 >Emitted(49, 20) Source(24, 46) + SourceIndex(3) +3 >Emitted(49, 29) Source(24, 55) + SourceIndex(3) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(49, 13) Source(24, 58) + SourceIndex(3) +1->Emitted(50, 13) Source(24, 58) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(50, 17) Source(24, 58) + SourceIndex(3) +1->Emitted(51, 17) Source(24, 58) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -1558,16 +1559,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(51, 17) Source(24, 82) + SourceIndex(3) -2 >Emitted(51, 18) Source(24, 83) + SourceIndex(3) +1->Emitted(52, 17) Source(24, 82) + SourceIndex(3) +2 >Emitted(52, 18) Source(24, 83) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(52, 17) Source(24, 82) + SourceIndex(3) -2 >Emitted(52, 33) Source(24, 83) + SourceIndex(3) +1->Emitted(53, 17) Source(24, 82) + SourceIndex(3) +2 >Emitted(53, 33) Source(24, 83) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -1579,10 +1580,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(53, 13) Source(24, 82) + SourceIndex(3) -2 >Emitted(53, 14) Source(24, 83) + SourceIndex(3) -3 >Emitted(53, 14) Source(24, 58) + SourceIndex(3) -4 >Emitted(53, 18) Source(24, 83) + SourceIndex(3) +1 >Emitted(54, 13) Source(24, 82) + SourceIndex(3) +2 >Emitted(54, 14) Source(24, 83) + SourceIndex(3) +3 >Emitted(54, 14) Source(24, 58) + SourceIndex(3) +4 >Emitted(54, 18) Source(24, 83) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -1594,10 +1595,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(54, 13) Source(24, 71) + SourceIndex(3) -2 >Emitted(54, 32) Source(24, 80) + SourceIndex(3) -3 >Emitted(54, 44) Source(24, 83) + SourceIndex(3) -4 >Emitted(54, 45) Source(24, 83) + SourceIndex(3) +1->Emitted(55, 13) Source(24, 71) + SourceIndex(3) +2 >Emitted(55, 32) Source(24, 80) + SourceIndex(3) +3 >Emitted(55, 44) Source(24, 83) + SourceIndex(3) +4 >Emitted(55, 45) Source(24, 83) + SourceIndex(3) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^ @@ -1618,15 +1619,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(55, 9) Source(24, 84) + SourceIndex(3) -2 >Emitted(55, 10) Source(24, 85) + SourceIndex(3) -3 >Emitted(55, 12) Source(24, 46) + SourceIndex(3) -4 >Emitted(55, 21) Source(24, 55) + SourceIndex(3) -5 >Emitted(55, 24) Source(24, 46) + SourceIndex(3) -6 >Emitted(55, 43) Source(24, 55) + SourceIndex(3) -7 >Emitted(55, 48) Source(24, 46) + SourceIndex(3) -8 >Emitted(55, 67) Source(24, 55) + SourceIndex(3) -9 >Emitted(55, 75) Source(24, 85) + SourceIndex(3) +1->Emitted(56, 9) Source(24, 84) + SourceIndex(3) +2 >Emitted(56, 10) Source(24, 85) + SourceIndex(3) +3 >Emitted(56, 12) Source(24, 46) + SourceIndex(3) +4 >Emitted(56, 21) Source(24, 55) + SourceIndex(3) +5 >Emitted(56, 24) Source(24, 46) + SourceIndex(3) +6 >Emitted(56, 43) Source(24, 55) + SourceIndex(3) +7 >Emitted(56, 48) Source(24, 46) + SourceIndex(3) +8 >Emitted(56, 67) Source(24, 55) + SourceIndex(3) +9 >Emitted(56, 75) Source(24, 85) + SourceIndex(3) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^ @@ -1647,15 +1648,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(56, 5) Source(24, 84) + SourceIndex(3) -2 >Emitted(56, 6) Source(24, 85) + SourceIndex(3) -3 >Emitted(56, 8) Source(24, 36) + SourceIndex(3) -4 >Emitted(56, 17) Source(24, 45) + SourceIndex(3) -5 >Emitted(56, 20) Source(24, 36) + SourceIndex(3) -6 >Emitted(56, 37) Source(24, 45) + SourceIndex(3) -7 >Emitted(56, 42) Source(24, 36) + SourceIndex(3) -8 >Emitted(56, 59) Source(24, 45) + SourceIndex(3) -9 >Emitted(56, 67) Source(24, 85) + SourceIndex(3) +1 >Emitted(57, 5) Source(24, 84) + SourceIndex(3) +2 >Emitted(57, 6) Source(24, 85) + SourceIndex(3) +3 >Emitted(57, 8) Source(24, 36) + SourceIndex(3) +4 >Emitted(57, 17) Source(24, 45) + SourceIndex(3) +5 >Emitted(57, 20) Source(24, 36) + SourceIndex(3) +6 >Emitted(57, 37) Source(24, 45) + SourceIndex(3) +7 >Emitted(57, 42) Source(24, 36) + SourceIndex(3) +8 >Emitted(57, 59) Source(24, 45) + SourceIndex(3) +9 >Emitted(57, 67) Source(24, 85) + SourceIndex(3) --- >>> /*@internal*/ normalN.someImport = someNamespace.C; 1 >^^^^ @@ -1677,15 +1678,15 @@ sourceFile:../second/second_part1.ts 7 > . 8 > C 9 > ; -1 >Emitted(57, 5) Source(25, 5) + SourceIndex(3) -2 >Emitted(57, 18) Source(25, 18) + SourceIndex(3) -3 >Emitted(57, 19) Source(25, 33) + SourceIndex(3) -4 >Emitted(57, 37) Source(25, 43) + SourceIndex(3) -5 >Emitted(57, 40) Source(25, 46) + SourceIndex(3) -6 >Emitted(57, 53) Source(25, 59) + SourceIndex(3) -7 >Emitted(57, 54) Source(25, 60) + SourceIndex(3) -8 >Emitted(57, 55) Source(25, 61) + SourceIndex(3) -9 >Emitted(57, 56) Source(25, 62) + SourceIndex(3) +1 >Emitted(58, 5) Source(25, 5) + SourceIndex(3) +2 >Emitted(58, 18) Source(25, 18) + SourceIndex(3) +3 >Emitted(58, 19) Source(25, 33) + SourceIndex(3) +4 >Emitted(58, 37) Source(25, 43) + SourceIndex(3) +5 >Emitted(58, 40) Source(25, 46) + SourceIndex(3) +6 >Emitted(58, 53) Source(25, 59) + SourceIndex(3) +7 >Emitted(58, 54) Source(25, 60) + SourceIndex(3) +8 >Emitted(58, 55) Source(25, 61) + SourceIndex(3) +9 >Emitted(58, 56) Source(25, 62) + SourceIndex(3) --- >>> /*@internal*/ normalN.internalConst = 10; 1 >^^^^ @@ -1704,13 +1705,13 @@ sourceFile:../second/second_part1.ts 5 > = 6 > 10 7 > ; -1 >Emitted(58, 5) Source(27, 5) + SourceIndex(3) -2 >Emitted(58, 18) Source(27, 18) + SourceIndex(3) -3 >Emitted(58, 19) Source(27, 32) + SourceIndex(3) -4 >Emitted(58, 40) Source(27, 45) + SourceIndex(3) -5 >Emitted(58, 43) Source(27, 48) + SourceIndex(3) -6 >Emitted(58, 45) Source(27, 50) + SourceIndex(3) -7 >Emitted(58, 46) Source(27, 51) + SourceIndex(3) +1 >Emitted(59, 5) Source(27, 5) + SourceIndex(3) +2 >Emitted(59, 18) Source(27, 18) + SourceIndex(3) +3 >Emitted(59, 19) Source(27, 32) + SourceIndex(3) +4 >Emitted(59, 40) Source(27, 45) + SourceIndex(3) +5 >Emitted(59, 43) Source(27, 48) + SourceIndex(3) +6 >Emitted(59, 45) Source(27, 50) + SourceIndex(3) +7 >Emitted(59, 46) Source(27, 51) + SourceIndex(3) --- >>> /*@internal*/ var internalEnum; 1 >^^^^ @@ -1724,11 +1725,11 @@ sourceFile:../second/second_part1.ts 3 > 4 > export enum 5 > internalEnum { a, b, c } -1 >Emitted(59, 5) Source(28, 5) + SourceIndex(3) -2 >Emitted(59, 18) Source(28, 18) + SourceIndex(3) -3 >Emitted(59, 19) Source(28, 19) + SourceIndex(3) -4 >Emitted(59, 23) Source(28, 31) + SourceIndex(3) -5 >Emitted(59, 35) Source(28, 55) + SourceIndex(3) +1 >Emitted(60, 5) Source(28, 5) + SourceIndex(3) +2 >Emitted(60, 18) Source(28, 18) + SourceIndex(3) +3 >Emitted(60, 19) Source(28, 19) + SourceIndex(3) +4 >Emitted(60, 23) Source(28, 31) + SourceIndex(3) +5 >Emitted(60, 35) Source(28, 55) + SourceIndex(3) --- >>> (function (internalEnum) { 1 >^^^^ @@ -1738,9 +1739,9 @@ sourceFile:../second/second_part1.ts 1 > 2 > export enum 3 > internalEnum -1 >Emitted(60, 5) Source(28, 19) + SourceIndex(3) -2 >Emitted(60, 16) Source(28, 31) + SourceIndex(3) -3 >Emitted(60, 28) Source(28, 43) + SourceIndex(3) +1 >Emitted(61, 5) Source(28, 19) + SourceIndex(3) +2 >Emitted(61, 16) Source(28, 31) + SourceIndex(3) +3 >Emitted(61, 28) Source(28, 43) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -1750,9 +1751,9 @@ sourceFile:../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(61, 9) Source(28, 46) + SourceIndex(3) -2 >Emitted(61, 50) Source(28, 47) + SourceIndex(3) -3 >Emitted(61, 51) Source(28, 47) + SourceIndex(3) +1->Emitted(62, 9) Source(28, 46) + SourceIndex(3) +2 >Emitted(62, 50) Source(28, 47) + SourceIndex(3) +3 >Emitted(62, 51) Source(28, 47) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -1762,9 +1763,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(62, 9) Source(28, 49) + SourceIndex(3) -2 >Emitted(62, 50) Source(28, 50) + SourceIndex(3) -3 >Emitted(62, 51) Source(28, 50) + SourceIndex(3) +1->Emitted(63, 9) Source(28, 49) + SourceIndex(3) +2 >Emitted(63, 50) Source(28, 50) + SourceIndex(3) +3 >Emitted(63, 51) Source(28, 50) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -1774,9 +1775,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(63, 9) Source(28, 52) + SourceIndex(3) -2 >Emitted(63, 50) Source(28, 53) + SourceIndex(3) -3 >Emitted(63, 51) Source(28, 53) + SourceIndex(3) +1->Emitted(64, 9) Source(28, 52) + SourceIndex(3) +2 >Emitted(64, 50) Source(28, 53) + SourceIndex(3) +3 >Emitted(64, 51) Source(28, 53) + SourceIndex(3) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^ @@ -1797,15 +1798,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(64, 5) Source(28, 54) + SourceIndex(3) -2 >Emitted(64, 6) Source(28, 55) + SourceIndex(3) -3 >Emitted(64, 8) Source(28, 31) + SourceIndex(3) -4 >Emitted(64, 20) Source(28, 43) + SourceIndex(3) -5 >Emitted(64, 23) Source(28, 31) + SourceIndex(3) -6 >Emitted(64, 43) Source(28, 43) + SourceIndex(3) -7 >Emitted(64, 48) Source(28, 31) + SourceIndex(3) -8 >Emitted(64, 68) Source(28, 43) + SourceIndex(3) -9 >Emitted(64, 76) Source(28, 55) + SourceIndex(3) +1->Emitted(65, 5) Source(28, 54) + SourceIndex(3) +2 >Emitted(65, 6) Source(28, 55) + SourceIndex(3) +3 >Emitted(65, 8) Source(28, 31) + SourceIndex(3) +4 >Emitted(65, 20) Source(28, 43) + SourceIndex(3) +5 >Emitted(65, 23) Source(28, 31) + SourceIndex(3) +6 >Emitted(65, 43) Source(28, 43) + SourceIndex(3) +7 >Emitted(65, 48) Source(28, 31) + SourceIndex(3) +8 >Emitted(65, 68) Source(28, 43) + SourceIndex(3) +9 >Emitted(65, 76) Source(28, 55) + SourceIndex(3) --- >>>})(normalN || (normalN = {})); 1 > @@ -1833,13 +1834,13 @@ sourceFile:../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(65, 1) Source(29, 1) + SourceIndex(3) -2 >Emitted(65, 2) Source(29, 2) + SourceIndex(3) -3 >Emitted(65, 4) Source(20, 11) + SourceIndex(3) -4 >Emitted(65, 11) Source(20, 18) + SourceIndex(3) -5 >Emitted(65, 16) Source(20, 11) + SourceIndex(3) -6 >Emitted(65, 23) Source(20, 18) + SourceIndex(3) -7 >Emitted(65, 31) Source(29, 2) + SourceIndex(3) +1 >Emitted(66, 1) Source(29, 1) + SourceIndex(3) +2 >Emitted(66, 2) Source(29, 2) + SourceIndex(3) +3 >Emitted(66, 4) Source(20, 11) + SourceIndex(3) +4 >Emitted(66, 11) Source(20, 18) + SourceIndex(3) +5 >Emitted(66, 16) Source(20, 11) + SourceIndex(3) +6 >Emitted(66, 23) Source(20, 18) + SourceIndex(3) +7 >Emitted(66, 31) Source(29, 2) + SourceIndex(3) --- >>>/*@internal*/ var internalC = /** @class */ (function () { 1-> @@ -1850,15 +1851,15 @@ sourceFile:../second/second_part1.ts > 2 >/*@internal*/ 3 > -1->Emitted(66, 1) Source(30, 1) + SourceIndex(3) -2 >Emitted(66, 14) Source(30, 14) + SourceIndex(3) -3 >Emitted(66, 15) Source(30, 15) + SourceIndex(3) +1->Emitted(67, 1) Source(30, 1) + SourceIndex(3) +2 >Emitted(67, 14) Source(30, 14) + SourceIndex(3) +3 >Emitted(67, 15) Source(30, 15) + SourceIndex(3) --- >>> function internalC() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(67, 5) Source(30, 15) + SourceIndex(3) +1->Emitted(68, 5) Source(30, 15) + SourceIndex(3) --- >>> } 1->^^^^ @@ -1866,16 +1867,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->class internalC { 2 > } -1->Emitted(68, 5) Source(30, 32) + SourceIndex(3) -2 >Emitted(68, 6) Source(30, 33) + SourceIndex(3) +1->Emitted(69, 5) Source(30, 32) + SourceIndex(3) +2 >Emitted(69, 6) Source(30, 33) + SourceIndex(3) --- >>> return internalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(69, 5) Source(30, 32) + SourceIndex(3) -2 >Emitted(69, 21) Source(30, 33) + SourceIndex(3) +1->Emitted(70, 5) Source(30, 32) + SourceIndex(3) +2 >Emitted(70, 21) Source(30, 33) + SourceIndex(3) --- >>>}()); 1 > @@ -1887,10 +1888,10 @@ sourceFile:../second/second_part1.ts 2 >} 3 > 4 > class internalC {} -1 >Emitted(70, 1) Source(30, 32) + SourceIndex(3) -2 >Emitted(70, 2) Source(30, 33) + SourceIndex(3) -3 >Emitted(70, 2) Source(30, 15) + SourceIndex(3) -4 >Emitted(70, 6) Source(30, 33) + SourceIndex(3) +1 >Emitted(71, 1) Source(30, 32) + SourceIndex(3) +2 >Emitted(71, 2) Source(30, 33) + SourceIndex(3) +3 >Emitted(71, 2) Source(30, 15) + SourceIndex(3) +4 >Emitted(71, 6) Source(30, 33) + SourceIndex(3) --- >>>/*@internal*/ function internalfoo() { } 1-> @@ -1908,13 +1909,13 @@ sourceFile:../second/second_part1.ts 5 > internalfoo 6 > () { 7 > } -1->Emitted(71, 1) Source(31, 1) + SourceIndex(3) -2 >Emitted(71, 14) Source(31, 14) + SourceIndex(3) -3 >Emitted(71, 15) Source(31, 15) + SourceIndex(3) -4 >Emitted(71, 24) Source(31, 24) + SourceIndex(3) -5 >Emitted(71, 35) Source(31, 35) + SourceIndex(3) -6 >Emitted(71, 40) Source(31, 39) + SourceIndex(3) -7 >Emitted(71, 41) Source(31, 40) + SourceIndex(3) +1->Emitted(72, 1) Source(31, 1) + SourceIndex(3) +2 >Emitted(72, 14) Source(31, 14) + SourceIndex(3) +3 >Emitted(72, 15) Source(31, 15) + SourceIndex(3) +4 >Emitted(72, 24) Source(31, 24) + SourceIndex(3) +5 >Emitted(72, 35) Source(31, 35) + SourceIndex(3) +6 >Emitted(72, 40) Source(31, 39) + SourceIndex(3) +7 >Emitted(72, 41) Source(31, 40) + SourceIndex(3) --- >>>/*@internal*/ var internalNamespace; 1 > @@ -1930,12 +1931,12 @@ sourceFile:../second/second_part1.ts 4 > namespace 5 > internalNamespace 6 > { export class someClass {} } -1 >Emitted(72, 1) Source(32, 1) + SourceIndex(3) -2 >Emitted(72, 14) Source(32, 14) + SourceIndex(3) -3 >Emitted(72, 15) Source(32, 15) + SourceIndex(3) -4 >Emitted(72, 19) Source(32, 25) + SourceIndex(3) -5 >Emitted(72, 36) Source(32, 42) + SourceIndex(3) -6 >Emitted(72, 37) Source(32, 72) + SourceIndex(3) +1 >Emitted(73, 1) Source(32, 1) + SourceIndex(3) +2 >Emitted(73, 14) Source(32, 14) + SourceIndex(3) +3 >Emitted(73, 15) Source(32, 15) + SourceIndex(3) +4 >Emitted(73, 19) Source(32, 25) + SourceIndex(3) +5 >Emitted(73, 36) Source(32, 42) + SourceIndex(3) +6 >Emitted(73, 37) Source(32, 72) + SourceIndex(3) --- >>>(function (internalNamespace) { 1 > @@ -1945,21 +1946,21 @@ sourceFile:../second/second_part1.ts 1 > 2 >namespace 3 > internalNamespace -1 >Emitted(73, 1) Source(32, 15) + SourceIndex(3) -2 >Emitted(73, 12) Source(32, 25) + SourceIndex(3) -3 >Emitted(73, 29) Source(32, 42) + SourceIndex(3) +1 >Emitted(74, 1) Source(32, 15) + SourceIndex(3) +2 >Emitted(74, 12) Source(32, 25) + SourceIndex(3) +3 >Emitted(74, 29) Source(32, 42) + SourceIndex(3) --- >>> var someClass = /** @class */ (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(74, 5) Source(32, 45) + SourceIndex(3) +1->Emitted(75, 5) Source(32, 45) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(75, 9) Source(32, 45) + SourceIndex(3) +1->Emitted(76, 9) Source(32, 45) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -1967,16 +1968,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(76, 9) Source(32, 69) + SourceIndex(3) -2 >Emitted(76, 10) Source(32, 70) + SourceIndex(3) +1->Emitted(77, 9) Source(32, 69) + SourceIndex(3) +2 >Emitted(77, 10) Source(32, 70) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(77, 9) Source(32, 69) + SourceIndex(3) -2 >Emitted(77, 25) Source(32, 70) + SourceIndex(3) +1->Emitted(78, 9) Source(32, 69) + SourceIndex(3) +2 >Emitted(78, 25) Source(32, 70) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -1988,10 +1989,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(78, 5) Source(32, 69) + SourceIndex(3) -2 >Emitted(78, 6) Source(32, 70) + SourceIndex(3) -3 >Emitted(78, 6) Source(32, 45) + SourceIndex(3) -4 >Emitted(78, 10) Source(32, 70) + SourceIndex(3) +1 >Emitted(79, 5) Source(32, 69) + SourceIndex(3) +2 >Emitted(79, 6) Source(32, 70) + SourceIndex(3) +3 >Emitted(79, 6) Source(32, 45) + SourceIndex(3) +4 >Emitted(79, 10) Source(32, 70) + SourceIndex(3) --- >>> internalNamespace.someClass = someClass; 1->^^^^ @@ -2003,10 +2004,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(79, 5) Source(32, 58) + SourceIndex(3) -2 >Emitted(79, 32) Source(32, 67) + SourceIndex(3) -3 >Emitted(79, 44) Source(32, 70) + SourceIndex(3) -4 >Emitted(79, 45) Source(32, 70) + SourceIndex(3) +1->Emitted(80, 5) Source(32, 58) + SourceIndex(3) +2 >Emitted(80, 32) Source(32, 67) + SourceIndex(3) +3 >Emitted(80, 44) Source(32, 70) + SourceIndex(3) +4 >Emitted(80, 45) Source(32, 70) + SourceIndex(3) --- >>>})(internalNamespace || (internalNamespace = {})); 1-> @@ -2023,13 +2024,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalNamespace 7 > { export class someClass {} } -1->Emitted(80, 1) Source(32, 71) + SourceIndex(3) -2 >Emitted(80, 2) Source(32, 72) + SourceIndex(3) -3 >Emitted(80, 4) Source(32, 25) + SourceIndex(3) -4 >Emitted(80, 21) Source(32, 42) + SourceIndex(3) -5 >Emitted(80, 26) Source(32, 25) + SourceIndex(3) -6 >Emitted(80, 43) Source(32, 42) + SourceIndex(3) -7 >Emitted(80, 51) Source(32, 72) + SourceIndex(3) +1->Emitted(81, 1) Source(32, 71) + SourceIndex(3) +2 >Emitted(81, 2) Source(32, 72) + SourceIndex(3) +3 >Emitted(81, 4) Source(32, 25) + SourceIndex(3) +4 >Emitted(81, 21) Source(32, 42) + SourceIndex(3) +5 >Emitted(81, 26) Source(32, 25) + SourceIndex(3) +6 >Emitted(81, 43) Source(32, 42) + SourceIndex(3) +7 >Emitted(81, 51) Source(32, 72) + SourceIndex(3) --- >>>/*@internal*/ var internalOther; 1 > @@ -2045,12 +2046,12 @@ sourceFile:../second/second_part1.ts 4 > namespace 5 > internalOther 6 > .something { export class someClass {} } -1 >Emitted(81, 1) Source(33, 1) + SourceIndex(3) -2 >Emitted(81, 14) Source(33, 14) + SourceIndex(3) -3 >Emitted(81, 15) Source(33, 15) + SourceIndex(3) -4 >Emitted(81, 19) Source(33, 25) + SourceIndex(3) -5 >Emitted(81, 32) Source(33, 38) + SourceIndex(3) -6 >Emitted(81, 33) Source(33, 78) + SourceIndex(3) +1 >Emitted(82, 1) Source(33, 1) + SourceIndex(3) +2 >Emitted(82, 14) Source(33, 14) + SourceIndex(3) +3 >Emitted(82, 15) Source(33, 15) + SourceIndex(3) +4 >Emitted(82, 19) Source(33, 25) + SourceIndex(3) +5 >Emitted(82, 32) Source(33, 38) + SourceIndex(3) +6 >Emitted(82, 33) Source(33, 78) + SourceIndex(3) --- >>>(function (internalOther) { 1 > @@ -2059,9 +2060,9 @@ sourceFile:../second/second_part1.ts 1 > 2 >namespace 3 > internalOther -1 >Emitted(82, 1) Source(33, 15) + SourceIndex(3) -2 >Emitted(82, 12) Source(33, 25) + SourceIndex(3) -3 >Emitted(82, 25) Source(33, 38) + SourceIndex(3) +1 >Emitted(83, 1) Source(33, 15) + SourceIndex(3) +2 >Emitted(83, 12) Source(33, 25) + SourceIndex(3) +3 >Emitted(83, 25) Source(33, 38) + SourceIndex(3) --- >>> var something; 1 >^^^^ @@ -2073,10 +2074,10 @@ sourceFile:../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(83, 5) Source(33, 39) + SourceIndex(3) -2 >Emitted(83, 9) Source(33, 39) + SourceIndex(3) -3 >Emitted(83, 18) Source(33, 48) + SourceIndex(3) -4 >Emitted(83, 19) Source(33, 78) + SourceIndex(3) +1 >Emitted(84, 5) Source(33, 39) + SourceIndex(3) +2 >Emitted(84, 9) Source(33, 39) + SourceIndex(3) +3 >Emitted(84, 18) Source(33, 48) + SourceIndex(3) +4 >Emitted(84, 19) Source(33, 78) + SourceIndex(3) --- >>> (function (something) { 1->^^^^ @@ -2086,21 +2087,21 @@ sourceFile:../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(84, 5) Source(33, 39) + SourceIndex(3) -2 >Emitted(84, 16) Source(33, 39) + SourceIndex(3) -3 >Emitted(84, 25) Source(33, 48) + SourceIndex(3) +1->Emitted(85, 5) Source(33, 39) + SourceIndex(3) +2 >Emitted(85, 16) Source(33, 39) + SourceIndex(3) +3 >Emitted(85, 25) Source(33, 48) + SourceIndex(3) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(85, 9) Source(33, 51) + SourceIndex(3) +1->Emitted(86, 9) Source(33, 51) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(86, 13) Source(33, 51) + SourceIndex(3) +1->Emitted(87, 13) Source(33, 51) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -2108,16 +2109,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(87, 13) Source(33, 75) + SourceIndex(3) -2 >Emitted(87, 14) Source(33, 76) + SourceIndex(3) +1->Emitted(88, 13) Source(33, 75) + SourceIndex(3) +2 >Emitted(88, 14) Source(33, 76) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(88, 13) Source(33, 75) + SourceIndex(3) -2 >Emitted(88, 29) Source(33, 76) + SourceIndex(3) +1->Emitted(89, 13) Source(33, 75) + SourceIndex(3) +2 >Emitted(89, 29) Source(33, 76) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -2129,10 +2130,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(89, 9) Source(33, 75) + SourceIndex(3) -2 >Emitted(89, 10) Source(33, 76) + SourceIndex(3) -3 >Emitted(89, 10) Source(33, 51) + SourceIndex(3) -4 >Emitted(89, 14) Source(33, 76) + SourceIndex(3) +1 >Emitted(90, 9) Source(33, 75) + SourceIndex(3) +2 >Emitted(90, 10) Source(33, 76) + SourceIndex(3) +3 >Emitted(90, 10) Source(33, 51) + SourceIndex(3) +4 >Emitted(90, 14) Source(33, 76) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^ @@ -2144,10 +2145,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(90, 9) Source(33, 64) + SourceIndex(3) -2 >Emitted(90, 28) Source(33, 73) + SourceIndex(3) -3 >Emitted(90, 40) Source(33, 76) + SourceIndex(3) -4 >Emitted(90, 41) Source(33, 76) + SourceIndex(3) +1->Emitted(91, 9) Source(33, 64) + SourceIndex(3) +2 >Emitted(91, 28) Source(33, 73) + SourceIndex(3) +3 >Emitted(91, 40) Source(33, 76) + SourceIndex(3) +4 >Emitted(91, 41) Source(33, 76) + SourceIndex(3) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^ @@ -2168,15 +2169,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(91, 5) Source(33, 77) + SourceIndex(3) -2 >Emitted(91, 6) Source(33, 78) + SourceIndex(3) -3 >Emitted(91, 8) Source(33, 39) + SourceIndex(3) -4 >Emitted(91, 17) Source(33, 48) + SourceIndex(3) -5 >Emitted(91, 20) Source(33, 39) + SourceIndex(3) -6 >Emitted(91, 43) Source(33, 48) + SourceIndex(3) -7 >Emitted(91, 48) Source(33, 39) + SourceIndex(3) -8 >Emitted(91, 71) Source(33, 48) + SourceIndex(3) -9 >Emitted(91, 79) Source(33, 78) + SourceIndex(3) +1->Emitted(92, 5) Source(33, 77) + SourceIndex(3) +2 >Emitted(92, 6) Source(33, 78) + SourceIndex(3) +3 >Emitted(92, 8) Source(33, 39) + SourceIndex(3) +4 >Emitted(92, 17) Source(33, 48) + SourceIndex(3) +5 >Emitted(92, 20) Source(33, 39) + SourceIndex(3) +6 >Emitted(92, 43) Source(33, 48) + SourceIndex(3) +7 >Emitted(92, 48) Source(33, 39) + SourceIndex(3) +8 >Emitted(92, 71) Source(33, 48) + SourceIndex(3) +9 >Emitted(92, 79) Source(33, 78) + SourceIndex(3) --- >>>})(internalOther || (internalOther = {})); 1 > @@ -2194,13 +2195,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalOther 7 > .something { export class someClass {} } -1 >Emitted(92, 1) Source(33, 77) + SourceIndex(3) -2 >Emitted(92, 2) Source(33, 78) + SourceIndex(3) -3 >Emitted(92, 4) Source(33, 25) + SourceIndex(3) -4 >Emitted(92, 17) Source(33, 38) + SourceIndex(3) -5 >Emitted(92, 22) Source(33, 25) + SourceIndex(3) -6 >Emitted(92, 35) Source(33, 38) + SourceIndex(3) -7 >Emitted(92, 43) Source(33, 78) + SourceIndex(3) +1 >Emitted(93, 1) Source(33, 77) + SourceIndex(3) +2 >Emitted(93, 2) Source(33, 78) + SourceIndex(3) +3 >Emitted(93, 4) Source(33, 25) + SourceIndex(3) +4 >Emitted(93, 17) Source(33, 38) + SourceIndex(3) +5 >Emitted(93, 22) Source(33, 25) + SourceIndex(3) +6 >Emitted(93, 35) Source(33, 38) + SourceIndex(3) +7 >Emitted(93, 43) Source(33, 78) + SourceIndex(3) --- >>>/*@internal*/ var internalImport = internalNamespace.someClass; 1-> @@ -2224,16 +2225,16 @@ sourceFile:../second/second_part1.ts 8 > . 9 > someClass 10> ; -1->Emitted(93, 1) Source(34, 1) + SourceIndex(3) -2 >Emitted(93, 14) Source(34, 14) + SourceIndex(3) -3 >Emitted(93, 15) Source(34, 15) + SourceIndex(3) -4 >Emitted(93, 19) Source(34, 22) + SourceIndex(3) -5 >Emitted(93, 33) Source(34, 36) + SourceIndex(3) -6 >Emitted(93, 36) Source(34, 39) + SourceIndex(3) -7 >Emitted(93, 53) Source(34, 56) + SourceIndex(3) -8 >Emitted(93, 54) Source(34, 57) + SourceIndex(3) -9 >Emitted(93, 63) Source(34, 66) + SourceIndex(3) -10>Emitted(93, 64) Source(34, 67) + SourceIndex(3) +1->Emitted(94, 1) Source(34, 1) + SourceIndex(3) +2 >Emitted(94, 14) Source(34, 14) + SourceIndex(3) +3 >Emitted(94, 15) Source(34, 15) + SourceIndex(3) +4 >Emitted(94, 19) Source(34, 22) + SourceIndex(3) +5 >Emitted(94, 33) Source(34, 36) + SourceIndex(3) +6 >Emitted(94, 36) Source(34, 39) + SourceIndex(3) +7 >Emitted(94, 53) Source(34, 56) + SourceIndex(3) +8 >Emitted(94, 54) Source(34, 57) + SourceIndex(3) +9 >Emitted(94, 63) Source(34, 66) + SourceIndex(3) +10>Emitted(94, 64) Source(34, 67) + SourceIndex(3) --- >>>/*@internal*/ var internalConst = 10; 1 > @@ -2254,14 +2255,14 @@ sourceFile:../second/second_part1.ts 6 > = 7 > 10 8 > ; -1 >Emitted(94, 1) Source(36, 1) + SourceIndex(3) -2 >Emitted(94, 14) Source(36, 14) + SourceIndex(3) -3 >Emitted(94, 15) Source(36, 15) + SourceIndex(3) -4 >Emitted(94, 19) Source(36, 21) + SourceIndex(3) -5 >Emitted(94, 32) Source(36, 34) + SourceIndex(3) -6 >Emitted(94, 35) Source(36, 37) + SourceIndex(3) -7 >Emitted(94, 37) Source(36, 39) + SourceIndex(3) -8 >Emitted(94, 38) Source(36, 40) + SourceIndex(3) +1 >Emitted(95, 1) Source(36, 1) + SourceIndex(3) +2 >Emitted(95, 14) Source(36, 14) + SourceIndex(3) +3 >Emitted(95, 15) Source(36, 15) + SourceIndex(3) +4 >Emitted(95, 19) Source(36, 21) + SourceIndex(3) +5 >Emitted(95, 32) Source(36, 34) + SourceIndex(3) +6 >Emitted(95, 35) Source(36, 37) + SourceIndex(3) +7 >Emitted(95, 37) Source(36, 39) + SourceIndex(3) +8 >Emitted(95, 38) Source(36, 40) + SourceIndex(3) --- >>>/*@internal*/ var internalEnum; 1 > @@ -2275,11 +2276,11 @@ sourceFile:../second/second_part1.ts 3 > 4 > enum 5 > internalEnum { a, b, c } -1 >Emitted(95, 1) Source(37, 1) + SourceIndex(3) -2 >Emitted(95, 14) Source(37, 14) + SourceIndex(3) -3 >Emitted(95, 15) Source(37, 15) + SourceIndex(3) -4 >Emitted(95, 19) Source(37, 20) + SourceIndex(3) -5 >Emitted(95, 31) Source(37, 44) + SourceIndex(3) +1 >Emitted(96, 1) Source(37, 1) + SourceIndex(3) +2 >Emitted(96, 14) Source(37, 14) + SourceIndex(3) +3 >Emitted(96, 15) Source(37, 15) + SourceIndex(3) +4 >Emitted(96, 19) Source(37, 20) + SourceIndex(3) +5 >Emitted(96, 31) Source(37, 44) + SourceIndex(3) --- >>>(function (internalEnum) { 1 > @@ -2289,9 +2290,9 @@ sourceFile:../second/second_part1.ts 1 > 2 >enum 3 > internalEnum -1 >Emitted(96, 1) Source(37, 15) + SourceIndex(3) -2 >Emitted(96, 12) Source(37, 20) + SourceIndex(3) -3 >Emitted(96, 24) Source(37, 32) + SourceIndex(3) +1 >Emitted(97, 1) Source(37, 15) + SourceIndex(3) +2 >Emitted(97, 12) Source(37, 20) + SourceIndex(3) +3 >Emitted(97, 24) Source(37, 32) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^ @@ -2301,9 +2302,9 @@ sourceFile:../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(97, 5) Source(37, 35) + SourceIndex(3) -2 >Emitted(97, 46) Source(37, 36) + SourceIndex(3) -3 >Emitted(97, 47) Source(37, 36) + SourceIndex(3) +1->Emitted(98, 5) Source(37, 35) + SourceIndex(3) +2 >Emitted(98, 46) Source(37, 36) + SourceIndex(3) +3 >Emitted(98, 47) Source(37, 36) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^ @@ -2313,9 +2314,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(98, 5) Source(37, 38) + SourceIndex(3) -2 >Emitted(98, 46) Source(37, 39) + SourceIndex(3) -3 >Emitted(98, 47) Source(37, 39) + SourceIndex(3) +1->Emitted(99, 5) Source(37, 38) + SourceIndex(3) +2 >Emitted(99, 46) Source(37, 39) + SourceIndex(3) +3 >Emitted(99, 47) Source(37, 39) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^ @@ -2324,9 +2325,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(99, 5) Source(37, 41) + SourceIndex(3) -2 >Emitted(99, 46) Source(37, 42) + SourceIndex(3) -3 >Emitted(99, 47) Source(37, 42) + SourceIndex(3) +1->Emitted(100, 5) Source(37, 41) + SourceIndex(3) +2 >Emitted(100, 46) Source(37, 42) + SourceIndex(3) +3 >Emitted(100, 47) Source(37, 42) + SourceIndex(3) --- >>>})(internalEnum || (internalEnum = {})); 1 > @@ -2343,13 +2344,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalEnum 7 > { a, b, c } -1 >Emitted(100, 1) Source(37, 43) + SourceIndex(3) -2 >Emitted(100, 2) Source(37, 44) + SourceIndex(3) -3 >Emitted(100, 4) Source(37, 20) + SourceIndex(3) -4 >Emitted(100, 16) Source(37, 32) + SourceIndex(3) -5 >Emitted(100, 21) Source(37, 20) + SourceIndex(3) -6 >Emitted(100, 33) Source(37, 32) + SourceIndex(3) -7 >Emitted(100, 41) Source(37, 44) + SourceIndex(3) +1 >Emitted(101, 1) Source(37, 43) + SourceIndex(3) +2 >Emitted(101, 2) Source(37, 44) + SourceIndex(3) +3 >Emitted(101, 4) Source(37, 20) + SourceIndex(3) +4 >Emitted(101, 16) Source(37, 32) + SourceIndex(3) +5 >Emitted(101, 21) Source(37, 20) + SourceIndex(3) +6 >Emitted(101, 33) Source(37, 32) + SourceIndex(3) +7 >Emitted(101, 41) Source(37, 44) + SourceIndex(3) --- ------------------------------------------------------------------- emittedFile:/src/2/second-output.js @@ -2359,13 +2360,13 @@ sourceFile:../second/second_part2.ts 1 > 2 >^^^^^^^^^^^^^^^^^^^-> 1 > -1 >Emitted(101, 1) Source(1, 1) + SourceIndex(4) +1 >Emitted(102, 1) Source(1, 1) + SourceIndex(4) --- >>> function C() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(102, 5) Source(1, 1) + SourceIndex(4) +1->Emitted(103, 5) Source(1, 1) + SourceIndex(4) --- >>> } 1->^^^^ @@ -2377,8 +2378,8 @@ sourceFile:../second/second_part2.ts > } > 2 > } -1->Emitted(103, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(103, 6) Source(5, 2) + SourceIndex(4) +1->Emitted(104, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(104, 6) Source(5, 2) + SourceIndex(4) --- >>> C.prototype.doSomething = function () { 1->^^^^ @@ -2388,9 +2389,9 @@ sourceFile:../second/second_part2.ts 1-> 2 > doSomething 3 > -1->Emitted(104, 5) Source(2, 5) + SourceIndex(4) -2 >Emitted(104, 28) Source(2, 16) + SourceIndex(4) -3 >Emitted(104, 31) Source(2, 5) + SourceIndex(4) +1->Emitted(105, 5) Source(2, 5) + SourceIndex(4) +2 >Emitted(105, 28) Source(2, 16) + SourceIndex(4) +3 >Emitted(105, 31) Source(2, 5) + SourceIndex(4) --- >>> console.log("something got done"); 1->^^^^^^^^ @@ -2410,14 +2411,14 @@ sourceFile:../second/second_part2.ts 6 > "something got done" 7 > ) 8 > ; -1->Emitted(105, 9) Source(3, 9) + SourceIndex(4) -2 >Emitted(105, 16) Source(3, 16) + SourceIndex(4) -3 >Emitted(105, 17) Source(3, 17) + SourceIndex(4) -4 >Emitted(105, 20) Source(3, 20) + SourceIndex(4) -5 >Emitted(105, 21) Source(3, 21) + SourceIndex(4) -6 >Emitted(105, 41) Source(3, 41) + SourceIndex(4) -7 >Emitted(105, 42) Source(3, 42) + SourceIndex(4) -8 >Emitted(105, 43) Source(3, 43) + SourceIndex(4) +1->Emitted(106, 9) Source(3, 9) + SourceIndex(4) +2 >Emitted(106, 16) Source(3, 16) + SourceIndex(4) +3 >Emitted(106, 17) Source(3, 17) + SourceIndex(4) +4 >Emitted(106, 20) Source(3, 20) + SourceIndex(4) +5 >Emitted(106, 21) Source(3, 21) + SourceIndex(4) +6 >Emitted(106, 41) Source(3, 41) + SourceIndex(4) +7 >Emitted(106, 42) Source(3, 42) + SourceIndex(4) +8 >Emitted(106, 43) Source(3, 43) + SourceIndex(4) --- >>> }; 1 >^^^^ @@ -2426,8 +2427,8 @@ sourceFile:../second/second_part2.ts 1 > > 2 > } -1 >Emitted(106, 5) Source(4, 5) + SourceIndex(4) -2 >Emitted(106, 6) Source(4, 6) + SourceIndex(4) +1 >Emitted(107, 5) Source(4, 5) + SourceIndex(4) +2 >Emitted(107, 6) Source(4, 6) + SourceIndex(4) --- >>> return C; 1->^^^^ @@ -2435,8 +2436,8 @@ sourceFile:../second/second_part2.ts 1-> > 2 > } -1->Emitted(107, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(107, 13) Source(5, 2) + SourceIndex(4) +1->Emitted(108, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(108, 13) Source(5, 2) + SourceIndex(4) --- >>>}()); 1 > @@ -2452,10 +2453,10 @@ sourceFile:../second/second_part2.ts > console.log("something got done"); > } > } -1 >Emitted(108, 1) Source(5, 1) + SourceIndex(4) -2 >Emitted(108, 2) Source(5, 2) + SourceIndex(4) -3 >Emitted(108, 2) Source(1, 1) + SourceIndex(4) -4 >Emitted(108, 6) Source(5, 2) + SourceIndex(4) +1 >Emitted(109, 1) Source(5, 1) + SourceIndex(4) +2 >Emitted(109, 2) Source(5, 2) + SourceIndex(4) +3 >Emitted(109, 2) Source(1, 1) + SourceIndex(4) +4 >Emitted(109, 6) Source(5, 2) + SourceIndex(4) --- >>>//# sourceMappingURL=second-output.js.map @@ -2484,7 +2485,7 @@ sourceFile:../second/second_part2.ts }, { "pos": 110, - "end": 3526, + "end": 3544, "kind": "text" } ] @@ -2560,7 +2561,7 @@ function f() { } ---------------------------------------------------------------------- -text: (110-3526) +text: (110-3544) var N; (function (N) { function f() { @@ -2571,8 +2572,9 @@ var N; var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - /*@internal*/ normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + /*@internal*/ proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: true, @@ -3730,49 +3732,50 @@ sourceFile:../../../second/second_part1.ts >>> } 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >constructor() { 2 > } 1 >Emitted(16, 5) Source(14, 35) + SourceIndex(3) 2 >Emitted(16, 6) Source(14, 36) + SourceIndex(3) --- ->>> /*@internal*/ normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> /*@internal*/ proto_1.method = function () { }; 1->^^^^ 2 > ^^^^^^^^^^^^^ 3 > ^ -4 > ^^^^^^^^^^^^^^^^^^^^^^^^ -5 > ^^^ -6 > ^^^^^^^^^^^^^^ -7 > ^ +4 > ^^^^^^^^^^^^^^ +5 > ^^^ +6 > ^^^^^^^^^^^^^^ +7 > ^ 1-> > /*@internal*/ prop: string; > 2 > /*@internal*/ 3 > 4 > method -5 > -6 > method() { -7 > } -1->Emitted(17, 5) Source(16, 5) + SourceIndex(3) -2 >Emitted(17, 18) Source(16, 18) + SourceIndex(3) -3 >Emitted(17, 19) Source(16, 19) + SourceIndex(3) -4 >Emitted(17, 43) Source(16, 25) + SourceIndex(3) -5 >Emitted(17, 46) Source(16, 19) + SourceIndex(3) -6 >Emitted(17, 60) Source(16, 30) + SourceIndex(3) -7 >Emitted(17, 61) Source(16, 31) + SourceIndex(3) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +5 > +6 > method() { +7 > } +1->Emitted(18, 5) Source(16, 5) + SourceIndex(3) +2 >Emitted(18, 18) Source(16, 18) + SourceIndex(3) +3 >Emitted(18, 19) Source(16, 19) + SourceIndex(3) +4 >Emitted(18, 33) Source(16, 25) + SourceIndex(3) +5 >Emitted(18, 36) Source(16, 19) + SourceIndex(3) +6 >Emitted(18, 50) Source(16, 30) + SourceIndex(3) +7 >Emitted(18, 51) Source(16, 31) + SourceIndex(3) +--- +>>> Object.defineProperty(proto_1, "c", { 1 >^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ -4 > ^^^^^^^-> +3 > ^^^^^^^^^^^^ +4 > ^^^^^^^^^^^^^^^^^-> 1 > > /*@internal*/ 2 > get 3 > c -1 >Emitted(18, 5) Source(17, 19) + SourceIndex(3) -2 >Emitted(18, 27) Source(17, 23) + SourceIndex(3) -3 >Emitted(18, 49) Source(17, 24) + SourceIndex(3) +1 >Emitted(19, 5) Source(17, 19) + SourceIndex(3) +2 >Emitted(19, 27) Source(17, 23) + SourceIndex(3) +3 >Emitted(19, 39) Source(17, 24) + SourceIndex(3) --- >>> /*@internal*/ get: function () { return 10; }, 1->^^^^^^^^ @@ -3793,15 +3796,15 @@ sourceFile:../../../second/second_part1.ts 7 > ; 8 > 9 > } -1->Emitted(19, 9) Source(17, 5) + SourceIndex(3) -2 >Emitted(19, 22) Source(17, 18) + SourceIndex(3) -3 >Emitted(19, 28) Source(17, 19) + SourceIndex(3) -4 >Emitted(19, 42) Source(17, 29) + SourceIndex(3) -5 >Emitted(19, 49) Source(17, 36) + SourceIndex(3) -6 >Emitted(19, 51) Source(17, 38) + SourceIndex(3) -7 >Emitted(19, 52) Source(17, 39) + SourceIndex(3) -8 >Emitted(19, 53) Source(17, 40) + SourceIndex(3) -9 >Emitted(19, 54) Source(17, 41) + SourceIndex(3) +1->Emitted(20, 9) Source(17, 5) + SourceIndex(3) +2 >Emitted(20, 22) Source(17, 18) + SourceIndex(3) +3 >Emitted(20, 28) Source(17, 19) + SourceIndex(3) +4 >Emitted(20, 42) Source(17, 29) + SourceIndex(3) +5 >Emitted(20, 49) Source(17, 36) + SourceIndex(3) +6 >Emitted(20, 51) Source(17, 38) + SourceIndex(3) +7 >Emitted(20, 52) Source(17, 39) + SourceIndex(3) +8 >Emitted(20, 53) Source(17, 40) + SourceIndex(3) +9 >Emitted(20, 54) Source(17, 41) + SourceIndex(3) --- >>> /*@internal*/ set: function (val) { }, 1 >^^^^^^^^ @@ -3819,13 +3822,13 @@ sourceFile:../../../second/second_part1.ts 5 > val: number 6 > ) { 7 > } -1 >Emitted(20, 9) Source(18, 5) + SourceIndex(3) -2 >Emitted(20, 22) Source(18, 18) + SourceIndex(3) -3 >Emitted(20, 28) Source(18, 19) + SourceIndex(3) -4 >Emitted(20, 38) Source(18, 25) + SourceIndex(3) -5 >Emitted(20, 41) Source(18, 36) + SourceIndex(3) -6 >Emitted(20, 45) Source(18, 40) + SourceIndex(3) -7 >Emitted(20, 46) Source(18, 41) + SourceIndex(3) +1 >Emitted(21, 9) Source(18, 5) + SourceIndex(3) +2 >Emitted(21, 22) Source(18, 18) + SourceIndex(3) +3 >Emitted(21, 28) Source(18, 19) + SourceIndex(3) +4 >Emitted(21, 38) Source(18, 25) + SourceIndex(3) +5 >Emitted(21, 41) Source(18, 36) + SourceIndex(3) +6 >Emitted(21, 45) Source(18, 40) + SourceIndex(3) +7 >Emitted(21, 46) Source(18, 41) + SourceIndex(3) --- >>> enumerable: true, >>> configurable: true @@ -3833,7 +3836,7 @@ sourceFile:../../../second/second_part1.ts 1 >^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(23, 8) Source(17, 41) + SourceIndex(3) +1 >Emitted(24, 8) Source(17, 41) + SourceIndex(3) --- >>> return normalC; 1->^^^^ @@ -3842,8 +3845,8 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ set c(val: number) { } > 2 > } -1->Emitted(24, 5) Source(19, 1) + SourceIndex(3) -2 >Emitted(24, 19) Source(19, 2) + SourceIndex(3) +1->Emitted(25, 5) Source(19, 1) + SourceIndex(3) +2 >Emitted(25, 19) Source(19, 2) + SourceIndex(3) --- >>>}()); 1 > @@ -3861,10 +3864,10 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ get c() { return 10; } > /*@internal*/ set c(val: number) { } > } -1 >Emitted(25, 1) Source(19, 1) + SourceIndex(3) -2 >Emitted(25, 2) Source(19, 2) + SourceIndex(3) -3 >Emitted(25, 2) Source(13, 1) + SourceIndex(3) -4 >Emitted(25, 6) Source(19, 2) + SourceIndex(3) +1 >Emitted(26, 1) Source(19, 1) + SourceIndex(3) +2 >Emitted(26, 2) Source(19, 2) + SourceIndex(3) +3 >Emitted(26, 2) Source(13, 1) + SourceIndex(3) +4 >Emitted(26, 6) Source(19, 2) + SourceIndex(3) --- >>>var normalN; 1-> @@ -3886,10 +3889,10 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1->Emitted(26, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(26, 5) Source(20, 11) + SourceIndex(3) -3 >Emitted(26, 12) Source(20, 18) + SourceIndex(3) -4 >Emitted(26, 13) Source(29, 2) + SourceIndex(3) +1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(27, 5) Source(20, 11) + SourceIndex(3) +3 >Emitted(27, 12) Source(20, 18) + SourceIndex(3) +4 >Emitted(27, 13) Source(29, 2) + SourceIndex(3) --- >>>(function (normalN) { 1-> @@ -3899,9 +3902,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > normalN -1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(27, 12) Source(20, 11) + SourceIndex(3) -3 >Emitted(27, 19) Source(20, 18) + SourceIndex(3) +1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(28, 12) Source(20, 11) + SourceIndex(3) +3 >Emitted(28, 19) Source(20, 18) + SourceIndex(3) --- >>> /*@internal*/ var C = /** @class */ (function () { 1->^^^^ @@ -3912,15 +3915,15 @@ sourceFile:../../../second/second_part1.ts > 2 > /*@internal*/ 3 > -1->Emitted(28, 5) Source(21, 5) + SourceIndex(3) -2 >Emitted(28, 18) Source(21, 18) + SourceIndex(3) -3 >Emitted(28, 19) Source(21, 19) + SourceIndex(3) +1->Emitted(29, 5) Source(21, 5) + SourceIndex(3) +2 >Emitted(29, 18) Source(21, 18) + SourceIndex(3) +3 >Emitted(29, 19) Source(21, 19) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(29, 9) Source(21, 19) + SourceIndex(3) +1->Emitted(30, 9) Source(21, 19) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -3928,16 +3931,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(30, 9) Source(21, 36) + SourceIndex(3) -2 >Emitted(30, 10) Source(21, 37) + SourceIndex(3) +1->Emitted(31, 9) Source(21, 36) + SourceIndex(3) +2 >Emitted(31, 10) Source(21, 37) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(31, 9) Source(21, 36) + SourceIndex(3) -2 >Emitted(31, 17) Source(21, 37) + SourceIndex(3) +1->Emitted(32, 9) Source(21, 36) + SourceIndex(3) +2 >Emitted(32, 17) Source(21, 37) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -3949,10 +3952,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(32, 5) Source(21, 36) + SourceIndex(3) -2 >Emitted(32, 6) Source(21, 37) + SourceIndex(3) -3 >Emitted(32, 6) Source(21, 19) + SourceIndex(3) -4 >Emitted(32, 10) Source(21, 37) + SourceIndex(3) +1 >Emitted(33, 5) Source(21, 36) + SourceIndex(3) +2 >Emitted(33, 6) Source(21, 37) + SourceIndex(3) +3 >Emitted(33, 6) Source(21, 19) + SourceIndex(3) +4 >Emitted(33, 10) Source(21, 37) + SourceIndex(3) --- >>> normalN.C = C; 1->^^^^ @@ -3964,10 +3967,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > { } 4 > -1->Emitted(33, 5) Source(21, 32) + SourceIndex(3) -2 >Emitted(33, 14) Source(21, 33) + SourceIndex(3) -3 >Emitted(33, 18) Source(21, 37) + SourceIndex(3) -4 >Emitted(33, 19) Source(21, 37) + SourceIndex(3) +1->Emitted(34, 5) Source(21, 32) + SourceIndex(3) +2 >Emitted(34, 14) Source(21, 33) + SourceIndex(3) +3 >Emitted(34, 18) Source(21, 37) + SourceIndex(3) +4 >Emitted(34, 19) Source(21, 37) + SourceIndex(3) --- >>> /*@internal*/ function foo() { } 1->^^^^ @@ -3985,13 +3988,13 @@ sourceFile:../../../second/second_part1.ts 5 > foo 6 > () { 7 > } -1->Emitted(34, 5) Source(22, 5) + SourceIndex(3) -2 >Emitted(34, 18) Source(22, 18) + SourceIndex(3) -3 >Emitted(34, 19) Source(22, 19) + SourceIndex(3) -4 >Emitted(34, 28) Source(22, 35) + SourceIndex(3) -5 >Emitted(34, 31) Source(22, 38) + SourceIndex(3) -6 >Emitted(34, 36) Source(22, 42) + SourceIndex(3) -7 >Emitted(34, 37) Source(22, 43) + SourceIndex(3) +1->Emitted(35, 5) Source(22, 5) + SourceIndex(3) +2 >Emitted(35, 18) Source(22, 18) + SourceIndex(3) +3 >Emitted(35, 19) Source(22, 19) + SourceIndex(3) +4 >Emitted(35, 28) Source(22, 35) + SourceIndex(3) +5 >Emitted(35, 31) Source(22, 38) + SourceIndex(3) +6 >Emitted(35, 36) Source(22, 42) + SourceIndex(3) +7 >Emitted(35, 37) Source(22, 43) + SourceIndex(3) --- >>> normalN.foo = foo; 1 >^^^^ @@ -4003,10 +4006,10 @@ sourceFile:../../../second/second_part1.ts 2 > foo 3 > () {} 4 > -1 >Emitted(35, 5) Source(22, 35) + SourceIndex(3) -2 >Emitted(35, 16) Source(22, 38) + SourceIndex(3) -3 >Emitted(35, 22) Source(22, 43) + SourceIndex(3) -4 >Emitted(35, 23) Source(22, 43) + SourceIndex(3) +1 >Emitted(36, 5) Source(22, 35) + SourceIndex(3) +2 >Emitted(36, 16) Source(22, 38) + SourceIndex(3) +3 >Emitted(36, 22) Source(22, 43) + SourceIndex(3) +4 >Emitted(36, 23) Source(22, 43) + SourceIndex(3) --- >>> /*@internal*/ var someNamespace; 1->^^^^ @@ -4022,12 +4025,12 @@ sourceFile:../../../second/second_part1.ts 4 > export namespace 5 > someNamespace 6 > { export class C {} } -1->Emitted(36, 5) Source(23, 5) + SourceIndex(3) -2 >Emitted(36, 18) Source(23, 18) + SourceIndex(3) -3 >Emitted(36, 19) Source(23, 19) + SourceIndex(3) -4 >Emitted(36, 23) Source(23, 36) + SourceIndex(3) -5 >Emitted(36, 36) Source(23, 49) + SourceIndex(3) -6 >Emitted(36, 37) Source(23, 71) + SourceIndex(3) +1->Emitted(37, 5) Source(23, 5) + SourceIndex(3) +2 >Emitted(37, 18) Source(23, 18) + SourceIndex(3) +3 >Emitted(37, 19) Source(23, 19) + SourceIndex(3) +4 >Emitted(37, 23) Source(23, 36) + SourceIndex(3) +5 >Emitted(37, 36) Source(23, 49) + SourceIndex(3) +6 >Emitted(37, 37) Source(23, 71) + SourceIndex(3) --- >>> (function (someNamespace) { 1 >^^^^ @@ -4037,21 +4040,21 @@ sourceFile:../../../second/second_part1.ts 1 > 2 > export namespace 3 > someNamespace -1 >Emitted(37, 5) Source(23, 19) + SourceIndex(3) -2 >Emitted(37, 16) Source(23, 36) + SourceIndex(3) -3 >Emitted(37, 29) Source(23, 49) + SourceIndex(3) +1 >Emitted(38, 5) Source(23, 19) + SourceIndex(3) +2 >Emitted(38, 16) Source(23, 36) + SourceIndex(3) +3 >Emitted(38, 29) Source(23, 49) + SourceIndex(3) --- >>> var C = /** @class */ (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(38, 9) Source(23, 52) + SourceIndex(3) +1->Emitted(39, 9) Source(23, 52) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(39, 13) Source(23, 52) + SourceIndex(3) +1->Emitted(40, 13) Source(23, 52) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -4059,16 +4062,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(40, 13) Source(23, 68) + SourceIndex(3) -2 >Emitted(40, 14) Source(23, 69) + SourceIndex(3) +1->Emitted(41, 13) Source(23, 68) + SourceIndex(3) +2 >Emitted(41, 14) Source(23, 69) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(41, 13) Source(23, 68) + SourceIndex(3) -2 >Emitted(41, 21) Source(23, 69) + SourceIndex(3) +1->Emitted(42, 13) Source(23, 68) + SourceIndex(3) +2 >Emitted(42, 21) Source(23, 69) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -4080,10 +4083,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(42, 9) Source(23, 68) + SourceIndex(3) -2 >Emitted(42, 10) Source(23, 69) + SourceIndex(3) -3 >Emitted(42, 10) Source(23, 52) + SourceIndex(3) -4 >Emitted(42, 14) Source(23, 69) + SourceIndex(3) +1 >Emitted(43, 9) Source(23, 68) + SourceIndex(3) +2 >Emitted(43, 10) Source(23, 69) + SourceIndex(3) +3 >Emitted(43, 10) Source(23, 52) + SourceIndex(3) +4 >Emitted(43, 14) Source(23, 69) + SourceIndex(3) --- >>> someNamespace.C = C; 1->^^^^^^^^ @@ -4095,10 +4098,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > {} 4 > -1->Emitted(43, 9) Source(23, 65) + SourceIndex(3) -2 >Emitted(43, 24) Source(23, 66) + SourceIndex(3) -3 >Emitted(43, 28) Source(23, 69) + SourceIndex(3) -4 >Emitted(43, 29) Source(23, 69) + SourceIndex(3) +1->Emitted(44, 9) Source(23, 65) + SourceIndex(3) +2 >Emitted(44, 24) Source(23, 66) + SourceIndex(3) +3 >Emitted(44, 28) Source(23, 69) + SourceIndex(3) +4 >Emitted(44, 29) Source(23, 69) + SourceIndex(3) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^ @@ -4119,15 +4122,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(44, 5) Source(23, 70) + SourceIndex(3) -2 >Emitted(44, 6) Source(23, 71) + SourceIndex(3) -3 >Emitted(44, 8) Source(23, 36) + SourceIndex(3) -4 >Emitted(44, 21) Source(23, 49) + SourceIndex(3) -5 >Emitted(44, 24) Source(23, 36) + SourceIndex(3) -6 >Emitted(44, 45) Source(23, 49) + SourceIndex(3) -7 >Emitted(44, 50) Source(23, 36) + SourceIndex(3) -8 >Emitted(44, 71) Source(23, 49) + SourceIndex(3) -9 >Emitted(44, 79) Source(23, 71) + SourceIndex(3) +1->Emitted(45, 5) Source(23, 70) + SourceIndex(3) +2 >Emitted(45, 6) Source(23, 71) + SourceIndex(3) +3 >Emitted(45, 8) Source(23, 36) + SourceIndex(3) +4 >Emitted(45, 21) Source(23, 49) + SourceIndex(3) +5 >Emitted(45, 24) Source(23, 36) + SourceIndex(3) +6 >Emitted(45, 45) Source(23, 49) + SourceIndex(3) +7 >Emitted(45, 50) Source(23, 36) + SourceIndex(3) +8 >Emitted(45, 71) Source(23, 49) + SourceIndex(3) +9 >Emitted(45, 79) Source(23, 71) + SourceIndex(3) --- >>> /*@internal*/ var someOther; 1 >^^^^ @@ -4143,12 +4146,12 @@ sourceFile:../../../second/second_part1.ts 4 > export namespace 5 > someOther 6 > .something { export class someClass {} } -1 >Emitted(45, 5) Source(24, 5) + SourceIndex(3) -2 >Emitted(45, 18) Source(24, 18) + SourceIndex(3) -3 >Emitted(45, 19) Source(24, 19) + SourceIndex(3) -4 >Emitted(45, 23) Source(24, 36) + SourceIndex(3) -5 >Emitted(45, 32) Source(24, 45) + SourceIndex(3) -6 >Emitted(45, 33) Source(24, 85) + SourceIndex(3) +1 >Emitted(46, 5) Source(24, 5) + SourceIndex(3) +2 >Emitted(46, 18) Source(24, 18) + SourceIndex(3) +3 >Emitted(46, 19) Source(24, 19) + SourceIndex(3) +4 >Emitted(46, 23) Source(24, 36) + SourceIndex(3) +5 >Emitted(46, 32) Source(24, 45) + SourceIndex(3) +6 >Emitted(46, 33) Source(24, 85) + SourceIndex(3) --- >>> (function (someOther) { 1 >^^^^ @@ -4157,9 +4160,9 @@ sourceFile:../../../second/second_part1.ts 1 > 2 > export namespace 3 > someOther -1 >Emitted(46, 5) Source(24, 19) + SourceIndex(3) -2 >Emitted(46, 16) Source(24, 36) + SourceIndex(3) -3 >Emitted(46, 25) Source(24, 45) + SourceIndex(3) +1 >Emitted(47, 5) Source(24, 19) + SourceIndex(3) +2 >Emitted(47, 16) Source(24, 36) + SourceIndex(3) +3 >Emitted(47, 25) Source(24, 45) + SourceIndex(3) --- >>> var something; 1 >^^^^^^^^ @@ -4171,10 +4174,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(47, 9) Source(24, 46) + SourceIndex(3) -2 >Emitted(47, 13) Source(24, 46) + SourceIndex(3) -3 >Emitted(47, 22) Source(24, 55) + SourceIndex(3) -4 >Emitted(47, 23) Source(24, 85) + SourceIndex(3) +1 >Emitted(48, 9) Source(24, 46) + SourceIndex(3) +2 >Emitted(48, 13) Source(24, 46) + SourceIndex(3) +3 >Emitted(48, 22) Source(24, 55) + SourceIndex(3) +4 >Emitted(48, 23) Source(24, 85) + SourceIndex(3) --- >>> (function (something) { 1->^^^^^^^^ @@ -4184,21 +4187,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(48, 9) Source(24, 46) + SourceIndex(3) -2 >Emitted(48, 20) Source(24, 46) + SourceIndex(3) -3 >Emitted(48, 29) Source(24, 55) + SourceIndex(3) +1->Emitted(49, 9) Source(24, 46) + SourceIndex(3) +2 >Emitted(49, 20) Source(24, 46) + SourceIndex(3) +3 >Emitted(49, 29) Source(24, 55) + SourceIndex(3) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(49, 13) Source(24, 58) + SourceIndex(3) +1->Emitted(50, 13) Source(24, 58) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(50, 17) Source(24, 58) + SourceIndex(3) +1->Emitted(51, 17) Source(24, 58) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -4206,16 +4209,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(51, 17) Source(24, 82) + SourceIndex(3) -2 >Emitted(51, 18) Source(24, 83) + SourceIndex(3) +1->Emitted(52, 17) Source(24, 82) + SourceIndex(3) +2 >Emitted(52, 18) Source(24, 83) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(52, 17) Source(24, 82) + SourceIndex(3) -2 >Emitted(52, 33) Source(24, 83) + SourceIndex(3) +1->Emitted(53, 17) Source(24, 82) + SourceIndex(3) +2 >Emitted(53, 33) Source(24, 83) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -4227,10 +4230,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(53, 13) Source(24, 82) + SourceIndex(3) -2 >Emitted(53, 14) Source(24, 83) + SourceIndex(3) -3 >Emitted(53, 14) Source(24, 58) + SourceIndex(3) -4 >Emitted(53, 18) Source(24, 83) + SourceIndex(3) +1 >Emitted(54, 13) Source(24, 82) + SourceIndex(3) +2 >Emitted(54, 14) Source(24, 83) + SourceIndex(3) +3 >Emitted(54, 14) Source(24, 58) + SourceIndex(3) +4 >Emitted(54, 18) Source(24, 83) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -4242,10 +4245,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(54, 13) Source(24, 71) + SourceIndex(3) -2 >Emitted(54, 32) Source(24, 80) + SourceIndex(3) -3 >Emitted(54, 44) Source(24, 83) + SourceIndex(3) -4 >Emitted(54, 45) Source(24, 83) + SourceIndex(3) +1->Emitted(55, 13) Source(24, 71) + SourceIndex(3) +2 >Emitted(55, 32) Source(24, 80) + SourceIndex(3) +3 >Emitted(55, 44) Source(24, 83) + SourceIndex(3) +4 >Emitted(55, 45) Source(24, 83) + SourceIndex(3) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^ @@ -4266,15 +4269,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(55, 9) Source(24, 84) + SourceIndex(3) -2 >Emitted(55, 10) Source(24, 85) + SourceIndex(3) -3 >Emitted(55, 12) Source(24, 46) + SourceIndex(3) -4 >Emitted(55, 21) Source(24, 55) + SourceIndex(3) -5 >Emitted(55, 24) Source(24, 46) + SourceIndex(3) -6 >Emitted(55, 43) Source(24, 55) + SourceIndex(3) -7 >Emitted(55, 48) Source(24, 46) + SourceIndex(3) -8 >Emitted(55, 67) Source(24, 55) + SourceIndex(3) -9 >Emitted(55, 75) Source(24, 85) + SourceIndex(3) +1->Emitted(56, 9) Source(24, 84) + SourceIndex(3) +2 >Emitted(56, 10) Source(24, 85) + SourceIndex(3) +3 >Emitted(56, 12) Source(24, 46) + SourceIndex(3) +4 >Emitted(56, 21) Source(24, 55) + SourceIndex(3) +5 >Emitted(56, 24) Source(24, 46) + SourceIndex(3) +6 >Emitted(56, 43) Source(24, 55) + SourceIndex(3) +7 >Emitted(56, 48) Source(24, 46) + SourceIndex(3) +8 >Emitted(56, 67) Source(24, 55) + SourceIndex(3) +9 >Emitted(56, 75) Source(24, 85) + SourceIndex(3) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^ @@ -4295,15 +4298,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(56, 5) Source(24, 84) + SourceIndex(3) -2 >Emitted(56, 6) Source(24, 85) + SourceIndex(3) -3 >Emitted(56, 8) Source(24, 36) + SourceIndex(3) -4 >Emitted(56, 17) Source(24, 45) + SourceIndex(3) -5 >Emitted(56, 20) Source(24, 36) + SourceIndex(3) -6 >Emitted(56, 37) Source(24, 45) + SourceIndex(3) -7 >Emitted(56, 42) Source(24, 36) + SourceIndex(3) -8 >Emitted(56, 59) Source(24, 45) + SourceIndex(3) -9 >Emitted(56, 67) Source(24, 85) + SourceIndex(3) +1 >Emitted(57, 5) Source(24, 84) + SourceIndex(3) +2 >Emitted(57, 6) Source(24, 85) + SourceIndex(3) +3 >Emitted(57, 8) Source(24, 36) + SourceIndex(3) +4 >Emitted(57, 17) Source(24, 45) + SourceIndex(3) +5 >Emitted(57, 20) Source(24, 36) + SourceIndex(3) +6 >Emitted(57, 37) Source(24, 45) + SourceIndex(3) +7 >Emitted(57, 42) Source(24, 36) + SourceIndex(3) +8 >Emitted(57, 59) Source(24, 45) + SourceIndex(3) +9 >Emitted(57, 67) Source(24, 85) + SourceIndex(3) --- >>> /*@internal*/ normalN.someImport = someNamespace.C; 1 >^^^^ @@ -4325,15 +4328,15 @@ sourceFile:../../../second/second_part1.ts 7 > . 8 > C 9 > ; -1 >Emitted(57, 5) Source(25, 5) + SourceIndex(3) -2 >Emitted(57, 18) Source(25, 18) + SourceIndex(3) -3 >Emitted(57, 19) Source(25, 33) + SourceIndex(3) -4 >Emitted(57, 37) Source(25, 43) + SourceIndex(3) -5 >Emitted(57, 40) Source(25, 46) + SourceIndex(3) -6 >Emitted(57, 53) Source(25, 59) + SourceIndex(3) -7 >Emitted(57, 54) Source(25, 60) + SourceIndex(3) -8 >Emitted(57, 55) Source(25, 61) + SourceIndex(3) -9 >Emitted(57, 56) Source(25, 62) + SourceIndex(3) +1 >Emitted(58, 5) Source(25, 5) + SourceIndex(3) +2 >Emitted(58, 18) Source(25, 18) + SourceIndex(3) +3 >Emitted(58, 19) Source(25, 33) + SourceIndex(3) +4 >Emitted(58, 37) Source(25, 43) + SourceIndex(3) +5 >Emitted(58, 40) Source(25, 46) + SourceIndex(3) +6 >Emitted(58, 53) Source(25, 59) + SourceIndex(3) +7 >Emitted(58, 54) Source(25, 60) + SourceIndex(3) +8 >Emitted(58, 55) Source(25, 61) + SourceIndex(3) +9 >Emitted(58, 56) Source(25, 62) + SourceIndex(3) --- >>> /*@internal*/ normalN.internalConst = 10; 1 >^^^^ @@ -4352,13 +4355,13 @@ sourceFile:../../../second/second_part1.ts 5 > = 6 > 10 7 > ; -1 >Emitted(58, 5) Source(27, 5) + SourceIndex(3) -2 >Emitted(58, 18) Source(27, 18) + SourceIndex(3) -3 >Emitted(58, 19) Source(27, 32) + SourceIndex(3) -4 >Emitted(58, 40) Source(27, 45) + SourceIndex(3) -5 >Emitted(58, 43) Source(27, 48) + SourceIndex(3) -6 >Emitted(58, 45) Source(27, 50) + SourceIndex(3) -7 >Emitted(58, 46) Source(27, 51) + SourceIndex(3) +1 >Emitted(59, 5) Source(27, 5) + SourceIndex(3) +2 >Emitted(59, 18) Source(27, 18) + SourceIndex(3) +3 >Emitted(59, 19) Source(27, 32) + SourceIndex(3) +4 >Emitted(59, 40) Source(27, 45) + SourceIndex(3) +5 >Emitted(59, 43) Source(27, 48) + SourceIndex(3) +6 >Emitted(59, 45) Source(27, 50) + SourceIndex(3) +7 >Emitted(59, 46) Source(27, 51) + SourceIndex(3) --- >>> /*@internal*/ var internalEnum; 1 >^^^^ @@ -4372,11 +4375,11 @@ sourceFile:../../../second/second_part1.ts 3 > 4 > export enum 5 > internalEnum { a, b, c } -1 >Emitted(59, 5) Source(28, 5) + SourceIndex(3) -2 >Emitted(59, 18) Source(28, 18) + SourceIndex(3) -3 >Emitted(59, 19) Source(28, 19) + SourceIndex(3) -4 >Emitted(59, 23) Source(28, 31) + SourceIndex(3) -5 >Emitted(59, 35) Source(28, 55) + SourceIndex(3) +1 >Emitted(60, 5) Source(28, 5) + SourceIndex(3) +2 >Emitted(60, 18) Source(28, 18) + SourceIndex(3) +3 >Emitted(60, 19) Source(28, 19) + SourceIndex(3) +4 >Emitted(60, 23) Source(28, 31) + SourceIndex(3) +5 >Emitted(60, 35) Source(28, 55) + SourceIndex(3) --- >>> (function (internalEnum) { 1 >^^^^ @@ -4386,9 +4389,9 @@ sourceFile:../../../second/second_part1.ts 1 > 2 > export enum 3 > internalEnum -1 >Emitted(60, 5) Source(28, 19) + SourceIndex(3) -2 >Emitted(60, 16) Source(28, 31) + SourceIndex(3) -3 >Emitted(60, 28) Source(28, 43) + SourceIndex(3) +1 >Emitted(61, 5) Source(28, 19) + SourceIndex(3) +2 >Emitted(61, 16) Source(28, 31) + SourceIndex(3) +3 >Emitted(61, 28) Source(28, 43) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -4398,9 +4401,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(61, 9) Source(28, 46) + SourceIndex(3) -2 >Emitted(61, 50) Source(28, 47) + SourceIndex(3) -3 >Emitted(61, 51) Source(28, 47) + SourceIndex(3) +1->Emitted(62, 9) Source(28, 46) + SourceIndex(3) +2 >Emitted(62, 50) Source(28, 47) + SourceIndex(3) +3 >Emitted(62, 51) Source(28, 47) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -4410,9 +4413,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(62, 9) Source(28, 49) + SourceIndex(3) -2 >Emitted(62, 50) Source(28, 50) + SourceIndex(3) -3 >Emitted(62, 51) Source(28, 50) + SourceIndex(3) +1->Emitted(63, 9) Source(28, 49) + SourceIndex(3) +2 >Emitted(63, 50) Source(28, 50) + SourceIndex(3) +3 >Emitted(63, 51) Source(28, 50) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -4422,9 +4425,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(63, 9) Source(28, 52) + SourceIndex(3) -2 >Emitted(63, 50) Source(28, 53) + SourceIndex(3) -3 >Emitted(63, 51) Source(28, 53) + SourceIndex(3) +1->Emitted(64, 9) Source(28, 52) + SourceIndex(3) +2 >Emitted(64, 50) Source(28, 53) + SourceIndex(3) +3 >Emitted(64, 51) Source(28, 53) + SourceIndex(3) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^ @@ -4445,15 +4448,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(64, 5) Source(28, 54) + SourceIndex(3) -2 >Emitted(64, 6) Source(28, 55) + SourceIndex(3) -3 >Emitted(64, 8) Source(28, 31) + SourceIndex(3) -4 >Emitted(64, 20) Source(28, 43) + SourceIndex(3) -5 >Emitted(64, 23) Source(28, 31) + SourceIndex(3) -6 >Emitted(64, 43) Source(28, 43) + SourceIndex(3) -7 >Emitted(64, 48) Source(28, 31) + SourceIndex(3) -8 >Emitted(64, 68) Source(28, 43) + SourceIndex(3) -9 >Emitted(64, 76) Source(28, 55) + SourceIndex(3) +1->Emitted(65, 5) Source(28, 54) + SourceIndex(3) +2 >Emitted(65, 6) Source(28, 55) + SourceIndex(3) +3 >Emitted(65, 8) Source(28, 31) + SourceIndex(3) +4 >Emitted(65, 20) Source(28, 43) + SourceIndex(3) +5 >Emitted(65, 23) Source(28, 31) + SourceIndex(3) +6 >Emitted(65, 43) Source(28, 43) + SourceIndex(3) +7 >Emitted(65, 48) Source(28, 31) + SourceIndex(3) +8 >Emitted(65, 68) Source(28, 43) + SourceIndex(3) +9 >Emitted(65, 76) Source(28, 55) + SourceIndex(3) --- >>>})(normalN || (normalN = {})); 1 > @@ -4481,13 +4484,13 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(65, 1) Source(29, 1) + SourceIndex(3) -2 >Emitted(65, 2) Source(29, 2) + SourceIndex(3) -3 >Emitted(65, 4) Source(20, 11) + SourceIndex(3) -4 >Emitted(65, 11) Source(20, 18) + SourceIndex(3) -5 >Emitted(65, 16) Source(20, 11) + SourceIndex(3) -6 >Emitted(65, 23) Source(20, 18) + SourceIndex(3) -7 >Emitted(65, 31) Source(29, 2) + SourceIndex(3) +1 >Emitted(66, 1) Source(29, 1) + SourceIndex(3) +2 >Emitted(66, 2) Source(29, 2) + SourceIndex(3) +3 >Emitted(66, 4) Source(20, 11) + SourceIndex(3) +4 >Emitted(66, 11) Source(20, 18) + SourceIndex(3) +5 >Emitted(66, 16) Source(20, 11) + SourceIndex(3) +6 >Emitted(66, 23) Source(20, 18) + SourceIndex(3) +7 >Emitted(66, 31) Source(29, 2) + SourceIndex(3) --- >>>/*@internal*/ var internalC = /** @class */ (function () { 1-> @@ -4498,15 +4501,15 @@ sourceFile:../../../second/second_part1.ts > 2 >/*@internal*/ 3 > -1->Emitted(66, 1) Source(30, 1) + SourceIndex(3) -2 >Emitted(66, 14) Source(30, 14) + SourceIndex(3) -3 >Emitted(66, 15) Source(30, 15) + SourceIndex(3) +1->Emitted(67, 1) Source(30, 1) + SourceIndex(3) +2 >Emitted(67, 14) Source(30, 14) + SourceIndex(3) +3 >Emitted(67, 15) Source(30, 15) + SourceIndex(3) --- >>> function internalC() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(67, 5) Source(30, 15) + SourceIndex(3) +1->Emitted(68, 5) Source(30, 15) + SourceIndex(3) --- >>> } 1->^^^^ @@ -4514,16 +4517,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->class internalC { 2 > } -1->Emitted(68, 5) Source(30, 32) + SourceIndex(3) -2 >Emitted(68, 6) Source(30, 33) + SourceIndex(3) +1->Emitted(69, 5) Source(30, 32) + SourceIndex(3) +2 >Emitted(69, 6) Source(30, 33) + SourceIndex(3) --- >>> return internalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(69, 5) Source(30, 32) + SourceIndex(3) -2 >Emitted(69, 21) Source(30, 33) + SourceIndex(3) +1->Emitted(70, 5) Source(30, 32) + SourceIndex(3) +2 >Emitted(70, 21) Source(30, 33) + SourceIndex(3) --- >>>}()); 1 > @@ -4535,10 +4538,10 @@ sourceFile:../../../second/second_part1.ts 2 >} 3 > 4 > class internalC {} -1 >Emitted(70, 1) Source(30, 32) + SourceIndex(3) -2 >Emitted(70, 2) Source(30, 33) + SourceIndex(3) -3 >Emitted(70, 2) Source(30, 15) + SourceIndex(3) -4 >Emitted(70, 6) Source(30, 33) + SourceIndex(3) +1 >Emitted(71, 1) Source(30, 32) + SourceIndex(3) +2 >Emitted(71, 2) Source(30, 33) + SourceIndex(3) +3 >Emitted(71, 2) Source(30, 15) + SourceIndex(3) +4 >Emitted(71, 6) Source(30, 33) + SourceIndex(3) --- >>>/*@internal*/ function internalfoo() { } 1-> @@ -4556,13 +4559,13 @@ sourceFile:../../../second/second_part1.ts 5 > internalfoo 6 > () { 7 > } -1->Emitted(71, 1) Source(31, 1) + SourceIndex(3) -2 >Emitted(71, 14) Source(31, 14) + SourceIndex(3) -3 >Emitted(71, 15) Source(31, 15) + SourceIndex(3) -4 >Emitted(71, 24) Source(31, 24) + SourceIndex(3) -5 >Emitted(71, 35) Source(31, 35) + SourceIndex(3) -6 >Emitted(71, 40) Source(31, 39) + SourceIndex(3) -7 >Emitted(71, 41) Source(31, 40) + SourceIndex(3) +1->Emitted(72, 1) Source(31, 1) + SourceIndex(3) +2 >Emitted(72, 14) Source(31, 14) + SourceIndex(3) +3 >Emitted(72, 15) Source(31, 15) + SourceIndex(3) +4 >Emitted(72, 24) Source(31, 24) + SourceIndex(3) +5 >Emitted(72, 35) Source(31, 35) + SourceIndex(3) +6 >Emitted(72, 40) Source(31, 39) + SourceIndex(3) +7 >Emitted(72, 41) Source(31, 40) + SourceIndex(3) --- >>>/*@internal*/ var internalNamespace; 1 > @@ -4578,12 +4581,12 @@ sourceFile:../../../second/second_part1.ts 4 > namespace 5 > internalNamespace 6 > { export class someClass {} } -1 >Emitted(72, 1) Source(32, 1) + SourceIndex(3) -2 >Emitted(72, 14) Source(32, 14) + SourceIndex(3) -3 >Emitted(72, 15) Source(32, 15) + SourceIndex(3) -4 >Emitted(72, 19) Source(32, 25) + SourceIndex(3) -5 >Emitted(72, 36) Source(32, 42) + SourceIndex(3) -6 >Emitted(72, 37) Source(32, 72) + SourceIndex(3) +1 >Emitted(73, 1) Source(32, 1) + SourceIndex(3) +2 >Emitted(73, 14) Source(32, 14) + SourceIndex(3) +3 >Emitted(73, 15) Source(32, 15) + SourceIndex(3) +4 >Emitted(73, 19) Source(32, 25) + SourceIndex(3) +5 >Emitted(73, 36) Source(32, 42) + SourceIndex(3) +6 >Emitted(73, 37) Source(32, 72) + SourceIndex(3) --- >>>(function (internalNamespace) { 1 > @@ -4593,21 +4596,21 @@ sourceFile:../../../second/second_part1.ts 1 > 2 >namespace 3 > internalNamespace -1 >Emitted(73, 1) Source(32, 15) + SourceIndex(3) -2 >Emitted(73, 12) Source(32, 25) + SourceIndex(3) -3 >Emitted(73, 29) Source(32, 42) + SourceIndex(3) +1 >Emitted(74, 1) Source(32, 15) + SourceIndex(3) +2 >Emitted(74, 12) Source(32, 25) + SourceIndex(3) +3 >Emitted(74, 29) Source(32, 42) + SourceIndex(3) --- >>> var someClass = /** @class */ (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(74, 5) Source(32, 45) + SourceIndex(3) +1->Emitted(75, 5) Source(32, 45) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(75, 9) Source(32, 45) + SourceIndex(3) +1->Emitted(76, 9) Source(32, 45) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -4615,16 +4618,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(76, 9) Source(32, 69) + SourceIndex(3) -2 >Emitted(76, 10) Source(32, 70) + SourceIndex(3) +1->Emitted(77, 9) Source(32, 69) + SourceIndex(3) +2 >Emitted(77, 10) Source(32, 70) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(77, 9) Source(32, 69) + SourceIndex(3) -2 >Emitted(77, 25) Source(32, 70) + SourceIndex(3) +1->Emitted(78, 9) Source(32, 69) + SourceIndex(3) +2 >Emitted(78, 25) Source(32, 70) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -4636,10 +4639,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(78, 5) Source(32, 69) + SourceIndex(3) -2 >Emitted(78, 6) Source(32, 70) + SourceIndex(3) -3 >Emitted(78, 6) Source(32, 45) + SourceIndex(3) -4 >Emitted(78, 10) Source(32, 70) + SourceIndex(3) +1 >Emitted(79, 5) Source(32, 69) + SourceIndex(3) +2 >Emitted(79, 6) Source(32, 70) + SourceIndex(3) +3 >Emitted(79, 6) Source(32, 45) + SourceIndex(3) +4 >Emitted(79, 10) Source(32, 70) + SourceIndex(3) --- >>> internalNamespace.someClass = someClass; 1->^^^^ @@ -4651,10 +4654,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(79, 5) Source(32, 58) + SourceIndex(3) -2 >Emitted(79, 32) Source(32, 67) + SourceIndex(3) -3 >Emitted(79, 44) Source(32, 70) + SourceIndex(3) -4 >Emitted(79, 45) Source(32, 70) + SourceIndex(3) +1->Emitted(80, 5) Source(32, 58) + SourceIndex(3) +2 >Emitted(80, 32) Source(32, 67) + SourceIndex(3) +3 >Emitted(80, 44) Source(32, 70) + SourceIndex(3) +4 >Emitted(80, 45) Source(32, 70) + SourceIndex(3) --- >>>})(internalNamespace || (internalNamespace = {})); 1-> @@ -4671,13 +4674,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalNamespace 7 > { export class someClass {} } -1->Emitted(80, 1) Source(32, 71) + SourceIndex(3) -2 >Emitted(80, 2) Source(32, 72) + SourceIndex(3) -3 >Emitted(80, 4) Source(32, 25) + SourceIndex(3) -4 >Emitted(80, 21) Source(32, 42) + SourceIndex(3) -5 >Emitted(80, 26) Source(32, 25) + SourceIndex(3) -6 >Emitted(80, 43) Source(32, 42) + SourceIndex(3) -7 >Emitted(80, 51) Source(32, 72) + SourceIndex(3) +1->Emitted(81, 1) Source(32, 71) + SourceIndex(3) +2 >Emitted(81, 2) Source(32, 72) + SourceIndex(3) +3 >Emitted(81, 4) Source(32, 25) + SourceIndex(3) +4 >Emitted(81, 21) Source(32, 42) + SourceIndex(3) +5 >Emitted(81, 26) Source(32, 25) + SourceIndex(3) +6 >Emitted(81, 43) Source(32, 42) + SourceIndex(3) +7 >Emitted(81, 51) Source(32, 72) + SourceIndex(3) --- >>>/*@internal*/ var internalOther; 1 > @@ -4693,12 +4696,12 @@ sourceFile:../../../second/second_part1.ts 4 > namespace 5 > internalOther 6 > .something { export class someClass {} } -1 >Emitted(81, 1) Source(33, 1) + SourceIndex(3) -2 >Emitted(81, 14) Source(33, 14) + SourceIndex(3) -3 >Emitted(81, 15) Source(33, 15) + SourceIndex(3) -4 >Emitted(81, 19) Source(33, 25) + SourceIndex(3) -5 >Emitted(81, 32) Source(33, 38) + SourceIndex(3) -6 >Emitted(81, 33) Source(33, 78) + SourceIndex(3) +1 >Emitted(82, 1) Source(33, 1) + SourceIndex(3) +2 >Emitted(82, 14) Source(33, 14) + SourceIndex(3) +3 >Emitted(82, 15) Source(33, 15) + SourceIndex(3) +4 >Emitted(82, 19) Source(33, 25) + SourceIndex(3) +5 >Emitted(82, 32) Source(33, 38) + SourceIndex(3) +6 >Emitted(82, 33) Source(33, 78) + SourceIndex(3) --- >>>(function (internalOther) { 1 > @@ -4707,9 +4710,9 @@ sourceFile:../../../second/second_part1.ts 1 > 2 >namespace 3 > internalOther -1 >Emitted(82, 1) Source(33, 15) + SourceIndex(3) -2 >Emitted(82, 12) Source(33, 25) + SourceIndex(3) -3 >Emitted(82, 25) Source(33, 38) + SourceIndex(3) +1 >Emitted(83, 1) Source(33, 15) + SourceIndex(3) +2 >Emitted(83, 12) Source(33, 25) + SourceIndex(3) +3 >Emitted(83, 25) Source(33, 38) + SourceIndex(3) --- >>> var something; 1 >^^^^ @@ -4721,10 +4724,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(83, 5) Source(33, 39) + SourceIndex(3) -2 >Emitted(83, 9) Source(33, 39) + SourceIndex(3) -3 >Emitted(83, 18) Source(33, 48) + SourceIndex(3) -4 >Emitted(83, 19) Source(33, 78) + SourceIndex(3) +1 >Emitted(84, 5) Source(33, 39) + SourceIndex(3) +2 >Emitted(84, 9) Source(33, 39) + SourceIndex(3) +3 >Emitted(84, 18) Source(33, 48) + SourceIndex(3) +4 >Emitted(84, 19) Source(33, 78) + SourceIndex(3) --- >>> (function (something) { 1->^^^^ @@ -4734,21 +4737,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(84, 5) Source(33, 39) + SourceIndex(3) -2 >Emitted(84, 16) Source(33, 39) + SourceIndex(3) -3 >Emitted(84, 25) Source(33, 48) + SourceIndex(3) +1->Emitted(85, 5) Source(33, 39) + SourceIndex(3) +2 >Emitted(85, 16) Source(33, 39) + SourceIndex(3) +3 >Emitted(85, 25) Source(33, 48) + SourceIndex(3) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(85, 9) Source(33, 51) + SourceIndex(3) +1->Emitted(86, 9) Source(33, 51) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(86, 13) Source(33, 51) + SourceIndex(3) +1->Emitted(87, 13) Source(33, 51) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -4756,16 +4759,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(87, 13) Source(33, 75) + SourceIndex(3) -2 >Emitted(87, 14) Source(33, 76) + SourceIndex(3) +1->Emitted(88, 13) Source(33, 75) + SourceIndex(3) +2 >Emitted(88, 14) Source(33, 76) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(88, 13) Source(33, 75) + SourceIndex(3) -2 >Emitted(88, 29) Source(33, 76) + SourceIndex(3) +1->Emitted(89, 13) Source(33, 75) + SourceIndex(3) +2 >Emitted(89, 29) Source(33, 76) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -4777,10 +4780,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(89, 9) Source(33, 75) + SourceIndex(3) -2 >Emitted(89, 10) Source(33, 76) + SourceIndex(3) -3 >Emitted(89, 10) Source(33, 51) + SourceIndex(3) -4 >Emitted(89, 14) Source(33, 76) + SourceIndex(3) +1 >Emitted(90, 9) Source(33, 75) + SourceIndex(3) +2 >Emitted(90, 10) Source(33, 76) + SourceIndex(3) +3 >Emitted(90, 10) Source(33, 51) + SourceIndex(3) +4 >Emitted(90, 14) Source(33, 76) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^ @@ -4792,10 +4795,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(90, 9) Source(33, 64) + SourceIndex(3) -2 >Emitted(90, 28) Source(33, 73) + SourceIndex(3) -3 >Emitted(90, 40) Source(33, 76) + SourceIndex(3) -4 >Emitted(90, 41) Source(33, 76) + SourceIndex(3) +1->Emitted(91, 9) Source(33, 64) + SourceIndex(3) +2 >Emitted(91, 28) Source(33, 73) + SourceIndex(3) +3 >Emitted(91, 40) Source(33, 76) + SourceIndex(3) +4 >Emitted(91, 41) Source(33, 76) + SourceIndex(3) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^ @@ -4816,15 +4819,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(91, 5) Source(33, 77) + SourceIndex(3) -2 >Emitted(91, 6) Source(33, 78) + SourceIndex(3) -3 >Emitted(91, 8) Source(33, 39) + SourceIndex(3) -4 >Emitted(91, 17) Source(33, 48) + SourceIndex(3) -5 >Emitted(91, 20) Source(33, 39) + SourceIndex(3) -6 >Emitted(91, 43) Source(33, 48) + SourceIndex(3) -7 >Emitted(91, 48) Source(33, 39) + SourceIndex(3) -8 >Emitted(91, 71) Source(33, 48) + SourceIndex(3) -9 >Emitted(91, 79) Source(33, 78) + SourceIndex(3) +1->Emitted(92, 5) Source(33, 77) + SourceIndex(3) +2 >Emitted(92, 6) Source(33, 78) + SourceIndex(3) +3 >Emitted(92, 8) Source(33, 39) + SourceIndex(3) +4 >Emitted(92, 17) Source(33, 48) + SourceIndex(3) +5 >Emitted(92, 20) Source(33, 39) + SourceIndex(3) +6 >Emitted(92, 43) Source(33, 48) + SourceIndex(3) +7 >Emitted(92, 48) Source(33, 39) + SourceIndex(3) +8 >Emitted(92, 71) Source(33, 48) + SourceIndex(3) +9 >Emitted(92, 79) Source(33, 78) + SourceIndex(3) --- >>>})(internalOther || (internalOther = {})); 1 > @@ -4842,13 +4845,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalOther 7 > .something { export class someClass {} } -1 >Emitted(92, 1) Source(33, 77) + SourceIndex(3) -2 >Emitted(92, 2) Source(33, 78) + SourceIndex(3) -3 >Emitted(92, 4) Source(33, 25) + SourceIndex(3) -4 >Emitted(92, 17) Source(33, 38) + SourceIndex(3) -5 >Emitted(92, 22) Source(33, 25) + SourceIndex(3) -6 >Emitted(92, 35) Source(33, 38) + SourceIndex(3) -7 >Emitted(92, 43) Source(33, 78) + SourceIndex(3) +1 >Emitted(93, 1) Source(33, 77) + SourceIndex(3) +2 >Emitted(93, 2) Source(33, 78) + SourceIndex(3) +3 >Emitted(93, 4) Source(33, 25) + SourceIndex(3) +4 >Emitted(93, 17) Source(33, 38) + SourceIndex(3) +5 >Emitted(93, 22) Source(33, 25) + SourceIndex(3) +6 >Emitted(93, 35) Source(33, 38) + SourceIndex(3) +7 >Emitted(93, 43) Source(33, 78) + SourceIndex(3) --- >>>/*@internal*/ var internalImport = internalNamespace.someClass; 1-> @@ -4872,16 +4875,16 @@ sourceFile:../../../second/second_part1.ts 8 > . 9 > someClass 10> ; -1->Emitted(93, 1) Source(34, 1) + SourceIndex(3) -2 >Emitted(93, 14) Source(34, 14) + SourceIndex(3) -3 >Emitted(93, 15) Source(34, 15) + SourceIndex(3) -4 >Emitted(93, 19) Source(34, 22) + SourceIndex(3) -5 >Emitted(93, 33) Source(34, 36) + SourceIndex(3) -6 >Emitted(93, 36) Source(34, 39) + SourceIndex(3) -7 >Emitted(93, 53) Source(34, 56) + SourceIndex(3) -8 >Emitted(93, 54) Source(34, 57) + SourceIndex(3) -9 >Emitted(93, 63) Source(34, 66) + SourceIndex(3) -10>Emitted(93, 64) Source(34, 67) + SourceIndex(3) +1->Emitted(94, 1) Source(34, 1) + SourceIndex(3) +2 >Emitted(94, 14) Source(34, 14) + SourceIndex(3) +3 >Emitted(94, 15) Source(34, 15) + SourceIndex(3) +4 >Emitted(94, 19) Source(34, 22) + SourceIndex(3) +5 >Emitted(94, 33) Source(34, 36) + SourceIndex(3) +6 >Emitted(94, 36) Source(34, 39) + SourceIndex(3) +7 >Emitted(94, 53) Source(34, 56) + SourceIndex(3) +8 >Emitted(94, 54) Source(34, 57) + SourceIndex(3) +9 >Emitted(94, 63) Source(34, 66) + SourceIndex(3) +10>Emitted(94, 64) Source(34, 67) + SourceIndex(3) --- >>>/*@internal*/ var internalConst = 10; 1 > @@ -4902,14 +4905,14 @@ sourceFile:../../../second/second_part1.ts 6 > = 7 > 10 8 > ; -1 >Emitted(94, 1) Source(36, 1) + SourceIndex(3) -2 >Emitted(94, 14) Source(36, 14) + SourceIndex(3) -3 >Emitted(94, 15) Source(36, 15) + SourceIndex(3) -4 >Emitted(94, 19) Source(36, 21) + SourceIndex(3) -5 >Emitted(94, 32) Source(36, 34) + SourceIndex(3) -6 >Emitted(94, 35) Source(36, 37) + SourceIndex(3) -7 >Emitted(94, 37) Source(36, 39) + SourceIndex(3) -8 >Emitted(94, 38) Source(36, 40) + SourceIndex(3) +1 >Emitted(95, 1) Source(36, 1) + SourceIndex(3) +2 >Emitted(95, 14) Source(36, 14) + SourceIndex(3) +3 >Emitted(95, 15) Source(36, 15) + SourceIndex(3) +4 >Emitted(95, 19) Source(36, 21) + SourceIndex(3) +5 >Emitted(95, 32) Source(36, 34) + SourceIndex(3) +6 >Emitted(95, 35) Source(36, 37) + SourceIndex(3) +7 >Emitted(95, 37) Source(36, 39) + SourceIndex(3) +8 >Emitted(95, 38) Source(36, 40) + SourceIndex(3) --- >>>/*@internal*/ var internalEnum; 1 > @@ -4923,11 +4926,11 @@ sourceFile:../../../second/second_part1.ts 3 > 4 > enum 5 > internalEnum { a, b, c } -1 >Emitted(95, 1) Source(37, 1) + SourceIndex(3) -2 >Emitted(95, 14) Source(37, 14) + SourceIndex(3) -3 >Emitted(95, 15) Source(37, 15) + SourceIndex(3) -4 >Emitted(95, 19) Source(37, 20) + SourceIndex(3) -5 >Emitted(95, 31) Source(37, 44) + SourceIndex(3) +1 >Emitted(96, 1) Source(37, 1) + SourceIndex(3) +2 >Emitted(96, 14) Source(37, 14) + SourceIndex(3) +3 >Emitted(96, 15) Source(37, 15) + SourceIndex(3) +4 >Emitted(96, 19) Source(37, 20) + SourceIndex(3) +5 >Emitted(96, 31) Source(37, 44) + SourceIndex(3) --- >>>(function (internalEnum) { 1 > @@ -4937,9 +4940,9 @@ sourceFile:../../../second/second_part1.ts 1 > 2 >enum 3 > internalEnum -1 >Emitted(96, 1) Source(37, 15) + SourceIndex(3) -2 >Emitted(96, 12) Source(37, 20) + SourceIndex(3) -3 >Emitted(96, 24) Source(37, 32) + SourceIndex(3) +1 >Emitted(97, 1) Source(37, 15) + SourceIndex(3) +2 >Emitted(97, 12) Source(37, 20) + SourceIndex(3) +3 >Emitted(97, 24) Source(37, 32) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^ @@ -4949,9 +4952,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(97, 5) Source(37, 35) + SourceIndex(3) -2 >Emitted(97, 46) Source(37, 36) + SourceIndex(3) -3 >Emitted(97, 47) Source(37, 36) + SourceIndex(3) +1->Emitted(98, 5) Source(37, 35) + SourceIndex(3) +2 >Emitted(98, 46) Source(37, 36) + SourceIndex(3) +3 >Emitted(98, 47) Source(37, 36) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^ @@ -4961,9 +4964,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(98, 5) Source(37, 38) + SourceIndex(3) -2 >Emitted(98, 46) Source(37, 39) + SourceIndex(3) -3 >Emitted(98, 47) Source(37, 39) + SourceIndex(3) +1->Emitted(99, 5) Source(37, 38) + SourceIndex(3) +2 >Emitted(99, 46) Source(37, 39) + SourceIndex(3) +3 >Emitted(99, 47) Source(37, 39) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^ @@ -4972,9 +4975,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(99, 5) Source(37, 41) + SourceIndex(3) -2 >Emitted(99, 46) Source(37, 42) + SourceIndex(3) -3 >Emitted(99, 47) Source(37, 42) + SourceIndex(3) +1->Emitted(100, 5) Source(37, 41) + SourceIndex(3) +2 >Emitted(100, 46) Source(37, 42) + SourceIndex(3) +3 >Emitted(100, 47) Source(37, 42) + SourceIndex(3) --- >>>})(internalEnum || (internalEnum = {})); 1 > @@ -4991,13 +4994,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalEnum 7 > { a, b, c } -1 >Emitted(100, 1) Source(37, 43) + SourceIndex(3) -2 >Emitted(100, 2) Source(37, 44) + SourceIndex(3) -3 >Emitted(100, 4) Source(37, 20) + SourceIndex(3) -4 >Emitted(100, 16) Source(37, 32) + SourceIndex(3) -5 >Emitted(100, 21) Source(37, 20) + SourceIndex(3) -6 >Emitted(100, 33) Source(37, 32) + SourceIndex(3) -7 >Emitted(100, 41) Source(37, 44) + SourceIndex(3) +1 >Emitted(101, 1) Source(37, 43) + SourceIndex(3) +2 >Emitted(101, 2) Source(37, 44) + SourceIndex(3) +3 >Emitted(101, 4) Source(37, 20) + SourceIndex(3) +4 >Emitted(101, 16) Source(37, 32) + SourceIndex(3) +5 >Emitted(101, 21) Source(37, 20) + SourceIndex(3) +6 >Emitted(101, 33) Source(37, 32) + SourceIndex(3) +7 >Emitted(101, 41) Source(37, 44) + SourceIndex(3) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -5007,13 +5010,13 @@ sourceFile:../../../second/second_part2.ts 1 > 2 >^^^^^^^^^^^^^^^^^^^-> 1 > -1 >Emitted(101, 1) Source(1, 1) + SourceIndex(4) +1 >Emitted(102, 1) Source(1, 1) + SourceIndex(4) --- >>> function C() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(102, 5) Source(1, 1) + SourceIndex(4) +1->Emitted(103, 5) Source(1, 1) + SourceIndex(4) --- >>> } 1->^^^^ @@ -5025,8 +5028,8 @@ sourceFile:../../../second/second_part2.ts > } > 2 > } -1->Emitted(103, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(103, 6) Source(5, 2) + SourceIndex(4) +1->Emitted(104, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(104, 6) Source(5, 2) + SourceIndex(4) --- >>> C.prototype.doSomething = function () { 1->^^^^ @@ -5036,9 +5039,9 @@ sourceFile:../../../second/second_part2.ts 1-> 2 > doSomething 3 > -1->Emitted(104, 5) Source(2, 5) + SourceIndex(4) -2 >Emitted(104, 28) Source(2, 16) + SourceIndex(4) -3 >Emitted(104, 31) Source(2, 5) + SourceIndex(4) +1->Emitted(105, 5) Source(2, 5) + SourceIndex(4) +2 >Emitted(105, 28) Source(2, 16) + SourceIndex(4) +3 >Emitted(105, 31) Source(2, 5) + SourceIndex(4) --- >>> console.log("something got done"); 1->^^^^^^^^ @@ -5058,14 +5061,14 @@ sourceFile:../../../second/second_part2.ts 6 > "something got done" 7 > ) 8 > ; -1->Emitted(105, 9) Source(3, 9) + SourceIndex(4) -2 >Emitted(105, 16) Source(3, 16) + SourceIndex(4) -3 >Emitted(105, 17) Source(3, 17) + SourceIndex(4) -4 >Emitted(105, 20) Source(3, 20) + SourceIndex(4) -5 >Emitted(105, 21) Source(3, 21) + SourceIndex(4) -6 >Emitted(105, 41) Source(3, 41) + SourceIndex(4) -7 >Emitted(105, 42) Source(3, 42) + SourceIndex(4) -8 >Emitted(105, 43) Source(3, 43) + SourceIndex(4) +1->Emitted(106, 9) Source(3, 9) + SourceIndex(4) +2 >Emitted(106, 16) Source(3, 16) + SourceIndex(4) +3 >Emitted(106, 17) Source(3, 17) + SourceIndex(4) +4 >Emitted(106, 20) Source(3, 20) + SourceIndex(4) +5 >Emitted(106, 21) Source(3, 21) + SourceIndex(4) +6 >Emitted(106, 41) Source(3, 41) + SourceIndex(4) +7 >Emitted(106, 42) Source(3, 42) + SourceIndex(4) +8 >Emitted(106, 43) Source(3, 43) + SourceIndex(4) --- >>> }; 1 >^^^^ @@ -5074,8 +5077,8 @@ sourceFile:../../../second/second_part2.ts 1 > > 2 > } -1 >Emitted(106, 5) Source(4, 5) + SourceIndex(4) -2 >Emitted(106, 6) Source(4, 6) + SourceIndex(4) +1 >Emitted(107, 5) Source(4, 5) + SourceIndex(4) +2 >Emitted(107, 6) Source(4, 6) + SourceIndex(4) --- >>> return C; 1->^^^^ @@ -5083,8 +5086,8 @@ sourceFile:../../../second/second_part2.ts 1-> > 2 > } -1->Emitted(107, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(107, 13) Source(5, 2) + SourceIndex(4) +1->Emitted(108, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(108, 13) Source(5, 2) + SourceIndex(4) --- >>>}()); 1 > @@ -5100,10 +5103,10 @@ sourceFile:../../../second/second_part2.ts > console.log("something got done"); > } > } -1 >Emitted(108, 1) Source(5, 1) + SourceIndex(4) -2 >Emitted(108, 2) Source(5, 2) + SourceIndex(4) -3 >Emitted(108, 2) Source(1, 1) + SourceIndex(4) -4 >Emitted(108, 6) Source(5, 2) + SourceIndex(4) +1 >Emitted(109, 1) Source(5, 1) + SourceIndex(4) +2 >Emitted(109, 2) Source(5, 2) + SourceIndex(4) +3 >Emitted(109, 2) Source(1, 1) + SourceIndex(4) +4 >Emitted(109, 6) Source(5, 2) + SourceIndex(4) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -5127,14 +5130,14 @@ sourceFile:../../third_part1.ts 6 > C 7 > () 8 > ; -1->Emitted(109, 1) Source(1, 1) + SourceIndex(5) -2 >Emitted(109, 5) Source(1, 5) + SourceIndex(5) -3 >Emitted(109, 6) Source(1, 6) + SourceIndex(5) -4 >Emitted(109, 9) Source(1, 9) + SourceIndex(5) -5 >Emitted(109, 13) Source(1, 13) + SourceIndex(5) -6 >Emitted(109, 14) Source(1, 14) + SourceIndex(5) -7 >Emitted(109, 16) Source(1, 16) + SourceIndex(5) -8 >Emitted(109, 17) Source(1, 17) + SourceIndex(5) +1->Emitted(110, 1) Source(1, 1) + SourceIndex(5) +2 >Emitted(110, 5) Source(1, 5) + SourceIndex(5) +3 >Emitted(110, 6) Source(1, 6) + SourceIndex(5) +4 >Emitted(110, 9) Source(1, 9) + SourceIndex(5) +5 >Emitted(110, 13) Source(1, 13) + SourceIndex(5) +6 >Emitted(110, 14) Source(1, 14) + SourceIndex(5) +7 >Emitted(110, 16) Source(1, 16) + SourceIndex(5) +8 >Emitted(110, 17) Source(1, 17) + SourceIndex(5) --- >>>c.doSomething(); 1-> @@ -5151,12 +5154,12 @@ sourceFile:../../third_part1.ts 4 > doSomething 5 > () 6 > ; -1->Emitted(110, 1) Source(2, 1) + SourceIndex(5) -2 >Emitted(110, 2) Source(2, 2) + SourceIndex(5) -3 >Emitted(110, 3) Source(2, 3) + SourceIndex(5) -4 >Emitted(110, 14) Source(2, 14) + SourceIndex(5) -5 >Emitted(110, 16) Source(2, 16) + SourceIndex(5) -6 >Emitted(110, 17) Source(2, 17) + SourceIndex(5) +1->Emitted(111, 1) Source(2, 1) + SourceIndex(5) +2 >Emitted(111, 2) Source(2, 2) + SourceIndex(5) +3 >Emitted(111, 3) Source(2, 3) + SourceIndex(5) +4 >Emitted(111, 14) Source(2, 14) + SourceIndex(5) +5 >Emitted(111, 16) Source(2, 16) + SourceIndex(5) +6 >Emitted(111, 17) Source(2, 17) + SourceIndex(5) --- >>>//# sourceMappingURL=third-output.js.map @@ -5171,20 +5174,20 @@ sourceFile:../../third_part1.ts "sections": [ { "pos": 0, - "end": 3526, + "end": 3544, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 0, - "end": 3526, + "end": 3544, "kind": "text" } ] }, { - "pos": 3526, - "end": 3562, + "pos": 3544, + "end": 3580, "kind": "text" } ] @@ -5219,9 +5222,9 @@ sourceFile:../../third_part1.ts ====================================================================== File:: /src/third/thirdjs/output/third-output.js ---------------------------------------------------------------------- -prepend: (0-3526):: ../../../2/second-output.js texts:: 1 +prepend: (0-3544):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (0-3526) +text: (0-3544) var s = "Hello, world"; console.log(s); console.log(f()); @@ -5238,8 +5241,9 @@ var N; var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - /*@internal*/ normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + /*@internal*/ proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: true, @@ -5332,7 +5336,7 @@ var C = /** @class */ (function () { }()); ---------------------------------------------------------------------- -text: (3526-3562) +text: (3544-3580) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-with-comments-emit-enabled.js b/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-with-comments-emit-enabled.js index fb04c867b4ebe..bd848dcaee8ff 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-with-comments-emit-enabled.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-with-comments-emit-enabled.js @@ -975,49 +975,50 @@ sourceFile:../../../second/second_part1.ts >>> } 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >constructor() { 2 > } 1 >Emitted(16, 5) Source(14, 35) + SourceIndex(3) 2 >Emitted(16, 6) Source(14, 36) + SourceIndex(3) --- ->>> /*@internal*/ normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> /*@internal*/ proto_1.method = function () { }; 1->^^^^ 2 > ^^^^^^^^^^^^^ 3 > ^ -4 > ^^^^^^^^^^^^^^^^^^^^^^^^ -5 > ^^^ -6 > ^^^^^^^^^^^^^^ -7 > ^ +4 > ^^^^^^^^^^^^^^ +5 > ^^^ +6 > ^^^^^^^^^^^^^^ +7 > ^ 1-> > /*@internal*/ prop: string; > 2 > /*@internal*/ 3 > 4 > method -5 > -6 > method() { -7 > } -1->Emitted(17, 5) Source(16, 5) + SourceIndex(3) -2 >Emitted(17, 18) Source(16, 18) + SourceIndex(3) -3 >Emitted(17, 19) Source(16, 19) + SourceIndex(3) -4 >Emitted(17, 43) Source(16, 25) + SourceIndex(3) -5 >Emitted(17, 46) Source(16, 19) + SourceIndex(3) -6 >Emitted(17, 60) Source(16, 30) + SourceIndex(3) -7 >Emitted(17, 61) Source(16, 31) + SourceIndex(3) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +5 > +6 > method() { +7 > } +1->Emitted(18, 5) Source(16, 5) + SourceIndex(3) +2 >Emitted(18, 18) Source(16, 18) + SourceIndex(3) +3 >Emitted(18, 19) Source(16, 19) + SourceIndex(3) +4 >Emitted(18, 33) Source(16, 25) + SourceIndex(3) +5 >Emitted(18, 36) Source(16, 19) + SourceIndex(3) +6 >Emitted(18, 50) Source(16, 30) + SourceIndex(3) +7 >Emitted(18, 51) Source(16, 31) + SourceIndex(3) +--- +>>> Object.defineProperty(proto_1, "c", { 1 >^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ -4 > ^^^^^^^-> +3 > ^^^^^^^^^^^^ +4 > ^^^^^^^^^^^^^^^^^-> 1 > > /*@internal*/ 2 > get 3 > c -1 >Emitted(18, 5) Source(17, 19) + SourceIndex(3) -2 >Emitted(18, 27) Source(17, 23) + SourceIndex(3) -3 >Emitted(18, 49) Source(17, 24) + SourceIndex(3) +1 >Emitted(19, 5) Source(17, 19) + SourceIndex(3) +2 >Emitted(19, 27) Source(17, 23) + SourceIndex(3) +3 >Emitted(19, 39) Source(17, 24) + SourceIndex(3) --- >>> /*@internal*/ get: function () { return 10; }, 1->^^^^^^^^ @@ -1038,15 +1039,15 @@ sourceFile:../../../second/second_part1.ts 7 > ; 8 > 9 > } -1->Emitted(19, 9) Source(17, 5) + SourceIndex(3) -2 >Emitted(19, 22) Source(17, 18) + SourceIndex(3) -3 >Emitted(19, 28) Source(17, 19) + SourceIndex(3) -4 >Emitted(19, 42) Source(17, 29) + SourceIndex(3) -5 >Emitted(19, 49) Source(17, 36) + SourceIndex(3) -6 >Emitted(19, 51) Source(17, 38) + SourceIndex(3) -7 >Emitted(19, 52) Source(17, 39) + SourceIndex(3) -8 >Emitted(19, 53) Source(17, 40) + SourceIndex(3) -9 >Emitted(19, 54) Source(17, 41) + SourceIndex(3) +1->Emitted(20, 9) Source(17, 5) + SourceIndex(3) +2 >Emitted(20, 22) Source(17, 18) + SourceIndex(3) +3 >Emitted(20, 28) Source(17, 19) + SourceIndex(3) +4 >Emitted(20, 42) Source(17, 29) + SourceIndex(3) +5 >Emitted(20, 49) Source(17, 36) + SourceIndex(3) +6 >Emitted(20, 51) Source(17, 38) + SourceIndex(3) +7 >Emitted(20, 52) Source(17, 39) + SourceIndex(3) +8 >Emitted(20, 53) Source(17, 40) + SourceIndex(3) +9 >Emitted(20, 54) Source(17, 41) + SourceIndex(3) --- >>> /*@internal*/ set: function (val) { }, 1 >^^^^^^^^ @@ -1064,13 +1065,13 @@ sourceFile:../../../second/second_part1.ts 5 > val: number 6 > ) { 7 > } -1 >Emitted(20, 9) Source(18, 5) + SourceIndex(3) -2 >Emitted(20, 22) Source(18, 18) + SourceIndex(3) -3 >Emitted(20, 28) Source(18, 19) + SourceIndex(3) -4 >Emitted(20, 38) Source(18, 25) + SourceIndex(3) -5 >Emitted(20, 41) Source(18, 36) + SourceIndex(3) -6 >Emitted(20, 45) Source(18, 40) + SourceIndex(3) -7 >Emitted(20, 46) Source(18, 41) + SourceIndex(3) +1 >Emitted(21, 9) Source(18, 5) + SourceIndex(3) +2 >Emitted(21, 22) Source(18, 18) + SourceIndex(3) +3 >Emitted(21, 28) Source(18, 19) + SourceIndex(3) +4 >Emitted(21, 38) Source(18, 25) + SourceIndex(3) +5 >Emitted(21, 41) Source(18, 36) + SourceIndex(3) +6 >Emitted(21, 45) Source(18, 40) + SourceIndex(3) +7 >Emitted(21, 46) Source(18, 41) + SourceIndex(3) --- >>> enumerable: true, >>> configurable: true @@ -1078,7 +1079,7 @@ sourceFile:../../../second/second_part1.ts 1 >^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(23, 8) Source(17, 41) + SourceIndex(3) +1 >Emitted(24, 8) Source(17, 41) + SourceIndex(3) --- >>> return normalC; 1->^^^^ @@ -1087,8 +1088,8 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ set c(val: number) { } > 2 > } -1->Emitted(24, 5) Source(19, 1) + SourceIndex(3) -2 >Emitted(24, 19) Source(19, 2) + SourceIndex(3) +1->Emitted(25, 5) Source(19, 1) + SourceIndex(3) +2 >Emitted(25, 19) Source(19, 2) + SourceIndex(3) --- >>>}()); 1 > @@ -1106,10 +1107,10 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ get c() { return 10; } > /*@internal*/ set c(val: number) { } > } -1 >Emitted(25, 1) Source(19, 1) + SourceIndex(3) -2 >Emitted(25, 2) Source(19, 2) + SourceIndex(3) -3 >Emitted(25, 2) Source(13, 1) + SourceIndex(3) -4 >Emitted(25, 6) Source(19, 2) + SourceIndex(3) +1 >Emitted(26, 1) Source(19, 1) + SourceIndex(3) +2 >Emitted(26, 2) Source(19, 2) + SourceIndex(3) +3 >Emitted(26, 2) Source(13, 1) + SourceIndex(3) +4 >Emitted(26, 6) Source(19, 2) + SourceIndex(3) --- >>>var normalN; 1-> @@ -1131,10 +1132,10 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1->Emitted(26, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(26, 5) Source(20, 11) + SourceIndex(3) -3 >Emitted(26, 12) Source(20, 18) + SourceIndex(3) -4 >Emitted(26, 13) Source(29, 2) + SourceIndex(3) +1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(27, 5) Source(20, 11) + SourceIndex(3) +3 >Emitted(27, 12) Source(20, 18) + SourceIndex(3) +4 >Emitted(27, 13) Source(29, 2) + SourceIndex(3) --- >>>(function (normalN) { 1-> @@ -1144,9 +1145,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > normalN -1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(27, 12) Source(20, 11) + SourceIndex(3) -3 >Emitted(27, 19) Source(20, 18) + SourceIndex(3) +1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(28, 12) Source(20, 11) + SourceIndex(3) +3 >Emitted(28, 19) Source(20, 18) + SourceIndex(3) --- >>> /*@internal*/ var C = /** @class */ (function () { 1->^^^^ @@ -1157,15 +1158,15 @@ sourceFile:../../../second/second_part1.ts > 2 > /*@internal*/ 3 > -1->Emitted(28, 5) Source(21, 5) + SourceIndex(3) -2 >Emitted(28, 18) Source(21, 18) + SourceIndex(3) -3 >Emitted(28, 19) Source(21, 19) + SourceIndex(3) +1->Emitted(29, 5) Source(21, 5) + SourceIndex(3) +2 >Emitted(29, 18) Source(21, 18) + SourceIndex(3) +3 >Emitted(29, 19) Source(21, 19) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(29, 9) Source(21, 19) + SourceIndex(3) +1->Emitted(30, 9) Source(21, 19) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -1173,16 +1174,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(30, 9) Source(21, 36) + SourceIndex(3) -2 >Emitted(30, 10) Source(21, 37) + SourceIndex(3) +1->Emitted(31, 9) Source(21, 36) + SourceIndex(3) +2 >Emitted(31, 10) Source(21, 37) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(31, 9) Source(21, 36) + SourceIndex(3) -2 >Emitted(31, 17) Source(21, 37) + SourceIndex(3) +1->Emitted(32, 9) Source(21, 36) + SourceIndex(3) +2 >Emitted(32, 17) Source(21, 37) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -1194,10 +1195,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(32, 5) Source(21, 36) + SourceIndex(3) -2 >Emitted(32, 6) Source(21, 37) + SourceIndex(3) -3 >Emitted(32, 6) Source(21, 19) + SourceIndex(3) -4 >Emitted(32, 10) Source(21, 37) + SourceIndex(3) +1 >Emitted(33, 5) Source(21, 36) + SourceIndex(3) +2 >Emitted(33, 6) Source(21, 37) + SourceIndex(3) +3 >Emitted(33, 6) Source(21, 19) + SourceIndex(3) +4 >Emitted(33, 10) Source(21, 37) + SourceIndex(3) --- >>> normalN.C = C; 1->^^^^ @@ -1209,10 +1210,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > { } 4 > -1->Emitted(33, 5) Source(21, 32) + SourceIndex(3) -2 >Emitted(33, 14) Source(21, 33) + SourceIndex(3) -3 >Emitted(33, 18) Source(21, 37) + SourceIndex(3) -4 >Emitted(33, 19) Source(21, 37) + SourceIndex(3) +1->Emitted(34, 5) Source(21, 32) + SourceIndex(3) +2 >Emitted(34, 14) Source(21, 33) + SourceIndex(3) +3 >Emitted(34, 18) Source(21, 37) + SourceIndex(3) +4 >Emitted(34, 19) Source(21, 37) + SourceIndex(3) --- >>> /*@internal*/ function foo() { } 1->^^^^ @@ -1230,13 +1231,13 @@ sourceFile:../../../second/second_part1.ts 5 > foo 6 > () { 7 > } -1->Emitted(34, 5) Source(22, 5) + SourceIndex(3) -2 >Emitted(34, 18) Source(22, 18) + SourceIndex(3) -3 >Emitted(34, 19) Source(22, 19) + SourceIndex(3) -4 >Emitted(34, 28) Source(22, 35) + SourceIndex(3) -5 >Emitted(34, 31) Source(22, 38) + SourceIndex(3) -6 >Emitted(34, 36) Source(22, 42) + SourceIndex(3) -7 >Emitted(34, 37) Source(22, 43) + SourceIndex(3) +1->Emitted(35, 5) Source(22, 5) + SourceIndex(3) +2 >Emitted(35, 18) Source(22, 18) + SourceIndex(3) +3 >Emitted(35, 19) Source(22, 19) + SourceIndex(3) +4 >Emitted(35, 28) Source(22, 35) + SourceIndex(3) +5 >Emitted(35, 31) Source(22, 38) + SourceIndex(3) +6 >Emitted(35, 36) Source(22, 42) + SourceIndex(3) +7 >Emitted(35, 37) Source(22, 43) + SourceIndex(3) --- >>> normalN.foo = foo; 1 >^^^^ @@ -1248,10 +1249,10 @@ sourceFile:../../../second/second_part1.ts 2 > foo 3 > () {} 4 > -1 >Emitted(35, 5) Source(22, 35) + SourceIndex(3) -2 >Emitted(35, 16) Source(22, 38) + SourceIndex(3) -3 >Emitted(35, 22) Source(22, 43) + SourceIndex(3) -4 >Emitted(35, 23) Source(22, 43) + SourceIndex(3) +1 >Emitted(36, 5) Source(22, 35) + SourceIndex(3) +2 >Emitted(36, 16) Source(22, 38) + SourceIndex(3) +3 >Emitted(36, 22) Source(22, 43) + SourceIndex(3) +4 >Emitted(36, 23) Source(22, 43) + SourceIndex(3) --- >>> /*@internal*/ var someNamespace; 1->^^^^ @@ -1267,12 +1268,12 @@ sourceFile:../../../second/second_part1.ts 4 > export namespace 5 > someNamespace 6 > { export class C {} } -1->Emitted(36, 5) Source(23, 5) + SourceIndex(3) -2 >Emitted(36, 18) Source(23, 18) + SourceIndex(3) -3 >Emitted(36, 19) Source(23, 19) + SourceIndex(3) -4 >Emitted(36, 23) Source(23, 36) + SourceIndex(3) -5 >Emitted(36, 36) Source(23, 49) + SourceIndex(3) -6 >Emitted(36, 37) Source(23, 71) + SourceIndex(3) +1->Emitted(37, 5) Source(23, 5) + SourceIndex(3) +2 >Emitted(37, 18) Source(23, 18) + SourceIndex(3) +3 >Emitted(37, 19) Source(23, 19) + SourceIndex(3) +4 >Emitted(37, 23) Source(23, 36) + SourceIndex(3) +5 >Emitted(37, 36) Source(23, 49) + SourceIndex(3) +6 >Emitted(37, 37) Source(23, 71) + SourceIndex(3) --- >>> (function (someNamespace) { 1 >^^^^ @@ -1282,21 +1283,21 @@ sourceFile:../../../second/second_part1.ts 1 > 2 > export namespace 3 > someNamespace -1 >Emitted(37, 5) Source(23, 19) + SourceIndex(3) -2 >Emitted(37, 16) Source(23, 36) + SourceIndex(3) -3 >Emitted(37, 29) Source(23, 49) + SourceIndex(3) +1 >Emitted(38, 5) Source(23, 19) + SourceIndex(3) +2 >Emitted(38, 16) Source(23, 36) + SourceIndex(3) +3 >Emitted(38, 29) Source(23, 49) + SourceIndex(3) --- >>> var C = /** @class */ (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(38, 9) Source(23, 52) + SourceIndex(3) +1->Emitted(39, 9) Source(23, 52) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(39, 13) Source(23, 52) + SourceIndex(3) +1->Emitted(40, 13) Source(23, 52) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -1304,16 +1305,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(40, 13) Source(23, 68) + SourceIndex(3) -2 >Emitted(40, 14) Source(23, 69) + SourceIndex(3) +1->Emitted(41, 13) Source(23, 68) + SourceIndex(3) +2 >Emitted(41, 14) Source(23, 69) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(41, 13) Source(23, 68) + SourceIndex(3) -2 >Emitted(41, 21) Source(23, 69) + SourceIndex(3) +1->Emitted(42, 13) Source(23, 68) + SourceIndex(3) +2 >Emitted(42, 21) Source(23, 69) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -1325,10 +1326,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(42, 9) Source(23, 68) + SourceIndex(3) -2 >Emitted(42, 10) Source(23, 69) + SourceIndex(3) -3 >Emitted(42, 10) Source(23, 52) + SourceIndex(3) -4 >Emitted(42, 14) Source(23, 69) + SourceIndex(3) +1 >Emitted(43, 9) Source(23, 68) + SourceIndex(3) +2 >Emitted(43, 10) Source(23, 69) + SourceIndex(3) +3 >Emitted(43, 10) Source(23, 52) + SourceIndex(3) +4 >Emitted(43, 14) Source(23, 69) + SourceIndex(3) --- >>> someNamespace.C = C; 1->^^^^^^^^ @@ -1340,10 +1341,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > {} 4 > -1->Emitted(43, 9) Source(23, 65) + SourceIndex(3) -2 >Emitted(43, 24) Source(23, 66) + SourceIndex(3) -3 >Emitted(43, 28) Source(23, 69) + SourceIndex(3) -4 >Emitted(43, 29) Source(23, 69) + SourceIndex(3) +1->Emitted(44, 9) Source(23, 65) + SourceIndex(3) +2 >Emitted(44, 24) Source(23, 66) + SourceIndex(3) +3 >Emitted(44, 28) Source(23, 69) + SourceIndex(3) +4 >Emitted(44, 29) Source(23, 69) + SourceIndex(3) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^ @@ -1364,15 +1365,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(44, 5) Source(23, 70) + SourceIndex(3) -2 >Emitted(44, 6) Source(23, 71) + SourceIndex(3) -3 >Emitted(44, 8) Source(23, 36) + SourceIndex(3) -4 >Emitted(44, 21) Source(23, 49) + SourceIndex(3) -5 >Emitted(44, 24) Source(23, 36) + SourceIndex(3) -6 >Emitted(44, 45) Source(23, 49) + SourceIndex(3) -7 >Emitted(44, 50) Source(23, 36) + SourceIndex(3) -8 >Emitted(44, 71) Source(23, 49) + SourceIndex(3) -9 >Emitted(44, 79) Source(23, 71) + SourceIndex(3) +1->Emitted(45, 5) Source(23, 70) + SourceIndex(3) +2 >Emitted(45, 6) Source(23, 71) + SourceIndex(3) +3 >Emitted(45, 8) Source(23, 36) + SourceIndex(3) +4 >Emitted(45, 21) Source(23, 49) + SourceIndex(3) +5 >Emitted(45, 24) Source(23, 36) + SourceIndex(3) +6 >Emitted(45, 45) Source(23, 49) + SourceIndex(3) +7 >Emitted(45, 50) Source(23, 36) + SourceIndex(3) +8 >Emitted(45, 71) Source(23, 49) + SourceIndex(3) +9 >Emitted(45, 79) Source(23, 71) + SourceIndex(3) --- >>> /*@internal*/ var someOther; 1 >^^^^ @@ -1388,12 +1389,12 @@ sourceFile:../../../second/second_part1.ts 4 > export namespace 5 > someOther 6 > .something { export class someClass {} } -1 >Emitted(45, 5) Source(24, 5) + SourceIndex(3) -2 >Emitted(45, 18) Source(24, 18) + SourceIndex(3) -3 >Emitted(45, 19) Source(24, 19) + SourceIndex(3) -4 >Emitted(45, 23) Source(24, 36) + SourceIndex(3) -5 >Emitted(45, 32) Source(24, 45) + SourceIndex(3) -6 >Emitted(45, 33) Source(24, 85) + SourceIndex(3) +1 >Emitted(46, 5) Source(24, 5) + SourceIndex(3) +2 >Emitted(46, 18) Source(24, 18) + SourceIndex(3) +3 >Emitted(46, 19) Source(24, 19) + SourceIndex(3) +4 >Emitted(46, 23) Source(24, 36) + SourceIndex(3) +5 >Emitted(46, 32) Source(24, 45) + SourceIndex(3) +6 >Emitted(46, 33) Source(24, 85) + SourceIndex(3) --- >>> (function (someOther) { 1 >^^^^ @@ -1402,9 +1403,9 @@ sourceFile:../../../second/second_part1.ts 1 > 2 > export namespace 3 > someOther -1 >Emitted(46, 5) Source(24, 19) + SourceIndex(3) -2 >Emitted(46, 16) Source(24, 36) + SourceIndex(3) -3 >Emitted(46, 25) Source(24, 45) + SourceIndex(3) +1 >Emitted(47, 5) Source(24, 19) + SourceIndex(3) +2 >Emitted(47, 16) Source(24, 36) + SourceIndex(3) +3 >Emitted(47, 25) Source(24, 45) + SourceIndex(3) --- >>> var something; 1 >^^^^^^^^ @@ -1416,10 +1417,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(47, 9) Source(24, 46) + SourceIndex(3) -2 >Emitted(47, 13) Source(24, 46) + SourceIndex(3) -3 >Emitted(47, 22) Source(24, 55) + SourceIndex(3) -4 >Emitted(47, 23) Source(24, 85) + SourceIndex(3) +1 >Emitted(48, 9) Source(24, 46) + SourceIndex(3) +2 >Emitted(48, 13) Source(24, 46) + SourceIndex(3) +3 >Emitted(48, 22) Source(24, 55) + SourceIndex(3) +4 >Emitted(48, 23) Source(24, 85) + SourceIndex(3) --- >>> (function (something) { 1->^^^^^^^^ @@ -1429,21 +1430,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(48, 9) Source(24, 46) + SourceIndex(3) -2 >Emitted(48, 20) Source(24, 46) + SourceIndex(3) -3 >Emitted(48, 29) Source(24, 55) + SourceIndex(3) +1->Emitted(49, 9) Source(24, 46) + SourceIndex(3) +2 >Emitted(49, 20) Source(24, 46) + SourceIndex(3) +3 >Emitted(49, 29) Source(24, 55) + SourceIndex(3) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(49, 13) Source(24, 58) + SourceIndex(3) +1->Emitted(50, 13) Source(24, 58) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(50, 17) Source(24, 58) + SourceIndex(3) +1->Emitted(51, 17) Source(24, 58) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -1451,16 +1452,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(51, 17) Source(24, 82) + SourceIndex(3) -2 >Emitted(51, 18) Source(24, 83) + SourceIndex(3) +1->Emitted(52, 17) Source(24, 82) + SourceIndex(3) +2 >Emitted(52, 18) Source(24, 83) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(52, 17) Source(24, 82) + SourceIndex(3) -2 >Emitted(52, 33) Source(24, 83) + SourceIndex(3) +1->Emitted(53, 17) Source(24, 82) + SourceIndex(3) +2 >Emitted(53, 33) Source(24, 83) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -1472,10 +1473,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(53, 13) Source(24, 82) + SourceIndex(3) -2 >Emitted(53, 14) Source(24, 83) + SourceIndex(3) -3 >Emitted(53, 14) Source(24, 58) + SourceIndex(3) -4 >Emitted(53, 18) Source(24, 83) + SourceIndex(3) +1 >Emitted(54, 13) Source(24, 82) + SourceIndex(3) +2 >Emitted(54, 14) Source(24, 83) + SourceIndex(3) +3 >Emitted(54, 14) Source(24, 58) + SourceIndex(3) +4 >Emitted(54, 18) Source(24, 83) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -1487,10 +1488,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(54, 13) Source(24, 71) + SourceIndex(3) -2 >Emitted(54, 32) Source(24, 80) + SourceIndex(3) -3 >Emitted(54, 44) Source(24, 83) + SourceIndex(3) -4 >Emitted(54, 45) Source(24, 83) + SourceIndex(3) +1->Emitted(55, 13) Source(24, 71) + SourceIndex(3) +2 >Emitted(55, 32) Source(24, 80) + SourceIndex(3) +3 >Emitted(55, 44) Source(24, 83) + SourceIndex(3) +4 >Emitted(55, 45) Source(24, 83) + SourceIndex(3) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^ @@ -1511,15 +1512,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(55, 9) Source(24, 84) + SourceIndex(3) -2 >Emitted(55, 10) Source(24, 85) + SourceIndex(3) -3 >Emitted(55, 12) Source(24, 46) + SourceIndex(3) -4 >Emitted(55, 21) Source(24, 55) + SourceIndex(3) -5 >Emitted(55, 24) Source(24, 46) + SourceIndex(3) -6 >Emitted(55, 43) Source(24, 55) + SourceIndex(3) -7 >Emitted(55, 48) Source(24, 46) + SourceIndex(3) -8 >Emitted(55, 67) Source(24, 55) + SourceIndex(3) -9 >Emitted(55, 75) Source(24, 85) + SourceIndex(3) +1->Emitted(56, 9) Source(24, 84) + SourceIndex(3) +2 >Emitted(56, 10) Source(24, 85) + SourceIndex(3) +3 >Emitted(56, 12) Source(24, 46) + SourceIndex(3) +4 >Emitted(56, 21) Source(24, 55) + SourceIndex(3) +5 >Emitted(56, 24) Source(24, 46) + SourceIndex(3) +6 >Emitted(56, 43) Source(24, 55) + SourceIndex(3) +7 >Emitted(56, 48) Source(24, 46) + SourceIndex(3) +8 >Emitted(56, 67) Source(24, 55) + SourceIndex(3) +9 >Emitted(56, 75) Source(24, 85) + SourceIndex(3) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^ @@ -1540,15 +1541,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(56, 5) Source(24, 84) + SourceIndex(3) -2 >Emitted(56, 6) Source(24, 85) + SourceIndex(3) -3 >Emitted(56, 8) Source(24, 36) + SourceIndex(3) -4 >Emitted(56, 17) Source(24, 45) + SourceIndex(3) -5 >Emitted(56, 20) Source(24, 36) + SourceIndex(3) -6 >Emitted(56, 37) Source(24, 45) + SourceIndex(3) -7 >Emitted(56, 42) Source(24, 36) + SourceIndex(3) -8 >Emitted(56, 59) Source(24, 45) + SourceIndex(3) -9 >Emitted(56, 67) Source(24, 85) + SourceIndex(3) +1 >Emitted(57, 5) Source(24, 84) + SourceIndex(3) +2 >Emitted(57, 6) Source(24, 85) + SourceIndex(3) +3 >Emitted(57, 8) Source(24, 36) + SourceIndex(3) +4 >Emitted(57, 17) Source(24, 45) + SourceIndex(3) +5 >Emitted(57, 20) Source(24, 36) + SourceIndex(3) +6 >Emitted(57, 37) Source(24, 45) + SourceIndex(3) +7 >Emitted(57, 42) Source(24, 36) + SourceIndex(3) +8 >Emitted(57, 59) Source(24, 45) + SourceIndex(3) +9 >Emitted(57, 67) Source(24, 85) + SourceIndex(3) --- >>> /*@internal*/ normalN.someImport = someNamespace.C; 1 >^^^^ @@ -1570,15 +1571,15 @@ sourceFile:../../../second/second_part1.ts 7 > . 8 > C 9 > ; -1 >Emitted(57, 5) Source(25, 5) + SourceIndex(3) -2 >Emitted(57, 18) Source(25, 18) + SourceIndex(3) -3 >Emitted(57, 19) Source(25, 33) + SourceIndex(3) -4 >Emitted(57, 37) Source(25, 43) + SourceIndex(3) -5 >Emitted(57, 40) Source(25, 46) + SourceIndex(3) -6 >Emitted(57, 53) Source(25, 59) + SourceIndex(3) -7 >Emitted(57, 54) Source(25, 60) + SourceIndex(3) -8 >Emitted(57, 55) Source(25, 61) + SourceIndex(3) -9 >Emitted(57, 56) Source(25, 62) + SourceIndex(3) +1 >Emitted(58, 5) Source(25, 5) + SourceIndex(3) +2 >Emitted(58, 18) Source(25, 18) + SourceIndex(3) +3 >Emitted(58, 19) Source(25, 33) + SourceIndex(3) +4 >Emitted(58, 37) Source(25, 43) + SourceIndex(3) +5 >Emitted(58, 40) Source(25, 46) + SourceIndex(3) +6 >Emitted(58, 53) Source(25, 59) + SourceIndex(3) +7 >Emitted(58, 54) Source(25, 60) + SourceIndex(3) +8 >Emitted(58, 55) Source(25, 61) + SourceIndex(3) +9 >Emitted(58, 56) Source(25, 62) + SourceIndex(3) --- >>> /*@internal*/ normalN.internalConst = 10; 1 >^^^^ @@ -1597,13 +1598,13 @@ sourceFile:../../../second/second_part1.ts 5 > = 6 > 10 7 > ; -1 >Emitted(58, 5) Source(27, 5) + SourceIndex(3) -2 >Emitted(58, 18) Source(27, 18) + SourceIndex(3) -3 >Emitted(58, 19) Source(27, 32) + SourceIndex(3) -4 >Emitted(58, 40) Source(27, 45) + SourceIndex(3) -5 >Emitted(58, 43) Source(27, 48) + SourceIndex(3) -6 >Emitted(58, 45) Source(27, 50) + SourceIndex(3) -7 >Emitted(58, 46) Source(27, 51) + SourceIndex(3) +1 >Emitted(59, 5) Source(27, 5) + SourceIndex(3) +2 >Emitted(59, 18) Source(27, 18) + SourceIndex(3) +3 >Emitted(59, 19) Source(27, 32) + SourceIndex(3) +4 >Emitted(59, 40) Source(27, 45) + SourceIndex(3) +5 >Emitted(59, 43) Source(27, 48) + SourceIndex(3) +6 >Emitted(59, 45) Source(27, 50) + SourceIndex(3) +7 >Emitted(59, 46) Source(27, 51) + SourceIndex(3) --- >>> /*@internal*/ var internalEnum; 1 >^^^^ @@ -1617,11 +1618,11 @@ sourceFile:../../../second/second_part1.ts 3 > 4 > export enum 5 > internalEnum { a, b, c } -1 >Emitted(59, 5) Source(28, 5) + SourceIndex(3) -2 >Emitted(59, 18) Source(28, 18) + SourceIndex(3) -3 >Emitted(59, 19) Source(28, 19) + SourceIndex(3) -4 >Emitted(59, 23) Source(28, 31) + SourceIndex(3) -5 >Emitted(59, 35) Source(28, 55) + SourceIndex(3) +1 >Emitted(60, 5) Source(28, 5) + SourceIndex(3) +2 >Emitted(60, 18) Source(28, 18) + SourceIndex(3) +3 >Emitted(60, 19) Source(28, 19) + SourceIndex(3) +4 >Emitted(60, 23) Source(28, 31) + SourceIndex(3) +5 >Emitted(60, 35) Source(28, 55) + SourceIndex(3) --- >>> (function (internalEnum) { 1 >^^^^ @@ -1631,9 +1632,9 @@ sourceFile:../../../second/second_part1.ts 1 > 2 > export enum 3 > internalEnum -1 >Emitted(60, 5) Source(28, 19) + SourceIndex(3) -2 >Emitted(60, 16) Source(28, 31) + SourceIndex(3) -3 >Emitted(60, 28) Source(28, 43) + SourceIndex(3) +1 >Emitted(61, 5) Source(28, 19) + SourceIndex(3) +2 >Emitted(61, 16) Source(28, 31) + SourceIndex(3) +3 >Emitted(61, 28) Source(28, 43) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -1643,9 +1644,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(61, 9) Source(28, 46) + SourceIndex(3) -2 >Emitted(61, 50) Source(28, 47) + SourceIndex(3) -3 >Emitted(61, 51) Source(28, 47) + SourceIndex(3) +1->Emitted(62, 9) Source(28, 46) + SourceIndex(3) +2 >Emitted(62, 50) Source(28, 47) + SourceIndex(3) +3 >Emitted(62, 51) Source(28, 47) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -1655,9 +1656,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(62, 9) Source(28, 49) + SourceIndex(3) -2 >Emitted(62, 50) Source(28, 50) + SourceIndex(3) -3 >Emitted(62, 51) Source(28, 50) + SourceIndex(3) +1->Emitted(63, 9) Source(28, 49) + SourceIndex(3) +2 >Emitted(63, 50) Source(28, 50) + SourceIndex(3) +3 >Emitted(63, 51) Source(28, 50) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -1667,9 +1668,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(63, 9) Source(28, 52) + SourceIndex(3) -2 >Emitted(63, 50) Source(28, 53) + SourceIndex(3) -3 >Emitted(63, 51) Source(28, 53) + SourceIndex(3) +1->Emitted(64, 9) Source(28, 52) + SourceIndex(3) +2 >Emitted(64, 50) Source(28, 53) + SourceIndex(3) +3 >Emitted(64, 51) Source(28, 53) + SourceIndex(3) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^ @@ -1690,15 +1691,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(64, 5) Source(28, 54) + SourceIndex(3) -2 >Emitted(64, 6) Source(28, 55) + SourceIndex(3) -3 >Emitted(64, 8) Source(28, 31) + SourceIndex(3) -4 >Emitted(64, 20) Source(28, 43) + SourceIndex(3) -5 >Emitted(64, 23) Source(28, 31) + SourceIndex(3) -6 >Emitted(64, 43) Source(28, 43) + SourceIndex(3) -7 >Emitted(64, 48) Source(28, 31) + SourceIndex(3) -8 >Emitted(64, 68) Source(28, 43) + SourceIndex(3) -9 >Emitted(64, 76) Source(28, 55) + SourceIndex(3) +1->Emitted(65, 5) Source(28, 54) + SourceIndex(3) +2 >Emitted(65, 6) Source(28, 55) + SourceIndex(3) +3 >Emitted(65, 8) Source(28, 31) + SourceIndex(3) +4 >Emitted(65, 20) Source(28, 43) + SourceIndex(3) +5 >Emitted(65, 23) Source(28, 31) + SourceIndex(3) +6 >Emitted(65, 43) Source(28, 43) + SourceIndex(3) +7 >Emitted(65, 48) Source(28, 31) + SourceIndex(3) +8 >Emitted(65, 68) Source(28, 43) + SourceIndex(3) +9 >Emitted(65, 76) Source(28, 55) + SourceIndex(3) --- >>>})(normalN || (normalN = {})); 1 > @@ -1726,13 +1727,13 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(65, 1) Source(29, 1) + SourceIndex(3) -2 >Emitted(65, 2) Source(29, 2) + SourceIndex(3) -3 >Emitted(65, 4) Source(20, 11) + SourceIndex(3) -4 >Emitted(65, 11) Source(20, 18) + SourceIndex(3) -5 >Emitted(65, 16) Source(20, 11) + SourceIndex(3) -6 >Emitted(65, 23) Source(20, 18) + SourceIndex(3) -7 >Emitted(65, 31) Source(29, 2) + SourceIndex(3) +1 >Emitted(66, 1) Source(29, 1) + SourceIndex(3) +2 >Emitted(66, 2) Source(29, 2) + SourceIndex(3) +3 >Emitted(66, 4) Source(20, 11) + SourceIndex(3) +4 >Emitted(66, 11) Source(20, 18) + SourceIndex(3) +5 >Emitted(66, 16) Source(20, 11) + SourceIndex(3) +6 >Emitted(66, 23) Source(20, 18) + SourceIndex(3) +7 >Emitted(66, 31) Source(29, 2) + SourceIndex(3) --- >>>/*@internal*/ var internalC = /** @class */ (function () { 1-> @@ -1743,15 +1744,15 @@ sourceFile:../../../second/second_part1.ts > 2 >/*@internal*/ 3 > -1->Emitted(66, 1) Source(30, 1) + SourceIndex(3) -2 >Emitted(66, 14) Source(30, 14) + SourceIndex(3) -3 >Emitted(66, 15) Source(30, 15) + SourceIndex(3) +1->Emitted(67, 1) Source(30, 1) + SourceIndex(3) +2 >Emitted(67, 14) Source(30, 14) + SourceIndex(3) +3 >Emitted(67, 15) Source(30, 15) + SourceIndex(3) --- >>> function internalC() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(67, 5) Source(30, 15) + SourceIndex(3) +1->Emitted(68, 5) Source(30, 15) + SourceIndex(3) --- >>> } 1->^^^^ @@ -1759,16 +1760,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->class internalC { 2 > } -1->Emitted(68, 5) Source(30, 32) + SourceIndex(3) -2 >Emitted(68, 6) Source(30, 33) + SourceIndex(3) +1->Emitted(69, 5) Source(30, 32) + SourceIndex(3) +2 >Emitted(69, 6) Source(30, 33) + SourceIndex(3) --- >>> return internalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(69, 5) Source(30, 32) + SourceIndex(3) -2 >Emitted(69, 21) Source(30, 33) + SourceIndex(3) +1->Emitted(70, 5) Source(30, 32) + SourceIndex(3) +2 >Emitted(70, 21) Source(30, 33) + SourceIndex(3) --- >>>}()); 1 > @@ -1780,10 +1781,10 @@ sourceFile:../../../second/second_part1.ts 2 >} 3 > 4 > class internalC {} -1 >Emitted(70, 1) Source(30, 32) + SourceIndex(3) -2 >Emitted(70, 2) Source(30, 33) + SourceIndex(3) -3 >Emitted(70, 2) Source(30, 15) + SourceIndex(3) -4 >Emitted(70, 6) Source(30, 33) + SourceIndex(3) +1 >Emitted(71, 1) Source(30, 32) + SourceIndex(3) +2 >Emitted(71, 2) Source(30, 33) + SourceIndex(3) +3 >Emitted(71, 2) Source(30, 15) + SourceIndex(3) +4 >Emitted(71, 6) Source(30, 33) + SourceIndex(3) --- >>>/*@internal*/ function internalfoo() { } 1-> @@ -1801,13 +1802,13 @@ sourceFile:../../../second/second_part1.ts 5 > internalfoo 6 > () { 7 > } -1->Emitted(71, 1) Source(31, 1) + SourceIndex(3) -2 >Emitted(71, 14) Source(31, 14) + SourceIndex(3) -3 >Emitted(71, 15) Source(31, 15) + SourceIndex(3) -4 >Emitted(71, 24) Source(31, 24) + SourceIndex(3) -5 >Emitted(71, 35) Source(31, 35) + SourceIndex(3) -6 >Emitted(71, 40) Source(31, 39) + SourceIndex(3) -7 >Emitted(71, 41) Source(31, 40) + SourceIndex(3) +1->Emitted(72, 1) Source(31, 1) + SourceIndex(3) +2 >Emitted(72, 14) Source(31, 14) + SourceIndex(3) +3 >Emitted(72, 15) Source(31, 15) + SourceIndex(3) +4 >Emitted(72, 24) Source(31, 24) + SourceIndex(3) +5 >Emitted(72, 35) Source(31, 35) + SourceIndex(3) +6 >Emitted(72, 40) Source(31, 39) + SourceIndex(3) +7 >Emitted(72, 41) Source(31, 40) + SourceIndex(3) --- >>>/*@internal*/ var internalNamespace; 1 > @@ -1823,12 +1824,12 @@ sourceFile:../../../second/second_part1.ts 4 > namespace 5 > internalNamespace 6 > { export class someClass {} } -1 >Emitted(72, 1) Source(32, 1) + SourceIndex(3) -2 >Emitted(72, 14) Source(32, 14) + SourceIndex(3) -3 >Emitted(72, 15) Source(32, 15) + SourceIndex(3) -4 >Emitted(72, 19) Source(32, 25) + SourceIndex(3) -5 >Emitted(72, 36) Source(32, 42) + SourceIndex(3) -6 >Emitted(72, 37) Source(32, 72) + SourceIndex(3) +1 >Emitted(73, 1) Source(32, 1) + SourceIndex(3) +2 >Emitted(73, 14) Source(32, 14) + SourceIndex(3) +3 >Emitted(73, 15) Source(32, 15) + SourceIndex(3) +4 >Emitted(73, 19) Source(32, 25) + SourceIndex(3) +5 >Emitted(73, 36) Source(32, 42) + SourceIndex(3) +6 >Emitted(73, 37) Source(32, 72) + SourceIndex(3) --- >>>(function (internalNamespace) { 1 > @@ -1838,21 +1839,21 @@ sourceFile:../../../second/second_part1.ts 1 > 2 >namespace 3 > internalNamespace -1 >Emitted(73, 1) Source(32, 15) + SourceIndex(3) -2 >Emitted(73, 12) Source(32, 25) + SourceIndex(3) -3 >Emitted(73, 29) Source(32, 42) + SourceIndex(3) +1 >Emitted(74, 1) Source(32, 15) + SourceIndex(3) +2 >Emitted(74, 12) Source(32, 25) + SourceIndex(3) +3 >Emitted(74, 29) Source(32, 42) + SourceIndex(3) --- >>> var someClass = /** @class */ (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(74, 5) Source(32, 45) + SourceIndex(3) +1->Emitted(75, 5) Source(32, 45) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(75, 9) Source(32, 45) + SourceIndex(3) +1->Emitted(76, 9) Source(32, 45) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -1860,16 +1861,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(76, 9) Source(32, 69) + SourceIndex(3) -2 >Emitted(76, 10) Source(32, 70) + SourceIndex(3) +1->Emitted(77, 9) Source(32, 69) + SourceIndex(3) +2 >Emitted(77, 10) Source(32, 70) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(77, 9) Source(32, 69) + SourceIndex(3) -2 >Emitted(77, 25) Source(32, 70) + SourceIndex(3) +1->Emitted(78, 9) Source(32, 69) + SourceIndex(3) +2 >Emitted(78, 25) Source(32, 70) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -1881,10 +1882,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(78, 5) Source(32, 69) + SourceIndex(3) -2 >Emitted(78, 6) Source(32, 70) + SourceIndex(3) -3 >Emitted(78, 6) Source(32, 45) + SourceIndex(3) -4 >Emitted(78, 10) Source(32, 70) + SourceIndex(3) +1 >Emitted(79, 5) Source(32, 69) + SourceIndex(3) +2 >Emitted(79, 6) Source(32, 70) + SourceIndex(3) +3 >Emitted(79, 6) Source(32, 45) + SourceIndex(3) +4 >Emitted(79, 10) Source(32, 70) + SourceIndex(3) --- >>> internalNamespace.someClass = someClass; 1->^^^^ @@ -1896,10 +1897,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(79, 5) Source(32, 58) + SourceIndex(3) -2 >Emitted(79, 32) Source(32, 67) + SourceIndex(3) -3 >Emitted(79, 44) Source(32, 70) + SourceIndex(3) -4 >Emitted(79, 45) Source(32, 70) + SourceIndex(3) +1->Emitted(80, 5) Source(32, 58) + SourceIndex(3) +2 >Emitted(80, 32) Source(32, 67) + SourceIndex(3) +3 >Emitted(80, 44) Source(32, 70) + SourceIndex(3) +4 >Emitted(80, 45) Source(32, 70) + SourceIndex(3) --- >>>})(internalNamespace || (internalNamespace = {})); 1-> @@ -1916,13 +1917,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalNamespace 7 > { export class someClass {} } -1->Emitted(80, 1) Source(32, 71) + SourceIndex(3) -2 >Emitted(80, 2) Source(32, 72) + SourceIndex(3) -3 >Emitted(80, 4) Source(32, 25) + SourceIndex(3) -4 >Emitted(80, 21) Source(32, 42) + SourceIndex(3) -5 >Emitted(80, 26) Source(32, 25) + SourceIndex(3) -6 >Emitted(80, 43) Source(32, 42) + SourceIndex(3) -7 >Emitted(80, 51) Source(32, 72) + SourceIndex(3) +1->Emitted(81, 1) Source(32, 71) + SourceIndex(3) +2 >Emitted(81, 2) Source(32, 72) + SourceIndex(3) +3 >Emitted(81, 4) Source(32, 25) + SourceIndex(3) +4 >Emitted(81, 21) Source(32, 42) + SourceIndex(3) +5 >Emitted(81, 26) Source(32, 25) + SourceIndex(3) +6 >Emitted(81, 43) Source(32, 42) + SourceIndex(3) +7 >Emitted(81, 51) Source(32, 72) + SourceIndex(3) --- >>>/*@internal*/ var internalOther; 1 > @@ -1938,12 +1939,12 @@ sourceFile:../../../second/second_part1.ts 4 > namespace 5 > internalOther 6 > .something { export class someClass {} } -1 >Emitted(81, 1) Source(33, 1) + SourceIndex(3) -2 >Emitted(81, 14) Source(33, 14) + SourceIndex(3) -3 >Emitted(81, 15) Source(33, 15) + SourceIndex(3) -4 >Emitted(81, 19) Source(33, 25) + SourceIndex(3) -5 >Emitted(81, 32) Source(33, 38) + SourceIndex(3) -6 >Emitted(81, 33) Source(33, 78) + SourceIndex(3) +1 >Emitted(82, 1) Source(33, 1) + SourceIndex(3) +2 >Emitted(82, 14) Source(33, 14) + SourceIndex(3) +3 >Emitted(82, 15) Source(33, 15) + SourceIndex(3) +4 >Emitted(82, 19) Source(33, 25) + SourceIndex(3) +5 >Emitted(82, 32) Source(33, 38) + SourceIndex(3) +6 >Emitted(82, 33) Source(33, 78) + SourceIndex(3) --- >>>(function (internalOther) { 1 > @@ -1952,9 +1953,9 @@ sourceFile:../../../second/second_part1.ts 1 > 2 >namespace 3 > internalOther -1 >Emitted(82, 1) Source(33, 15) + SourceIndex(3) -2 >Emitted(82, 12) Source(33, 25) + SourceIndex(3) -3 >Emitted(82, 25) Source(33, 38) + SourceIndex(3) +1 >Emitted(83, 1) Source(33, 15) + SourceIndex(3) +2 >Emitted(83, 12) Source(33, 25) + SourceIndex(3) +3 >Emitted(83, 25) Source(33, 38) + SourceIndex(3) --- >>> var something; 1 >^^^^ @@ -1966,10 +1967,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(83, 5) Source(33, 39) + SourceIndex(3) -2 >Emitted(83, 9) Source(33, 39) + SourceIndex(3) -3 >Emitted(83, 18) Source(33, 48) + SourceIndex(3) -4 >Emitted(83, 19) Source(33, 78) + SourceIndex(3) +1 >Emitted(84, 5) Source(33, 39) + SourceIndex(3) +2 >Emitted(84, 9) Source(33, 39) + SourceIndex(3) +3 >Emitted(84, 18) Source(33, 48) + SourceIndex(3) +4 >Emitted(84, 19) Source(33, 78) + SourceIndex(3) --- >>> (function (something) { 1->^^^^ @@ -1979,21 +1980,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(84, 5) Source(33, 39) + SourceIndex(3) -2 >Emitted(84, 16) Source(33, 39) + SourceIndex(3) -3 >Emitted(84, 25) Source(33, 48) + SourceIndex(3) +1->Emitted(85, 5) Source(33, 39) + SourceIndex(3) +2 >Emitted(85, 16) Source(33, 39) + SourceIndex(3) +3 >Emitted(85, 25) Source(33, 48) + SourceIndex(3) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(85, 9) Source(33, 51) + SourceIndex(3) +1->Emitted(86, 9) Source(33, 51) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(86, 13) Source(33, 51) + SourceIndex(3) +1->Emitted(87, 13) Source(33, 51) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -2001,16 +2002,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(87, 13) Source(33, 75) + SourceIndex(3) -2 >Emitted(87, 14) Source(33, 76) + SourceIndex(3) +1->Emitted(88, 13) Source(33, 75) + SourceIndex(3) +2 >Emitted(88, 14) Source(33, 76) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(88, 13) Source(33, 75) + SourceIndex(3) -2 >Emitted(88, 29) Source(33, 76) + SourceIndex(3) +1->Emitted(89, 13) Source(33, 75) + SourceIndex(3) +2 >Emitted(89, 29) Source(33, 76) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -2022,10 +2023,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(89, 9) Source(33, 75) + SourceIndex(3) -2 >Emitted(89, 10) Source(33, 76) + SourceIndex(3) -3 >Emitted(89, 10) Source(33, 51) + SourceIndex(3) -4 >Emitted(89, 14) Source(33, 76) + SourceIndex(3) +1 >Emitted(90, 9) Source(33, 75) + SourceIndex(3) +2 >Emitted(90, 10) Source(33, 76) + SourceIndex(3) +3 >Emitted(90, 10) Source(33, 51) + SourceIndex(3) +4 >Emitted(90, 14) Source(33, 76) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^ @@ -2037,10 +2038,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(90, 9) Source(33, 64) + SourceIndex(3) -2 >Emitted(90, 28) Source(33, 73) + SourceIndex(3) -3 >Emitted(90, 40) Source(33, 76) + SourceIndex(3) -4 >Emitted(90, 41) Source(33, 76) + SourceIndex(3) +1->Emitted(91, 9) Source(33, 64) + SourceIndex(3) +2 >Emitted(91, 28) Source(33, 73) + SourceIndex(3) +3 >Emitted(91, 40) Source(33, 76) + SourceIndex(3) +4 >Emitted(91, 41) Source(33, 76) + SourceIndex(3) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^ @@ -2061,15 +2062,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(91, 5) Source(33, 77) + SourceIndex(3) -2 >Emitted(91, 6) Source(33, 78) + SourceIndex(3) -3 >Emitted(91, 8) Source(33, 39) + SourceIndex(3) -4 >Emitted(91, 17) Source(33, 48) + SourceIndex(3) -5 >Emitted(91, 20) Source(33, 39) + SourceIndex(3) -6 >Emitted(91, 43) Source(33, 48) + SourceIndex(3) -7 >Emitted(91, 48) Source(33, 39) + SourceIndex(3) -8 >Emitted(91, 71) Source(33, 48) + SourceIndex(3) -9 >Emitted(91, 79) Source(33, 78) + SourceIndex(3) +1->Emitted(92, 5) Source(33, 77) + SourceIndex(3) +2 >Emitted(92, 6) Source(33, 78) + SourceIndex(3) +3 >Emitted(92, 8) Source(33, 39) + SourceIndex(3) +4 >Emitted(92, 17) Source(33, 48) + SourceIndex(3) +5 >Emitted(92, 20) Source(33, 39) + SourceIndex(3) +6 >Emitted(92, 43) Source(33, 48) + SourceIndex(3) +7 >Emitted(92, 48) Source(33, 39) + SourceIndex(3) +8 >Emitted(92, 71) Source(33, 48) + SourceIndex(3) +9 >Emitted(92, 79) Source(33, 78) + SourceIndex(3) --- >>>})(internalOther || (internalOther = {})); 1 > @@ -2087,13 +2088,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalOther 7 > .something { export class someClass {} } -1 >Emitted(92, 1) Source(33, 77) + SourceIndex(3) -2 >Emitted(92, 2) Source(33, 78) + SourceIndex(3) -3 >Emitted(92, 4) Source(33, 25) + SourceIndex(3) -4 >Emitted(92, 17) Source(33, 38) + SourceIndex(3) -5 >Emitted(92, 22) Source(33, 25) + SourceIndex(3) -6 >Emitted(92, 35) Source(33, 38) + SourceIndex(3) -7 >Emitted(92, 43) Source(33, 78) + SourceIndex(3) +1 >Emitted(93, 1) Source(33, 77) + SourceIndex(3) +2 >Emitted(93, 2) Source(33, 78) + SourceIndex(3) +3 >Emitted(93, 4) Source(33, 25) + SourceIndex(3) +4 >Emitted(93, 17) Source(33, 38) + SourceIndex(3) +5 >Emitted(93, 22) Source(33, 25) + SourceIndex(3) +6 >Emitted(93, 35) Source(33, 38) + SourceIndex(3) +7 >Emitted(93, 43) Source(33, 78) + SourceIndex(3) --- >>>/*@internal*/ var internalImport = internalNamespace.someClass; 1-> @@ -2117,16 +2118,16 @@ sourceFile:../../../second/second_part1.ts 8 > . 9 > someClass 10> ; -1->Emitted(93, 1) Source(34, 1) + SourceIndex(3) -2 >Emitted(93, 14) Source(34, 14) + SourceIndex(3) -3 >Emitted(93, 15) Source(34, 15) + SourceIndex(3) -4 >Emitted(93, 19) Source(34, 22) + SourceIndex(3) -5 >Emitted(93, 33) Source(34, 36) + SourceIndex(3) -6 >Emitted(93, 36) Source(34, 39) + SourceIndex(3) -7 >Emitted(93, 53) Source(34, 56) + SourceIndex(3) -8 >Emitted(93, 54) Source(34, 57) + SourceIndex(3) -9 >Emitted(93, 63) Source(34, 66) + SourceIndex(3) -10>Emitted(93, 64) Source(34, 67) + SourceIndex(3) +1->Emitted(94, 1) Source(34, 1) + SourceIndex(3) +2 >Emitted(94, 14) Source(34, 14) + SourceIndex(3) +3 >Emitted(94, 15) Source(34, 15) + SourceIndex(3) +4 >Emitted(94, 19) Source(34, 22) + SourceIndex(3) +5 >Emitted(94, 33) Source(34, 36) + SourceIndex(3) +6 >Emitted(94, 36) Source(34, 39) + SourceIndex(3) +7 >Emitted(94, 53) Source(34, 56) + SourceIndex(3) +8 >Emitted(94, 54) Source(34, 57) + SourceIndex(3) +9 >Emitted(94, 63) Source(34, 66) + SourceIndex(3) +10>Emitted(94, 64) Source(34, 67) + SourceIndex(3) --- >>>/*@internal*/ var internalConst = 10; 1 > @@ -2147,14 +2148,14 @@ sourceFile:../../../second/second_part1.ts 6 > = 7 > 10 8 > ; -1 >Emitted(94, 1) Source(36, 1) + SourceIndex(3) -2 >Emitted(94, 14) Source(36, 14) + SourceIndex(3) -3 >Emitted(94, 15) Source(36, 15) + SourceIndex(3) -4 >Emitted(94, 19) Source(36, 21) + SourceIndex(3) -5 >Emitted(94, 32) Source(36, 34) + SourceIndex(3) -6 >Emitted(94, 35) Source(36, 37) + SourceIndex(3) -7 >Emitted(94, 37) Source(36, 39) + SourceIndex(3) -8 >Emitted(94, 38) Source(36, 40) + SourceIndex(3) +1 >Emitted(95, 1) Source(36, 1) + SourceIndex(3) +2 >Emitted(95, 14) Source(36, 14) + SourceIndex(3) +3 >Emitted(95, 15) Source(36, 15) + SourceIndex(3) +4 >Emitted(95, 19) Source(36, 21) + SourceIndex(3) +5 >Emitted(95, 32) Source(36, 34) + SourceIndex(3) +6 >Emitted(95, 35) Source(36, 37) + SourceIndex(3) +7 >Emitted(95, 37) Source(36, 39) + SourceIndex(3) +8 >Emitted(95, 38) Source(36, 40) + SourceIndex(3) --- >>>/*@internal*/ var internalEnum; 1 > @@ -2168,11 +2169,11 @@ sourceFile:../../../second/second_part1.ts 3 > 4 > enum 5 > internalEnum { a, b, c } -1 >Emitted(95, 1) Source(37, 1) + SourceIndex(3) -2 >Emitted(95, 14) Source(37, 14) + SourceIndex(3) -3 >Emitted(95, 15) Source(37, 15) + SourceIndex(3) -4 >Emitted(95, 19) Source(37, 20) + SourceIndex(3) -5 >Emitted(95, 31) Source(37, 44) + SourceIndex(3) +1 >Emitted(96, 1) Source(37, 1) + SourceIndex(3) +2 >Emitted(96, 14) Source(37, 14) + SourceIndex(3) +3 >Emitted(96, 15) Source(37, 15) + SourceIndex(3) +4 >Emitted(96, 19) Source(37, 20) + SourceIndex(3) +5 >Emitted(96, 31) Source(37, 44) + SourceIndex(3) --- >>>(function (internalEnum) { 1 > @@ -2182,9 +2183,9 @@ sourceFile:../../../second/second_part1.ts 1 > 2 >enum 3 > internalEnum -1 >Emitted(96, 1) Source(37, 15) + SourceIndex(3) -2 >Emitted(96, 12) Source(37, 20) + SourceIndex(3) -3 >Emitted(96, 24) Source(37, 32) + SourceIndex(3) +1 >Emitted(97, 1) Source(37, 15) + SourceIndex(3) +2 >Emitted(97, 12) Source(37, 20) + SourceIndex(3) +3 >Emitted(97, 24) Source(37, 32) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^ @@ -2194,9 +2195,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(97, 5) Source(37, 35) + SourceIndex(3) -2 >Emitted(97, 46) Source(37, 36) + SourceIndex(3) -3 >Emitted(97, 47) Source(37, 36) + SourceIndex(3) +1->Emitted(98, 5) Source(37, 35) + SourceIndex(3) +2 >Emitted(98, 46) Source(37, 36) + SourceIndex(3) +3 >Emitted(98, 47) Source(37, 36) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^ @@ -2206,9 +2207,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(98, 5) Source(37, 38) + SourceIndex(3) -2 >Emitted(98, 46) Source(37, 39) + SourceIndex(3) -3 >Emitted(98, 47) Source(37, 39) + SourceIndex(3) +1->Emitted(99, 5) Source(37, 38) + SourceIndex(3) +2 >Emitted(99, 46) Source(37, 39) + SourceIndex(3) +3 >Emitted(99, 47) Source(37, 39) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^ @@ -2217,9 +2218,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(99, 5) Source(37, 41) + SourceIndex(3) -2 >Emitted(99, 46) Source(37, 42) + SourceIndex(3) -3 >Emitted(99, 47) Source(37, 42) + SourceIndex(3) +1->Emitted(100, 5) Source(37, 41) + SourceIndex(3) +2 >Emitted(100, 46) Source(37, 42) + SourceIndex(3) +3 >Emitted(100, 47) Source(37, 42) + SourceIndex(3) --- >>>})(internalEnum || (internalEnum = {})); 1 > @@ -2236,13 +2237,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalEnum 7 > { a, b, c } -1 >Emitted(100, 1) Source(37, 43) + SourceIndex(3) -2 >Emitted(100, 2) Source(37, 44) + SourceIndex(3) -3 >Emitted(100, 4) Source(37, 20) + SourceIndex(3) -4 >Emitted(100, 16) Source(37, 32) + SourceIndex(3) -5 >Emitted(100, 21) Source(37, 20) + SourceIndex(3) -6 >Emitted(100, 33) Source(37, 32) + SourceIndex(3) -7 >Emitted(100, 41) Source(37, 44) + SourceIndex(3) +1 >Emitted(101, 1) Source(37, 43) + SourceIndex(3) +2 >Emitted(101, 2) Source(37, 44) + SourceIndex(3) +3 >Emitted(101, 4) Source(37, 20) + SourceIndex(3) +4 >Emitted(101, 16) Source(37, 32) + SourceIndex(3) +5 >Emitted(101, 21) Source(37, 20) + SourceIndex(3) +6 >Emitted(101, 33) Source(37, 32) + SourceIndex(3) +7 >Emitted(101, 41) Source(37, 44) + SourceIndex(3) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -2252,13 +2253,13 @@ sourceFile:../../../second/second_part2.ts 1 > 2 >^^^^^^^^^^^^^^^^^^^-> 1 > -1 >Emitted(101, 1) Source(1, 1) + SourceIndex(4) +1 >Emitted(102, 1) Source(1, 1) + SourceIndex(4) --- >>> function C() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(102, 5) Source(1, 1) + SourceIndex(4) +1->Emitted(103, 5) Source(1, 1) + SourceIndex(4) --- >>> } 1->^^^^ @@ -2270,8 +2271,8 @@ sourceFile:../../../second/second_part2.ts > } > 2 > } -1->Emitted(103, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(103, 6) Source(5, 2) + SourceIndex(4) +1->Emitted(104, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(104, 6) Source(5, 2) + SourceIndex(4) --- >>> C.prototype.doSomething = function () { 1->^^^^ @@ -2281,9 +2282,9 @@ sourceFile:../../../second/second_part2.ts 1-> 2 > doSomething 3 > -1->Emitted(104, 5) Source(2, 5) + SourceIndex(4) -2 >Emitted(104, 28) Source(2, 16) + SourceIndex(4) -3 >Emitted(104, 31) Source(2, 5) + SourceIndex(4) +1->Emitted(105, 5) Source(2, 5) + SourceIndex(4) +2 >Emitted(105, 28) Source(2, 16) + SourceIndex(4) +3 >Emitted(105, 31) Source(2, 5) + SourceIndex(4) --- >>> console.log("something got done"); 1->^^^^^^^^ @@ -2303,14 +2304,14 @@ sourceFile:../../../second/second_part2.ts 6 > "something got done" 7 > ) 8 > ; -1->Emitted(105, 9) Source(3, 9) + SourceIndex(4) -2 >Emitted(105, 16) Source(3, 16) + SourceIndex(4) -3 >Emitted(105, 17) Source(3, 17) + SourceIndex(4) -4 >Emitted(105, 20) Source(3, 20) + SourceIndex(4) -5 >Emitted(105, 21) Source(3, 21) + SourceIndex(4) -6 >Emitted(105, 41) Source(3, 41) + SourceIndex(4) -7 >Emitted(105, 42) Source(3, 42) + SourceIndex(4) -8 >Emitted(105, 43) Source(3, 43) + SourceIndex(4) +1->Emitted(106, 9) Source(3, 9) + SourceIndex(4) +2 >Emitted(106, 16) Source(3, 16) + SourceIndex(4) +3 >Emitted(106, 17) Source(3, 17) + SourceIndex(4) +4 >Emitted(106, 20) Source(3, 20) + SourceIndex(4) +5 >Emitted(106, 21) Source(3, 21) + SourceIndex(4) +6 >Emitted(106, 41) Source(3, 41) + SourceIndex(4) +7 >Emitted(106, 42) Source(3, 42) + SourceIndex(4) +8 >Emitted(106, 43) Source(3, 43) + SourceIndex(4) --- >>> }; 1 >^^^^ @@ -2319,8 +2320,8 @@ sourceFile:../../../second/second_part2.ts 1 > > 2 > } -1 >Emitted(106, 5) Source(4, 5) + SourceIndex(4) -2 >Emitted(106, 6) Source(4, 6) + SourceIndex(4) +1 >Emitted(107, 5) Source(4, 5) + SourceIndex(4) +2 >Emitted(107, 6) Source(4, 6) + SourceIndex(4) --- >>> return C; 1->^^^^ @@ -2328,8 +2329,8 @@ sourceFile:../../../second/second_part2.ts 1-> > 2 > } -1->Emitted(107, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(107, 13) Source(5, 2) + SourceIndex(4) +1->Emitted(108, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(108, 13) Source(5, 2) + SourceIndex(4) --- >>>}()); 1 > @@ -2345,10 +2346,10 @@ sourceFile:../../../second/second_part2.ts > console.log("something got done"); > } > } -1 >Emitted(108, 1) Source(5, 1) + SourceIndex(4) -2 >Emitted(108, 2) Source(5, 2) + SourceIndex(4) -3 >Emitted(108, 2) Source(1, 1) + SourceIndex(4) -4 >Emitted(108, 6) Source(5, 2) + SourceIndex(4) +1 >Emitted(109, 1) Source(5, 1) + SourceIndex(4) +2 >Emitted(109, 2) Source(5, 2) + SourceIndex(4) +3 >Emitted(109, 2) Source(1, 1) + SourceIndex(4) +4 >Emitted(109, 6) Source(5, 2) + SourceIndex(4) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -2372,14 +2373,14 @@ sourceFile:../../third_part1.ts 6 > C 7 > () 8 > ; -1->Emitted(109, 1) Source(1, 1) + SourceIndex(5) -2 >Emitted(109, 5) Source(1, 5) + SourceIndex(5) -3 >Emitted(109, 6) Source(1, 6) + SourceIndex(5) -4 >Emitted(109, 9) Source(1, 9) + SourceIndex(5) -5 >Emitted(109, 13) Source(1, 13) + SourceIndex(5) -6 >Emitted(109, 14) Source(1, 14) + SourceIndex(5) -7 >Emitted(109, 16) Source(1, 16) + SourceIndex(5) -8 >Emitted(109, 17) Source(1, 17) + SourceIndex(5) +1->Emitted(110, 1) Source(1, 1) + SourceIndex(5) +2 >Emitted(110, 5) Source(1, 5) + SourceIndex(5) +3 >Emitted(110, 6) Source(1, 6) + SourceIndex(5) +4 >Emitted(110, 9) Source(1, 9) + SourceIndex(5) +5 >Emitted(110, 13) Source(1, 13) + SourceIndex(5) +6 >Emitted(110, 14) Source(1, 14) + SourceIndex(5) +7 >Emitted(110, 16) Source(1, 16) + SourceIndex(5) +8 >Emitted(110, 17) Source(1, 17) + SourceIndex(5) --- >>>c.doSomething(); 1-> @@ -2396,12 +2397,12 @@ sourceFile:../../third_part1.ts 4 > doSomething 5 > () 6 > ; -1->Emitted(110, 1) Source(2, 1) + SourceIndex(5) -2 >Emitted(110, 2) Source(2, 2) + SourceIndex(5) -3 >Emitted(110, 3) Source(2, 3) + SourceIndex(5) -4 >Emitted(110, 14) Source(2, 14) + SourceIndex(5) -5 >Emitted(110, 16) Source(2, 16) + SourceIndex(5) -6 >Emitted(110, 17) Source(2, 17) + SourceIndex(5) +1->Emitted(111, 1) Source(2, 1) + SourceIndex(5) +2 >Emitted(111, 2) Source(2, 2) + SourceIndex(5) +3 >Emitted(111, 3) Source(2, 3) + SourceIndex(5) +4 >Emitted(111, 14) Source(2, 14) + SourceIndex(5) +5 >Emitted(111, 16) Source(2, 16) + SourceIndex(5) +6 >Emitted(111, 17) Source(2, 17) + SourceIndex(5) --- >>>//# sourceMappingURL=third-output.js.map @@ -2429,20 +2430,20 @@ sourceFile:../../third_part1.ts }, { "pos": 110, - "end": 3526, + "end": 3544, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 110, - "end": 3526, + "end": 3544, "kind": "text" } ] }, { - "pos": 3526, - "end": 3562, + "pos": 3544, + "end": 3580, "kind": "text" } ] @@ -2501,9 +2502,9 @@ function f() { } ---------------------------------------------------------------------- -prepend: (110-3526):: ../../../2/second-output.js texts:: 1 +prepend: (110-3544):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (110-3526) +text: (110-3544) var N; (function (N) { function f() { @@ -2514,8 +2515,9 @@ var N; var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - /*@internal*/ normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + /*@internal*/ proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: true, @@ -2608,7 +2610,7 @@ var C = /** @class */ (function () { }()); ---------------------------------------------------------------------- -text: (3526-3562) +text: (3544-3580) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal.js b/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal.js index 4c263d59de860..4877369453ba7 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal.js @@ -970,66 +970,68 @@ sourceFile:../../../second/second_part1.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->constructor() { 2 > } 1->Emitted(16, 5) Source(14, 35) + SourceIndex(3) 2 >Emitted(16, 6) Source(14, 36) + SourceIndex(3) --- ->>> normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> proto_1.method = function () { }; 1->^^^^ -2 > ^^^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^ -5 > ^ -6 > ^^^^^^-> +2 > ^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^ +5 > ^ +6 > ^^^^^^-> 1-> > /*@internal*/ prop: string; > /*@internal*/ 2 > method -3 > -4 > method() { -5 > } -1->Emitted(17, 5) Source(16, 19) + SourceIndex(3) -2 >Emitted(17, 29) Source(16, 25) + SourceIndex(3) -3 >Emitted(17, 32) Source(16, 19) + SourceIndex(3) -4 >Emitted(17, 46) Source(16, 30) + SourceIndex(3) -5 >Emitted(17, 47) Source(16, 31) + SourceIndex(3) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +3 > +4 > method() { +5 > } +1->Emitted(18, 5) Source(16, 19) + SourceIndex(3) +2 >Emitted(18, 19) Source(16, 25) + SourceIndex(3) +3 >Emitted(18, 22) Source(16, 19) + SourceIndex(3) +4 >Emitted(18, 36) Source(16, 30) + SourceIndex(3) +5 >Emitted(18, 37) Source(16, 31) + SourceIndex(3) +--- +>>> Object.defineProperty(proto_1, "c", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^^^^^^^^^^ +4 > ^^^-> 1-> > /*@internal*/ 2 > get 3 > c -1->Emitted(18, 5) Source(17, 19) + SourceIndex(3) -2 >Emitted(18, 27) Source(17, 23) + SourceIndex(3) -3 >Emitted(18, 49) Source(17, 24) + SourceIndex(3) +1->Emitted(19, 5) Source(17, 19) + SourceIndex(3) +2 >Emitted(19, 27) Source(17, 23) + SourceIndex(3) +3 >Emitted(19, 39) Source(17, 24) + SourceIndex(3) --- >>> get: function () { return 10; }, -1 >^^^^^^^^^^^^^ +1->^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^^^^^^^ 4 > ^^ 5 > ^ 6 > ^ 7 > ^ -1 > +1-> 2 > get c() { 3 > return 4 > 10 5 > ; 6 > 7 > } -1 >Emitted(19, 14) Source(17, 19) + SourceIndex(3) -2 >Emitted(19, 28) Source(17, 29) + SourceIndex(3) -3 >Emitted(19, 35) Source(17, 36) + SourceIndex(3) -4 >Emitted(19, 37) Source(17, 38) + SourceIndex(3) -5 >Emitted(19, 38) Source(17, 39) + SourceIndex(3) -6 >Emitted(19, 39) Source(17, 40) + SourceIndex(3) -7 >Emitted(19, 40) Source(17, 41) + SourceIndex(3) +1->Emitted(20, 14) Source(17, 19) + SourceIndex(3) +2 >Emitted(20, 28) Source(17, 29) + SourceIndex(3) +3 >Emitted(20, 35) Source(17, 36) + SourceIndex(3) +4 >Emitted(20, 37) Source(17, 38) + SourceIndex(3) +5 >Emitted(20, 38) Source(17, 39) + SourceIndex(3) +6 >Emitted(20, 39) Source(17, 40) + SourceIndex(3) +7 >Emitted(20, 40) Source(17, 41) + SourceIndex(3) --- >>> set: function (val) { }, 1 >^^^^^^^^^^^^^ @@ -1043,11 +1045,11 @@ sourceFile:../../../second/second_part1.ts 3 > val: number 4 > ) { 5 > } -1 >Emitted(20, 14) Source(18, 19) + SourceIndex(3) -2 >Emitted(20, 24) Source(18, 25) + SourceIndex(3) -3 >Emitted(20, 27) Source(18, 36) + SourceIndex(3) -4 >Emitted(20, 31) Source(18, 40) + SourceIndex(3) -5 >Emitted(20, 32) Source(18, 41) + SourceIndex(3) +1 >Emitted(21, 14) Source(18, 19) + SourceIndex(3) +2 >Emitted(21, 24) Source(18, 25) + SourceIndex(3) +3 >Emitted(21, 27) Source(18, 36) + SourceIndex(3) +4 >Emitted(21, 31) Source(18, 40) + SourceIndex(3) +5 >Emitted(21, 32) Source(18, 41) + SourceIndex(3) --- >>> enumerable: true, >>> configurable: true @@ -1055,7 +1057,7 @@ sourceFile:../../../second/second_part1.ts 1 >^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(23, 8) Source(17, 41) + SourceIndex(3) +1 >Emitted(24, 8) Source(17, 41) + SourceIndex(3) --- >>> return normalC; 1->^^^^ @@ -1064,8 +1066,8 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ set c(val: number) { } > 2 > } -1->Emitted(24, 5) Source(19, 1) + SourceIndex(3) -2 >Emitted(24, 19) Source(19, 2) + SourceIndex(3) +1->Emitted(25, 5) Source(19, 1) + SourceIndex(3) +2 >Emitted(25, 19) Source(19, 2) + SourceIndex(3) --- >>>}()); 1 > @@ -1083,10 +1085,10 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ get c() { return 10; } > /*@internal*/ set c(val: number) { } > } -1 >Emitted(25, 1) Source(19, 1) + SourceIndex(3) -2 >Emitted(25, 2) Source(19, 2) + SourceIndex(3) -3 >Emitted(25, 2) Source(13, 1) + SourceIndex(3) -4 >Emitted(25, 6) Source(19, 2) + SourceIndex(3) +1 >Emitted(26, 1) Source(19, 1) + SourceIndex(3) +2 >Emitted(26, 2) Source(19, 2) + SourceIndex(3) +3 >Emitted(26, 2) Source(13, 1) + SourceIndex(3) +4 >Emitted(26, 6) Source(19, 2) + SourceIndex(3) --- >>>var normalN; 1-> @@ -1108,10 +1110,10 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1->Emitted(26, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(26, 5) Source(20, 11) + SourceIndex(3) -3 >Emitted(26, 12) Source(20, 18) + SourceIndex(3) -4 >Emitted(26, 13) Source(29, 2) + SourceIndex(3) +1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(27, 5) Source(20, 11) + SourceIndex(3) +3 >Emitted(27, 12) Source(20, 18) + SourceIndex(3) +4 >Emitted(27, 13) Source(29, 2) + SourceIndex(3) --- >>>(function (normalN) { 1-> @@ -1121,22 +1123,22 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > normalN -1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(27, 12) Source(20, 11) + SourceIndex(3) -3 >Emitted(27, 19) Source(20, 18) + SourceIndex(3) +1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(28, 12) Source(20, 11) + SourceIndex(3) +3 >Emitted(28, 19) Source(20, 18) + SourceIndex(3) --- >>> var C = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { > /*@internal*/ -1->Emitted(28, 5) Source(21, 19) + SourceIndex(3) +1->Emitted(29, 5) Source(21, 19) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(29, 9) Source(21, 19) + SourceIndex(3) +1->Emitted(30, 9) Source(21, 19) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -1144,16 +1146,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(30, 9) Source(21, 36) + SourceIndex(3) -2 >Emitted(30, 10) Source(21, 37) + SourceIndex(3) +1->Emitted(31, 9) Source(21, 36) + SourceIndex(3) +2 >Emitted(31, 10) Source(21, 37) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(31, 9) Source(21, 36) + SourceIndex(3) -2 >Emitted(31, 17) Source(21, 37) + SourceIndex(3) +1->Emitted(32, 9) Source(21, 36) + SourceIndex(3) +2 >Emitted(32, 17) Source(21, 37) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -1165,10 +1167,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(32, 5) Source(21, 36) + SourceIndex(3) -2 >Emitted(32, 6) Source(21, 37) + SourceIndex(3) -3 >Emitted(32, 6) Source(21, 19) + SourceIndex(3) -4 >Emitted(32, 10) Source(21, 37) + SourceIndex(3) +1 >Emitted(33, 5) Source(21, 36) + SourceIndex(3) +2 >Emitted(33, 6) Source(21, 37) + SourceIndex(3) +3 >Emitted(33, 6) Source(21, 19) + SourceIndex(3) +4 >Emitted(33, 10) Source(21, 37) + SourceIndex(3) --- >>> normalN.C = C; 1->^^^^ @@ -1180,10 +1182,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > { } 4 > -1->Emitted(33, 5) Source(21, 32) + SourceIndex(3) -2 >Emitted(33, 14) Source(21, 33) + SourceIndex(3) -3 >Emitted(33, 18) Source(21, 37) + SourceIndex(3) -4 >Emitted(33, 19) Source(21, 37) + SourceIndex(3) +1->Emitted(34, 5) Source(21, 32) + SourceIndex(3) +2 >Emitted(34, 14) Source(21, 33) + SourceIndex(3) +3 >Emitted(34, 18) Source(21, 37) + SourceIndex(3) +4 >Emitted(34, 19) Source(21, 37) + SourceIndex(3) --- >>> function foo() { } 1->^^^^ @@ -1198,11 +1200,11 @@ sourceFile:../../../second/second_part1.ts 3 > foo 4 > () { 5 > } -1->Emitted(34, 5) Source(22, 19) + SourceIndex(3) -2 >Emitted(34, 14) Source(22, 35) + SourceIndex(3) -3 >Emitted(34, 17) Source(22, 38) + SourceIndex(3) -4 >Emitted(34, 22) Source(22, 42) + SourceIndex(3) -5 >Emitted(34, 23) Source(22, 43) + SourceIndex(3) +1->Emitted(35, 5) Source(22, 19) + SourceIndex(3) +2 >Emitted(35, 14) Source(22, 35) + SourceIndex(3) +3 >Emitted(35, 17) Source(22, 38) + SourceIndex(3) +4 >Emitted(35, 22) Source(22, 42) + SourceIndex(3) +5 >Emitted(35, 23) Source(22, 43) + SourceIndex(3) --- >>> normalN.foo = foo; 1->^^^^ @@ -1214,10 +1216,10 @@ sourceFile:../../../second/second_part1.ts 2 > foo 3 > () {} 4 > -1->Emitted(35, 5) Source(22, 35) + SourceIndex(3) -2 >Emitted(35, 16) Source(22, 38) + SourceIndex(3) -3 >Emitted(35, 22) Source(22, 43) + SourceIndex(3) -4 >Emitted(35, 23) Source(22, 43) + SourceIndex(3) +1->Emitted(36, 5) Source(22, 35) + SourceIndex(3) +2 >Emitted(36, 16) Source(22, 38) + SourceIndex(3) +3 >Emitted(36, 22) Source(22, 43) + SourceIndex(3) +4 >Emitted(36, 23) Source(22, 43) + SourceIndex(3) --- >>> var someNamespace; 1->^^^^ @@ -1230,10 +1232,10 @@ sourceFile:../../../second/second_part1.ts 2 > export namespace 3 > someNamespace 4 > { export class C {} } -1->Emitted(36, 5) Source(23, 19) + SourceIndex(3) -2 >Emitted(36, 9) Source(23, 36) + SourceIndex(3) -3 >Emitted(36, 22) Source(23, 49) + SourceIndex(3) -4 >Emitted(36, 23) Source(23, 71) + SourceIndex(3) +1->Emitted(37, 5) Source(23, 19) + SourceIndex(3) +2 >Emitted(37, 9) Source(23, 36) + SourceIndex(3) +3 >Emitted(37, 22) Source(23, 49) + SourceIndex(3) +4 >Emitted(37, 23) Source(23, 71) + SourceIndex(3) --- >>> (function (someNamespace) { 1->^^^^ @@ -1243,21 +1245,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > export namespace 3 > someNamespace -1->Emitted(37, 5) Source(23, 19) + SourceIndex(3) -2 >Emitted(37, 16) Source(23, 36) + SourceIndex(3) -3 >Emitted(37, 29) Source(23, 49) + SourceIndex(3) +1->Emitted(38, 5) Source(23, 19) + SourceIndex(3) +2 >Emitted(38, 16) Source(23, 36) + SourceIndex(3) +3 >Emitted(38, 29) Source(23, 49) + SourceIndex(3) --- >>> var C = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(38, 9) Source(23, 52) + SourceIndex(3) +1->Emitted(39, 9) Source(23, 52) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(39, 13) Source(23, 52) + SourceIndex(3) +1->Emitted(40, 13) Source(23, 52) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -1265,16 +1267,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(40, 13) Source(23, 68) + SourceIndex(3) -2 >Emitted(40, 14) Source(23, 69) + SourceIndex(3) +1->Emitted(41, 13) Source(23, 68) + SourceIndex(3) +2 >Emitted(41, 14) Source(23, 69) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(41, 13) Source(23, 68) + SourceIndex(3) -2 >Emitted(41, 21) Source(23, 69) + SourceIndex(3) +1->Emitted(42, 13) Source(23, 68) + SourceIndex(3) +2 >Emitted(42, 21) Source(23, 69) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -1286,10 +1288,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(42, 9) Source(23, 68) + SourceIndex(3) -2 >Emitted(42, 10) Source(23, 69) + SourceIndex(3) -3 >Emitted(42, 10) Source(23, 52) + SourceIndex(3) -4 >Emitted(42, 14) Source(23, 69) + SourceIndex(3) +1 >Emitted(43, 9) Source(23, 68) + SourceIndex(3) +2 >Emitted(43, 10) Source(23, 69) + SourceIndex(3) +3 >Emitted(43, 10) Source(23, 52) + SourceIndex(3) +4 >Emitted(43, 14) Source(23, 69) + SourceIndex(3) --- >>> someNamespace.C = C; 1->^^^^^^^^ @@ -1301,10 +1303,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > {} 4 > -1->Emitted(43, 9) Source(23, 65) + SourceIndex(3) -2 >Emitted(43, 24) Source(23, 66) + SourceIndex(3) -3 >Emitted(43, 28) Source(23, 69) + SourceIndex(3) -4 >Emitted(43, 29) Source(23, 69) + SourceIndex(3) +1->Emitted(44, 9) Source(23, 65) + SourceIndex(3) +2 >Emitted(44, 24) Source(23, 66) + SourceIndex(3) +3 >Emitted(44, 28) Source(23, 69) + SourceIndex(3) +4 >Emitted(44, 29) Source(23, 69) + SourceIndex(3) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^ @@ -1325,15 +1327,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(44, 5) Source(23, 70) + SourceIndex(3) -2 >Emitted(44, 6) Source(23, 71) + SourceIndex(3) -3 >Emitted(44, 8) Source(23, 36) + SourceIndex(3) -4 >Emitted(44, 21) Source(23, 49) + SourceIndex(3) -5 >Emitted(44, 24) Source(23, 36) + SourceIndex(3) -6 >Emitted(44, 45) Source(23, 49) + SourceIndex(3) -7 >Emitted(44, 50) Source(23, 36) + SourceIndex(3) -8 >Emitted(44, 71) Source(23, 49) + SourceIndex(3) -9 >Emitted(44, 79) Source(23, 71) + SourceIndex(3) +1->Emitted(45, 5) Source(23, 70) + SourceIndex(3) +2 >Emitted(45, 6) Source(23, 71) + SourceIndex(3) +3 >Emitted(45, 8) Source(23, 36) + SourceIndex(3) +4 >Emitted(45, 21) Source(23, 49) + SourceIndex(3) +5 >Emitted(45, 24) Source(23, 36) + SourceIndex(3) +6 >Emitted(45, 45) Source(23, 49) + SourceIndex(3) +7 >Emitted(45, 50) Source(23, 36) + SourceIndex(3) +8 >Emitted(45, 71) Source(23, 49) + SourceIndex(3) +9 >Emitted(45, 79) Source(23, 71) + SourceIndex(3) --- >>> var someOther; 1 >^^^^ @@ -1346,10 +1348,10 @@ sourceFile:../../../second/second_part1.ts 2 > export namespace 3 > someOther 4 > .something { export class someClass {} } -1 >Emitted(45, 5) Source(24, 19) + SourceIndex(3) -2 >Emitted(45, 9) Source(24, 36) + SourceIndex(3) -3 >Emitted(45, 18) Source(24, 45) + SourceIndex(3) -4 >Emitted(45, 19) Source(24, 85) + SourceIndex(3) +1 >Emitted(46, 5) Source(24, 19) + SourceIndex(3) +2 >Emitted(46, 9) Source(24, 36) + SourceIndex(3) +3 >Emitted(46, 18) Source(24, 45) + SourceIndex(3) +4 >Emitted(46, 19) Source(24, 85) + SourceIndex(3) --- >>> (function (someOther) { 1->^^^^ @@ -1358,9 +1360,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > export namespace 3 > someOther -1->Emitted(46, 5) Source(24, 19) + SourceIndex(3) -2 >Emitted(46, 16) Source(24, 36) + SourceIndex(3) -3 >Emitted(46, 25) Source(24, 45) + SourceIndex(3) +1->Emitted(47, 5) Source(24, 19) + SourceIndex(3) +2 >Emitted(47, 16) Source(24, 36) + SourceIndex(3) +3 >Emitted(47, 25) Source(24, 45) + SourceIndex(3) --- >>> var something; 1 >^^^^^^^^ @@ -1372,10 +1374,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(47, 9) Source(24, 46) + SourceIndex(3) -2 >Emitted(47, 13) Source(24, 46) + SourceIndex(3) -3 >Emitted(47, 22) Source(24, 55) + SourceIndex(3) -4 >Emitted(47, 23) Source(24, 85) + SourceIndex(3) +1 >Emitted(48, 9) Source(24, 46) + SourceIndex(3) +2 >Emitted(48, 13) Source(24, 46) + SourceIndex(3) +3 >Emitted(48, 22) Source(24, 55) + SourceIndex(3) +4 >Emitted(48, 23) Source(24, 85) + SourceIndex(3) --- >>> (function (something) { 1->^^^^^^^^ @@ -1385,21 +1387,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(48, 9) Source(24, 46) + SourceIndex(3) -2 >Emitted(48, 20) Source(24, 46) + SourceIndex(3) -3 >Emitted(48, 29) Source(24, 55) + SourceIndex(3) +1->Emitted(49, 9) Source(24, 46) + SourceIndex(3) +2 >Emitted(49, 20) Source(24, 46) + SourceIndex(3) +3 >Emitted(49, 29) Source(24, 55) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(49, 13) Source(24, 58) + SourceIndex(3) +1->Emitted(50, 13) Source(24, 58) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(50, 17) Source(24, 58) + SourceIndex(3) +1->Emitted(51, 17) Source(24, 58) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -1407,16 +1409,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(51, 17) Source(24, 82) + SourceIndex(3) -2 >Emitted(51, 18) Source(24, 83) + SourceIndex(3) +1->Emitted(52, 17) Source(24, 82) + SourceIndex(3) +2 >Emitted(52, 18) Source(24, 83) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(52, 17) Source(24, 82) + SourceIndex(3) -2 >Emitted(52, 33) Source(24, 83) + SourceIndex(3) +1->Emitted(53, 17) Source(24, 82) + SourceIndex(3) +2 >Emitted(53, 33) Source(24, 83) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -1428,10 +1430,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(53, 13) Source(24, 82) + SourceIndex(3) -2 >Emitted(53, 14) Source(24, 83) + SourceIndex(3) -3 >Emitted(53, 14) Source(24, 58) + SourceIndex(3) -4 >Emitted(53, 18) Source(24, 83) + SourceIndex(3) +1 >Emitted(54, 13) Source(24, 82) + SourceIndex(3) +2 >Emitted(54, 14) Source(24, 83) + SourceIndex(3) +3 >Emitted(54, 14) Source(24, 58) + SourceIndex(3) +4 >Emitted(54, 18) Source(24, 83) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -1443,10 +1445,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(54, 13) Source(24, 71) + SourceIndex(3) -2 >Emitted(54, 32) Source(24, 80) + SourceIndex(3) -3 >Emitted(54, 44) Source(24, 83) + SourceIndex(3) -4 >Emitted(54, 45) Source(24, 83) + SourceIndex(3) +1->Emitted(55, 13) Source(24, 71) + SourceIndex(3) +2 >Emitted(55, 32) Source(24, 80) + SourceIndex(3) +3 >Emitted(55, 44) Source(24, 83) + SourceIndex(3) +4 >Emitted(55, 45) Source(24, 83) + SourceIndex(3) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^ @@ -1467,15 +1469,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(55, 9) Source(24, 84) + SourceIndex(3) -2 >Emitted(55, 10) Source(24, 85) + SourceIndex(3) -3 >Emitted(55, 12) Source(24, 46) + SourceIndex(3) -4 >Emitted(55, 21) Source(24, 55) + SourceIndex(3) -5 >Emitted(55, 24) Source(24, 46) + SourceIndex(3) -6 >Emitted(55, 43) Source(24, 55) + SourceIndex(3) -7 >Emitted(55, 48) Source(24, 46) + SourceIndex(3) -8 >Emitted(55, 67) Source(24, 55) + SourceIndex(3) -9 >Emitted(55, 75) Source(24, 85) + SourceIndex(3) +1->Emitted(56, 9) Source(24, 84) + SourceIndex(3) +2 >Emitted(56, 10) Source(24, 85) + SourceIndex(3) +3 >Emitted(56, 12) Source(24, 46) + SourceIndex(3) +4 >Emitted(56, 21) Source(24, 55) + SourceIndex(3) +5 >Emitted(56, 24) Source(24, 46) + SourceIndex(3) +6 >Emitted(56, 43) Source(24, 55) + SourceIndex(3) +7 >Emitted(56, 48) Source(24, 46) + SourceIndex(3) +8 >Emitted(56, 67) Source(24, 55) + SourceIndex(3) +9 >Emitted(56, 75) Source(24, 85) + SourceIndex(3) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^ @@ -1496,15 +1498,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(56, 5) Source(24, 84) + SourceIndex(3) -2 >Emitted(56, 6) Source(24, 85) + SourceIndex(3) -3 >Emitted(56, 8) Source(24, 36) + SourceIndex(3) -4 >Emitted(56, 17) Source(24, 45) + SourceIndex(3) -5 >Emitted(56, 20) Source(24, 36) + SourceIndex(3) -6 >Emitted(56, 37) Source(24, 45) + SourceIndex(3) -7 >Emitted(56, 42) Source(24, 36) + SourceIndex(3) -8 >Emitted(56, 59) Source(24, 45) + SourceIndex(3) -9 >Emitted(56, 67) Source(24, 85) + SourceIndex(3) +1 >Emitted(57, 5) Source(24, 84) + SourceIndex(3) +2 >Emitted(57, 6) Source(24, 85) + SourceIndex(3) +3 >Emitted(57, 8) Source(24, 36) + SourceIndex(3) +4 >Emitted(57, 17) Source(24, 45) + SourceIndex(3) +5 >Emitted(57, 20) Source(24, 36) + SourceIndex(3) +6 >Emitted(57, 37) Source(24, 45) + SourceIndex(3) +7 >Emitted(57, 42) Source(24, 36) + SourceIndex(3) +8 >Emitted(57, 59) Source(24, 45) + SourceIndex(3) +9 >Emitted(57, 67) Source(24, 85) + SourceIndex(3) --- >>> normalN.someImport = someNamespace.C; 1 >^^^^ @@ -1522,13 +1524,13 @@ sourceFile:../../../second/second_part1.ts 5 > . 6 > C 7 > ; -1 >Emitted(57, 5) Source(25, 33) + SourceIndex(3) -2 >Emitted(57, 23) Source(25, 43) + SourceIndex(3) -3 >Emitted(57, 26) Source(25, 46) + SourceIndex(3) -4 >Emitted(57, 39) Source(25, 59) + SourceIndex(3) -5 >Emitted(57, 40) Source(25, 60) + SourceIndex(3) -6 >Emitted(57, 41) Source(25, 61) + SourceIndex(3) -7 >Emitted(57, 42) Source(25, 62) + SourceIndex(3) +1 >Emitted(58, 5) Source(25, 33) + SourceIndex(3) +2 >Emitted(58, 23) Source(25, 43) + SourceIndex(3) +3 >Emitted(58, 26) Source(25, 46) + SourceIndex(3) +4 >Emitted(58, 39) Source(25, 59) + SourceIndex(3) +5 >Emitted(58, 40) Source(25, 60) + SourceIndex(3) +6 >Emitted(58, 41) Source(25, 61) + SourceIndex(3) +7 >Emitted(58, 42) Source(25, 62) + SourceIndex(3) --- >>> normalN.internalConst = 10; 1 >^^^^ @@ -1543,11 +1545,11 @@ sourceFile:../../../second/second_part1.ts 3 > = 4 > 10 5 > ; -1 >Emitted(58, 5) Source(27, 32) + SourceIndex(3) -2 >Emitted(58, 26) Source(27, 45) + SourceIndex(3) -3 >Emitted(58, 29) Source(27, 48) + SourceIndex(3) -4 >Emitted(58, 31) Source(27, 50) + SourceIndex(3) -5 >Emitted(58, 32) Source(27, 51) + SourceIndex(3) +1 >Emitted(59, 5) Source(27, 32) + SourceIndex(3) +2 >Emitted(59, 26) Source(27, 45) + SourceIndex(3) +3 >Emitted(59, 29) Source(27, 48) + SourceIndex(3) +4 >Emitted(59, 31) Source(27, 50) + SourceIndex(3) +5 >Emitted(59, 32) Source(27, 51) + SourceIndex(3) --- >>> var internalEnum; 1 >^^^^ @@ -1558,9 +1560,9 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ 2 > export enum 3 > internalEnum { a, b, c } -1 >Emitted(59, 5) Source(28, 19) + SourceIndex(3) -2 >Emitted(59, 9) Source(28, 31) + SourceIndex(3) -3 >Emitted(59, 21) Source(28, 55) + SourceIndex(3) +1 >Emitted(60, 5) Source(28, 19) + SourceIndex(3) +2 >Emitted(60, 9) Source(28, 31) + SourceIndex(3) +3 >Emitted(60, 21) Source(28, 55) + SourceIndex(3) --- >>> (function (internalEnum) { 1->^^^^ @@ -1570,9 +1572,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > export enum 3 > internalEnum -1->Emitted(60, 5) Source(28, 19) + SourceIndex(3) -2 >Emitted(60, 16) Source(28, 31) + SourceIndex(3) -3 >Emitted(60, 28) Source(28, 43) + SourceIndex(3) +1->Emitted(61, 5) Source(28, 19) + SourceIndex(3) +2 >Emitted(61, 16) Source(28, 31) + SourceIndex(3) +3 >Emitted(61, 28) Source(28, 43) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -1582,9 +1584,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(61, 9) Source(28, 46) + SourceIndex(3) -2 >Emitted(61, 50) Source(28, 47) + SourceIndex(3) -3 >Emitted(61, 51) Source(28, 47) + SourceIndex(3) +1->Emitted(62, 9) Source(28, 46) + SourceIndex(3) +2 >Emitted(62, 50) Source(28, 47) + SourceIndex(3) +3 >Emitted(62, 51) Source(28, 47) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -1594,9 +1596,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(62, 9) Source(28, 49) + SourceIndex(3) -2 >Emitted(62, 50) Source(28, 50) + SourceIndex(3) -3 >Emitted(62, 51) Source(28, 50) + SourceIndex(3) +1->Emitted(63, 9) Source(28, 49) + SourceIndex(3) +2 >Emitted(63, 50) Source(28, 50) + SourceIndex(3) +3 >Emitted(63, 51) Source(28, 50) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -1606,9 +1608,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(63, 9) Source(28, 52) + SourceIndex(3) -2 >Emitted(63, 50) Source(28, 53) + SourceIndex(3) -3 >Emitted(63, 51) Source(28, 53) + SourceIndex(3) +1->Emitted(64, 9) Source(28, 52) + SourceIndex(3) +2 >Emitted(64, 50) Source(28, 53) + SourceIndex(3) +3 >Emitted(64, 51) Source(28, 53) + SourceIndex(3) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^ @@ -1629,15 +1631,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(64, 5) Source(28, 54) + SourceIndex(3) -2 >Emitted(64, 6) Source(28, 55) + SourceIndex(3) -3 >Emitted(64, 8) Source(28, 31) + SourceIndex(3) -4 >Emitted(64, 20) Source(28, 43) + SourceIndex(3) -5 >Emitted(64, 23) Source(28, 31) + SourceIndex(3) -6 >Emitted(64, 43) Source(28, 43) + SourceIndex(3) -7 >Emitted(64, 48) Source(28, 31) + SourceIndex(3) -8 >Emitted(64, 68) Source(28, 43) + SourceIndex(3) -9 >Emitted(64, 76) Source(28, 55) + SourceIndex(3) +1->Emitted(65, 5) Source(28, 54) + SourceIndex(3) +2 >Emitted(65, 6) Source(28, 55) + SourceIndex(3) +3 >Emitted(65, 8) Source(28, 31) + SourceIndex(3) +4 >Emitted(65, 20) Source(28, 43) + SourceIndex(3) +5 >Emitted(65, 23) Source(28, 31) + SourceIndex(3) +6 >Emitted(65, 43) Source(28, 43) + SourceIndex(3) +7 >Emitted(65, 48) Source(28, 31) + SourceIndex(3) +8 >Emitted(65, 68) Source(28, 43) + SourceIndex(3) +9 >Emitted(65, 76) Source(28, 55) + SourceIndex(3) --- >>>})(normalN || (normalN = {})); 1 > @@ -1665,26 +1667,26 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(65, 1) Source(29, 1) + SourceIndex(3) -2 >Emitted(65, 2) Source(29, 2) + SourceIndex(3) -3 >Emitted(65, 4) Source(20, 11) + SourceIndex(3) -4 >Emitted(65, 11) Source(20, 18) + SourceIndex(3) -5 >Emitted(65, 16) Source(20, 11) + SourceIndex(3) -6 >Emitted(65, 23) Source(20, 18) + SourceIndex(3) -7 >Emitted(65, 31) Source(29, 2) + SourceIndex(3) +1 >Emitted(66, 1) Source(29, 1) + SourceIndex(3) +2 >Emitted(66, 2) Source(29, 2) + SourceIndex(3) +3 >Emitted(66, 4) Source(20, 11) + SourceIndex(3) +4 >Emitted(66, 11) Source(20, 18) + SourceIndex(3) +5 >Emitted(66, 16) Source(20, 11) + SourceIndex(3) +6 >Emitted(66, 23) Source(20, 18) + SourceIndex(3) +7 >Emitted(66, 31) Source(29, 2) + SourceIndex(3) --- >>>var internalC = (function () { 1-> 2 >^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> >/*@internal*/ -1->Emitted(66, 1) Source(30, 15) + SourceIndex(3) +1->Emitted(67, 1) Source(30, 15) + SourceIndex(3) --- >>> function internalC() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(67, 5) Source(30, 15) + SourceIndex(3) +1->Emitted(68, 5) Source(30, 15) + SourceIndex(3) --- >>> } 1->^^^^ @@ -1692,16 +1694,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->class internalC { 2 > } -1->Emitted(68, 5) Source(30, 32) + SourceIndex(3) -2 >Emitted(68, 6) Source(30, 33) + SourceIndex(3) +1->Emitted(69, 5) Source(30, 32) + SourceIndex(3) +2 >Emitted(69, 6) Source(30, 33) + SourceIndex(3) --- >>> return internalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(69, 5) Source(30, 32) + SourceIndex(3) -2 >Emitted(69, 21) Source(30, 33) + SourceIndex(3) +1->Emitted(70, 5) Source(30, 32) + SourceIndex(3) +2 >Emitted(70, 21) Source(30, 33) + SourceIndex(3) --- >>>}()); 1 > @@ -1713,10 +1715,10 @@ sourceFile:../../../second/second_part1.ts 2 >} 3 > 4 > class internalC {} -1 >Emitted(70, 1) Source(30, 32) + SourceIndex(3) -2 >Emitted(70, 2) Source(30, 33) + SourceIndex(3) -3 >Emitted(70, 2) Source(30, 15) + SourceIndex(3) -4 >Emitted(70, 6) Source(30, 33) + SourceIndex(3) +1 >Emitted(71, 1) Source(30, 32) + SourceIndex(3) +2 >Emitted(71, 2) Source(30, 33) + SourceIndex(3) +3 >Emitted(71, 2) Source(30, 15) + SourceIndex(3) +4 >Emitted(71, 6) Source(30, 33) + SourceIndex(3) --- >>>function internalfoo() { } 1-> @@ -1730,11 +1732,11 @@ sourceFile:../../../second/second_part1.ts 3 > internalfoo 4 > () { 5 > } -1->Emitted(71, 1) Source(31, 15) + SourceIndex(3) -2 >Emitted(71, 10) Source(31, 24) + SourceIndex(3) -3 >Emitted(71, 21) Source(31, 35) + SourceIndex(3) -4 >Emitted(71, 26) Source(31, 39) + SourceIndex(3) -5 >Emitted(71, 27) Source(31, 40) + SourceIndex(3) +1->Emitted(72, 1) Source(31, 15) + SourceIndex(3) +2 >Emitted(72, 10) Source(31, 24) + SourceIndex(3) +3 >Emitted(72, 21) Source(31, 35) + SourceIndex(3) +4 >Emitted(72, 26) Source(31, 39) + SourceIndex(3) +5 >Emitted(72, 27) Source(31, 40) + SourceIndex(3) --- >>>var internalNamespace; 1 > @@ -1747,10 +1749,10 @@ sourceFile:../../../second/second_part1.ts 2 >namespace 3 > internalNamespace 4 > { export class someClass {} } -1 >Emitted(72, 1) Source(32, 15) + SourceIndex(3) -2 >Emitted(72, 5) Source(32, 25) + SourceIndex(3) -3 >Emitted(72, 22) Source(32, 42) + SourceIndex(3) -4 >Emitted(72, 23) Source(32, 72) + SourceIndex(3) +1 >Emitted(73, 1) Source(32, 15) + SourceIndex(3) +2 >Emitted(73, 5) Source(32, 25) + SourceIndex(3) +3 >Emitted(73, 22) Source(32, 42) + SourceIndex(3) +4 >Emitted(73, 23) Source(32, 72) + SourceIndex(3) --- >>>(function (internalNamespace) { 1-> @@ -1760,21 +1762,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > internalNamespace -1->Emitted(73, 1) Source(32, 15) + SourceIndex(3) -2 >Emitted(73, 12) Source(32, 25) + SourceIndex(3) -3 >Emitted(73, 29) Source(32, 42) + SourceIndex(3) +1->Emitted(74, 1) Source(32, 15) + SourceIndex(3) +2 >Emitted(74, 12) Source(32, 25) + SourceIndex(3) +3 >Emitted(74, 29) Source(32, 42) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(74, 5) Source(32, 45) + SourceIndex(3) +1->Emitted(75, 5) Source(32, 45) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(75, 9) Source(32, 45) + SourceIndex(3) +1->Emitted(76, 9) Source(32, 45) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -1782,16 +1784,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(76, 9) Source(32, 69) + SourceIndex(3) -2 >Emitted(76, 10) Source(32, 70) + SourceIndex(3) +1->Emitted(77, 9) Source(32, 69) + SourceIndex(3) +2 >Emitted(77, 10) Source(32, 70) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(77, 9) Source(32, 69) + SourceIndex(3) -2 >Emitted(77, 25) Source(32, 70) + SourceIndex(3) +1->Emitted(78, 9) Source(32, 69) + SourceIndex(3) +2 >Emitted(78, 25) Source(32, 70) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -1803,10 +1805,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(78, 5) Source(32, 69) + SourceIndex(3) -2 >Emitted(78, 6) Source(32, 70) + SourceIndex(3) -3 >Emitted(78, 6) Source(32, 45) + SourceIndex(3) -4 >Emitted(78, 10) Source(32, 70) + SourceIndex(3) +1 >Emitted(79, 5) Source(32, 69) + SourceIndex(3) +2 >Emitted(79, 6) Source(32, 70) + SourceIndex(3) +3 >Emitted(79, 6) Source(32, 45) + SourceIndex(3) +4 >Emitted(79, 10) Source(32, 70) + SourceIndex(3) --- >>> internalNamespace.someClass = someClass; 1->^^^^ @@ -1818,10 +1820,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(79, 5) Source(32, 58) + SourceIndex(3) -2 >Emitted(79, 32) Source(32, 67) + SourceIndex(3) -3 >Emitted(79, 44) Source(32, 70) + SourceIndex(3) -4 >Emitted(79, 45) Source(32, 70) + SourceIndex(3) +1->Emitted(80, 5) Source(32, 58) + SourceIndex(3) +2 >Emitted(80, 32) Source(32, 67) + SourceIndex(3) +3 >Emitted(80, 44) Source(32, 70) + SourceIndex(3) +4 >Emitted(80, 45) Source(32, 70) + SourceIndex(3) --- >>>})(internalNamespace || (internalNamespace = {})); 1-> @@ -1838,13 +1840,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalNamespace 7 > { export class someClass {} } -1->Emitted(80, 1) Source(32, 71) + SourceIndex(3) -2 >Emitted(80, 2) Source(32, 72) + SourceIndex(3) -3 >Emitted(80, 4) Source(32, 25) + SourceIndex(3) -4 >Emitted(80, 21) Source(32, 42) + SourceIndex(3) -5 >Emitted(80, 26) Source(32, 25) + SourceIndex(3) -6 >Emitted(80, 43) Source(32, 42) + SourceIndex(3) -7 >Emitted(80, 51) Source(32, 72) + SourceIndex(3) +1->Emitted(81, 1) Source(32, 71) + SourceIndex(3) +2 >Emitted(81, 2) Source(32, 72) + SourceIndex(3) +3 >Emitted(81, 4) Source(32, 25) + SourceIndex(3) +4 >Emitted(81, 21) Source(32, 42) + SourceIndex(3) +5 >Emitted(81, 26) Source(32, 25) + SourceIndex(3) +6 >Emitted(81, 43) Source(32, 42) + SourceIndex(3) +7 >Emitted(81, 51) Source(32, 72) + SourceIndex(3) --- >>>var internalOther; 1 > @@ -1857,10 +1859,10 @@ sourceFile:../../../second/second_part1.ts 2 >namespace 3 > internalOther 4 > .something { export class someClass {} } -1 >Emitted(81, 1) Source(33, 15) + SourceIndex(3) -2 >Emitted(81, 5) Source(33, 25) + SourceIndex(3) -3 >Emitted(81, 18) Source(33, 38) + SourceIndex(3) -4 >Emitted(81, 19) Source(33, 78) + SourceIndex(3) +1 >Emitted(82, 1) Source(33, 15) + SourceIndex(3) +2 >Emitted(82, 5) Source(33, 25) + SourceIndex(3) +3 >Emitted(82, 18) Source(33, 38) + SourceIndex(3) +4 >Emitted(82, 19) Source(33, 78) + SourceIndex(3) --- >>>(function (internalOther) { 1-> @@ -1869,9 +1871,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > internalOther -1->Emitted(82, 1) Source(33, 15) + SourceIndex(3) -2 >Emitted(82, 12) Source(33, 25) + SourceIndex(3) -3 >Emitted(82, 25) Source(33, 38) + SourceIndex(3) +1->Emitted(83, 1) Source(33, 15) + SourceIndex(3) +2 >Emitted(83, 12) Source(33, 25) + SourceIndex(3) +3 >Emitted(83, 25) Source(33, 38) + SourceIndex(3) --- >>> var something; 1 >^^^^ @@ -1883,10 +1885,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(83, 5) Source(33, 39) + SourceIndex(3) -2 >Emitted(83, 9) Source(33, 39) + SourceIndex(3) -3 >Emitted(83, 18) Source(33, 48) + SourceIndex(3) -4 >Emitted(83, 19) Source(33, 78) + SourceIndex(3) +1 >Emitted(84, 5) Source(33, 39) + SourceIndex(3) +2 >Emitted(84, 9) Source(33, 39) + SourceIndex(3) +3 >Emitted(84, 18) Source(33, 48) + SourceIndex(3) +4 >Emitted(84, 19) Source(33, 78) + SourceIndex(3) --- >>> (function (something) { 1->^^^^ @@ -1896,21 +1898,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(84, 5) Source(33, 39) + SourceIndex(3) -2 >Emitted(84, 16) Source(33, 39) + SourceIndex(3) -3 >Emitted(84, 25) Source(33, 48) + SourceIndex(3) +1->Emitted(85, 5) Source(33, 39) + SourceIndex(3) +2 >Emitted(85, 16) Source(33, 39) + SourceIndex(3) +3 >Emitted(85, 25) Source(33, 48) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(85, 9) Source(33, 51) + SourceIndex(3) +1->Emitted(86, 9) Source(33, 51) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(86, 13) Source(33, 51) + SourceIndex(3) +1->Emitted(87, 13) Source(33, 51) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -1918,16 +1920,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(87, 13) Source(33, 75) + SourceIndex(3) -2 >Emitted(87, 14) Source(33, 76) + SourceIndex(3) +1->Emitted(88, 13) Source(33, 75) + SourceIndex(3) +2 >Emitted(88, 14) Source(33, 76) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(88, 13) Source(33, 75) + SourceIndex(3) -2 >Emitted(88, 29) Source(33, 76) + SourceIndex(3) +1->Emitted(89, 13) Source(33, 75) + SourceIndex(3) +2 >Emitted(89, 29) Source(33, 76) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -1939,10 +1941,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(89, 9) Source(33, 75) + SourceIndex(3) -2 >Emitted(89, 10) Source(33, 76) + SourceIndex(3) -3 >Emitted(89, 10) Source(33, 51) + SourceIndex(3) -4 >Emitted(89, 14) Source(33, 76) + SourceIndex(3) +1 >Emitted(90, 9) Source(33, 75) + SourceIndex(3) +2 >Emitted(90, 10) Source(33, 76) + SourceIndex(3) +3 >Emitted(90, 10) Source(33, 51) + SourceIndex(3) +4 >Emitted(90, 14) Source(33, 76) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^ @@ -1954,10 +1956,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(90, 9) Source(33, 64) + SourceIndex(3) -2 >Emitted(90, 28) Source(33, 73) + SourceIndex(3) -3 >Emitted(90, 40) Source(33, 76) + SourceIndex(3) -4 >Emitted(90, 41) Source(33, 76) + SourceIndex(3) +1->Emitted(91, 9) Source(33, 64) + SourceIndex(3) +2 >Emitted(91, 28) Source(33, 73) + SourceIndex(3) +3 >Emitted(91, 40) Source(33, 76) + SourceIndex(3) +4 >Emitted(91, 41) Source(33, 76) + SourceIndex(3) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^ @@ -1978,15 +1980,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(91, 5) Source(33, 77) + SourceIndex(3) -2 >Emitted(91, 6) Source(33, 78) + SourceIndex(3) -3 >Emitted(91, 8) Source(33, 39) + SourceIndex(3) -4 >Emitted(91, 17) Source(33, 48) + SourceIndex(3) -5 >Emitted(91, 20) Source(33, 39) + SourceIndex(3) -6 >Emitted(91, 43) Source(33, 48) + SourceIndex(3) -7 >Emitted(91, 48) Source(33, 39) + SourceIndex(3) -8 >Emitted(91, 71) Source(33, 48) + SourceIndex(3) -9 >Emitted(91, 79) Source(33, 78) + SourceIndex(3) +1->Emitted(92, 5) Source(33, 77) + SourceIndex(3) +2 >Emitted(92, 6) Source(33, 78) + SourceIndex(3) +3 >Emitted(92, 8) Source(33, 39) + SourceIndex(3) +4 >Emitted(92, 17) Source(33, 48) + SourceIndex(3) +5 >Emitted(92, 20) Source(33, 39) + SourceIndex(3) +6 >Emitted(92, 43) Source(33, 48) + SourceIndex(3) +7 >Emitted(92, 48) Source(33, 39) + SourceIndex(3) +8 >Emitted(92, 71) Source(33, 48) + SourceIndex(3) +9 >Emitted(92, 79) Source(33, 78) + SourceIndex(3) --- >>>})(internalOther || (internalOther = {})); 1 > @@ -2004,13 +2006,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalOther 7 > .something { export class someClass {} } -1 >Emitted(92, 1) Source(33, 77) + SourceIndex(3) -2 >Emitted(92, 2) Source(33, 78) + SourceIndex(3) -3 >Emitted(92, 4) Source(33, 25) + SourceIndex(3) -4 >Emitted(92, 17) Source(33, 38) + SourceIndex(3) -5 >Emitted(92, 22) Source(33, 25) + SourceIndex(3) -6 >Emitted(92, 35) Source(33, 38) + SourceIndex(3) -7 >Emitted(92, 43) Source(33, 78) + SourceIndex(3) +1 >Emitted(93, 1) Source(33, 77) + SourceIndex(3) +2 >Emitted(93, 2) Source(33, 78) + SourceIndex(3) +3 >Emitted(93, 4) Source(33, 25) + SourceIndex(3) +4 >Emitted(93, 17) Source(33, 38) + SourceIndex(3) +5 >Emitted(93, 22) Source(33, 25) + SourceIndex(3) +6 >Emitted(93, 35) Source(33, 38) + SourceIndex(3) +7 >Emitted(93, 43) Source(33, 78) + SourceIndex(3) --- >>>var internalImport = internalNamespace.someClass; 1-> @@ -2030,14 +2032,14 @@ sourceFile:../../../second/second_part1.ts 6 > . 7 > someClass 8 > ; -1->Emitted(93, 1) Source(34, 15) + SourceIndex(3) -2 >Emitted(93, 5) Source(34, 22) + SourceIndex(3) -3 >Emitted(93, 19) Source(34, 36) + SourceIndex(3) -4 >Emitted(93, 22) Source(34, 39) + SourceIndex(3) -5 >Emitted(93, 39) Source(34, 56) + SourceIndex(3) -6 >Emitted(93, 40) Source(34, 57) + SourceIndex(3) -7 >Emitted(93, 49) Source(34, 66) + SourceIndex(3) -8 >Emitted(93, 50) Source(34, 67) + SourceIndex(3) +1->Emitted(94, 1) Source(34, 15) + SourceIndex(3) +2 >Emitted(94, 5) Source(34, 22) + SourceIndex(3) +3 >Emitted(94, 19) Source(34, 36) + SourceIndex(3) +4 >Emitted(94, 22) Source(34, 39) + SourceIndex(3) +5 >Emitted(94, 39) Source(34, 56) + SourceIndex(3) +6 >Emitted(94, 40) Source(34, 57) + SourceIndex(3) +7 >Emitted(94, 49) Source(34, 66) + SourceIndex(3) +8 >Emitted(94, 50) Source(34, 67) + SourceIndex(3) --- >>>var internalConst = 10; 1 > @@ -2054,12 +2056,12 @@ sourceFile:../../../second/second_part1.ts 4 > = 5 > 10 6 > ; -1 >Emitted(94, 1) Source(36, 15) + SourceIndex(3) -2 >Emitted(94, 5) Source(36, 21) + SourceIndex(3) -3 >Emitted(94, 18) Source(36, 34) + SourceIndex(3) -4 >Emitted(94, 21) Source(36, 37) + SourceIndex(3) -5 >Emitted(94, 23) Source(36, 39) + SourceIndex(3) -6 >Emitted(94, 24) Source(36, 40) + SourceIndex(3) +1 >Emitted(95, 1) Source(36, 15) + SourceIndex(3) +2 >Emitted(95, 5) Source(36, 21) + SourceIndex(3) +3 >Emitted(95, 18) Source(36, 34) + SourceIndex(3) +4 >Emitted(95, 21) Source(36, 37) + SourceIndex(3) +5 >Emitted(95, 23) Source(36, 39) + SourceIndex(3) +6 >Emitted(95, 24) Source(36, 40) + SourceIndex(3) --- >>>var internalEnum; 1 > @@ -2070,9 +2072,9 @@ sourceFile:../../../second/second_part1.ts >/*@internal*/ 2 >enum 3 > internalEnum { a, b, c } -1 >Emitted(95, 1) Source(37, 15) + SourceIndex(3) -2 >Emitted(95, 5) Source(37, 20) + SourceIndex(3) -3 >Emitted(95, 17) Source(37, 44) + SourceIndex(3) +1 >Emitted(96, 1) Source(37, 15) + SourceIndex(3) +2 >Emitted(96, 5) Source(37, 20) + SourceIndex(3) +3 >Emitted(96, 17) Source(37, 44) + SourceIndex(3) --- >>>(function (internalEnum) { 1-> @@ -2082,9 +2084,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >enum 3 > internalEnum -1->Emitted(96, 1) Source(37, 15) + SourceIndex(3) -2 >Emitted(96, 12) Source(37, 20) + SourceIndex(3) -3 >Emitted(96, 24) Source(37, 32) + SourceIndex(3) +1->Emitted(97, 1) Source(37, 15) + SourceIndex(3) +2 >Emitted(97, 12) Source(37, 20) + SourceIndex(3) +3 >Emitted(97, 24) Source(37, 32) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^ @@ -2094,9 +2096,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(97, 5) Source(37, 35) + SourceIndex(3) -2 >Emitted(97, 46) Source(37, 36) + SourceIndex(3) -3 >Emitted(97, 47) Source(37, 36) + SourceIndex(3) +1->Emitted(98, 5) Source(37, 35) + SourceIndex(3) +2 >Emitted(98, 46) Source(37, 36) + SourceIndex(3) +3 >Emitted(98, 47) Source(37, 36) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^ @@ -2106,9 +2108,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(98, 5) Source(37, 38) + SourceIndex(3) -2 >Emitted(98, 46) Source(37, 39) + SourceIndex(3) -3 >Emitted(98, 47) Source(37, 39) + SourceIndex(3) +1->Emitted(99, 5) Source(37, 38) + SourceIndex(3) +2 >Emitted(99, 46) Source(37, 39) + SourceIndex(3) +3 >Emitted(99, 47) Source(37, 39) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^ @@ -2117,9 +2119,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(99, 5) Source(37, 41) + SourceIndex(3) -2 >Emitted(99, 46) Source(37, 42) + SourceIndex(3) -3 >Emitted(99, 47) Source(37, 42) + SourceIndex(3) +1->Emitted(100, 5) Source(37, 41) + SourceIndex(3) +2 >Emitted(100, 46) Source(37, 42) + SourceIndex(3) +3 >Emitted(100, 47) Source(37, 42) + SourceIndex(3) --- >>>})(internalEnum || (internalEnum = {})); 1 > @@ -2136,13 +2138,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalEnum 7 > { a, b, c } -1 >Emitted(100, 1) Source(37, 43) + SourceIndex(3) -2 >Emitted(100, 2) Source(37, 44) + SourceIndex(3) -3 >Emitted(100, 4) Source(37, 20) + SourceIndex(3) -4 >Emitted(100, 16) Source(37, 32) + SourceIndex(3) -5 >Emitted(100, 21) Source(37, 20) + SourceIndex(3) -6 >Emitted(100, 33) Source(37, 32) + SourceIndex(3) -7 >Emitted(100, 41) Source(37, 44) + SourceIndex(3) +1 >Emitted(101, 1) Source(37, 43) + SourceIndex(3) +2 >Emitted(101, 2) Source(37, 44) + SourceIndex(3) +3 >Emitted(101, 4) Source(37, 20) + SourceIndex(3) +4 >Emitted(101, 16) Source(37, 32) + SourceIndex(3) +5 >Emitted(101, 21) Source(37, 20) + SourceIndex(3) +6 >Emitted(101, 33) Source(37, 32) + SourceIndex(3) +7 >Emitted(101, 41) Source(37, 44) + SourceIndex(3) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -2152,13 +2154,13 @@ sourceFile:../../../second/second_part2.ts 1 > 2 >^^^^^^^^^^^^^^^^^^^-> 1 > -1 >Emitted(101, 1) Source(1, 1) + SourceIndex(4) +1 >Emitted(102, 1) Source(1, 1) + SourceIndex(4) --- >>> function C() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(102, 5) Source(1, 1) + SourceIndex(4) +1->Emitted(103, 5) Source(1, 1) + SourceIndex(4) --- >>> } 1->^^^^ @@ -2170,8 +2172,8 @@ sourceFile:../../../second/second_part2.ts > } > 2 > } -1->Emitted(103, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(103, 6) Source(5, 2) + SourceIndex(4) +1->Emitted(104, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(104, 6) Source(5, 2) + SourceIndex(4) --- >>> C.prototype.doSomething = function () { 1->^^^^ @@ -2181,9 +2183,9 @@ sourceFile:../../../second/second_part2.ts 1-> 2 > doSomething 3 > -1->Emitted(104, 5) Source(2, 5) + SourceIndex(4) -2 >Emitted(104, 28) Source(2, 16) + SourceIndex(4) -3 >Emitted(104, 31) Source(2, 5) + SourceIndex(4) +1->Emitted(105, 5) Source(2, 5) + SourceIndex(4) +2 >Emitted(105, 28) Source(2, 16) + SourceIndex(4) +3 >Emitted(105, 31) Source(2, 5) + SourceIndex(4) --- >>> console.log("something got done"); 1->^^^^^^^^ @@ -2203,14 +2205,14 @@ sourceFile:../../../second/second_part2.ts 6 > "something got done" 7 > ) 8 > ; -1->Emitted(105, 9) Source(3, 9) + SourceIndex(4) -2 >Emitted(105, 16) Source(3, 16) + SourceIndex(4) -3 >Emitted(105, 17) Source(3, 17) + SourceIndex(4) -4 >Emitted(105, 20) Source(3, 20) + SourceIndex(4) -5 >Emitted(105, 21) Source(3, 21) + SourceIndex(4) -6 >Emitted(105, 41) Source(3, 41) + SourceIndex(4) -7 >Emitted(105, 42) Source(3, 42) + SourceIndex(4) -8 >Emitted(105, 43) Source(3, 43) + SourceIndex(4) +1->Emitted(106, 9) Source(3, 9) + SourceIndex(4) +2 >Emitted(106, 16) Source(3, 16) + SourceIndex(4) +3 >Emitted(106, 17) Source(3, 17) + SourceIndex(4) +4 >Emitted(106, 20) Source(3, 20) + SourceIndex(4) +5 >Emitted(106, 21) Source(3, 21) + SourceIndex(4) +6 >Emitted(106, 41) Source(3, 41) + SourceIndex(4) +7 >Emitted(106, 42) Source(3, 42) + SourceIndex(4) +8 >Emitted(106, 43) Source(3, 43) + SourceIndex(4) --- >>> }; 1 >^^^^ @@ -2219,8 +2221,8 @@ sourceFile:../../../second/second_part2.ts 1 > > 2 > } -1 >Emitted(106, 5) Source(4, 5) + SourceIndex(4) -2 >Emitted(106, 6) Source(4, 6) + SourceIndex(4) +1 >Emitted(107, 5) Source(4, 5) + SourceIndex(4) +2 >Emitted(107, 6) Source(4, 6) + SourceIndex(4) --- >>> return C; 1->^^^^ @@ -2228,8 +2230,8 @@ sourceFile:../../../second/second_part2.ts 1-> > 2 > } -1->Emitted(107, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(107, 13) Source(5, 2) + SourceIndex(4) +1->Emitted(108, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(108, 13) Source(5, 2) + SourceIndex(4) --- >>>}()); 1 > @@ -2245,10 +2247,10 @@ sourceFile:../../../second/second_part2.ts > console.log("something got done"); > } > } -1 >Emitted(108, 1) Source(5, 1) + SourceIndex(4) -2 >Emitted(108, 2) Source(5, 2) + SourceIndex(4) -3 >Emitted(108, 2) Source(1, 1) + SourceIndex(4) -4 >Emitted(108, 6) Source(5, 2) + SourceIndex(4) +1 >Emitted(109, 1) Source(5, 1) + SourceIndex(4) +2 >Emitted(109, 2) Source(5, 2) + SourceIndex(4) +3 >Emitted(109, 2) Source(1, 1) + SourceIndex(4) +4 >Emitted(109, 6) Source(5, 2) + SourceIndex(4) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -2272,14 +2274,14 @@ sourceFile:../../third_part1.ts 6 > C 7 > () 8 > ; -1->Emitted(109, 1) Source(1, 1) + SourceIndex(5) -2 >Emitted(109, 5) Source(1, 5) + SourceIndex(5) -3 >Emitted(109, 6) Source(1, 6) + SourceIndex(5) -4 >Emitted(109, 9) Source(1, 9) + SourceIndex(5) -5 >Emitted(109, 13) Source(1, 13) + SourceIndex(5) -6 >Emitted(109, 14) Source(1, 14) + SourceIndex(5) -7 >Emitted(109, 16) Source(1, 16) + SourceIndex(5) -8 >Emitted(109, 17) Source(1, 17) + SourceIndex(5) +1->Emitted(110, 1) Source(1, 1) + SourceIndex(5) +2 >Emitted(110, 5) Source(1, 5) + SourceIndex(5) +3 >Emitted(110, 6) Source(1, 6) + SourceIndex(5) +4 >Emitted(110, 9) Source(1, 9) + SourceIndex(5) +5 >Emitted(110, 13) Source(1, 13) + SourceIndex(5) +6 >Emitted(110, 14) Source(1, 14) + SourceIndex(5) +7 >Emitted(110, 16) Source(1, 16) + SourceIndex(5) +8 >Emitted(110, 17) Source(1, 17) + SourceIndex(5) --- >>>c.doSomething(); 1-> @@ -2296,12 +2298,12 @@ sourceFile:../../third_part1.ts 4 > doSomething 5 > () 6 > ; -1->Emitted(110, 1) Source(2, 1) + SourceIndex(5) -2 >Emitted(110, 2) Source(2, 2) + SourceIndex(5) -3 >Emitted(110, 3) Source(2, 3) + SourceIndex(5) -4 >Emitted(110, 14) Source(2, 14) + SourceIndex(5) -5 >Emitted(110, 16) Source(2, 16) + SourceIndex(5) -6 >Emitted(110, 17) Source(2, 17) + SourceIndex(5) +1->Emitted(111, 1) Source(2, 1) + SourceIndex(5) +2 >Emitted(111, 2) Source(2, 2) + SourceIndex(5) +3 >Emitted(111, 3) Source(2, 3) + SourceIndex(5) +4 >Emitted(111, 14) Source(2, 14) + SourceIndex(5) +5 >Emitted(111, 16) Source(2, 16) + SourceIndex(5) +6 >Emitted(111, 17) Source(2, 17) + SourceIndex(5) --- >>>//# sourceMappingURL=third-output.js.map @@ -2329,20 +2331,20 @@ sourceFile:../../third_part1.ts }, { "pos": 110, - "end": 3162, + "end": 3180, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 110, - "end": 3162, + "end": 3180, "kind": "text" } ] }, { - "pos": 3162, - "end": 3198, + "pos": 3180, + "end": 3216, "kind": "text" } ] @@ -2401,9 +2403,9 @@ function f() { } ---------------------------------------------------------------------- -prepend: (110-3162):: ../../../2/second-output.js texts:: 1 +prepend: (110-3180):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (110-3162) +text: (110-3180) var N; (function (N) { function f() { @@ -2414,8 +2416,9 @@ var N; var normalC = (function () { function normalC() { } - normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: true, @@ -2508,7 +2511,7 @@ var C = (function () { }()); ---------------------------------------------------------------------- -text: (3162-3198) +text: (3180-3216) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/initial-Build/stripInternal-jsdoc-style-comment-when-one-two-three-are-prepended-in-order.js b/tests/baselines/reference/tsbuild/outfile-concat/initial-Build/stripInternal-jsdoc-style-comment-when-one-two-three-are-prepended-in-order.js index 7a5d6f628edcd..54b04a50173e2 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/initial-Build/stripInternal-jsdoc-style-comment-when-one-two-three-are-prepended-in-order.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/initial-Build/stripInternal-jsdoc-style-comment-when-one-two-three-are-prepended-in-order.js @@ -859,8 +859,9 @@ var N; var normalC = (function () { function normalC() { } - normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: true, @@ -954,7 +955,7 @@ var C = (function () { //# sourceMappingURL=second-output.js.map //// [/src/2/second-output.js.map] -{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../first/first_PART1.ts","../first/first_part2.ts","../first/first_part3.ts","../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../first/first_PART1.ts","../first/first_part2.ts","../first/first_part3.ts","../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"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"} //// [/src/2/second-output.js.map.baseline.txt] =================================================================== @@ -1255,66 +1256,68 @@ sourceFile:../second/second_part1.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->constructor() { 2 > } 1->Emitted(16, 5) Source(14, 36) + SourceIndex(3) 2 >Emitted(16, 6) Source(14, 37) + SourceIndex(3) --- ->>> normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> proto_1.method = function () { }; 1->^^^^ -2 > ^^^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^ -5 > ^ -6 > ^^^^^^-> +2 > ^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^ +5 > ^ +6 > ^^^^^^-> 1-> > /**@internal*/ prop: string; > /**@internal*/ 2 > method -3 > -4 > method() { -5 > } -1->Emitted(17, 5) Source(16, 20) + SourceIndex(3) -2 >Emitted(17, 29) Source(16, 26) + SourceIndex(3) -3 >Emitted(17, 32) Source(16, 20) + SourceIndex(3) -4 >Emitted(17, 46) Source(16, 31) + SourceIndex(3) -5 >Emitted(17, 47) Source(16, 32) + SourceIndex(3) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +3 > +4 > method() { +5 > } +1->Emitted(18, 5) Source(16, 20) + SourceIndex(3) +2 >Emitted(18, 19) Source(16, 26) + SourceIndex(3) +3 >Emitted(18, 22) Source(16, 20) + SourceIndex(3) +4 >Emitted(18, 36) Source(16, 31) + SourceIndex(3) +5 >Emitted(18, 37) Source(16, 32) + SourceIndex(3) +--- +>>> Object.defineProperty(proto_1, "c", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^^^^^^^^^^ +4 > ^^^-> 1-> > /**@internal*/ 2 > get 3 > c -1->Emitted(18, 5) Source(17, 20) + SourceIndex(3) -2 >Emitted(18, 27) Source(17, 24) + SourceIndex(3) -3 >Emitted(18, 49) Source(17, 25) + SourceIndex(3) +1->Emitted(19, 5) Source(17, 20) + SourceIndex(3) +2 >Emitted(19, 27) Source(17, 24) + SourceIndex(3) +3 >Emitted(19, 39) Source(17, 25) + SourceIndex(3) --- >>> get: function () { return 10; }, -1 >^^^^^^^^^^^^^ +1->^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^^^^^^^ 4 > ^^ 5 > ^ 6 > ^ 7 > ^ -1 > +1-> 2 > get c() { 3 > return 4 > 10 5 > ; 6 > 7 > } -1 >Emitted(19, 14) Source(17, 20) + SourceIndex(3) -2 >Emitted(19, 28) Source(17, 30) + SourceIndex(3) -3 >Emitted(19, 35) Source(17, 37) + SourceIndex(3) -4 >Emitted(19, 37) Source(17, 39) + SourceIndex(3) -5 >Emitted(19, 38) Source(17, 40) + SourceIndex(3) -6 >Emitted(19, 39) Source(17, 41) + SourceIndex(3) -7 >Emitted(19, 40) Source(17, 42) + SourceIndex(3) +1->Emitted(20, 14) Source(17, 20) + SourceIndex(3) +2 >Emitted(20, 28) Source(17, 30) + SourceIndex(3) +3 >Emitted(20, 35) Source(17, 37) + SourceIndex(3) +4 >Emitted(20, 37) Source(17, 39) + SourceIndex(3) +5 >Emitted(20, 38) Source(17, 40) + SourceIndex(3) +6 >Emitted(20, 39) Source(17, 41) + SourceIndex(3) +7 >Emitted(20, 40) Source(17, 42) + SourceIndex(3) --- >>> set: function (val) { }, 1 >^^^^^^^^^^^^^ @@ -1328,11 +1331,11 @@ sourceFile:../second/second_part1.ts 3 > val: number 4 > ) { 5 > } -1 >Emitted(20, 14) Source(18, 20) + SourceIndex(3) -2 >Emitted(20, 24) Source(18, 26) + SourceIndex(3) -3 >Emitted(20, 27) Source(18, 37) + SourceIndex(3) -4 >Emitted(20, 31) Source(18, 41) + SourceIndex(3) -5 >Emitted(20, 32) Source(18, 42) + SourceIndex(3) +1 >Emitted(21, 14) Source(18, 20) + SourceIndex(3) +2 >Emitted(21, 24) Source(18, 26) + SourceIndex(3) +3 >Emitted(21, 27) Source(18, 37) + SourceIndex(3) +4 >Emitted(21, 31) Source(18, 41) + SourceIndex(3) +5 >Emitted(21, 32) Source(18, 42) + SourceIndex(3) --- >>> enumerable: true, >>> configurable: true @@ -1340,7 +1343,7 @@ sourceFile:../second/second_part1.ts 1 >^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(23, 8) Source(17, 42) + SourceIndex(3) +1 >Emitted(24, 8) Source(17, 42) + SourceIndex(3) --- >>> return normalC; 1->^^^^ @@ -1349,8 +1352,8 @@ sourceFile:../second/second_part1.ts > /**@internal*/ set c(val: number) { } > 2 > } -1->Emitted(24, 5) Source(19, 1) + SourceIndex(3) -2 >Emitted(24, 19) Source(19, 2) + SourceIndex(3) +1->Emitted(25, 5) Source(19, 1) + SourceIndex(3) +2 >Emitted(25, 19) Source(19, 2) + SourceIndex(3) --- >>>}()); 1 > @@ -1368,10 +1371,10 @@ sourceFile:../second/second_part1.ts > /**@internal*/ get c() { return 10; } > /**@internal*/ set c(val: number) { } > } -1 >Emitted(25, 1) Source(19, 1) + SourceIndex(3) -2 >Emitted(25, 2) Source(19, 2) + SourceIndex(3) -3 >Emitted(25, 2) Source(13, 1) + SourceIndex(3) -4 >Emitted(25, 6) Source(19, 2) + SourceIndex(3) +1 >Emitted(26, 1) Source(19, 1) + SourceIndex(3) +2 >Emitted(26, 2) Source(19, 2) + SourceIndex(3) +3 >Emitted(26, 2) Source(13, 1) + SourceIndex(3) +4 >Emitted(26, 6) Source(19, 2) + SourceIndex(3) --- >>>var normalN; 1-> @@ -1393,10 +1396,10 @@ sourceFile:../second/second_part1.ts > /**@internal*/ export const internalConst = 10; > /**@internal*/ export enum internalEnum { a, b, c } > } -1->Emitted(26, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(26, 5) Source(20, 11) + SourceIndex(3) -3 >Emitted(26, 12) Source(20, 18) + SourceIndex(3) -4 >Emitted(26, 13) Source(29, 2) + SourceIndex(3) +1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(27, 5) Source(20, 11) + SourceIndex(3) +3 >Emitted(27, 12) Source(20, 18) + SourceIndex(3) +4 >Emitted(27, 13) Source(29, 2) + SourceIndex(3) --- >>>(function (normalN) { 1-> @@ -1406,22 +1409,22 @@ sourceFile:../second/second_part1.ts 1-> 2 >namespace 3 > normalN -1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(27, 12) Source(20, 11) + SourceIndex(3) -3 >Emitted(27, 19) Source(20, 18) + SourceIndex(3) +1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(28, 12) Source(20, 11) + SourceIndex(3) +3 >Emitted(28, 19) Source(20, 18) + SourceIndex(3) --- >>> var C = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { > /**@internal*/ -1->Emitted(28, 5) Source(21, 20) + SourceIndex(3) +1->Emitted(29, 5) Source(21, 20) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(29, 9) Source(21, 20) + SourceIndex(3) +1->Emitted(30, 9) Source(21, 20) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -1429,16 +1432,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(30, 9) Source(21, 37) + SourceIndex(3) -2 >Emitted(30, 10) Source(21, 38) + SourceIndex(3) +1->Emitted(31, 9) Source(21, 37) + SourceIndex(3) +2 >Emitted(31, 10) Source(21, 38) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(31, 9) Source(21, 37) + SourceIndex(3) -2 >Emitted(31, 17) Source(21, 38) + SourceIndex(3) +1->Emitted(32, 9) Source(21, 37) + SourceIndex(3) +2 >Emitted(32, 17) Source(21, 38) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -1450,10 +1453,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(32, 5) Source(21, 37) + SourceIndex(3) -2 >Emitted(32, 6) Source(21, 38) + SourceIndex(3) -3 >Emitted(32, 6) Source(21, 20) + SourceIndex(3) -4 >Emitted(32, 10) Source(21, 38) + SourceIndex(3) +1 >Emitted(33, 5) Source(21, 37) + SourceIndex(3) +2 >Emitted(33, 6) Source(21, 38) + SourceIndex(3) +3 >Emitted(33, 6) Source(21, 20) + SourceIndex(3) +4 >Emitted(33, 10) Source(21, 38) + SourceIndex(3) --- >>> normalN.C = C; 1->^^^^ @@ -1465,10 +1468,10 @@ sourceFile:../second/second_part1.ts 2 > C 3 > { } 4 > -1->Emitted(33, 5) Source(21, 33) + SourceIndex(3) -2 >Emitted(33, 14) Source(21, 34) + SourceIndex(3) -3 >Emitted(33, 18) Source(21, 38) + SourceIndex(3) -4 >Emitted(33, 19) Source(21, 38) + SourceIndex(3) +1->Emitted(34, 5) Source(21, 33) + SourceIndex(3) +2 >Emitted(34, 14) Source(21, 34) + SourceIndex(3) +3 >Emitted(34, 18) Source(21, 38) + SourceIndex(3) +4 >Emitted(34, 19) Source(21, 38) + SourceIndex(3) --- >>> function foo() { } 1->^^^^ @@ -1483,11 +1486,11 @@ sourceFile:../second/second_part1.ts 3 > foo 4 > () { 5 > } -1->Emitted(34, 5) Source(22, 20) + SourceIndex(3) -2 >Emitted(34, 14) Source(22, 36) + SourceIndex(3) -3 >Emitted(34, 17) Source(22, 39) + SourceIndex(3) -4 >Emitted(34, 22) Source(22, 43) + SourceIndex(3) -5 >Emitted(34, 23) Source(22, 44) + SourceIndex(3) +1->Emitted(35, 5) Source(22, 20) + SourceIndex(3) +2 >Emitted(35, 14) Source(22, 36) + SourceIndex(3) +3 >Emitted(35, 17) Source(22, 39) + SourceIndex(3) +4 >Emitted(35, 22) Source(22, 43) + SourceIndex(3) +5 >Emitted(35, 23) Source(22, 44) + SourceIndex(3) --- >>> normalN.foo = foo; 1->^^^^ @@ -1499,10 +1502,10 @@ sourceFile:../second/second_part1.ts 2 > foo 3 > () {} 4 > -1->Emitted(35, 5) Source(22, 36) + SourceIndex(3) -2 >Emitted(35, 16) Source(22, 39) + SourceIndex(3) -3 >Emitted(35, 22) Source(22, 44) + SourceIndex(3) -4 >Emitted(35, 23) Source(22, 44) + SourceIndex(3) +1->Emitted(36, 5) Source(22, 36) + SourceIndex(3) +2 >Emitted(36, 16) Source(22, 39) + SourceIndex(3) +3 >Emitted(36, 22) Source(22, 44) + SourceIndex(3) +4 >Emitted(36, 23) Source(22, 44) + SourceIndex(3) --- >>> var someNamespace; 1->^^^^ @@ -1515,10 +1518,10 @@ sourceFile:../second/second_part1.ts 2 > export namespace 3 > someNamespace 4 > { export class C {} } -1->Emitted(36, 5) Source(23, 20) + SourceIndex(3) -2 >Emitted(36, 9) Source(23, 37) + SourceIndex(3) -3 >Emitted(36, 22) Source(23, 50) + SourceIndex(3) -4 >Emitted(36, 23) Source(23, 72) + SourceIndex(3) +1->Emitted(37, 5) Source(23, 20) + SourceIndex(3) +2 >Emitted(37, 9) Source(23, 37) + SourceIndex(3) +3 >Emitted(37, 22) Source(23, 50) + SourceIndex(3) +4 >Emitted(37, 23) Source(23, 72) + SourceIndex(3) --- >>> (function (someNamespace) { 1->^^^^ @@ -1528,21 +1531,21 @@ sourceFile:../second/second_part1.ts 1-> 2 > export namespace 3 > someNamespace -1->Emitted(37, 5) Source(23, 20) + SourceIndex(3) -2 >Emitted(37, 16) Source(23, 37) + SourceIndex(3) -3 >Emitted(37, 29) Source(23, 50) + SourceIndex(3) +1->Emitted(38, 5) Source(23, 20) + SourceIndex(3) +2 >Emitted(38, 16) Source(23, 37) + SourceIndex(3) +3 >Emitted(38, 29) Source(23, 50) + SourceIndex(3) --- >>> var C = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(38, 9) Source(23, 53) + SourceIndex(3) +1->Emitted(39, 9) Source(23, 53) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(39, 13) Source(23, 53) + SourceIndex(3) +1->Emitted(40, 13) Source(23, 53) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -1550,16 +1553,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(40, 13) Source(23, 69) + SourceIndex(3) -2 >Emitted(40, 14) Source(23, 70) + SourceIndex(3) +1->Emitted(41, 13) Source(23, 69) + SourceIndex(3) +2 >Emitted(41, 14) Source(23, 70) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(41, 13) Source(23, 69) + SourceIndex(3) -2 >Emitted(41, 21) Source(23, 70) + SourceIndex(3) +1->Emitted(42, 13) Source(23, 69) + SourceIndex(3) +2 >Emitted(42, 21) Source(23, 70) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -1571,10 +1574,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(42, 9) Source(23, 69) + SourceIndex(3) -2 >Emitted(42, 10) Source(23, 70) + SourceIndex(3) -3 >Emitted(42, 10) Source(23, 53) + SourceIndex(3) -4 >Emitted(42, 14) Source(23, 70) + SourceIndex(3) +1 >Emitted(43, 9) Source(23, 69) + SourceIndex(3) +2 >Emitted(43, 10) Source(23, 70) + SourceIndex(3) +3 >Emitted(43, 10) Source(23, 53) + SourceIndex(3) +4 >Emitted(43, 14) Source(23, 70) + SourceIndex(3) --- >>> someNamespace.C = C; 1->^^^^^^^^ @@ -1586,10 +1589,10 @@ sourceFile:../second/second_part1.ts 2 > C 3 > {} 4 > -1->Emitted(43, 9) Source(23, 66) + SourceIndex(3) -2 >Emitted(43, 24) Source(23, 67) + SourceIndex(3) -3 >Emitted(43, 28) Source(23, 70) + SourceIndex(3) -4 >Emitted(43, 29) Source(23, 70) + SourceIndex(3) +1->Emitted(44, 9) Source(23, 66) + SourceIndex(3) +2 >Emitted(44, 24) Source(23, 67) + SourceIndex(3) +3 >Emitted(44, 28) Source(23, 70) + SourceIndex(3) +4 >Emitted(44, 29) Source(23, 70) + SourceIndex(3) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^ @@ -1610,15 +1613,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(44, 5) Source(23, 71) + SourceIndex(3) -2 >Emitted(44, 6) Source(23, 72) + SourceIndex(3) -3 >Emitted(44, 8) Source(23, 37) + SourceIndex(3) -4 >Emitted(44, 21) Source(23, 50) + SourceIndex(3) -5 >Emitted(44, 24) Source(23, 37) + SourceIndex(3) -6 >Emitted(44, 45) Source(23, 50) + SourceIndex(3) -7 >Emitted(44, 50) Source(23, 37) + SourceIndex(3) -8 >Emitted(44, 71) Source(23, 50) + SourceIndex(3) -9 >Emitted(44, 79) Source(23, 72) + SourceIndex(3) +1->Emitted(45, 5) Source(23, 71) + SourceIndex(3) +2 >Emitted(45, 6) Source(23, 72) + SourceIndex(3) +3 >Emitted(45, 8) Source(23, 37) + SourceIndex(3) +4 >Emitted(45, 21) Source(23, 50) + SourceIndex(3) +5 >Emitted(45, 24) Source(23, 37) + SourceIndex(3) +6 >Emitted(45, 45) Source(23, 50) + SourceIndex(3) +7 >Emitted(45, 50) Source(23, 37) + SourceIndex(3) +8 >Emitted(45, 71) Source(23, 50) + SourceIndex(3) +9 >Emitted(45, 79) Source(23, 72) + SourceIndex(3) --- >>> var someOther; 1 >^^^^ @@ -1631,10 +1634,10 @@ sourceFile:../second/second_part1.ts 2 > export namespace 3 > someOther 4 > .something { export class someClass {} } -1 >Emitted(45, 5) Source(24, 20) + SourceIndex(3) -2 >Emitted(45, 9) Source(24, 37) + SourceIndex(3) -3 >Emitted(45, 18) Source(24, 46) + SourceIndex(3) -4 >Emitted(45, 19) Source(24, 86) + SourceIndex(3) +1 >Emitted(46, 5) Source(24, 20) + SourceIndex(3) +2 >Emitted(46, 9) Source(24, 37) + SourceIndex(3) +3 >Emitted(46, 18) Source(24, 46) + SourceIndex(3) +4 >Emitted(46, 19) Source(24, 86) + SourceIndex(3) --- >>> (function (someOther) { 1->^^^^ @@ -1643,9 +1646,9 @@ sourceFile:../second/second_part1.ts 1-> 2 > export namespace 3 > someOther -1->Emitted(46, 5) Source(24, 20) + SourceIndex(3) -2 >Emitted(46, 16) Source(24, 37) + SourceIndex(3) -3 >Emitted(46, 25) Source(24, 46) + SourceIndex(3) +1->Emitted(47, 5) Source(24, 20) + SourceIndex(3) +2 >Emitted(47, 16) Source(24, 37) + SourceIndex(3) +3 >Emitted(47, 25) Source(24, 46) + SourceIndex(3) --- >>> var something; 1 >^^^^^^^^ @@ -1657,10 +1660,10 @@ sourceFile:../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(47, 9) Source(24, 47) + SourceIndex(3) -2 >Emitted(47, 13) Source(24, 47) + SourceIndex(3) -3 >Emitted(47, 22) Source(24, 56) + SourceIndex(3) -4 >Emitted(47, 23) Source(24, 86) + SourceIndex(3) +1 >Emitted(48, 9) Source(24, 47) + SourceIndex(3) +2 >Emitted(48, 13) Source(24, 47) + SourceIndex(3) +3 >Emitted(48, 22) Source(24, 56) + SourceIndex(3) +4 >Emitted(48, 23) Source(24, 86) + SourceIndex(3) --- >>> (function (something) { 1->^^^^^^^^ @@ -1670,21 +1673,21 @@ sourceFile:../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(48, 9) Source(24, 47) + SourceIndex(3) -2 >Emitted(48, 20) Source(24, 47) + SourceIndex(3) -3 >Emitted(48, 29) Source(24, 56) + SourceIndex(3) +1->Emitted(49, 9) Source(24, 47) + SourceIndex(3) +2 >Emitted(49, 20) Source(24, 47) + SourceIndex(3) +3 >Emitted(49, 29) Source(24, 56) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(49, 13) Source(24, 59) + SourceIndex(3) +1->Emitted(50, 13) Source(24, 59) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(50, 17) Source(24, 59) + SourceIndex(3) +1->Emitted(51, 17) Source(24, 59) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -1692,16 +1695,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(51, 17) Source(24, 83) + SourceIndex(3) -2 >Emitted(51, 18) Source(24, 84) + SourceIndex(3) +1->Emitted(52, 17) Source(24, 83) + SourceIndex(3) +2 >Emitted(52, 18) Source(24, 84) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(52, 17) Source(24, 83) + SourceIndex(3) -2 >Emitted(52, 33) Source(24, 84) + SourceIndex(3) +1->Emitted(53, 17) Source(24, 83) + SourceIndex(3) +2 >Emitted(53, 33) Source(24, 84) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -1713,10 +1716,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(53, 13) Source(24, 83) + SourceIndex(3) -2 >Emitted(53, 14) Source(24, 84) + SourceIndex(3) -3 >Emitted(53, 14) Source(24, 59) + SourceIndex(3) -4 >Emitted(53, 18) Source(24, 84) + SourceIndex(3) +1 >Emitted(54, 13) Source(24, 83) + SourceIndex(3) +2 >Emitted(54, 14) Source(24, 84) + SourceIndex(3) +3 >Emitted(54, 14) Source(24, 59) + SourceIndex(3) +4 >Emitted(54, 18) Source(24, 84) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -1728,10 +1731,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(54, 13) Source(24, 72) + SourceIndex(3) -2 >Emitted(54, 32) Source(24, 81) + SourceIndex(3) -3 >Emitted(54, 44) Source(24, 84) + SourceIndex(3) -4 >Emitted(54, 45) Source(24, 84) + SourceIndex(3) +1->Emitted(55, 13) Source(24, 72) + SourceIndex(3) +2 >Emitted(55, 32) Source(24, 81) + SourceIndex(3) +3 >Emitted(55, 44) Source(24, 84) + SourceIndex(3) +4 >Emitted(55, 45) Source(24, 84) + SourceIndex(3) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^ @@ -1752,15 +1755,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(55, 9) Source(24, 85) + SourceIndex(3) -2 >Emitted(55, 10) Source(24, 86) + SourceIndex(3) -3 >Emitted(55, 12) Source(24, 47) + SourceIndex(3) -4 >Emitted(55, 21) Source(24, 56) + SourceIndex(3) -5 >Emitted(55, 24) Source(24, 47) + SourceIndex(3) -6 >Emitted(55, 43) Source(24, 56) + SourceIndex(3) -7 >Emitted(55, 48) Source(24, 47) + SourceIndex(3) -8 >Emitted(55, 67) Source(24, 56) + SourceIndex(3) -9 >Emitted(55, 75) Source(24, 86) + SourceIndex(3) +1->Emitted(56, 9) Source(24, 85) + SourceIndex(3) +2 >Emitted(56, 10) Source(24, 86) + SourceIndex(3) +3 >Emitted(56, 12) Source(24, 47) + SourceIndex(3) +4 >Emitted(56, 21) Source(24, 56) + SourceIndex(3) +5 >Emitted(56, 24) Source(24, 47) + SourceIndex(3) +6 >Emitted(56, 43) Source(24, 56) + SourceIndex(3) +7 >Emitted(56, 48) Source(24, 47) + SourceIndex(3) +8 >Emitted(56, 67) Source(24, 56) + SourceIndex(3) +9 >Emitted(56, 75) Source(24, 86) + SourceIndex(3) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^ @@ -1781,15 +1784,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(56, 5) Source(24, 85) + SourceIndex(3) -2 >Emitted(56, 6) Source(24, 86) + SourceIndex(3) -3 >Emitted(56, 8) Source(24, 37) + SourceIndex(3) -4 >Emitted(56, 17) Source(24, 46) + SourceIndex(3) -5 >Emitted(56, 20) Source(24, 37) + SourceIndex(3) -6 >Emitted(56, 37) Source(24, 46) + SourceIndex(3) -7 >Emitted(56, 42) Source(24, 37) + SourceIndex(3) -8 >Emitted(56, 59) Source(24, 46) + SourceIndex(3) -9 >Emitted(56, 67) Source(24, 86) + SourceIndex(3) +1 >Emitted(57, 5) Source(24, 85) + SourceIndex(3) +2 >Emitted(57, 6) Source(24, 86) + SourceIndex(3) +3 >Emitted(57, 8) Source(24, 37) + SourceIndex(3) +4 >Emitted(57, 17) Source(24, 46) + SourceIndex(3) +5 >Emitted(57, 20) Source(24, 37) + SourceIndex(3) +6 >Emitted(57, 37) Source(24, 46) + SourceIndex(3) +7 >Emitted(57, 42) Source(24, 37) + SourceIndex(3) +8 >Emitted(57, 59) Source(24, 46) + SourceIndex(3) +9 >Emitted(57, 67) Source(24, 86) + SourceIndex(3) --- >>> normalN.someImport = someNamespace.C; 1 >^^^^ @@ -1807,13 +1810,13 @@ sourceFile:../second/second_part1.ts 5 > . 6 > C 7 > ; -1 >Emitted(57, 5) Source(25, 34) + SourceIndex(3) -2 >Emitted(57, 23) Source(25, 44) + SourceIndex(3) -3 >Emitted(57, 26) Source(25, 47) + SourceIndex(3) -4 >Emitted(57, 39) Source(25, 60) + SourceIndex(3) -5 >Emitted(57, 40) Source(25, 61) + SourceIndex(3) -6 >Emitted(57, 41) Source(25, 62) + SourceIndex(3) -7 >Emitted(57, 42) Source(25, 63) + SourceIndex(3) +1 >Emitted(58, 5) Source(25, 34) + SourceIndex(3) +2 >Emitted(58, 23) Source(25, 44) + SourceIndex(3) +3 >Emitted(58, 26) Source(25, 47) + SourceIndex(3) +4 >Emitted(58, 39) Source(25, 60) + SourceIndex(3) +5 >Emitted(58, 40) Source(25, 61) + SourceIndex(3) +6 >Emitted(58, 41) Source(25, 62) + SourceIndex(3) +7 >Emitted(58, 42) Source(25, 63) + SourceIndex(3) --- >>> normalN.internalConst = 10; 1 >^^^^ @@ -1828,11 +1831,11 @@ sourceFile:../second/second_part1.ts 3 > = 4 > 10 5 > ; -1 >Emitted(58, 5) Source(27, 33) + SourceIndex(3) -2 >Emitted(58, 26) Source(27, 46) + SourceIndex(3) -3 >Emitted(58, 29) Source(27, 49) + SourceIndex(3) -4 >Emitted(58, 31) Source(27, 51) + SourceIndex(3) -5 >Emitted(58, 32) Source(27, 52) + SourceIndex(3) +1 >Emitted(59, 5) Source(27, 33) + SourceIndex(3) +2 >Emitted(59, 26) Source(27, 46) + SourceIndex(3) +3 >Emitted(59, 29) Source(27, 49) + SourceIndex(3) +4 >Emitted(59, 31) Source(27, 51) + SourceIndex(3) +5 >Emitted(59, 32) Source(27, 52) + SourceIndex(3) --- >>> var internalEnum; 1 >^^^^ @@ -1843,9 +1846,9 @@ sourceFile:../second/second_part1.ts > /**@internal*/ 2 > export enum 3 > internalEnum { a, b, c } -1 >Emitted(59, 5) Source(28, 20) + SourceIndex(3) -2 >Emitted(59, 9) Source(28, 32) + SourceIndex(3) -3 >Emitted(59, 21) Source(28, 56) + SourceIndex(3) +1 >Emitted(60, 5) Source(28, 20) + SourceIndex(3) +2 >Emitted(60, 9) Source(28, 32) + SourceIndex(3) +3 >Emitted(60, 21) Source(28, 56) + SourceIndex(3) --- >>> (function (internalEnum) { 1->^^^^ @@ -1855,9 +1858,9 @@ sourceFile:../second/second_part1.ts 1-> 2 > export enum 3 > internalEnum -1->Emitted(60, 5) Source(28, 20) + SourceIndex(3) -2 >Emitted(60, 16) Source(28, 32) + SourceIndex(3) -3 >Emitted(60, 28) Source(28, 44) + SourceIndex(3) +1->Emitted(61, 5) Source(28, 20) + SourceIndex(3) +2 >Emitted(61, 16) Source(28, 32) + SourceIndex(3) +3 >Emitted(61, 28) Source(28, 44) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -1867,9 +1870,9 @@ sourceFile:../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(61, 9) Source(28, 47) + SourceIndex(3) -2 >Emitted(61, 50) Source(28, 48) + SourceIndex(3) -3 >Emitted(61, 51) Source(28, 48) + SourceIndex(3) +1->Emitted(62, 9) Source(28, 47) + SourceIndex(3) +2 >Emitted(62, 50) Source(28, 48) + SourceIndex(3) +3 >Emitted(62, 51) Source(28, 48) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -1879,9 +1882,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(62, 9) Source(28, 50) + SourceIndex(3) -2 >Emitted(62, 50) Source(28, 51) + SourceIndex(3) -3 >Emitted(62, 51) Source(28, 51) + SourceIndex(3) +1->Emitted(63, 9) Source(28, 50) + SourceIndex(3) +2 >Emitted(63, 50) Source(28, 51) + SourceIndex(3) +3 >Emitted(63, 51) Source(28, 51) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -1891,9 +1894,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(63, 9) Source(28, 53) + SourceIndex(3) -2 >Emitted(63, 50) Source(28, 54) + SourceIndex(3) -3 >Emitted(63, 51) Source(28, 54) + SourceIndex(3) +1->Emitted(64, 9) Source(28, 53) + SourceIndex(3) +2 >Emitted(64, 50) Source(28, 54) + SourceIndex(3) +3 >Emitted(64, 51) Source(28, 54) + SourceIndex(3) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^ @@ -1914,15 +1917,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(64, 5) Source(28, 55) + SourceIndex(3) -2 >Emitted(64, 6) Source(28, 56) + SourceIndex(3) -3 >Emitted(64, 8) Source(28, 32) + SourceIndex(3) -4 >Emitted(64, 20) Source(28, 44) + SourceIndex(3) -5 >Emitted(64, 23) Source(28, 32) + SourceIndex(3) -6 >Emitted(64, 43) Source(28, 44) + SourceIndex(3) -7 >Emitted(64, 48) Source(28, 32) + SourceIndex(3) -8 >Emitted(64, 68) Source(28, 44) + SourceIndex(3) -9 >Emitted(64, 76) Source(28, 56) + SourceIndex(3) +1->Emitted(65, 5) Source(28, 55) + SourceIndex(3) +2 >Emitted(65, 6) Source(28, 56) + SourceIndex(3) +3 >Emitted(65, 8) Source(28, 32) + SourceIndex(3) +4 >Emitted(65, 20) Source(28, 44) + SourceIndex(3) +5 >Emitted(65, 23) Source(28, 32) + SourceIndex(3) +6 >Emitted(65, 43) Source(28, 44) + SourceIndex(3) +7 >Emitted(65, 48) Source(28, 32) + SourceIndex(3) +8 >Emitted(65, 68) Source(28, 44) + SourceIndex(3) +9 >Emitted(65, 76) Source(28, 56) + SourceIndex(3) --- >>>})(normalN || (normalN = {})); 1 > @@ -1950,26 +1953,26 @@ sourceFile:../second/second_part1.ts > /**@internal*/ export const internalConst = 10; > /**@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(65, 1) Source(29, 1) + SourceIndex(3) -2 >Emitted(65, 2) Source(29, 2) + SourceIndex(3) -3 >Emitted(65, 4) Source(20, 11) + SourceIndex(3) -4 >Emitted(65, 11) Source(20, 18) + SourceIndex(3) -5 >Emitted(65, 16) Source(20, 11) + SourceIndex(3) -6 >Emitted(65, 23) Source(20, 18) + SourceIndex(3) -7 >Emitted(65, 31) Source(29, 2) + SourceIndex(3) +1 >Emitted(66, 1) Source(29, 1) + SourceIndex(3) +2 >Emitted(66, 2) Source(29, 2) + SourceIndex(3) +3 >Emitted(66, 4) Source(20, 11) + SourceIndex(3) +4 >Emitted(66, 11) Source(20, 18) + SourceIndex(3) +5 >Emitted(66, 16) Source(20, 11) + SourceIndex(3) +6 >Emitted(66, 23) Source(20, 18) + SourceIndex(3) +7 >Emitted(66, 31) Source(29, 2) + SourceIndex(3) --- >>>var internalC = (function () { 1-> 2 >^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> >/**@internal*/ -1->Emitted(66, 1) Source(30, 16) + SourceIndex(3) +1->Emitted(67, 1) Source(30, 16) + SourceIndex(3) --- >>> function internalC() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(67, 5) Source(30, 16) + SourceIndex(3) +1->Emitted(68, 5) Source(30, 16) + SourceIndex(3) --- >>> } 1->^^^^ @@ -1977,16 +1980,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->class internalC { 2 > } -1->Emitted(68, 5) Source(30, 33) + SourceIndex(3) -2 >Emitted(68, 6) Source(30, 34) + SourceIndex(3) +1->Emitted(69, 5) Source(30, 33) + SourceIndex(3) +2 >Emitted(69, 6) Source(30, 34) + SourceIndex(3) --- >>> return internalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(69, 5) Source(30, 33) + SourceIndex(3) -2 >Emitted(69, 21) Source(30, 34) + SourceIndex(3) +1->Emitted(70, 5) Source(30, 33) + SourceIndex(3) +2 >Emitted(70, 21) Source(30, 34) + SourceIndex(3) --- >>>}()); 1 > @@ -1998,10 +2001,10 @@ sourceFile:../second/second_part1.ts 2 >} 3 > 4 > class internalC {} -1 >Emitted(70, 1) Source(30, 33) + SourceIndex(3) -2 >Emitted(70, 2) Source(30, 34) + SourceIndex(3) -3 >Emitted(70, 2) Source(30, 16) + SourceIndex(3) -4 >Emitted(70, 6) Source(30, 34) + SourceIndex(3) +1 >Emitted(71, 1) Source(30, 33) + SourceIndex(3) +2 >Emitted(71, 2) Source(30, 34) + SourceIndex(3) +3 >Emitted(71, 2) Source(30, 16) + SourceIndex(3) +4 >Emitted(71, 6) Source(30, 34) + SourceIndex(3) --- >>>function internalfoo() { } 1-> @@ -2015,11 +2018,11 @@ sourceFile:../second/second_part1.ts 3 > internalfoo 4 > () { 5 > } -1->Emitted(71, 1) Source(31, 16) + SourceIndex(3) -2 >Emitted(71, 10) Source(31, 25) + SourceIndex(3) -3 >Emitted(71, 21) Source(31, 36) + SourceIndex(3) -4 >Emitted(71, 26) Source(31, 40) + SourceIndex(3) -5 >Emitted(71, 27) Source(31, 41) + SourceIndex(3) +1->Emitted(72, 1) Source(31, 16) + SourceIndex(3) +2 >Emitted(72, 10) Source(31, 25) + SourceIndex(3) +3 >Emitted(72, 21) Source(31, 36) + SourceIndex(3) +4 >Emitted(72, 26) Source(31, 40) + SourceIndex(3) +5 >Emitted(72, 27) Source(31, 41) + SourceIndex(3) --- >>>var internalNamespace; 1 > @@ -2032,10 +2035,10 @@ sourceFile:../second/second_part1.ts 2 >namespace 3 > internalNamespace 4 > { export class someClass {} } -1 >Emitted(72, 1) Source(32, 16) + SourceIndex(3) -2 >Emitted(72, 5) Source(32, 26) + SourceIndex(3) -3 >Emitted(72, 22) Source(32, 43) + SourceIndex(3) -4 >Emitted(72, 23) Source(32, 73) + SourceIndex(3) +1 >Emitted(73, 1) Source(32, 16) + SourceIndex(3) +2 >Emitted(73, 5) Source(32, 26) + SourceIndex(3) +3 >Emitted(73, 22) Source(32, 43) + SourceIndex(3) +4 >Emitted(73, 23) Source(32, 73) + SourceIndex(3) --- >>>(function (internalNamespace) { 1-> @@ -2045,21 +2048,21 @@ sourceFile:../second/second_part1.ts 1-> 2 >namespace 3 > internalNamespace -1->Emitted(73, 1) Source(32, 16) + SourceIndex(3) -2 >Emitted(73, 12) Source(32, 26) + SourceIndex(3) -3 >Emitted(73, 29) Source(32, 43) + SourceIndex(3) +1->Emitted(74, 1) Source(32, 16) + SourceIndex(3) +2 >Emitted(74, 12) Source(32, 26) + SourceIndex(3) +3 >Emitted(74, 29) Source(32, 43) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(74, 5) Source(32, 46) + SourceIndex(3) +1->Emitted(75, 5) Source(32, 46) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(75, 9) Source(32, 46) + SourceIndex(3) +1->Emitted(76, 9) Source(32, 46) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -2067,16 +2070,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(76, 9) Source(32, 70) + SourceIndex(3) -2 >Emitted(76, 10) Source(32, 71) + SourceIndex(3) +1->Emitted(77, 9) Source(32, 70) + SourceIndex(3) +2 >Emitted(77, 10) Source(32, 71) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(77, 9) Source(32, 70) + SourceIndex(3) -2 >Emitted(77, 25) Source(32, 71) + SourceIndex(3) +1->Emitted(78, 9) Source(32, 70) + SourceIndex(3) +2 >Emitted(78, 25) Source(32, 71) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -2088,10 +2091,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(78, 5) Source(32, 70) + SourceIndex(3) -2 >Emitted(78, 6) Source(32, 71) + SourceIndex(3) -3 >Emitted(78, 6) Source(32, 46) + SourceIndex(3) -4 >Emitted(78, 10) Source(32, 71) + SourceIndex(3) +1 >Emitted(79, 5) Source(32, 70) + SourceIndex(3) +2 >Emitted(79, 6) Source(32, 71) + SourceIndex(3) +3 >Emitted(79, 6) Source(32, 46) + SourceIndex(3) +4 >Emitted(79, 10) Source(32, 71) + SourceIndex(3) --- >>> internalNamespace.someClass = someClass; 1->^^^^ @@ -2103,10 +2106,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(79, 5) Source(32, 59) + SourceIndex(3) -2 >Emitted(79, 32) Source(32, 68) + SourceIndex(3) -3 >Emitted(79, 44) Source(32, 71) + SourceIndex(3) -4 >Emitted(79, 45) Source(32, 71) + SourceIndex(3) +1->Emitted(80, 5) Source(32, 59) + SourceIndex(3) +2 >Emitted(80, 32) Source(32, 68) + SourceIndex(3) +3 >Emitted(80, 44) Source(32, 71) + SourceIndex(3) +4 >Emitted(80, 45) Source(32, 71) + SourceIndex(3) --- >>>})(internalNamespace || (internalNamespace = {})); 1-> @@ -2123,13 +2126,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalNamespace 7 > { export class someClass {} } -1->Emitted(80, 1) Source(32, 72) + SourceIndex(3) -2 >Emitted(80, 2) Source(32, 73) + SourceIndex(3) -3 >Emitted(80, 4) Source(32, 26) + SourceIndex(3) -4 >Emitted(80, 21) Source(32, 43) + SourceIndex(3) -5 >Emitted(80, 26) Source(32, 26) + SourceIndex(3) -6 >Emitted(80, 43) Source(32, 43) + SourceIndex(3) -7 >Emitted(80, 51) Source(32, 73) + SourceIndex(3) +1->Emitted(81, 1) Source(32, 72) + SourceIndex(3) +2 >Emitted(81, 2) Source(32, 73) + SourceIndex(3) +3 >Emitted(81, 4) Source(32, 26) + SourceIndex(3) +4 >Emitted(81, 21) Source(32, 43) + SourceIndex(3) +5 >Emitted(81, 26) Source(32, 26) + SourceIndex(3) +6 >Emitted(81, 43) Source(32, 43) + SourceIndex(3) +7 >Emitted(81, 51) Source(32, 73) + SourceIndex(3) --- >>>var internalOther; 1 > @@ -2142,10 +2145,10 @@ sourceFile:../second/second_part1.ts 2 >namespace 3 > internalOther 4 > .something { export class someClass {} } -1 >Emitted(81, 1) Source(33, 16) + SourceIndex(3) -2 >Emitted(81, 5) Source(33, 26) + SourceIndex(3) -3 >Emitted(81, 18) Source(33, 39) + SourceIndex(3) -4 >Emitted(81, 19) Source(33, 79) + SourceIndex(3) +1 >Emitted(82, 1) Source(33, 16) + SourceIndex(3) +2 >Emitted(82, 5) Source(33, 26) + SourceIndex(3) +3 >Emitted(82, 18) Source(33, 39) + SourceIndex(3) +4 >Emitted(82, 19) Source(33, 79) + SourceIndex(3) --- >>>(function (internalOther) { 1-> @@ -2154,9 +2157,9 @@ sourceFile:../second/second_part1.ts 1-> 2 >namespace 3 > internalOther -1->Emitted(82, 1) Source(33, 16) + SourceIndex(3) -2 >Emitted(82, 12) Source(33, 26) + SourceIndex(3) -3 >Emitted(82, 25) Source(33, 39) + SourceIndex(3) +1->Emitted(83, 1) Source(33, 16) + SourceIndex(3) +2 >Emitted(83, 12) Source(33, 26) + SourceIndex(3) +3 >Emitted(83, 25) Source(33, 39) + SourceIndex(3) --- >>> var something; 1 >^^^^ @@ -2168,10 +2171,10 @@ sourceFile:../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(83, 5) Source(33, 40) + SourceIndex(3) -2 >Emitted(83, 9) Source(33, 40) + SourceIndex(3) -3 >Emitted(83, 18) Source(33, 49) + SourceIndex(3) -4 >Emitted(83, 19) Source(33, 79) + SourceIndex(3) +1 >Emitted(84, 5) Source(33, 40) + SourceIndex(3) +2 >Emitted(84, 9) Source(33, 40) + SourceIndex(3) +3 >Emitted(84, 18) Source(33, 49) + SourceIndex(3) +4 >Emitted(84, 19) Source(33, 79) + SourceIndex(3) --- >>> (function (something) { 1->^^^^ @@ -2181,21 +2184,21 @@ sourceFile:../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(84, 5) Source(33, 40) + SourceIndex(3) -2 >Emitted(84, 16) Source(33, 40) + SourceIndex(3) -3 >Emitted(84, 25) Source(33, 49) + SourceIndex(3) +1->Emitted(85, 5) Source(33, 40) + SourceIndex(3) +2 >Emitted(85, 16) Source(33, 40) + SourceIndex(3) +3 >Emitted(85, 25) Source(33, 49) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(85, 9) Source(33, 52) + SourceIndex(3) +1->Emitted(86, 9) Source(33, 52) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(86, 13) Source(33, 52) + SourceIndex(3) +1->Emitted(87, 13) Source(33, 52) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -2203,16 +2206,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(87, 13) Source(33, 76) + SourceIndex(3) -2 >Emitted(87, 14) Source(33, 77) + SourceIndex(3) +1->Emitted(88, 13) Source(33, 76) + SourceIndex(3) +2 >Emitted(88, 14) Source(33, 77) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(88, 13) Source(33, 76) + SourceIndex(3) -2 >Emitted(88, 29) Source(33, 77) + SourceIndex(3) +1->Emitted(89, 13) Source(33, 76) + SourceIndex(3) +2 >Emitted(89, 29) Source(33, 77) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -2224,10 +2227,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(89, 9) Source(33, 76) + SourceIndex(3) -2 >Emitted(89, 10) Source(33, 77) + SourceIndex(3) -3 >Emitted(89, 10) Source(33, 52) + SourceIndex(3) -4 >Emitted(89, 14) Source(33, 77) + SourceIndex(3) +1 >Emitted(90, 9) Source(33, 76) + SourceIndex(3) +2 >Emitted(90, 10) Source(33, 77) + SourceIndex(3) +3 >Emitted(90, 10) Source(33, 52) + SourceIndex(3) +4 >Emitted(90, 14) Source(33, 77) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^ @@ -2239,10 +2242,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(90, 9) Source(33, 65) + SourceIndex(3) -2 >Emitted(90, 28) Source(33, 74) + SourceIndex(3) -3 >Emitted(90, 40) Source(33, 77) + SourceIndex(3) -4 >Emitted(90, 41) Source(33, 77) + SourceIndex(3) +1->Emitted(91, 9) Source(33, 65) + SourceIndex(3) +2 >Emitted(91, 28) Source(33, 74) + SourceIndex(3) +3 >Emitted(91, 40) Source(33, 77) + SourceIndex(3) +4 >Emitted(91, 41) Source(33, 77) + SourceIndex(3) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^ @@ -2263,15 +2266,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(91, 5) Source(33, 78) + SourceIndex(3) -2 >Emitted(91, 6) Source(33, 79) + SourceIndex(3) -3 >Emitted(91, 8) Source(33, 40) + SourceIndex(3) -4 >Emitted(91, 17) Source(33, 49) + SourceIndex(3) -5 >Emitted(91, 20) Source(33, 40) + SourceIndex(3) -6 >Emitted(91, 43) Source(33, 49) + SourceIndex(3) -7 >Emitted(91, 48) Source(33, 40) + SourceIndex(3) -8 >Emitted(91, 71) Source(33, 49) + SourceIndex(3) -9 >Emitted(91, 79) Source(33, 79) + SourceIndex(3) +1->Emitted(92, 5) Source(33, 78) + SourceIndex(3) +2 >Emitted(92, 6) Source(33, 79) + SourceIndex(3) +3 >Emitted(92, 8) Source(33, 40) + SourceIndex(3) +4 >Emitted(92, 17) Source(33, 49) + SourceIndex(3) +5 >Emitted(92, 20) Source(33, 40) + SourceIndex(3) +6 >Emitted(92, 43) Source(33, 49) + SourceIndex(3) +7 >Emitted(92, 48) Source(33, 40) + SourceIndex(3) +8 >Emitted(92, 71) Source(33, 49) + SourceIndex(3) +9 >Emitted(92, 79) Source(33, 79) + SourceIndex(3) --- >>>})(internalOther || (internalOther = {})); 1 > @@ -2289,13 +2292,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalOther 7 > .something { export class someClass {} } -1 >Emitted(92, 1) Source(33, 78) + SourceIndex(3) -2 >Emitted(92, 2) Source(33, 79) + SourceIndex(3) -3 >Emitted(92, 4) Source(33, 26) + SourceIndex(3) -4 >Emitted(92, 17) Source(33, 39) + SourceIndex(3) -5 >Emitted(92, 22) Source(33, 26) + SourceIndex(3) -6 >Emitted(92, 35) Source(33, 39) + SourceIndex(3) -7 >Emitted(92, 43) Source(33, 79) + SourceIndex(3) +1 >Emitted(93, 1) Source(33, 78) + SourceIndex(3) +2 >Emitted(93, 2) Source(33, 79) + SourceIndex(3) +3 >Emitted(93, 4) Source(33, 26) + SourceIndex(3) +4 >Emitted(93, 17) Source(33, 39) + SourceIndex(3) +5 >Emitted(93, 22) Source(33, 26) + SourceIndex(3) +6 >Emitted(93, 35) Source(33, 39) + SourceIndex(3) +7 >Emitted(93, 43) Source(33, 79) + SourceIndex(3) --- >>>var internalImport = internalNamespace.someClass; 1-> @@ -2315,14 +2318,14 @@ sourceFile:../second/second_part1.ts 6 > . 7 > someClass 8 > ; -1->Emitted(93, 1) Source(34, 16) + SourceIndex(3) -2 >Emitted(93, 5) Source(34, 23) + SourceIndex(3) -3 >Emitted(93, 19) Source(34, 37) + SourceIndex(3) -4 >Emitted(93, 22) Source(34, 40) + SourceIndex(3) -5 >Emitted(93, 39) Source(34, 57) + SourceIndex(3) -6 >Emitted(93, 40) Source(34, 58) + SourceIndex(3) -7 >Emitted(93, 49) Source(34, 67) + SourceIndex(3) -8 >Emitted(93, 50) Source(34, 68) + SourceIndex(3) +1->Emitted(94, 1) Source(34, 16) + SourceIndex(3) +2 >Emitted(94, 5) Source(34, 23) + SourceIndex(3) +3 >Emitted(94, 19) Source(34, 37) + SourceIndex(3) +4 >Emitted(94, 22) Source(34, 40) + SourceIndex(3) +5 >Emitted(94, 39) Source(34, 57) + SourceIndex(3) +6 >Emitted(94, 40) Source(34, 58) + SourceIndex(3) +7 >Emitted(94, 49) Source(34, 67) + SourceIndex(3) +8 >Emitted(94, 50) Source(34, 68) + SourceIndex(3) --- >>>var internalConst = 10; 1 > @@ -2339,12 +2342,12 @@ sourceFile:../second/second_part1.ts 4 > = 5 > 10 6 > ; -1 >Emitted(94, 1) Source(36, 16) + SourceIndex(3) -2 >Emitted(94, 5) Source(36, 22) + SourceIndex(3) -3 >Emitted(94, 18) Source(36, 35) + SourceIndex(3) -4 >Emitted(94, 21) Source(36, 38) + SourceIndex(3) -5 >Emitted(94, 23) Source(36, 40) + SourceIndex(3) -6 >Emitted(94, 24) Source(36, 41) + SourceIndex(3) +1 >Emitted(95, 1) Source(36, 16) + SourceIndex(3) +2 >Emitted(95, 5) Source(36, 22) + SourceIndex(3) +3 >Emitted(95, 18) Source(36, 35) + SourceIndex(3) +4 >Emitted(95, 21) Source(36, 38) + SourceIndex(3) +5 >Emitted(95, 23) Source(36, 40) + SourceIndex(3) +6 >Emitted(95, 24) Source(36, 41) + SourceIndex(3) --- >>>var internalEnum; 1 > @@ -2355,9 +2358,9 @@ sourceFile:../second/second_part1.ts >/**@internal*/ 2 >enum 3 > internalEnum { a, b, c } -1 >Emitted(95, 1) Source(37, 16) + SourceIndex(3) -2 >Emitted(95, 5) Source(37, 21) + SourceIndex(3) -3 >Emitted(95, 17) Source(37, 45) + SourceIndex(3) +1 >Emitted(96, 1) Source(37, 16) + SourceIndex(3) +2 >Emitted(96, 5) Source(37, 21) + SourceIndex(3) +3 >Emitted(96, 17) Source(37, 45) + SourceIndex(3) --- >>>(function (internalEnum) { 1-> @@ -2367,9 +2370,9 @@ sourceFile:../second/second_part1.ts 1-> 2 >enum 3 > internalEnum -1->Emitted(96, 1) Source(37, 16) + SourceIndex(3) -2 >Emitted(96, 12) Source(37, 21) + SourceIndex(3) -3 >Emitted(96, 24) Source(37, 33) + SourceIndex(3) +1->Emitted(97, 1) Source(37, 16) + SourceIndex(3) +2 >Emitted(97, 12) Source(37, 21) + SourceIndex(3) +3 >Emitted(97, 24) Source(37, 33) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^ @@ -2379,9 +2382,9 @@ sourceFile:../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(97, 5) Source(37, 36) + SourceIndex(3) -2 >Emitted(97, 46) Source(37, 37) + SourceIndex(3) -3 >Emitted(97, 47) Source(37, 37) + SourceIndex(3) +1->Emitted(98, 5) Source(37, 36) + SourceIndex(3) +2 >Emitted(98, 46) Source(37, 37) + SourceIndex(3) +3 >Emitted(98, 47) Source(37, 37) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^ @@ -2391,9 +2394,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(98, 5) Source(37, 39) + SourceIndex(3) -2 >Emitted(98, 46) Source(37, 40) + SourceIndex(3) -3 >Emitted(98, 47) Source(37, 40) + SourceIndex(3) +1->Emitted(99, 5) Source(37, 39) + SourceIndex(3) +2 >Emitted(99, 46) Source(37, 40) + SourceIndex(3) +3 >Emitted(99, 47) Source(37, 40) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^ @@ -2402,9 +2405,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(99, 5) Source(37, 42) + SourceIndex(3) -2 >Emitted(99, 46) Source(37, 43) + SourceIndex(3) -3 >Emitted(99, 47) Source(37, 43) + SourceIndex(3) +1->Emitted(100, 5) Source(37, 42) + SourceIndex(3) +2 >Emitted(100, 46) Source(37, 43) + SourceIndex(3) +3 >Emitted(100, 47) Source(37, 43) + SourceIndex(3) --- >>>})(internalEnum || (internalEnum = {})); 1 > @@ -2421,13 +2424,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalEnum 7 > { a, b, c } -1 >Emitted(100, 1) Source(37, 44) + SourceIndex(3) -2 >Emitted(100, 2) Source(37, 45) + SourceIndex(3) -3 >Emitted(100, 4) Source(37, 21) + SourceIndex(3) -4 >Emitted(100, 16) Source(37, 33) + SourceIndex(3) -5 >Emitted(100, 21) Source(37, 21) + SourceIndex(3) -6 >Emitted(100, 33) Source(37, 33) + SourceIndex(3) -7 >Emitted(100, 41) Source(37, 45) + SourceIndex(3) +1 >Emitted(101, 1) Source(37, 44) + SourceIndex(3) +2 >Emitted(101, 2) Source(37, 45) + SourceIndex(3) +3 >Emitted(101, 4) Source(37, 21) + SourceIndex(3) +4 >Emitted(101, 16) Source(37, 33) + SourceIndex(3) +5 >Emitted(101, 21) Source(37, 21) + SourceIndex(3) +6 >Emitted(101, 33) Source(37, 33) + SourceIndex(3) +7 >Emitted(101, 41) Source(37, 45) + SourceIndex(3) --- ------------------------------------------------------------------- emittedFile:/src/2/second-output.js @@ -2437,13 +2440,13 @@ sourceFile:../second/second_part2.ts 1 > 2 >^^^^^^^^^^^^^^^^^^^-> 1 > -1 >Emitted(101, 1) Source(1, 1) + SourceIndex(4) +1 >Emitted(102, 1) Source(1, 1) + SourceIndex(4) --- >>> function C() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(102, 5) Source(1, 1) + SourceIndex(4) +1->Emitted(103, 5) Source(1, 1) + SourceIndex(4) --- >>> } 1->^^^^ @@ -2455,8 +2458,8 @@ sourceFile:../second/second_part2.ts > } > 2 > } -1->Emitted(103, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(103, 6) Source(5, 2) + SourceIndex(4) +1->Emitted(104, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(104, 6) Source(5, 2) + SourceIndex(4) --- >>> C.prototype.doSomething = function () { 1->^^^^ @@ -2466,9 +2469,9 @@ sourceFile:../second/second_part2.ts 1-> 2 > doSomething 3 > -1->Emitted(104, 5) Source(2, 5) + SourceIndex(4) -2 >Emitted(104, 28) Source(2, 16) + SourceIndex(4) -3 >Emitted(104, 31) Source(2, 5) + SourceIndex(4) +1->Emitted(105, 5) Source(2, 5) + SourceIndex(4) +2 >Emitted(105, 28) Source(2, 16) + SourceIndex(4) +3 >Emitted(105, 31) Source(2, 5) + SourceIndex(4) --- >>> console.log("something got done"); 1->^^^^^^^^ @@ -2488,14 +2491,14 @@ sourceFile:../second/second_part2.ts 6 > "something got done" 7 > ) 8 > ; -1->Emitted(105, 9) Source(3, 9) + SourceIndex(4) -2 >Emitted(105, 16) Source(3, 16) + SourceIndex(4) -3 >Emitted(105, 17) Source(3, 17) + SourceIndex(4) -4 >Emitted(105, 20) Source(3, 20) + SourceIndex(4) -5 >Emitted(105, 21) Source(3, 21) + SourceIndex(4) -6 >Emitted(105, 41) Source(3, 41) + SourceIndex(4) -7 >Emitted(105, 42) Source(3, 42) + SourceIndex(4) -8 >Emitted(105, 43) Source(3, 43) + SourceIndex(4) +1->Emitted(106, 9) Source(3, 9) + SourceIndex(4) +2 >Emitted(106, 16) Source(3, 16) + SourceIndex(4) +3 >Emitted(106, 17) Source(3, 17) + SourceIndex(4) +4 >Emitted(106, 20) Source(3, 20) + SourceIndex(4) +5 >Emitted(106, 21) Source(3, 21) + SourceIndex(4) +6 >Emitted(106, 41) Source(3, 41) + SourceIndex(4) +7 >Emitted(106, 42) Source(3, 42) + SourceIndex(4) +8 >Emitted(106, 43) Source(3, 43) + SourceIndex(4) --- >>> }; 1 >^^^^ @@ -2504,8 +2507,8 @@ sourceFile:../second/second_part2.ts 1 > > 2 > } -1 >Emitted(106, 5) Source(4, 5) + SourceIndex(4) -2 >Emitted(106, 6) Source(4, 6) + SourceIndex(4) +1 >Emitted(107, 5) Source(4, 5) + SourceIndex(4) +2 >Emitted(107, 6) Source(4, 6) + SourceIndex(4) --- >>> return C; 1->^^^^ @@ -2513,8 +2516,8 @@ sourceFile:../second/second_part2.ts 1-> > 2 > } -1->Emitted(107, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(107, 13) Source(5, 2) + SourceIndex(4) +1->Emitted(108, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(108, 13) Source(5, 2) + SourceIndex(4) --- >>>}()); 1 > @@ -2530,10 +2533,10 @@ sourceFile:../second/second_part2.ts > console.log("something got done"); > } > } -1 >Emitted(108, 1) Source(5, 1) + SourceIndex(4) -2 >Emitted(108, 2) Source(5, 2) + SourceIndex(4) -3 >Emitted(108, 2) Source(1, 1) + SourceIndex(4) -4 >Emitted(108, 6) Source(5, 2) + SourceIndex(4) +1 >Emitted(109, 1) Source(5, 1) + SourceIndex(4) +2 >Emitted(109, 2) Source(5, 2) + SourceIndex(4) +3 >Emitted(109, 2) Source(1, 1) + SourceIndex(4) +4 >Emitted(109, 6) Source(5, 2) + SourceIndex(4) --- >>>//# sourceMappingURL=second-output.js.map @@ -2562,7 +2565,7 @@ sourceFile:../second/second_part2.ts }, { "pos": 110, - "end": 3162, + "end": 3180, "kind": "text" } ] @@ -2643,7 +2646,7 @@ function f() { } ---------------------------------------------------------------------- -text: (110-3162) +text: (110-3180) var N; (function (N) { function f() { @@ -2654,8 +2657,9 @@ var N; var normalC = (function () { function normalC() { } - normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: true, @@ -3579,8 +3583,9 @@ var N; var normalC = (function () { function normalC() { } - normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: true, @@ -3676,7 +3681,7 @@ c.doSomething(); //# sourceMappingURL=third-output.js.map //// [/src/third/thirdjs/output/third-output.js.map] -{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} //// [/src/third/thirdjs/output/third-output.js.map.baseline.txt] =================================================================== @@ -3977,66 +3982,68 @@ sourceFile:../../../second/second_part1.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->constructor() { 2 > } 1->Emitted(16, 5) Source(14, 36) + SourceIndex(3) 2 >Emitted(16, 6) Source(14, 37) + SourceIndex(3) --- ->>> normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> proto_1.method = function () { }; 1->^^^^ -2 > ^^^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^ -5 > ^ -6 > ^^^^^^-> +2 > ^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^ +5 > ^ +6 > ^^^^^^-> 1-> > /**@internal*/ prop: string; > /**@internal*/ 2 > method -3 > -4 > method() { -5 > } -1->Emitted(17, 5) Source(16, 20) + SourceIndex(3) -2 >Emitted(17, 29) Source(16, 26) + SourceIndex(3) -3 >Emitted(17, 32) Source(16, 20) + SourceIndex(3) -4 >Emitted(17, 46) Source(16, 31) + SourceIndex(3) -5 >Emitted(17, 47) Source(16, 32) + SourceIndex(3) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +3 > +4 > method() { +5 > } +1->Emitted(18, 5) Source(16, 20) + SourceIndex(3) +2 >Emitted(18, 19) Source(16, 26) + SourceIndex(3) +3 >Emitted(18, 22) Source(16, 20) + SourceIndex(3) +4 >Emitted(18, 36) Source(16, 31) + SourceIndex(3) +5 >Emitted(18, 37) Source(16, 32) + SourceIndex(3) +--- +>>> Object.defineProperty(proto_1, "c", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^^^^^^^^^^ +4 > ^^^-> 1-> > /**@internal*/ 2 > get 3 > c -1->Emitted(18, 5) Source(17, 20) + SourceIndex(3) -2 >Emitted(18, 27) Source(17, 24) + SourceIndex(3) -3 >Emitted(18, 49) Source(17, 25) + SourceIndex(3) +1->Emitted(19, 5) Source(17, 20) + SourceIndex(3) +2 >Emitted(19, 27) Source(17, 24) + SourceIndex(3) +3 >Emitted(19, 39) Source(17, 25) + SourceIndex(3) --- >>> get: function () { return 10; }, -1 >^^^^^^^^^^^^^ +1->^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^^^^^^^ 4 > ^^ 5 > ^ 6 > ^ 7 > ^ -1 > +1-> 2 > get c() { 3 > return 4 > 10 5 > ; 6 > 7 > } -1 >Emitted(19, 14) Source(17, 20) + SourceIndex(3) -2 >Emitted(19, 28) Source(17, 30) + SourceIndex(3) -3 >Emitted(19, 35) Source(17, 37) + SourceIndex(3) -4 >Emitted(19, 37) Source(17, 39) + SourceIndex(3) -5 >Emitted(19, 38) Source(17, 40) + SourceIndex(3) -6 >Emitted(19, 39) Source(17, 41) + SourceIndex(3) -7 >Emitted(19, 40) Source(17, 42) + SourceIndex(3) +1->Emitted(20, 14) Source(17, 20) + SourceIndex(3) +2 >Emitted(20, 28) Source(17, 30) + SourceIndex(3) +3 >Emitted(20, 35) Source(17, 37) + SourceIndex(3) +4 >Emitted(20, 37) Source(17, 39) + SourceIndex(3) +5 >Emitted(20, 38) Source(17, 40) + SourceIndex(3) +6 >Emitted(20, 39) Source(17, 41) + SourceIndex(3) +7 >Emitted(20, 40) Source(17, 42) + SourceIndex(3) --- >>> set: function (val) { }, 1 >^^^^^^^^^^^^^ @@ -4050,11 +4057,11 @@ sourceFile:../../../second/second_part1.ts 3 > val: number 4 > ) { 5 > } -1 >Emitted(20, 14) Source(18, 20) + SourceIndex(3) -2 >Emitted(20, 24) Source(18, 26) + SourceIndex(3) -3 >Emitted(20, 27) Source(18, 37) + SourceIndex(3) -4 >Emitted(20, 31) Source(18, 41) + SourceIndex(3) -5 >Emitted(20, 32) Source(18, 42) + SourceIndex(3) +1 >Emitted(21, 14) Source(18, 20) + SourceIndex(3) +2 >Emitted(21, 24) Source(18, 26) + SourceIndex(3) +3 >Emitted(21, 27) Source(18, 37) + SourceIndex(3) +4 >Emitted(21, 31) Source(18, 41) + SourceIndex(3) +5 >Emitted(21, 32) Source(18, 42) + SourceIndex(3) --- >>> enumerable: true, >>> configurable: true @@ -4062,7 +4069,7 @@ sourceFile:../../../second/second_part1.ts 1 >^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(23, 8) Source(17, 42) + SourceIndex(3) +1 >Emitted(24, 8) Source(17, 42) + SourceIndex(3) --- >>> return normalC; 1->^^^^ @@ -4071,8 +4078,8 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ set c(val: number) { } > 2 > } -1->Emitted(24, 5) Source(19, 1) + SourceIndex(3) -2 >Emitted(24, 19) Source(19, 2) + SourceIndex(3) +1->Emitted(25, 5) Source(19, 1) + SourceIndex(3) +2 >Emitted(25, 19) Source(19, 2) + SourceIndex(3) --- >>>}()); 1 > @@ -4090,10 +4097,10 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ get c() { return 10; } > /**@internal*/ set c(val: number) { } > } -1 >Emitted(25, 1) Source(19, 1) + SourceIndex(3) -2 >Emitted(25, 2) Source(19, 2) + SourceIndex(3) -3 >Emitted(25, 2) Source(13, 1) + SourceIndex(3) -4 >Emitted(25, 6) Source(19, 2) + SourceIndex(3) +1 >Emitted(26, 1) Source(19, 1) + SourceIndex(3) +2 >Emitted(26, 2) Source(19, 2) + SourceIndex(3) +3 >Emitted(26, 2) Source(13, 1) + SourceIndex(3) +4 >Emitted(26, 6) Source(19, 2) + SourceIndex(3) --- >>>var normalN; 1-> @@ -4115,10 +4122,10 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ export const internalConst = 10; > /**@internal*/ export enum internalEnum { a, b, c } > } -1->Emitted(26, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(26, 5) Source(20, 11) + SourceIndex(3) -3 >Emitted(26, 12) Source(20, 18) + SourceIndex(3) -4 >Emitted(26, 13) Source(29, 2) + SourceIndex(3) +1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(27, 5) Source(20, 11) + SourceIndex(3) +3 >Emitted(27, 12) Source(20, 18) + SourceIndex(3) +4 >Emitted(27, 13) Source(29, 2) + SourceIndex(3) --- >>>(function (normalN) { 1-> @@ -4128,22 +4135,22 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > normalN -1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(27, 12) Source(20, 11) + SourceIndex(3) -3 >Emitted(27, 19) Source(20, 18) + SourceIndex(3) +1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(28, 12) Source(20, 11) + SourceIndex(3) +3 >Emitted(28, 19) Source(20, 18) + SourceIndex(3) --- >>> var C = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { > /**@internal*/ -1->Emitted(28, 5) Source(21, 20) + SourceIndex(3) +1->Emitted(29, 5) Source(21, 20) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(29, 9) Source(21, 20) + SourceIndex(3) +1->Emitted(30, 9) Source(21, 20) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -4151,16 +4158,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(30, 9) Source(21, 37) + SourceIndex(3) -2 >Emitted(30, 10) Source(21, 38) + SourceIndex(3) +1->Emitted(31, 9) Source(21, 37) + SourceIndex(3) +2 >Emitted(31, 10) Source(21, 38) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(31, 9) Source(21, 37) + SourceIndex(3) -2 >Emitted(31, 17) Source(21, 38) + SourceIndex(3) +1->Emitted(32, 9) Source(21, 37) + SourceIndex(3) +2 >Emitted(32, 17) Source(21, 38) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -4172,10 +4179,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(32, 5) Source(21, 37) + SourceIndex(3) -2 >Emitted(32, 6) Source(21, 38) + SourceIndex(3) -3 >Emitted(32, 6) Source(21, 20) + SourceIndex(3) -4 >Emitted(32, 10) Source(21, 38) + SourceIndex(3) +1 >Emitted(33, 5) Source(21, 37) + SourceIndex(3) +2 >Emitted(33, 6) Source(21, 38) + SourceIndex(3) +3 >Emitted(33, 6) Source(21, 20) + SourceIndex(3) +4 >Emitted(33, 10) Source(21, 38) + SourceIndex(3) --- >>> normalN.C = C; 1->^^^^ @@ -4187,10 +4194,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > { } 4 > -1->Emitted(33, 5) Source(21, 33) + SourceIndex(3) -2 >Emitted(33, 14) Source(21, 34) + SourceIndex(3) -3 >Emitted(33, 18) Source(21, 38) + SourceIndex(3) -4 >Emitted(33, 19) Source(21, 38) + SourceIndex(3) +1->Emitted(34, 5) Source(21, 33) + SourceIndex(3) +2 >Emitted(34, 14) Source(21, 34) + SourceIndex(3) +3 >Emitted(34, 18) Source(21, 38) + SourceIndex(3) +4 >Emitted(34, 19) Source(21, 38) + SourceIndex(3) --- >>> function foo() { } 1->^^^^ @@ -4205,11 +4212,11 @@ sourceFile:../../../second/second_part1.ts 3 > foo 4 > () { 5 > } -1->Emitted(34, 5) Source(22, 20) + SourceIndex(3) -2 >Emitted(34, 14) Source(22, 36) + SourceIndex(3) -3 >Emitted(34, 17) Source(22, 39) + SourceIndex(3) -4 >Emitted(34, 22) Source(22, 43) + SourceIndex(3) -5 >Emitted(34, 23) Source(22, 44) + SourceIndex(3) +1->Emitted(35, 5) Source(22, 20) + SourceIndex(3) +2 >Emitted(35, 14) Source(22, 36) + SourceIndex(3) +3 >Emitted(35, 17) Source(22, 39) + SourceIndex(3) +4 >Emitted(35, 22) Source(22, 43) + SourceIndex(3) +5 >Emitted(35, 23) Source(22, 44) + SourceIndex(3) --- >>> normalN.foo = foo; 1->^^^^ @@ -4221,10 +4228,10 @@ sourceFile:../../../second/second_part1.ts 2 > foo 3 > () {} 4 > -1->Emitted(35, 5) Source(22, 36) + SourceIndex(3) -2 >Emitted(35, 16) Source(22, 39) + SourceIndex(3) -3 >Emitted(35, 22) Source(22, 44) + SourceIndex(3) -4 >Emitted(35, 23) Source(22, 44) + SourceIndex(3) +1->Emitted(36, 5) Source(22, 36) + SourceIndex(3) +2 >Emitted(36, 16) Source(22, 39) + SourceIndex(3) +3 >Emitted(36, 22) Source(22, 44) + SourceIndex(3) +4 >Emitted(36, 23) Source(22, 44) + SourceIndex(3) --- >>> var someNamespace; 1->^^^^ @@ -4237,10 +4244,10 @@ sourceFile:../../../second/second_part1.ts 2 > export namespace 3 > someNamespace 4 > { export class C {} } -1->Emitted(36, 5) Source(23, 20) + SourceIndex(3) -2 >Emitted(36, 9) Source(23, 37) + SourceIndex(3) -3 >Emitted(36, 22) Source(23, 50) + SourceIndex(3) -4 >Emitted(36, 23) Source(23, 72) + SourceIndex(3) +1->Emitted(37, 5) Source(23, 20) + SourceIndex(3) +2 >Emitted(37, 9) Source(23, 37) + SourceIndex(3) +3 >Emitted(37, 22) Source(23, 50) + SourceIndex(3) +4 >Emitted(37, 23) Source(23, 72) + SourceIndex(3) --- >>> (function (someNamespace) { 1->^^^^ @@ -4250,21 +4257,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > export namespace 3 > someNamespace -1->Emitted(37, 5) Source(23, 20) + SourceIndex(3) -2 >Emitted(37, 16) Source(23, 37) + SourceIndex(3) -3 >Emitted(37, 29) Source(23, 50) + SourceIndex(3) +1->Emitted(38, 5) Source(23, 20) + SourceIndex(3) +2 >Emitted(38, 16) Source(23, 37) + SourceIndex(3) +3 >Emitted(38, 29) Source(23, 50) + SourceIndex(3) --- >>> var C = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(38, 9) Source(23, 53) + SourceIndex(3) +1->Emitted(39, 9) Source(23, 53) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(39, 13) Source(23, 53) + SourceIndex(3) +1->Emitted(40, 13) Source(23, 53) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -4272,16 +4279,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(40, 13) Source(23, 69) + SourceIndex(3) -2 >Emitted(40, 14) Source(23, 70) + SourceIndex(3) +1->Emitted(41, 13) Source(23, 69) + SourceIndex(3) +2 >Emitted(41, 14) Source(23, 70) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(41, 13) Source(23, 69) + SourceIndex(3) -2 >Emitted(41, 21) Source(23, 70) + SourceIndex(3) +1->Emitted(42, 13) Source(23, 69) + SourceIndex(3) +2 >Emitted(42, 21) Source(23, 70) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -4293,10 +4300,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(42, 9) Source(23, 69) + SourceIndex(3) -2 >Emitted(42, 10) Source(23, 70) + SourceIndex(3) -3 >Emitted(42, 10) Source(23, 53) + SourceIndex(3) -4 >Emitted(42, 14) Source(23, 70) + SourceIndex(3) +1 >Emitted(43, 9) Source(23, 69) + SourceIndex(3) +2 >Emitted(43, 10) Source(23, 70) + SourceIndex(3) +3 >Emitted(43, 10) Source(23, 53) + SourceIndex(3) +4 >Emitted(43, 14) Source(23, 70) + SourceIndex(3) --- >>> someNamespace.C = C; 1->^^^^^^^^ @@ -4308,10 +4315,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > {} 4 > -1->Emitted(43, 9) Source(23, 66) + SourceIndex(3) -2 >Emitted(43, 24) Source(23, 67) + SourceIndex(3) -3 >Emitted(43, 28) Source(23, 70) + SourceIndex(3) -4 >Emitted(43, 29) Source(23, 70) + SourceIndex(3) +1->Emitted(44, 9) Source(23, 66) + SourceIndex(3) +2 >Emitted(44, 24) Source(23, 67) + SourceIndex(3) +3 >Emitted(44, 28) Source(23, 70) + SourceIndex(3) +4 >Emitted(44, 29) Source(23, 70) + SourceIndex(3) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^ @@ -4332,15 +4339,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(44, 5) Source(23, 71) + SourceIndex(3) -2 >Emitted(44, 6) Source(23, 72) + SourceIndex(3) -3 >Emitted(44, 8) Source(23, 37) + SourceIndex(3) -4 >Emitted(44, 21) Source(23, 50) + SourceIndex(3) -5 >Emitted(44, 24) Source(23, 37) + SourceIndex(3) -6 >Emitted(44, 45) Source(23, 50) + SourceIndex(3) -7 >Emitted(44, 50) Source(23, 37) + SourceIndex(3) -8 >Emitted(44, 71) Source(23, 50) + SourceIndex(3) -9 >Emitted(44, 79) Source(23, 72) + SourceIndex(3) +1->Emitted(45, 5) Source(23, 71) + SourceIndex(3) +2 >Emitted(45, 6) Source(23, 72) + SourceIndex(3) +3 >Emitted(45, 8) Source(23, 37) + SourceIndex(3) +4 >Emitted(45, 21) Source(23, 50) + SourceIndex(3) +5 >Emitted(45, 24) Source(23, 37) + SourceIndex(3) +6 >Emitted(45, 45) Source(23, 50) + SourceIndex(3) +7 >Emitted(45, 50) Source(23, 37) + SourceIndex(3) +8 >Emitted(45, 71) Source(23, 50) + SourceIndex(3) +9 >Emitted(45, 79) Source(23, 72) + SourceIndex(3) --- >>> var someOther; 1 >^^^^ @@ -4353,10 +4360,10 @@ sourceFile:../../../second/second_part1.ts 2 > export namespace 3 > someOther 4 > .something { export class someClass {} } -1 >Emitted(45, 5) Source(24, 20) + SourceIndex(3) -2 >Emitted(45, 9) Source(24, 37) + SourceIndex(3) -3 >Emitted(45, 18) Source(24, 46) + SourceIndex(3) -4 >Emitted(45, 19) Source(24, 86) + SourceIndex(3) +1 >Emitted(46, 5) Source(24, 20) + SourceIndex(3) +2 >Emitted(46, 9) Source(24, 37) + SourceIndex(3) +3 >Emitted(46, 18) Source(24, 46) + SourceIndex(3) +4 >Emitted(46, 19) Source(24, 86) + SourceIndex(3) --- >>> (function (someOther) { 1->^^^^ @@ -4365,9 +4372,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > export namespace 3 > someOther -1->Emitted(46, 5) Source(24, 20) + SourceIndex(3) -2 >Emitted(46, 16) Source(24, 37) + SourceIndex(3) -3 >Emitted(46, 25) Source(24, 46) + SourceIndex(3) +1->Emitted(47, 5) Source(24, 20) + SourceIndex(3) +2 >Emitted(47, 16) Source(24, 37) + SourceIndex(3) +3 >Emitted(47, 25) Source(24, 46) + SourceIndex(3) --- >>> var something; 1 >^^^^^^^^ @@ -4379,10 +4386,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(47, 9) Source(24, 47) + SourceIndex(3) -2 >Emitted(47, 13) Source(24, 47) + SourceIndex(3) -3 >Emitted(47, 22) Source(24, 56) + SourceIndex(3) -4 >Emitted(47, 23) Source(24, 86) + SourceIndex(3) +1 >Emitted(48, 9) Source(24, 47) + SourceIndex(3) +2 >Emitted(48, 13) Source(24, 47) + SourceIndex(3) +3 >Emitted(48, 22) Source(24, 56) + SourceIndex(3) +4 >Emitted(48, 23) Source(24, 86) + SourceIndex(3) --- >>> (function (something) { 1->^^^^^^^^ @@ -4392,21 +4399,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(48, 9) Source(24, 47) + SourceIndex(3) -2 >Emitted(48, 20) Source(24, 47) + SourceIndex(3) -3 >Emitted(48, 29) Source(24, 56) + SourceIndex(3) +1->Emitted(49, 9) Source(24, 47) + SourceIndex(3) +2 >Emitted(49, 20) Source(24, 47) + SourceIndex(3) +3 >Emitted(49, 29) Source(24, 56) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(49, 13) Source(24, 59) + SourceIndex(3) +1->Emitted(50, 13) Source(24, 59) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(50, 17) Source(24, 59) + SourceIndex(3) +1->Emitted(51, 17) Source(24, 59) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -4414,16 +4421,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(51, 17) Source(24, 83) + SourceIndex(3) -2 >Emitted(51, 18) Source(24, 84) + SourceIndex(3) +1->Emitted(52, 17) Source(24, 83) + SourceIndex(3) +2 >Emitted(52, 18) Source(24, 84) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(52, 17) Source(24, 83) + SourceIndex(3) -2 >Emitted(52, 33) Source(24, 84) + SourceIndex(3) +1->Emitted(53, 17) Source(24, 83) + SourceIndex(3) +2 >Emitted(53, 33) Source(24, 84) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -4435,10 +4442,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(53, 13) Source(24, 83) + SourceIndex(3) -2 >Emitted(53, 14) Source(24, 84) + SourceIndex(3) -3 >Emitted(53, 14) Source(24, 59) + SourceIndex(3) -4 >Emitted(53, 18) Source(24, 84) + SourceIndex(3) +1 >Emitted(54, 13) Source(24, 83) + SourceIndex(3) +2 >Emitted(54, 14) Source(24, 84) + SourceIndex(3) +3 >Emitted(54, 14) Source(24, 59) + SourceIndex(3) +4 >Emitted(54, 18) Source(24, 84) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -4450,10 +4457,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(54, 13) Source(24, 72) + SourceIndex(3) -2 >Emitted(54, 32) Source(24, 81) + SourceIndex(3) -3 >Emitted(54, 44) Source(24, 84) + SourceIndex(3) -4 >Emitted(54, 45) Source(24, 84) + SourceIndex(3) +1->Emitted(55, 13) Source(24, 72) + SourceIndex(3) +2 >Emitted(55, 32) Source(24, 81) + SourceIndex(3) +3 >Emitted(55, 44) Source(24, 84) + SourceIndex(3) +4 >Emitted(55, 45) Source(24, 84) + SourceIndex(3) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^ @@ -4474,15 +4481,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(55, 9) Source(24, 85) + SourceIndex(3) -2 >Emitted(55, 10) Source(24, 86) + SourceIndex(3) -3 >Emitted(55, 12) Source(24, 47) + SourceIndex(3) -4 >Emitted(55, 21) Source(24, 56) + SourceIndex(3) -5 >Emitted(55, 24) Source(24, 47) + SourceIndex(3) -6 >Emitted(55, 43) Source(24, 56) + SourceIndex(3) -7 >Emitted(55, 48) Source(24, 47) + SourceIndex(3) -8 >Emitted(55, 67) Source(24, 56) + SourceIndex(3) -9 >Emitted(55, 75) Source(24, 86) + SourceIndex(3) +1->Emitted(56, 9) Source(24, 85) + SourceIndex(3) +2 >Emitted(56, 10) Source(24, 86) + SourceIndex(3) +3 >Emitted(56, 12) Source(24, 47) + SourceIndex(3) +4 >Emitted(56, 21) Source(24, 56) + SourceIndex(3) +5 >Emitted(56, 24) Source(24, 47) + SourceIndex(3) +6 >Emitted(56, 43) Source(24, 56) + SourceIndex(3) +7 >Emitted(56, 48) Source(24, 47) + SourceIndex(3) +8 >Emitted(56, 67) Source(24, 56) + SourceIndex(3) +9 >Emitted(56, 75) Source(24, 86) + SourceIndex(3) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^ @@ -4503,15 +4510,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(56, 5) Source(24, 85) + SourceIndex(3) -2 >Emitted(56, 6) Source(24, 86) + SourceIndex(3) -3 >Emitted(56, 8) Source(24, 37) + SourceIndex(3) -4 >Emitted(56, 17) Source(24, 46) + SourceIndex(3) -5 >Emitted(56, 20) Source(24, 37) + SourceIndex(3) -6 >Emitted(56, 37) Source(24, 46) + SourceIndex(3) -7 >Emitted(56, 42) Source(24, 37) + SourceIndex(3) -8 >Emitted(56, 59) Source(24, 46) + SourceIndex(3) -9 >Emitted(56, 67) Source(24, 86) + SourceIndex(3) +1 >Emitted(57, 5) Source(24, 85) + SourceIndex(3) +2 >Emitted(57, 6) Source(24, 86) + SourceIndex(3) +3 >Emitted(57, 8) Source(24, 37) + SourceIndex(3) +4 >Emitted(57, 17) Source(24, 46) + SourceIndex(3) +5 >Emitted(57, 20) Source(24, 37) + SourceIndex(3) +6 >Emitted(57, 37) Source(24, 46) + SourceIndex(3) +7 >Emitted(57, 42) Source(24, 37) + SourceIndex(3) +8 >Emitted(57, 59) Source(24, 46) + SourceIndex(3) +9 >Emitted(57, 67) Source(24, 86) + SourceIndex(3) --- >>> normalN.someImport = someNamespace.C; 1 >^^^^ @@ -4529,13 +4536,13 @@ sourceFile:../../../second/second_part1.ts 5 > . 6 > C 7 > ; -1 >Emitted(57, 5) Source(25, 34) + SourceIndex(3) -2 >Emitted(57, 23) Source(25, 44) + SourceIndex(3) -3 >Emitted(57, 26) Source(25, 47) + SourceIndex(3) -4 >Emitted(57, 39) Source(25, 60) + SourceIndex(3) -5 >Emitted(57, 40) Source(25, 61) + SourceIndex(3) -6 >Emitted(57, 41) Source(25, 62) + SourceIndex(3) -7 >Emitted(57, 42) Source(25, 63) + SourceIndex(3) +1 >Emitted(58, 5) Source(25, 34) + SourceIndex(3) +2 >Emitted(58, 23) Source(25, 44) + SourceIndex(3) +3 >Emitted(58, 26) Source(25, 47) + SourceIndex(3) +4 >Emitted(58, 39) Source(25, 60) + SourceIndex(3) +5 >Emitted(58, 40) Source(25, 61) + SourceIndex(3) +6 >Emitted(58, 41) Source(25, 62) + SourceIndex(3) +7 >Emitted(58, 42) Source(25, 63) + SourceIndex(3) --- >>> normalN.internalConst = 10; 1 >^^^^ @@ -4550,11 +4557,11 @@ sourceFile:../../../second/second_part1.ts 3 > = 4 > 10 5 > ; -1 >Emitted(58, 5) Source(27, 33) + SourceIndex(3) -2 >Emitted(58, 26) Source(27, 46) + SourceIndex(3) -3 >Emitted(58, 29) Source(27, 49) + SourceIndex(3) -4 >Emitted(58, 31) Source(27, 51) + SourceIndex(3) -5 >Emitted(58, 32) Source(27, 52) + SourceIndex(3) +1 >Emitted(59, 5) Source(27, 33) + SourceIndex(3) +2 >Emitted(59, 26) Source(27, 46) + SourceIndex(3) +3 >Emitted(59, 29) Source(27, 49) + SourceIndex(3) +4 >Emitted(59, 31) Source(27, 51) + SourceIndex(3) +5 >Emitted(59, 32) Source(27, 52) + SourceIndex(3) --- >>> var internalEnum; 1 >^^^^ @@ -4565,9 +4572,9 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ 2 > export enum 3 > internalEnum { a, b, c } -1 >Emitted(59, 5) Source(28, 20) + SourceIndex(3) -2 >Emitted(59, 9) Source(28, 32) + SourceIndex(3) -3 >Emitted(59, 21) Source(28, 56) + SourceIndex(3) +1 >Emitted(60, 5) Source(28, 20) + SourceIndex(3) +2 >Emitted(60, 9) Source(28, 32) + SourceIndex(3) +3 >Emitted(60, 21) Source(28, 56) + SourceIndex(3) --- >>> (function (internalEnum) { 1->^^^^ @@ -4577,9 +4584,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > export enum 3 > internalEnum -1->Emitted(60, 5) Source(28, 20) + SourceIndex(3) -2 >Emitted(60, 16) Source(28, 32) + SourceIndex(3) -3 >Emitted(60, 28) Source(28, 44) + SourceIndex(3) +1->Emitted(61, 5) Source(28, 20) + SourceIndex(3) +2 >Emitted(61, 16) Source(28, 32) + SourceIndex(3) +3 >Emitted(61, 28) Source(28, 44) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -4589,9 +4596,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(61, 9) Source(28, 47) + SourceIndex(3) -2 >Emitted(61, 50) Source(28, 48) + SourceIndex(3) -3 >Emitted(61, 51) Source(28, 48) + SourceIndex(3) +1->Emitted(62, 9) Source(28, 47) + SourceIndex(3) +2 >Emitted(62, 50) Source(28, 48) + SourceIndex(3) +3 >Emitted(62, 51) Source(28, 48) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -4601,9 +4608,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(62, 9) Source(28, 50) + SourceIndex(3) -2 >Emitted(62, 50) Source(28, 51) + SourceIndex(3) -3 >Emitted(62, 51) Source(28, 51) + SourceIndex(3) +1->Emitted(63, 9) Source(28, 50) + SourceIndex(3) +2 >Emitted(63, 50) Source(28, 51) + SourceIndex(3) +3 >Emitted(63, 51) Source(28, 51) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -4613,9 +4620,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(63, 9) Source(28, 53) + SourceIndex(3) -2 >Emitted(63, 50) Source(28, 54) + SourceIndex(3) -3 >Emitted(63, 51) Source(28, 54) + SourceIndex(3) +1->Emitted(64, 9) Source(28, 53) + SourceIndex(3) +2 >Emitted(64, 50) Source(28, 54) + SourceIndex(3) +3 >Emitted(64, 51) Source(28, 54) + SourceIndex(3) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^ @@ -4636,15 +4643,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(64, 5) Source(28, 55) + SourceIndex(3) -2 >Emitted(64, 6) Source(28, 56) + SourceIndex(3) -3 >Emitted(64, 8) Source(28, 32) + SourceIndex(3) -4 >Emitted(64, 20) Source(28, 44) + SourceIndex(3) -5 >Emitted(64, 23) Source(28, 32) + SourceIndex(3) -6 >Emitted(64, 43) Source(28, 44) + SourceIndex(3) -7 >Emitted(64, 48) Source(28, 32) + SourceIndex(3) -8 >Emitted(64, 68) Source(28, 44) + SourceIndex(3) -9 >Emitted(64, 76) Source(28, 56) + SourceIndex(3) +1->Emitted(65, 5) Source(28, 55) + SourceIndex(3) +2 >Emitted(65, 6) Source(28, 56) + SourceIndex(3) +3 >Emitted(65, 8) Source(28, 32) + SourceIndex(3) +4 >Emitted(65, 20) Source(28, 44) + SourceIndex(3) +5 >Emitted(65, 23) Source(28, 32) + SourceIndex(3) +6 >Emitted(65, 43) Source(28, 44) + SourceIndex(3) +7 >Emitted(65, 48) Source(28, 32) + SourceIndex(3) +8 >Emitted(65, 68) Source(28, 44) + SourceIndex(3) +9 >Emitted(65, 76) Source(28, 56) + SourceIndex(3) --- >>>})(normalN || (normalN = {})); 1 > @@ -4672,26 +4679,26 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ export const internalConst = 10; > /**@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(65, 1) Source(29, 1) + SourceIndex(3) -2 >Emitted(65, 2) Source(29, 2) + SourceIndex(3) -3 >Emitted(65, 4) Source(20, 11) + SourceIndex(3) -4 >Emitted(65, 11) Source(20, 18) + SourceIndex(3) -5 >Emitted(65, 16) Source(20, 11) + SourceIndex(3) -6 >Emitted(65, 23) Source(20, 18) + SourceIndex(3) -7 >Emitted(65, 31) Source(29, 2) + SourceIndex(3) +1 >Emitted(66, 1) Source(29, 1) + SourceIndex(3) +2 >Emitted(66, 2) Source(29, 2) + SourceIndex(3) +3 >Emitted(66, 4) Source(20, 11) + SourceIndex(3) +4 >Emitted(66, 11) Source(20, 18) + SourceIndex(3) +5 >Emitted(66, 16) Source(20, 11) + SourceIndex(3) +6 >Emitted(66, 23) Source(20, 18) + SourceIndex(3) +7 >Emitted(66, 31) Source(29, 2) + SourceIndex(3) --- >>>var internalC = (function () { 1-> 2 >^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> >/**@internal*/ -1->Emitted(66, 1) Source(30, 16) + SourceIndex(3) +1->Emitted(67, 1) Source(30, 16) + SourceIndex(3) --- >>> function internalC() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(67, 5) Source(30, 16) + SourceIndex(3) +1->Emitted(68, 5) Source(30, 16) + SourceIndex(3) --- >>> } 1->^^^^ @@ -4699,16 +4706,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->class internalC { 2 > } -1->Emitted(68, 5) Source(30, 33) + SourceIndex(3) -2 >Emitted(68, 6) Source(30, 34) + SourceIndex(3) +1->Emitted(69, 5) Source(30, 33) + SourceIndex(3) +2 >Emitted(69, 6) Source(30, 34) + SourceIndex(3) --- >>> return internalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(69, 5) Source(30, 33) + SourceIndex(3) -2 >Emitted(69, 21) Source(30, 34) + SourceIndex(3) +1->Emitted(70, 5) Source(30, 33) + SourceIndex(3) +2 >Emitted(70, 21) Source(30, 34) + SourceIndex(3) --- >>>}()); 1 > @@ -4720,10 +4727,10 @@ sourceFile:../../../second/second_part1.ts 2 >} 3 > 4 > class internalC {} -1 >Emitted(70, 1) Source(30, 33) + SourceIndex(3) -2 >Emitted(70, 2) Source(30, 34) + SourceIndex(3) -3 >Emitted(70, 2) Source(30, 16) + SourceIndex(3) -4 >Emitted(70, 6) Source(30, 34) + SourceIndex(3) +1 >Emitted(71, 1) Source(30, 33) + SourceIndex(3) +2 >Emitted(71, 2) Source(30, 34) + SourceIndex(3) +3 >Emitted(71, 2) Source(30, 16) + SourceIndex(3) +4 >Emitted(71, 6) Source(30, 34) + SourceIndex(3) --- >>>function internalfoo() { } 1-> @@ -4737,11 +4744,11 @@ sourceFile:../../../second/second_part1.ts 3 > internalfoo 4 > () { 5 > } -1->Emitted(71, 1) Source(31, 16) + SourceIndex(3) -2 >Emitted(71, 10) Source(31, 25) + SourceIndex(3) -3 >Emitted(71, 21) Source(31, 36) + SourceIndex(3) -4 >Emitted(71, 26) Source(31, 40) + SourceIndex(3) -5 >Emitted(71, 27) Source(31, 41) + SourceIndex(3) +1->Emitted(72, 1) Source(31, 16) + SourceIndex(3) +2 >Emitted(72, 10) Source(31, 25) + SourceIndex(3) +3 >Emitted(72, 21) Source(31, 36) + SourceIndex(3) +4 >Emitted(72, 26) Source(31, 40) + SourceIndex(3) +5 >Emitted(72, 27) Source(31, 41) + SourceIndex(3) --- >>>var internalNamespace; 1 > @@ -4754,10 +4761,10 @@ sourceFile:../../../second/second_part1.ts 2 >namespace 3 > internalNamespace 4 > { export class someClass {} } -1 >Emitted(72, 1) Source(32, 16) + SourceIndex(3) -2 >Emitted(72, 5) Source(32, 26) + SourceIndex(3) -3 >Emitted(72, 22) Source(32, 43) + SourceIndex(3) -4 >Emitted(72, 23) Source(32, 73) + SourceIndex(3) +1 >Emitted(73, 1) Source(32, 16) + SourceIndex(3) +2 >Emitted(73, 5) Source(32, 26) + SourceIndex(3) +3 >Emitted(73, 22) Source(32, 43) + SourceIndex(3) +4 >Emitted(73, 23) Source(32, 73) + SourceIndex(3) --- >>>(function (internalNamespace) { 1-> @@ -4767,21 +4774,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > internalNamespace -1->Emitted(73, 1) Source(32, 16) + SourceIndex(3) -2 >Emitted(73, 12) Source(32, 26) + SourceIndex(3) -3 >Emitted(73, 29) Source(32, 43) + SourceIndex(3) +1->Emitted(74, 1) Source(32, 16) + SourceIndex(3) +2 >Emitted(74, 12) Source(32, 26) + SourceIndex(3) +3 >Emitted(74, 29) Source(32, 43) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(74, 5) Source(32, 46) + SourceIndex(3) +1->Emitted(75, 5) Source(32, 46) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(75, 9) Source(32, 46) + SourceIndex(3) +1->Emitted(76, 9) Source(32, 46) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -4789,16 +4796,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(76, 9) Source(32, 70) + SourceIndex(3) -2 >Emitted(76, 10) Source(32, 71) + SourceIndex(3) +1->Emitted(77, 9) Source(32, 70) + SourceIndex(3) +2 >Emitted(77, 10) Source(32, 71) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(77, 9) Source(32, 70) + SourceIndex(3) -2 >Emitted(77, 25) Source(32, 71) + SourceIndex(3) +1->Emitted(78, 9) Source(32, 70) + SourceIndex(3) +2 >Emitted(78, 25) Source(32, 71) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -4810,10 +4817,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(78, 5) Source(32, 70) + SourceIndex(3) -2 >Emitted(78, 6) Source(32, 71) + SourceIndex(3) -3 >Emitted(78, 6) Source(32, 46) + SourceIndex(3) -4 >Emitted(78, 10) Source(32, 71) + SourceIndex(3) +1 >Emitted(79, 5) Source(32, 70) + SourceIndex(3) +2 >Emitted(79, 6) Source(32, 71) + SourceIndex(3) +3 >Emitted(79, 6) Source(32, 46) + SourceIndex(3) +4 >Emitted(79, 10) Source(32, 71) + SourceIndex(3) --- >>> internalNamespace.someClass = someClass; 1->^^^^ @@ -4825,10 +4832,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(79, 5) Source(32, 59) + SourceIndex(3) -2 >Emitted(79, 32) Source(32, 68) + SourceIndex(3) -3 >Emitted(79, 44) Source(32, 71) + SourceIndex(3) -4 >Emitted(79, 45) Source(32, 71) + SourceIndex(3) +1->Emitted(80, 5) Source(32, 59) + SourceIndex(3) +2 >Emitted(80, 32) Source(32, 68) + SourceIndex(3) +3 >Emitted(80, 44) Source(32, 71) + SourceIndex(3) +4 >Emitted(80, 45) Source(32, 71) + SourceIndex(3) --- >>>})(internalNamespace || (internalNamespace = {})); 1-> @@ -4845,13 +4852,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalNamespace 7 > { export class someClass {} } -1->Emitted(80, 1) Source(32, 72) + SourceIndex(3) -2 >Emitted(80, 2) Source(32, 73) + SourceIndex(3) -3 >Emitted(80, 4) Source(32, 26) + SourceIndex(3) -4 >Emitted(80, 21) Source(32, 43) + SourceIndex(3) -5 >Emitted(80, 26) Source(32, 26) + SourceIndex(3) -6 >Emitted(80, 43) Source(32, 43) + SourceIndex(3) -7 >Emitted(80, 51) Source(32, 73) + SourceIndex(3) +1->Emitted(81, 1) Source(32, 72) + SourceIndex(3) +2 >Emitted(81, 2) Source(32, 73) + SourceIndex(3) +3 >Emitted(81, 4) Source(32, 26) + SourceIndex(3) +4 >Emitted(81, 21) Source(32, 43) + SourceIndex(3) +5 >Emitted(81, 26) Source(32, 26) + SourceIndex(3) +6 >Emitted(81, 43) Source(32, 43) + SourceIndex(3) +7 >Emitted(81, 51) Source(32, 73) + SourceIndex(3) --- >>>var internalOther; 1 > @@ -4864,10 +4871,10 @@ sourceFile:../../../second/second_part1.ts 2 >namespace 3 > internalOther 4 > .something { export class someClass {} } -1 >Emitted(81, 1) Source(33, 16) + SourceIndex(3) -2 >Emitted(81, 5) Source(33, 26) + SourceIndex(3) -3 >Emitted(81, 18) Source(33, 39) + SourceIndex(3) -4 >Emitted(81, 19) Source(33, 79) + SourceIndex(3) +1 >Emitted(82, 1) Source(33, 16) + SourceIndex(3) +2 >Emitted(82, 5) Source(33, 26) + SourceIndex(3) +3 >Emitted(82, 18) Source(33, 39) + SourceIndex(3) +4 >Emitted(82, 19) Source(33, 79) + SourceIndex(3) --- >>>(function (internalOther) { 1-> @@ -4876,9 +4883,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > internalOther -1->Emitted(82, 1) Source(33, 16) + SourceIndex(3) -2 >Emitted(82, 12) Source(33, 26) + SourceIndex(3) -3 >Emitted(82, 25) Source(33, 39) + SourceIndex(3) +1->Emitted(83, 1) Source(33, 16) + SourceIndex(3) +2 >Emitted(83, 12) Source(33, 26) + SourceIndex(3) +3 >Emitted(83, 25) Source(33, 39) + SourceIndex(3) --- >>> var something; 1 >^^^^ @@ -4890,10 +4897,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(83, 5) Source(33, 40) + SourceIndex(3) -2 >Emitted(83, 9) Source(33, 40) + SourceIndex(3) -3 >Emitted(83, 18) Source(33, 49) + SourceIndex(3) -4 >Emitted(83, 19) Source(33, 79) + SourceIndex(3) +1 >Emitted(84, 5) Source(33, 40) + SourceIndex(3) +2 >Emitted(84, 9) Source(33, 40) + SourceIndex(3) +3 >Emitted(84, 18) Source(33, 49) + SourceIndex(3) +4 >Emitted(84, 19) Source(33, 79) + SourceIndex(3) --- >>> (function (something) { 1->^^^^ @@ -4903,21 +4910,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(84, 5) Source(33, 40) + SourceIndex(3) -2 >Emitted(84, 16) Source(33, 40) + SourceIndex(3) -3 >Emitted(84, 25) Source(33, 49) + SourceIndex(3) +1->Emitted(85, 5) Source(33, 40) + SourceIndex(3) +2 >Emitted(85, 16) Source(33, 40) + SourceIndex(3) +3 >Emitted(85, 25) Source(33, 49) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(85, 9) Source(33, 52) + SourceIndex(3) +1->Emitted(86, 9) Source(33, 52) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(86, 13) Source(33, 52) + SourceIndex(3) +1->Emitted(87, 13) Source(33, 52) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -4925,16 +4932,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(87, 13) Source(33, 76) + SourceIndex(3) -2 >Emitted(87, 14) Source(33, 77) + SourceIndex(3) +1->Emitted(88, 13) Source(33, 76) + SourceIndex(3) +2 >Emitted(88, 14) Source(33, 77) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(88, 13) Source(33, 76) + SourceIndex(3) -2 >Emitted(88, 29) Source(33, 77) + SourceIndex(3) +1->Emitted(89, 13) Source(33, 76) + SourceIndex(3) +2 >Emitted(89, 29) Source(33, 77) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -4946,10 +4953,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(89, 9) Source(33, 76) + SourceIndex(3) -2 >Emitted(89, 10) Source(33, 77) + SourceIndex(3) -3 >Emitted(89, 10) Source(33, 52) + SourceIndex(3) -4 >Emitted(89, 14) Source(33, 77) + SourceIndex(3) +1 >Emitted(90, 9) Source(33, 76) + SourceIndex(3) +2 >Emitted(90, 10) Source(33, 77) + SourceIndex(3) +3 >Emitted(90, 10) Source(33, 52) + SourceIndex(3) +4 >Emitted(90, 14) Source(33, 77) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^ @@ -4961,10 +4968,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(90, 9) Source(33, 65) + SourceIndex(3) -2 >Emitted(90, 28) Source(33, 74) + SourceIndex(3) -3 >Emitted(90, 40) Source(33, 77) + SourceIndex(3) -4 >Emitted(90, 41) Source(33, 77) + SourceIndex(3) +1->Emitted(91, 9) Source(33, 65) + SourceIndex(3) +2 >Emitted(91, 28) Source(33, 74) + SourceIndex(3) +3 >Emitted(91, 40) Source(33, 77) + SourceIndex(3) +4 >Emitted(91, 41) Source(33, 77) + SourceIndex(3) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^ @@ -4985,15 +4992,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(91, 5) Source(33, 78) + SourceIndex(3) -2 >Emitted(91, 6) Source(33, 79) + SourceIndex(3) -3 >Emitted(91, 8) Source(33, 40) + SourceIndex(3) -4 >Emitted(91, 17) Source(33, 49) + SourceIndex(3) -5 >Emitted(91, 20) Source(33, 40) + SourceIndex(3) -6 >Emitted(91, 43) Source(33, 49) + SourceIndex(3) -7 >Emitted(91, 48) Source(33, 40) + SourceIndex(3) -8 >Emitted(91, 71) Source(33, 49) + SourceIndex(3) -9 >Emitted(91, 79) Source(33, 79) + SourceIndex(3) +1->Emitted(92, 5) Source(33, 78) + SourceIndex(3) +2 >Emitted(92, 6) Source(33, 79) + SourceIndex(3) +3 >Emitted(92, 8) Source(33, 40) + SourceIndex(3) +4 >Emitted(92, 17) Source(33, 49) + SourceIndex(3) +5 >Emitted(92, 20) Source(33, 40) + SourceIndex(3) +6 >Emitted(92, 43) Source(33, 49) + SourceIndex(3) +7 >Emitted(92, 48) Source(33, 40) + SourceIndex(3) +8 >Emitted(92, 71) Source(33, 49) + SourceIndex(3) +9 >Emitted(92, 79) Source(33, 79) + SourceIndex(3) --- >>>})(internalOther || (internalOther = {})); 1 > @@ -5011,13 +5018,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalOther 7 > .something { export class someClass {} } -1 >Emitted(92, 1) Source(33, 78) + SourceIndex(3) -2 >Emitted(92, 2) Source(33, 79) + SourceIndex(3) -3 >Emitted(92, 4) Source(33, 26) + SourceIndex(3) -4 >Emitted(92, 17) Source(33, 39) + SourceIndex(3) -5 >Emitted(92, 22) Source(33, 26) + SourceIndex(3) -6 >Emitted(92, 35) Source(33, 39) + SourceIndex(3) -7 >Emitted(92, 43) Source(33, 79) + SourceIndex(3) +1 >Emitted(93, 1) Source(33, 78) + SourceIndex(3) +2 >Emitted(93, 2) Source(33, 79) + SourceIndex(3) +3 >Emitted(93, 4) Source(33, 26) + SourceIndex(3) +4 >Emitted(93, 17) Source(33, 39) + SourceIndex(3) +5 >Emitted(93, 22) Source(33, 26) + SourceIndex(3) +6 >Emitted(93, 35) Source(33, 39) + SourceIndex(3) +7 >Emitted(93, 43) Source(33, 79) + SourceIndex(3) --- >>>var internalImport = internalNamespace.someClass; 1-> @@ -5037,14 +5044,14 @@ sourceFile:../../../second/second_part1.ts 6 > . 7 > someClass 8 > ; -1->Emitted(93, 1) Source(34, 16) + SourceIndex(3) -2 >Emitted(93, 5) Source(34, 23) + SourceIndex(3) -3 >Emitted(93, 19) Source(34, 37) + SourceIndex(3) -4 >Emitted(93, 22) Source(34, 40) + SourceIndex(3) -5 >Emitted(93, 39) Source(34, 57) + SourceIndex(3) -6 >Emitted(93, 40) Source(34, 58) + SourceIndex(3) -7 >Emitted(93, 49) Source(34, 67) + SourceIndex(3) -8 >Emitted(93, 50) Source(34, 68) + SourceIndex(3) +1->Emitted(94, 1) Source(34, 16) + SourceIndex(3) +2 >Emitted(94, 5) Source(34, 23) + SourceIndex(3) +3 >Emitted(94, 19) Source(34, 37) + SourceIndex(3) +4 >Emitted(94, 22) Source(34, 40) + SourceIndex(3) +5 >Emitted(94, 39) Source(34, 57) + SourceIndex(3) +6 >Emitted(94, 40) Source(34, 58) + SourceIndex(3) +7 >Emitted(94, 49) Source(34, 67) + SourceIndex(3) +8 >Emitted(94, 50) Source(34, 68) + SourceIndex(3) --- >>>var internalConst = 10; 1 > @@ -5061,12 +5068,12 @@ sourceFile:../../../second/second_part1.ts 4 > = 5 > 10 6 > ; -1 >Emitted(94, 1) Source(36, 16) + SourceIndex(3) -2 >Emitted(94, 5) Source(36, 22) + SourceIndex(3) -3 >Emitted(94, 18) Source(36, 35) + SourceIndex(3) -4 >Emitted(94, 21) Source(36, 38) + SourceIndex(3) -5 >Emitted(94, 23) Source(36, 40) + SourceIndex(3) -6 >Emitted(94, 24) Source(36, 41) + SourceIndex(3) +1 >Emitted(95, 1) Source(36, 16) + SourceIndex(3) +2 >Emitted(95, 5) Source(36, 22) + SourceIndex(3) +3 >Emitted(95, 18) Source(36, 35) + SourceIndex(3) +4 >Emitted(95, 21) Source(36, 38) + SourceIndex(3) +5 >Emitted(95, 23) Source(36, 40) + SourceIndex(3) +6 >Emitted(95, 24) Source(36, 41) + SourceIndex(3) --- >>>var internalEnum; 1 > @@ -5077,9 +5084,9 @@ sourceFile:../../../second/second_part1.ts >/**@internal*/ 2 >enum 3 > internalEnum { a, b, c } -1 >Emitted(95, 1) Source(37, 16) + SourceIndex(3) -2 >Emitted(95, 5) Source(37, 21) + SourceIndex(3) -3 >Emitted(95, 17) Source(37, 45) + SourceIndex(3) +1 >Emitted(96, 1) Source(37, 16) + SourceIndex(3) +2 >Emitted(96, 5) Source(37, 21) + SourceIndex(3) +3 >Emitted(96, 17) Source(37, 45) + SourceIndex(3) --- >>>(function (internalEnum) { 1-> @@ -5089,9 +5096,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >enum 3 > internalEnum -1->Emitted(96, 1) Source(37, 16) + SourceIndex(3) -2 >Emitted(96, 12) Source(37, 21) + SourceIndex(3) -3 >Emitted(96, 24) Source(37, 33) + SourceIndex(3) +1->Emitted(97, 1) Source(37, 16) + SourceIndex(3) +2 >Emitted(97, 12) Source(37, 21) + SourceIndex(3) +3 >Emitted(97, 24) Source(37, 33) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^ @@ -5101,9 +5108,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(97, 5) Source(37, 36) + SourceIndex(3) -2 >Emitted(97, 46) Source(37, 37) + SourceIndex(3) -3 >Emitted(97, 47) Source(37, 37) + SourceIndex(3) +1->Emitted(98, 5) Source(37, 36) + SourceIndex(3) +2 >Emitted(98, 46) Source(37, 37) + SourceIndex(3) +3 >Emitted(98, 47) Source(37, 37) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^ @@ -5113,9 +5120,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(98, 5) Source(37, 39) + SourceIndex(3) -2 >Emitted(98, 46) Source(37, 40) + SourceIndex(3) -3 >Emitted(98, 47) Source(37, 40) + SourceIndex(3) +1->Emitted(99, 5) Source(37, 39) + SourceIndex(3) +2 >Emitted(99, 46) Source(37, 40) + SourceIndex(3) +3 >Emitted(99, 47) Source(37, 40) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^ @@ -5124,9 +5131,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(99, 5) Source(37, 42) + SourceIndex(3) -2 >Emitted(99, 46) Source(37, 43) + SourceIndex(3) -3 >Emitted(99, 47) Source(37, 43) + SourceIndex(3) +1->Emitted(100, 5) Source(37, 42) + SourceIndex(3) +2 >Emitted(100, 46) Source(37, 43) + SourceIndex(3) +3 >Emitted(100, 47) Source(37, 43) + SourceIndex(3) --- >>>})(internalEnum || (internalEnum = {})); 1 > @@ -5143,13 +5150,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalEnum 7 > { a, b, c } -1 >Emitted(100, 1) Source(37, 44) + SourceIndex(3) -2 >Emitted(100, 2) Source(37, 45) + SourceIndex(3) -3 >Emitted(100, 4) Source(37, 21) + SourceIndex(3) -4 >Emitted(100, 16) Source(37, 33) + SourceIndex(3) -5 >Emitted(100, 21) Source(37, 21) + SourceIndex(3) -6 >Emitted(100, 33) Source(37, 33) + SourceIndex(3) -7 >Emitted(100, 41) Source(37, 45) + SourceIndex(3) +1 >Emitted(101, 1) Source(37, 44) + SourceIndex(3) +2 >Emitted(101, 2) Source(37, 45) + SourceIndex(3) +3 >Emitted(101, 4) Source(37, 21) + SourceIndex(3) +4 >Emitted(101, 16) Source(37, 33) + SourceIndex(3) +5 >Emitted(101, 21) Source(37, 21) + SourceIndex(3) +6 >Emitted(101, 33) Source(37, 33) + SourceIndex(3) +7 >Emitted(101, 41) Source(37, 45) + SourceIndex(3) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -5159,13 +5166,13 @@ sourceFile:../../../second/second_part2.ts 1 > 2 >^^^^^^^^^^^^^^^^^^^-> 1 > -1 >Emitted(101, 1) Source(1, 1) + SourceIndex(4) +1 >Emitted(102, 1) Source(1, 1) + SourceIndex(4) --- >>> function C() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(102, 5) Source(1, 1) + SourceIndex(4) +1->Emitted(103, 5) Source(1, 1) + SourceIndex(4) --- >>> } 1->^^^^ @@ -5177,8 +5184,8 @@ sourceFile:../../../second/second_part2.ts > } > 2 > } -1->Emitted(103, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(103, 6) Source(5, 2) + SourceIndex(4) +1->Emitted(104, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(104, 6) Source(5, 2) + SourceIndex(4) --- >>> C.prototype.doSomething = function () { 1->^^^^ @@ -5188,9 +5195,9 @@ sourceFile:../../../second/second_part2.ts 1-> 2 > doSomething 3 > -1->Emitted(104, 5) Source(2, 5) + SourceIndex(4) -2 >Emitted(104, 28) Source(2, 16) + SourceIndex(4) -3 >Emitted(104, 31) Source(2, 5) + SourceIndex(4) +1->Emitted(105, 5) Source(2, 5) + SourceIndex(4) +2 >Emitted(105, 28) Source(2, 16) + SourceIndex(4) +3 >Emitted(105, 31) Source(2, 5) + SourceIndex(4) --- >>> console.log("something got done"); 1->^^^^^^^^ @@ -5210,14 +5217,14 @@ sourceFile:../../../second/second_part2.ts 6 > "something got done" 7 > ) 8 > ; -1->Emitted(105, 9) Source(3, 9) + SourceIndex(4) -2 >Emitted(105, 16) Source(3, 16) + SourceIndex(4) -3 >Emitted(105, 17) Source(3, 17) + SourceIndex(4) -4 >Emitted(105, 20) Source(3, 20) + SourceIndex(4) -5 >Emitted(105, 21) Source(3, 21) + SourceIndex(4) -6 >Emitted(105, 41) Source(3, 41) + SourceIndex(4) -7 >Emitted(105, 42) Source(3, 42) + SourceIndex(4) -8 >Emitted(105, 43) Source(3, 43) + SourceIndex(4) +1->Emitted(106, 9) Source(3, 9) + SourceIndex(4) +2 >Emitted(106, 16) Source(3, 16) + SourceIndex(4) +3 >Emitted(106, 17) Source(3, 17) + SourceIndex(4) +4 >Emitted(106, 20) Source(3, 20) + SourceIndex(4) +5 >Emitted(106, 21) Source(3, 21) + SourceIndex(4) +6 >Emitted(106, 41) Source(3, 41) + SourceIndex(4) +7 >Emitted(106, 42) Source(3, 42) + SourceIndex(4) +8 >Emitted(106, 43) Source(3, 43) + SourceIndex(4) --- >>> }; 1 >^^^^ @@ -5226,8 +5233,8 @@ sourceFile:../../../second/second_part2.ts 1 > > 2 > } -1 >Emitted(106, 5) Source(4, 5) + SourceIndex(4) -2 >Emitted(106, 6) Source(4, 6) + SourceIndex(4) +1 >Emitted(107, 5) Source(4, 5) + SourceIndex(4) +2 >Emitted(107, 6) Source(4, 6) + SourceIndex(4) --- >>> return C; 1->^^^^ @@ -5235,8 +5242,8 @@ sourceFile:../../../second/second_part2.ts 1-> > 2 > } -1->Emitted(107, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(107, 13) Source(5, 2) + SourceIndex(4) +1->Emitted(108, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(108, 13) Source(5, 2) + SourceIndex(4) --- >>>}()); 1 > @@ -5252,10 +5259,10 @@ sourceFile:../../../second/second_part2.ts > console.log("something got done"); > } > } -1 >Emitted(108, 1) Source(5, 1) + SourceIndex(4) -2 >Emitted(108, 2) Source(5, 2) + SourceIndex(4) -3 >Emitted(108, 2) Source(1, 1) + SourceIndex(4) -4 >Emitted(108, 6) Source(5, 2) + SourceIndex(4) +1 >Emitted(109, 1) Source(5, 1) + SourceIndex(4) +2 >Emitted(109, 2) Source(5, 2) + SourceIndex(4) +3 >Emitted(109, 2) Source(1, 1) + SourceIndex(4) +4 >Emitted(109, 6) Source(5, 2) + SourceIndex(4) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -5279,14 +5286,14 @@ sourceFile:../../third_part1.ts 6 > C 7 > () 8 > ; -1->Emitted(109, 1) Source(1, 1) + SourceIndex(5) -2 >Emitted(109, 5) Source(1, 5) + SourceIndex(5) -3 >Emitted(109, 6) Source(1, 6) + SourceIndex(5) -4 >Emitted(109, 9) Source(1, 9) + SourceIndex(5) -5 >Emitted(109, 13) Source(1, 13) + SourceIndex(5) -6 >Emitted(109, 14) Source(1, 14) + SourceIndex(5) -7 >Emitted(109, 16) Source(1, 16) + SourceIndex(5) -8 >Emitted(109, 17) Source(1, 17) + SourceIndex(5) +1->Emitted(110, 1) Source(1, 1) + SourceIndex(5) +2 >Emitted(110, 5) Source(1, 5) + SourceIndex(5) +3 >Emitted(110, 6) Source(1, 6) + SourceIndex(5) +4 >Emitted(110, 9) Source(1, 9) + SourceIndex(5) +5 >Emitted(110, 13) Source(1, 13) + SourceIndex(5) +6 >Emitted(110, 14) Source(1, 14) + SourceIndex(5) +7 >Emitted(110, 16) Source(1, 16) + SourceIndex(5) +8 >Emitted(110, 17) Source(1, 17) + SourceIndex(5) --- >>>c.doSomething(); 1-> @@ -5303,12 +5310,12 @@ sourceFile:../../third_part1.ts 4 > doSomething 5 > () 6 > ; -1->Emitted(110, 1) Source(2, 1) + SourceIndex(5) -2 >Emitted(110, 2) Source(2, 2) + SourceIndex(5) -3 >Emitted(110, 3) Source(2, 3) + SourceIndex(5) -4 >Emitted(110, 14) Source(2, 14) + SourceIndex(5) -5 >Emitted(110, 16) Source(2, 16) + SourceIndex(5) -6 >Emitted(110, 17) Source(2, 17) + SourceIndex(5) +1->Emitted(111, 1) Source(2, 1) + SourceIndex(5) +2 >Emitted(111, 2) Source(2, 2) + SourceIndex(5) +3 >Emitted(111, 3) Source(2, 3) + SourceIndex(5) +4 >Emitted(111, 14) Source(2, 14) + SourceIndex(5) +5 >Emitted(111, 16) Source(2, 16) + SourceIndex(5) +6 >Emitted(111, 17) Source(2, 17) + SourceIndex(5) --- >>>//# sourceMappingURL=third-output.js.map @@ -5323,20 +5330,20 @@ sourceFile:../../third_part1.ts "sections": [ { "pos": 0, - "end": 3162, + "end": 3180, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 0, - "end": 3162, + "end": 3180, "kind": "text" } ] }, { - "pos": 3162, - "end": 3198, + "pos": 3180, + "end": 3216, "kind": "text" } ] @@ -5371,9 +5378,9 @@ sourceFile:../../third_part1.ts ====================================================================== File:: /src/third/thirdjs/output/third-output.js ---------------------------------------------------------------------- -prepend: (0-3162):: ../../../2/second-output.js texts:: 1 +prepend: (0-3180):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (0-3162) +text: (0-3180) var s = "Hello, world"; console.log(s); console.log(f()); @@ -5390,8 +5397,9 @@ var N; var normalC = (function () { function normalC() { } - normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: true, @@ -5484,7 +5492,7 @@ var C = (function () { }()); ---------------------------------------------------------------------- -text: (3162-3198) +text: (3180-3216) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/initial-Build/stripInternal-jsdoc-style-comment.js b/tests/baselines/reference/tsbuild/outfile-concat/initial-Build/stripInternal-jsdoc-style-comment.js index 6e4cd6c0d2641..254894214e72b 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/initial-Build/stripInternal-jsdoc-style-comment.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/initial-Build/stripInternal-jsdoc-style-comment.js @@ -725,8 +725,9 @@ var N; var normalC = (function () { function normalC() { } - normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: true, @@ -820,7 +821,7 @@ var C = (function () { //# sourceMappingURL=second-output.js.map //// [/src/2/second-output.js.map] -{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"AAIA,IAAU,CAAC,CAMV;AAND,WAAU,CAAC;IACP,SAAS,CAAC;QACN,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IAED,CAAC,EAAE,CAAC;AACR,CAAC,EANS,CAAC,KAAD,CAAC,QAMV;AAED;IACmB;IAAgB,CAAC;IAEjB,wBAAM,GAAN,cAAW,CAAC;IACZ,sBAAI,sBAAC;aAAL,cAAU,OAAO,EAAE,CAAC,CAAC,CAAC;aACtB,UAAM,GAAW,IAAI,CAAC;;;OADA;IAEzC,cAAC;AAAD,CAAC,AAND,IAMC;AACD,IAAU,OAAO,CAShB;AATD,WAAU,OAAO;IACE;QAAA;QAAiB,CAAC;QAAD,QAAC;IAAD,CAAC,AAAlB,IAAkB;IAAL,SAAC,IAAI,CAAA;IAClB,SAAgB,GAAG,KAAI,CAAC;IAAR,WAAG,MAAK,CAAA;IACxB,IAAiB,aAAa,CAAsB;IAApD,WAAiB,aAAa;QAAG;YAAA;YAAgB,CAAC;YAAD,QAAC;QAAD,CAAC,AAAjB,IAAiB;QAAJ,eAAC,IAAG,CAAA;IAAC,CAAC,EAAnC,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAAsB;IACpD,IAAiB,SAAS,CAAwC;IAAlE,WAAiB,SAAS;QAAC,IAAA,SAAS,CAA8B;QAAvC,WAAA,SAAS;YAAG;gBAAA;gBAAwB,CAAC;gBAAD,gBAAC;YAAD,CAAC,AAAzB,IAAyB;YAAZ,mBAAS,YAAG,CAAA;QAAC,CAAC,EAAvC,SAAS,GAAT,mBAAS,KAAT,mBAAS,QAA8B;IAAD,CAAC,EAAjD,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAAwC;IACpD,kBAAU,GAAG,aAAa,CAAC,CAAC,CAAC;IAE9B,qBAAa,GAAG,EAAE,CAAC;IAChC,IAAY,YAAwB;IAApC,WAAY,YAAY;QAAG,yCAAC,CAAA;QAAE,yCAAC,CAAA;QAAE,yCAAC,CAAA;IAAC,CAAC,EAAxB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAAY;AACvD,CAAC,EATS,OAAO,KAAP,OAAO,QAShB;AACc;IAAA;IAAiB,CAAC;IAAD,gBAAC;AAAD,CAAC,AAAlB,IAAkB;AAClB,SAAS,WAAW,KAAI,CAAC;AACzB,IAAU,iBAAiB,CAA8B;AAAzD,WAAU,iBAAiB;IAAG;QAAA;QAAwB,CAAC;QAAD,gBAAC;IAAD,CAAC,AAAzB,IAAyB;IAAZ,2BAAS,YAAG,CAAA;AAAC,CAAC,EAA/C,iBAAiB,KAAjB,iBAAiB,QAA8B;AACzD,IAAU,aAAa,CAAwC;AAA/D,WAAU,aAAa;IAAC,IAAA,SAAS,CAA8B;IAAvC,WAAA,SAAS;QAAG;YAAA;YAAwB,CAAC;YAAD,gBAAC;QAAD,CAAC,AAAzB,IAAyB;QAAZ,mBAAS,YAAG,CAAA;IAAC,CAAC,EAAvC,SAAS,GAAT,uBAAS,KAAT,uBAAS,QAA8B;AAAD,CAAC,EAArD,aAAa,KAAb,aAAa,QAAwC;AAC/D,IAAO,cAAc,GAAG,iBAAiB,CAAC,SAAS,CAAC;AAEpD,IAAM,aAAa,GAAG,EAAE,CAAC;AACzB,IAAK,YAAwB;AAA7B,WAAK,YAAY;IAAG,yCAAC,CAAA;IAAE,yCAAC,CAAA;IAAE,yCAAC,CAAA;AAAC,CAAC,EAAxB,YAAY,KAAZ,YAAY,QAAY;ACpC5C;IAAA;IAIA,CAAC;IAHG,uBAAW,GAAX;QACI,OAAO,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAC;IACtC,CAAC;IACL,QAAC;AAAD,CAAC,AAJD,IAIC"} +{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"AAIA,IAAU,CAAC,CAMV;AAND,WAAU,CAAC;IACP,SAAS,CAAC;QACN,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IAED,CAAC,EAAE,CAAC;AACR,CAAC,EANS,CAAC,KAAD,CAAC,QAMV;AAED;IACmB;IAAgB,CAAC;;IAEjB,cAAM,GAAN,cAAW,CAAC;IACZ,sBAAI,YAAC;aAAL,cAAU,OAAO,EAAE,CAAC,CAAC,CAAC;aACtB,UAAM,GAAW,IAAI,CAAC;;;OADA;IAEzC,cAAC;AAAD,CAAC,AAND,IAMC;AACD,IAAU,OAAO,CAShB;AATD,WAAU,OAAO;IACE;QAAA;QAAiB,CAAC;QAAD,QAAC;IAAD,CAAC,AAAlB,IAAkB;IAAL,SAAC,IAAI,CAAA;IAClB,SAAgB,GAAG,KAAI,CAAC;IAAR,WAAG,MAAK,CAAA;IACxB,IAAiB,aAAa,CAAsB;IAApD,WAAiB,aAAa;QAAG;YAAA;YAAgB,CAAC;YAAD,QAAC;QAAD,CAAC,AAAjB,IAAiB;QAAJ,eAAC,IAAG,CAAA;IAAC,CAAC,EAAnC,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAAsB;IACpD,IAAiB,SAAS,CAAwC;IAAlE,WAAiB,SAAS;QAAC,IAAA,SAAS,CAA8B;QAAvC,WAAA,SAAS;YAAG;gBAAA;gBAAwB,CAAC;gBAAD,gBAAC;YAAD,CAAC,AAAzB,IAAyB;YAAZ,mBAAS,YAAG,CAAA;QAAC,CAAC,EAAvC,SAAS,GAAT,mBAAS,KAAT,mBAAS,QAA8B;IAAD,CAAC,EAAjD,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAAwC;IACpD,kBAAU,GAAG,aAAa,CAAC,CAAC,CAAC;IAE9B,qBAAa,GAAG,EAAE,CAAC;IAChC,IAAY,YAAwB;IAApC,WAAY,YAAY;QAAG,yCAAC,CAAA;QAAE,yCAAC,CAAA;QAAE,yCAAC,CAAA;IAAC,CAAC,EAAxB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAAY;AACvD,CAAC,EATS,OAAO,KAAP,OAAO,QAShB;AACc;IAAA;IAAiB,CAAC;IAAD,gBAAC;AAAD,CAAC,AAAlB,IAAkB;AAClB,SAAS,WAAW,KAAI,CAAC;AACzB,IAAU,iBAAiB,CAA8B;AAAzD,WAAU,iBAAiB;IAAG;QAAA;QAAwB,CAAC;QAAD,gBAAC;IAAD,CAAC,AAAzB,IAAyB;IAAZ,2BAAS,YAAG,CAAA;AAAC,CAAC,EAA/C,iBAAiB,KAAjB,iBAAiB,QAA8B;AACzD,IAAU,aAAa,CAAwC;AAA/D,WAAU,aAAa;IAAC,IAAA,SAAS,CAA8B;IAAvC,WAAA,SAAS;QAAG;YAAA;YAAwB,CAAC;YAAD,gBAAC;QAAD,CAAC,AAAzB,IAAyB;QAAZ,mBAAS,YAAG,CAAA;IAAC,CAAC,EAAvC,SAAS,GAAT,uBAAS,KAAT,uBAAS,QAA8B;AAAD,CAAC,EAArD,aAAa,KAAb,aAAa,QAAwC;AAC/D,IAAO,cAAc,GAAG,iBAAiB,CAAC,SAAS,CAAC;AAEpD,IAAM,aAAa,GAAG,EAAE,CAAC;AACzB,IAAK,YAAwB;AAA7B,WAAK,YAAY;IAAG,yCAAC,CAAA;IAAE,yCAAC,CAAA;IAAE,yCAAC,CAAA;AAAC,CAAC,EAAxB,YAAY,KAAZ,YAAY,QAAY;ACpC5C;IAAA;IAIA,CAAC;IAHG,uBAAW,GAAX;QACI,OAAO,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAC;IACtC,CAAC;IACL,QAAC;AAAD,CAAC,AAJD,IAIC"} //// [/src/2/second-output.js.map.baseline.txt] =================================================================== @@ -986,66 +987,68 @@ sourceFile:../second/second_part1.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->constructor() { 2 > } 1->Emitted(10, 5) Source(14, 36) + SourceIndex(0) 2 >Emitted(10, 6) Source(14, 37) + SourceIndex(0) --- ->>> normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> proto_1.method = function () { }; 1->^^^^ -2 > ^^^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^ -5 > ^ -6 > ^^^^^^-> +2 > ^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^ +5 > ^ +6 > ^^^^^^-> 1-> > /**@internal*/ prop: string; > /**@internal*/ 2 > method -3 > -4 > method() { -5 > } -1->Emitted(11, 5) Source(16, 20) + SourceIndex(0) -2 >Emitted(11, 29) Source(16, 26) + SourceIndex(0) -3 >Emitted(11, 32) Source(16, 20) + SourceIndex(0) -4 >Emitted(11, 46) Source(16, 31) + SourceIndex(0) -5 >Emitted(11, 47) Source(16, 32) + SourceIndex(0) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +3 > +4 > method() { +5 > } +1->Emitted(12, 5) Source(16, 20) + SourceIndex(0) +2 >Emitted(12, 19) Source(16, 26) + SourceIndex(0) +3 >Emitted(12, 22) Source(16, 20) + SourceIndex(0) +4 >Emitted(12, 36) Source(16, 31) + SourceIndex(0) +5 >Emitted(12, 37) Source(16, 32) + SourceIndex(0) +--- +>>> Object.defineProperty(proto_1, "c", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^^^^^^^^^^ +4 > ^^^-> 1-> > /**@internal*/ 2 > get 3 > c -1->Emitted(12, 5) Source(17, 20) + SourceIndex(0) -2 >Emitted(12, 27) Source(17, 24) + SourceIndex(0) -3 >Emitted(12, 49) Source(17, 25) + SourceIndex(0) +1->Emitted(13, 5) Source(17, 20) + SourceIndex(0) +2 >Emitted(13, 27) Source(17, 24) + SourceIndex(0) +3 >Emitted(13, 39) Source(17, 25) + SourceIndex(0) --- >>> get: function () { return 10; }, -1 >^^^^^^^^^^^^^ +1->^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^^^^^^^ 4 > ^^ 5 > ^ 6 > ^ 7 > ^ -1 > +1-> 2 > get c() { 3 > return 4 > 10 5 > ; 6 > 7 > } -1 >Emitted(13, 14) Source(17, 20) + SourceIndex(0) -2 >Emitted(13, 28) Source(17, 30) + SourceIndex(0) -3 >Emitted(13, 35) Source(17, 37) + SourceIndex(0) -4 >Emitted(13, 37) Source(17, 39) + SourceIndex(0) -5 >Emitted(13, 38) Source(17, 40) + SourceIndex(0) -6 >Emitted(13, 39) Source(17, 41) + SourceIndex(0) -7 >Emitted(13, 40) Source(17, 42) + SourceIndex(0) +1->Emitted(14, 14) Source(17, 20) + SourceIndex(0) +2 >Emitted(14, 28) Source(17, 30) + SourceIndex(0) +3 >Emitted(14, 35) Source(17, 37) + SourceIndex(0) +4 >Emitted(14, 37) Source(17, 39) + SourceIndex(0) +5 >Emitted(14, 38) Source(17, 40) + SourceIndex(0) +6 >Emitted(14, 39) Source(17, 41) + SourceIndex(0) +7 >Emitted(14, 40) Source(17, 42) + SourceIndex(0) --- >>> set: function (val) { }, 1 >^^^^^^^^^^^^^ @@ -1059,11 +1062,11 @@ sourceFile:../second/second_part1.ts 3 > val: number 4 > ) { 5 > } -1 >Emitted(14, 14) Source(18, 20) + SourceIndex(0) -2 >Emitted(14, 24) Source(18, 26) + SourceIndex(0) -3 >Emitted(14, 27) Source(18, 37) + SourceIndex(0) -4 >Emitted(14, 31) Source(18, 41) + SourceIndex(0) -5 >Emitted(14, 32) Source(18, 42) + SourceIndex(0) +1 >Emitted(15, 14) Source(18, 20) + SourceIndex(0) +2 >Emitted(15, 24) Source(18, 26) + SourceIndex(0) +3 >Emitted(15, 27) Source(18, 37) + SourceIndex(0) +4 >Emitted(15, 31) Source(18, 41) + SourceIndex(0) +5 >Emitted(15, 32) Source(18, 42) + SourceIndex(0) --- >>> enumerable: true, >>> configurable: true @@ -1071,7 +1074,7 @@ sourceFile:../second/second_part1.ts 1 >^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(17, 8) Source(17, 42) + SourceIndex(0) +1 >Emitted(18, 8) Source(17, 42) + SourceIndex(0) --- >>> return normalC; 1->^^^^ @@ -1080,8 +1083,8 @@ sourceFile:../second/second_part1.ts > /**@internal*/ set c(val: number) { } > 2 > } -1->Emitted(18, 5) Source(19, 1) + SourceIndex(0) -2 >Emitted(18, 19) Source(19, 2) + SourceIndex(0) +1->Emitted(19, 5) Source(19, 1) + SourceIndex(0) +2 >Emitted(19, 19) Source(19, 2) + SourceIndex(0) --- >>>}()); 1 > @@ -1099,10 +1102,10 @@ sourceFile:../second/second_part1.ts > /**@internal*/ get c() { return 10; } > /**@internal*/ set c(val: number) { } > } -1 >Emitted(19, 1) Source(19, 1) + SourceIndex(0) -2 >Emitted(19, 2) Source(19, 2) + SourceIndex(0) -3 >Emitted(19, 2) Source(13, 1) + SourceIndex(0) -4 >Emitted(19, 6) Source(19, 2) + SourceIndex(0) +1 >Emitted(20, 1) Source(19, 1) + SourceIndex(0) +2 >Emitted(20, 2) Source(19, 2) + SourceIndex(0) +3 >Emitted(20, 2) Source(13, 1) + SourceIndex(0) +4 >Emitted(20, 6) Source(19, 2) + SourceIndex(0) --- >>>var normalN; 1-> @@ -1124,10 +1127,10 @@ sourceFile:../second/second_part1.ts > /**@internal*/ export const internalConst = 10; > /**@internal*/ export enum internalEnum { a, b, c } > } -1->Emitted(20, 1) Source(20, 1) + SourceIndex(0) -2 >Emitted(20, 5) Source(20, 11) + SourceIndex(0) -3 >Emitted(20, 12) Source(20, 18) + SourceIndex(0) -4 >Emitted(20, 13) Source(29, 2) + SourceIndex(0) +1->Emitted(21, 1) Source(20, 1) + SourceIndex(0) +2 >Emitted(21, 5) Source(20, 11) + SourceIndex(0) +3 >Emitted(21, 12) Source(20, 18) + SourceIndex(0) +4 >Emitted(21, 13) Source(29, 2) + SourceIndex(0) --- >>>(function (normalN) { 1-> @@ -1137,22 +1140,22 @@ sourceFile:../second/second_part1.ts 1-> 2 >namespace 3 > normalN -1->Emitted(21, 1) Source(20, 1) + SourceIndex(0) -2 >Emitted(21, 12) Source(20, 11) + SourceIndex(0) -3 >Emitted(21, 19) Source(20, 18) + SourceIndex(0) +1->Emitted(22, 1) Source(20, 1) + SourceIndex(0) +2 >Emitted(22, 12) Source(20, 11) + SourceIndex(0) +3 >Emitted(22, 19) Source(20, 18) + SourceIndex(0) --- >>> var C = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { > /**@internal*/ -1->Emitted(22, 5) Source(21, 20) + SourceIndex(0) +1->Emitted(23, 5) Source(21, 20) + SourceIndex(0) --- >>> function C() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(23, 9) Source(21, 20) + SourceIndex(0) +1->Emitted(24, 9) Source(21, 20) + SourceIndex(0) --- >>> } 1->^^^^^^^^ @@ -1160,16 +1163,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(24, 9) Source(21, 37) + SourceIndex(0) -2 >Emitted(24, 10) Source(21, 38) + SourceIndex(0) +1->Emitted(25, 9) Source(21, 37) + SourceIndex(0) +2 >Emitted(25, 10) Source(21, 38) + SourceIndex(0) --- >>> return C; 1->^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(25, 9) Source(21, 37) + SourceIndex(0) -2 >Emitted(25, 17) Source(21, 38) + SourceIndex(0) +1->Emitted(26, 9) Source(21, 37) + SourceIndex(0) +2 >Emitted(26, 17) Source(21, 38) + SourceIndex(0) --- >>> }()); 1 >^^^^ @@ -1181,10 +1184,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(26, 5) Source(21, 37) + SourceIndex(0) -2 >Emitted(26, 6) Source(21, 38) + SourceIndex(0) -3 >Emitted(26, 6) Source(21, 20) + SourceIndex(0) -4 >Emitted(26, 10) Source(21, 38) + SourceIndex(0) +1 >Emitted(27, 5) Source(21, 37) + SourceIndex(0) +2 >Emitted(27, 6) Source(21, 38) + SourceIndex(0) +3 >Emitted(27, 6) Source(21, 20) + SourceIndex(0) +4 >Emitted(27, 10) Source(21, 38) + SourceIndex(0) --- >>> normalN.C = C; 1->^^^^ @@ -1196,10 +1199,10 @@ sourceFile:../second/second_part1.ts 2 > C 3 > { } 4 > -1->Emitted(27, 5) Source(21, 33) + SourceIndex(0) -2 >Emitted(27, 14) Source(21, 34) + SourceIndex(0) -3 >Emitted(27, 18) Source(21, 38) + SourceIndex(0) -4 >Emitted(27, 19) Source(21, 38) + SourceIndex(0) +1->Emitted(28, 5) Source(21, 33) + SourceIndex(0) +2 >Emitted(28, 14) Source(21, 34) + SourceIndex(0) +3 >Emitted(28, 18) Source(21, 38) + SourceIndex(0) +4 >Emitted(28, 19) Source(21, 38) + SourceIndex(0) --- >>> function foo() { } 1->^^^^ @@ -1214,11 +1217,11 @@ sourceFile:../second/second_part1.ts 3 > foo 4 > () { 5 > } -1->Emitted(28, 5) Source(22, 20) + SourceIndex(0) -2 >Emitted(28, 14) Source(22, 36) + SourceIndex(0) -3 >Emitted(28, 17) Source(22, 39) + SourceIndex(0) -4 >Emitted(28, 22) Source(22, 43) + SourceIndex(0) -5 >Emitted(28, 23) Source(22, 44) + SourceIndex(0) +1->Emitted(29, 5) Source(22, 20) + SourceIndex(0) +2 >Emitted(29, 14) Source(22, 36) + SourceIndex(0) +3 >Emitted(29, 17) Source(22, 39) + SourceIndex(0) +4 >Emitted(29, 22) Source(22, 43) + SourceIndex(0) +5 >Emitted(29, 23) Source(22, 44) + SourceIndex(0) --- >>> normalN.foo = foo; 1->^^^^ @@ -1230,10 +1233,10 @@ sourceFile:../second/second_part1.ts 2 > foo 3 > () {} 4 > -1->Emitted(29, 5) Source(22, 36) + SourceIndex(0) -2 >Emitted(29, 16) Source(22, 39) + SourceIndex(0) -3 >Emitted(29, 22) Source(22, 44) + SourceIndex(0) -4 >Emitted(29, 23) Source(22, 44) + SourceIndex(0) +1->Emitted(30, 5) Source(22, 36) + SourceIndex(0) +2 >Emitted(30, 16) Source(22, 39) + SourceIndex(0) +3 >Emitted(30, 22) Source(22, 44) + SourceIndex(0) +4 >Emitted(30, 23) Source(22, 44) + SourceIndex(0) --- >>> var someNamespace; 1->^^^^ @@ -1246,10 +1249,10 @@ sourceFile:../second/second_part1.ts 2 > export namespace 3 > someNamespace 4 > { export class C {} } -1->Emitted(30, 5) Source(23, 20) + SourceIndex(0) -2 >Emitted(30, 9) Source(23, 37) + SourceIndex(0) -3 >Emitted(30, 22) Source(23, 50) + SourceIndex(0) -4 >Emitted(30, 23) Source(23, 72) + SourceIndex(0) +1->Emitted(31, 5) Source(23, 20) + SourceIndex(0) +2 >Emitted(31, 9) Source(23, 37) + SourceIndex(0) +3 >Emitted(31, 22) Source(23, 50) + SourceIndex(0) +4 >Emitted(31, 23) Source(23, 72) + SourceIndex(0) --- >>> (function (someNamespace) { 1->^^^^ @@ -1259,21 +1262,21 @@ sourceFile:../second/second_part1.ts 1-> 2 > export namespace 3 > someNamespace -1->Emitted(31, 5) Source(23, 20) + SourceIndex(0) -2 >Emitted(31, 16) Source(23, 37) + SourceIndex(0) -3 >Emitted(31, 29) Source(23, 50) + SourceIndex(0) +1->Emitted(32, 5) Source(23, 20) + SourceIndex(0) +2 >Emitted(32, 16) Source(23, 37) + SourceIndex(0) +3 >Emitted(32, 29) Source(23, 50) + SourceIndex(0) --- >>> var C = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(32, 9) Source(23, 53) + SourceIndex(0) +1->Emitted(33, 9) Source(23, 53) + SourceIndex(0) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(33, 13) Source(23, 53) + SourceIndex(0) +1->Emitted(34, 13) Source(23, 53) + SourceIndex(0) --- >>> } 1->^^^^^^^^^^^^ @@ -1281,16 +1284,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(34, 13) Source(23, 69) + SourceIndex(0) -2 >Emitted(34, 14) Source(23, 70) + SourceIndex(0) +1->Emitted(35, 13) Source(23, 69) + SourceIndex(0) +2 >Emitted(35, 14) Source(23, 70) + SourceIndex(0) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(35, 13) Source(23, 69) + SourceIndex(0) -2 >Emitted(35, 21) Source(23, 70) + SourceIndex(0) +1->Emitted(36, 13) Source(23, 69) + SourceIndex(0) +2 >Emitted(36, 21) Source(23, 70) + SourceIndex(0) --- >>> }()); 1 >^^^^^^^^ @@ -1302,10 +1305,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(36, 9) Source(23, 69) + SourceIndex(0) -2 >Emitted(36, 10) Source(23, 70) + SourceIndex(0) -3 >Emitted(36, 10) Source(23, 53) + SourceIndex(0) -4 >Emitted(36, 14) Source(23, 70) + SourceIndex(0) +1 >Emitted(37, 9) Source(23, 69) + SourceIndex(0) +2 >Emitted(37, 10) Source(23, 70) + SourceIndex(0) +3 >Emitted(37, 10) Source(23, 53) + SourceIndex(0) +4 >Emitted(37, 14) Source(23, 70) + SourceIndex(0) --- >>> someNamespace.C = C; 1->^^^^^^^^ @@ -1317,10 +1320,10 @@ sourceFile:../second/second_part1.ts 2 > C 3 > {} 4 > -1->Emitted(37, 9) Source(23, 66) + SourceIndex(0) -2 >Emitted(37, 24) Source(23, 67) + SourceIndex(0) -3 >Emitted(37, 28) Source(23, 70) + SourceIndex(0) -4 >Emitted(37, 29) Source(23, 70) + SourceIndex(0) +1->Emitted(38, 9) Source(23, 66) + SourceIndex(0) +2 >Emitted(38, 24) Source(23, 67) + SourceIndex(0) +3 >Emitted(38, 28) Source(23, 70) + SourceIndex(0) +4 >Emitted(38, 29) Source(23, 70) + SourceIndex(0) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^ @@ -1341,15 +1344,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(38, 5) Source(23, 71) + SourceIndex(0) -2 >Emitted(38, 6) Source(23, 72) + SourceIndex(0) -3 >Emitted(38, 8) Source(23, 37) + SourceIndex(0) -4 >Emitted(38, 21) Source(23, 50) + SourceIndex(0) -5 >Emitted(38, 24) Source(23, 37) + SourceIndex(0) -6 >Emitted(38, 45) Source(23, 50) + SourceIndex(0) -7 >Emitted(38, 50) Source(23, 37) + SourceIndex(0) -8 >Emitted(38, 71) Source(23, 50) + SourceIndex(0) -9 >Emitted(38, 79) Source(23, 72) + SourceIndex(0) +1->Emitted(39, 5) Source(23, 71) + SourceIndex(0) +2 >Emitted(39, 6) Source(23, 72) + SourceIndex(0) +3 >Emitted(39, 8) Source(23, 37) + SourceIndex(0) +4 >Emitted(39, 21) Source(23, 50) + SourceIndex(0) +5 >Emitted(39, 24) Source(23, 37) + SourceIndex(0) +6 >Emitted(39, 45) Source(23, 50) + SourceIndex(0) +7 >Emitted(39, 50) Source(23, 37) + SourceIndex(0) +8 >Emitted(39, 71) Source(23, 50) + SourceIndex(0) +9 >Emitted(39, 79) Source(23, 72) + SourceIndex(0) --- >>> var someOther; 1 >^^^^ @@ -1362,10 +1365,10 @@ sourceFile:../second/second_part1.ts 2 > export namespace 3 > someOther 4 > .something { export class someClass {} } -1 >Emitted(39, 5) Source(24, 20) + SourceIndex(0) -2 >Emitted(39, 9) Source(24, 37) + SourceIndex(0) -3 >Emitted(39, 18) Source(24, 46) + SourceIndex(0) -4 >Emitted(39, 19) Source(24, 86) + SourceIndex(0) +1 >Emitted(40, 5) Source(24, 20) + SourceIndex(0) +2 >Emitted(40, 9) Source(24, 37) + SourceIndex(0) +3 >Emitted(40, 18) Source(24, 46) + SourceIndex(0) +4 >Emitted(40, 19) Source(24, 86) + SourceIndex(0) --- >>> (function (someOther) { 1->^^^^ @@ -1374,9 +1377,9 @@ sourceFile:../second/second_part1.ts 1-> 2 > export namespace 3 > someOther -1->Emitted(40, 5) Source(24, 20) + SourceIndex(0) -2 >Emitted(40, 16) Source(24, 37) + SourceIndex(0) -3 >Emitted(40, 25) Source(24, 46) + SourceIndex(0) +1->Emitted(41, 5) Source(24, 20) + SourceIndex(0) +2 >Emitted(41, 16) Source(24, 37) + SourceIndex(0) +3 >Emitted(41, 25) Source(24, 46) + SourceIndex(0) --- >>> var something; 1 >^^^^^^^^ @@ -1388,10 +1391,10 @@ sourceFile:../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(41, 9) Source(24, 47) + SourceIndex(0) -2 >Emitted(41, 13) Source(24, 47) + SourceIndex(0) -3 >Emitted(41, 22) Source(24, 56) + SourceIndex(0) -4 >Emitted(41, 23) Source(24, 86) + SourceIndex(0) +1 >Emitted(42, 9) Source(24, 47) + SourceIndex(0) +2 >Emitted(42, 13) Source(24, 47) + SourceIndex(0) +3 >Emitted(42, 22) Source(24, 56) + SourceIndex(0) +4 >Emitted(42, 23) Source(24, 86) + SourceIndex(0) --- >>> (function (something) { 1->^^^^^^^^ @@ -1401,21 +1404,21 @@ sourceFile:../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(42, 9) Source(24, 47) + SourceIndex(0) -2 >Emitted(42, 20) Source(24, 47) + SourceIndex(0) -3 >Emitted(42, 29) Source(24, 56) + SourceIndex(0) +1->Emitted(43, 9) Source(24, 47) + SourceIndex(0) +2 >Emitted(43, 20) Source(24, 47) + SourceIndex(0) +3 >Emitted(43, 29) Source(24, 56) + SourceIndex(0) --- >>> var someClass = (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(43, 13) Source(24, 59) + SourceIndex(0) +1->Emitted(44, 13) Source(24, 59) + SourceIndex(0) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(44, 17) Source(24, 59) + SourceIndex(0) +1->Emitted(45, 17) Source(24, 59) + SourceIndex(0) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -1423,16 +1426,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(45, 17) Source(24, 83) + SourceIndex(0) -2 >Emitted(45, 18) Source(24, 84) + SourceIndex(0) +1->Emitted(46, 17) Source(24, 83) + SourceIndex(0) +2 >Emitted(46, 18) Source(24, 84) + SourceIndex(0) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(46, 17) Source(24, 83) + SourceIndex(0) -2 >Emitted(46, 33) Source(24, 84) + SourceIndex(0) +1->Emitted(47, 17) Source(24, 83) + SourceIndex(0) +2 >Emitted(47, 33) Source(24, 84) + SourceIndex(0) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -1444,10 +1447,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(47, 13) Source(24, 83) + SourceIndex(0) -2 >Emitted(47, 14) Source(24, 84) + SourceIndex(0) -3 >Emitted(47, 14) Source(24, 59) + SourceIndex(0) -4 >Emitted(47, 18) Source(24, 84) + SourceIndex(0) +1 >Emitted(48, 13) Source(24, 83) + SourceIndex(0) +2 >Emitted(48, 14) Source(24, 84) + SourceIndex(0) +3 >Emitted(48, 14) Source(24, 59) + SourceIndex(0) +4 >Emitted(48, 18) Source(24, 84) + SourceIndex(0) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -1459,10 +1462,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(48, 13) Source(24, 72) + SourceIndex(0) -2 >Emitted(48, 32) Source(24, 81) + SourceIndex(0) -3 >Emitted(48, 44) Source(24, 84) + SourceIndex(0) -4 >Emitted(48, 45) Source(24, 84) + SourceIndex(0) +1->Emitted(49, 13) Source(24, 72) + SourceIndex(0) +2 >Emitted(49, 32) Source(24, 81) + SourceIndex(0) +3 >Emitted(49, 44) Source(24, 84) + SourceIndex(0) +4 >Emitted(49, 45) Source(24, 84) + SourceIndex(0) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^ @@ -1483,15 +1486,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(49, 9) Source(24, 85) + SourceIndex(0) -2 >Emitted(49, 10) Source(24, 86) + SourceIndex(0) -3 >Emitted(49, 12) Source(24, 47) + SourceIndex(0) -4 >Emitted(49, 21) Source(24, 56) + SourceIndex(0) -5 >Emitted(49, 24) Source(24, 47) + SourceIndex(0) -6 >Emitted(49, 43) Source(24, 56) + SourceIndex(0) -7 >Emitted(49, 48) Source(24, 47) + SourceIndex(0) -8 >Emitted(49, 67) Source(24, 56) + SourceIndex(0) -9 >Emitted(49, 75) Source(24, 86) + SourceIndex(0) +1->Emitted(50, 9) Source(24, 85) + SourceIndex(0) +2 >Emitted(50, 10) Source(24, 86) + SourceIndex(0) +3 >Emitted(50, 12) Source(24, 47) + SourceIndex(0) +4 >Emitted(50, 21) Source(24, 56) + SourceIndex(0) +5 >Emitted(50, 24) Source(24, 47) + SourceIndex(0) +6 >Emitted(50, 43) Source(24, 56) + SourceIndex(0) +7 >Emitted(50, 48) Source(24, 47) + SourceIndex(0) +8 >Emitted(50, 67) Source(24, 56) + SourceIndex(0) +9 >Emitted(50, 75) Source(24, 86) + SourceIndex(0) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^ @@ -1512,15 +1515,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(50, 5) Source(24, 85) + SourceIndex(0) -2 >Emitted(50, 6) Source(24, 86) + SourceIndex(0) -3 >Emitted(50, 8) Source(24, 37) + SourceIndex(0) -4 >Emitted(50, 17) Source(24, 46) + SourceIndex(0) -5 >Emitted(50, 20) Source(24, 37) + SourceIndex(0) -6 >Emitted(50, 37) Source(24, 46) + SourceIndex(0) -7 >Emitted(50, 42) Source(24, 37) + SourceIndex(0) -8 >Emitted(50, 59) Source(24, 46) + SourceIndex(0) -9 >Emitted(50, 67) Source(24, 86) + SourceIndex(0) +1 >Emitted(51, 5) Source(24, 85) + SourceIndex(0) +2 >Emitted(51, 6) Source(24, 86) + SourceIndex(0) +3 >Emitted(51, 8) Source(24, 37) + SourceIndex(0) +4 >Emitted(51, 17) Source(24, 46) + SourceIndex(0) +5 >Emitted(51, 20) Source(24, 37) + SourceIndex(0) +6 >Emitted(51, 37) Source(24, 46) + SourceIndex(0) +7 >Emitted(51, 42) Source(24, 37) + SourceIndex(0) +8 >Emitted(51, 59) Source(24, 46) + SourceIndex(0) +9 >Emitted(51, 67) Source(24, 86) + SourceIndex(0) --- >>> normalN.someImport = someNamespace.C; 1 >^^^^ @@ -1538,13 +1541,13 @@ sourceFile:../second/second_part1.ts 5 > . 6 > C 7 > ; -1 >Emitted(51, 5) Source(25, 34) + SourceIndex(0) -2 >Emitted(51, 23) Source(25, 44) + SourceIndex(0) -3 >Emitted(51, 26) Source(25, 47) + SourceIndex(0) -4 >Emitted(51, 39) Source(25, 60) + SourceIndex(0) -5 >Emitted(51, 40) Source(25, 61) + SourceIndex(0) -6 >Emitted(51, 41) Source(25, 62) + SourceIndex(0) -7 >Emitted(51, 42) Source(25, 63) + SourceIndex(0) +1 >Emitted(52, 5) Source(25, 34) + SourceIndex(0) +2 >Emitted(52, 23) Source(25, 44) + SourceIndex(0) +3 >Emitted(52, 26) Source(25, 47) + SourceIndex(0) +4 >Emitted(52, 39) Source(25, 60) + SourceIndex(0) +5 >Emitted(52, 40) Source(25, 61) + SourceIndex(0) +6 >Emitted(52, 41) Source(25, 62) + SourceIndex(0) +7 >Emitted(52, 42) Source(25, 63) + SourceIndex(0) --- >>> normalN.internalConst = 10; 1 >^^^^ @@ -1559,11 +1562,11 @@ sourceFile:../second/second_part1.ts 3 > = 4 > 10 5 > ; -1 >Emitted(52, 5) Source(27, 33) + SourceIndex(0) -2 >Emitted(52, 26) Source(27, 46) + SourceIndex(0) -3 >Emitted(52, 29) Source(27, 49) + SourceIndex(0) -4 >Emitted(52, 31) Source(27, 51) + SourceIndex(0) -5 >Emitted(52, 32) Source(27, 52) + SourceIndex(0) +1 >Emitted(53, 5) Source(27, 33) + SourceIndex(0) +2 >Emitted(53, 26) Source(27, 46) + SourceIndex(0) +3 >Emitted(53, 29) Source(27, 49) + SourceIndex(0) +4 >Emitted(53, 31) Source(27, 51) + SourceIndex(0) +5 >Emitted(53, 32) Source(27, 52) + SourceIndex(0) --- >>> var internalEnum; 1 >^^^^ @@ -1574,9 +1577,9 @@ sourceFile:../second/second_part1.ts > /**@internal*/ 2 > export enum 3 > internalEnum { a, b, c } -1 >Emitted(53, 5) Source(28, 20) + SourceIndex(0) -2 >Emitted(53, 9) Source(28, 32) + SourceIndex(0) -3 >Emitted(53, 21) Source(28, 56) + SourceIndex(0) +1 >Emitted(54, 5) Source(28, 20) + SourceIndex(0) +2 >Emitted(54, 9) Source(28, 32) + SourceIndex(0) +3 >Emitted(54, 21) Source(28, 56) + SourceIndex(0) --- >>> (function (internalEnum) { 1->^^^^ @@ -1586,9 +1589,9 @@ sourceFile:../second/second_part1.ts 1-> 2 > export enum 3 > internalEnum -1->Emitted(54, 5) Source(28, 20) + SourceIndex(0) -2 >Emitted(54, 16) Source(28, 32) + SourceIndex(0) -3 >Emitted(54, 28) Source(28, 44) + SourceIndex(0) +1->Emitted(55, 5) Source(28, 20) + SourceIndex(0) +2 >Emitted(55, 16) Source(28, 32) + SourceIndex(0) +3 >Emitted(55, 28) Source(28, 44) + SourceIndex(0) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -1598,9 +1601,9 @@ sourceFile:../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(55, 9) Source(28, 47) + SourceIndex(0) -2 >Emitted(55, 50) Source(28, 48) + SourceIndex(0) -3 >Emitted(55, 51) Source(28, 48) + SourceIndex(0) +1->Emitted(56, 9) Source(28, 47) + SourceIndex(0) +2 >Emitted(56, 50) Source(28, 48) + SourceIndex(0) +3 >Emitted(56, 51) Source(28, 48) + SourceIndex(0) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -1610,9 +1613,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(56, 9) Source(28, 50) + SourceIndex(0) -2 >Emitted(56, 50) Source(28, 51) + SourceIndex(0) -3 >Emitted(56, 51) Source(28, 51) + SourceIndex(0) +1->Emitted(57, 9) Source(28, 50) + SourceIndex(0) +2 >Emitted(57, 50) Source(28, 51) + SourceIndex(0) +3 >Emitted(57, 51) Source(28, 51) + SourceIndex(0) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -1622,9 +1625,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(57, 9) Source(28, 53) + SourceIndex(0) -2 >Emitted(57, 50) Source(28, 54) + SourceIndex(0) -3 >Emitted(57, 51) Source(28, 54) + SourceIndex(0) +1->Emitted(58, 9) Source(28, 53) + SourceIndex(0) +2 >Emitted(58, 50) Source(28, 54) + SourceIndex(0) +3 >Emitted(58, 51) Source(28, 54) + SourceIndex(0) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^ @@ -1645,15 +1648,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(58, 5) Source(28, 55) + SourceIndex(0) -2 >Emitted(58, 6) Source(28, 56) + SourceIndex(0) -3 >Emitted(58, 8) Source(28, 32) + SourceIndex(0) -4 >Emitted(58, 20) Source(28, 44) + SourceIndex(0) -5 >Emitted(58, 23) Source(28, 32) + SourceIndex(0) -6 >Emitted(58, 43) Source(28, 44) + SourceIndex(0) -7 >Emitted(58, 48) Source(28, 32) + SourceIndex(0) -8 >Emitted(58, 68) Source(28, 44) + SourceIndex(0) -9 >Emitted(58, 76) Source(28, 56) + SourceIndex(0) +1->Emitted(59, 5) Source(28, 55) + SourceIndex(0) +2 >Emitted(59, 6) Source(28, 56) + SourceIndex(0) +3 >Emitted(59, 8) Source(28, 32) + SourceIndex(0) +4 >Emitted(59, 20) Source(28, 44) + SourceIndex(0) +5 >Emitted(59, 23) Source(28, 32) + SourceIndex(0) +6 >Emitted(59, 43) Source(28, 44) + SourceIndex(0) +7 >Emitted(59, 48) Source(28, 32) + SourceIndex(0) +8 >Emitted(59, 68) Source(28, 44) + SourceIndex(0) +9 >Emitted(59, 76) Source(28, 56) + SourceIndex(0) --- >>>})(normalN || (normalN = {})); 1 > @@ -1681,26 +1684,26 @@ sourceFile:../second/second_part1.ts > /**@internal*/ export const internalConst = 10; > /**@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(59, 1) Source(29, 1) + SourceIndex(0) -2 >Emitted(59, 2) Source(29, 2) + SourceIndex(0) -3 >Emitted(59, 4) Source(20, 11) + SourceIndex(0) -4 >Emitted(59, 11) Source(20, 18) + SourceIndex(0) -5 >Emitted(59, 16) Source(20, 11) + SourceIndex(0) -6 >Emitted(59, 23) Source(20, 18) + SourceIndex(0) -7 >Emitted(59, 31) Source(29, 2) + SourceIndex(0) +1 >Emitted(60, 1) Source(29, 1) + SourceIndex(0) +2 >Emitted(60, 2) Source(29, 2) + SourceIndex(0) +3 >Emitted(60, 4) Source(20, 11) + SourceIndex(0) +4 >Emitted(60, 11) Source(20, 18) + SourceIndex(0) +5 >Emitted(60, 16) Source(20, 11) + SourceIndex(0) +6 >Emitted(60, 23) Source(20, 18) + SourceIndex(0) +7 >Emitted(60, 31) Source(29, 2) + SourceIndex(0) --- >>>var internalC = (function () { 1-> 2 >^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> >/**@internal*/ -1->Emitted(60, 1) Source(30, 16) + SourceIndex(0) +1->Emitted(61, 1) Source(30, 16) + SourceIndex(0) --- >>> function internalC() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(61, 5) Source(30, 16) + SourceIndex(0) +1->Emitted(62, 5) Source(30, 16) + SourceIndex(0) --- >>> } 1->^^^^ @@ -1708,16 +1711,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->class internalC { 2 > } -1->Emitted(62, 5) Source(30, 33) + SourceIndex(0) -2 >Emitted(62, 6) Source(30, 34) + SourceIndex(0) +1->Emitted(63, 5) Source(30, 33) + SourceIndex(0) +2 >Emitted(63, 6) Source(30, 34) + SourceIndex(0) --- >>> return internalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(63, 5) Source(30, 33) + SourceIndex(0) -2 >Emitted(63, 21) Source(30, 34) + SourceIndex(0) +1->Emitted(64, 5) Source(30, 33) + SourceIndex(0) +2 >Emitted(64, 21) Source(30, 34) + SourceIndex(0) --- >>>}()); 1 > @@ -1729,10 +1732,10 @@ sourceFile:../second/second_part1.ts 2 >} 3 > 4 > class internalC {} -1 >Emitted(64, 1) Source(30, 33) + SourceIndex(0) -2 >Emitted(64, 2) Source(30, 34) + SourceIndex(0) -3 >Emitted(64, 2) Source(30, 16) + SourceIndex(0) -4 >Emitted(64, 6) Source(30, 34) + SourceIndex(0) +1 >Emitted(65, 1) Source(30, 33) + SourceIndex(0) +2 >Emitted(65, 2) Source(30, 34) + SourceIndex(0) +3 >Emitted(65, 2) Source(30, 16) + SourceIndex(0) +4 >Emitted(65, 6) Source(30, 34) + SourceIndex(0) --- >>>function internalfoo() { } 1-> @@ -1746,11 +1749,11 @@ sourceFile:../second/second_part1.ts 3 > internalfoo 4 > () { 5 > } -1->Emitted(65, 1) Source(31, 16) + SourceIndex(0) -2 >Emitted(65, 10) Source(31, 25) + SourceIndex(0) -3 >Emitted(65, 21) Source(31, 36) + SourceIndex(0) -4 >Emitted(65, 26) Source(31, 40) + SourceIndex(0) -5 >Emitted(65, 27) Source(31, 41) + SourceIndex(0) +1->Emitted(66, 1) Source(31, 16) + SourceIndex(0) +2 >Emitted(66, 10) Source(31, 25) + SourceIndex(0) +3 >Emitted(66, 21) Source(31, 36) + SourceIndex(0) +4 >Emitted(66, 26) Source(31, 40) + SourceIndex(0) +5 >Emitted(66, 27) Source(31, 41) + SourceIndex(0) --- >>>var internalNamespace; 1 > @@ -1763,10 +1766,10 @@ sourceFile:../second/second_part1.ts 2 >namespace 3 > internalNamespace 4 > { export class someClass {} } -1 >Emitted(66, 1) Source(32, 16) + SourceIndex(0) -2 >Emitted(66, 5) Source(32, 26) + SourceIndex(0) -3 >Emitted(66, 22) Source(32, 43) + SourceIndex(0) -4 >Emitted(66, 23) Source(32, 73) + SourceIndex(0) +1 >Emitted(67, 1) Source(32, 16) + SourceIndex(0) +2 >Emitted(67, 5) Source(32, 26) + SourceIndex(0) +3 >Emitted(67, 22) Source(32, 43) + SourceIndex(0) +4 >Emitted(67, 23) Source(32, 73) + SourceIndex(0) --- >>>(function (internalNamespace) { 1-> @@ -1776,21 +1779,21 @@ sourceFile:../second/second_part1.ts 1-> 2 >namespace 3 > internalNamespace -1->Emitted(67, 1) Source(32, 16) + SourceIndex(0) -2 >Emitted(67, 12) Source(32, 26) + SourceIndex(0) -3 >Emitted(67, 29) Source(32, 43) + SourceIndex(0) +1->Emitted(68, 1) Source(32, 16) + SourceIndex(0) +2 >Emitted(68, 12) Source(32, 26) + SourceIndex(0) +3 >Emitted(68, 29) Source(32, 43) + SourceIndex(0) --- >>> var someClass = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(68, 5) Source(32, 46) + SourceIndex(0) +1->Emitted(69, 5) Source(32, 46) + SourceIndex(0) --- >>> function someClass() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(69, 9) Source(32, 46) + SourceIndex(0) +1->Emitted(70, 9) Source(32, 46) + SourceIndex(0) --- >>> } 1->^^^^^^^^ @@ -1798,16 +1801,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(70, 9) Source(32, 70) + SourceIndex(0) -2 >Emitted(70, 10) Source(32, 71) + SourceIndex(0) +1->Emitted(71, 9) Source(32, 70) + SourceIndex(0) +2 >Emitted(71, 10) Source(32, 71) + SourceIndex(0) --- >>> return someClass; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(71, 9) Source(32, 70) + SourceIndex(0) -2 >Emitted(71, 25) Source(32, 71) + SourceIndex(0) +1->Emitted(72, 9) Source(32, 70) + SourceIndex(0) +2 >Emitted(72, 25) Source(32, 71) + SourceIndex(0) --- >>> }()); 1 >^^^^ @@ -1819,10 +1822,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(72, 5) Source(32, 70) + SourceIndex(0) -2 >Emitted(72, 6) Source(32, 71) + SourceIndex(0) -3 >Emitted(72, 6) Source(32, 46) + SourceIndex(0) -4 >Emitted(72, 10) Source(32, 71) + SourceIndex(0) +1 >Emitted(73, 5) Source(32, 70) + SourceIndex(0) +2 >Emitted(73, 6) Source(32, 71) + SourceIndex(0) +3 >Emitted(73, 6) Source(32, 46) + SourceIndex(0) +4 >Emitted(73, 10) Source(32, 71) + SourceIndex(0) --- >>> internalNamespace.someClass = someClass; 1->^^^^ @@ -1834,10 +1837,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(73, 5) Source(32, 59) + SourceIndex(0) -2 >Emitted(73, 32) Source(32, 68) + SourceIndex(0) -3 >Emitted(73, 44) Source(32, 71) + SourceIndex(0) -4 >Emitted(73, 45) Source(32, 71) + SourceIndex(0) +1->Emitted(74, 5) Source(32, 59) + SourceIndex(0) +2 >Emitted(74, 32) Source(32, 68) + SourceIndex(0) +3 >Emitted(74, 44) Source(32, 71) + SourceIndex(0) +4 >Emitted(74, 45) Source(32, 71) + SourceIndex(0) --- >>>})(internalNamespace || (internalNamespace = {})); 1-> @@ -1854,13 +1857,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalNamespace 7 > { export class someClass {} } -1->Emitted(74, 1) Source(32, 72) + SourceIndex(0) -2 >Emitted(74, 2) Source(32, 73) + SourceIndex(0) -3 >Emitted(74, 4) Source(32, 26) + SourceIndex(0) -4 >Emitted(74, 21) Source(32, 43) + SourceIndex(0) -5 >Emitted(74, 26) Source(32, 26) + SourceIndex(0) -6 >Emitted(74, 43) Source(32, 43) + SourceIndex(0) -7 >Emitted(74, 51) Source(32, 73) + SourceIndex(0) +1->Emitted(75, 1) Source(32, 72) + SourceIndex(0) +2 >Emitted(75, 2) Source(32, 73) + SourceIndex(0) +3 >Emitted(75, 4) Source(32, 26) + SourceIndex(0) +4 >Emitted(75, 21) Source(32, 43) + SourceIndex(0) +5 >Emitted(75, 26) Source(32, 26) + SourceIndex(0) +6 >Emitted(75, 43) Source(32, 43) + SourceIndex(0) +7 >Emitted(75, 51) Source(32, 73) + SourceIndex(0) --- >>>var internalOther; 1 > @@ -1873,10 +1876,10 @@ sourceFile:../second/second_part1.ts 2 >namespace 3 > internalOther 4 > .something { export class someClass {} } -1 >Emitted(75, 1) Source(33, 16) + SourceIndex(0) -2 >Emitted(75, 5) Source(33, 26) + SourceIndex(0) -3 >Emitted(75, 18) Source(33, 39) + SourceIndex(0) -4 >Emitted(75, 19) Source(33, 79) + SourceIndex(0) +1 >Emitted(76, 1) Source(33, 16) + SourceIndex(0) +2 >Emitted(76, 5) Source(33, 26) + SourceIndex(0) +3 >Emitted(76, 18) Source(33, 39) + SourceIndex(0) +4 >Emitted(76, 19) Source(33, 79) + SourceIndex(0) --- >>>(function (internalOther) { 1-> @@ -1885,9 +1888,9 @@ sourceFile:../second/second_part1.ts 1-> 2 >namespace 3 > internalOther -1->Emitted(76, 1) Source(33, 16) + SourceIndex(0) -2 >Emitted(76, 12) Source(33, 26) + SourceIndex(0) -3 >Emitted(76, 25) Source(33, 39) + SourceIndex(0) +1->Emitted(77, 1) Source(33, 16) + SourceIndex(0) +2 >Emitted(77, 12) Source(33, 26) + SourceIndex(0) +3 >Emitted(77, 25) Source(33, 39) + SourceIndex(0) --- >>> var something; 1 >^^^^ @@ -1899,10 +1902,10 @@ sourceFile:../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(77, 5) Source(33, 40) + SourceIndex(0) -2 >Emitted(77, 9) Source(33, 40) + SourceIndex(0) -3 >Emitted(77, 18) Source(33, 49) + SourceIndex(0) -4 >Emitted(77, 19) Source(33, 79) + SourceIndex(0) +1 >Emitted(78, 5) Source(33, 40) + SourceIndex(0) +2 >Emitted(78, 9) Source(33, 40) + SourceIndex(0) +3 >Emitted(78, 18) Source(33, 49) + SourceIndex(0) +4 >Emitted(78, 19) Source(33, 79) + SourceIndex(0) --- >>> (function (something) { 1->^^^^ @@ -1912,21 +1915,21 @@ sourceFile:../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(78, 5) Source(33, 40) + SourceIndex(0) -2 >Emitted(78, 16) Source(33, 40) + SourceIndex(0) -3 >Emitted(78, 25) Source(33, 49) + SourceIndex(0) +1->Emitted(79, 5) Source(33, 40) + SourceIndex(0) +2 >Emitted(79, 16) Source(33, 40) + SourceIndex(0) +3 >Emitted(79, 25) Source(33, 49) + SourceIndex(0) --- >>> var someClass = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(79, 9) Source(33, 52) + SourceIndex(0) +1->Emitted(80, 9) Source(33, 52) + SourceIndex(0) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(80, 13) Source(33, 52) + SourceIndex(0) +1->Emitted(81, 13) Source(33, 52) + SourceIndex(0) --- >>> } 1->^^^^^^^^^^^^ @@ -1934,16 +1937,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(81, 13) Source(33, 76) + SourceIndex(0) -2 >Emitted(81, 14) Source(33, 77) + SourceIndex(0) +1->Emitted(82, 13) Source(33, 76) + SourceIndex(0) +2 >Emitted(82, 14) Source(33, 77) + SourceIndex(0) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(82, 13) Source(33, 76) + SourceIndex(0) -2 >Emitted(82, 29) Source(33, 77) + SourceIndex(0) +1->Emitted(83, 13) Source(33, 76) + SourceIndex(0) +2 >Emitted(83, 29) Source(33, 77) + SourceIndex(0) --- >>> }()); 1 >^^^^^^^^ @@ -1955,10 +1958,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(83, 9) Source(33, 76) + SourceIndex(0) -2 >Emitted(83, 10) Source(33, 77) + SourceIndex(0) -3 >Emitted(83, 10) Source(33, 52) + SourceIndex(0) -4 >Emitted(83, 14) Source(33, 77) + SourceIndex(0) +1 >Emitted(84, 9) Source(33, 76) + SourceIndex(0) +2 >Emitted(84, 10) Source(33, 77) + SourceIndex(0) +3 >Emitted(84, 10) Source(33, 52) + SourceIndex(0) +4 >Emitted(84, 14) Source(33, 77) + SourceIndex(0) --- >>> something.someClass = someClass; 1->^^^^^^^^ @@ -1970,10 +1973,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(84, 9) Source(33, 65) + SourceIndex(0) -2 >Emitted(84, 28) Source(33, 74) + SourceIndex(0) -3 >Emitted(84, 40) Source(33, 77) + SourceIndex(0) -4 >Emitted(84, 41) Source(33, 77) + SourceIndex(0) +1->Emitted(85, 9) Source(33, 65) + SourceIndex(0) +2 >Emitted(85, 28) Source(33, 74) + SourceIndex(0) +3 >Emitted(85, 40) Source(33, 77) + SourceIndex(0) +4 >Emitted(85, 41) Source(33, 77) + SourceIndex(0) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^ @@ -1994,15 +1997,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(85, 5) Source(33, 78) + SourceIndex(0) -2 >Emitted(85, 6) Source(33, 79) + SourceIndex(0) -3 >Emitted(85, 8) Source(33, 40) + SourceIndex(0) -4 >Emitted(85, 17) Source(33, 49) + SourceIndex(0) -5 >Emitted(85, 20) Source(33, 40) + SourceIndex(0) -6 >Emitted(85, 43) Source(33, 49) + SourceIndex(0) -7 >Emitted(85, 48) Source(33, 40) + SourceIndex(0) -8 >Emitted(85, 71) Source(33, 49) + SourceIndex(0) -9 >Emitted(85, 79) Source(33, 79) + SourceIndex(0) +1->Emitted(86, 5) Source(33, 78) + SourceIndex(0) +2 >Emitted(86, 6) Source(33, 79) + SourceIndex(0) +3 >Emitted(86, 8) Source(33, 40) + SourceIndex(0) +4 >Emitted(86, 17) Source(33, 49) + SourceIndex(0) +5 >Emitted(86, 20) Source(33, 40) + SourceIndex(0) +6 >Emitted(86, 43) Source(33, 49) + SourceIndex(0) +7 >Emitted(86, 48) Source(33, 40) + SourceIndex(0) +8 >Emitted(86, 71) Source(33, 49) + SourceIndex(0) +9 >Emitted(86, 79) Source(33, 79) + SourceIndex(0) --- >>>})(internalOther || (internalOther = {})); 1 > @@ -2020,13 +2023,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalOther 7 > .something { export class someClass {} } -1 >Emitted(86, 1) Source(33, 78) + SourceIndex(0) -2 >Emitted(86, 2) Source(33, 79) + SourceIndex(0) -3 >Emitted(86, 4) Source(33, 26) + SourceIndex(0) -4 >Emitted(86, 17) Source(33, 39) + SourceIndex(0) -5 >Emitted(86, 22) Source(33, 26) + SourceIndex(0) -6 >Emitted(86, 35) Source(33, 39) + SourceIndex(0) -7 >Emitted(86, 43) Source(33, 79) + SourceIndex(0) +1 >Emitted(87, 1) Source(33, 78) + SourceIndex(0) +2 >Emitted(87, 2) Source(33, 79) + SourceIndex(0) +3 >Emitted(87, 4) Source(33, 26) + SourceIndex(0) +4 >Emitted(87, 17) Source(33, 39) + SourceIndex(0) +5 >Emitted(87, 22) Source(33, 26) + SourceIndex(0) +6 >Emitted(87, 35) Source(33, 39) + SourceIndex(0) +7 >Emitted(87, 43) Source(33, 79) + SourceIndex(0) --- >>>var internalImport = internalNamespace.someClass; 1-> @@ -2046,14 +2049,14 @@ sourceFile:../second/second_part1.ts 6 > . 7 > someClass 8 > ; -1->Emitted(87, 1) Source(34, 16) + SourceIndex(0) -2 >Emitted(87, 5) Source(34, 23) + SourceIndex(0) -3 >Emitted(87, 19) Source(34, 37) + SourceIndex(0) -4 >Emitted(87, 22) Source(34, 40) + SourceIndex(0) -5 >Emitted(87, 39) Source(34, 57) + SourceIndex(0) -6 >Emitted(87, 40) Source(34, 58) + SourceIndex(0) -7 >Emitted(87, 49) Source(34, 67) + SourceIndex(0) -8 >Emitted(87, 50) Source(34, 68) + SourceIndex(0) +1->Emitted(88, 1) Source(34, 16) + SourceIndex(0) +2 >Emitted(88, 5) Source(34, 23) + SourceIndex(0) +3 >Emitted(88, 19) Source(34, 37) + SourceIndex(0) +4 >Emitted(88, 22) Source(34, 40) + SourceIndex(0) +5 >Emitted(88, 39) Source(34, 57) + SourceIndex(0) +6 >Emitted(88, 40) Source(34, 58) + SourceIndex(0) +7 >Emitted(88, 49) Source(34, 67) + SourceIndex(0) +8 >Emitted(88, 50) Source(34, 68) + SourceIndex(0) --- >>>var internalConst = 10; 1 > @@ -2070,12 +2073,12 @@ sourceFile:../second/second_part1.ts 4 > = 5 > 10 6 > ; -1 >Emitted(88, 1) Source(36, 16) + SourceIndex(0) -2 >Emitted(88, 5) Source(36, 22) + SourceIndex(0) -3 >Emitted(88, 18) Source(36, 35) + SourceIndex(0) -4 >Emitted(88, 21) Source(36, 38) + SourceIndex(0) -5 >Emitted(88, 23) Source(36, 40) + SourceIndex(0) -6 >Emitted(88, 24) Source(36, 41) + SourceIndex(0) +1 >Emitted(89, 1) Source(36, 16) + SourceIndex(0) +2 >Emitted(89, 5) Source(36, 22) + SourceIndex(0) +3 >Emitted(89, 18) Source(36, 35) + SourceIndex(0) +4 >Emitted(89, 21) Source(36, 38) + SourceIndex(0) +5 >Emitted(89, 23) Source(36, 40) + SourceIndex(0) +6 >Emitted(89, 24) Source(36, 41) + SourceIndex(0) --- >>>var internalEnum; 1 > @@ -2086,9 +2089,9 @@ sourceFile:../second/second_part1.ts >/**@internal*/ 2 >enum 3 > internalEnum { a, b, c } -1 >Emitted(89, 1) Source(37, 16) + SourceIndex(0) -2 >Emitted(89, 5) Source(37, 21) + SourceIndex(0) -3 >Emitted(89, 17) Source(37, 45) + SourceIndex(0) +1 >Emitted(90, 1) Source(37, 16) + SourceIndex(0) +2 >Emitted(90, 5) Source(37, 21) + SourceIndex(0) +3 >Emitted(90, 17) Source(37, 45) + SourceIndex(0) --- >>>(function (internalEnum) { 1-> @@ -2098,9 +2101,9 @@ sourceFile:../second/second_part1.ts 1-> 2 >enum 3 > internalEnum -1->Emitted(90, 1) Source(37, 16) + SourceIndex(0) -2 >Emitted(90, 12) Source(37, 21) + SourceIndex(0) -3 >Emitted(90, 24) Source(37, 33) + SourceIndex(0) +1->Emitted(91, 1) Source(37, 16) + SourceIndex(0) +2 >Emitted(91, 12) Source(37, 21) + SourceIndex(0) +3 >Emitted(91, 24) Source(37, 33) + SourceIndex(0) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^ @@ -2110,9 +2113,9 @@ sourceFile:../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(91, 5) Source(37, 36) + SourceIndex(0) -2 >Emitted(91, 46) Source(37, 37) + SourceIndex(0) -3 >Emitted(91, 47) Source(37, 37) + SourceIndex(0) +1->Emitted(92, 5) Source(37, 36) + SourceIndex(0) +2 >Emitted(92, 46) Source(37, 37) + SourceIndex(0) +3 >Emitted(92, 47) Source(37, 37) + SourceIndex(0) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^ @@ -2122,9 +2125,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(92, 5) Source(37, 39) + SourceIndex(0) -2 >Emitted(92, 46) Source(37, 40) + SourceIndex(0) -3 >Emitted(92, 47) Source(37, 40) + SourceIndex(0) +1->Emitted(93, 5) Source(37, 39) + SourceIndex(0) +2 >Emitted(93, 46) Source(37, 40) + SourceIndex(0) +3 >Emitted(93, 47) Source(37, 40) + SourceIndex(0) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^ @@ -2133,9 +2136,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(93, 5) Source(37, 42) + SourceIndex(0) -2 >Emitted(93, 46) Source(37, 43) + SourceIndex(0) -3 >Emitted(93, 47) Source(37, 43) + SourceIndex(0) +1->Emitted(94, 5) Source(37, 42) + SourceIndex(0) +2 >Emitted(94, 46) Source(37, 43) + SourceIndex(0) +3 >Emitted(94, 47) Source(37, 43) + SourceIndex(0) --- >>>})(internalEnum || (internalEnum = {})); 1 > @@ -2152,13 +2155,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalEnum 7 > { a, b, c } -1 >Emitted(94, 1) Source(37, 44) + SourceIndex(0) -2 >Emitted(94, 2) Source(37, 45) + SourceIndex(0) -3 >Emitted(94, 4) Source(37, 21) + SourceIndex(0) -4 >Emitted(94, 16) Source(37, 33) + SourceIndex(0) -5 >Emitted(94, 21) Source(37, 21) + SourceIndex(0) -6 >Emitted(94, 33) Source(37, 33) + SourceIndex(0) -7 >Emitted(94, 41) Source(37, 45) + SourceIndex(0) +1 >Emitted(95, 1) Source(37, 44) + SourceIndex(0) +2 >Emitted(95, 2) Source(37, 45) + SourceIndex(0) +3 >Emitted(95, 4) Source(37, 21) + SourceIndex(0) +4 >Emitted(95, 16) Source(37, 33) + SourceIndex(0) +5 >Emitted(95, 21) Source(37, 21) + SourceIndex(0) +6 >Emitted(95, 33) Source(37, 33) + SourceIndex(0) +7 >Emitted(95, 41) Source(37, 45) + SourceIndex(0) --- ------------------------------------------------------------------- emittedFile:/src/2/second-output.js @@ -2168,13 +2171,13 @@ sourceFile:../second/second_part2.ts 1 > 2 >^^^^^^^^^^^^^^^^^^^-> 1 > -1 >Emitted(95, 1) Source(1, 1) + SourceIndex(1) +1 >Emitted(96, 1) Source(1, 1) + SourceIndex(1) --- >>> function C() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(96, 5) Source(1, 1) + SourceIndex(1) +1->Emitted(97, 5) Source(1, 1) + SourceIndex(1) --- >>> } 1->^^^^ @@ -2186,8 +2189,8 @@ sourceFile:../second/second_part2.ts > } > 2 > } -1->Emitted(97, 5) Source(5, 1) + SourceIndex(1) -2 >Emitted(97, 6) Source(5, 2) + SourceIndex(1) +1->Emitted(98, 5) Source(5, 1) + SourceIndex(1) +2 >Emitted(98, 6) Source(5, 2) + SourceIndex(1) --- >>> C.prototype.doSomething = function () { 1->^^^^ @@ -2197,9 +2200,9 @@ sourceFile:../second/second_part2.ts 1-> 2 > doSomething 3 > -1->Emitted(98, 5) Source(2, 5) + SourceIndex(1) -2 >Emitted(98, 28) Source(2, 16) + SourceIndex(1) -3 >Emitted(98, 31) Source(2, 5) + SourceIndex(1) +1->Emitted(99, 5) Source(2, 5) + SourceIndex(1) +2 >Emitted(99, 28) Source(2, 16) + SourceIndex(1) +3 >Emitted(99, 31) Source(2, 5) + SourceIndex(1) --- >>> console.log("something got done"); 1->^^^^^^^^ @@ -2219,14 +2222,14 @@ sourceFile:../second/second_part2.ts 6 > "something got done" 7 > ) 8 > ; -1->Emitted(99, 9) Source(3, 9) + SourceIndex(1) -2 >Emitted(99, 16) Source(3, 16) + SourceIndex(1) -3 >Emitted(99, 17) Source(3, 17) + SourceIndex(1) -4 >Emitted(99, 20) Source(3, 20) + SourceIndex(1) -5 >Emitted(99, 21) Source(3, 21) + SourceIndex(1) -6 >Emitted(99, 41) Source(3, 41) + SourceIndex(1) -7 >Emitted(99, 42) Source(3, 42) + SourceIndex(1) -8 >Emitted(99, 43) Source(3, 43) + SourceIndex(1) +1->Emitted(100, 9) Source(3, 9) + SourceIndex(1) +2 >Emitted(100, 16) Source(3, 16) + SourceIndex(1) +3 >Emitted(100, 17) Source(3, 17) + SourceIndex(1) +4 >Emitted(100, 20) Source(3, 20) + SourceIndex(1) +5 >Emitted(100, 21) Source(3, 21) + SourceIndex(1) +6 >Emitted(100, 41) Source(3, 41) + SourceIndex(1) +7 >Emitted(100, 42) Source(3, 42) + SourceIndex(1) +8 >Emitted(100, 43) Source(3, 43) + SourceIndex(1) --- >>> }; 1 >^^^^ @@ -2235,8 +2238,8 @@ sourceFile:../second/second_part2.ts 1 > > 2 > } -1 >Emitted(100, 5) Source(4, 5) + SourceIndex(1) -2 >Emitted(100, 6) Source(4, 6) + SourceIndex(1) +1 >Emitted(101, 5) Source(4, 5) + SourceIndex(1) +2 >Emitted(101, 6) Source(4, 6) + SourceIndex(1) --- >>> return C; 1->^^^^ @@ -2244,8 +2247,8 @@ sourceFile:../second/second_part2.ts 1-> > 2 > } -1->Emitted(101, 5) Source(5, 1) + SourceIndex(1) -2 >Emitted(101, 13) Source(5, 2) + SourceIndex(1) +1->Emitted(102, 5) Source(5, 1) + SourceIndex(1) +2 >Emitted(102, 13) Source(5, 2) + SourceIndex(1) --- >>>}()); 1 > @@ -2261,10 +2264,10 @@ sourceFile:../second/second_part2.ts > console.log("something got done"); > } > } -1 >Emitted(102, 1) Source(5, 1) + SourceIndex(1) -2 >Emitted(102, 2) Source(5, 2) + SourceIndex(1) -3 >Emitted(102, 2) Source(1, 1) + SourceIndex(1) -4 >Emitted(102, 6) Source(5, 2) + SourceIndex(1) +1 >Emitted(103, 1) Source(5, 1) + SourceIndex(1) +2 >Emitted(103, 2) Source(5, 2) + SourceIndex(1) +3 >Emitted(103, 2) Source(1, 1) + SourceIndex(1) +4 >Emitted(103, 6) Source(5, 2) + SourceIndex(1) --- >>>//# sourceMappingURL=second-output.js.map @@ -2280,7 +2283,7 @@ sourceFile:../second/second_part2.ts "sections": [ { "pos": 0, - "end": 3052, + "end": 3070, "kind": "text" } ] @@ -2332,7 +2335,7 @@ sourceFile:../second/second_part2.ts ====================================================================== File:: /src/2/second-output.js ---------------------------------------------------------------------- -text: (0-3052) +text: (0-3070) var N; (function (N) { function f() { @@ -2343,8 +2346,9 @@ var N; var normalC = (function () { function normalC() { } - normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: true, @@ -3234,8 +3238,9 @@ var N; var normalC = (function () { function normalC() { } - normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: true, @@ -3331,7 +3336,7 @@ c.doSomething(); //# sourceMappingURL=third-output.js.map //// [/src/third/thirdjs/output/third-output.js.map] -{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"AAIA,IAAM,CAAC,GAAG,cAAc,CAAC;AAMzB,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;ACVf,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC;ACAjB,SAAS,CAAC;IACN,OAAO,gBAAgB,CAAC;AAC5B,CAAC;ACED,IAAU,CAAC,CAMV;AAND,WAAU,CAAC;IACP,SAAS,CAAC;QACN,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IAED,CAAC,EAAE,CAAC;AACR,CAAC,EANS,CAAC,KAAD,CAAC,QAMV;AAED;IACmB;IAAgB,CAAC;;IAEjB,cAAM,GAAN,cAAW,CAAC;IACZ,sBAAI,YAAC;aAAL,cAAU,OAAO,EAAE,CAAC,CAAC,CAAC;aACtB,UAAM,GAAW,IAAI,CAAC;;;OADA;IAEzC,cAAC;AAAD,CAAC,AAND,IAMC;AACD,IAAU,OAAO,CAShB;AATD,WAAU,OAAO;IACE;QAAA;QAAiB,CAAC;QAAD,QAAC;IAAD,CAAC,AAAlB,IAAkB;IAAL,SAAC,IAAI,CAAA;IAClB,SAAgB,GAAG,KAAI,CAAC;IAAR,WAAG,MAAK,CAAA;IACxB,IAAiB,aAAa,CAAsB;IAApD,WAAiB,aAAa;QAAG;YAAA;YAAgB,CAAC;YAAD,QAAC;QAAD,CAAC,AAAjB,IAAiB;QAAJ,eAAC,IAAG,CAAA;IAAC,CAAC,EAAnC,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAAsB;IACpD,IAAiB,SAAS,CAAwC;IAAlE,WAAiB,SAAS;QAAC,IAAA,SAAS,CAA8B;QAAvC,WAAA,SAAS;YAAG;gBAAA;gBAAwB,CAAC;gBAAD,gBAAC;YAAD,CAAC,AAAzB,IAAyB;YAAZ,mBAAS,YAAG,CAAA;QAAC,CAAC,EAAvC,SAAS,GAAT,mBAAS,KAAT,mBAAS,QAA8B;IAAD,CAAC,EAAjD,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAAwC;IACpD,kBAAU,GAAG,aAAa,CAAC,CAAC,CAAC;IAE9B,qBAAa,GAAG,EAAE,CAAC;IAChC,IAAY,YAAwB;IAApC,WAAY,YAAY;QAAG,yCAAC,CAAA;QAAE,yCAAC,CAAA;QAAE,yCAAC,CAAA;IAAC,CAAC,EAAxB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAAY;AACvD,CAAC,EATS,OAAO,KAAP,OAAO,QAShB;AACc;IAAA;IAAiB,CAAC;IAAD,gBAAC;AAAD,CAAC,AAAlB,IAAkB;AAClB,SAAS,WAAW,KAAI,CAAC;AACzB,IAAU,iBAAiB,CAA8B;AAAzD,WAAU,iBAAiB;IAAG;QAAA;QAAwB,CAAC;QAAD,gBAAC;IAAD,CAAC,AAAzB,IAAyB;IAAZ,2BAAS,YAAG,CAAA;AAAC,CAAC,EAA/C,iBAAiB,KAAjB,iBAAiB,QAA8B;AACzD,IAAU,aAAa,CAAwC;AAA/D,WAAU,aAAa;IAAC,IAAA,SAAS,CAA8B;IAAvC,WAAA,SAAS;QAAG;YAAA;YAAwB,CAAC;YAAD,gBAAC;QAAD,CAAC,AAAzB,IAAyB;QAAZ,mBAAS,YAAG,CAAA;IAAC,CAAC,EAAvC,SAAS,GAAT,uBAAS,KAAT,uBAAS,QAA8B;AAAD,CAAC,EAArD,aAAa,KAAb,aAAa,QAAwC;AAC/D,IAAO,cAAc,GAAG,iBAAiB,CAAC,SAAS,CAAC;AAEpD,IAAM,aAAa,GAAG,EAAE,CAAC;AACzB,IAAK,YAAwB;AAA7B,WAAK,YAAY;IAAG,yCAAC,CAAA;IAAE,yCAAC,CAAA;IAAE,yCAAC,CAAA;AAAC,CAAC,EAAxB,YAAY,KAAZ,YAAY,QAAY;ACpC5C;IAAA;IAIA,CAAC;IAHG,uBAAW,GAAX;QACI,OAAO,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAC;IACtC,CAAC;IACL,QAAC;AAAD,CAAC,AAJD,IAIC;ACJD,IAAI,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC;AAChB,CAAC,CAAC,WAAW,EAAE,CAAC"} //// [/src/third/thirdjs/output/third-output.js.map.baseline.txt] =================================================================== @@ -3632,66 +3637,68 @@ sourceFile:../../../second/second_part1.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->constructor() { 2 > } 1->Emitted(16, 5) Source(14, 36) + SourceIndex(3) 2 >Emitted(16, 6) Source(14, 37) + SourceIndex(3) --- ->>> normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> proto_1.method = function () { }; 1->^^^^ -2 > ^^^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^ -5 > ^ -6 > ^^^^^^-> +2 > ^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^ +5 > ^ +6 > ^^^^^^-> 1-> > /**@internal*/ prop: string; > /**@internal*/ 2 > method -3 > -4 > method() { -5 > } -1->Emitted(17, 5) Source(16, 20) + SourceIndex(3) -2 >Emitted(17, 29) Source(16, 26) + SourceIndex(3) -3 >Emitted(17, 32) Source(16, 20) + SourceIndex(3) -4 >Emitted(17, 46) Source(16, 31) + SourceIndex(3) -5 >Emitted(17, 47) Source(16, 32) + SourceIndex(3) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +3 > +4 > method() { +5 > } +1->Emitted(18, 5) Source(16, 20) + SourceIndex(3) +2 >Emitted(18, 19) Source(16, 26) + SourceIndex(3) +3 >Emitted(18, 22) Source(16, 20) + SourceIndex(3) +4 >Emitted(18, 36) Source(16, 31) + SourceIndex(3) +5 >Emitted(18, 37) Source(16, 32) + SourceIndex(3) +--- +>>> Object.defineProperty(proto_1, "c", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^^^^^^^^^^ +4 > ^^^-> 1-> > /**@internal*/ 2 > get 3 > c -1->Emitted(18, 5) Source(17, 20) + SourceIndex(3) -2 >Emitted(18, 27) Source(17, 24) + SourceIndex(3) -3 >Emitted(18, 49) Source(17, 25) + SourceIndex(3) +1->Emitted(19, 5) Source(17, 20) + SourceIndex(3) +2 >Emitted(19, 27) Source(17, 24) + SourceIndex(3) +3 >Emitted(19, 39) Source(17, 25) + SourceIndex(3) --- >>> get: function () { return 10; }, -1 >^^^^^^^^^^^^^ +1->^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^^^^^^^ 4 > ^^ 5 > ^ 6 > ^ 7 > ^ -1 > +1-> 2 > get c() { 3 > return 4 > 10 5 > ; 6 > 7 > } -1 >Emitted(19, 14) Source(17, 20) + SourceIndex(3) -2 >Emitted(19, 28) Source(17, 30) + SourceIndex(3) -3 >Emitted(19, 35) Source(17, 37) + SourceIndex(3) -4 >Emitted(19, 37) Source(17, 39) + SourceIndex(3) -5 >Emitted(19, 38) Source(17, 40) + SourceIndex(3) -6 >Emitted(19, 39) Source(17, 41) + SourceIndex(3) -7 >Emitted(19, 40) Source(17, 42) + SourceIndex(3) +1->Emitted(20, 14) Source(17, 20) + SourceIndex(3) +2 >Emitted(20, 28) Source(17, 30) + SourceIndex(3) +3 >Emitted(20, 35) Source(17, 37) + SourceIndex(3) +4 >Emitted(20, 37) Source(17, 39) + SourceIndex(3) +5 >Emitted(20, 38) Source(17, 40) + SourceIndex(3) +6 >Emitted(20, 39) Source(17, 41) + SourceIndex(3) +7 >Emitted(20, 40) Source(17, 42) + SourceIndex(3) --- >>> set: function (val) { }, 1 >^^^^^^^^^^^^^ @@ -3705,11 +3712,11 @@ sourceFile:../../../second/second_part1.ts 3 > val: number 4 > ) { 5 > } -1 >Emitted(20, 14) Source(18, 20) + SourceIndex(3) -2 >Emitted(20, 24) Source(18, 26) + SourceIndex(3) -3 >Emitted(20, 27) Source(18, 37) + SourceIndex(3) -4 >Emitted(20, 31) Source(18, 41) + SourceIndex(3) -5 >Emitted(20, 32) Source(18, 42) + SourceIndex(3) +1 >Emitted(21, 14) Source(18, 20) + SourceIndex(3) +2 >Emitted(21, 24) Source(18, 26) + SourceIndex(3) +3 >Emitted(21, 27) Source(18, 37) + SourceIndex(3) +4 >Emitted(21, 31) Source(18, 41) + SourceIndex(3) +5 >Emitted(21, 32) Source(18, 42) + SourceIndex(3) --- >>> enumerable: true, >>> configurable: true @@ -3717,7 +3724,7 @@ sourceFile:../../../second/second_part1.ts 1 >^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(23, 8) Source(17, 42) + SourceIndex(3) +1 >Emitted(24, 8) Source(17, 42) + SourceIndex(3) --- >>> return normalC; 1->^^^^ @@ -3726,8 +3733,8 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ set c(val: number) { } > 2 > } -1->Emitted(24, 5) Source(19, 1) + SourceIndex(3) -2 >Emitted(24, 19) Source(19, 2) + SourceIndex(3) +1->Emitted(25, 5) Source(19, 1) + SourceIndex(3) +2 >Emitted(25, 19) Source(19, 2) + SourceIndex(3) --- >>>}()); 1 > @@ -3745,10 +3752,10 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ get c() { return 10; } > /**@internal*/ set c(val: number) { } > } -1 >Emitted(25, 1) Source(19, 1) + SourceIndex(3) -2 >Emitted(25, 2) Source(19, 2) + SourceIndex(3) -3 >Emitted(25, 2) Source(13, 1) + SourceIndex(3) -4 >Emitted(25, 6) Source(19, 2) + SourceIndex(3) +1 >Emitted(26, 1) Source(19, 1) + SourceIndex(3) +2 >Emitted(26, 2) Source(19, 2) + SourceIndex(3) +3 >Emitted(26, 2) Source(13, 1) + SourceIndex(3) +4 >Emitted(26, 6) Source(19, 2) + SourceIndex(3) --- >>>var normalN; 1-> @@ -3770,10 +3777,10 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ export const internalConst = 10; > /**@internal*/ export enum internalEnum { a, b, c } > } -1->Emitted(26, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(26, 5) Source(20, 11) + SourceIndex(3) -3 >Emitted(26, 12) Source(20, 18) + SourceIndex(3) -4 >Emitted(26, 13) Source(29, 2) + SourceIndex(3) +1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(27, 5) Source(20, 11) + SourceIndex(3) +3 >Emitted(27, 12) Source(20, 18) + SourceIndex(3) +4 >Emitted(27, 13) Source(29, 2) + SourceIndex(3) --- >>>(function (normalN) { 1-> @@ -3783,22 +3790,22 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > normalN -1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(27, 12) Source(20, 11) + SourceIndex(3) -3 >Emitted(27, 19) Source(20, 18) + SourceIndex(3) +1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(28, 12) Source(20, 11) + SourceIndex(3) +3 >Emitted(28, 19) Source(20, 18) + SourceIndex(3) --- >>> var C = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { > /**@internal*/ -1->Emitted(28, 5) Source(21, 20) + SourceIndex(3) +1->Emitted(29, 5) Source(21, 20) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(29, 9) Source(21, 20) + SourceIndex(3) +1->Emitted(30, 9) Source(21, 20) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -3806,16 +3813,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(30, 9) Source(21, 37) + SourceIndex(3) -2 >Emitted(30, 10) Source(21, 38) + SourceIndex(3) +1->Emitted(31, 9) Source(21, 37) + SourceIndex(3) +2 >Emitted(31, 10) Source(21, 38) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(31, 9) Source(21, 37) + SourceIndex(3) -2 >Emitted(31, 17) Source(21, 38) + SourceIndex(3) +1->Emitted(32, 9) Source(21, 37) + SourceIndex(3) +2 >Emitted(32, 17) Source(21, 38) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -3827,10 +3834,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(32, 5) Source(21, 37) + SourceIndex(3) -2 >Emitted(32, 6) Source(21, 38) + SourceIndex(3) -3 >Emitted(32, 6) Source(21, 20) + SourceIndex(3) -4 >Emitted(32, 10) Source(21, 38) + SourceIndex(3) +1 >Emitted(33, 5) Source(21, 37) + SourceIndex(3) +2 >Emitted(33, 6) Source(21, 38) + SourceIndex(3) +3 >Emitted(33, 6) Source(21, 20) + SourceIndex(3) +4 >Emitted(33, 10) Source(21, 38) + SourceIndex(3) --- >>> normalN.C = C; 1->^^^^ @@ -3842,10 +3849,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > { } 4 > -1->Emitted(33, 5) Source(21, 33) + SourceIndex(3) -2 >Emitted(33, 14) Source(21, 34) + SourceIndex(3) -3 >Emitted(33, 18) Source(21, 38) + SourceIndex(3) -4 >Emitted(33, 19) Source(21, 38) + SourceIndex(3) +1->Emitted(34, 5) Source(21, 33) + SourceIndex(3) +2 >Emitted(34, 14) Source(21, 34) + SourceIndex(3) +3 >Emitted(34, 18) Source(21, 38) + SourceIndex(3) +4 >Emitted(34, 19) Source(21, 38) + SourceIndex(3) --- >>> function foo() { } 1->^^^^ @@ -3860,11 +3867,11 @@ sourceFile:../../../second/second_part1.ts 3 > foo 4 > () { 5 > } -1->Emitted(34, 5) Source(22, 20) + SourceIndex(3) -2 >Emitted(34, 14) Source(22, 36) + SourceIndex(3) -3 >Emitted(34, 17) Source(22, 39) + SourceIndex(3) -4 >Emitted(34, 22) Source(22, 43) + SourceIndex(3) -5 >Emitted(34, 23) Source(22, 44) + SourceIndex(3) +1->Emitted(35, 5) Source(22, 20) + SourceIndex(3) +2 >Emitted(35, 14) Source(22, 36) + SourceIndex(3) +3 >Emitted(35, 17) Source(22, 39) + SourceIndex(3) +4 >Emitted(35, 22) Source(22, 43) + SourceIndex(3) +5 >Emitted(35, 23) Source(22, 44) + SourceIndex(3) --- >>> normalN.foo = foo; 1->^^^^ @@ -3876,10 +3883,10 @@ sourceFile:../../../second/second_part1.ts 2 > foo 3 > () {} 4 > -1->Emitted(35, 5) Source(22, 36) + SourceIndex(3) -2 >Emitted(35, 16) Source(22, 39) + SourceIndex(3) -3 >Emitted(35, 22) Source(22, 44) + SourceIndex(3) -4 >Emitted(35, 23) Source(22, 44) + SourceIndex(3) +1->Emitted(36, 5) Source(22, 36) + SourceIndex(3) +2 >Emitted(36, 16) Source(22, 39) + SourceIndex(3) +3 >Emitted(36, 22) Source(22, 44) + SourceIndex(3) +4 >Emitted(36, 23) Source(22, 44) + SourceIndex(3) --- >>> var someNamespace; 1->^^^^ @@ -3892,10 +3899,10 @@ sourceFile:../../../second/second_part1.ts 2 > export namespace 3 > someNamespace 4 > { export class C {} } -1->Emitted(36, 5) Source(23, 20) + SourceIndex(3) -2 >Emitted(36, 9) Source(23, 37) + SourceIndex(3) -3 >Emitted(36, 22) Source(23, 50) + SourceIndex(3) -4 >Emitted(36, 23) Source(23, 72) + SourceIndex(3) +1->Emitted(37, 5) Source(23, 20) + SourceIndex(3) +2 >Emitted(37, 9) Source(23, 37) + SourceIndex(3) +3 >Emitted(37, 22) Source(23, 50) + SourceIndex(3) +4 >Emitted(37, 23) Source(23, 72) + SourceIndex(3) --- >>> (function (someNamespace) { 1->^^^^ @@ -3905,21 +3912,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > export namespace 3 > someNamespace -1->Emitted(37, 5) Source(23, 20) + SourceIndex(3) -2 >Emitted(37, 16) Source(23, 37) + SourceIndex(3) -3 >Emitted(37, 29) Source(23, 50) + SourceIndex(3) +1->Emitted(38, 5) Source(23, 20) + SourceIndex(3) +2 >Emitted(38, 16) Source(23, 37) + SourceIndex(3) +3 >Emitted(38, 29) Source(23, 50) + SourceIndex(3) --- >>> var C = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(38, 9) Source(23, 53) + SourceIndex(3) +1->Emitted(39, 9) Source(23, 53) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(39, 13) Source(23, 53) + SourceIndex(3) +1->Emitted(40, 13) Source(23, 53) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -3927,16 +3934,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(40, 13) Source(23, 69) + SourceIndex(3) -2 >Emitted(40, 14) Source(23, 70) + SourceIndex(3) +1->Emitted(41, 13) Source(23, 69) + SourceIndex(3) +2 >Emitted(41, 14) Source(23, 70) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(41, 13) Source(23, 69) + SourceIndex(3) -2 >Emitted(41, 21) Source(23, 70) + SourceIndex(3) +1->Emitted(42, 13) Source(23, 69) + SourceIndex(3) +2 >Emitted(42, 21) Source(23, 70) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -3948,10 +3955,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(42, 9) Source(23, 69) + SourceIndex(3) -2 >Emitted(42, 10) Source(23, 70) + SourceIndex(3) -3 >Emitted(42, 10) Source(23, 53) + SourceIndex(3) -4 >Emitted(42, 14) Source(23, 70) + SourceIndex(3) +1 >Emitted(43, 9) Source(23, 69) + SourceIndex(3) +2 >Emitted(43, 10) Source(23, 70) + SourceIndex(3) +3 >Emitted(43, 10) Source(23, 53) + SourceIndex(3) +4 >Emitted(43, 14) Source(23, 70) + SourceIndex(3) --- >>> someNamespace.C = C; 1->^^^^^^^^ @@ -3963,10 +3970,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > {} 4 > -1->Emitted(43, 9) Source(23, 66) + SourceIndex(3) -2 >Emitted(43, 24) Source(23, 67) + SourceIndex(3) -3 >Emitted(43, 28) Source(23, 70) + SourceIndex(3) -4 >Emitted(43, 29) Source(23, 70) + SourceIndex(3) +1->Emitted(44, 9) Source(23, 66) + SourceIndex(3) +2 >Emitted(44, 24) Source(23, 67) + SourceIndex(3) +3 >Emitted(44, 28) Source(23, 70) + SourceIndex(3) +4 >Emitted(44, 29) Source(23, 70) + SourceIndex(3) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^ @@ -3987,15 +3994,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(44, 5) Source(23, 71) + SourceIndex(3) -2 >Emitted(44, 6) Source(23, 72) + SourceIndex(3) -3 >Emitted(44, 8) Source(23, 37) + SourceIndex(3) -4 >Emitted(44, 21) Source(23, 50) + SourceIndex(3) -5 >Emitted(44, 24) Source(23, 37) + SourceIndex(3) -6 >Emitted(44, 45) Source(23, 50) + SourceIndex(3) -7 >Emitted(44, 50) Source(23, 37) + SourceIndex(3) -8 >Emitted(44, 71) Source(23, 50) + SourceIndex(3) -9 >Emitted(44, 79) Source(23, 72) + SourceIndex(3) +1->Emitted(45, 5) Source(23, 71) + SourceIndex(3) +2 >Emitted(45, 6) Source(23, 72) + SourceIndex(3) +3 >Emitted(45, 8) Source(23, 37) + SourceIndex(3) +4 >Emitted(45, 21) Source(23, 50) + SourceIndex(3) +5 >Emitted(45, 24) Source(23, 37) + SourceIndex(3) +6 >Emitted(45, 45) Source(23, 50) + SourceIndex(3) +7 >Emitted(45, 50) Source(23, 37) + SourceIndex(3) +8 >Emitted(45, 71) Source(23, 50) + SourceIndex(3) +9 >Emitted(45, 79) Source(23, 72) + SourceIndex(3) --- >>> var someOther; 1 >^^^^ @@ -4008,10 +4015,10 @@ sourceFile:../../../second/second_part1.ts 2 > export namespace 3 > someOther 4 > .something { export class someClass {} } -1 >Emitted(45, 5) Source(24, 20) + SourceIndex(3) -2 >Emitted(45, 9) Source(24, 37) + SourceIndex(3) -3 >Emitted(45, 18) Source(24, 46) + SourceIndex(3) -4 >Emitted(45, 19) Source(24, 86) + SourceIndex(3) +1 >Emitted(46, 5) Source(24, 20) + SourceIndex(3) +2 >Emitted(46, 9) Source(24, 37) + SourceIndex(3) +3 >Emitted(46, 18) Source(24, 46) + SourceIndex(3) +4 >Emitted(46, 19) Source(24, 86) + SourceIndex(3) --- >>> (function (someOther) { 1->^^^^ @@ -4020,9 +4027,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > export namespace 3 > someOther -1->Emitted(46, 5) Source(24, 20) + SourceIndex(3) -2 >Emitted(46, 16) Source(24, 37) + SourceIndex(3) -3 >Emitted(46, 25) Source(24, 46) + SourceIndex(3) +1->Emitted(47, 5) Source(24, 20) + SourceIndex(3) +2 >Emitted(47, 16) Source(24, 37) + SourceIndex(3) +3 >Emitted(47, 25) Source(24, 46) + SourceIndex(3) --- >>> var something; 1 >^^^^^^^^ @@ -4034,10 +4041,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(47, 9) Source(24, 47) + SourceIndex(3) -2 >Emitted(47, 13) Source(24, 47) + SourceIndex(3) -3 >Emitted(47, 22) Source(24, 56) + SourceIndex(3) -4 >Emitted(47, 23) Source(24, 86) + SourceIndex(3) +1 >Emitted(48, 9) Source(24, 47) + SourceIndex(3) +2 >Emitted(48, 13) Source(24, 47) + SourceIndex(3) +3 >Emitted(48, 22) Source(24, 56) + SourceIndex(3) +4 >Emitted(48, 23) Source(24, 86) + SourceIndex(3) --- >>> (function (something) { 1->^^^^^^^^ @@ -4047,21 +4054,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(48, 9) Source(24, 47) + SourceIndex(3) -2 >Emitted(48, 20) Source(24, 47) + SourceIndex(3) -3 >Emitted(48, 29) Source(24, 56) + SourceIndex(3) +1->Emitted(49, 9) Source(24, 47) + SourceIndex(3) +2 >Emitted(49, 20) Source(24, 47) + SourceIndex(3) +3 >Emitted(49, 29) Source(24, 56) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(49, 13) Source(24, 59) + SourceIndex(3) +1->Emitted(50, 13) Source(24, 59) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(50, 17) Source(24, 59) + SourceIndex(3) +1->Emitted(51, 17) Source(24, 59) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -4069,16 +4076,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(51, 17) Source(24, 83) + SourceIndex(3) -2 >Emitted(51, 18) Source(24, 84) + SourceIndex(3) +1->Emitted(52, 17) Source(24, 83) + SourceIndex(3) +2 >Emitted(52, 18) Source(24, 84) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(52, 17) Source(24, 83) + SourceIndex(3) -2 >Emitted(52, 33) Source(24, 84) + SourceIndex(3) +1->Emitted(53, 17) Source(24, 83) + SourceIndex(3) +2 >Emitted(53, 33) Source(24, 84) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -4090,10 +4097,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(53, 13) Source(24, 83) + SourceIndex(3) -2 >Emitted(53, 14) Source(24, 84) + SourceIndex(3) -3 >Emitted(53, 14) Source(24, 59) + SourceIndex(3) -4 >Emitted(53, 18) Source(24, 84) + SourceIndex(3) +1 >Emitted(54, 13) Source(24, 83) + SourceIndex(3) +2 >Emitted(54, 14) Source(24, 84) + SourceIndex(3) +3 >Emitted(54, 14) Source(24, 59) + SourceIndex(3) +4 >Emitted(54, 18) Source(24, 84) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -4105,10 +4112,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(54, 13) Source(24, 72) + SourceIndex(3) -2 >Emitted(54, 32) Source(24, 81) + SourceIndex(3) -3 >Emitted(54, 44) Source(24, 84) + SourceIndex(3) -4 >Emitted(54, 45) Source(24, 84) + SourceIndex(3) +1->Emitted(55, 13) Source(24, 72) + SourceIndex(3) +2 >Emitted(55, 32) Source(24, 81) + SourceIndex(3) +3 >Emitted(55, 44) Source(24, 84) + SourceIndex(3) +4 >Emitted(55, 45) Source(24, 84) + SourceIndex(3) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^ @@ -4129,15 +4136,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(55, 9) Source(24, 85) + SourceIndex(3) -2 >Emitted(55, 10) Source(24, 86) + SourceIndex(3) -3 >Emitted(55, 12) Source(24, 47) + SourceIndex(3) -4 >Emitted(55, 21) Source(24, 56) + SourceIndex(3) -5 >Emitted(55, 24) Source(24, 47) + SourceIndex(3) -6 >Emitted(55, 43) Source(24, 56) + SourceIndex(3) -7 >Emitted(55, 48) Source(24, 47) + SourceIndex(3) -8 >Emitted(55, 67) Source(24, 56) + SourceIndex(3) -9 >Emitted(55, 75) Source(24, 86) + SourceIndex(3) +1->Emitted(56, 9) Source(24, 85) + SourceIndex(3) +2 >Emitted(56, 10) Source(24, 86) + SourceIndex(3) +3 >Emitted(56, 12) Source(24, 47) + SourceIndex(3) +4 >Emitted(56, 21) Source(24, 56) + SourceIndex(3) +5 >Emitted(56, 24) Source(24, 47) + SourceIndex(3) +6 >Emitted(56, 43) Source(24, 56) + SourceIndex(3) +7 >Emitted(56, 48) Source(24, 47) + SourceIndex(3) +8 >Emitted(56, 67) Source(24, 56) + SourceIndex(3) +9 >Emitted(56, 75) Source(24, 86) + SourceIndex(3) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^ @@ -4158,15 +4165,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(56, 5) Source(24, 85) + SourceIndex(3) -2 >Emitted(56, 6) Source(24, 86) + SourceIndex(3) -3 >Emitted(56, 8) Source(24, 37) + SourceIndex(3) -4 >Emitted(56, 17) Source(24, 46) + SourceIndex(3) -5 >Emitted(56, 20) Source(24, 37) + SourceIndex(3) -6 >Emitted(56, 37) Source(24, 46) + SourceIndex(3) -7 >Emitted(56, 42) Source(24, 37) + SourceIndex(3) -8 >Emitted(56, 59) Source(24, 46) + SourceIndex(3) -9 >Emitted(56, 67) Source(24, 86) + SourceIndex(3) +1 >Emitted(57, 5) Source(24, 85) + SourceIndex(3) +2 >Emitted(57, 6) Source(24, 86) + SourceIndex(3) +3 >Emitted(57, 8) Source(24, 37) + SourceIndex(3) +4 >Emitted(57, 17) Source(24, 46) + SourceIndex(3) +5 >Emitted(57, 20) Source(24, 37) + SourceIndex(3) +6 >Emitted(57, 37) Source(24, 46) + SourceIndex(3) +7 >Emitted(57, 42) Source(24, 37) + SourceIndex(3) +8 >Emitted(57, 59) Source(24, 46) + SourceIndex(3) +9 >Emitted(57, 67) Source(24, 86) + SourceIndex(3) --- >>> normalN.someImport = someNamespace.C; 1 >^^^^ @@ -4184,13 +4191,13 @@ sourceFile:../../../second/second_part1.ts 5 > . 6 > C 7 > ; -1 >Emitted(57, 5) Source(25, 34) + SourceIndex(3) -2 >Emitted(57, 23) Source(25, 44) + SourceIndex(3) -3 >Emitted(57, 26) Source(25, 47) + SourceIndex(3) -4 >Emitted(57, 39) Source(25, 60) + SourceIndex(3) -5 >Emitted(57, 40) Source(25, 61) + SourceIndex(3) -6 >Emitted(57, 41) Source(25, 62) + SourceIndex(3) -7 >Emitted(57, 42) Source(25, 63) + SourceIndex(3) +1 >Emitted(58, 5) Source(25, 34) + SourceIndex(3) +2 >Emitted(58, 23) Source(25, 44) + SourceIndex(3) +3 >Emitted(58, 26) Source(25, 47) + SourceIndex(3) +4 >Emitted(58, 39) Source(25, 60) + SourceIndex(3) +5 >Emitted(58, 40) Source(25, 61) + SourceIndex(3) +6 >Emitted(58, 41) Source(25, 62) + SourceIndex(3) +7 >Emitted(58, 42) Source(25, 63) + SourceIndex(3) --- >>> normalN.internalConst = 10; 1 >^^^^ @@ -4205,11 +4212,11 @@ sourceFile:../../../second/second_part1.ts 3 > = 4 > 10 5 > ; -1 >Emitted(58, 5) Source(27, 33) + SourceIndex(3) -2 >Emitted(58, 26) Source(27, 46) + SourceIndex(3) -3 >Emitted(58, 29) Source(27, 49) + SourceIndex(3) -4 >Emitted(58, 31) Source(27, 51) + SourceIndex(3) -5 >Emitted(58, 32) Source(27, 52) + SourceIndex(3) +1 >Emitted(59, 5) Source(27, 33) + SourceIndex(3) +2 >Emitted(59, 26) Source(27, 46) + SourceIndex(3) +3 >Emitted(59, 29) Source(27, 49) + SourceIndex(3) +4 >Emitted(59, 31) Source(27, 51) + SourceIndex(3) +5 >Emitted(59, 32) Source(27, 52) + SourceIndex(3) --- >>> var internalEnum; 1 >^^^^ @@ -4220,9 +4227,9 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ 2 > export enum 3 > internalEnum { a, b, c } -1 >Emitted(59, 5) Source(28, 20) + SourceIndex(3) -2 >Emitted(59, 9) Source(28, 32) + SourceIndex(3) -3 >Emitted(59, 21) Source(28, 56) + SourceIndex(3) +1 >Emitted(60, 5) Source(28, 20) + SourceIndex(3) +2 >Emitted(60, 9) Source(28, 32) + SourceIndex(3) +3 >Emitted(60, 21) Source(28, 56) + SourceIndex(3) --- >>> (function (internalEnum) { 1->^^^^ @@ -4232,9 +4239,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > export enum 3 > internalEnum -1->Emitted(60, 5) Source(28, 20) + SourceIndex(3) -2 >Emitted(60, 16) Source(28, 32) + SourceIndex(3) -3 >Emitted(60, 28) Source(28, 44) + SourceIndex(3) +1->Emitted(61, 5) Source(28, 20) + SourceIndex(3) +2 >Emitted(61, 16) Source(28, 32) + SourceIndex(3) +3 >Emitted(61, 28) Source(28, 44) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -4244,9 +4251,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(61, 9) Source(28, 47) + SourceIndex(3) -2 >Emitted(61, 50) Source(28, 48) + SourceIndex(3) -3 >Emitted(61, 51) Source(28, 48) + SourceIndex(3) +1->Emitted(62, 9) Source(28, 47) + SourceIndex(3) +2 >Emitted(62, 50) Source(28, 48) + SourceIndex(3) +3 >Emitted(62, 51) Source(28, 48) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -4256,9 +4263,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(62, 9) Source(28, 50) + SourceIndex(3) -2 >Emitted(62, 50) Source(28, 51) + SourceIndex(3) -3 >Emitted(62, 51) Source(28, 51) + SourceIndex(3) +1->Emitted(63, 9) Source(28, 50) + SourceIndex(3) +2 >Emitted(63, 50) Source(28, 51) + SourceIndex(3) +3 >Emitted(63, 51) Source(28, 51) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -4268,9 +4275,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(63, 9) Source(28, 53) + SourceIndex(3) -2 >Emitted(63, 50) Source(28, 54) + SourceIndex(3) -3 >Emitted(63, 51) Source(28, 54) + SourceIndex(3) +1->Emitted(64, 9) Source(28, 53) + SourceIndex(3) +2 >Emitted(64, 50) Source(28, 54) + SourceIndex(3) +3 >Emitted(64, 51) Source(28, 54) + SourceIndex(3) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^ @@ -4291,15 +4298,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(64, 5) Source(28, 55) + SourceIndex(3) -2 >Emitted(64, 6) Source(28, 56) + SourceIndex(3) -3 >Emitted(64, 8) Source(28, 32) + SourceIndex(3) -4 >Emitted(64, 20) Source(28, 44) + SourceIndex(3) -5 >Emitted(64, 23) Source(28, 32) + SourceIndex(3) -6 >Emitted(64, 43) Source(28, 44) + SourceIndex(3) -7 >Emitted(64, 48) Source(28, 32) + SourceIndex(3) -8 >Emitted(64, 68) Source(28, 44) + SourceIndex(3) -9 >Emitted(64, 76) Source(28, 56) + SourceIndex(3) +1->Emitted(65, 5) Source(28, 55) + SourceIndex(3) +2 >Emitted(65, 6) Source(28, 56) + SourceIndex(3) +3 >Emitted(65, 8) Source(28, 32) + SourceIndex(3) +4 >Emitted(65, 20) Source(28, 44) + SourceIndex(3) +5 >Emitted(65, 23) Source(28, 32) + SourceIndex(3) +6 >Emitted(65, 43) Source(28, 44) + SourceIndex(3) +7 >Emitted(65, 48) Source(28, 32) + SourceIndex(3) +8 >Emitted(65, 68) Source(28, 44) + SourceIndex(3) +9 >Emitted(65, 76) Source(28, 56) + SourceIndex(3) --- >>>})(normalN || (normalN = {})); 1 > @@ -4327,26 +4334,26 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ export const internalConst = 10; > /**@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(65, 1) Source(29, 1) + SourceIndex(3) -2 >Emitted(65, 2) Source(29, 2) + SourceIndex(3) -3 >Emitted(65, 4) Source(20, 11) + SourceIndex(3) -4 >Emitted(65, 11) Source(20, 18) + SourceIndex(3) -5 >Emitted(65, 16) Source(20, 11) + SourceIndex(3) -6 >Emitted(65, 23) Source(20, 18) + SourceIndex(3) -7 >Emitted(65, 31) Source(29, 2) + SourceIndex(3) +1 >Emitted(66, 1) Source(29, 1) + SourceIndex(3) +2 >Emitted(66, 2) Source(29, 2) + SourceIndex(3) +3 >Emitted(66, 4) Source(20, 11) + SourceIndex(3) +4 >Emitted(66, 11) Source(20, 18) + SourceIndex(3) +5 >Emitted(66, 16) Source(20, 11) + SourceIndex(3) +6 >Emitted(66, 23) Source(20, 18) + SourceIndex(3) +7 >Emitted(66, 31) Source(29, 2) + SourceIndex(3) --- >>>var internalC = (function () { 1-> 2 >^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> >/**@internal*/ -1->Emitted(66, 1) Source(30, 16) + SourceIndex(3) +1->Emitted(67, 1) Source(30, 16) + SourceIndex(3) --- >>> function internalC() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(67, 5) Source(30, 16) + SourceIndex(3) +1->Emitted(68, 5) Source(30, 16) + SourceIndex(3) --- >>> } 1->^^^^ @@ -4354,16 +4361,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->class internalC { 2 > } -1->Emitted(68, 5) Source(30, 33) + SourceIndex(3) -2 >Emitted(68, 6) Source(30, 34) + SourceIndex(3) +1->Emitted(69, 5) Source(30, 33) + SourceIndex(3) +2 >Emitted(69, 6) Source(30, 34) + SourceIndex(3) --- >>> return internalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(69, 5) Source(30, 33) + SourceIndex(3) -2 >Emitted(69, 21) Source(30, 34) + SourceIndex(3) +1->Emitted(70, 5) Source(30, 33) + SourceIndex(3) +2 >Emitted(70, 21) Source(30, 34) + SourceIndex(3) --- >>>}()); 1 > @@ -4375,10 +4382,10 @@ sourceFile:../../../second/second_part1.ts 2 >} 3 > 4 > class internalC {} -1 >Emitted(70, 1) Source(30, 33) + SourceIndex(3) -2 >Emitted(70, 2) Source(30, 34) + SourceIndex(3) -3 >Emitted(70, 2) Source(30, 16) + SourceIndex(3) -4 >Emitted(70, 6) Source(30, 34) + SourceIndex(3) +1 >Emitted(71, 1) Source(30, 33) + SourceIndex(3) +2 >Emitted(71, 2) Source(30, 34) + SourceIndex(3) +3 >Emitted(71, 2) Source(30, 16) + SourceIndex(3) +4 >Emitted(71, 6) Source(30, 34) + SourceIndex(3) --- >>>function internalfoo() { } 1-> @@ -4392,11 +4399,11 @@ sourceFile:../../../second/second_part1.ts 3 > internalfoo 4 > () { 5 > } -1->Emitted(71, 1) Source(31, 16) + SourceIndex(3) -2 >Emitted(71, 10) Source(31, 25) + SourceIndex(3) -3 >Emitted(71, 21) Source(31, 36) + SourceIndex(3) -4 >Emitted(71, 26) Source(31, 40) + SourceIndex(3) -5 >Emitted(71, 27) Source(31, 41) + SourceIndex(3) +1->Emitted(72, 1) Source(31, 16) + SourceIndex(3) +2 >Emitted(72, 10) Source(31, 25) + SourceIndex(3) +3 >Emitted(72, 21) Source(31, 36) + SourceIndex(3) +4 >Emitted(72, 26) Source(31, 40) + SourceIndex(3) +5 >Emitted(72, 27) Source(31, 41) + SourceIndex(3) --- >>>var internalNamespace; 1 > @@ -4409,10 +4416,10 @@ sourceFile:../../../second/second_part1.ts 2 >namespace 3 > internalNamespace 4 > { export class someClass {} } -1 >Emitted(72, 1) Source(32, 16) + SourceIndex(3) -2 >Emitted(72, 5) Source(32, 26) + SourceIndex(3) -3 >Emitted(72, 22) Source(32, 43) + SourceIndex(3) -4 >Emitted(72, 23) Source(32, 73) + SourceIndex(3) +1 >Emitted(73, 1) Source(32, 16) + SourceIndex(3) +2 >Emitted(73, 5) Source(32, 26) + SourceIndex(3) +3 >Emitted(73, 22) Source(32, 43) + SourceIndex(3) +4 >Emitted(73, 23) Source(32, 73) + SourceIndex(3) --- >>>(function (internalNamespace) { 1-> @@ -4422,21 +4429,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > internalNamespace -1->Emitted(73, 1) Source(32, 16) + SourceIndex(3) -2 >Emitted(73, 12) Source(32, 26) + SourceIndex(3) -3 >Emitted(73, 29) Source(32, 43) + SourceIndex(3) +1->Emitted(74, 1) Source(32, 16) + SourceIndex(3) +2 >Emitted(74, 12) Source(32, 26) + SourceIndex(3) +3 >Emitted(74, 29) Source(32, 43) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(74, 5) Source(32, 46) + SourceIndex(3) +1->Emitted(75, 5) Source(32, 46) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(75, 9) Source(32, 46) + SourceIndex(3) +1->Emitted(76, 9) Source(32, 46) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -4444,16 +4451,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(76, 9) Source(32, 70) + SourceIndex(3) -2 >Emitted(76, 10) Source(32, 71) + SourceIndex(3) +1->Emitted(77, 9) Source(32, 70) + SourceIndex(3) +2 >Emitted(77, 10) Source(32, 71) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(77, 9) Source(32, 70) + SourceIndex(3) -2 >Emitted(77, 25) Source(32, 71) + SourceIndex(3) +1->Emitted(78, 9) Source(32, 70) + SourceIndex(3) +2 >Emitted(78, 25) Source(32, 71) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -4465,10 +4472,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(78, 5) Source(32, 70) + SourceIndex(3) -2 >Emitted(78, 6) Source(32, 71) + SourceIndex(3) -3 >Emitted(78, 6) Source(32, 46) + SourceIndex(3) -4 >Emitted(78, 10) Source(32, 71) + SourceIndex(3) +1 >Emitted(79, 5) Source(32, 70) + SourceIndex(3) +2 >Emitted(79, 6) Source(32, 71) + SourceIndex(3) +3 >Emitted(79, 6) Source(32, 46) + SourceIndex(3) +4 >Emitted(79, 10) Source(32, 71) + SourceIndex(3) --- >>> internalNamespace.someClass = someClass; 1->^^^^ @@ -4480,10 +4487,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(79, 5) Source(32, 59) + SourceIndex(3) -2 >Emitted(79, 32) Source(32, 68) + SourceIndex(3) -3 >Emitted(79, 44) Source(32, 71) + SourceIndex(3) -4 >Emitted(79, 45) Source(32, 71) + SourceIndex(3) +1->Emitted(80, 5) Source(32, 59) + SourceIndex(3) +2 >Emitted(80, 32) Source(32, 68) + SourceIndex(3) +3 >Emitted(80, 44) Source(32, 71) + SourceIndex(3) +4 >Emitted(80, 45) Source(32, 71) + SourceIndex(3) --- >>>})(internalNamespace || (internalNamespace = {})); 1-> @@ -4500,13 +4507,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalNamespace 7 > { export class someClass {} } -1->Emitted(80, 1) Source(32, 72) + SourceIndex(3) -2 >Emitted(80, 2) Source(32, 73) + SourceIndex(3) -3 >Emitted(80, 4) Source(32, 26) + SourceIndex(3) -4 >Emitted(80, 21) Source(32, 43) + SourceIndex(3) -5 >Emitted(80, 26) Source(32, 26) + SourceIndex(3) -6 >Emitted(80, 43) Source(32, 43) + SourceIndex(3) -7 >Emitted(80, 51) Source(32, 73) + SourceIndex(3) +1->Emitted(81, 1) Source(32, 72) + SourceIndex(3) +2 >Emitted(81, 2) Source(32, 73) + SourceIndex(3) +3 >Emitted(81, 4) Source(32, 26) + SourceIndex(3) +4 >Emitted(81, 21) Source(32, 43) + SourceIndex(3) +5 >Emitted(81, 26) Source(32, 26) + SourceIndex(3) +6 >Emitted(81, 43) Source(32, 43) + SourceIndex(3) +7 >Emitted(81, 51) Source(32, 73) + SourceIndex(3) --- >>>var internalOther; 1 > @@ -4519,10 +4526,10 @@ sourceFile:../../../second/second_part1.ts 2 >namespace 3 > internalOther 4 > .something { export class someClass {} } -1 >Emitted(81, 1) Source(33, 16) + SourceIndex(3) -2 >Emitted(81, 5) Source(33, 26) + SourceIndex(3) -3 >Emitted(81, 18) Source(33, 39) + SourceIndex(3) -4 >Emitted(81, 19) Source(33, 79) + SourceIndex(3) +1 >Emitted(82, 1) Source(33, 16) + SourceIndex(3) +2 >Emitted(82, 5) Source(33, 26) + SourceIndex(3) +3 >Emitted(82, 18) Source(33, 39) + SourceIndex(3) +4 >Emitted(82, 19) Source(33, 79) + SourceIndex(3) --- >>>(function (internalOther) { 1-> @@ -4531,9 +4538,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > internalOther -1->Emitted(82, 1) Source(33, 16) + SourceIndex(3) -2 >Emitted(82, 12) Source(33, 26) + SourceIndex(3) -3 >Emitted(82, 25) Source(33, 39) + SourceIndex(3) +1->Emitted(83, 1) Source(33, 16) + SourceIndex(3) +2 >Emitted(83, 12) Source(33, 26) + SourceIndex(3) +3 >Emitted(83, 25) Source(33, 39) + SourceIndex(3) --- >>> var something; 1 >^^^^ @@ -4545,10 +4552,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(83, 5) Source(33, 40) + SourceIndex(3) -2 >Emitted(83, 9) Source(33, 40) + SourceIndex(3) -3 >Emitted(83, 18) Source(33, 49) + SourceIndex(3) -4 >Emitted(83, 19) Source(33, 79) + SourceIndex(3) +1 >Emitted(84, 5) Source(33, 40) + SourceIndex(3) +2 >Emitted(84, 9) Source(33, 40) + SourceIndex(3) +3 >Emitted(84, 18) Source(33, 49) + SourceIndex(3) +4 >Emitted(84, 19) Source(33, 79) + SourceIndex(3) --- >>> (function (something) { 1->^^^^ @@ -4558,21 +4565,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(84, 5) Source(33, 40) + SourceIndex(3) -2 >Emitted(84, 16) Source(33, 40) + SourceIndex(3) -3 >Emitted(84, 25) Source(33, 49) + SourceIndex(3) +1->Emitted(85, 5) Source(33, 40) + SourceIndex(3) +2 >Emitted(85, 16) Source(33, 40) + SourceIndex(3) +3 >Emitted(85, 25) Source(33, 49) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(85, 9) Source(33, 52) + SourceIndex(3) +1->Emitted(86, 9) Source(33, 52) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(86, 13) Source(33, 52) + SourceIndex(3) +1->Emitted(87, 13) Source(33, 52) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -4580,16 +4587,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(87, 13) Source(33, 76) + SourceIndex(3) -2 >Emitted(87, 14) Source(33, 77) + SourceIndex(3) +1->Emitted(88, 13) Source(33, 76) + SourceIndex(3) +2 >Emitted(88, 14) Source(33, 77) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(88, 13) Source(33, 76) + SourceIndex(3) -2 >Emitted(88, 29) Source(33, 77) + SourceIndex(3) +1->Emitted(89, 13) Source(33, 76) + SourceIndex(3) +2 >Emitted(89, 29) Source(33, 77) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -4601,10 +4608,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(89, 9) Source(33, 76) + SourceIndex(3) -2 >Emitted(89, 10) Source(33, 77) + SourceIndex(3) -3 >Emitted(89, 10) Source(33, 52) + SourceIndex(3) -4 >Emitted(89, 14) Source(33, 77) + SourceIndex(3) +1 >Emitted(90, 9) Source(33, 76) + SourceIndex(3) +2 >Emitted(90, 10) Source(33, 77) + SourceIndex(3) +3 >Emitted(90, 10) Source(33, 52) + SourceIndex(3) +4 >Emitted(90, 14) Source(33, 77) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^ @@ -4616,10 +4623,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(90, 9) Source(33, 65) + SourceIndex(3) -2 >Emitted(90, 28) Source(33, 74) + SourceIndex(3) -3 >Emitted(90, 40) Source(33, 77) + SourceIndex(3) -4 >Emitted(90, 41) Source(33, 77) + SourceIndex(3) +1->Emitted(91, 9) Source(33, 65) + SourceIndex(3) +2 >Emitted(91, 28) Source(33, 74) + SourceIndex(3) +3 >Emitted(91, 40) Source(33, 77) + SourceIndex(3) +4 >Emitted(91, 41) Source(33, 77) + SourceIndex(3) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^ @@ -4640,15 +4647,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(91, 5) Source(33, 78) + SourceIndex(3) -2 >Emitted(91, 6) Source(33, 79) + SourceIndex(3) -3 >Emitted(91, 8) Source(33, 40) + SourceIndex(3) -4 >Emitted(91, 17) Source(33, 49) + SourceIndex(3) -5 >Emitted(91, 20) Source(33, 40) + SourceIndex(3) -6 >Emitted(91, 43) Source(33, 49) + SourceIndex(3) -7 >Emitted(91, 48) Source(33, 40) + SourceIndex(3) -8 >Emitted(91, 71) Source(33, 49) + SourceIndex(3) -9 >Emitted(91, 79) Source(33, 79) + SourceIndex(3) +1->Emitted(92, 5) Source(33, 78) + SourceIndex(3) +2 >Emitted(92, 6) Source(33, 79) + SourceIndex(3) +3 >Emitted(92, 8) Source(33, 40) + SourceIndex(3) +4 >Emitted(92, 17) Source(33, 49) + SourceIndex(3) +5 >Emitted(92, 20) Source(33, 40) + SourceIndex(3) +6 >Emitted(92, 43) Source(33, 49) + SourceIndex(3) +7 >Emitted(92, 48) Source(33, 40) + SourceIndex(3) +8 >Emitted(92, 71) Source(33, 49) + SourceIndex(3) +9 >Emitted(92, 79) Source(33, 79) + SourceIndex(3) --- >>>})(internalOther || (internalOther = {})); 1 > @@ -4666,13 +4673,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalOther 7 > .something { export class someClass {} } -1 >Emitted(92, 1) Source(33, 78) + SourceIndex(3) -2 >Emitted(92, 2) Source(33, 79) + SourceIndex(3) -3 >Emitted(92, 4) Source(33, 26) + SourceIndex(3) -4 >Emitted(92, 17) Source(33, 39) + SourceIndex(3) -5 >Emitted(92, 22) Source(33, 26) + SourceIndex(3) -6 >Emitted(92, 35) Source(33, 39) + SourceIndex(3) -7 >Emitted(92, 43) Source(33, 79) + SourceIndex(3) +1 >Emitted(93, 1) Source(33, 78) + SourceIndex(3) +2 >Emitted(93, 2) Source(33, 79) + SourceIndex(3) +3 >Emitted(93, 4) Source(33, 26) + SourceIndex(3) +4 >Emitted(93, 17) Source(33, 39) + SourceIndex(3) +5 >Emitted(93, 22) Source(33, 26) + SourceIndex(3) +6 >Emitted(93, 35) Source(33, 39) + SourceIndex(3) +7 >Emitted(93, 43) Source(33, 79) + SourceIndex(3) --- >>>var internalImport = internalNamespace.someClass; 1-> @@ -4692,14 +4699,14 @@ sourceFile:../../../second/second_part1.ts 6 > . 7 > someClass 8 > ; -1->Emitted(93, 1) Source(34, 16) + SourceIndex(3) -2 >Emitted(93, 5) Source(34, 23) + SourceIndex(3) -3 >Emitted(93, 19) Source(34, 37) + SourceIndex(3) -4 >Emitted(93, 22) Source(34, 40) + SourceIndex(3) -5 >Emitted(93, 39) Source(34, 57) + SourceIndex(3) -6 >Emitted(93, 40) Source(34, 58) + SourceIndex(3) -7 >Emitted(93, 49) Source(34, 67) + SourceIndex(3) -8 >Emitted(93, 50) Source(34, 68) + SourceIndex(3) +1->Emitted(94, 1) Source(34, 16) + SourceIndex(3) +2 >Emitted(94, 5) Source(34, 23) + SourceIndex(3) +3 >Emitted(94, 19) Source(34, 37) + SourceIndex(3) +4 >Emitted(94, 22) Source(34, 40) + SourceIndex(3) +5 >Emitted(94, 39) Source(34, 57) + SourceIndex(3) +6 >Emitted(94, 40) Source(34, 58) + SourceIndex(3) +7 >Emitted(94, 49) Source(34, 67) + SourceIndex(3) +8 >Emitted(94, 50) Source(34, 68) + SourceIndex(3) --- >>>var internalConst = 10; 1 > @@ -4716,12 +4723,12 @@ sourceFile:../../../second/second_part1.ts 4 > = 5 > 10 6 > ; -1 >Emitted(94, 1) Source(36, 16) + SourceIndex(3) -2 >Emitted(94, 5) Source(36, 22) + SourceIndex(3) -3 >Emitted(94, 18) Source(36, 35) + SourceIndex(3) -4 >Emitted(94, 21) Source(36, 38) + SourceIndex(3) -5 >Emitted(94, 23) Source(36, 40) + SourceIndex(3) -6 >Emitted(94, 24) Source(36, 41) + SourceIndex(3) +1 >Emitted(95, 1) Source(36, 16) + SourceIndex(3) +2 >Emitted(95, 5) Source(36, 22) + SourceIndex(3) +3 >Emitted(95, 18) Source(36, 35) + SourceIndex(3) +4 >Emitted(95, 21) Source(36, 38) + SourceIndex(3) +5 >Emitted(95, 23) Source(36, 40) + SourceIndex(3) +6 >Emitted(95, 24) Source(36, 41) + SourceIndex(3) --- >>>var internalEnum; 1 > @@ -4732,9 +4739,9 @@ sourceFile:../../../second/second_part1.ts >/**@internal*/ 2 >enum 3 > internalEnum { a, b, c } -1 >Emitted(95, 1) Source(37, 16) + SourceIndex(3) -2 >Emitted(95, 5) Source(37, 21) + SourceIndex(3) -3 >Emitted(95, 17) Source(37, 45) + SourceIndex(3) +1 >Emitted(96, 1) Source(37, 16) + SourceIndex(3) +2 >Emitted(96, 5) Source(37, 21) + SourceIndex(3) +3 >Emitted(96, 17) Source(37, 45) + SourceIndex(3) --- >>>(function (internalEnum) { 1-> @@ -4744,9 +4751,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >enum 3 > internalEnum -1->Emitted(96, 1) Source(37, 16) + SourceIndex(3) -2 >Emitted(96, 12) Source(37, 21) + SourceIndex(3) -3 >Emitted(96, 24) Source(37, 33) + SourceIndex(3) +1->Emitted(97, 1) Source(37, 16) + SourceIndex(3) +2 >Emitted(97, 12) Source(37, 21) + SourceIndex(3) +3 >Emitted(97, 24) Source(37, 33) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^ @@ -4756,9 +4763,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(97, 5) Source(37, 36) + SourceIndex(3) -2 >Emitted(97, 46) Source(37, 37) + SourceIndex(3) -3 >Emitted(97, 47) Source(37, 37) + SourceIndex(3) +1->Emitted(98, 5) Source(37, 36) + SourceIndex(3) +2 >Emitted(98, 46) Source(37, 37) + SourceIndex(3) +3 >Emitted(98, 47) Source(37, 37) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^ @@ -4768,9 +4775,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(98, 5) Source(37, 39) + SourceIndex(3) -2 >Emitted(98, 46) Source(37, 40) + SourceIndex(3) -3 >Emitted(98, 47) Source(37, 40) + SourceIndex(3) +1->Emitted(99, 5) Source(37, 39) + SourceIndex(3) +2 >Emitted(99, 46) Source(37, 40) + SourceIndex(3) +3 >Emitted(99, 47) Source(37, 40) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^ @@ -4779,9 +4786,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(99, 5) Source(37, 42) + SourceIndex(3) -2 >Emitted(99, 46) Source(37, 43) + SourceIndex(3) -3 >Emitted(99, 47) Source(37, 43) + SourceIndex(3) +1->Emitted(100, 5) Source(37, 42) + SourceIndex(3) +2 >Emitted(100, 46) Source(37, 43) + SourceIndex(3) +3 >Emitted(100, 47) Source(37, 43) + SourceIndex(3) --- >>>})(internalEnum || (internalEnum = {})); 1 > @@ -4798,13 +4805,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalEnum 7 > { a, b, c } -1 >Emitted(100, 1) Source(37, 44) + SourceIndex(3) -2 >Emitted(100, 2) Source(37, 45) + SourceIndex(3) -3 >Emitted(100, 4) Source(37, 21) + SourceIndex(3) -4 >Emitted(100, 16) Source(37, 33) + SourceIndex(3) -5 >Emitted(100, 21) Source(37, 21) + SourceIndex(3) -6 >Emitted(100, 33) Source(37, 33) + SourceIndex(3) -7 >Emitted(100, 41) Source(37, 45) + SourceIndex(3) +1 >Emitted(101, 1) Source(37, 44) + SourceIndex(3) +2 >Emitted(101, 2) Source(37, 45) + SourceIndex(3) +3 >Emitted(101, 4) Source(37, 21) + SourceIndex(3) +4 >Emitted(101, 16) Source(37, 33) + SourceIndex(3) +5 >Emitted(101, 21) Source(37, 21) + SourceIndex(3) +6 >Emitted(101, 33) Source(37, 33) + SourceIndex(3) +7 >Emitted(101, 41) Source(37, 45) + SourceIndex(3) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -4814,13 +4821,13 @@ sourceFile:../../../second/second_part2.ts 1 > 2 >^^^^^^^^^^^^^^^^^^^-> 1 > -1 >Emitted(101, 1) Source(1, 1) + SourceIndex(4) +1 >Emitted(102, 1) Source(1, 1) + SourceIndex(4) --- >>> function C() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(102, 5) Source(1, 1) + SourceIndex(4) +1->Emitted(103, 5) Source(1, 1) + SourceIndex(4) --- >>> } 1->^^^^ @@ -4832,8 +4839,8 @@ sourceFile:../../../second/second_part2.ts > } > 2 > } -1->Emitted(103, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(103, 6) Source(5, 2) + SourceIndex(4) +1->Emitted(104, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(104, 6) Source(5, 2) + SourceIndex(4) --- >>> C.prototype.doSomething = function () { 1->^^^^ @@ -4843,9 +4850,9 @@ sourceFile:../../../second/second_part2.ts 1-> 2 > doSomething 3 > -1->Emitted(104, 5) Source(2, 5) + SourceIndex(4) -2 >Emitted(104, 28) Source(2, 16) + SourceIndex(4) -3 >Emitted(104, 31) Source(2, 5) + SourceIndex(4) +1->Emitted(105, 5) Source(2, 5) + SourceIndex(4) +2 >Emitted(105, 28) Source(2, 16) + SourceIndex(4) +3 >Emitted(105, 31) Source(2, 5) + SourceIndex(4) --- >>> console.log("something got done"); 1->^^^^^^^^ @@ -4865,14 +4872,14 @@ sourceFile:../../../second/second_part2.ts 6 > "something got done" 7 > ) 8 > ; -1->Emitted(105, 9) Source(3, 9) + SourceIndex(4) -2 >Emitted(105, 16) Source(3, 16) + SourceIndex(4) -3 >Emitted(105, 17) Source(3, 17) + SourceIndex(4) -4 >Emitted(105, 20) Source(3, 20) + SourceIndex(4) -5 >Emitted(105, 21) Source(3, 21) + SourceIndex(4) -6 >Emitted(105, 41) Source(3, 41) + SourceIndex(4) -7 >Emitted(105, 42) Source(3, 42) + SourceIndex(4) -8 >Emitted(105, 43) Source(3, 43) + SourceIndex(4) +1->Emitted(106, 9) Source(3, 9) + SourceIndex(4) +2 >Emitted(106, 16) Source(3, 16) + SourceIndex(4) +3 >Emitted(106, 17) Source(3, 17) + SourceIndex(4) +4 >Emitted(106, 20) Source(3, 20) + SourceIndex(4) +5 >Emitted(106, 21) Source(3, 21) + SourceIndex(4) +6 >Emitted(106, 41) Source(3, 41) + SourceIndex(4) +7 >Emitted(106, 42) Source(3, 42) + SourceIndex(4) +8 >Emitted(106, 43) Source(3, 43) + SourceIndex(4) --- >>> }; 1 >^^^^ @@ -4881,8 +4888,8 @@ sourceFile:../../../second/second_part2.ts 1 > > 2 > } -1 >Emitted(106, 5) Source(4, 5) + SourceIndex(4) -2 >Emitted(106, 6) Source(4, 6) + SourceIndex(4) +1 >Emitted(107, 5) Source(4, 5) + SourceIndex(4) +2 >Emitted(107, 6) Source(4, 6) + SourceIndex(4) --- >>> return C; 1->^^^^ @@ -4890,8 +4897,8 @@ sourceFile:../../../second/second_part2.ts 1-> > 2 > } -1->Emitted(107, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(107, 13) Source(5, 2) + SourceIndex(4) +1->Emitted(108, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(108, 13) Source(5, 2) + SourceIndex(4) --- >>>}()); 1 > @@ -4907,10 +4914,10 @@ sourceFile:../../../second/second_part2.ts > console.log("something got done"); > } > } -1 >Emitted(108, 1) Source(5, 1) + SourceIndex(4) -2 >Emitted(108, 2) Source(5, 2) + SourceIndex(4) -3 >Emitted(108, 2) Source(1, 1) + SourceIndex(4) -4 >Emitted(108, 6) Source(5, 2) + SourceIndex(4) +1 >Emitted(109, 1) Source(5, 1) + SourceIndex(4) +2 >Emitted(109, 2) Source(5, 2) + SourceIndex(4) +3 >Emitted(109, 2) Source(1, 1) + SourceIndex(4) +4 >Emitted(109, 6) Source(5, 2) + SourceIndex(4) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -4934,14 +4941,14 @@ sourceFile:../../third_part1.ts 6 > C 7 > () 8 > ; -1->Emitted(109, 1) Source(1, 1) + SourceIndex(5) -2 >Emitted(109, 5) Source(1, 5) + SourceIndex(5) -3 >Emitted(109, 6) Source(1, 6) + SourceIndex(5) -4 >Emitted(109, 9) Source(1, 9) + SourceIndex(5) -5 >Emitted(109, 13) Source(1, 13) + SourceIndex(5) -6 >Emitted(109, 14) Source(1, 14) + SourceIndex(5) -7 >Emitted(109, 16) Source(1, 16) + SourceIndex(5) -8 >Emitted(109, 17) Source(1, 17) + SourceIndex(5) +1->Emitted(110, 1) Source(1, 1) + SourceIndex(5) +2 >Emitted(110, 5) Source(1, 5) + SourceIndex(5) +3 >Emitted(110, 6) Source(1, 6) + SourceIndex(5) +4 >Emitted(110, 9) Source(1, 9) + SourceIndex(5) +5 >Emitted(110, 13) Source(1, 13) + SourceIndex(5) +6 >Emitted(110, 14) Source(1, 14) + SourceIndex(5) +7 >Emitted(110, 16) Source(1, 16) + SourceIndex(5) +8 >Emitted(110, 17) Source(1, 17) + SourceIndex(5) --- >>>c.doSomething(); 1-> @@ -4958,12 +4965,12 @@ sourceFile:../../third_part1.ts 4 > doSomething 5 > () 6 > ; -1->Emitted(110, 1) Source(2, 1) + SourceIndex(5) -2 >Emitted(110, 2) Source(2, 2) + SourceIndex(5) -3 >Emitted(110, 3) Source(2, 3) + SourceIndex(5) -4 >Emitted(110, 14) Source(2, 14) + SourceIndex(5) -5 >Emitted(110, 16) Source(2, 16) + SourceIndex(5) -6 >Emitted(110, 17) Source(2, 17) + SourceIndex(5) +1->Emitted(111, 1) Source(2, 1) + SourceIndex(5) +2 >Emitted(111, 2) Source(2, 2) + SourceIndex(5) +3 >Emitted(111, 3) Source(2, 3) + SourceIndex(5) +4 >Emitted(111, 14) Source(2, 14) + SourceIndex(5) +5 >Emitted(111, 16) Source(2, 16) + SourceIndex(5) +6 >Emitted(111, 17) Source(2, 17) + SourceIndex(5) --- >>>//# sourceMappingURL=third-output.js.map @@ -4991,20 +4998,20 @@ sourceFile:../../third_part1.ts }, { "pos": 110, - "end": 3162, + "end": 3180, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 110, - "end": 3162, + "end": 3180, "kind": "text" } ] }, { - "pos": 3162, - "end": 3198, + "pos": 3180, + "end": 3216, "kind": "text" } ] @@ -5063,9 +5070,9 @@ function f() { } ---------------------------------------------------------------------- -prepend: (110-3162):: ../../../2/second-output.js texts:: 1 +prepend: (110-3180):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (110-3162) +text: (110-3180) var N; (function (N) { function f() { @@ -5076,8 +5083,9 @@ var N; var normalC = (function () { function normalC() { } - normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: true, @@ -5170,7 +5178,7 @@ var C = (function () { }()); ---------------------------------------------------------------------- -text: (3162-3198) +text: (3180-3216) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/initial-Build/stripInternal-jsdoc-style-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js b/tests/baselines/reference/tsbuild/outfile-concat/initial-Build/stripInternal-jsdoc-style-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js index 0890b8d81889c..4ec2839e90b40 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/initial-Build/stripInternal-jsdoc-style-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/initial-Build/stripInternal-jsdoc-style-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js @@ -989,8 +989,9 @@ var N; var normalC = /** @class */ (function () { /**@internal*/ function normalC() { } - /**@internal*/ normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + /**@internal*/ proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { /**@internal*/ get: function () { return 10; }, /**@internal*/ set: function (val) { }, enumerable: true, @@ -1084,7 +1085,7 @@ var C = /** @class */ (function () { //# sourceMappingURL=second-output.js.map //// [/src/2/second-output.js.map] -{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../first/first_PART1.ts","../first/first_part2.ts","../first/first_part3.ts","../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../first/first_PART1.ts","../first/first_part2.ts","../first/first_part3.ts","../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"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"} //// [/src/2/second-output.js.map.baseline.txt] =================================================================== @@ -1390,49 +1391,50 @@ sourceFile:../second/second_part1.ts >>> } 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >constructor() { 2 > } 1 >Emitted(16, 5) Source(14, 36) + SourceIndex(3) 2 >Emitted(16, 6) Source(14, 37) + SourceIndex(3) --- ->>> /**@internal*/ normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> /**@internal*/ proto_1.method = function () { }; 1->^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^ -4 > ^^^^^^^^^^^^^^^^^^^^^^^^ -5 > ^^^ -6 > ^^^^^^^^^^^^^^ -7 > ^ +4 > ^^^^^^^^^^^^^^ +5 > ^^^ +6 > ^^^^^^^^^^^^^^ +7 > ^ 1-> > /**@internal*/ prop: string; > 2 > /**@internal*/ 3 > 4 > method -5 > -6 > method() { -7 > } -1->Emitted(17, 5) Source(16, 5) + SourceIndex(3) -2 >Emitted(17, 19) Source(16, 19) + SourceIndex(3) -3 >Emitted(17, 20) Source(16, 20) + SourceIndex(3) -4 >Emitted(17, 44) Source(16, 26) + SourceIndex(3) -5 >Emitted(17, 47) Source(16, 20) + SourceIndex(3) -6 >Emitted(17, 61) Source(16, 31) + SourceIndex(3) -7 >Emitted(17, 62) Source(16, 32) + SourceIndex(3) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +5 > +6 > method() { +7 > } +1->Emitted(18, 5) Source(16, 5) + SourceIndex(3) +2 >Emitted(18, 19) Source(16, 19) + SourceIndex(3) +3 >Emitted(18, 20) Source(16, 20) + SourceIndex(3) +4 >Emitted(18, 34) Source(16, 26) + SourceIndex(3) +5 >Emitted(18, 37) Source(16, 20) + SourceIndex(3) +6 >Emitted(18, 51) Source(16, 31) + SourceIndex(3) +7 >Emitted(18, 52) Source(16, 32) + SourceIndex(3) +--- +>>> Object.defineProperty(proto_1, "c", { 1 >^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ -4 > ^^^^^^^^-> +3 > ^^^^^^^^^^^^ +4 > ^^^^^^^^^^^^^^^^^^-> 1 > > /**@internal*/ 2 > get 3 > c -1 >Emitted(18, 5) Source(17, 20) + SourceIndex(3) -2 >Emitted(18, 27) Source(17, 24) + SourceIndex(3) -3 >Emitted(18, 49) Source(17, 25) + SourceIndex(3) +1 >Emitted(19, 5) Source(17, 20) + SourceIndex(3) +2 >Emitted(19, 27) Source(17, 24) + SourceIndex(3) +3 >Emitted(19, 39) Source(17, 25) + SourceIndex(3) --- >>> /**@internal*/ get: function () { return 10; }, 1->^^^^^^^^ @@ -1453,15 +1455,15 @@ sourceFile:../second/second_part1.ts 7 > ; 8 > 9 > } -1->Emitted(19, 9) Source(17, 5) + SourceIndex(3) -2 >Emitted(19, 23) Source(17, 19) + SourceIndex(3) -3 >Emitted(19, 29) Source(17, 20) + SourceIndex(3) -4 >Emitted(19, 43) Source(17, 30) + SourceIndex(3) -5 >Emitted(19, 50) Source(17, 37) + SourceIndex(3) -6 >Emitted(19, 52) Source(17, 39) + SourceIndex(3) -7 >Emitted(19, 53) Source(17, 40) + SourceIndex(3) -8 >Emitted(19, 54) Source(17, 41) + SourceIndex(3) -9 >Emitted(19, 55) Source(17, 42) + SourceIndex(3) +1->Emitted(20, 9) Source(17, 5) + SourceIndex(3) +2 >Emitted(20, 23) Source(17, 19) + SourceIndex(3) +3 >Emitted(20, 29) Source(17, 20) + SourceIndex(3) +4 >Emitted(20, 43) Source(17, 30) + SourceIndex(3) +5 >Emitted(20, 50) Source(17, 37) + SourceIndex(3) +6 >Emitted(20, 52) Source(17, 39) + SourceIndex(3) +7 >Emitted(20, 53) Source(17, 40) + SourceIndex(3) +8 >Emitted(20, 54) Source(17, 41) + SourceIndex(3) +9 >Emitted(20, 55) Source(17, 42) + SourceIndex(3) --- >>> /**@internal*/ set: function (val) { }, 1 >^^^^^^^^ @@ -1479,13 +1481,13 @@ sourceFile:../second/second_part1.ts 5 > val: number 6 > ) { 7 > } -1 >Emitted(20, 9) Source(18, 5) + SourceIndex(3) -2 >Emitted(20, 23) Source(18, 19) + SourceIndex(3) -3 >Emitted(20, 29) Source(18, 20) + SourceIndex(3) -4 >Emitted(20, 39) Source(18, 26) + SourceIndex(3) -5 >Emitted(20, 42) Source(18, 37) + SourceIndex(3) -6 >Emitted(20, 46) Source(18, 41) + SourceIndex(3) -7 >Emitted(20, 47) Source(18, 42) + SourceIndex(3) +1 >Emitted(21, 9) Source(18, 5) + SourceIndex(3) +2 >Emitted(21, 23) Source(18, 19) + SourceIndex(3) +3 >Emitted(21, 29) Source(18, 20) + SourceIndex(3) +4 >Emitted(21, 39) Source(18, 26) + SourceIndex(3) +5 >Emitted(21, 42) Source(18, 37) + SourceIndex(3) +6 >Emitted(21, 46) Source(18, 41) + SourceIndex(3) +7 >Emitted(21, 47) Source(18, 42) + SourceIndex(3) --- >>> enumerable: true, >>> configurable: true @@ -1493,7 +1495,7 @@ sourceFile:../second/second_part1.ts 1 >^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(23, 8) Source(17, 42) + SourceIndex(3) +1 >Emitted(24, 8) Source(17, 42) + SourceIndex(3) --- >>> return normalC; 1->^^^^ @@ -1502,8 +1504,8 @@ sourceFile:../second/second_part1.ts > /**@internal*/ set c(val: number) { } > 2 > } -1->Emitted(24, 5) Source(19, 1) + SourceIndex(3) -2 >Emitted(24, 19) Source(19, 2) + SourceIndex(3) +1->Emitted(25, 5) Source(19, 1) + SourceIndex(3) +2 >Emitted(25, 19) Source(19, 2) + SourceIndex(3) --- >>>}()); 1 > @@ -1521,10 +1523,10 @@ sourceFile:../second/second_part1.ts > /**@internal*/ get c() { return 10; } > /**@internal*/ set c(val: number) { } > } -1 >Emitted(25, 1) Source(19, 1) + SourceIndex(3) -2 >Emitted(25, 2) Source(19, 2) + SourceIndex(3) -3 >Emitted(25, 2) Source(13, 1) + SourceIndex(3) -4 >Emitted(25, 6) Source(19, 2) + SourceIndex(3) +1 >Emitted(26, 1) Source(19, 1) + SourceIndex(3) +2 >Emitted(26, 2) Source(19, 2) + SourceIndex(3) +3 >Emitted(26, 2) Source(13, 1) + SourceIndex(3) +4 >Emitted(26, 6) Source(19, 2) + SourceIndex(3) --- >>>var normalN; 1-> @@ -1546,10 +1548,10 @@ sourceFile:../second/second_part1.ts > /**@internal*/ export const internalConst = 10; > /**@internal*/ export enum internalEnum { a, b, c } > } -1->Emitted(26, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(26, 5) Source(20, 11) + SourceIndex(3) -3 >Emitted(26, 12) Source(20, 18) + SourceIndex(3) -4 >Emitted(26, 13) Source(29, 2) + SourceIndex(3) +1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(27, 5) Source(20, 11) + SourceIndex(3) +3 >Emitted(27, 12) Source(20, 18) + SourceIndex(3) +4 >Emitted(27, 13) Source(29, 2) + SourceIndex(3) --- >>>(function (normalN) { 1-> @@ -1559,9 +1561,9 @@ sourceFile:../second/second_part1.ts 1-> 2 >namespace 3 > normalN -1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(27, 12) Source(20, 11) + SourceIndex(3) -3 >Emitted(27, 19) Source(20, 18) + SourceIndex(3) +1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(28, 12) Source(20, 11) + SourceIndex(3) +3 >Emitted(28, 19) Source(20, 18) + SourceIndex(3) --- >>> /**@internal*/ var C = /** @class */ (function () { 1->^^^^ @@ -1572,15 +1574,15 @@ sourceFile:../second/second_part1.ts > 2 > /**@internal*/ 3 > -1->Emitted(28, 5) Source(21, 5) + SourceIndex(3) -2 >Emitted(28, 19) Source(21, 19) + SourceIndex(3) -3 >Emitted(28, 20) Source(21, 20) + SourceIndex(3) +1->Emitted(29, 5) Source(21, 5) + SourceIndex(3) +2 >Emitted(29, 19) Source(21, 19) + SourceIndex(3) +3 >Emitted(29, 20) Source(21, 20) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(29, 9) Source(21, 20) + SourceIndex(3) +1->Emitted(30, 9) Source(21, 20) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -1588,16 +1590,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(30, 9) Source(21, 37) + SourceIndex(3) -2 >Emitted(30, 10) Source(21, 38) + SourceIndex(3) +1->Emitted(31, 9) Source(21, 37) + SourceIndex(3) +2 >Emitted(31, 10) Source(21, 38) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(31, 9) Source(21, 37) + SourceIndex(3) -2 >Emitted(31, 17) Source(21, 38) + SourceIndex(3) +1->Emitted(32, 9) Source(21, 37) + SourceIndex(3) +2 >Emitted(32, 17) Source(21, 38) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -1609,10 +1611,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(32, 5) Source(21, 37) + SourceIndex(3) -2 >Emitted(32, 6) Source(21, 38) + SourceIndex(3) -3 >Emitted(32, 6) Source(21, 20) + SourceIndex(3) -4 >Emitted(32, 10) Source(21, 38) + SourceIndex(3) +1 >Emitted(33, 5) Source(21, 37) + SourceIndex(3) +2 >Emitted(33, 6) Source(21, 38) + SourceIndex(3) +3 >Emitted(33, 6) Source(21, 20) + SourceIndex(3) +4 >Emitted(33, 10) Source(21, 38) + SourceIndex(3) --- >>> normalN.C = C; 1->^^^^ @@ -1624,10 +1626,10 @@ sourceFile:../second/second_part1.ts 2 > C 3 > { } 4 > -1->Emitted(33, 5) Source(21, 33) + SourceIndex(3) -2 >Emitted(33, 14) Source(21, 34) + SourceIndex(3) -3 >Emitted(33, 18) Source(21, 38) + SourceIndex(3) -4 >Emitted(33, 19) Source(21, 38) + SourceIndex(3) +1->Emitted(34, 5) Source(21, 33) + SourceIndex(3) +2 >Emitted(34, 14) Source(21, 34) + SourceIndex(3) +3 >Emitted(34, 18) Source(21, 38) + SourceIndex(3) +4 >Emitted(34, 19) Source(21, 38) + SourceIndex(3) --- >>> /**@internal*/ function foo() { } 1->^^^^ @@ -1645,13 +1647,13 @@ sourceFile:../second/second_part1.ts 5 > foo 6 > () { 7 > } -1->Emitted(34, 5) Source(22, 5) + SourceIndex(3) -2 >Emitted(34, 19) Source(22, 19) + SourceIndex(3) -3 >Emitted(34, 20) Source(22, 20) + SourceIndex(3) -4 >Emitted(34, 29) Source(22, 36) + SourceIndex(3) -5 >Emitted(34, 32) Source(22, 39) + SourceIndex(3) -6 >Emitted(34, 37) Source(22, 43) + SourceIndex(3) -7 >Emitted(34, 38) Source(22, 44) + SourceIndex(3) +1->Emitted(35, 5) Source(22, 5) + SourceIndex(3) +2 >Emitted(35, 19) Source(22, 19) + SourceIndex(3) +3 >Emitted(35, 20) Source(22, 20) + SourceIndex(3) +4 >Emitted(35, 29) Source(22, 36) + SourceIndex(3) +5 >Emitted(35, 32) Source(22, 39) + SourceIndex(3) +6 >Emitted(35, 37) Source(22, 43) + SourceIndex(3) +7 >Emitted(35, 38) Source(22, 44) + SourceIndex(3) --- >>> normalN.foo = foo; 1 >^^^^ @@ -1663,10 +1665,10 @@ sourceFile:../second/second_part1.ts 2 > foo 3 > () {} 4 > -1 >Emitted(35, 5) Source(22, 36) + SourceIndex(3) -2 >Emitted(35, 16) Source(22, 39) + SourceIndex(3) -3 >Emitted(35, 22) Source(22, 44) + SourceIndex(3) -4 >Emitted(35, 23) Source(22, 44) + SourceIndex(3) +1 >Emitted(36, 5) Source(22, 36) + SourceIndex(3) +2 >Emitted(36, 16) Source(22, 39) + SourceIndex(3) +3 >Emitted(36, 22) Source(22, 44) + SourceIndex(3) +4 >Emitted(36, 23) Source(22, 44) + SourceIndex(3) --- >>> /**@internal*/ var someNamespace; 1->^^^^ @@ -1682,12 +1684,12 @@ sourceFile:../second/second_part1.ts 4 > export namespace 5 > someNamespace 6 > { export class C {} } -1->Emitted(36, 5) Source(23, 5) + SourceIndex(3) -2 >Emitted(36, 19) Source(23, 19) + SourceIndex(3) -3 >Emitted(36, 20) Source(23, 20) + SourceIndex(3) -4 >Emitted(36, 24) Source(23, 37) + SourceIndex(3) -5 >Emitted(36, 37) Source(23, 50) + SourceIndex(3) -6 >Emitted(36, 38) Source(23, 72) + SourceIndex(3) +1->Emitted(37, 5) Source(23, 5) + SourceIndex(3) +2 >Emitted(37, 19) Source(23, 19) + SourceIndex(3) +3 >Emitted(37, 20) Source(23, 20) + SourceIndex(3) +4 >Emitted(37, 24) Source(23, 37) + SourceIndex(3) +5 >Emitted(37, 37) Source(23, 50) + SourceIndex(3) +6 >Emitted(37, 38) Source(23, 72) + SourceIndex(3) --- >>> (function (someNamespace) { 1 >^^^^ @@ -1697,21 +1699,21 @@ sourceFile:../second/second_part1.ts 1 > 2 > export namespace 3 > someNamespace -1 >Emitted(37, 5) Source(23, 20) + SourceIndex(3) -2 >Emitted(37, 16) Source(23, 37) + SourceIndex(3) -3 >Emitted(37, 29) Source(23, 50) + SourceIndex(3) +1 >Emitted(38, 5) Source(23, 20) + SourceIndex(3) +2 >Emitted(38, 16) Source(23, 37) + SourceIndex(3) +3 >Emitted(38, 29) Source(23, 50) + SourceIndex(3) --- >>> var C = /** @class */ (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(38, 9) Source(23, 53) + SourceIndex(3) +1->Emitted(39, 9) Source(23, 53) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(39, 13) Source(23, 53) + SourceIndex(3) +1->Emitted(40, 13) Source(23, 53) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -1719,16 +1721,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(40, 13) Source(23, 69) + SourceIndex(3) -2 >Emitted(40, 14) Source(23, 70) + SourceIndex(3) +1->Emitted(41, 13) Source(23, 69) + SourceIndex(3) +2 >Emitted(41, 14) Source(23, 70) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(41, 13) Source(23, 69) + SourceIndex(3) -2 >Emitted(41, 21) Source(23, 70) + SourceIndex(3) +1->Emitted(42, 13) Source(23, 69) + SourceIndex(3) +2 >Emitted(42, 21) Source(23, 70) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -1740,10 +1742,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(42, 9) Source(23, 69) + SourceIndex(3) -2 >Emitted(42, 10) Source(23, 70) + SourceIndex(3) -3 >Emitted(42, 10) Source(23, 53) + SourceIndex(3) -4 >Emitted(42, 14) Source(23, 70) + SourceIndex(3) +1 >Emitted(43, 9) Source(23, 69) + SourceIndex(3) +2 >Emitted(43, 10) Source(23, 70) + SourceIndex(3) +3 >Emitted(43, 10) Source(23, 53) + SourceIndex(3) +4 >Emitted(43, 14) Source(23, 70) + SourceIndex(3) --- >>> someNamespace.C = C; 1->^^^^^^^^ @@ -1755,10 +1757,10 @@ sourceFile:../second/second_part1.ts 2 > C 3 > {} 4 > -1->Emitted(43, 9) Source(23, 66) + SourceIndex(3) -2 >Emitted(43, 24) Source(23, 67) + SourceIndex(3) -3 >Emitted(43, 28) Source(23, 70) + SourceIndex(3) -4 >Emitted(43, 29) Source(23, 70) + SourceIndex(3) +1->Emitted(44, 9) Source(23, 66) + SourceIndex(3) +2 >Emitted(44, 24) Source(23, 67) + SourceIndex(3) +3 >Emitted(44, 28) Source(23, 70) + SourceIndex(3) +4 >Emitted(44, 29) Source(23, 70) + SourceIndex(3) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^ @@ -1779,15 +1781,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(44, 5) Source(23, 71) + SourceIndex(3) -2 >Emitted(44, 6) Source(23, 72) + SourceIndex(3) -3 >Emitted(44, 8) Source(23, 37) + SourceIndex(3) -4 >Emitted(44, 21) Source(23, 50) + SourceIndex(3) -5 >Emitted(44, 24) Source(23, 37) + SourceIndex(3) -6 >Emitted(44, 45) Source(23, 50) + SourceIndex(3) -7 >Emitted(44, 50) Source(23, 37) + SourceIndex(3) -8 >Emitted(44, 71) Source(23, 50) + SourceIndex(3) -9 >Emitted(44, 79) Source(23, 72) + SourceIndex(3) +1->Emitted(45, 5) Source(23, 71) + SourceIndex(3) +2 >Emitted(45, 6) Source(23, 72) + SourceIndex(3) +3 >Emitted(45, 8) Source(23, 37) + SourceIndex(3) +4 >Emitted(45, 21) Source(23, 50) + SourceIndex(3) +5 >Emitted(45, 24) Source(23, 37) + SourceIndex(3) +6 >Emitted(45, 45) Source(23, 50) + SourceIndex(3) +7 >Emitted(45, 50) Source(23, 37) + SourceIndex(3) +8 >Emitted(45, 71) Source(23, 50) + SourceIndex(3) +9 >Emitted(45, 79) Source(23, 72) + SourceIndex(3) --- >>> /**@internal*/ var someOther; 1 >^^^^ @@ -1803,12 +1805,12 @@ sourceFile:../second/second_part1.ts 4 > export namespace 5 > someOther 6 > .something { export class someClass {} } -1 >Emitted(45, 5) Source(24, 5) + SourceIndex(3) -2 >Emitted(45, 19) Source(24, 19) + SourceIndex(3) -3 >Emitted(45, 20) Source(24, 20) + SourceIndex(3) -4 >Emitted(45, 24) Source(24, 37) + SourceIndex(3) -5 >Emitted(45, 33) Source(24, 46) + SourceIndex(3) -6 >Emitted(45, 34) Source(24, 86) + SourceIndex(3) +1 >Emitted(46, 5) Source(24, 5) + SourceIndex(3) +2 >Emitted(46, 19) Source(24, 19) + SourceIndex(3) +3 >Emitted(46, 20) Source(24, 20) + SourceIndex(3) +4 >Emitted(46, 24) Source(24, 37) + SourceIndex(3) +5 >Emitted(46, 33) Source(24, 46) + SourceIndex(3) +6 >Emitted(46, 34) Source(24, 86) + SourceIndex(3) --- >>> (function (someOther) { 1 >^^^^ @@ -1817,9 +1819,9 @@ sourceFile:../second/second_part1.ts 1 > 2 > export namespace 3 > someOther -1 >Emitted(46, 5) Source(24, 20) + SourceIndex(3) -2 >Emitted(46, 16) Source(24, 37) + SourceIndex(3) -3 >Emitted(46, 25) Source(24, 46) + SourceIndex(3) +1 >Emitted(47, 5) Source(24, 20) + SourceIndex(3) +2 >Emitted(47, 16) Source(24, 37) + SourceIndex(3) +3 >Emitted(47, 25) Source(24, 46) + SourceIndex(3) --- >>> var something; 1 >^^^^^^^^ @@ -1831,10 +1833,10 @@ sourceFile:../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(47, 9) Source(24, 47) + SourceIndex(3) -2 >Emitted(47, 13) Source(24, 47) + SourceIndex(3) -3 >Emitted(47, 22) Source(24, 56) + SourceIndex(3) -4 >Emitted(47, 23) Source(24, 86) + SourceIndex(3) +1 >Emitted(48, 9) Source(24, 47) + SourceIndex(3) +2 >Emitted(48, 13) Source(24, 47) + SourceIndex(3) +3 >Emitted(48, 22) Source(24, 56) + SourceIndex(3) +4 >Emitted(48, 23) Source(24, 86) + SourceIndex(3) --- >>> (function (something) { 1->^^^^^^^^ @@ -1844,21 +1846,21 @@ sourceFile:../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(48, 9) Source(24, 47) + SourceIndex(3) -2 >Emitted(48, 20) Source(24, 47) + SourceIndex(3) -3 >Emitted(48, 29) Source(24, 56) + SourceIndex(3) +1->Emitted(49, 9) Source(24, 47) + SourceIndex(3) +2 >Emitted(49, 20) Source(24, 47) + SourceIndex(3) +3 >Emitted(49, 29) Source(24, 56) + SourceIndex(3) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(49, 13) Source(24, 59) + SourceIndex(3) +1->Emitted(50, 13) Source(24, 59) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(50, 17) Source(24, 59) + SourceIndex(3) +1->Emitted(51, 17) Source(24, 59) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -1866,16 +1868,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(51, 17) Source(24, 83) + SourceIndex(3) -2 >Emitted(51, 18) Source(24, 84) + SourceIndex(3) +1->Emitted(52, 17) Source(24, 83) + SourceIndex(3) +2 >Emitted(52, 18) Source(24, 84) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(52, 17) Source(24, 83) + SourceIndex(3) -2 >Emitted(52, 33) Source(24, 84) + SourceIndex(3) +1->Emitted(53, 17) Source(24, 83) + SourceIndex(3) +2 >Emitted(53, 33) Source(24, 84) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -1887,10 +1889,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(53, 13) Source(24, 83) + SourceIndex(3) -2 >Emitted(53, 14) Source(24, 84) + SourceIndex(3) -3 >Emitted(53, 14) Source(24, 59) + SourceIndex(3) -4 >Emitted(53, 18) Source(24, 84) + SourceIndex(3) +1 >Emitted(54, 13) Source(24, 83) + SourceIndex(3) +2 >Emitted(54, 14) Source(24, 84) + SourceIndex(3) +3 >Emitted(54, 14) Source(24, 59) + SourceIndex(3) +4 >Emitted(54, 18) Source(24, 84) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -1902,10 +1904,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(54, 13) Source(24, 72) + SourceIndex(3) -2 >Emitted(54, 32) Source(24, 81) + SourceIndex(3) -3 >Emitted(54, 44) Source(24, 84) + SourceIndex(3) -4 >Emitted(54, 45) Source(24, 84) + SourceIndex(3) +1->Emitted(55, 13) Source(24, 72) + SourceIndex(3) +2 >Emitted(55, 32) Source(24, 81) + SourceIndex(3) +3 >Emitted(55, 44) Source(24, 84) + SourceIndex(3) +4 >Emitted(55, 45) Source(24, 84) + SourceIndex(3) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^ @@ -1926,15 +1928,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(55, 9) Source(24, 85) + SourceIndex(3) -2 >Emitted(55, 10) Source(24, 86) + SourceIndex(3) -3 >Emitted(55, 12) Source(24, 47) + SourceIndex(3) -4 >Emitted(55, 21) Source(24, 56) + SourceIndex(3) -5 >Emitted(55, 24) Source(24, 47) + SourceIndex(3) -6 >Emitted(55, 43) Source(24, 56) + SourceIndex(3) -7 >Emitted(55, 48) Source(24, 47) + SourceIndex(3) -8 >Emitted(55, 67) Source(24, 56) + SourceIndex(3) -9 >Emitted(55, 75) Source(24, 86) + SourceIndex(3) +1->Emitted(56, 9) Source(24, 85) + SourceIndex(3) +2 >Emitted(56, 10) Source(24, 86) + SourceIndex(3) +3 >Emitted(56, 12) Source(24, 47) + SourceIndex(3) +4 >Emitted(56, 21) Source(24, 56) + SourceIndex(3) +5 >Emitted(56, 24) Source(24, 47) + SourceIndex(3) +6 >Emitted(56, 43) Source(24, 56) + SourceIndex(3) +7 >Emitted(56, 48) Source(24, 47) + SourceIndex(3) +8 >Emitted(56, 67) Source(24, 56) + SourceIndex(3) +9 >Emitted(56, 75) Source(24, 86) + SourceIndex(3) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^ @@ -1955,15 +1957,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(56, 5) Source(24, 85) + SourceIndex(3) -2 >Emitted(56, 6) Source(24, 86) + SourceIndex(3) -3 >Emitted(56, 8) Source(24, 37) + SourceIndex(3) -4 >Emitted(56, 17) Source(24, 46) + SourceIndex(3) -5 >Emitted(56, 20) Source(24, 37) + SourceIndex(3) -6 >Emitted(56, 37) Source(24, 46) + SourceIndex(3) -7 >Emitted(56, 42) Source(24, 37) + SourceIndex(3) -8 >Emitted(56, 59) Source(24, 46) + SourceIndex(3) -9 >Emitted(56, 67) Source(24, 86) + SourceIndex(3) +1 >Emitted(57, 5) Source(24, 85) + SourceIndex(3) +2 >Emitted(57, 6) Source(24, 86) + SourceIndex(3) +3 >Emitted(57, 8) Source(24, 37) + SourceIndex(3) +4 >Emitted(57, 17) Source(24, 46) + SourceIndex(3) +5 >Emitted(57, 20) Source(24, 37) + SourceIndex(3) +6 >Emitted(57, 37) Source(24, 46) + SourceIndex(3) +7 >Emitted(57, 42) Source(24, 37) + SourceIndex(3) +8 >Emitted(57, 59) Source(24, 46) + SourceIndex(3) +9 >Emitted(57, 67) Source(24, 86) + SourceIndex(3) --- >>> /**@internal*/ normalN.someImport = someNamespace.C; 1 >^^^^ @@ -1985,15 +1987,15 @@ sourceFile:../second/second_part1.ts 7 > . 8 > C 9 > ; -1 >Emitted(57, 5) Source(25, 5) + SourceIndex(3) -2 >Emitted(57, 19) Source(25, 19) + SourceIndex(3) -3 >Emitted(57, 20) Source(25, 34) + SourceIndex(3) -4 >Emitted(57, 38) Source(25, 44) + SourceIndex(3) -5 >Emitted(57, 41) Source(25, 47) + SourceIndex(3) -6 >Emitted(57, 54) Source(25, 60) + SourceIndex(3) -7 >Emitted(57, 55) Source(25, 61) + SourceIndex(3) -8 >Emitted(57, 56) Source(25, 62) + SourceIndex(3) -9 >Emitted(57, 57) Source(25, 63) + SourceIndex(3) +1 >Emitted(58, 5) Source(25, 5) + SourceIndex(3) +2 >Emitted(58, 19) Source(25, 19) + SourceIndex(3) +3 >Emitted(58, 20) Source(25, 34) + SourceIndex(3) +4 >Emitted(58, 38) Source(25, 44) + SourceIndex(3) +5 >Emitted(58, 41) Source(25, 47) + SourceIndex(3) +6 >Emitted(58, 54) Source(25, 60) + SourceIndex(3) +7 >Emitted(58, 55) Source(25, 61) + SourceIndex(3) +8 >Emitted(58, 56) Source(25, 62) + SourceIndex(3) +9 >Emitted(58, 57) Source(25, 63) + SourceIndex(3) --- >>> /**@internal*/ normalN.internalConst = 10; 1 >^^^^ @@ -2012,13 +2014,13 @@ sourceFile:../second/second_part1.ts 5 > = 6 > 10 7 > ; -1 >Emitted(58, 5) Source(27, 5) + SourceIndex(3) -2 >Emitted(58, 19) Source(27, 19) + SourceIndex(3) -3 >Emitted(58, 20) Source(27, 33) + SourceIndex(3) -4 >Emitted(58, 41) Source(27, 46) + SourceIndex(3) -5 >Emitted(58, 44) Source(27, 49) + SourceIndex(3) -6 >Emitted(58, 46) Source(27, 51) + SourceIndex(3) -7 >Emitted(58, 47) Source(27, 52) + SourceIndex(3) +1 >Emitted(59, 5) Source(27, 5) + SourceIndex(3) +2 >Emitted(59, 19) Source(27, 19) + SourceIndex(3) +3 >Emitted(59, 20) Source(27, 33) + SourceIndex(3) +4 >Emitted(59, 41) Source(27, 46) + SourceIndex(3) +5 >Emitted(59, 44) Source(27, 49) + SourceIndex(3) +6 >Emitted(59, 46) Source(27, 51) + SourceIndex(3) +7 >Emitted(59, 47) Source(27, 52) + SourceIndex(3) --- >>> /**@internal*/ var internalEnum; 1 >^^^^ @@ -2032,11 +2034,11 @@ sourceFile:../second/second_part1.ts 3 > 4 > export enum 5 > internalEnum { a, b, c } -1 >Emitted(59, 5) Source(28, 5) + SourceIndex(3) -2 >Emitted(59, 19) Source(28, 19) + SourceIndex(3) -3 >Emitted(59, 20) Source(28, 20) + SourceIndex(3) -4 >Emitted(59, 24) Source(28, 32) + SourceIndex(3) -5 >Emitted(59, 36) Source(28, 56) + SourceIndex(3) +1 >Emitted(60, 5) Source(28, 5) + SourceIndex(3) +2 >Emitted(60, 19) Source(28, 19) + SourceIndex(3) +3 >Emitted(60, 20) Source(28, 20) + SourceIndex(3) +4 >Emitted(60, 24) Source(28, 32) + SourceIndex(3) +5 >Emitted(60, 36) Source(28, 56) + SourceIndex(3) --- >>> (function (internalEnum) { 1 >^^^^ @@ -2046,9 +2048,9 @@ sourceFile:../second/second_part1.ts 1 > 2 > export enum 3 > internalEnum -1 >Emitted(60, 5) Source(28, 20) + SourceIndex(3) -2 >Emitted(60, 16) Source(28, 32) + SourceIndex(3) -3 >Emitted(60, 28) Source(28, 44) + SourceIndex(3) +1 >Emitted(61, 5) Source(28, 20) + SourceIndex(3) +2 >Emitted(61, 16) Source(28, 32) + SourceIndex(3) +3 >Emitted(61, 28) Source(28, 44) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -2058,9 +2060,9 @@ sourceFile:../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(61, 9) Source(28, 47) + SourceIndex(3) -2 >Emitted(61, 50) Source(28, 48) + SourceIndex(3) -3 >Emitted(61, 51) Source(28, 48) + SourceIndex(3) +1->Emitted(62, 9) Source(28, 47) + SourceIndex(3) +2 >Emitted(62, 50) Source(28, 48) + SourceIndex(3) +3 >Emitted(62, 51) Source(28, 48) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -2070,9 +2072,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(62, 9) Source(28, 50) + SourceIndex(3) -2 >Emitted(62, 50) Source(28, 51) + SourceIndex(3) -3 >Emitted(62, 51) Source(28, 51) + SourceIndex(3) +1->Emitted(63, 9) Source(28, 50) + SourceIndex(3) +2 >Emitted(63, 50) Source(28, 51) + SourceIndex(3) +3 >Emitted(63, 51) Source(28, 51) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -2082,9 +2084,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(63, 9) Source(28, 53) + SourceIndex(3) -2 >Emitted(63, 50) Source(28, 54) + SourceIndex(3) -3 >Emitted(63, 51) Source(28, 54) + SourceIndex(3) +1->Emitted(64, 9) Source(28, 53) + SourceIndex(3) +2 >Emitted(64, 50) Source(28, 54) + SourceIndex(3) +3 >Emitted(64, 51) Source(28, 54) + SourceIndex(3) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^ @@ -2105,15 +2107,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(64, 5) Source(28, 55) + SourceIndex(3) -2 >Emitted(64, 6) Source(28, 56) + SourceIndex(3) -3 >Emitted(64, 8) Source(28, 32) + SourceIndex(3) -4 >Emitted(64, 20) Source(28, 44) + SourceIndex(3) -5 >Emitted(64, 23) Source(28, 32) + SourceIndex(3) -6 >Emitted(64, 43) Source(28, 44) + SourceIndex(3) -7 >Emitted(64, 48) Source(28, 32) + SourceIndex(3) -8 >Emitted(64, 68) Source(28, 44) + SourceIndex(3) -9 >Emitted(64, 76) Source(28, 56) + SourceIndex(3) +1->Emitted(65, 5) Source(28, 55) + SourceIndex(3) +2 >Emitted(65, 6) Source(28, 56) + SourceIndex(3) +3 >Emitted(65, 8) Source(28, 32) + SourceIndex(3) +4 >Emitted(65, 20) Source(28, 44) + SourceIndex(3) +5 >Emitted(65, 23) Source(28, 32) + SourceIndex(3) +6 >Emitted(65, 43) Source(28, 44) + SourceIndex(3) +7 >Emitted(65, 48) Source(28, 32) + SourceIndex(3) +8 >Emitted(65, 68) Source(28, 44) + SourceIndex(3) +9 >Emitted(65, 76) Source(28, 56) + SourceIndex(3) --- >>>})(normalN || (normalN = {})); 1 > @@ -2141,13 +2143,13 @@ sourceFile:../second/second_part1.ts > /**@internal*/ export const internalConst = 10; > /**@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(65, 1) Source(29, 1) + SourceIndex(3) -2 >Emitted(65, 2) Source(29, 2) + SourceIndex(3) -3 >Emitted(65, 4) Source(20, 11) + SourceIndex(3) -4 >Emitted(65, 11) Source(20, 18) + SourceIndex(3) -5 >Emitted(65, 16) Source(20, 11) + SourceIndex(3) -6 >Emitted(65, 23) Source(20, 18) + SourceIndex(3) -7 >Emitted(65, 31) Source(29, 2) + SourceIndex(3) +1 >Emitted(66, 1) Source(29, 1) + SourceIndex(3) +2 >Emitted(66, 2) Source(29, 2) + SourceIndex(3) +3 >Emitted(66, 4) Source(20, 11) + SourceIndex(3) +4 >Emitted(66, 11) Source(20, 18) + SourceIndex(3) +5 >Emitted(66, 16) Source(20, 11) + SourceIndex(3) +6 >Emitted(66, 23) Source(20, 18) + SourceIndex(3) +7 >Emitted(66, 31) Source(29, 2) + SourceIndex(3) --- >>>/**@internal*/ var internalC = /** @class */ (function () { 1-> @@ -2158,15 +2160,15 @@ sourceFile:../second/second_part1.ts > 2 >/**@internal*/ 3 > -1->Emitted(66, 1) Source(30, 1) + SourceIndex(3) -2 >Emitted(66, 15) Source(30, 15) + SourceIndex(3) -3 >Emitted(66, 16) Source(30, 16) + SourceIndex(3) +1->Emitted(67, 1) Source(30, 1) + SourceIndex(3) +2 >Emitted(67, 15) Source(30, 15) + SourceIndex(3) +3 >Emitted(67, 16) Source(30, 16) + SourceIndex(3) --- >>> function internalC() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(67, 5) Source(30, 16) + SourceIndex(3) +1->Emitted(68, 5) Source(30, 16) + SourceIndex(3) --- >>> } 1->^^^^ @@ -2174,16 +2176,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->class internalC { 2 > } -1->Emitted(68, 5) Source(30, 33) + SourceIndex(3) -2 >Emitted(68, 6) Source(30, 34) + SourceIndex(3) +1->Emitted(69, 5) Source(30, 33) + SourceIndex(3) +2 >Emitted(69, 6) Source(30, 34) + SourceIndex(3) --- >>> return internalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(69, 5) Source(30, 33) + SourceIndex(3) -2 >Emitted(69, 21) Source(30, 34) + SourceIndex(3) +1->Emitted(70, 5) Source(30, 33) + SourceIndex(3) +2 >Emitted(70, 21) Source(30, 34) + SourceIndex(3) --- >>>}()); 1 > @@ -2195,10 +2197,10 @@ sourceFile:../second/second_part1.ts 2 >} 3 > 4 > class internalC {} -1 >Emitted(70, 1) Source(30, 33) + SourceIndex(3) -2 >Emitted(70, 2) Source(30, 34) + SourceIndex(3) -3 >Emitted(70, 2) Source(30, 16) + SourceIndex(3) -4 >Emitted(70, 6) Source(30, 34) + SourceIndex(3) +1 >Emitted(71, 1) Source(30, 33) + SourceIndex(3) +2 >Emitted(71, 2) Source(30, 34) + SourceIndex(3) +3 >Emitted(71, 2) Source(30, 16) + SourceIndex(3) +4 >Emitted(71, 6) Source(30, 34) + SourceIndex(3) --- >>>/**@internal*/ function internalfoo() { } 1-> @@ -2216,13 +2218,13 @@ sourceFile:../second/second_part1.ts 5 > internalfoo 6 > () { 7 > } -1->Emitted(71, 1) Source(31, 1) + SourceIndex(3) -2 >Emitted(71, 15) Source(31, 15) + SourceIndex(3) -3 >Emitted(71, 16) Source(31, 16) + SourceIndex(3) -4 >Emitted(71, 25) Source(31, 25) + SourceIndex(3) -5 >Emitted(71, 36) Source(31, 36) + SourceIndex(3) -6 >Emitted(71, 41) Source(31, 40) + SourceIndex(3) -7 >Emitted(71, 42) Source(31, 41) + SourceIndex(3) +1->Emitted(72, 1) Source(31, 1) + SourceIndex(3) +2 >Emitted(72, 15) Source(31, 15) + SourceIndex(3) +3 >Emitted(72, 16) Source(31, 16) + SourceIndex(3) +4 >Emitted(72, 25) Source(31, 25) + SourceIndex(3) +5 >Emitted(72, 36) Source(31, 36) + SourceIndex(3) +6 >Emitted(72, 41) Source(31, 40) + SourceIndex(3) +7 >Emitted(72, 42) Source(31, 41) + SourceIndex(3) --- >>>/**@internal*/ var internalNamespace; 1 > @@ -2238,12 +2240,12 @@ sourceFile:../second/second_part1.ts 4 > namespace 5 > internalNamespace 6 > { export class someClass {} } -1 >Emitted(72, 1) Source(32, 1) + SourceIndex(3) -2 >Emitted(72, 15) Source(32, 15) + SourceIndex(3) -3 >Emitted(72, 16) Source(32, 16) + SourceIndex(3) -4 >Emitted(72, 20) Source(32, 26) + SourceIndex(3) -5 >Emitted(72, 37) Source(32, 43) + SourceIndex(3) -6 >Emitted(72, 38) Source(32, 73) + SourceIndex(3) +1 >Emitted(73, 1) Source(32, 1) + SourceIndex(3) +2 >Emitted(73, 15) Source(32, 15) + SourceIndex(3) +3 >Emitted(73, 16) Source(32, 16) + SourceIndex(3) +4 >Emitted(73, 20) Source(32, 26) + SourceIndex(3) +5 >Emitted(73, 37) Source(32, 43) + SourceIndex(3) +6 >Emitted(73, 38) Source(32, 73) + SourceIndex(3) --- >>>(function (internalNamespace) { 1 > @@ -2253,21 +2255,21 @@ sourceFile:../second/second_part1.ts 1 > 2 >namespace 3 > internalNamespace -1 >Emitted(73, 1) Source(32, 16) + SourceIndex(3) -2 >Emitted(73, 12) Source(32, 26) + SourceIndex(3) -3 >Emitted(73, 29) Source(32, 43) + SourceIndex(3) +1 >Emitted(74, 1) Source(32, 16) + SourceIndex(3) +2 >Emitted(74, 12) Source(32, 26) + SourceIndex(3) +3 >Emitted(74, 29) Source(32, 43) + SourceIndex(3) --- >>> var someClass = /** @class */ (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(74, 5) Source(32, 46) + SourceIndex(3) +1->Emitted(75, 5) Source(32, 46) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(75, 9) Source(32, 46) + SourceIndex(3) +1->Emitted(76, 9) Source(32, 46) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -2275,16 +2277,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(76, 9) Source(32, 70) + SourceIndex(3) -2 >Emitted(76, 10) Source(32, 71) + SourceIndex(3) +1->Emitted(77, 9) Source(32, 70) + SourceIndex(3) +2 >Emitted(77, 10) Source(32, 71) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(77, 9) Source(32, 70) + SourceIndex(3) -2 >Emitted(77, 25) Source(32, 71) + SourceIndex(3) +1->Emitted(78, 9) Source(32, 70) + SourceIndex(3) +2 >Emitted(78, 25) Source(32, 71) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -2296,10 +2298,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(78, 5) Source(32, 70) + SourceIndex(3) -2 >Emitted(78, 6) Source(32, 71) + SourceIndex(3) -3 >Emitted(78, 6) Source(32, 46) + SourceIndex(3) -4 >Emitted(78, 10) Source(32, 71) + SourceIndex(3) +1 >Emitted(79, 5) Source(32, 70) + SourceIndex(3) +2 >Emitted(79, 6) Source(32, 71) + SourceIndex(3) +3 >Emitted(79, 6) Source(32, 46) + SourceIndex(3) +4 >Emitted(79, 10) Source(32, 71) + SourceIndex(3) --- >>> internalNamespace.someClass = someClass; 1->^^^^ @@ -2311,10 +2313,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(79, 5) Source(32, 59) + SourceIndex(3) -2 >Emitted(79, 32) Source(32, 68) + SourceIndex(3) -3 >Emitted(79, 44) Source(32, 71) + SourceIndex(3) -4 >Emitted(79, 45) Source(32, 71) + SourceIndex(3) +1->Emitted(80, 5) Source(32, 59) + SourceIndex(3) +2 >Emitted(80, 32) Source(32, 68) + SourceIndex(3) +3 >Emitted(80, 44) Source(32, 71) + SourceIndex(3) +4 >Emitted(80, 45) Source(32, 71) + SourceIndex(3) --- >>>})(internalNamespace || (internalNamespace = {})); 1-> @@ -2331,13 +2333,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalNamespace 7 > { export class someClass {} } -1->Emitted(80, 1) Source(32, 72) + SourceIndex(3) -2 >Emitted(80, 2) Source(32, 73) + SourceIndex(3) -3 >Emitted(80, 4) Source(32, 26) + SourceIndex(3) -4 >Emitted(80, 21) Source(32, 43) + SourceIndex(3) -5 >Emitted(80, 26) Source(32, 26) + SourceIndex(3) -6 >Emitted(80, 43) Source(32, 43) + SourceIndex(3) -7 >Emitted(80, 51) Source(32, 73) + SourceIndex(3) +1->Emitted(81, 1) Source(32, 72) + SourceIndex(3) +2 >Emitted(81, 2) Source(32, 73) + SourceIndex(3) +3 >Emitted(81, 4) Source(32, 26) + SourceIndex(3) +4 >Emitted(81, 21) Source(32, 43) + SourceIndex(3) +5 >Emitted(81, 26) Source(32, 26) + SourceIndex(3) +6 >Emitted(81, 43) Source(32, 43) + SourceIndex(3) +7 >Emitted(81, 51) Source(32, 73) + SourceIndex(3) --- >>>/**@internal*/ var internalOther; 1 > @@ -2353,12 +2355,12 @@ sourceFile:../second/second_part1.ts 4 > namespace 5 > internalOther 6 > .something { export class someClass {} } -1 >Emitted(81, 1) Source(33, 1) + SourceIndex(3) -2 >Emitted(81, 15) Source(33, 15) + SourceIndex(3) -3 >Emitted(81, 16) Source(33, 16) + SourceIndex(3) -4 >Emitted(81, 20) Source(33, 26) + SourceIndex(3) -5 >Emitted(81, 33) Source(33, 39) + SourceIndex(3) -6 >Emitted(81, 34) Source(33, 79) + SourceIndex(3) +1 >Emitted(82, 1) Source(33, 1) + SourceIndex(3) +2 >Emitted(82, 15) Source(33, 15) + SourceIndex(3) +3 >Emitted(82, 16) Source(33, 16) + SourceIndex(3) +4 >Emitted(82, 20) Source(33, 26) + SourceIndex(3) +5 >Emitted(82, 33) Source(33, 39) + SourceIndex(3) +6 >Emitted(82, 34) Source(33, 79) + SourceIndex(3) --- >>>(function (internalOther) { 1 > @@ -2367,9 +2369,9 @@ sourceFile:../second/second_part1.ts 1 > 2 >namespace 3 > internalOther -1 >Emitted(82, 1) Source(33, 16) + SourceIndex(3) -2 >Emitted(82, 12) Source(33, 26) + SourceIndex(3) -3 >Emitted(82, 25) Source(33, 39) + SourceIndex(3) +1 >Emitted(83, 1) Source(33, 16) + SourceIndex(3) +2 >Emitted(83, 12) Source(33, 26) + SourceIndex(3) +3 >Emitted(83, 25) Source(33, 39) + SourceIndex(3) --- >>> var something; 1 >^^^^ @@ -2381,10 +2383,10 @@ sourceFile:../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(83, 5) Source(33, 40) + SourceIndex(3) -2 >Emitted(83, 9) Source(33, 40) + SourceIndex(3) -3 >Emitted(83, 18) Source(33, 49) + SourceIndex(3) -4 >Emitted(83, 19) Source(33, 79) + SourceIndex(3) +1 >Emitted(84, 5) Source(33, 40) + SourceIndex(3) +2 >Emitted(84, 9) Source(33, 40) + SourceIndex(3) +3 >Emitted(84, 18) Source(33, 49) + SourceIndex(3) +4 >Emitted(84, 19) Source(33, 79) + SourceIndex(3) --- >>> (function (something) { 1->^^^^ @@ -2394,21 +2396,21 @@ sourceFile:../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(84, 5) Source(33, 40) + SourceIndex(3) -2 >Emitted(84, 16) Source(33, 40) + SourceIndex(3) -3 >Emitted(84, 25) Source(33, 49) + SourceIndex(3) +1->Emitted(85, 5) Source(33, 40) + SourceIndex(3) +2 >Emitted(85, 16) Source(33, 40) + SourceIndex(3) +3 >Emitted(85, 25) Source(33, 49) + SourceIndex(3) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(85, 9) Source(33, 52) + SourceIndex(3) +1->Emitted(86, 9) Source(33, 52) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(86, 13) Source(33, 52) + SourceIndex(3) +1->Emitted(87, 13) Source(33, 52) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -2416,16 +2418,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(87, 13) Source(33, 76) + SourceIndex(3) -2 >Emitted(87, 14) Source(33, 77) + SourceIndex(3) +1->Emitted(88, 13) Source(33, 76) + SourceIndex(3) +2 >Emitted(88, 14) Source(33, 77) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(88, 13) Source(33, 76) + SourceIndex(3) -2 >Emitted(88, 29) Source(33, 77) + SourceIndex(3) +1->Emitted(89, 13) Source(33, 76) + SourceIndex(3) +2 >Emitted(89, 29) Source(33, 77) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -2437,10 +2439,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(89, 9) Source(33, 76) + SourceIndex(3) -2 >Emitted(89, 10) Source(33, 77) + SourceIndex(3) -3 >Emitted(89, 10) Source(33, 52) + SourceIndex(3) -4 >Emitted(89, 14) Source(33, 77) + SourceIndex(3) +1 >Emitted(90, 9) Source(33, 76) + SourceIndex(3) +2 >Emitted(90, 10) Source(33, 77) + SourceIndex(3) +3 >Emitted(90, 10) Source(33, 52) + SourceIndex(3) +4 >Emitted(90, 14) Source(33, 77) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^ @@ -2452,10 +2454,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(90, 9) Source(33, 65) + SourceIndex(3) -2 >Emitted(90, 28) Source(33, 74) + SourceIndex(3) -3 >Emitted(90, 40) Source(33, 77) + SourceIndex(3) -4 >Emitted(90, 41) Source(33, 77) + SourceIndex(3) +1->Emitted(91, 9) Source(33, 65) + SourceIndex(3) +2 >Emitted(91, 28) Source(33, 74) + SourceIndex(3) +3 >Emitted(91, 40) Source(33, 77) + SourceIndex(3) +4 >Emitted(91, 41) Source(33, 77) + SourceIndex(3) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^ @@ -2476,15 +2478,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(91, 5) Source(33, 78) + SourceIndex(3) -2 >Emitted(91, 6) Source(33, 79) + SourceIndex(3) -3 >Emitted(91, 8) Source(33, 40) + SourceIndex(3) -4 >Emitted(91, 17) Source(33, 49) + SourceIndex(3) -5 >Emitted(91, 20) Source(33, 40) + SourceIndex(3) -6 >Emitted(91, 43) Source(33, 49) + SourceIndex(3) -7 >Emitted(91, 48) Source(33, 40) + SourceIndex(3) -8 >Emitted(91, 71) Source(33, 49) + SourceIndex(3) -9 >Emitted(91, 79) Source(33, 79) + SourceIndex(3) +1->Emitted(92, 5) Source(33, 78) + SourceIndex(3) +2 >Emitted(92, 6) Source(33, 79) + SourceIndex(3) +3 >Emitted(92, 8) Source(33, 40) + SourceIndex(3) +4 >Emitted(92, 17) Source(33, 49) + SourceIndex(3) +5 >Emitted(92, 20) Source(33, 40) + SourceIndex(3) +6 >Emitted(92, 43) Source(33, 49) + SourceIndex(3) +7 >Emitted(92, 48) Source(33, 40) + SourceIndex(3) +8 >Emitted(92, 71) Source(33, 49) + SourceIndex(3) +9 >Emitted(92, 79) Source(33, 79) + SourceIndex(3) --- >>>})(internalOther || (internalOther = {})); 1 > @@ -2502,13 +2504,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalOther 7 > .something { export class someClass {} } -1 >Emitted(92, 1) Source(33, 78) + SourceIndex(3) -2 >Emitted(92, 2) Source(33, 79) + SourceIndex(3) -3 >Emitted(92, 4) Source(33, 26) + SourceIndex(3) -4 >Emitted(92, 17) Source(33, 39) + SourceIndex(3) -5 >Emitted(92, 22) Source(33, 26) + SourceIndex(3) -6 >Emitted(92, 35) Source(33, 39) + SourceIndex(3) -7 >Emitted(92, 43) Source(33, 79) + SourceIndex(3) +1 >Emitted(93, 1) Source(33, 78) + SourceIndex(3) +2 >Emitted(93, 2) Source(33, 79) + SourceIndex(3) +3 >Emitted(93, 4) Source(33, 26) + SourceIndex(3) +4 >Emitted(93, 17) Source(33, 39) + SourceIndex(3) +5 >Emitted(93, 22) Source(33, 26) + SourceIndex(3) +6 >Emitted(93, 35) Source(33, 39) + SourceIndex(3) +7 >Emitted(93, 43) Source(33, 79) + SourceIndex(3) --- >>>/**@internal*/ var internalImport = internalNamespace.someClass; 1-> @@ -2532,16 +2534,16 @@ sourceFile:../second/second_part1.ts 8 > . 9 > someClass 10> ; -1->Emitted(93, 1) Source(34, 1) + SourceIndex(3) -2 >Emitted(93, 15) Source(34, 15) + SourceIndex(3) -3 >Emitted(93, 16) Source(34, 16) + SourceIndex(3) -4 >Emitted(93, 20) Source(34, 23) + SourceIndex(3) -5 >Emitted(93, 34) Source(34, 37) + SourceIndex(3) -6 >Emitted(93, 37) Source(34, 40) + SourceIndex(3) -7 >Emitted(93, 54) Source(34, 57) + SourceIndex(3) -8 >Emitted(93, 55) Source(34, 58) + SourceIndex(3) -9 >Emitted(93, 64) Source(34, 67) + SourceIndex(3) -10>Emitted(93, 65) Source(34, 68) + SourceIndex(3) +1->Emitted(94, 1) Source(34, 1) + SourceIndex(3) +2 >Emitted(94, 15) Source(34, 15) + SourceIndex(3) +3 >Emitted(94, 16) Source(34, 16) + SourceIndex(3) +4 >Emitted(94, 20) Source(34, 23) + SourceIndex(3) +5 >Emitted(94, 34) Source(34, 37) + SourceIndex(3) +6 >Emitted(94, 37) Source(34, 40) + SourceIndex(3) +7 >Emitted(94, 54) Source(34, 57) + SourceIndex(3) +8 >Emitted(94, 55) Source(34, 58) + SourceIndex(3) +9 >Emitted(94, 64) Source(34, 67) + SourceIndex(3) +10>Emitted(94, 65) Source(34, 68) + SourceIndex(3) --- >>>/**@internal*/ var internalConst = 10; 1 > @@ -2562,14 +2564,14 @@ sourceFile:../second/second_part1.ts 6 > = 7 > 10 8 > ; -1 >Emitted(94, 1) Source(36, 1) + SourceIndex(3) -2 >Emitted(94, 15) Source(36, 15) + SourceIndex(3) -3 >Emitted(94, 16) Source(36, 16) + SourceIndex(3) -4 >Emitted(94, 20) Source(36, 22) + SourceIndex(3) -5 >Emitted(94, 33) Source(36, 35) + SourceIndex(3) -6 >Emitted(94, 36) Source(36, 38) + SourceIndex(3) -7 >Emitted(94, 38) Source(36, 40) + SourceIndex(3) -8 >Emitted(94, 39) Source(36, 41) + SourceIndex(3) +1 >Emitted(95, 1) Source(36, 1) + SourceIndex(3) +2 >Emitted(95, 15) Source(36, 15) + SourceIndex(3) +3 >Emitted(95, 16) Source(36, 16) + SourceIndex(3) +4 >Emitted(95, 20) Source(36, 22) + SourceIndex(3) +5 >Emitted(95, 33) Source(36, 35) + SourceIndex(3) +6 >Emitted(95, 36) Source(36, 38) + SourceIndex(3) +7 >Emitted(95, 38) Source(36, 40) + SourceIndex(3) +8 >Emitted(95, 39) Source(36, 41) + SourceIndex(3) --- >>>/**@internal*/ var internalEnum; 1 > @@ -2583,11 +2585,11 @@ sourceFile:../second/second_part1.ts 3 > 4 > enum 5 > internalEnum { a, b, c } -1 >Emitted(95, 1) Source(37, 1) + SourceIndex(3) -2 >Emitted(95, 15) Source(37, 15) + SourceIndex(3) -3 >Emitted(95, 16) Source(37, 16) + SourceIndex(3) -4 >Emitted(95, 20) Source(37, 21) + SourceIndex(3) -5 >Emitted(95, 32) Source(37, 45) + SourceIndex(3) +1 >Emitted(96, 1) Source(37, 1) + SourceIndex(3) +2 >Emitted(96, 15) Source(37, 15) + SourceIndex(3) +3 >Emitted(96, 16) Source(37, 16) + SourceIndex(3) +4 >Emitted(96, 20) Source(37, 21) + SourceIndex(3) +5 >Emitted(96, 32) Source(37, 45) + SourceIndex(3) --- >>>(function (internalEnum) { 1 > @@ -2597,9 +2599,9 @@ sourceFile:../second/second_part1.ts 1 > 2 >enum 3 > internalEnum -1 >Emitted(96, 1) Source(37, 16) + SourceIndex(3) -2 >Emitted(96, 12) Source(37, 21) + SourceIndex(3) -3 >Emitted(96, 24) Source(37, 33) + SourceIndex(3) +1 >Emitted(97, 1) Source(37, 16) + SourceIndex(3) +2 >Emitted(97, 12) Source(37, 21) + SourceIndex(3) +3 >Emitted(97, 24) Source(37, 33) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^ @@ -2609,9 +2611,9 @@ sourceFile:../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(97, 5) Source(37, 36) + SourceIndex(3) -2 >Emitted(97, 46) Source(37, 37) + SourceIndex(3) -3 >Emitted(97, 47) Source(37, 37) + SourceIndex(3) +1->Emitted(98, 5) Source(37, 36) + SourceIndex(3) +2 >Emitted(98, 46) Source(37, 37) + SourceIndex(3) +3 >Emitted(98, 47) Source(37, 37) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^ @@ -2621,9 +2623,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(98, 5) Source(37, 39) + SourceIndex(3) -2 >Emitted(98, 46) Source(37, 40) + SourceIndex(3) -3 >Emitted(98, 47) Source(37, 40) + SourceIndex(3) +1->Emitted(99, 5) Source(37, 39) + SourceIndex(3) +2 >Emitted(99, 46) Source(37, 40) + SourceIndex(3) +3 >Emitted(99, 47) Source(37, 40) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^ @@ -2632,9 +2634,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(99, 5) Source(37, 42) + SourceIndex(3) -2 >Emitted(99, 46) Source(37, 43) + SourceIndex(3) -3 >Emitted(99, 47) Source(37, 43) + SourceIndex(3) +1->Emitted(100, 5) Source(37, 42) + SourceIndex(3) +2 >Emitted(100, 46) Source(37, 43) + SourceIndex(3) +3 >Emitted(100, 47) Source(37, 43) + SourceIndex(3) --- >>>})(internalEnum || (internalEnum = {})); 1 > @@ -2651,13 +2653,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalEnum 7 > { a, b, c } -1 >Emitted(100, 1) Source(37, 44) + SourceIndex(3) -2 >Emitted(100, 2) Source(37, 45) + SourceIndex(3) -3 >Emitted(100, 4) Source(37, 21) + SourceIndex(3) -4 >Emitted(100, 16) Source(37, 33) + SourceIndex(3) -5 >Emitted(100, 21) Source(37, 21) + SourceIndex(3) -6 >Emitted(100, 33) Source(37, 33) + SourceIndex(3) -7 >Emitted(100, 41) Source(37, 45) + SourceIndex(3) +1 >Emitted(101, 1) Source(37, 44) + SourceIndex(3) +2 >Emitted(101, 2) Source(37, 45) + SourceIndex(3) +3 >Emitted(101, 4) Source(37, 21) + SourceIndex(3) +4 >Emitted(101, 16) Source(37, 33) + SourceIndex(3) +5 >Emitted(101, 21) Source(37, 21) + SourceIndex(3) +6 >Emitted(101, 33) Source(37, 33) + SourceIndex(3) +7 >Emitted(101, 41) Source(37, 45) + SourceIndex(3) --- ------------------------------------------------------------------- emittedFile:/src/2/second-output.js @@ -2667,13 +2669,13 @@ sourceFile:../second/second_part2.ts 1 > 2 >^^^^^^^^^^^^^^^^^^^-> 1 > -1 >Emitted(101, 1) Source(1, 1) + SourceIndex(4) +1 >Emitted(102, 1) Source(1, 1) + SourceIndex(4) --- >>> function C() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(102, 5) Source(1, 1) + SourceIndex(4) +1->Emitted(103, 5) Source(1, 1) + SourceIndex(4) --- >>> } 1->^^^^ @@ -2685,8 +2687,8 @@ sourceFile:../second/second_part2.ts > } > 2 > } -1->Emitted(103, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(103, 6) Source(5, 2) + SourceIndex(4) +1->Emitted(104, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(104, 6) Source(5, 2) + SourceIndex(4) --- >>> C.prototype.doSomething = function () { 1->^^^^ @@ -2696,9 +2698,9 @@ sourceFile:../second/second_part2.ts 1-> 2 > doSomething 3 > -1->Emitted(104, 5) Source(2, 5) + SourceIndex(4) -2 >Emitted(104, 28) Source(2, 16) + SourceIndex(4) -3 >Emitted(104, 31) Source(2, 5) + SourceIndex(4) +1->Emitted(105, 5) Source(2, 5) + SourceIndex(4) +2 >Emitted(105, 28) Source(2, 16) + SourceIndex(4) +3 >Emitted(105, 31) Source(2, 5) + SourceIndex(4) --- >>> console.log("something got done"); 1->^^^^^^^^ @@ -2718,14 +2720,14 @@ sourceFile:../second/second_part2.ts 6 > "something got done" 7 > ) 8 > ; -1->Emitted(105, 9) Source(3, 9) + SourceIndex(4) -2 >Emitted(105, 16) Source(3, 16) + SourceIndex(4) -3 >Emitted(105, 17) Source(3, 17) + SourceIndex(4) -4 >Emitted(105, 20) Source(3, 20) + SourceIndex(4) -5 >Emitted(105, 21) Source(3, 21) + SourceIndex(4) -6 >Emitted(105, 41) Source(3, 41) + SourceIndex(4) -7 >Emitted(105, 42) Source(3, 42) + SourceIndex(4) -8 >Emitted(105, 43) Source(3, 43) + SourceIndex(4) +1->Emitted(106, 9) Source(3, 9) + SourceIndex(4) +2 >Emitted(106, 16) Source(3, 16) + SourceIndex(4) +3 >Emitted(106, 17) Source(3, 17) + SourceIndex(4) +4 >Emitted(106, 20) Source(3, 20) + SourceIndex(4) +5 >Emitted(106, 21) Source(3, 21) + SourceIndex(4) +6 >Emitted(106, 41) Source(3, 41) + SourceIndex(4) +7 >Emitted(106, 42) Source(3, 42) + SourceIndex(4) +8 >Emitted(106, 43) Source(3, 43) + SourceIndex(4) --- >>> }; 1 >^^^^ @@ -2734,8 +2736,8 @@ sourceFile:../second/second_part2.ts 1 > > 2 > } -1 >Emitted(106, 5) Source(4, 5) + SourceIndex(4) -2 >Emitted(106, 6) Source(4, 6) + SourceIndex(4) +1 >Emitted(107, 5) Source(4, 5) + SourceIndex(4) +2 >Emitted(107, 6) Source(4, 6) + SourceIndex(4) --- >>> return C; 1->^^^^ @@ -2743,8 +2745,8 @@ sourceFile:../second/second_part2.ts 1-> > 2 > } -1->Emitted(107, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(107, 13) Source(5, 2) + SourceIndex(4) +1->Emitted(108, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(108, 13) Source(5, 2) + SourceIndex(4) --- >>>}()); 1 > @@ -2760,10 +2762,10 @@ sourceFile:../second/second_part2.ts > console.log("something got done"); > } > } -1 >Emitted(108, 1) Source(5, 1) + SourceIndex(4) -2 >Emitted(108, 2) Source(5, 2) + SourceIndex(4) -3 >Emitted(108, 2) Source(1, 1) + SourceIndex(4) -4 >Emitted(108, 6) Source(5, 2) + SourceIndex(4) +1 >Emitted(109, 1) Source(5, 1) + SourceIndex(4) +2 >Emitted(109, 2) Source(5, 2) + SourceIndex(4) +3 >Emitted(109, 2) Source(1, 1) + SourceIndex(4) +4 >Emitted(109, 6) Source(5, 2) + SourceIndex(4) --- >>>//# sourceMappingURL=second-output.js.map @@ -2792,7 +2794,7 @@ sourceFile:../second/second_part2.ts }, { "pos": 110, - "end": 3544, + "end": 3562, "kind": "text" } ] @@ -2873,7 +2875,7 @@ function f() { } ---------------------------------------------------------------------- -text: (110-3544) +text: (110-3562) var N; (function (N) { function f() { @@ -2884,8 +2886,9 @@ var N; var normalC = /** @class */ (function () { /**@internal*/ function normalC() { } - /**@internal*/ normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + /**@internal*/ proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { /**@internal*/ get: function () { return 10; }, /**@internal*/ set: function (val) { }, enumerable: true, @@ -3837,8 +3840,9 @@ var N; var normalC = /** @class */ (function () { /**@internal*/ function normalC() { } - /**@internal*/ normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + /**@internal*/ proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { /**@internal*/ get: function () { return 10; }, /**@internal*/ set: function (val) { }, enumerable: true, @@ -3934,7 +3938,7 @@ c.doSomething(); //# sourceMappingURL=third-output.js.map //// [/src/third/thirdjs/output/third-output.js.map] -{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"AAIA,IAAM,CAAC,GAAG,cAAc,CAAC;AAMzB,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;ACVf,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC;ACAjB,SAAS,CAAC;IACN,OAAO,gBAAgB,CAAC;AAC5B,CAAC;ACED,IAAU,CAAC,CAMV;AAND,WAAU,CAAC;IACP,SAAS,CAAC;QACN,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IAED,CAAC,EAAE,CAAC;AACR,CAAC,EANS,CAAC,KAAD,CAAC,QAMV;AAED;IACI,cAAc,CAAC;IAAgB,CAAC;;IAEhC,cAAc,CAAC,cAAM,GAAN,cAAW,CAAC;IACZ,sBAAI,YAAC;QAApB,cAAc,MAAC,cAAU,OAAO,EAAE,CAAC,CAAC,CAAC;QACrC,cAAc,MAAC,UAAM,GAAW,IAAI,CAAC;;;OADA;IAEzC,cAAC;AAAD,CAAC,AAND,IAMC;AACD,IAAU,OAAO,CAShB;AATD,WAAU,OAAO;IACb,cAAc,CAAC;QAAA;QAAiB,CAAC;QAAD,QAAC;IAAD,CAAC,AAAlB,IAAkB;IAAL,SAAC,IAAI,CAAA;IACjC,cAAc,CAAC,SAAgB,GAAG,KAAI,CAAC;IAAR,WAAG,MAAK,CAAA;IACvC,cAAc,CAAC,IAAiB,aAAa,CAAsB;IAApD,WAAiB,aAAa;QAAG;YAAA;YAAgB,CAAC;YAAD,QAAC;QAAD,CAAC,AAAjB,IAAiB;QAAJ,eAAC,IAAG,CAAA;IAAC,CAAC,EAAnC,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAAsB;IACnE,cAAc,CAAC,IAAiB,SAAS,CAAwC;IAAlE,WAAiB,SAAS;QAAC,IAAA,SAAS,CAA8B;QAAvC,WAAA,SAAS;YAAG;gBAAA;gBAAwB,CAAC;gBAAD,gBAAC;YAAD,CAAC,AAAzB,IAAyB;YAAZ,mBAAS,YAAG,CAAA;QAAC,CAAC,EAAvC,SAAS,GAAT,mBAAS,KAAT,mBAAS,QAA8B;IAAD,CAAC,EAAjD,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAAwC;IACjF,cAAc,CAAe,kBAAU,GAAG,aAAa,CAAC,CAAC,CAAC;IAE1D,cAAc,CAAc,qBAAa,GAAG,EAAE,CAAC;IAC/C,cAAc,CAAC,IAAY,YAAwB;IAApC,WAAY,YAAY;QAAG,yCAAC,CAAA;QAAE,yCAAC,CAAA;QAAE,yCAAC,CAAA;IAAC,CAAC,EAAxB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAAY;AACvD,CAAC,EATS,OAAO,KAAP,OAAO,QAShB;AACD,cAAc,CAAC;IAAA;IAAiB,CAAC;IAAD,gBAAC;AAAD,CAAC,AAAlB,IAAkB;AACjC,cAAc,CAAC,SAAS,WAAW,KAAI,CAAC;AACxC,cAAc,CAAC,IAAU,iBAAiB,CAA8B;AAAzD,WAAU,iBAAiB;IAAG;QAAA;QAAwB,CAAC;QAAD,gBAAC;IAAD,CAAC,AAAzB,IAAyB;IAAZ,2BAAS,YAAG,CAAA;AAAC,CAAC,EAA/C,iBAAiB,KAAjB,iBAAiB,QAA8B;AACxE,cAAc,CAAC,IAAU,aAAa,CAAwC;AAA/D,WAAU,aAAa;IAAC,IAAA,SAAS,CAA8B;IAAvC,WAAA,SAAS;QAAG;YAAA;YAAwB,CAAC;YAAD,gBAAC;QAAD,CAAC,AAAzB,IAAyB;QAAZ,mBAAS,YAAG,CAAA;IAAC,CAAC,EAAvC,SAAS,GAAT,uBAAS,KAAT,uBAAS,QAA8B;AAAD,CAAC,EAArD,aAAa,KAAb,aAAa,QAAwC;AAC9E,cAAc,CAAC,IAAO,cAAc,GAAG,iBAAiB,CAAC,SAAS,CAAC;AAEnE,cAAc,CAAC,IAAM,aAAa,GAAG,EAAE,CAAC;AACxC,cAAc,CAAC,IAAK,YAAwB;AAA7B,WAAK,YAAY;IAAG,yCAAC,CAAA;IAAE,yCAAC,CAAA;IAAE,yCAAC,CAAA;AAAC,CAAC,EAAxB,YAAY,KAAZ,YAAY,QAAY;ACpC5C;IAAA;IAIA,CAAC;IAHG,uBAAW,GAAX;QACI,OAAO,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAC;IACtC,CAAC;IACL,QAAC;AAAD,CAAC,AAJD,IAIC;ACJD,IAAI,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC;AAChB,CAAC,CAAC,WAAW,EAAE,CAAC"} //// [/src/third/thirdjs/output/third-output.js.map.baseline.txt] =================================================================== @@ -4240,49 +4244,50 @@ sourceFile:../../../second/second_part1.ts >>> } 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >constructor() { 2 > } 1 >Emitted(16, 5) Source(14, 36) + SourceIndex(3) 2 >Emitted(16, 6) Source(14, 37) + SourceIndex(3) --- ->>> /**@internal*/ normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> /**@internal*/ proto_1.method = function () { }; 1->^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^ -4 > ^^^^^^^^^^^^^^^^^^^^^^^^ -5 > ^^^ -6 > ^^^^^^^^^^^^^^ -7 > ^ +4 > ^^^^^^^^^^^^^^ +5 > ^^^ +6 > ^^^^^^^^^^^^^^ +7 > ^ 1-> > /**@internal*/ prop: string; > 2 > /**@internal*/ 3 > 4 > method -5 > -6 > method() { -7 > } -1->Emitted(17, 5) Source(16, 5) + SourceIndex(3) -2 >Emitted(17, 19) Source(16, 19) + SourceIndex(3) -3 >Emitted(17, 20) Source(16, 20) + SourceIndex(3) -4 >Emitted(17, 44) Source(16, 26) + SourceIndex(3) -5 >Emitted(17, 47) Source(16, 20) + SourceIndex(3) -6 >Emitted(17, 61) Source(16, 31) + SourceIndex(3) -7 >Emitted(17, 62) Source(16, 32) + SourceIndex(3) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +5 > +6 > method() { +7 > } +1->Emitted(18, 5) Source(16, 5) + SourceIndex(3) +2 >Emitted(18, 19) Source(16, 19) + SourceIndex(3) +3 >Emitted(18, 20) Source(16, 20) + SourceIndex(3) +4 >Emitted(18, 34) Source(16, 26) + SourceIndex(3) +5 >Emitted(18, 37) Source(16, 20) + SourceIndex(3) +6 >Emitted(18, 51) Source(16, 31) + SourceIndex(3) +7 >Emitted(18, 52) Source(16, 32) + SourceIndex(3) +--- +>>> Object.defineProperty(proto_1, "c", { 1 >^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ -4 > ^^^^^^^^-> +3 > ^^^^^^^^^^^^ +4 > ^^^^^^^^^^^^^^^^^^-> 1 > > /**@internal*/ 2 > get 3 > c -1 >Emitted(18, 5) Source(17, 20) + SourceIndex(3) -2 >Emitted(18, 27) Source(17, 24) + SourceIndex(3) -3 >Emitted(18, 49) Source(17, 25) + SourceIndex(3) +1 >Emitted(19, 5) Source(17, 20) + SourceIndex(3) +2 >Emitted(19, 27) Source(17, 24) + SourceIndex(3) +3 >Emitted(19, 39) Source(17, 25) + SourceIndex(3) --- >>> /**@internal*/ get: function () { return 10; }, 1->^^^^^^^^ @@ -4303,15 +4308,15 @@ sourceFile:../../../second/second_part1.ts 7 > ; 8 > 9 > } -1->Emitted(19, 9) Source(17, 5) + SourceIndex(3) -2 >Emitted(19, 23) Source(17, 19) + SourceIndex(3) -3 >Emitted(19, 29) Source(17, 20) + SourceIndex(3) -4 >Emitted(19, 43) Source(17, 30) + SourceIndex(3) -5 >Emitted(19, 50) Source(17, 37) + SourceIndex(3) -6 >Emitted(19, 52) Source(17, 39) + SourceIndex(3) -7 >Emitted(19, 53) Source(17, 40) + SourceIndex(3) -8 >Emitted(19, 54) Source(17, 41) + SourceIndex(3) -9 >Emitted(19, 55) Source(17, 42) + SourceIndex(3) +1->Emitted(20, 9) Source(17, 5) + SourceIndex(3) +2 >Emitted(20, 23) Source(17, 19) + SourceIndex(3) +3 >Emitted(20, 29) Source(17, 20) + SourceIndex(3) +4 >Emitted(20, 43) Source(17, 30) + SourceIndex(3) +5 >Emitted(20, 50) Source(17, 37) + SourceIndex(3) +6 >Emitted(20, 52) Source(17, 39) + SourceIndex(3) +7 >Emitted(20, 53) Source(17, 40) + SourceIndex(3) +8 >Emitted(20, 54) Source(17, 41) + SourceIndex(3) +9 >Emitted(20, 55) Source(17, 42) + SourceIndex(3) --- >>> /**@internal*/ set: function (val) { }, 1 >^^^^^^^^ @@ -4329,13 +4334,13 @@ sourceFile:../../../second/second_part1.ts 5 > val: number 6 > ) { 7 > } -1 >Emitted(20, 9) Source(18, 5) + SourceIndex(3) -2 >Emitted(20, 23) Source(18, 19) + SourceIndex(3) -3 >Emitted(20, 29) Source(18, 20) + SourceIndex(3) -4 >Emitted(20, 39) Source(18, 26) + SourceIndex(3) -5 >Emitted(20, 42) Source(18, 37) + SourceIndex(3) -6 >Emitted(20, 46) Source(18, 41) + SourceIndex(3) -7 >Emitted(20, 47) Source(18, 42) + SourceIndex(3) +1 >Emitted(21, 9) Source(18, 5) + SourceIndex(3) +2 >Emitted(21, 23) Source(18, 19) + SourceIndex(3) +3 >Emitted(21, 29) Source(18, 20) + SourceIndex(3) +4 >Emitted(21, 39) Source(18, 26) + SourceIndex(3) +5 >Emitted(21, 42) Source(18, 37) + SourceIndex(3) +6 >Emitted(21, 46) Source(18, 41) + SourceIndex(3) +7 >Emitted(21, 47) Source(18, 42) + SourceIndex(3) --- >>> enumerable: true, >>> configurable: true @@ -4343,7 +4348,7 @@ sourceFile:../../../second/second_part1.ts 1 >^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(23, 8) Source(17, 42) + SourceIndex(3) +1 >Emitted(24, 8) Source(17, 42) + SourceIndex(3) --- >>> return normalC; 1->^^^^ @@ -4352,8 +4357,8 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ set c(val: number) { } > 2 > } -1->Emitted(24, 5) Source(19, 1) + SourceIndex(3) -2 >Emitted(24, 19) Source(19, 2) + SourceIndex(3) +1->Emitted(25, 5) Source(19, 1) + SourceIndex(3) +2 >Emitted(25, 19) Source(19, 2) + SourceIndex(3) --- >>>}()); 1 > @@ -4371,10 +4376,10 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ get c() { return 10; } > /**@internal*/ set c(val: number) { } > } -1 >Emitted(25, 1) Source(19, 1) + SourceIndex(3) -2 >Emitted(25, 2) Source(19, 2) + SourceIndex(3) -3 >Emitted(25, 2) Source(13, 1) + SourceIndex(3) -4 >Emitted(25, 6) Source(19, 2) + SourceIndex(3) +1 >Emitted(26, 1) Source(19, 1) + SourceIndex(3) +2 >Emitted(26, 2) Source(19, 2) + SourceIndex(3) +3 >Emitted(26, 2) Source(13, 1) + SourceIndex(3) +4 >Emitted(26, 6) Source(19, 2) + SourceIndex(3) --- >>>var normalN; 1-> @@ -4396,10 +4401,10 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ export const internalConst = 10; > /**@internal*/ export enum internalEnum { a, b, c } > } -1->Emitted(26, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(26, 5) Source(20, 11) + SourceIndex(3) -3 >Emitted(26, 12) Source(20, 18) + SourceIndex(3) -4 >Emitted(26, 13) Source(29, 2) + SourceIndex(3) +1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(27, 5) Source(20, 11) + SourceIndex(3) +3 >Emitted(27, 12) Source(20, 18) + SourceIndex(3) +4 >Emitted(27, 13) Source(29, 2) + SourceIndex(3) --- >>>(function (normalN) { 1-> @@ -4409,9 +4414,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > normalN -1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(27, 12) Source(20, 11) + SourceIndex(3) -3 >Emitted(27, 19) Source(20, 18) + SourceIndex(3) +1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(28, 12) Source(20, 11) + SourceIndex(3) +3 >Emitted(28, 19) Source(20, 18) + SourceIndex(3) --- >>> /**@internal*/ var C = /** @class */ (function () { 1->^^^^ @@ -4422,15 +4427,15 @@ sourceFile:../../../second/second_part1.ts > 2 > /**@internal*/ 3 > -1->Emitted(28, 5) Source(21, 5) + SourceIndex(3) -2 >Emitted(28, 19) Source(21, 19) + SourceIndex(3) -3 >Emitted(28, 20) Source(21, 20) + SourceIndex(3) +1->Emitted(29, 5) Source(21, 5) + SourceIndex(3) +2 >Emitted(29, 19) Source(21, 19) + SourceIndex(3) +3 >Emitted(29, 20) Source(21, 20) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(29, 9) Source(21, 20) + SourceIndex(3) +1->Emitted(30, 9) Source(21, 20) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -4438,16 +4443,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(30, 9) Source(21, 37) + SourceIndex(3) -2 >Emitted(30, 10) Source(21, 38) + SourceIndex(3) +1->Emitted(31, 9) Source(21, 37) + SourceIndex(3) +2 >Emitted(31, 10) Source(21, 38) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(31, 9) Source(21, 37) + SourceIndex(3) -2 >Emitted(31, 17) Source(21, 38) + SourceIndex(3) +1->Emitted(32, 9) Source(21, 37) + SourceIndex(3) +2 >Emitted(32, 17) Source(21, 38) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -4459,10 +4464,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(32, 5) Source(21, 37) + SourceIndex(3) -2 >Emitted(32, 6) Source(21, 38) + SourceIndex(3) -3 >Emitted(32, 6) Source(21, 20) + SourceIndex(3) -4 >Emitted(32, 10) Source(21, 38) + SourceIndex(3) +1 >Emitted(33, 5) Source(21, 37) + SourceIndex(3) +2 >Emitted(33, 6) Source(21, 38) + SourceIndex(3) +3 >Emitted(33, 6) Source(21, 20) + SourceIndex(3) +4 >Emitted(33, 10) Source(21, 38) + SourceIndex(3) --- >>> normalN.C = C; 1->^^^^ @@ -4474,10 +4479,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > { } 4 > -1->Emitted(33, 5) Source(21, 33) + SourceIndex(3) -2 >Emitted(33, 14) Source(21, 34) + SourceIndex(3) -3 >Emitted(33, 18) Source(21, 38) + SourceIndex(3) -4 >Emitted(33, 19) Source(21, 38) + SourceIndex(3) +1->Emitted(34, 5) Source(21, 33) + SourceIndex(3) +2 >Emitted(34, 14) Source(21, 34) + SourceIndex(3) +3 >Emitted(34, 18) Source(21, 38) + SourceIndex(3) +4 >Emitted(34, 19) Source(21, 38) + SourceIndex(3) --- >>> /**@internal*/ function foo() { } 1->^^^^ @@ -4495,13 +4500,13 @@ sourceFile:../../../second/second_part1.ts 5 > foo 6 > () { 7 > } -1->Emitted(34, 5) Source(22, 5) + SourceIndex(3) -2 >Emitted(34, 19) Source(22, 19) + SourceIndex(3) -3 >Emitted(34, 20) Source(22, 20) + SourceIndex(3) -4 >Emitted(34, 29) Source(22, 36) + SourceIndex(3) -5 >Emitted(34, 32) Source(22, 39) + SourceIndex(3) -6 >Emitted(34, 37) Source(22, 43) + SourceIndex(3) -7 >Emitted(34, 38) Source(22, 44) + SourceIndex(3) +1->Emitted(35, 5) Source(22, 5) + SourceIndex(3) +2 >Emitted(35, 19) Source(22, 19) + SourceIndex(3) +3 >Emitted(35, 20) Source(22, 20) + SourceIndex(3) +4 >Emitted(35, 29) Source(22, 36) + SourceIndex(3) +5 >Emitted(35, 32) Source(22, 39) + SourceIndex(3) +6 >Emitted(35, 37) Source(22, 43) + SourceIndex(3) +7 >Emitted(35, 38) Source(22, 44) + SourceIndex(3) --- >>> normalN.foo = foo; 1 >^^^^ @@ -4513,10 +4518,10 @@ sourceFile:../../../second/second_part1.ts 2 > foo 3 > () {} 4 > -1 >Emitted(35, 5) Source(22, 36) + SourceIndex(3) -2 >Emitted(35, 16) Source(22, 39) + SourceIndex(3) -3 >Emitted(35, 22) Source(22, 44) + SourceIndex(3) -4 >Emitted(35, 23) Source(22, 44) + SourceIndex(3) +1 >Emitted(36, 5) Source(22, 36) + SourceIndex(3) +2 >Emitted(36, 16) Source(22, 39) + SourceIndex(3) +3 >Emitted(36, 22) Source(22, 44) + SourceIndex(3) +4 >Emitted(36, 23) Source(22, 44) + SourceIndex(3) --- >>> /**@internal*/ var someNamespace; 1->^^^^ @@ -4532,12 +4537,12 @@ sourceFile:../../../second/second_part1.ts 4 > export namespace 5 > someNamespace 6 > { export class C {} } -1->Emitted(36, 5) Source(23, 5) + SourceIndex(3) -2 >Emitted(36, 19) Source(23, 19) + SourceIndex(3) -3 >Emitted(36, 20) Source(23, 20) + SourceIndex(3) -4 >Emitted(36, 24) Source(23, 37) + SourceIndex(3) -5 >Emitted(36, 37) Source(23, 50) + SourceIndex(3) -6 >Emitted(36, 38) Source(23, 72) + SourceIndex(3) +1->Emitted(37, 5) Source(23, 5) + SourceIndex(3) +2 >Emitted(37, 19) Source(23, 19) + SourceIndex(3) +3 >Emitted(37, 20) Source(23, 20) + SourceIndex(3) +4 >Emitted(37, 24) Source(23, 37) + SourceIndex(3) +5 >Emitted(37, 37) Source(23, 50) + SourceIndex(3) +6 >Emitted(37, 38) Source(23, 72) + SourceIndex(3) --- >>> (function (someNamespace) { 1 >^^^^ @@ -4547,21 +4552,21 @@ sourceFile:../../../second/second_part1.ts 1 > 2 > export namespace 3 > someNamespace -1 >Emitted(37, 5) Source(23, 20) + SourceIndex(3) -2 >Emitted(37, 16) Source(23, 37) + SourceIndex(3) -3 >Emitted(37, 29) Source(23, 50) + SourceIndex(3) +1 >Emitted(38, 5) Source(23, 20) + SourceIndex(3) +2 >Emitted(38, 16) Source(23, 37) + SourceIndex(3) +3 >Emitted(38, 29) Source(23, 50) + SourceIndex(3) --- >>> var C = /** @class */ (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(38, 9) Source(23, 53) + SourceIndex(3) +1->Emitted(39, 9) Source(23, 53) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(39, 13) Source(23, 53) + SourceIndex(3) +1->Emitted(40, 13) Source(23, 53) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -4569,16 +4574,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(40, 13) Source(23, 69) + SourceIndex(3) -2 >Emitted(40, 14) Source(23, 70) + SourceIndex(3) +1->Emitted(41, 13) Source(23, 69) + SourceIndex(3) +2 >Emitted(41, 14) Source(23, 70) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(41, 13) Source(23, 69) + SourceIndex(3) -2 >Emitted(41, 21) Source(23, 70) + SourceIndex(3) +1->Emitted(42, 13) Source(23, 69) + SourceIndex(3) +2 >Emitted(42, 21) Source(23, 70) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -4590,10 +4595,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(42, 9) Source(23, 69) + SourceIndex(3) -2 >Emitted(42, 10) Source(23, 70) + SourceIndex(3) -3 >Emitted(42, 10) Source(23, 53) + SourceIndex(3) -4 >Emitted(42, 14) Source(23, 70) + SourceIndex(3) +1 >Emitted(43, 9) Source(23, 69) + SourceIndex(3) +2 >Emitted(43, 10) Source(23, 70) + SourceIndex(3) +3 >Emitted(43, 10) Source(23, 53) + SourceIndex(3) +4 >Emitted(43, 14) Source(23, 70) + SourceIndex(3) --- >>> someNamespace.C = C; 1->^^^^^^^^ @@ -4605,10 +4610,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > {} 4 > -1->Emitted(43, 9) Source(23, 66) + SourceIndex(3) -2 >Emitted(43, 24) Source(23, 67) + SourceIndex(3) -3 >Emitted(43, 28) Source(23, 70) + SourceIndex(3) -4 >Emitted(43, 29) Source(23, 70) + SourceIndex(3) +1->Emitted(44, 9) Source(23, 66) + SourceIndex(3) +2 >Emitted(44, 24) Source(23, 67) + SourceIndex(3) +3 >Emitted(44, 28) Source(23, 70) + SourceIndex(3) +4 >Emitted(44, 29) Source(23, 70) + SourceIndex(3) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^ @@ -4629,15 +4634,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(44, 5) Source(23, 71) + SourceIndex(3) -2 >Emitted(44, 6) Source(23, 72) + SourceIndex(3) -3 >Emitted(44, 8) Source(23, 37) + SourceIndex(3) -4 >Emitted(44, 21) Source(23, 50) + SourceIndex(3) -5 >Emitted(44, 24) Source(23, 37) + SourceIndex(3) -6 >Emitted(44, 45) Source(23, 50) + SourceIndex(3) -7 >Emitted(44, 50) Source(23, 37) + SourceIndex(3) -8 >Emitted(44, 71) Source(23, 50) + SourceIndex(3) -9 >Emitted(44, 79) Source(23, 72) + SourceIndex(3) +1->Emitted(45, 5) Source(23, 71) + SourceIndex(3) +2 >Emitted(45, 6) Source(23, 72) + SourceIndex(3) +3 >Emitted(45, 8) Source(23, 37) + SourceIndex(3) +4 >Emitted(45, 21) Source(23, 50) + SourceIndex(3) +5 >Emitted(45, 24) Source(23, 37) + SourceIndex(3) +6 >Emitted(45, 45) Source(23, 50) + SourceIndex(3) +7 >Emitted(45, 50) Source(23, 37) + SourceIndex(3) +8 >Emitted(45, 71) Source(23, 50) + SourceIndex(3) +9 >Emitted(45, 79) Source(23, 72) + SourceIndex(3) --- >>> /**@internal*/ var someOther; 1 >^^^^ @@ -4653,12 +4658,12 @@ sourceFile:../../../second/second_part1.ts 4 > export namespace 5 > someOther 6 > .something { export class someClass {} } -1 >Emitted(45, 5) Source(24, 5) + SourceIndex(3) -2 >Emitted(45, 19) Source(24, 19) + SourceIndex(3) -3 >Emitted(45, 20) Source(24, 20) + SourceIndex(3) -4 >Emitted(45, 24) Source(24, 37) + SourceIndex(3) -5 >Emitted(45, 33) Source(24, 46) + SourceIndex(3) -6 >Emitted(45, 34) Source(24, 86) + SourceIndex(3) +1 >Emitted(46, 5) Source(24, 5) + SourceIndex(3) +2 >Emitted(46, 19) Source(24, 19) + SourceIndex(3) +3 >Emitted(46, 20) Source(24, 20) + SourceIndex(3) +4 >Emitted(46, 24) Source(24, 37) + SourceIndex(3) +5 >Emitted(46, 33) Source(24, 46) + SourceIndex(3) +6 >Emitted(46, 34) Source(24, 86) + SourceIndex(3) --- >>> (function (someOther) { 1 >^^^^ @@ -4667,9 +4672,9 @@ sourceFile:../../../second/second_part1.ts 1 > 2 > export namespace 3 > someOther -1 >Emitted(46, 5) Source(24, 20) + SourceIndex(3) -2 >Emitted(46, 16) Source(24, 37) + SourceIndex(3) -3 >Emitted(46, 25) Source(24, 46) + SourceIndex(3) +1 >Emitted(47, 5) Source(24, 20) + SourceIndex(3) +2 >Emitted(47, 16) Source(24, 37) + SourceIndex(3) +3 >Emitted(47, 25) Source(24, 46) + SourceIndex(3) --- >>> var something; 1 >^^^^^^^^ @@ -4681,10 +4686,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(47, 9) Source(24, 47) + SourceIndex(3) -2 >Emitted(47, 13) Source(24, 47) + SourceIndex(3) -3 >Emitted(47, 22) Source(24, 56) + SourceIndex(3) -4 >Emitted(47, 23) Source(24, 86) + SourceIndex(3) +1 >Emitted(48, 9) Source(24, 47) + SourceIndex(3) +2 >Emitted(48, 13) Source(24, 47) + SourceIndex(3) +3 >Emitted(48, 22) Source(24, 56) + SourceIndex(3) +4 >Emitted(48, 23) Source(24, 86) + SourceIndex(3) --- >>> (function (something) { 1->^^^^^^^^ @@ -4694,21 +4699,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(48, 9) Source(24, 47) + SourceIndex(3) -2 >Emitted(48, 20) Source(24, 47) + SourceIndex(3) -3 >Emitted(48, 29) Source(24, 56) + SourceIndex(3) +1->Emitted(49, 9) Source(24, 47) + SourceIndex(3) +2 >Emitted(49, 20) Source(24, 47) + SourceIndex(3) +3 >Emitted(49, 29) Source(24, 56) + SourceIndex(3) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(49, 13) Source(24, 59) + SourceIndex(3) +1->Emitted(50, 13) Source(24, 59) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(50, 17) Source(24, 59) + SourceIndex(3) +1->Emitted(51, 17) Source(24, 59) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -4716,16 +4721,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(51, 17) Source(24, 83) + SourceIndex(3) -2 >Emitted(51, 18) Source(24, 84) + SourceIndex(3) +1->Emitted(52, 17) Source(24, 83) + SourceIndex(3) +2 >Emitted(52, 18) Source(24, 84) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(52, 17) Source(24, 83) + SourceIndex(3) -2 >Emitted(52, 33) Source(24, 84) + SourceIndex(3) +1->Emitted(53, 17) Source(24, 83) + SourceIndex(3) +2 >Emitted(53, 33) Source(24, 84) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -4737,10 +4742,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(53, 13) Source(24, 83) + SourceIndex(3) -2 >Emitted(53, 14) Source(24, 84) + SourceIndex(3) -3 >Emitted(53, 14) Source(24, 59) + SourceIndex(3) -4 >Emitted(53, 18) Source(24, 84) + SourceIndex(3) +1 >Emitted(54, 13) Source(24, 83) + SourceIndex(3) +2 >Emitted(54, 14) Source(24, 84) + SourceIndex(3) +3 >Emitted(54, 14) Source(24, 59) + SourceIndex(3) +4 >Emitted(54, 18) Source(24, 84) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -4752,10 +4757,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(54, 13) Source(24, 72) + SourceIndex(3) -2 >Emitted(54, 32) Source(24, 81) + SourceIndex(3) -3 >Emitted(54, 44) Source(24, 84) + SourceIndex(3) -4 >Emitted(54, 45) Source(24, 84) + SourceIndex(3) +1->Emitted(55, 13) Source(24, 72) + SourceIndex(3) +2 >Emitted(55, 32) Source(24, 81) + SourceIndex(3) +3 >Emitted(55, 44) Source(24, 84) + SourceIndex(3) +4 >Emitted(55, 45) Source(24, 84) + SourceIndex(3) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^ @@ -4776,15 +4781,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(55, 9) Source(24, 85) + SourceIndex(3) -2 >Emitted(55, 10) Source(24, 86) + SourceIndex(3) -3 >Emitted(55, 12) Source(24, 47) + SourceIndex(3) -4 >Emitted(55, 21) Source(24, 56) + SourceIndex(3) -5 >Emitted(55, 24) Source(24, 47) + SourceIndex(3) -6 >Emitted(55, 43) Source(24, 56) + SourceIndex(3) -7 >Emitted(55, 48) Source(24, 47) + SourceIndex(3) -8 >Emitted(55, 67) Source(24, 56) + SourceIndex(3) -9 >Emitted(55, 75) Source(24, 86) + SourceIndex(3) +1->Emitted(56, 9) Source(24, 85) + SourceIndex(3) +2 >Emitted(56, 10) Source(24, 86) + SourceIndex(3) +3 >Emitted(56, 12) Source(24, 47) + SourceIndex(3) +4 >Emitted(56, 21) Source(24, 56) + SourceIndex(3) +5 >Emitted(56, 24) Source(24, 47) + SourceIndex(3) +6 >Emitted(56, 43) Source(24, 56) + SourceIndex(3) +7 >Emitted(56, 48) Source(24, 47) + SourceIndex(3) +8 >Emitted(56, 67) Source(24, 56) + SourceIndex(3) +9 >Emitted(56, 75) Source(24, 86) + SourceIndex(3) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^ @@ -4805,15 +4810,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(56, 5) Source(24, 85) + SourceIndex(3) -2 >Emitted(56, 6) Source(24, 86) + SourceIndex(3) -3 >Emitted(56, 8) Source(24, 37) + SourceIndex(3) -4 >Emitted(56, 17) Source(24, 46) + SourceIndex(3) -5 >Emitted(56, 20) Source(24, 37) + SourceIndex(3) -6 >Emitted(56, 37) Source(24, 46) + SourceIndex(3) -7 >Emitted(56, 42) Source(24, 37) + SourceIndex(3) -8 >Emitted(56, 59) Source(24, 46) + SourceIndex(3) -9 >Emitted(56, 67) Source(24, 86) + SourceIndex(3) +1 >Emitted(57, 5) Source(24, 85) + SourceIndex(3) +2 >Emitted(57, 6) Source(24, 86) + SourceIndex(3) +3 >Emitted(57, 8) Source(24, 37) + SourceIndex(3) +4 >Emitted(57, 17) Source(24, 46) + SourceIndex(3) +5 >Emitted(57, 20) Source(24, 37) + SourceIndex(3) +6 >Emitted(57, 37) Source(24, 46) + SourceIndex(3) +7 >Emitted(57, 42) Source(24, 37) + SourceIndex(3) +8 >Emitted(57, 59) Source(24, 46) + SourceIndex(3) +9 >Emitted(57, 67) Source(24, 86) + SourceIndex(3) --- >>> /**@internal*/ normalN.someImport = someNamespace.C; 1 >^^^^ @@ -4835,15 +4840,15 @@ sourceFile:../../../second/second_part1.ts 7 > . 8 > C 9 > ; -1 >Emitted(57, 5) Source(25, 5) + SourceIndex(3) -2 >Emitted(57, 19) Source(25, 19) + SourceIndex(3) -3 >Emitted(57, 20) Source(25, 34) + SourceIndex(3) -4 >Emitted(57, 38) Source(25, 44) + SourceIndex(3) -5 >Emitted(57, 41) Source(25, 47) + SourceIndex(3) -6 >Emitted(57, 54) Source(25, 60) + SourceIndex(3) -7 >Emitted(57, 55) Source(25, 61) + SourceIndex(3) -8 >Emitted(57, 56) Source(25, 62) + SourceIndex(3) -9 >Emitted(57, 57) Source(25, 63) + SourceIndex(3) +1 >Emitted(58, 5) Source(25, 5) + SourceIndex(3) +2 >Emitted(58, 19) Source(25, 19) + SourceIndex(3) +3 >Emitted(58, 20) Source(25, 34) + SourceIndex(3) +4 >Emitted(58, 38) Source(25, 44) + SourceIndex(3) +5 >Emitted(58, 41) Source(25, 47) + SourceIndex(3) +6 >Emitted(58, 54) Source(25, 60) + SourceIndex(3) +7 >Emitted(58, 55) Source(25, 61) + SourceIndex(3) +8 >Emitted(58, 56) Source(25, 62) + SourceIndex(3) +9 >Emitted(58, 57) Source(25, 63) + SourceIndex(3) --- >>> /**@internal*/ normalN.internalConst = 10; 1 >^^^^ @@ -4862,13 +4867,13 @@ sourceFile:../../../second/second_part1.ts 5 > = 6 > 10 7 > ; -1 >Emitted(58, 5) Source(27, 5) + SourceIndex(3) -2 >Emitted(58, 19) Source(27, 19) + SourceIndex(3) -3 >Emitted(58, 20) Source(27, 33) + SourceIndex(3) -4 >Emitted(58, 41) Source(27, 46) + SourceIndex(3) -5 >Emitted(58, 44) Source(27, 49) + SourceIndex(3) -6 >Emitted(58, 46) Source(27, 51) + SourceIndex(3) -7 >Emitted(58, 47) Source(27, 52) + SourceIndex(3) +1 >Emitted(59, 5) Source(27, 5) + SourceIndex(3) +2 >Emitted(59, 19) Source(27, 19) + SourceIndex(3) +3 >Emitted(59, 20) Source(27, 33) + SourceIndex(3) +4 >Emitted(59, 41) Source(27, 46) + SourceIndex(3) +5 >Emitted(59, 44) Source(27, 49) + SourceIndex(3) +6 >Emitted(59, 46) Source(27, 51) + SourceIndex(3) +7 >Emitted(59, 47) Source(27, 52) + SourceIndex(3) --- >>> /**@internal*/ var internalEnum; 1 >^^^^ @@ -4882,11 +4887,11 @@ sourceFile:../../../second/second_part1.ts 3 > 4 > export enum 5 > internalEnum { a, b, c } -1 >Emitted(59, 5) Source(28, 5) + SourceIndex(3) -2 >Emitted(59, 19) Source(28, 19) + SourceIndex(3) -3 >Emitted(59, 20) Source(28, 20) + SourceIndex(3) -4 >Emitted(59, 24) Source(28, 32) + SourceIndex(3) -5 >Emitted(59, 36) Source(28, 56) + SourceIndex(3) +1 >Emitted(60, 5) Source(28, 5) + SourceIndex(3) +2 >Emitted(60, 19) Source(28, 19) + SourceIndex(3) +3 >Emitted(60, 20) Source(28, 20) + SourceIndex(3) +4 >Emitted(60, 24) Source(28, 32) + SourceIndex(3) +5 >Emitted(60, 36) Source(28, 56) + SourceIndex(3) --- >>> (function (internalEnum) { 1 >^^^^ @@ -4896,9 +4901,9 @@ sourceFile:../../../second/second_part1.ts 1 > 2 > export enum 3 > internalEnum -1 >Emitted(60, 5) Source(28, 20) + SourceIndex(3) -2 >Emitted(60, 16) Source(28, 32) + SourceIndex(3) -3 >Emitted(60, 28) Source(28, 44) + SourceIndex(3) +1 >Emitted(61, 5) Source(28, 20) + SourceIndex(3) +2 >Emitted(61, 16) Source(28, 32) + SourceIndex(3) +3 >Emitted(61, 28) Source(28, 44) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -4908,9 +4913,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(61, 9) Source(28, 47) + SourceIndex(3) -2 >Emitted(61, 50) Source(28, 48) + SourceIndex(3) -3 >Emitted(61, 51) Source(28, 48) + SourceIndex(3) +1->Emitted(62, 9) Source(28, 47) + SourceIndex(3) +2 >Emitted(62, 50) Source(28, 48) + SourceIndex(3) +3 >Emitted(62, 51) Source(28, 48) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -4920,9 +4925,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(62, 9) Source(28, 50) + SourceIndex(3) -2 >Emitted(62, 50) Source(28, 51) + SourceIndex(3) -3 >Emitted(62, 51) Source(28, 51) + SourceIndex(3) +1->Emitted(63, 9) Source(28, 50) + SourceIndex(3) +2 >Emitted(63, 50) Source(28, 51) + SourceIndex(3) +3 >Emitted(63, 51) Source(28, 51) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -4932,9 +4937,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(63, 9) Source(28, 53) + SourceIndex(3) -2 >Emitted(63, 50) Source(28, 54) + SourceIndex(3) -3 >Emitted(63, 51) Source(28, 54) + SourceIndex(3) +1->Emitted(64, 9) Source(28, 53) + SourceIndex(3) +2 >Emitted(64, 50) Source(28, 54) + SourceIndex(3) +3 >Emitted(64, 51) Source(28, 54) + SourceIndex(3) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^ @@ -4955,15 +4960,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(64, 5) Source(28, 55) + SourceIndex(3) -2 >Emitted(64, 6) Source(28, 56) + SourceIndex(3) -3 >Emitted(64, 8) Source(28, 32) + SourceIndex(3) -4 >Emitted(64, 20) Source(28, 44) + SourceIndex(3) -5 >Emitted(64, 23) Source(28, 32) + SourceIndex(3) -6 >Emitted(64, 43) Source(28, 44) + SourceIndex(3) -7 >Emitted(64, 48) Source(28, 32) + SourceIndex(3) -8 >Emitted(64, 68) Source(28, 44) + SourceIndex(3) -9 >Emitted(64, 76) Source(28, 56) + SourceIndex(3) +1->Emitted(65, 5) Source(28, 55) + SourceIndex(3) +2 >Emitted(65, 6) Source(28, 56) + SourceIndex(3) +3 >Emitted(65, 8) Source(28, 32) + SourceIndex(3) +4 >Emitted(65, 20) Source(28, 44) + SourceIndex(3) +5 >Emitted(65, 23) Source(28, 32) + SourceIndex(3) +6 >Emitted(65, 43) Source(28, 44) + SourceIndex(3) +7 >Emitted(65, 48) Source(28, 32) + SourceIndex(3) +8 >Emitted(65, 68) Source(28, 44) + SourceIndex(3) +9 >Emitted(65, 76) Source(28, 56) + SourceIndex(3) --- >>>})(normalN || (normalN = {})); 1 > @@ -4991,13 +4996,13 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ export const internalConst = 10; > /**@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(65, 1) Source(29, 1) + SourceIndex(3) -2 >Emitted(65, 2) Source(29, 2) + SourceIndex(3) -3 >Emitted(65, 4) Source(20, 11) + SourceIndex(3) -4 >Emitted(65, 11) Source(20, 18) + SourceIndex(3) -5 >Emitted(65, 16) Source(20, 11) + SourceIndex(3) -6 >Emitted(65, 23) Source(20, 18) + SourceIndex(3) -7 >Emitted(65, 31) Source(29, 2) + SourceIndex(3) +1 >Emitted(66, 1) Source(29, 1) + SourceIndex(3) +2 >Emitted(66, 2) Source(29, 2) + SourceIndex(3) +3 >Emitted(66, 4) Source(20, 11) + SourceIndex(3) +4 >Emitted(66, 11) Source(20, 18) + SourceIndex(3) +5 >Emitted(66, 16) Source(20, 11) + SourceIndex(3) +6 >Emitted(66, 23) Source(20, 18) + SourceIndex(3) +7 >Emitted(66, 31) Source(29, 2) + SourceIndex(3) --- >>>/**@internal*/ var internalC = /** @class */ (function () { 1-> @@ -5008,15 +5013,15 @@ sourceFile:../../../second/second_part1.ts > 2 >/**@internal*/ 3 > -1->Emitted(66, 1) Source(30, 1) + SourceIndex(3) -2 >Emitted(66, 15) Source(30, 15) + SourceIndex(3) -3 >Emitted(66, 16) Source(30, 16) + SourceIndex(3) +1->Emitted(67, 1) Source(30, 1) + SourceIndex(3) +2 >Emitted(67, 15) Source(30, 15) + SourceIndex(3) +3 >Emitted(67, 16) Source(30, 16) + SourceIndex(3) --- >>> function internalC() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(67, 5) Source(30, 16) + SourceIndex(3) +1->Emitted(68, 5) Source(30, 16) + SourceIndex(3) --- >>> } 1->^^^^ @@ -5024,16 +5029,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->class internalC { 2 > } -1->Emitted(68, 5) Source(30, 33) + SourceIndex(3) -2 >Emitted(68, 6) Source(30, 34) + SourceIndex(3) +1->Emitted(69, 5) Source(30, 33) + SourceIndex(3) +2 >Emitted(69, 6) Source(30, 34) + SourceIndex(3) --- >>> return internalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(69, 5) Source(30, 33) + SourceIndex(3) -2 >Emitted(69, 21) Source(30, 34) + SourceIndex(3) +1->Emitted(70, 5) Source(30, 33) + SourceIndex(3) +2 >Emitted(70, 21) Source(30, 34) + SourceIndex(3) --- >>>}()); 1 > @@ -5045,10 +5050,10 @@ sourceFile:../../../second/second_part1.ts 2 >} 3 > 4 > class internalC {} -1 >Emitted(70, 1) Source(30, 33) + SourceIndex(3) -2 >Emitted(70, 2) Source(30, 34) + SourceIndex(3) -3 >Emitted(70, 2) Source(30, 16) + SourceIndex(3) -4 >Emitted(70, 6) Source(30, 34) + SourceIndex(3) +1 >Emitted(71, 1) Source(30, 33) + SourceIndex(3) +2 >Emitted(71, 2) Source(30, 34) + SourceIndex(3) +3 >Emitted(71, 2) Source(30, 16) + SourceIndex(3) +4 >Emitted(71, 6) Source(30, 34) + SourceIndex(3) --- >>>/**@internal*/ function internalfoo() { } 1-> @@ -5066,13 +5071,13 @@ sourceFile:../../../second/second_part1.ts 5 > internalfoo 6 > () { 7 > } -1->Emitted(71, 1) Source(31, 1) + SourceIndex(3) -2 >Emitted(71, 15) Source(31, 15) + SourceIndex(3) -3 >Emitted(71, 16) Source(31, 16) + SourceIndex(3) -4 >Emitted(71, 25) Source(31, 25) + SourceIndex(3) -5 >Emitted(71, 36) Source(31, 36) + SourceIndex(3) -6 >Emitted(71, 41) Source(31, 40) + SourceIndex(3) -7 >Emitted(71, 42) Source(31, 41) + SourceIndex(3) +1->Emitted(72, 1) Source(31, 1) + SourceIndex(3) +2 >Emitted(72, 15) Source(31, 15) + SourceIndex(3) +3 >Emitted(72, 16) Source(31, 16) + SourceIndex(3) +4 >Emitted(72, 25) Source(31, 25) + SourceIndex(3) +5 >Emitted(72, 36) Source(31, 36) + SourceIndex(3) +6 >Emitted(72, 41) Source(31, 40) + SourceIndex(3) +7 >Emitted(72, 42) Source(31, 41) + SourceIndex(3) --- >>>/**@internal*/ var internalNamespace; 1 > @@ -5088,12 +5093,12 @@ sourceFile:../../../second/second_part1.ts 4 > namespace 5 > internalNamespace 6 > { export class someClass {} } -1 >Emitted(72, 1) Source(32, 1) + SourceIndex(3) -2 >Emitted(72, 15) Source(32, 15) + SourceIndex(3) -3 >Emitted(72, 16) Source(32, 16) + SourceIndex(3) -4 >Emitted(72, 20) Source(32, 26) + SourceIndex(3) -5 >Emitted(72, 37) Source(32, 43) + SourceIndex(3) -6 >Emitted(72, 38) Source(32, 73) + SourceIndex(3) +1 >Emitted(73, 1) Source(32, 1) + SourceIndex(3) +2 >Emitted(73, 15) Source(32, 15) + SourceIndex(3) +3 >Emitted(73, 16) Source(32, 16) + SourceIndex(3) +4 >Emitted(73, 20) Source(32, 26) + SourceIndex(3) +5 >Emitted(73, 37) Source(32, 43) + SourceIndex(3) +6 >Emitted(73, 38) Source(32, 73) + SourceIndex(3) --- >>>(function (internalNamespace) { 1 > @@ -5103,21 +5108,21 @@ sourceFile:../../../second/second_part1.ts 1 > 2 >namespace 3 > internalNamespace -1 >Emitted(73, 1) Source(32, 16) + SourceIndex(3) -2 >Emitted(73, 12) Source(32, 26) + SourceIndex(3) -3 >Emitted(73, 29) Source(32, 43) + SourceIndex(3) +1 >Emitted(74, 1) Source(32, 16) + SourceIndex(3) +2 >Emitted(74, 12) Source(32, 26) + SourceIndex(3) +3 >Emitted(74, 29) Source(32, 43) + SourceIndex(3) --- >>> var someClass = /** @class */ (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(74, 5) Source(32, 46) + SourceIndex(3) +1->Emitted(75, 5) Source(32, 46) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(75, 9) Source(32, 46) + SourceIndex(3) +1->Emitted(76, 9) Source(32, 46) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -5125,16 +5130,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(76, 9) Source(32, 70) + SourceIndex(3) -2 >Emitted(76, 10) Source(32, 71) + SourceIndex(3) +1->Emitted(77, 9) Source(32, 70) + SourceIndex(3) +2 >Emitted(77, 10) Source(32, 71) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(77, 9) Source(32, 70) + SourceIndex(3) -2 >Emitted(77, 25) Source(32, 71) + SourceIndex(3) +1->Emitted(78, 9) Source(32, 70) + SourceIndex(3) +2 >Emitted(78, 25) Source(32, 71) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -5146,10 +5151,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(78, 5) Source(32, 70) + SourceIndex(3) -2 >Emitted(78, 6) Source(32, 71) + SourceIndex(3) -3 >Emitted(78, 6) Source(32, 46) + SourceIndex(3) -4 >Emitted(78, 10) Source(32, 71) + SourceIndex(3) +1 >Emitted(79, 5) Source(32, 70) + SourceIndex(3) +2 >Emitted(79, 6) Source(32, 71) + SourceIndex(3) +3 >Emitted(79, 6) Source(32, 46) + SourceIndex(3) +4 >Emitted(79, 10) Source(32, 71) + SourceIndex(3) --- >>> internalNamespace.someClass = someClass; 1->^^^^ @@ -5161,10 +5166,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(79, 5) Source(32, 59) + SourceIndex(3) -2 >Emitted(79, 32) Source(32, 68) + SourceIndex(3) -3 >Emitted(79, 44) Source(32, 71) + SourceIndex(3) -4 >Emitted(79, 45) Source(32, 71) + SourceIndex(3) +1->Emitted(80, 5) Source(32, 59) + SourceIndex(3) +2 >Emitted(80, 32) Source(32, 68) + SourceIndex(3) +3 >Emitted(80, 44) Source(32, 71) + SourceIndex(3) +4 >Emitted(80, 45) Source(32, 71) + SourceIndex(3) --- >>>})(internalNamespace || (internalNamespace = {})); 1-> @@ -5181,13 +5186,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalNamespace 7 > { export class someClass {} } -1->Emitted(80, 1) Source(32, 72) + SourceIndex(3) -2 >Emitted(80, 2) Source(32, 73) + SourceIndex(3) -3 >Emitted(80, 4) Source(32, 26) + SourceIndex(3) -4 >Emitted(80, 21) Source(32, 43) + SourceIndex(3) -5 >Emitted(80, 26) Source(32, 26) + SourceIndex(3) -6 >Emitted(80, 43) Source(32, 43) + SourceIndex(3) -7 >Emitted(80, 51) Source(32, 73) + SourceIndex(3) +1->Emitted(81, 1) Source(32, 72) + SourceIndex(3) +2 >Emitted(81, 2) Source(32, 73) + SourceIndex(3) +3 >Emitted(81, 4) Source(32, 26) + SourceIndex(3) +4 >Emitted(81, 21) Source(32, 43) + SourceIndex(3) +5 >Emitted(81, 26) Source(32, 26) + SourceIndex(3) +6 >Emitted(81, 43) Source(32, 43) + SourceIndex(3) +7 >Emitted(81, 51) Source(32, 73) + SourceIndex(3) --- >>>/**@internal*/ var internalOther; 1 > @@ -5203,12 +5208,12 @@ sourceFile:../../../second/second_part1.ts 4 > namespace 5 > internalOther 6 > .something { export class someClass {} } -1 >Emitted(81, 1) Source(33, 1) + SourceIndex(3) -2 >Emitted(81, 15) Source(33, 15) + SourceIndex(3) -3 >Emitted(81, 16) Source(33, 16) + SourceIndex(3) -4 >Emitted(81, 20) Source(33, 26) + SourceIndex(3) -5 >Emitted(81, 33) Source(33, 39) + SourceIndex(3) -6 >Emitted(81, 34) Source(33, 79) + SourceIndex(3) +1 >Emitted(82, 1) Source(33, 1) + SourceIndex(3) +2 >Emitted(82, 15) Source(33, 15) + SourceIndex(3) +3 >Emitted(82, 16) Source(33, 16) + SourceIndex(3) +4 >Emitted(82, 20) Source(33, 26) + SourceIndex(3) +5 >Emitted(82, 33) Source(33, 39) + SourceIndex(3) +6 >Emitted(82, 34) Source(33, 79) + SourceIndex(3) --- >>>(function (internalOther) { 1 > @@ -5217,9 +5222,9 @@ sourceFile:../../../second/second_part1.ts 1 > 2 >namespace 3 > internalOther -1 >Emitted(82, 1) Source(33, 16) + SourceIndex(3) -2 >Emitted(82, 12) Source(33, 26) + SourceIndex(3) -3 >Emitted(82, 25) Source(33, 39) + SourceIndex(3) +1 >Emitted(83, 1) Source(33, 16) + SourceIndex(3) +2 >Emitted(83, 12) Source(33, 26) + SourceIndex(3) +3 >Emitted(83, 25) Source(33, 39) + SourceIndex(3) --- >>> var something; 1 >^^^^ @@ -5231,10 +5236,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(83, 5) Source(33, 40) + SourceIndex(3) -2 >Emitted(83, 9) Source(33, 40) + SourceIndex(3) -3 >Emitted(83, 18) Source(33, 49) + SourceIndex(3) -4 >Emitted(83, 19) Source(33, 79) + SourceIndex(3) +1 >Emitted(84, 5) Source(33, 40) + SourceIndex(3) +2 >Emitted(84, 9) Source(33, 40) + SourceIndex(3) +3 >Emitted(84, 18) Source(33, 49) + SourceIndex(3) +4 >Emitted(84, 19) Source(33, 79) + SourceIndex(3) --- >>> (function (something) { 1->^^^^ @@ -5244,21 +5249,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(84, 5) Source(33, 40) + SourceIndex(3) -2 >Emitted(84, 16) Source(33, 40) + SourceIndex(3) -3 >Emitted(84, 25) Source(33, 49) + SourceIndex(3) +1->Emitted(85, 5) Source(33, 40) + SourceIndex(3) +2 >Emitted(85, 16) Source(33, 40) + SourceIndex(3) +3 >Emitted(85, 25) Source(33, 49) + SourceIndex(3) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(85, 9) Source(33, 52) + SourceIndex(3) +1->Emitted(86, 9) Source(33, 52) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(86, 13) Source(33, 52) + SourceIndex(3) +1->Emitted(87, 13) Source(33, 52) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -5266,16 +5271,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(87, 13) Source(33, 76) + SourceIndex(3) -2 >Emitted(87, 14) Source(33, 77) + SourceIndex(3) +1->Emitted(88, 13) Source(33, 76) + SourceIndex(3) +2 >Emitted(88, 14) Source(33, 77) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(88, 13) Source(33, 76) + SourceIndex(3) -2 >Emitted(88, 29) Source(33, 77) + SourceIndex(3) +1->Emitted(89, 13) Source(33, 76) + SourceIndex(3) +2 >Emitted(89, 29) Source(33, 77) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -5287,10 +5292,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(89, 9) Source(33, 76) + SourceIndex(3) -2 >Emitted(89, 10) Source(33, 77) + SourceIndex(3) -3 >Emitted(89, 10) Source(33, 52) + SourceIndex(3) -4 >Emitted(89, 14) Source(33, 77) + SourceIndex(3) +1 >Emitted(90, 9) Source(33, 76) + SourceIndex(3) +2 >Emitted(90, 10) Source(33, 77) + SourceIndex(3) +3 >Emitted(90, 10) Source(33, 52) + SourceIndex(3) +4 >Emitted(90, 14) Source(33, 77) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^ @@ -5302,10 +5307,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(90, 9) Source(33, 65) + SourceIndex(3) -2 >Emitted(90, 28) Source(33, 74) + SourceIndex(3) -3 >Emitted(90, 40) Source(33, 77) + SourceIndex(3) -4 >Emitted(90, 41) Source(33, 77) + SourceIndex(3) +1->Emitted(91, 9) Source(33, 65) + SourceIndex(3) +2 >Emitted(91, 28) Source(33, 74) + SourceIndex(3) +3 >Emitted(91, 40) Source(33, 77) + SourceIndex(3) +4 >Emitted(91, 41) Source(33, 77) + SourceIndex(3) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^ @@ -5326,15 +5331,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(91, 5) Source(33, 78) + SourceIndex(3) -2 >Emitted(91, 6) Source(33, 79) + SourceIndex(3) -3 >Emitted(91, 8) Source(33, 40) + SourceIndex(3) -4 >Emitted(91, 17) Source(33, 49) + SourceIndex(3) -5 >Emitted(91, 20) Source(33, 40) + SourceIndex(3) -6 >Emitted(91, 43) Source(33, 49) + SourceIndex(3) -7 >Emitted(91, 48) Source(33, 40) + SourceIndex(3) -8 >Emitted(91, 71) Source(33, 49) + SourceIndex(3) -9 >Emitted(91, 79) Source(33, 79) + SourceIndex(3) +1->Emitted(92, 5) Source(33, 78) + SourceIndex(3) +2 >Emitted(92, 6) Source(33, 79) + SourceIndex(3) +3 >Emitted(92, 8) Source(33, 40) + SourceIndex(3) +4 >Emitted(92, 17) Source(33, 49) + SourceIndex(3) +5 >Emitted(92, 20) Source(33, 40) + SourceIndex(3) +6 >Emitted(92, 43) Source(33, 49) + SourceIndex(3) +7 >Emitted(92, 48) Source(33, 40) + SourceIndex(3) +8 >Emitted(92, 71) Source(33, 49) + SourceIndex(3) +9 >Emitted(92, 79) Source(33, 79) + SourceIndex(3) --- >>>})(internalOther || (internalOther = {})); 1 > @@ -5352,13 +5357,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalOther 7 > .something { export class someClass {} } -1 >Emitted(92, 1) Source(33, 78) + SourceIndex(3) -2 >Emitted(92, 2) Source(33, 79) + SourceIndex(3) -3 >Emitted(92, 4) Source(33, 26) + SourceIndex(3) -4 >Emitted(92, 17) Source(33, 39) + SourceIndex(3) -5 >Emitted(92, 22) Source(33, 26) + SourceIndex(3) -6 >Emitted(92, 35) Source(33, 39) + SourceIndex(3) -7 >Emitted(92, 43) Source(33, 79) + SourceIndex(3) +1 >Emitted(93, 1) Source(33, 78) + SourceIndex(3) +2 >Emitted(93, 2) Source(33, 79) + SourceIndex(3) +3 >Emitted(93, 4) Source(33, 26) + SourceIndex(3) +4 >Emitted(93, 17) Source(33, 39) + SourceIndex(3) +5 >Emitted(93, 22) Source(33, 26) + SourceIndex(3) +6 >Emitted(93, 35) Source(33, 39) + SourceIndex(3) +7 >Emitted(93, 43) Source(33, 79) + SourceIndex(3) --- >>>/**@internal*/ var internalImport = internalNamespace.someClass; 1-> @@ -5382,16 +5387,16 @@ sourceFile:../../../second/second_part1.ts 8 > . 9 > someClass 10> ; -1->Emitted(93, 1) Source(34, 1) + SourceIndex(3) -2 >Emitted(93, 15) Source(34, 15) + SourceIndex(3) -3 >Emitted(93, 16) Source(34, 16) + SourceIndex(3) -4 >Emitted(93, 20) Source(34, 23) + SourceIndex(3) -5 >Emitted(93, 34) Source(34, 37) + SourceIndex(3) -6 >Emitted(93, 37) Source(34, 40) + SourceIndex(3) -7 >Emitted(93, 54) Source(34, 57) + SourceIndex(3) -8 >Emitted(93, 55) Source(34, 58) + SourceIndex(3) -9 >Emitted(93, 64) Source(34, 67) + SourceIndex(3) -10>Emitted(93, 65) Source(34, 68) + SourceIndex(3) +1->Emitted(94, 1) Source(34, 1) + SourceIndex(3) +2 >Emitted(94, 15) Source(34, 15) + SourceIndex(3) +3 >Emitted(94, 16) Source(34, 16) + SourceIndex(3) +4 >Emitted(94, 20) Source(34, 23) + SourceIndex(3) +5 >Emitted(94, 34) Source(34, 37) + SourceIndex(3) +6 >Emitted(94, 37) Source(34, 40) + SourceIndex(3) +7 >Emitted(94, 54) Source(34, 57) + SourceIndex(3) +8 >Emitted(94, 55) Source(34, 58) + SourceIndex(3) +9 >Emitted(94, 64) Source(34, 67) + SourceIndex(3) +10>Emitted(94, 65) Source(34, 68) + SourceIndex(3) --- >>>/**@internal*/ var internalConst = 10; 1 > @@ -5412,14 +5417,14 @@ sourceFile:../../../second/second_part1.ts 6 > = 7 > 10 8 > ; -1 >Emitted(94, 1) Source(36, 1) + SourceIndex(3) -2 >Emitted(94, 15) Source(36, 15) + SourceIndex(3) -3 >Emitted(94, 16) Source(36, 16) + SourceIndex(3) -4 >Emitted(94, 20) Source(36, 22) + SourceIndex(3) -5 >Emitted(94, 33) Source(36, 35) + SourceIndex(3) -6 >Emitted(94, 36) Source(36, 38) + SourceIndex(3) -7 >Emitted(94, 38) Source(36, 40) + SourceIndex(3) -8 >Emitted(94, 39) Source(36, 41) + SourceIndex(3) +1 >Emitted(95, 1) Source(36, 1) + SourceIndex(3) +2 >Emitted(95, 15) Source(36, 15) + SourceIndex(3) +3 >Emitted(95, 16) Source(36, 16) + SourceIndex(3) +4 >Emitted(95, 20) Source(36, 22) + SourceIndex(3) +5 >Emitted(95, 33) Source(36, 35) + SourceIndex(3) +6 >Emitted(95, 36) Source(36, 38) + SourceIndex(3) +7 >Emitted(95, 38) Source(36, 40) + SourceIndex(3) +8 >Emitted(95, 39) Source(36, 41) + SourceIndex(3) --- >>>/**@internal*/ var internalEnum; 1 > @@ -5433,11 +5438,11 @@ sourceFile:../../../second/second_part1.ts 3 > 4 > enum 5 > internalEnum { a, b, c } -1 >Emitted(95, 1) Source(37, 1) + SourceIndex(3) -2 >Emitted(95, 15) Source(37, 15) + SourceIndex(3) -3 >Emitted(95, 16) Source(37, 16) + SourceIndex(3) -4 >Emitted(95, 20) Source(37, 21) + SourceIndex(3) -5 >Emitted(95, 32) Source(37, 45) + SourceIndex(3) +1 >Emitted(96, 1) Source(37, 1) + SourceIndex(3) +2 >Emitted(96, 15) Source(37, 15) + SourceIndex(3) +3 >Emitted(96, 16) Source(37, 16) + SourceIndex(3) +4 >Emitted(96, 20) Source(37, 21) + SourceIndex(3) +5 >Emitted(96, 32) Source(37, 45) + SourceIndex(3) --- >>>(function (internalEnum) { 1 > @@ -5447,9 +5452,9 @@ sourceFile:../../../second/second_part1.ts 1 > 2 >enum 3 > internalEnum -1 >Emitted(96, 1) Source(37, 16) + SourceIndex(3) -2 >Emitted(96, 12) Source(37, 21) + SourceIndex(3) -3 >Emitted(96, 24) Source(37, 33) + SourceIndex(3) +1 >Emitted(97, 1) Source(37, 16) + SourceIndex(3) +2 >Emitted(97, 12) Source(37, 21) + SourceIndex(3) +3 >Emitted(97, 24) Source(37, 33) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^ @@ -5459,9 +5464,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(97, 5) Source(37, 36) + SourceIndex(3) -2 >Emitted(97, 46) Source(37, 37) + SourceIndex(3) -3 >Emitted(97, 47) Source(37, 37) + SourceIndex(3) +1->Emitted(98, 5) Source(37, 36) + SourceIndex(3) +2 >Emitted(98, 46) Source(37, 37) + SourceIndex(3) +3 >Emitted(98, 47) Source(37, 37) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^ @@ -5471,9 +5476,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(98, 5) Source(37, 39) + SourceIndex(3) -2 >Emitted(98, 46) Source(37, 40) + SourceIndex(3) -3 >Emitted(98, 47) Source(37, 40) + SourceIndex(3) +1->Emitted(99, 5) Source(37, 39) + SourceIndex(3) +2 >Emitted(99, 46) Source(37, 40) + SourceIndex(3) +3 >Emitted(99, 47) Source(37, 40) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^ @@ -5482,9 +5487,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(99, 5) Source(37, 42) + SourceIndex(3) -2 >Emitted(99, 46) Source(37, 43) + SourceIndex(3) -3 >Emitted(99, 47) Source(37, 43) + SourceIndex(3) +1->Emitted(100, 5) Source(37, 42) + SourceIndex(3) +2 >Emitted(100, 46) Source(37, 43) + SourceIndex(3) +3 >Emitted(100, 47) Source(37, 43) + SourceIndex(3) --- >>>})(internalEnum || (internalEnum = {})); 1 > @@ -5501,13 +5506,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalEnum 7 > { a, b, c } -1 >Emitted(100, 1) Source(37, 44) + SourceIndex(3) -2 >Emitted(100, 2) Source(37, 45) + SourceIndex(3) -3 >Emitted(100, 4) Source(37, 21) + SourceIndex(3) -4 >Emitted(100, 16) Source(37, 33) + SourceIndex(3) -5 >Emitted(100, 21) Source(37, 21) + SourceIndex(3) -6 >Emitted(100, 33) Source(37, 33) + SourceIndex(3) -7 >Emitted(100, 41) Source(37, 45) + SourceIndex(3) +1 >Emitted(101, 1) Source(37, 44) + SourceIndex(3) +2 >Emitted(101, 2) Source(37, 45) + SourceIndex(3) +3 >Emitted(101, 4) Source(37, 21) + SourceIndex(3) +4 >Emitted(101, 16) Source(37, 33) + SourceIndex(3) +5 >Emitted(101, 21) Source(37, 21) + SourceIndex(3) +6 >Emitted(101, 33) Source(37, 33) + SourceIndex(3) +7 >Emitted(101, 41) Source(37, 45) + SourceIndex(3) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -5517,13 +5522,13 @@ sourceFile:../../../second/second_part2.ts 1 > 2 >^^^^^^^^^^^^^^^^^^^-> 1 > -1 >Emitted(101, 1) Source(1, 1) + SourceIndex(4) +1 >Emitted(102, 1) Source(1, 1) + SourceIndex(4) --- >>> function C() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(102, 5) Source(1, 1) + SourceIndex(4) +1->Emitted(103, 5) Source(1, 1) + SourceIndex(4) --- >>> } 1->^^^^ @@ -5535,8 +5540,8 @@ sourceFile:../../../second/second_part2.ts > } > 2 > } -1->Emitted(103, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(103, 6) Source(5, 2) + SourceIndex(4) +1->Emitted(104, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(104, 6) Source(5, 2) + SourceIndex(4) --- >>> C.prototype.doSomething = function () { 1->^^^^ @@ -5546,9 +5551,9 @@ sourceFile:../../../second/second_part2.ts 1-> 2 > doSomething 3 > -1->Emitted(104, 5) Source(2, 5) + SourceIndex(4) -2 >Emitted(104, 28) Source(2, 16) + SourceIndex(4) -3 >Emitted(104, 31) Source(2, 5) + SourceIndex(4) +1->Emitted(105, 5) Source(2, 5) + SourceIndex(4) +2 >Emitted(105, 28) Source(2, 16) + SourceIndex(4) +3 >Emitted(105, 31) Source(2, 5) + SourceIndex(4) --- >>> console.log("something got done"); 1->^^^^^^^^ @@ -5568,14 +5573,14 @@ sourceFile:../../../second/second_part2.ts 6 > "something got done" 7 > ) 8 > ; -1->Emitted(105, 9) Source(3, 9) + SourceIndex(4) -2 >Emitted(105, 16) Source(3, 16) + SourceIndex(4) -3 >Emitted(105, 17) Source(3, 17) + SourceIndex(4) -4 >Emitted(105, 20) Source(3, 20) + SourceIndex(4) -5 >Emitted(105, 21) Source(3, 21) + SourceIndex(4) -6 >Emitted(105, 41) Source(3, 41) + SourceIndex(4) -7 >Emitted(105, 42) Source(3, 42) + SourceIndex(4) -8 >Emitted(105, 43) Source(3, 43) + SourceIndex(4) +1->Emitted(106, 9) Source(3, 9) + SourceIndex(4) +2 >Emitted(106, 16) Source(3, 16) + SourceIndex(4) +3 >Emitted(106, 17) Source(3, 17) + SourceIndex(4) +4 >Emitted(106, 20) Source(3, 20) + SourceIndex(4) +5 >Emitted(106, 21) Source(3, 21) + SourceIndex(4) +6 >Emitted(106, 41) Source(3, 41) + SourceIndex(4) +7 >Emitted(106, 42) Source(3, 42) + SourceIndex(4) +8 >Emitted(106, 43) Source(3, 43) + SourceIndex(4) --- >>> }; 1 >^^^^ @@ -5584,8 +5589,8 @@ sourceFile:../../../second/second_part2.ts 1 > > 2 > } -1 >Emitted(106, 5) Source(4, 5) + SourceIndex(4) -2 >Emitted(106, 6) Source(4, 6) + SourceIndex(4) +1 >Emitted(107, 5) Source(4, 5) + SourceIndex(4) +2 >Emitted(107, 6) Source(4, 6) + SourceIndex(4) --- >>> return C; 1->^^^^ @@ -5593,8 +5598,8 @@ sourceFile:../../../second/second_part2.ts 1-> > 2 > } -1->Emitted(107, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(107, 13) Source(5, 2) + SourceIndex(4) +1->Emitted(108, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(108, 13) Source(5, 2) + SourceIndex(4) --- >>>}()); 1 > @@ -5610,10 +5615,10 @@ sourceFile:../../../second/second_part2.ts > console.log("something got done"); > } > } -1 >Emitted(108, 1) Source(5, 1) + SourceIndex(4) -2 >Emitted(108, 2) Source(5, 2) + SourceIndex(4) -3 >Emitted(108, 2) Source(1, 1) + SourceIndex(4) -4 >Emitted(108, 6) Source(5, 2) + SourceIndex(4) +1 >Emitted(109, 1) Source(5, 1) + SourceIndex(4) +2 >Emitted(109, 2) Source(5, 2) + SourceIndex(4) +3 >Emitted(109, 2) Source(1, 1) + SourceIndex(4) +4 >Emitted(109, 6) Source(5, 2) + SourceIndex(4) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -5637,14 +5642,14 @@ sourceFile:../../third_part1.ts 6 > C 7 > () 8 > ; -1->Emitted(109, 1) Source(1, 1) + SourceIndex(5) -2 >Emitted(109, 5) Source(1, 5) + SourceIndex(5) -3 >Emitted(109, 6) Source(1, 6) + SourceIndex(5) -4 >Emitted(109, 9) Source(1, 9) + SourceIndex(5) -5 >Emitted(109, 13) Source(1, 13) + SourceIndex(5) -6 >Emitted(109, 14) Source(1, 14) + SourceIndex(5) -7 >Emitted(109, 16) Source(1, 16) + SourceIndex(5) -8 >Emitted(109, 17) Source(1, 17) + SourceIndex(5) +1->Emitted(110, 1) Source(1, 1) + SourceIndex(5) +2 >Emitted(110, 5) Source(1, 5) + SourceIndex(5) +3 >Emitted(110, 6) Source(1, 6) + SourceIndex(5) +4 >Emitted(110, 9) Source(1, 9) + SourceIndex(5) +5 >Emitted(110, 13) Source(1, 13) + SourceIndex(5) +6 >Emitted(110, 14) Source(1, 14) + SourceIndex(5) +7 >Emitted(110, 16) Source(1, 16) + SourceIndex(5) +8 >Emitted(110, 17) Source(1, 17) + SourceIndex(5) --- >>>c.doSomething(); 1-> @@ -5661,12 +5666,12 @@ sourceFile:../../third_part1.ts 4 > doSomething 5 > () 6 > ; -1->Emitted(110, 1) Source(2, 1) + SourceIndex(5) -2 >Emitted(110, 2) Source(2, 2) + SourceIndex(5) -3 >Emitted(110, 3) Source(2, 3) + SourceIndex(5) -4 >Emitted(110, 14) Source(2, 14) + SourceIndex(5) -5 >Emitted(110, 16) Source(2, 16) + SourceIndex(5) -6 >Emitted(110, 17) Source(2, 17) + SourceIndex(5) +1->Emitted(111, 1) Source(2, 1) + SourceIndex(5) +2 >Emitted(111, 2) Source(2, 2) + SourceIndex(5) +3 >Emitted(111, 3) Source(2, 3) + SourceIndex(5) +4 >Emitted(111, 14) Source(2, 14) + SourceIndex(5) +5 >Emitted(111, 16) Source(2, 16) + SourceIndex(5) +6 >Emitted(111, 17) Source(2, 17) + SourceIndex(5) --- >>>//# sourceMappingURL=third-output.js.map @@ -5681,20 +5686,20 @@ sourceFile:../../third_part1.ts "sections": [ { "pos": 0, - "end": 3544, + "end": 3562, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 0, - "end": 3544, + "end": 3562, "kind": "text" } ] }, { - "pos": 3544, - "end": 3580, + "pos": 3562, + "end": 3598, "kind": "text" } ] @@ -5729,9 +5734,9 @@ sourceFile:../../third_part1.ts ====================================================================== File:: /src/third/thirdjs/output/third-output.js ---------------------------------------------------------------------- -prepend: (0-3544):: ../../../2/second-output.js texts:: 1 +prepend: (0-3562):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (0-3544) +text: (0-3562) var s = "Hello, world"; console.log(s); console.log(f()); @@ -5748,8 +5753,9 @@ var N; var normalC = /** @class */ (function () { /**@internal*/ function normalC() { } - /**@internal*/ normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + /**@internal*/ proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { /**@internal*/ get: function () { return 10; }, /**@internal*/ set: function (val) { }, enumerable: true, @@ -5842,7 +5848,7 @@ var C = /** @class */ (function () { }()); ---------------------------------------------------------------------- -text: (3544-3580) +text: (3562-3598) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/initial-Build/stripInternal-jsdoc-style-with-comments-emit-enabled.js b/tests/baselines/reference/tsbuild/outfile-concat/initial-Build/stripInternal-jsdoc-style-with-comments-emit-enabled.js index 87badd920395e..147afb913a85c 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/initial-Build/stripInternal-jsdoc-style-with-comments-emit-enabled.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/initial-Build/stripInternal-jsdoc-style-with-comments-emit-enabled.js @@ -849,8 +849,9 @@ var N; var normalC = /** @class */ (function () { /**@internal*/ function normalC() { } - /**@internal*/ normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + /**@internal*/ proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { /**@internal*/ get: function () { return 10; }, /**@internal*/ set: function (val) { }, enumerable: true, @@ -944,7 +945,7 @@ var C = /** @class */ (function () { //# sourceMappingURL=second-output.js.map //// [/src/2/second-output.js.map] -{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"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"} //// [/src/2/second-output.js.map.baseline.txt] =================================================================== @@ -1115,49 +1116,50 @@ sourceFile:../second/second_part1.ts >>> } 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >constructor() { 2 > } 1 >Emitted(10, 5) Source(14, 36) + SourceIndex(0) 2 >Emitted(10, 6) Source(14, 37) + SourceIndex(0) --- ->>> /**@internal*/ normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> /**@internal*/ proto_1.method = function () { }; 1->^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^ -4 > ^^^^^^^^^^^^^^^^^^^^^^^^ -5 > ^^^ -6 > ^^^^^^^^^^^^^^ -7 > ^ +4 > ^^^^^^^^^^^^^^ +5 > ^^^ +6 > ^^^^^^^^^^^^^^ +7 > ^ 1-> > /**@internal*/ prop: string; > 2 > /**@internal*/ 3 > 4 > method -5 > -6 > method() { -7 > } -1->Emitted(11, 5) Source(16, 5) + SourceIndex(0) -2 >Emitted(11, 19) Source(16, 19) + SourceIndex(0) -3 >Emitted(11, 20) Source(16, 20) + SourceIndex(0) -4 >Emitted(11, 44) Source(16, 26) + SourceIndex(0) -5 >Emitted(11, 47) Source(16, 20) + SourceIndex(0) -6 >Emitted(11, 61) Source(16, 31) + SourceIndex(0) -7 >Emitted(11, 62) Source(16, 32) + SourceIndex(0) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +5 > +6 > method() { +7 > } +1->Emitted(12, 5) Source(16, 5) + SourceIndex(0) +2 >Emitted(12, 19) Source(16, 19) + SourceIndex(0) +3 >Emitted(12, 20) Source(16, 20) + SourceIndex(0) +4 >Emitted(12, 34) Source(16, 26) + SourceIndex(0) +5 >Emitted(12, 37) Source(16, 20) + SourceIndex(0) +6 >Emitted(12, 51) Source(16, 31) + SourceIndex(0) +7 >Emitted(12, 52) Source(16, 32) + SourceIndex(0) +--- +>>> Object.defineProperty(proto_1, "c", { 1 >^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ -4 > ^^^^^^^^-> +3 > ^^^^^^^^^^^^ +4 > ^^^^^^^^^^^^^^^^^^-> 1 > > /**@internal*/ 2 > get 3 > c -1 >Emitted(12, 5) Source(17, 20) + SourceIndex(0) -2 >Emitted(12, 27) Source(17, 24) + SourceIndex(0) -3 >Emitted(12, 49) Source(17, 25) + SourceIndex(0) +1 >Emitted(13, 5) Source(17, 20) + SourceIndex(0) +2 >Emitted(13, 27) Source(17, 24) + SourceIndex(0) +3 >Emitted(13, 39) Source(17, 25) + SourceIndex(0) --- >>> /**@internal*/ get: function () { return 10; }, 1->^^^^^^^^ @@ -1178,15 +1180,15 @@ sourceFile:../second/second_part1.ts 7 > ; 8 > 9 > } -1->Emitted(13, 9) Source(17, 5) + SourceIndex(0) -2 >Emitted(13, 23) Source(17, 19) + SourceIndex(0) -3 >Emitted(13, 29) Source(17, 20) + SourceIndex(0) -4 >Emitted(13, 43) Source(17, 30) + SourceIndex(0) -5 >Emitted(13, 50) Source(17, 37) + SourceIndex(0) -6 >Emitted(13, 52) Source(17, 39) + SourceIndex(0) -7 >Emitted(13, 53) Source(17, 40) + SourceIndex(0) -8 >Emitted(13, 54) Source(17, 41) + SourceIndex(0) -9 >Emitted(13, 55) Source(17, 42) + SourceIndex(0) +1->Emitted(14, 9) Source(17, 5) + SourceIndex(0) +2 >Emitted(14, 23) Source(17, 19) + SourceIndex(0) +3 >Emitted(14, 29) Source(17, 20) + SourceIndex(0) +4 >Emitted(14, 43) Source(17, 30) + SourceIndex(0) +5 >Emitted(14, 50) Source(17, 37) + SourceIndex(0) +6 >Emitted(14, 52) Source(17, 39) + SourceIndex(0) +7 >Emitted(14, 53) Source(17, 40) + SourceIndex(0) +8 >Emitted(14, 54) Source(17, 41) + SourceIndex(0) +9 >Emitted(14, 55) Source(17, 42) + SourceIndex(0) --- >>> /**@internal*/ set: function (val) { }, 1 >^^^^^^^^ @@ -1204,13 +1206,13 @@ sourceFile:../second/second_part1.ts 5 > val: number 6 > ) { 7 > } -1 >Emitted(14, 9) Source(18, 5) + SourceIndex(0) -2 >Emitted(14, 23) Source(18, 19) + SourceIndex(0) -3 >Emitted(14, 29) Source(18, 20) + SourceIndex(0) -4 >Emitted(14, 39) Source(18, 26) + SourceIndex(0) -5 >Emitted(14, 42) Source(18, 37) + SourceIndex(0) -6 >Emitted(14, 46) Source(18, 41) + SourceIndex(0) -7 >Emitted(14, 47) Source(18, 42) + SourceIndex(0) +1 >Emitted(15, 9) Source(18, 5) + SourceIndex(0) +2 >Emitted(15, 23) Source(18, 19) + SourceIndex(0) +3 >Emitted(15, 29) Source(18, 20) + SourceIndex(0) +4 >Emitted(15, 39) Source(18, 26) + SourceIndex(0) +5 >Emitted(15, 42) Source(18, 37) + SourceIndex(0) +6 >Emitted(15, 46) Source(18, 41) + SourceIndex(0) +7 >Emitted(15, 47) Source(18, 42) + SourceIndex(0) --- >>> enumerable: true, >>> configurable: true @@ -1218,7 +1220,7 @@ sourceFile:../second/second_part1.ts 1 >^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(17, 8) Source(17, 42) + SourceIndex(0) +1 >Emitted(18, 8) Source(17, 42) + SourceIndex(0) --- >>> return normalC; 1->^^^^ @@ -1227,8 +1229,8 @@ sourceFile:../second/second_part1.ts > /**@internal*/ set c(val: number) { } > 2 > } -1->Emitted(18, 5) Source(19, 1) + SourceIndex(0) -2 >Emitted(18, 19) Source(19, 2) + SourceIndex(0) +1->Emitted(19, 5) Source(19, 1) + SourceIndex(0) +2 >Emitted(19, 19) Source(19, 2) + SourceIndex(0) --- >>>}()); 1 > @@ -1246,10 +1248,10 @@ sourceFile:../second/second_part1.ts > /**@internal*/ get c() { return 10; } > /**@internal*/ set c(val: number) { } > } -1 >Emitted(19, 1) Source(19, 1) + SourceIndex(0) -2 >Emitted(19, 2) Source(19, 2) + SourceIndex(0) -3 >Emitted(19, 2) Source(13, 1) + SourceIndex(0) -4 >Emitted(19, 6) Source(19, 2) + SourceIndex(0) +1 >Emitted(20, 1) Source(19, 1) + SourceIndex(0) +2 >Emitted(20, 2) Source(19, 2) + SourceIndex(0) +3 >Emitted(20, 2) Source(13, 1) + SourceIndex(0) +4 >Emitted(20, 6) Source(19, 2) + SourceIndex(0) --- >>>var normalN; 1-> @@ -1271,10 +1273,10 @@ sourceFile:../second/second_part1.ts > /**@internal*/ export const internalConst = 10; > /**@internal*/ export enum internalEnum { a, b, c } > } -1->Emitted(20, 1) Source(20, 1) + SourceIndex(0) -2 >Emitted(20, 5) Source(20, 11) + SourceIndex(0) -3 >Emitted(20, 12) Source(20, 18) + SourceIndex(0) -4 >Emitted(20, 13) Source(29, 2) + SourceIndex(0) +1->Emitted(21, 1) Source(20, 1) + SourceIndex(0) +2 >Emitted(21, 5) Source(20, 11) + SourceIndex(0) +3 >Emitted(21, 12) Source(20, 18) + SourceIndex(0) +4 >Emitted(21, 13) Source(29, 2) + SourceIndex(0) --- >>>(function (normalN) { 1-> @@ -1284,9 +1286,9 @@ sourceFile:../second/second_part1.ts 1-> 2 >namespace 3 > normalN -1->Emitted(21, 1) Source(20, 1) + SourceIndex(0) -2 >Emitted(21, 12) Source(20, 11) + SourceIndex(0) -3 >Emitted(21, 19) Source(20, 18) + SourceIndex(0) +1->Emitted(22, 1) Source(20, 1) + SourceIndex(0) +2 >Emitted(22, 12) Source(20, 11) + SourceIndex(0) +3 >Emitted(22, 19) Source(20, 18) + SourceIndex(0) --- >>> /**@internal*/ var C = /** @class */ (function () { 1->^^^^ @@ -1297,15 +1299,15 @@ sourceFile:../second/second_part1.ts > 2 > /**@internal*/ 3 > -1->Emitted(22, 5) Source(21, 5) + SourceIndex(0) -2 >Emitted(22, 19) Source(21, 19) + SourceIndex(0) -3 >Emitted(22, 20) Source(21, 20) + SourceIndex(0) +1->Emitted(23, 5) Source(21, 5) + SourceIndex(0) +2 >Emitted(23, 19) Source(21, 19) + SourceIndex(0) +3 >Emitted(23, 20) Source(21, 20) + SourceIndex(0) --- >>> function C() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(23, 9) Source(21, 20) + SourceIndex(0) +1->Emitted(24, 9) Source(21, 20) + SourceIndex(0) --- >>> } 1->^^^^^^^^ @@ -1313,16 +1315,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(24, 9) Source(21, 37) + SourceIndex(0) -2 >Emitted(24, 10) Source(21, 38) + SourceIndex(0) +1->Emitted(25, 9) Source(21, 37) + SourceIndex(0) +2 >Emitted(25, 10) Source(21, 38) + SourceIndex(0) --- >>> return C; 1->^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(25, 9) Source(21, 37) + SourceIndex(0) -2 >Emitted(25, 17) Source(21, 38) + SourceIndex(0) +1->Emitted(26, 9) Source(21, 37) + SourceIndex(0) +2 >Emitted(26, 17) Source(21, 38) + SourceIndex(0) --- >>> }()); 1 >^^^^ @@ -1334,10 +1336,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(26, 5) Source(21, 37) + SourceIndex(0) -2 >Emitted(26, 6) Source(21, 38) + SourceIndex(0) -3 >Emitted(26, 6) Source(21, 20) + SourceIndex(0) -4 >Emitted(26, 10) Source(21, 38) + SourceIndex(0) +1 >Emitted(27, 5) Source(21, 37) + SourceIndex(0) +2 >Emitted(27, 6) Source(21, 38) + SourceIndex(0) +3 >Emitted(27, 6) Source(21, 20) + SourceIndex(0) +4 >Emitted(27, 10) Source(21, 38) + SourceIndex(0) --- >>> normalN.C = C; 1->^^^^ @@ -1349,10 +1351,10 @@ sourceFile:../second/second_part1.ts 2 > C 3 > { } 4 > -1->Emitted(27, 5) Source(21, 33) + SourceIndex(0) -2 >Emitted(27, 14) Source(21, 34) + SourceIndex(0) -3 >Emitted(27, 18) Source(21, 38) + SourceIndex(0) -4 >Emitted(27, 19) Source(21, 38) + SourceIndex(0) +1->Emitted(28, 5) Source(21, 33) + SourceIndex(0) +2 >Emitted(28, 14) Source(21, 34) + SourceIndex(0) +3 >Emitted(28, 18) Source(21, 38) + SourceIndex(0) +4 >Emitted(28, 19) Source(21, 38) + SourceIndex(0) --- >>> /**@internal*/ function foo() { } 1->^^^^ @@ -1370,13 +1372,13 @@ sourceFile:../second/second_part1.ts 5 > foo 6 > () { 7 > } -1->Emitted(28, 5) Source(22, 5) + SourceIndex(0) -2 >Emitted(28, 19) Source(22, 19) + SourceIndex(0) -3 >Emitted(28, 20) Source(22, 20) + SourceIndex(0) -4 >Emitted(28, 29) Source(22, 36) + SourceIndex(0) -5 >Emitted(28, 32) Source(22, 39) + SourceIndex(0) -6 >Emitted(28, 37) Source(22, 43) + SourceIndex(0) -7 >Emitted(28, 38) Source(22, 44) + SourceIndex(0) +1->Emitted(29, 5) Source(22, 5) + SourceIndex(0) +2 >Emitted(29, 19) Source(22, 19) + SourceIndex(0) +3 >Emitted(29, 20) Source(22, 20) + SourceIndex(0) +4 >Emitted(29, 29) Source(22, 36) + SourceIndex(0) +5 >Emitted(29, 32) Source(22, 39) + SourceIndex(0) +6 >Emitted(29, 37) Source(22, 43) + SourceIndex(0) +7 >Emitted(29, 38) Source(22, 44) + SourceIndex(0) --- >>> normalN.foo = foo; 1 >^^^^ @@ -1388,10 +1390,10 @@ sourceFile:../second/second_part1.ts 2 > foo 3 > () {} 4 > -1 >Emitted(29, 5) Source(22, 36) + SourceIndex(0) -2 >Emitted(29, 16) Source(22, 39) + SourceIndex(0) -3 >Emitted(29, 22) Source(22, 44) + SourceIndex(0) -4 >Emitted(29, 23) Source(22, 44) + SourceIndex(0) +1 >Emitted(30, 5) Source(22, 36) + SourceIndex(0) +2 >Emitted(30, 16) Source(22, 39) + SourceIndex(0) +3 >Emitted(30, 22) Source(22, 44) + SourceIndex(0) +4 >Emitted(30, 23) Source(22, 44) + SourceIndex(0) --- >>> /**@internal*/ var someNamespace; 1->^^^^ @@ -1407,12 +1409,12 @@ sourceFile:../second/second_part1.ts 4 > export namespace 5 > someNamespace 6 > { export class C {} } -1->Emitted(30, 5) Source(23, 5) + SourceIndex(0) -2 >Emitted(30, 19) Source(23, 19) + SourceIndex(0) -3 >Emitted(30, 20) Source(23, 20) + SourceIndex(0) -4 >Emitted(30, 24) Source(23, 37) + SourceIndex(0) -5 >Emitted(30, 37) Source(23, 50) + SourceIndex(0) -6 >Emitted(30, 38) Source(23, 72) + SourceIndex(0) +1->Emitted(31, 5) Source(23, 5) + SourceIndex(0) +2 >Emitted(31, 19) Source(23, 19) + SourceIndex(0) +3 >Emitted(31, 20) Source(23, 20) + SourceIndex(0) +4 >Emitted(31, 24) Source(23, 37) + SourceIndex(0) +5 >Emitted(31, 37) Source(23, 50) + SourceIndex(0) +6 >Emitted(31, 38) Source(23, 72) + SourceIndex(0) --- >>> (function (someNamespace) { 1 >^^^^ @@ -1422,21 +1424,21 @@ sourceFile:../second/second_part1.ts 1 > 2 > export namespace 3 > someNamespace -1 >Emitted(31, 5) Source(23, 20) + SourceIndex(0) -2 >Emitted(31, 16) Source(23, 37) + SourceIndex(0) -3 >Emitted(31, 29) Source(23, 50) + SourceIndex(0) +1 >Emitted(32, 5) Source(23, 20) + SourceIndex(0) +2 >Emitted(32, 16) Source(23, 37) + SourceIndex(0) +3 >Emitted(32, 29) Source(23, 50) + SourceIndex(0) --- >>> var C = /** @class */ (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(32, 9) Source(23, 53) + SourceIndex(0) +1->Emitted(33, 9) Source(23, 53) + SourceIndex(0) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(33, 13) Source(23, 53) + SourceIndex(0) +1->Emitted(34, 13) Source(23, 53) + SourceIndex(0) --- >>> } 1->^^^^^^^^^^^^ @@ -1444,16 +1446,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(34, 13) Source(23, 69) + SourceIndex(0) -2 >Emitted(34, 14) Source(23, 70) + SourceIndex(0) +1->Emitted(35, 13) Source(23, 69) + SourceIndex(0) +2 >Emitted(35, 14) Source(23, 70) + SourceIndex(0) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(35, 13) Source(23, 69) + SourceIndex(0) -2 >Emitted(35, 21) Source(23, 70) + SourceIndex(0) +1->Emitted(36, 13) Source(23, 69) + SourceIndex(0) +2 >Emitted(36, 21) Source(23, 70) + SourceIndex(0) --- >>> }()); 1 >^^^^^^^^ @@ -1465,10 +1467,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(36, 9) Source(23, 69) + SourceIndex(0) -2 >Emitted(36, 10) Source(23, 70) + SourceIndex(0) -3 >Emitted(36, 10) Source(23, 53) + SourceIndex(0) -4 >Emitted(36, 14) Source(23, 70) + SourceIndex(0) +1 >Emitted(37, 9) Source(23, 69) + SourceIndex(0) +2 >Emitted(37, 10) Source(23, 70) + SourceIndex(0) +3 >Emitted(37, 10) Source(23, 53) + SourceIndex(0) +4 >Emitted(37, 14) Source(23, 70) + SourceIndex(0) --- >>> someNamespace.C = C; 1->^^^^^^^^ @@ -1480,10 +1482,10 @@ sourceFile:../second/second_part1.ts 2 > C 3 > {} 4 > -1->Emitted(37, 9) Source(23, 66) + SourceIndex(0) -2 >Emitted(37, 24) Source(23, 67) + SourceIndex(0) -3 >Emitted(37, 28) Source(23, 70) + SourceIndex(0) -4 >Emitted(37, 29) Source(23, 70) + SourceIndex(0) +1->Emitted(38, 9) Source(23, 66) + SourceIndex(0) +2 >Emitted(38, 24) Source(23, 67) + SourceIndex(0) +3 >Emitted(38, 28) Source(23, 70) + SourceIndex(0) +4 >Emitted(38, 29) Source(23, 70) + SourceIndex(0) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^ @@ -1504,15 +1506,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(38, 5) Source(23, 71) + SourceIndex(0) -2 >Emitted(38, 6) Source(23, 72) + SourceIndex(0) -3 >Emitted(38, 8) Source(23, 37) + SourceIndex(0) -4 >Emitted(38, 21) Source(23, 50) + SourceIndex(0) -5 >Emitted(38, 24) Source(23, 37) + SourceIndex(0) -6 >Emitted(38, 45) Source(23, 50) + SourceIndex(0) -7 >Emitted(38, 50) Source(23, 37) + SourceIndex(0) -8 >Emitted(38, 71) Source(23, 50) + SourceIndex(0) -9 >Emitted(38, 79) Source(23, 72) + SourceIndex(0) +1->Emitted(39, 5) Source(23, 71) + SourceIndex(0) +2 >Emitted(39, 6) Source(23, 72) + SourceIndex(0) +3 >Emitted(39, 8) Source(23, 37) + SourceIndex(0) +4 >Emitted(39, 21) Source(23, 50) + SourceIndex(0) +5 >Emitted(39, 24) Source(23, 37) + SourceIndex(0) +6 >Emitted(39, 45) Source(23, 50) + SourceIndex(0) +7 >Emitted(39, 50) Source(23, 37) + SourceIndex(0) +8 >Emitted(39, 71) Source(23, 50) + SourceIndex(0) +9 >Emitted(39, 79) Source(23, 72) + SourceIndex(0) --- >>> /**@internal*/ var someOther; 1 >^^^^ @@ -1528,12 +1530,12 @@ sourceFile:../second/second_part1.ts 4 > export namespace 5 > someOther 6 > .something { export class someClass {} } -1 >Emitted(39, 5) Source(24, 5) + SourceIndex(0) -2 >Emitted(39, 19) Source(24, 19) + SourceIndex(0) -3 >Emitted(39, 20) Source(24, 20) + SourceIndex(0) -4 >Emitted(39, 24) Source(24, 37) + SourceIndex(0) -5 >Emitted(39, 33) Source(24, 46) + SourceIndex(0) -6 >Emitted(39, 34) Source(24, 86) + SourceIndex(0) +1 >Emitted(40, 5) Source(24, 5) + SourceIndex(0) +2 >Emitted(40, 19) Source(24, 19) + SourceIndex(0) +3 >Emitted(40, 20) Source(24, 20) + SourceIndex(0) +4 >Emitted(40, 24) Source(24, 37) + SourceIndex(0) +5 >Emitted(40, 33) Source(24, 46) + SourceIndex(0) +6 >Emitted(40, 34) Source(24, 86) + SourceIndex(0) --- >>> (function (someOther) { 1 >^^^^ @@ -1542,9 +1544,9 @@ sourceFile:../second/second_part1.ts 1 > 2 > export namespace 3 > someOther -1 >Emitted(40, 5) Source(24, 20) + SourceIndex(0) -2 >Emitted(40, 16) Source(24, 37) + SourceIndex(0) -3 >Emitted(40, 25) Source(24, 46) + SourceIndex(0) +1 >Emitted(41, 5) Source(24, 20) + SourceIndex(0) +2 >Emitted(41, 16) Source(24, 37) + SourceIndex(0) +3 >Emitted(41, 25) Source(24, 46) + SourceIndex(0) --- >>> var something; 1 >^^^^^^^^ @@ -1556,10 +1558,10 @@ sourceFile:../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(41, 9) Source(24, 47) + SourceIndex(0) -2 >Emitted(41, 13) Source(24, 47) + SourceIndex(0) -3 >Emitted(41, 22) Source(24, 56) + SourceIndex(0) -4 >Emitted(41, 23) Source(24, 86) + SourceIndex(0) +1 >Emitted(42, 9) Source(24, 47) + SourceIndex(0) +2 >Emitted(42, 13) Source(24, 47) + SourceIndex(0) +3 >Emitted(42, 22) Source(24, 56) + SourceIndex(0) +4 >Emitted(42, 23) Source(24, 86) + SourceIndex(0) --- >>> (function (something) { 1->^^^^^^^^ @@ -1569,21 +1571,21 @@ sourceFile:../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(42, 9) Source(24, 47) + SourceIndex(0) -2 >Emitted(42, 20) Source(24, 47) + SourceIndex(0) -3 >Emitted(42, 29) Source(24, 56) + SourceIndex(0) +1->Emitted(43, 9) Source(24, 47) + SourceIndex(0) +2 >Emitted(43, 20) Source(24, 47) + SourceIndex(0) +3 >Emitted(43, 29) Source(24, 56) + SourceIndex(0) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(43, 13) Source(24, 59) + SourceIndex(0) +1->Emitted(44, 13) Source(24, 59) + SourceIndex(0) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(44, 17) Source(24, 59) + SourceIndex(0) +1->Emitted(45, 17) Source(24, 59) + SourceIndex(0) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -1591,16 +1593,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(45, 17) Source(24, 83) + SourceIndex(0) -2 >Emitted(45, 18) Source(24, 84) + SourceIndex(0) +1->Emitted(46, 17) Source(24, 83) + SourceIndex(0) +2 >Emitted(46, 18) Source(24, 84) + SourceIndex(0) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(46, 17) Source(24, 83) + SourceIndex(0) -2 >Emitted(46, 33) Source(24, 84) + SourceIndex(0) +1->Emitted(47, 17) Source(24, 83) + SourceIndex(0) +2 >Emitted(47, 33) Source(24, 84) + SourceIndex(0) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -1612,10 +1614,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(47, 13) Source(24, 83) + SourceIndex(0) -2 >Emitted(47, 14) Source(24, 84) + SourceIndex(0) -3 >Emitted(47, 14) Source(24, 59) + SourceIndex(0) -4 >Emitted(47, 18) Source(24, 84) + SourceIndex(0) +1 >Emitted(48, 13) Source(24, 83) + SourceIndex(0) +2 >Emitted(48, 14) Source(24, 84) + SourceIndex(0) +3 >Emitted(48, 14) Source(24, 59) + SourceIndex(0) +4 >Emitted(48, 18) Source(24, 84) + SourceIndex(0) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -1627,10 +1629,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(48, 13) Source(24, 72) + SourceIndex(0) -2 >Emitted(48, 32) Source(24, 81) + SourceIndex(0) -3 >Emitted(48, 44) Source(24, 84) + SourceIndex(0) -4 >Emitted(48, 45) Source(24, 84) + SourceIndex(0) +1->Emitted(49, 13) Source(24, 72) + SourceIndex(0) +2 >Emitted(49, 32) Source(24, 81) + SourceIndex(0) +3 >Emitted(49, 44) Source(24, 84) + SourceIndex(0) +4 >Emitted(49, 45) Source(24, 84) + SourceIndex(0) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^ @@ -1651,15 +1653,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(49, 9) Source(24, 85) + SourceIndex(0) -2 >Emitted(49, 10) Source(24, 86) + SourceIndex(0) -3 >Emitted(49, 12) Source(24, 47) + SourceIndex(0) -4 >Emitted(49, 21) Source(24, 56) + SourceIndex(0) -5 >Emitted(49, 24) Source(24, 47) + SourceIndex(0) -6 >Emitted(49, 43) Source(24, 56) + SourceIndex(0) -7 >Emitted(49, 48) Source(24, 47) + SourceIndex(0) -8 >Emitted(49, 67) Source(24, 56) + SourceIndex(0) -9 >Emitted(49, 75) Source(24, 86) + SourceIndex(0) +1->Emitted(50, 9) Source(24, 85) + SourceIndex(0) +2 >Emitted(50, 10) Source(24, 86) + SourceIndex(0) +3 >Emitted(50, 12) Source(24, 47) + SourceIndex(0) +4 >Emitted(50, 21) Source(24, 56) + SourceIndex(0) +5 >Emitted(50, 24) Source(24, 47) + SourceIndex(0) +6 >Emitted(50, 43) Source(24, 56) + SourceIndex(0) +7 >Emitted(50, 48) Source(24, 47) + SourceIndex(0) +8 >Emitted(50, 67) Source(24, 56) + SourceIndex(0) +9 >Emitted(50, 75) Source(24, 86) + SourceIndex(0) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^ @@ -1680,15 +1682,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(50, 5) Source(24, 85) + SourceIndex(0) -2 >Emitted(50, 6) Source(24, 86) + SourceIndex(0) -3 >Emitted(50, 8) Source(24, 37) + SourceIndex(0) -4 >Emitted(50, 17) Source(24, 46) + SourceIndex(0) -5 >Emitted(50, 20) Source(24, 37) + SourceIndex(0) -6 >Emitted(50, 37) Source(24, 46) + SourceIndex(0) -7 >Emitted(50, 42) Source(24, 37) + SourceIndex(0) -8 >Emitted(50, 59) Source(24, 46) + SourceIndex(0) -9 >Emitted(50, 67) Source(24, 86) + SourceIndex(0) +1 >Emitted(51, 5) Source(24, 85) + SourceIndex(0) +2 >Emitted(51, 6) Source(24, 86) + SourceIndex(0) +3 >Emitted(51, 8) Source(24, 37) + SourceIndex(0) +4 >Emitted(51, 17) Source(24, 46) + SourceIndex(0) +5 >Emitted(51, 20) Source(24, 37) + SourceIndex(0) +6 >Emitted(51, 37) Source(24, 46) + SourceIndex(0) +7 >Emitted(51, 42) Source(24, 37) + SourceIndex(0) +8 >Emitted(51, 59) Source(24, 46) + SourceIndex(0) +9 >Emitted(51, 67) Source(24, 86) + SourceIndex(0) --- >>> /**@internal*/ normalN.someImport = someNamespace.C; 1 >^^^^ @@ -1710,15 +1712,15 @@ sourceFile:../second/second_part1.ts 7 > . 8 > C 9 > ; -1 >Emitted(51, 5) Source(25, 5) + SourceIndex(0) -2 >Emitted(51, 19) Source(25, 19) + SourceIndex(0) -3 >Emitted(51, 20) Source(25, 34) + SourceIndex(0) -4 >Emitted(51, 38) Source(25, 44) + SourceIndex(0) -5 >Emitted(51, 41) Source(25, 47) + SourceIndex(0) -6 >Emitted(51, 54) Source(25, 60) + SourceIndex(0) -7 >Emitted(51, 55) Source(25, 61) + SourceIndex(0) -8 >Emitted(51, 56) Source(25, 62) + SourceIndex(0) -9 >Emitted(51, 57) Source(25, 63) + SourceIndex(0) +1 >Emitted(52, 5) Source(25, 5) + SourceIndex(0) +2 >Emitted(52, 19) Source(25, 19) + SourceIndex(0) +3 >Emitted(52, 20) Source(25, 34) + SourceIndex(0) +4 >Emitted(52, 38) Source(25, 44) + SourceIndex(0) +5 >Emitted(52, 41) Source(25, 47) + SourceIndex(0) +6 >Emitted(52, 54) Source(25, 60) + SourceIndex(0) +7 >Emitted(52, 55) Source(25, 61) + SourceIndex(0) +8 >Emitted(52, 56) Source(25, 62) + SourceIndex(0) +9 >Emitted(52, 57) Source(25, 63) + SourceIndex(0) --- >>> /**@internal*/ normalN.internalConst = 10; 1 >^^^^ @@ -1737,13 +1739,13 @@ sourceFile:../second/second_part1.ts 5 > = 6 > 10 7 > ; -1 >Emitted(52, 5) Source(27, 5) + SourceIndex(0) -2 >Emitted(52, 19) Source(27, 19) + SourceIndex(0) -3 >Emitted(52, 20) Source(27, 33) + SourceIndex(0) -4 >Emitted(52, 41) Source(27, 46) + SourceIndex(0) -5 >Emitted(52, 44) Source(27, 49) + SourceIndex(0) -6 >Emitted(52, 46) Source(27, 51) + SourceIndex(0) -7 >Emitted(52, 47) Source(27, 52) + SourceIndex(0) +1 >Emitted(53, 5) Source(27, 5) + SourceIndex(0) +2 >Emitted(53, 19) Source(27, 19) + SourceIndex(0) +3 >Emitted(53, 20) Source(27, 33) + SourceIndex(0) +4 >Emitted(53, 41) Source(27, 46) + SourceIndex(0) +5 >Emitted(53, 44) Source(27, 49) + SourceIndex(0) +6 >Emitted(53, 46) Source(27, 51) + SourceIndex(0) +7 >Emitted(53, 47) Source(27, 52) + SourceIndex(0) --- >>> /**@internal*/ var internalEnum; 1 >^^^^ @@ -1757,11 +1759,11 @@ sourceFile:../second/second_part1.ts 3 > 4 > export enum 5 > internalEnum { a, b, c } -1 >Emitted(53, 5) Source(28, 5) + SourceIndex(0) -2 >Emitted(53, 19) Source(28, 19) + SourceIndex(0) -3 >Emitted(53, 20) Source(28, 20) + SourceIndex(0) -4 >Emitted(53, 24) Source(28, 32) + SourceIndex(0) -5 >Emitted(53, 36) Source(28, 56) + SourceIndex(0) +1 >Emitted(54, 5) Source(28, 5) + SourceIndex(0) +2 >Emitted(54, 19) Source(28, 19) + SourceIndex(0) +3 >Emitted(54, 20) Source(28, 20) + SourceIndex(0) +4 >Emitted(54, 24) Source(28, 32) + SourceIndex(0) +5 >Emitted(54, 36) Source(28, 56) + SourceIndex(0) --- >>> (function (internalEnum) { 1 >^^^^ @@ -1771,9 +1773,9 @@ sourceFile:../second/second_part1.ts 1 > 2 > export enum 3 > internalEnum -1 >Emitted(54, 5) Source(28, 20) + SourceIndex(0) -2 >Emitted(54, 16) Source(28, 32) + SourceIndex(0) -3 >Emitted(54, 28) Source(28, 44) + SourceIndex(0) +1 >Emitted(55, 5) Source(28, 20) + SourceIndex(0) +2 >Emitted(55, 16) Source(28, 32) + SourceIndex(0) +3 >Emitted(55, 28) Source(28, 44) + SourceIndex(0) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -1783,9 +1785,9 @@ sourceFile:../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(55, 9) Source(28, 47) + SourceIndex(0) -2 >Emitted(55, 50) Source(28, 48) + SourceIndex(0) -3 >Emitted(55, 51) Source(28, 48) + SourceIndex(0) +1->Emitted(56, 9) Source(28, 47) + SourceIndex(0) +2 >Emitted(56, 50) Source(28, 48) + SourceIndex(0) +3 >Emitted(56, 51) Source(28, 48) + SourceIndex(0) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -1795,9 +1797,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(56, 9) Source(28, 50) + SourceIndex(0) -2 >Emitted(56, 50) Source(28, 51) + SourceIndex(0) -3 >Emitted(56, 51) Source(28, 51) + SourceIndex(0) +1->Emitted(57, 9) Source(28, 50) + SourceIndex(0) +2 >Emitted(57, 50) Source(28, 51) + SourceIndex(0) +3 >Emitted(57, 51) Source(28, 51) + SourceIndex(0) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -1807,9 +1809,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(57, 9) Source(28, 53) + SourceIndex(0) -2 >Emitted(57, 50) Source(28, 54) + SourceIndex(0) -3 >Emitted(57, 51) Source(28, 54) + SourceIndex(0) +1->Emitted(58, 9) Source(28, 53) + SourceIndex(0) +2 >Emitted(58, 50) Source(28, 54) + SourceIndex(0) +3 >Emitted(58, 51) Source(28, 54) + SourceIndex(0) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^ @@ -1830,15 +1832,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(58, 5) Source(28, 55) + SourceIndex(0) -2 >Emitted(58, 6) Source(28, 56) + SourceIndex(0) -3 >Emitted(58, 8) Source(28, 32) + SourceIndex(0) -4 >Emitted(58, 20) Source(28, 44) + SourceIndex(0) -5 >Emitted(58, 23) Source(28, 32) + SourceIndex(0) -6 >Emitted(58, 43) Source(28, 44) + SourceIndex(0) -7 >Emitted(58, 48) Source(28, 32) + SourceIndex(0) -8 >Emitted(58, 68) Source(28, 44) + SourceIndex(0) -9 >Emitted(58, 76) Source(28, 56) + SourceIndex(0) +1->Emitted(59, 5) Source(28, 55) + SourceIndex(0) +2 >Emitted(59, 6) Source(28, 56) + SourceIndex(0) +3 >Emitted(59, 8) Source(28, 32) + SourceIndex(0) +4 >Emitted(59, 20) Source(28, 44) + SourceIndex(0) +5 >Emitted(59, 23) Source(28, 32) + SourceIndex(0) +6 >Emitted(59, 43) Source(28, 44) + SourceIndex(0) +7 >Emitted(59, 48) Source(28, 32) + SourceIndex(0) +8 >Emitted(59, 68) Source(28, 44) + SourceIndex(0) +9 >Emitted(59, 76) Source(28, 56) + SourceIndex(0) --- >>>})(normalN || (normalN = {})); 1 > @@ -1866,13 +1868,13 @@ sourceFile:../second/second_part1.ts > /**@internal*/ export const internalConst = 10; > /**@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(59, 1) Source(29, 1) + SourceIndex(0) -2 >Emitted(59, 2) Source(29, 2) + SourceIndex(0) -3 >Emitted(59, 4) Source(20, 11) + SourceIndex(0) -4 >Emitted(59, 11) Source(20, 18) + SourceIndex(0) -5 >Emitted(59, 16) Source(20, 11) + SourceIndex(0) -6 >Emitted(59, 23) Source(20, 18) + SourceIndex(0) -7 >Emitted(59, 31) Source(29, 2) + SourceIndex(0) +1 >Emitted(60, 1) Source(29, 1) + SourceIndex(0) +2 >Emitted(60, 2) Source(29, 2) + SourceIndex(0) +3 >Emitted(60, 4) Source(20, 11) + SourceIndex(0) +4 >Emitted(60, 11) Source(20, 18) + SourceIndex(0) +5 >Emitted(60, 16) Source(20, 11) + SourceIndex(0) +6 >Emitted(60, 23) Source(20, 18) + SourceIndex(0) +7 >Emitted(60, 31) Source(29, 2) + SourceIndex(0) --- >>>/**@internal*/ var internalC = /** @class */ (function () { 1-> @@ -1883,15 +1885,15 @@ sourceFile:../second/second_part1.ts > 2 >/**@internal*/ 3 > -1->Emitted(60, 1) Source(30, 1) + SourceIndex(0) -2 >Emitted(60, 15) Source(30, 15) + SourceIndex(0) -3 >Emitted(60, 16) Source(30, 16) + SourceIndex(0) +1->Emitted(61, 1) Source(30, 1) + SourceIndex(0) +2 >Emitted(61, 15) Source(30, 15) + SourceIndex(0) +3 >Emitted(61, 16) Source(30, 16) + SourceIndex(0) --- >>> function internalC() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(61, 5) Source(30, 16) + SourceIndex(0) +1->Emitted(62, 5) Source(30, 16) + SourceIndex(0) --- >>> } 1->^^^^ @@ -1899,16 +1901,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->class internalC { 2 > } -1->Emitted(62, 5) Source(30, 33) + SourceIndex(0) -2 >Emitted(62, 6) Source(30, 34) + SourceIndex(0) +1->Emitted(63, 5) Source(30, 33) + SourceIndex(0) +2 >Emitted(63, 6) Source(30, 34) + SourceIndex(0) --- >>> return internalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(63, 5) Source(30, 33) + SourceIndex(0) -2 >Emitted(63, 21) Source(30, 34) + SourceIndex(0) +1->Emitted(64, 5) Source(30, 33) + SourceIndex(0) +2 >Emitted(64, 21) Source(30, 34) + SourceIndex(0) --- >>>}()); 1 > @@ -1920,10 +1922,10 @@ sourceFile:../second/second_part1.ts 2 >} 3 > 4 > class internalC {} -1 >Emitted(64, 1) Source(30, 33) + SourceIndex(0) -2 >Emitted(64, 2) Source(30, 34) + SourceIndex(0) -3 >Emitted(64, 2) Source(30, 16) + SourceIndex(0) -4 >Emitted(64, 6) Source(30, 34) + SourceIndex(0) +1 >Emitted(65, 1) Source(30, 33) + SourceIndex(0) +2 >Emitted(65, 2) Source(30, 34) + SourceIndex(0) +3 >Emitted(65, 2) Source(30, 16) + SourceIndex(0) +4 >Emitted(65, 6) Source(30, 34) + SourceIndex(0) --- >>>/**@internal*/ function internalfoo() { } 1-> @@ -1941,13 +1943,13 @@ sourceFile:../second/second_part1.ts 5 > internalfoo 6 > () { 7 > } -1->Emitted(65, 1) Source(31, 1) + SourceIndex(0) -2 >Emitted(65, 15) Source(31, 15) + SourceIndex(0) -3 >Emitted(65, 16) Source(31, 16) + SourceIndex(0) -4 >Emitted(65, 25) Source(31, 25) + SourceIndex(0) -5 >Emitted(65, 36) Source(31, 36) + SourceIndex(0) -6 >Emitted(65, 41) Source(31, 40) + SourceIndex(0) -7 >Emitted(65, 42) Source(31, 41) + SourceIndex(0) +1->Emitted(66, 1) Source(31, 1) + SourceIndex(0) +2 >Emitted(66, 15) Source(31, 15) + SourceIndex(0) +3 >Emitted(66, 16) Source(31, 16) + SourceIndex(0) +4 >Emitted(66, 25) Source(31, 25) + SourceIndex(0) +5 >Emitted(66, 36) Source(31, 36) + SourceIndex(0) +6 >Emitted(66, 41) Source(31, 40) + SourceIndex(0) +7 >Emitted(66, 42) Source(31, 41) + SourceIndex(0) --- >>>/**@internal*/ var internalNamespace; 1 > @@ -1963,12 +1965,12 @@ sourceFile:../second/second_part1.ts 4 > namespace 5 > internalNamespace 6 > { export class someClass {} } -1 >Emitted(66, 1) Source(32, 1) + SourceIndex(0) -2 >Emitted(66, 15) Source(32, 15) + SourceIndex(0) -3 >Emitted(66, 16) Source(32, 16) + SourceIndex(0) -4 >Emitted(66, 20) Source(32, 26) + SourceIndex(0) -5 >Emitted(66, 37) Source(32, 43) + SourceIndex(0) -6 >Emitted(66, 38) Source(32, 73) + SourceIndex(0) +1 >Emitted(67, 1) Source(32, 1) + SourceIndex(0) +2 >Emitted(67, 15) Source(32, 15) + SourceIndex(0) +3 >Emitted(67, 16) Source(32, 16) + SourceIndex(0) +4 >Emitted(67, 20) Source(32, 26) + SourceIndex(0) +5 >Emitted(67, 37) Source(32, 43) + SourceIndex(0) +6 >Emitted(67, 38) Source(32, 73) + SourceIndex(0) --- >>>(function (internalNamespace) { 1 > @@ -1978,21 +1980,21 @@ sourceFile:../second/second_part1.ts 1 > 2 >namespace 3 > internalNamespace -1 >Emitted(67, 1) Source(32, 16) + SourceIndex(0) -2 >Emitted(67, 12) Source(32, 26) + SourceIndex(0) -3 >Emitted(67, 29) Source(32, 43) + SourceIndex(0) +1 >Emitted(68, 1) Source(32, 16) + SourceIndex(0) +2 >Emitted(68, 12) Source(32, 26) + SourceIndex(0) +3 >Emitted(68, 29) Source(32, 43) + SourceIndex(0) --- >>> var someClass = /** @class */ (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(68, 5) Source(32, 46) + SourceIndex(0) +1->Emitted(69, 5) Source(32, 46) + SourceIndex(0) --- >>> function someClass() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(69, 9) Source(32, 46) + SourceIndex(0) +1->Emitted(70, 9) Source(32, 46) + SourceIndex(0) --- >>> } 1->^^^^^^^^ @@ -2000,16 +2002,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(70, 9) Source(32, 70) + SourceIndex(0) -2 >Emitted(70, 10) Source(32, 71) + SourceIndex(0) +1->Emitted(71, 9) Source(32, 70) + SourceIndex(0) +2 >Emitted(71, 10) Source(32, 71) + SourceIndex(0) --- >>> return someClass; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(71, 9) Source(32, 70) + SourceIndex(0) -2 >Emitted(71, 25) Source(32, 71) + SourceIndex(0) +1->Emitted(72, 9) Source(32, 70) + SourceIndex(0) +2 >Emitted(72, 25) Source(32, 71) + SourceIndex(0) --- >>> }()); 1 >^^^^ @@ -2021,10 +2023,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(72, 5) Source(32, 70) + SourceIndex(0) -2 >Emitted(72, 6) Source(32, 71) + SourceIndex(0) -3 >Emitted(72, 6) Source(32, 46) + SourceIndex(0) -4 >Emitted(72, 10) Source(32, 71) + SourceIndex(0) +1 >Emitted(73, 5) Source(32, 70) + SourceIndex(0) +2 >Emitted(73, 6) Source(32, 71) + SourceIndex(0) +3 >Emitted(73, 6) Source(32, 46) + SourceIndex(0) +4 >Emitted(73, 10) Source(32, 71) + SourceIndex(0) --- >>> internalNamespace.someClass = someClass; 1->^^^^ @@ -2036,10 +2038,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(73, 5) Source(32, 59) + SourceIndex(0) -2 >Emitted(73, 32) Source(32, 68) + SourceIndex(0) -3 >Emitted(73, 44) Source(32, 71) + SourceIndex(0) -4 >Emitted(73, 45) Source(32, 71) + SourceIndex(0) +1->Emitted(74, 5) Source(32, 59) + SourceIndex(0) +2 >Emitted(74, 32) Source(32, 68) + SourceIndex(0) +3 >Emitted(74, 44) Source(32, 71) + SourceIndex(0) +4 >Emitted(74, 45) Source(32, 71) + SourceIndex(0) --- >>>})(internalNamespace || (internalNamespace = {})); 1-> @@ -2056,13 +2058,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalNamespace 7 > { export class someClass {} } -1->Emitted(74, 1) Source(32, 72) + SourceIndex(0) -2 >Emitted(74, 2) Source(32, 73) + SourceIndex(0) -3 >Emitted(74, 4) Source(32, 26) + SourceIndex(0) -4 >Emitted(74, 21) Source(32, 43) + SourceIndex(0) -5 >Emitted(74, 26) Source(32, 26) + SourceIndex(0) -6 >Emitted(74, 43) Source(32, 43) + SourceIndex(0) -7 >Emitted(74, 51) Source(32, 73) + SourceIndex(0) +1->Emitted(75, 1) Source(32, 72) + SourceIndex(0) +2 >Emitted(75, 2) Source(32, 73) + SourceIndex(0) +3 >Emitted(75, 4) Source(32, 26) + SourceIndex(0) +4 >Emitted(75, 21) Source(32, 43) + SourceIndex(0) +5 >Emitted(75, 26) Source(32, 26) + SourceIndex(0) +6 >Emitted(75, 43) Source(32, 43) + SourceIndex(0) +7 >Emitted(75, 51) Source(32, 73) + SourceIndex(0) --- >>>/**@internal*/ var internalOther; 1 > @@ -2078,12 +2080,12 @@ sourceFile:../second/second_part1.ts 4 > namespace 5 > internalOther 6 > .something { export class someClass {} } -1 >Emitted(75, 1) Source(33, 1) + SourceIndex(0) -2 >Emitted(75, 15) Source(33, 15) + SourceIndex(0) -3 >Emitted(75, 16) Source(33, 16) + SourceIndex(0) -4 >Emitted(75, 20) Source(33, 26) + SourceIndex(0) -5 >Emitted(75, 33) Source(33, 39) + SourceIndex(0) -6 >Emitted(75, 34) Source(33, 79) + SourceIndex(0) +1 >Emitted(76, 1) Source(33, 1) + SourceIndex(0) +2 >Emitted(76, 15) Source(33, 15) + SourceIndex(0) +3 >Emitted(76, 16) Source(33, 16) + SourceIndex(0) +4 >Emitted(76, 20) Source(33, 26) + SourceIndex(0) +5 >Emitted(76, 33) Source(33, 39) + SourceIndex(0) +6 >Emitted(76, 34) Source(33, 79) + SourceIndex(0) --- >>>(function (internalOther) { 1 > @@ -2092,9 +2094,9 @@ sourceFile:../second/second_part1.ts 1 > 2 >namespace 3 > internalOther -1 >Emitted(76, 1) Source(33, 16) + SourceIndex(0) -2 >Emitted(76, 12) Source(33, 26) + SourceIndex(0) -3 >Emitted(76, 25) Source(33, 39) + SourceIndex(0) +1 >Emitted(77, 1) Source(33, 16) + SourceIndex(0) +2 >Emitted(77, 12) Source(33, 26) + SourceIndex(0) +3 >Emitted(77, 25) Source(33, 39) + SourceIndex(0) --- >>> var something; 1 >^^^^ @@ -2106,10 +2108,10 @@ sourceFile:../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(77, 5) Source(33, 40) + SourceIndex(0) -2 >Emitted(77, 9) Source(33, 40) + SourceIndex(0) -3 >Emitted(77, 18) Source(33, 49) + SourceIndex(0) -4 >Emitted(77, 19) Source(33, 79) + SourceIndex(0) +1 >Emitted(78, 5) Source(33, 40) + SourceIndex(0) +2 >Emitted(78, 9) Source(33, 40) + SourceIndex(0) +3 >Emitted(78, 18) Source(33, 49) + SourceIndex(0) +4 >Emitted(78, 19) Source(33, 79) + SourceIndex(0) --- >>> (function (something) { 1->^^^^ @@ -2119,21 +2121,21 @@ sourceFile:../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(78, 5) Source(33, 40) + SourceIndex(0) -2 >Emitted(78, 16) Source(33, 40) + SourceIndex(0) -3 >Emitted(78, 25) Source(33, 49) + SourceIndex(0) +1->Emitted(79, 5) Source(33, 40) + SourceIndex(0) +2 >Emitted(79, 16) Source(33, 40) + SourceIndex(0) +3 >Emitted(79, 25) Source(33, 49) + SourceIndex(0) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(79, 9) Source(33, 52) + SourceIndex(0) +1->Emitted(80, 9) Source(33, 52) + SourceIndex(0) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(80, 13) Source(33, 52) + SourceIndex(0) +1->Emitted(81, 13) Source(33, 52) + SourceIndex(0) --- >>> } 1->^^^^^^^^^^^^ @@ -2141,16 +2143,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(81, 13) Source(33, 76) + SourceIndex(0) -2 >Emitted(81, 14) Source(33, 77) + SourceIndex(0) +1->Emitted(82, 13) Source(33, 76) + SourceIndex(0) +2 >Emitted(82, 14) Source(33, 77) + SourceIndex(0) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(82, 13) Source(33, 76) + SourceIndex(0) -2 >Emitted(82, 29) Source(33, 77) + SourceIndex(0) +1->Emitted(83, 13) Source(33, 76) + SourceIndex(0) +2 >Emitted(83, 29) Source(33, 77) + SourceIndex(0) --- >>> }()); 1 >^^^^^^^^ @@ -2162,10 +2164,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(83, 9) Source(33, 76) + SourceIndex(0) -2 >Emitted(83, 10) Source(33, 77) + SourceIndex(0) -3 >Emitted(83, 10) Source(33, 52) + SourceIndex(0) -4 >Emitted(83, 14) Source(33, 77) + SourceIndex(0) +1 >Emitted(84, 9) Source(33, 76) + SourceIndex(0) +2 >Emitted(84, 10) Source(33, 77) + SourceIndex(0) +3 >Emitted(84, 10) Source(33, 52) + SourceIndex(0) +4 >Emitted(84, 14) Source(33, 77) + SourceIndex(0) --- >>> something.someClass = someClass; 1->^^^^^^^^ @@ -2177,10 +2179,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(84, 9) Source(33, 65) + SourceIndex(0) -2 >Emitted(84, 28) Source(33, 74) + SourceIndex(0) -3 >Emitted(84, 40) Source(33, 77) + SourceIndex(0) -4 >Emitted(84, 41) Source(33, 77) + SourceIndex(0) +1->Emitted(85, 9) Source(33, 65) + SourceIndex(0) +2 >Emitted(85, 28) Source(33, 74) + SourceIndex(0) +3 >Emitted(85, 40) Source(33, 77) + SourceIndex(0) +4 >Emitted(85, 41) Source(33, 77) + SourceIndex(0) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^ @@ -2201,15 +2203,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(85, 5) Source(33, 78) + SourceIndex(0) -2 >Emitted(85, 6) Source(33, 79) + SourceIndex(0) -3 >Emitted(85, 8) Source(33, 40) + SourceIndex(0) -4 >Emitted(85, 17) Source(33, 49) + SourceIndex(0) -5 >Emitted(85, 20) Source(33, 40) + SourceIndex(0) -6 >Emitted(85, 43) Source(33, 49) + SourceIndex(0) -7 >Emitted(85, 48) Source(33, 40) + SourceIndex(0) -8 >Emitted(85, 71) Source(33, 49) + SourceIndex(0) -9 >Emitted(85, 79) Source(33, 79) + SourceIndex(0) +1->Emitted(86, 5) Source(33, 78) + SourceIndex(0) +2 >Emitted(86, 6) Source(33, 79) + SourceIndex(0) +3 >Emitted(86, 8) Source(33, 40) + SourceIndex(0) +4 >Emitted(86, 17) Source(33, 49) + SourceIndex(0) +5 >Emitted(86, 20) Source(33, 40) + SourceIndex(0) +6 >Emitted(86, 43) Source(33, 49) + SourceIndex(0) +7 >Emitted(86, 48) Source(33, 40) + SourceIndex(0) +8 >Emitted(86, 71) Source(33, 49) + SourceIndex(0) +9 >Emitted(86, 79) Source(33, 79) + SourceIndex(0) --- >>>})(internalOther || (internalOther = {})); 1 > @@ -2227,13 +2229,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalOther 7 > .something { export class someClass {} } -1 >Emitted(86, 1) Source(33, 78) + SourceIndex(0) -2 >Emitted(86, 2) Source(33, 79) + SourceIndex(0) -3 >Emitted(86, 4) Source(33, 26) + SourceIndex(0) -4 >Emitted(86, 17) Source(33, 39) + SourceIndex(0) -5 >Emitted(86, 22) Source(33, 26) + SourceIndex(0) -6 >Emitted(86, 35) Source(33, 39) + SourceIndex(0) -7 >Emitted(86, 43) Source(33, 79) + SourceIndex(0) +1 >Emitted(87, 1) Source(33, 78) + SourceIndex(0) +2 >Emitted(87, 2) Source(33, 79) + SourceIndex(0) +3 >Emitted(87, 4) Source(33, 26) + SourceIndex(0) +4 >Emitted(87, 17) Source(33, 39) + SourceIndex(0) +5 >Emitted(87, 22) Source(33, 26) + SourceIndex(0) +6 >Emitted(87, 35) Source(33, 39) + SourceIndex(0) +7 >Emitted(87, 43) Source(33, 79) + SourceIndex(0) --- >>>/**@internal*/ var internalImport = internalNamespace.someClass; 1-> @@ -2257,16 +2259,16 @@ sourceFile:../second/second_part1.ts 8 > . 9 > someClass 10> ; -1->Emitted(87, 1) Source(34, 1) + SourceIndex(0) -2 >Emitted(87, 15) Source(34, 15) + SourceIndex(0) -3 >Emitted(87, 16) Source(34, 16) + SourceIndex(0) -4 >Emitted(87, 20) Source(34, 23) + SourceIndex(0) -5 >Emitted(87, 34) Source(34, 37) + SourceIndex(0) -6 >Emitted(87, 37) Source(34, 40) + SourceIndex(0) -7 >Emitted(87, 54) Source(34, 57) + SourceIndex(0) -8 >Emitted(87, 55) Source(34, 58) + SourceIndex(0) -9 >Emitted(87, 64) Source(34, 67) + SourceIndex(0) -10>Emitted(87, 65) Source(34, 68) + SourceIndex(0) +1->Emitted(88, 1) Source(34, 1) + SourceIndex(0) +2 >Emitted(88, 15) Source(34, 15) + SourceIndex(0) +3 >Emitted(88, 16) Source(34, 16) + SourceIndex(0) +4 >Emitted(88, 20) Source(34, 23) + SourceIndex(0) +5 >Emitted(88, 34) Source(34, 37) + SourceIndex(0) +6 >Emitted(88, 37) Source(34, 40) + SourceIndex(0) +7 >Emitted(88, 54) Source(34, 57) + SourceIndex(0) +8 >Emitted(88, 55) Source(34, 58) + SourceIndex(0) +9 >Emitted(88, 64) Source(34, 67) + SourceIndex(0) +10>Emitted(88, 65) Source(34, 68) + SourceIndex(0) --- >>>/**@internal*/ var internalConst = 10; 1 > @@ -2287,14 +2289,14 @@ sourceFile:../second/second_part1.ts 6 > = 7 > 10 8 > ; -1 >Emitted(88, 1) Source(36, 1) + SourceIndex(0) -2 >Emitted(88, 15) Source(36, 15) + SourceIndex(0) -3 >Emitted(88, 16) Source(36, 16) + SourceIndex(0) -4 >Emitted(88, 20) Source(36, 22) + SourceIndex(0) -5 >Emitted(88, 33) Source(36, 35) + SourceIndex(0) -6 >Emitted(88, 36) Source(36, 38) + SourceIndex(0) -7 >Emitted(88, 38) Source(36, 40) + SourceIndex(0) -8 >Emitted(88, 39) Source(36, 41) + SourceIndex(0) +1 >Emitted(89, 1) Source(36, 1) + SourceIndex(0) +2 >Emitted(89, 15) Source(36, 15) + SourceIndex(0) +3 >Emitted(89, 16) Source(36, 16) + SourceIndex(0) +4 >Emitted(89, 20) Source(36, 22) + SourceIndex(0) +5 >Emitted(89, 33) Source(36, 35) + SourceIndex(0) +6 >Emitted(89, 36) Source(36, 38) + SourceIndex(0) +7 >Emitted(89, 38) Source(36, 40) + SourceIndex(0) +8 >Emitted(89, 39) Source(36, 41) + SourceIndex(0) --- >>>/**@internal*/ var internalEnum; 1 > @@ -2308,11 +2310,11 @@ sourceFile:../second/second_part1.ts 3 > 4 > enum 5 > internalEnum { a, b, c } -1 >Emitted(89, 1) Source(37, 1) + SourceIndex(0) -2 >Emitted(89, 15) Source(37, 15) + SourceIndex(0) -3 >Emitted(89, 16) Source(37, 16) + SourceIndex(0) -4 >Emitted(89, 20) Source(37, 21) + SourceIndex(0) -5 >Emitted(89, 32) Source(37, 45) + SourceIndex(0) +1 >Emitted(90, 1) Source(37, 1) + SourceIndex(0) +2 >Emitted(90, 15) Source(37, 15) + SourceIndex(0) +3 >Emitted(90, 16) Source(37, 16) + SourceIndex(0) +4 >Emitted(90, 20) Source(37, 21) + SourceIndex(0) +5 >Emitted(90, 32) Source(37, 45) + SourceIndex(0) --- >>>(function (internalEnum) { 1 > @@ -2322,9 +2324,9 @@ sourceFile:../second/second_part1.ts 1 > 2 >enum 3 > internalEnum -1 >Emitted(90, 1) Source(37, 16) + SourceIndex(0) -2 >Emitted(90, 12) Source(37, 21) + SourceIndex(0) -3 >Emitted(90, 24) Source(37, 33) + SourceIndex(0) +1 >Emitted(91, 1) Source(37, 16) + SourceIndex(0) +2 >Emitted(91, 12) Source(37, 21) + SourceIndex(0) +3 >Emitted(91, 24) Source(37, 33) + SourceIndex(0) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^ @@ -2334,9 +2336,9 @@ sourceFile:../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(91, 5) Source(37, 36) + SourceIndex(0) -2 >Emitted(91, 46) Source(37, 37) + SourceIndex(0) -3 >Emitted(91, 47) Source(37, 37) + SourceIndex(0) +1->Emitted(92, 5) Source(37, 36) + SourceIndex(0) +2 >Emitted(92, 46) Source(37, 37) + SourceIndex(0) +3 >Emitted(92, 47) Source(37, 37) + SourceIndex(0) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^ @@ -2346,9 +2348,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(92, 5) Source(37, 39) + SourceIndex(0) -2 >Emitted(92, 46) Source(37, 40) + SourceIndex(0) -3 >Emitted(92, 47) Source(37, 40) + SourceIndex(0) +1->Emitted(93, 5) Source(37, 39) + SourceIndex(0) +2 >Emitted(93, 46) Source(37, 40) + SourceIndex(0) +3 >Emitted(93, 47) Source(37, 40) + SourceIndex(0) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^ @@ -2357,9 +2359,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(93, 5) Source(37, 42) + SourceIndex(0) -2 >Emitted(93, 46) Source(37, 43) + SourceIndex(0) -3 >Emitted(93, 47) Source(37, 43) + SourceIndex(0) +1->Emitted(94, 5) Source(37, 42) + SourceIndex(0) +2 >Emitted(94, 46) Source(37, 43) + SourceIndex(0) +3 >Emitted(94, 47) Source(37, 43) + SourceIndex(0) --- >>>})(internalEnum || (internalEnum = {})); 1 > @@ -2376,13 +2378,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalEnum 7 > { a, b, c } -1 >Emitted(94, 1) Source(37, 44) + SourceIndex(0) -2 >Emitted(94, 2) Source(37, 45) + SourceIndex(0) -3 >Emitted(94, 4) Source(37, 21) + SourceIndex(0) -4 >Emitted(94, 16) Source(37, 33) + SourceIndex(0) -5 >Emitted(94, 21) Source(37, 21) + SourceIndex(0) -6 >Emitted(94, 33) Source(37, 33) + SourceIndex(0) -7 >Emitted(94, 41) Source(37, 45) + SourceIndex(0) +1 >Emitted(95, 1) Source(37, 44) + SourceIndex(0) +2 >Emitted(95, 2) Source(37, 45) + SourceIndex(0) +3 >Emitted(95, 4) Source(37, 21) + SourceIndex(0) +4 >Emitted(95, 16) Source(37, 33) + SourceIndex(0) +5 >Emitted(95, 21) Source(37, 21) + SourceIndex(0) +6 >Emitted(95, 33) Source(37, 33) + SourceIndex(0) +7 >Emitted(95, 41) Source(37, 45) + SourceIndex(0) --- ------------------------------------------------------------------- emittedFile:/src/2/second-output.js @@ -2392,13 +2394,13 @@ sourceFile:../second/second_part2.ts 1 > 2 >^^^^^^^^^^^^^^^^^^^-> 1 > -1 >Emitted(95, 1) Source(1, 1) + SourceIndex(1) +1 >Emitted(96, 1) Source(1, 1) + SourceIndex(1) --- >>> function C() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(96, 5) Source(1, 1) + SourceIndex(1) +1->Emitted(97, 5) Source(1, 1) + SourceIndex(1) --- >>> } 1->^^^^ @@ -2410,8 +2412,8 @@ sourceFile:../second/second_part2.ts > } > 2 > } -1->Emitted(97, 5) Source(5, 1) + SourceIndex(1) -2 >Emitted(97, 6) Source(5, 2) + SourceIndex(1) +1->Emitted(98, 5) Source(5, 1) + SourceIndex(1) +2 >Emitted(98, 6) Source(5, 2) + SourceIndex(1) --- >>> C.prototype.doSomething = function () { 1->^^^^ @@ -2421,9 +2423,9 @@ sourceFile:../second/second_part2.ts 1-> 2 > doSomething 3 > -1->Emitted(98, 5) Source(2, 5) + SourceIndex(1) -2 >Emitted(98, 28) Source(2, 16) + SourceIndex(1) -3 >Emitted(98, 31) Source(2, 5) + SourceIndex(1) +1->Emitted(99, 5) Source(2, 5) + SourceIndex(1) +2 >Emitted(99, 28) Source(2, 16) + SourceIndex(1) +3 >Emitted(99, 31) Source(2, 5) + SourceIndex(1) --- >>> console.log("something got done"); 1->^^^^^^^^ @@ -2443,14 +2445,14 @@ sourceFile:../second/second_part2.ts 6 > "something got done" 7 > ) 8 > ; -1->Emitted(99, 9) Source(3, 9) + SourceIndex(1) -2 >Emitted(99, 16) Source(3, 16) + SourceIndex(1) -3 >Emitted(99, 17) Source(3, 17) + SourceIndex(1) -4 >Emitted(99, 20) Source(3, 20) + SourceIndex(1) -5 >Emitted(99, 21) Source(3, 21) + SourceIndex(1) -6 >Emitted(99, 41) Source(3, 41) + SourceIndex(1) -7 >Emitted(99, 42) Source(3, 42) + SourceIndex(1) -8 >Emitted(99, 43) Source(3, 43) + SourceIndex(1) +1->Emitted(100, 9) Source(3, 9) + SourceIndex(1) +2 >Emitted(100, 16) Source(3, 16) + SourceIndex(1) +3 >Emitted(100, 17) Source(3, 17) + SourceIndex(1) +4 >Emitted(100, 20) Source(3, 20) + SourceIndex(1) +5 >Emitted(100, 21) Source(3, 21) + SourceIndex(1) +6 >Emitted(100, 41) Source(3, 41) + SourceIndex(1) +7 >Emitted(100, 42) Source(3, 42) + SourceIndex(1) +8 >Emitted(100, 43) Source(3, 43) + SourceIndex(1) --- >>> }; 1 >^^^^ @@ -2459,8 +2461,8 @@ sourceFile:../second/second_part2.ts 1 > > 2 > } -1 >Emitted(100, 5) Source(4, 5) + SourceIndex(1) -2 >Emitted(100, 6) Source(4, 6) + SourceIndex(1) +1 >Emitted(101, 5) Source(4, 5) + SourceIndex(1) +2 >Emitted(101, 6) Source(4, 6) + SourceIndex(1) --- >>> return C; 1->^^^^ @@ -2468,8 +2470,8 @@ sourceFile:../second/second_part2.ts 1-> > 2 > } -1->Emitted(101, 5) Source(5, 1) + SourceIndex(1) -2 >Emitted(101, 13) Source(5, 2) + SourceIndex(1) +1->Emitted(102, 5) Source(5, 1) + SourceIndex(1) +2 >Emitted(102, 13) Source(5, 2) + SourceIndex(1) --- >>>}()); 1 > @@ -2485,10 +2487,10 @@ sourceFile:../second/second_part2.ts > console.log("something got done"); > } > } -1 >Emitted(102, 1) Source(5, 1) + SourceIndex(1) -2 >Emitted(102, 2) Source(5, 2) + SourceIndex(1) -3 >Emitted(102, 2) Source(1, 1) + SourceIndex(1) -4 >Emitted(102, 6) Source(5, 2) + SourceIndex(1) +1 >Emitted(103, 1) Source(5, 1) + SourceIndex(1) +2 >Emitted(103, 2) Source(5, 2) + SourceIndex(1) +3 >Emitted(103, 2) Source(1, 1) + SourceIndex(1) +4 >Emitted(103, 6) Source(5, 2) + SourceIndex(1) --- >>>//# sourceMappingURL=second-output.js.map @@ -2504,7 +2506,7 @@ sourceFile:../second/second_part2.ts "sections": [ { "pos": 0, - "end": 3434, + "end": 3452, "kind": "text" } ] @@ -2556,7 +2558,7 @@ sourceFile:../second/second_part2.ts ====================================================================== File:: /src/2/second-output.js ---------------------------------------------------------------------- -text: (0-3434) +text: (0-3452) var N; (function (N) { function f() { @@ -2567,8 +2569,9 @@ var N; var normalC = /** @class */ (function () { /**@internal*/ function normalC() { } - /**@internal*/ normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + /**@internal*/ proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { /**@internal*/ get: function () { return 10; }, /**@internal*/ set: function (val) { }, enumerable: true, @@ -3504,8 +3507,9 @@ var N; var normalC = /** @class */ (function () { /**@internal*/ function normalC() { } - /**@internal*/ normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + /**@internal*/ proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { /**@internal*/ get: function () { return 10; }, /**@internal*/ set: function (val) { }, enumerable: true, @@ -3601,7 +3605,7 @@ c.doSomething(); //# sourceMappingURL=third-output.js.map //// [/src/third/thirdjs/output/third-output.js.map] -{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} //// [/src/third/thirdjs/output/third-output.js.map.baseline.txt] =================================================================== @@ -3907,49 +3911,50 @@ sourceFile:../../../second/second_part1.ts >>> } 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >constructor() { 2 > } 1 >Emitted(16, 5) Source(14, 36) + SourceIndex(3) 2 >Emitted(16, 6) Source(14, 37) + SourceIndex(3) --- ->>> /**@internal*/ normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> /**@internal*/ proto_1.method = function () { }; 1->^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^ -4 > ^^^^^^^^^^^^^^^^^^^^^^^^ -5 > ^^^ -6 > ^^^^^^^^^^^^^^ -7 > ^ +4 > ^^^^^^^^^^^^^^ +5 > ^^^ +6 > ^^^^^^^^^^^^^^ +7 > ^ 1-> > /**@internal*/ prop: string; > 2 > /**@internal*/ 3 > 4 > method -5 > -6 > method() { -7 > } -1->Emitted(17, 5) Source(16, 5) + SourceIndex(3) -2 >Emitted(17, 19) Source(16, 19) + SourceIndex(3) -3 >Emitted(17, 20) Source(16, 20) + SourceIndex(3) -4 >Emitted(17, 44) Source(16, 26) + SourceIndex(3) -5 >Emitted(17, 47) Source(16, 20) + SourceIndex(3) -6 >Emitted(17, 61) Source(16, 31) + SourceIndex(3) -7 >Emitted(17, 62) Source(16, 32) + SourceIndex(3) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +5 > +6 > method() { +7 > } +1->Emitted(18, 5) Source(16, 5) + SourceIndex(3) +2 >Emitted(18, 19) Source(16, 19) + SourceIndex(3) +3 >Emitted(18, 20) Source(16, 20) + SourceIndex(3) +4 >Emitted(18, 34) Source(16, 26) + SourceIndex(3) +5 >Emitted(18, 37) Source(16, 20) + SourceIndex(3) +6 >Emitted(18, 51) Source(16, 31) + SourceIndex(3) +7 >Emitted(18, 52) Source(16, 32) + SourceIndex(3) +--- +>>> Object.defineProperty(proto_1, "c", { 1 >^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ -4 > ^^^^^^^^-> +3 > ^^^^^^^^^^^^ +4 > ^^^^^^^^^^^^^^^^^^-> 1 > > /**@internal*/ 2 > get 3 > c -1 >Emitted(18, 5) Source(17, 20) + SourceIndex(3) -2 >Emitted(18, 27) Source(17, 24) + SourceIndex(3) -3 >Emitted(18, 49) Source(17, 25) + SourceIndex(3) +1 >Emitted(19, 5) Source(17, 20) + SourceIndex(3) +2 >Emitted(19, 27) Source(17, 24) + SourceIndex(3) +3 >Emitted(19, 39) Source(17, 25) + SourceIndex(3) --- >>> /**@internal*/ get: function () { return 10; }, 1->^^^^^^^^ @@ -3970,15 +3975,15 @@ sourceFile:../../../second/second_part1.ts 7 > ; 8 > 9 > } -1->Emitted(19, 9) Source(17, 5) + SourceIndex(3) -2 >Emitted(19, 23) Source(17, 19) + SourceIndex(3) -3 >Emitted(19, 29) Source(17, 20) + SourceIndex(3) -4 >Emitted(19, 43) Source(17, 30) + SourceIndex(3) -5 >Emitted(19, 50) Source(17, 37) + SourceIndex(3) -6 >Emitted(19, 52) Source(17, 39) + SourceIndex(3) -7 >Emitted(19, 53) Source(17, 40) + SourceIndex(3) -8 >Emitted(19, 54) Source(17, 41) + SourceIndex(3) -9 >Emitted(19, 55) Source(17, 42) + SourceIndex(3) +1->Emitted(20, 9) Source(17, 5) + SourceIndex(3) +2 >Emitted(20, 23) Source(17, 19) + SourceIndex(3) +3 >Emitted(20, 29) Source(17, 20) + SourceIndex(3) +4 >Emitted(20, 43) Source(17, 30) + SourceIndex(3) +5 >Emitted(20, 50) Source(17, 37) + SourceIndex(3) +6 >Emitted(20, 52) Source(17, 39) + SourceIndex(3) +7 >Emitted(20, 53) Source(17, 40) + SourceIndex(3) +8 >Emitted(20, 54) Source(17, 41) + SourceIndex(3) +9 >Emitted(20, 55) Source(17, 42) + SourceIndex(3) --- >>> /**@internal*/ set: function (val) { }, 1 >^^^^^^^^ @@ -3996,13 +4001,13 @@ sourceFile:../../../second/second_part1.ts 5 > val: number 6 > ) { 7 > } -1 >Emitted(20, 9) Source(18, 5) + SourceIndex(3) -2 >Emitted(20, 23) Source(18, 19) + SourceIndex(3) -3 >Emitted(20, 29) Source(18, 20) + SourceIndex(3) -4 >Emitted(20, 39) Source(18, 26) + SourceIndex(3) -5 >Emitted(20, 42) Source(18, 37) + SourceIndex(3) -6 >Emitted(20, 46) Source(18, 41) + SourceIndex(3) -7 >Emitted(20, 47) Source(18, 42) + SourceIndex(3) +1 >Emitted(21, 9) Source(18, 5) + SourceIndex(3) +2 >Emitted(21, 23) Source(18, 19) + SourceIndex(3) +3 >Emitted(21, 29) Source(18, 20) + SourceIndex(3) +4 >Emitted(21, 39) Source(18, 26) + SourceIndex(3) +5 >Emitted(21, 42) Source(18, 37) + SourceIndex(3) +6 >Emitted(21, 46) Source(18, 41) + SourceIndex(3) +7 >Emitted(21, 47) Source(18, 42) + SourceIndex(3) --- >>> enumerable: true, >>> configurable: true @@ -4010,7 +4015,7 @@ sourceFile:../../../second/second_part1.ts 1 >^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(23, 8) Source(17, 42) + SourceIndex(3) +1 >Emitted(24, 8) Source(17, 42) + SourceIndex(3) --- >>> return normalC; 1->^^^^ @@ -4019,8 +4024,8 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ set c(val: number) { } > 2 > } -1->Emitted(24, 5) Source(19, 1) + SourceIndex(3) -2 >Emitted(24, 19) Source(19, 2) + SourceIndex(3) +1->Emitted(25, 5) Source(19, 1) + SourceIndex(3) +2 >Emitted(25, 19) Source(19, 2) + SourceIndex(3) --- >>>}()); 1 > @@ -4038,10 +4043,10 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ get c() { return 10; } > /**@internal*/ set c(val: number) { } > } -1 >Emitted(25, 1) Source(19, 1) + SourceIndex(3) -2 >Emitted(25, 2) Source(19, 2) + SourceIndex(3) -3 >Emitted(25, 2) Source(13, 1) + SourceIndex(3) -4 >Emitted(25, 6) Source(19, 2) + SourceIndex(3) +1 >Emitted(26, 1) Source(19, 1) + SourceIndex(3) +2 >Emitted(26, 2) Source(19, 2) + SourceIndex(3) +3 >Emitted(26, 2) Source(13, 1) + SourceIndex(3) +4 >Emitted(26, 6) Source(19, 2) + SourceIndex(3) --- >>>var normalN; 1-> @@ -4063,10 +4068,10 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ export const internalConst = 10; > /**@internal*/ export enum internalEnum { a, b, c } > } -1->Emitted(26, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(26, 5) Source(20, 11) + SourceIndex(3) -3 >Emitted(26, 12) Source(20, 18) + SourceIndex(3) -4 >Emitted(26, 13) Source(29, 2) + SourceIndex(3) +1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(27, 5) Source(20, 11) + SourceIndex(3) +3 >Emitted(27, 12) Source(20, 18) + SourceIndex(3) +4 >Emitted(27, 13) Source(29, 2) + SourceIndex(3) --- >>>(function (normalN) { 1-> @@ -4076,9 +4081,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > normalN -1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(27, 12) Source(20, 11) + SourceIndex(3) -3 >Emitted(27, 19) Source(20, 18) + SourceIndex(3) +1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(28, 12) Source(20, 11) + SourceIndex(3) +3 >Emitted(28, 19) Source(20, 18) + SourceIndex(3) --- >>> /**@internal*/ var C = /** @class */ (function () { 1->^^^^ @@ -4089,15 +4094,15 @@ sourceFile:../../../second/second_part1.ts > 2 > /**@internal*/ 3 > -1->Emitted(28, 5) Source(21, 5) + SourceIndex(3) -2 >Emitted(28, 19) Source(21, 19) + SourceIndex(3) -3 >Emitted(28, 20) Source(21, 20) + SourceIndex(3) +1->Emitted(29, 5) Source(21, 5) + SourceIndex(3) +2 >Emitted(29, 19) Source(21, 19) + SourceIndex(3) +3 >Emitted(29, 20) Source(21, 20) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(29, 9) Source(21, 20) + SourceIndex(3) +1->Emitted(30, 9) Source(21, 20) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -4105,16 +4110,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(30, 9) Source(21, 37) + SourceIndex(3) -2 >Emitted(30, 10) Source(21, 38) + SourceIndex(3) +1->Emitted(31, 9) Source(21, 37) + SourceIndex(3) +2 >Emitted(31, 10) Source(21, 38) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(31, 9) Source(21, 37) + SourceIndex(3) -2 >Emitted(31, 17) Source(21, 38) + SourceIndex(3) +1->Emitted(32, 9) Source(21, 37) + SourceIndex(3) +2 >Emitted(32, 17) Source(21, 38) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -4126,10 +4131,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(32, 5) Source(21, 37) + SourceIndex(3) -2 >Emitted(32, 6) Source(21, 38) + SourceIndex(3) -3 >Emitted(32, 6) Source(21, 20) + SourceIndex(3) -4 >Emitted(32, 10) Source(21, 38) + SourceIndex(3) +1 >Emitted(33, 5) Source(21, 37) + SourceIndex(3) +2 >Emitted(33, 6) Source(21, 38) + SourceIndex(3) +3 >Emitted(33, 6) Source(21, 20) + SourceIndex(3) +4 >Emitted(33, 10) Source(21, 38) + SourceIndex(3) --- >>> normalN.C = C; 1->^^^^ @@ -4141,10 +4146,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > { } 4 > -1->Emitted(33, 5) Source(21, 33) + SourceIndex(3) -2 >Emitted(33, 14) Source(21, 34) + SourceIndex(3) -3 >Emitted(33, 18) Source(21, 38) + SourceIndex(3) -4 >Emitted(33, 19) Source(21, 38) + SourceIndex(3) +1->Emitted(34, 5) Source(21, 33) + SourceIndex(3) +2 >Emitted(34, 14) Source(21, 34) + SourceIndex(3) +3 >Emitted(34, 18) Source(21, 38) + SourceIndex(3) +4 >Emitted(34, 19) Source(21, 38) + SourceIndex(3) --- >>> /**@internal*/ function foo() { } 1->^^^^ @@ -4162,13 +4167,13 @@ sourceFile:../../../second/second_part1.ts 5 > foo 6 > () { 7 > } -1->Emitted(34, 5) Source(22, 5) + SourceIndex(3) -2 >Emitted(34, 19) Source(22, 19) + SourceIndex(3) -3 >Emitted(34, 20) Source(22, 20) + SourceIndex(3) -4 >Emitted(34, 29) Source(22, 36) + SourceIndex(3) -5 >Emitted(34, 32) Source(22, 39) + SourceIndex(3) -6 >Emitted(34, 37) Source(22, 43) + SourceIndex(3) -7 >Emitted(34, 38) Source(22, 44) + SourceIndex(3) +1->Emitted(35, 5) Source(22, 5) + SourceIndex(3) +2 >Emitted(35, 19) Source(22, 19) + SourceIndex(3) +3 >Emitted(35, 20) Source(22, 20) + SourceIndex(3) +4 >Emitted(35, 29) Source(22, 36) + SourceIndex(3) +5 >Emitted(35, 32) Source(22, 39) + SourceIndex(3) +6 >Emitted(35, 37) Source(22, 43) + SourceIndex(3) +7 >Emitted(35, 38) Source(22, 44) + SourceIndex(3) --- >>> normalN.foo = foo; 1 >^^^^ @@ -4180,10 +4185,10 @@ sourceFile:../../../second/second_part1.ts 2 > foo 3 > () {} 4 > -1 >Emitted(35, 5) Source(22, 36) + SourceIndex(3) -2 >Emitted(35, 16) Source(22, 39) + SourceIndex(3) -3 >Emitted(35, 22) Source(22, 44) + SourceIndex(3) -4 >Emitted(35, 23) Source(22, 44) + SourceIndex(3) +1 >Emitted(36, 5) Source(22, 36) + SourceIndex(3) +2 >Emitted(36, 16) Source(22, 39) + SourceIndex(3) +3 >Emitted(36, 22) Source(22, 44) + SourceIndex(3) +4 >Emitted(36, 23) Source(22, 44) + SourceIndex(3) --- >>> /**@internal*/ var someNamespace; 1->^^^^ @@ -4199,12 +4204,12 @@ sourceFile:../../../second/second_part1.ts 4 > export namespace 5 > someNamespace 6 > { export class C {} } -1->Emitted(36, 5) Source(23, 5) + SourceIndex(3) -2 >Emitted(36, 19) Source(23, 19) + SourceIndex(3) -3 >Emitted(36, 20) Source(23, 20) + SourceIndex(3) -4 >Emitted(36, 24) Source(23, 37) + SourceIndex(3) -5 >Emitted(36, 37) Source(23, 50) + SourceIndex(3) -6 >Emitted(36, 38) Source(23, 72) + SourceIndex(3) +1->Emitted(37, 5) Source(23, 5) + SourceIndex(3) +2 >Emitted(37, 19) Source(23, 19) + SourceIndex(3) +3 >Emitted(37, 20) Source(23, 20) + SourceIndex(3) +4 >Emitted(37, 24) Source(23, 37) + SourceIndex(3) +5 >Emitted(37, 37) Source(23, 50) + SourceIndex(3) +6 >Emitted(37, 38) Source(23, 72) + SourceIndex(3) --- >>> (function (someNamespace) { 1 >^^^^ @@ -4214,21 +4219,21 @@ sourceFile:../../../second/second_part1.ts 1 > 2 > export namespace 3 > someNamespace -1 >Emitted(37, 5) Source(23, 20) + SourceIndex(3) -2 >Emitted(37, 16) Source(23, 37) + SourceIndex(3) -3 >Emitted(37, 29) Source(23, 50) + SourceIndex(3) +1 >Emitted(38, 5) Source(23, 20) + SourceIndex(3) +2 >Emitted(38, 16) Source(23, 37) + SourceIndex(3) +3 >Emitted(38, 29) Source(23, 50) + SourceIndex(3) --- >>> var C = /** @class */ (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(38, 9) Source(23, 53) + SourceIndex(3) +1->Emitted(39, 9) Source(23, 53) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(39, 13) Source(23, 53) + SourceIndex(3) +1->Emitted(40, 13) Source(23, 53) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -4236,16 +4241,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(40, 13) Source(23, 69) + SourceIndex(3) -2 >Emitted(40, 14) Source(23, 70) + SourceIndex(3) +1->Emitted(41, 13) Source(23, 69) + SourceIndex(3) +2 >Emitted(41, 14) Source(23, 70) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(41, 13) Source(23, 69) + SourceIndex(3) -2 >Emitted(41, 21) Source(23, 70) + SourceIndex(3) +1->Emitted(42, 13) Source(23, 69) + SourceIndex(3) +2 >Emitted(42, 21) Source(23, 70) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -4257,10 +4262,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(42, 9) Source(23, 69) + SourceIndex(3) -2 >Emitted(42, 10) Source(23, 70) + SourceIndex(3) -3 >Emitted(42, 10) Source(23, 53) + SourceIndex(3) -4 >Emitted(42, 14) Source(23, 70) + SourceIndex(3) +1 >Emitted(43, 9) Source(23, 69) + SourceIndex(3) +2 >Emitted(43, 10) Source(23, 70) + SourceIndex(3) +3 >Emitted(43, 10) Source(23, 53) + SourceIndex(3) +4 >Emitted(43, 14) Source(23, 70) + SourceIndex(3) --- >>> someNamespace.C = C; 1->^^^^^^^^ @@ -4272,10 +4277,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > {} 4 > -1->Emitted(43, 9) Source(23, 66) + SourceIndex(3) -2 >Emitted(43, 24) Source(23, 67) + SourceIndex(3) -3 >Emitted(43, 28) Source(23, 70) + SourceIndex(3) -4 >Emitted(43, 29) Source(23, 70) + SourceIndex(3) +1->Emitted(44, 9) Source(23, 66) + SourceIndex(3) +2 >Emitted(44, 24) Source(23, 67) + SourceIndex(3) +3 >Emitted(44, 28) Source(23, 70) + SourceIndex(3) +4 >Emitted(44, 29) Source(23, 70) + SourceIndex(3) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^ @@ -4296,15 +4301,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(44, 5) Source(23, 71) + SourceIndex(3) -2 >Emitted(44, 6) Source(23, 72) + SourceIndex(3) -3 >Emitted(44, 8) Source(23, 37) + SourceIndex(3) -4 >Emitted(44, 21) Source(23, 50) + SourceIndex(3) -5 >Emitted(44, 24) Source(23, 37) + SourceIndex(3) -6 >Emitted(44, 45) Source(23, 50) + SourceIndex(3) -7 >Emitted(44, 50) Source(23, 37) + SourceIndex(3) -8 >Emitted(44, 71) Source(23, 50) + SourceIndex(3) -9 >Emitted(44, 79) Source(23, 72) + SourceIndex(3) +1->Emitted(45, 5) Source(23, 71) + SourceIndex(3) +2 >Emitted(45, 6) Source(23, 72) + SourceIndex(3) +3 >Emitted(45, 8) Source(23, 37) + SourceIndex(3) +4 >Emitted(45, 21) Source(23, 50) + SourceIndex(3) +5 >Emitted(45, 24) Source(23, 37) + SourceIndex(3) +6 >Emitted(45, 45) Source(23, 50) + SourceIndex(3) +7 >Emitted(45, 50) Source(23, 37) + SourceIndex(3) +8 >Emitted(45, 71) Source(23, 50) + SourceIndex(3) +9 >Emitted(45, 79) Source(23, 72) + SourceIndex(3) --- >>> /**@internal*/ var someOther; 1 >^^^^ @@ -4320,12 +4325,12 @@ sourceFile:../../../second/second_part1.ts 4 > export namespace 5 > someOther 6 > .something { export class someClass {} } -1 >Emitted(45, 5) Source(24, 5) + SourceIndex(3) -2 >Emitted(45, 19) Source(24, 19) + SourceIndex(3) -3 >Emitted(45, 20) Source(24, 20) + SourceIndex(3) -4 >Emitted(45, 24) Source(24, 37) + SourceIndex(3) -5 >Emitted(45, 33) Source(24, 46) + SourceIndex(3) -6 >Emitted(45, 34) Source(24, 86) + SourceIndex(3) +1 >Emitted(46, 5) Source(24, 5) + SourceIndex(3) +2 >Emitted(46, 19) Source(24, 19) + SourceIndex(3) +3 >Emitted(46, 20) Source(24, 20) + SourceIndex(3) +4 >Emitted(46, 24) Source(24, 37) + SourceIndex(3) +5 >Emitted(46, 33) Source(24, 46) + SourceIndex(3) +6 >Emitted(46, 34) Source(24, 86) + SourceIndex(3) --- >>> (function (someOther) { 1 >^^^^ @@ -4334,9 +4339,9 @@ sourceFile:../../../second/second_part1.ts 1 > 2 > export namespace 3 > someOther -1 >Emitted(46, 5) Source(24, 20) + SourceIndex(3) -2 >Emitted(46, 16) Source(24, 37) + SourceIndex(3) -3 >Emitted(46, 25) Source(24, 46) + SourceIndex(3) +1 >Emitted(47, 5) Source(24, 20) + SourceIndex(3) +2 >Emitted(47, 16) Source(24, 37) + SourceIndex(3) +3 >Emitted(47, 25) Source(24, 46) + SourceIndex(3) --- >>> var something; 1 >^^^^^^^^ @@ -4348,10 +4353,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(47, 9) Source(24, 47) + SourceIndex(3) -2 >Emitted(47, 13) Source(24, 47) + SourceIndex(3) -3 >Emitted(47, 22) Source(24, 56) + SourceIndex(3) -4 >Emitted(47, 23) Source(24, 86) + SourceIndex(3) +1 >Emitted(48, 9) Source(24, 47) + SourceIndex(3) +2 >Emitted(48, 13) Source(24, 47) + SourceIndex(3) +3 >Emitted(48, 22) Source(24, 56) + SourceIndex(3) +4 >Emitted(48, 23) Source(24, 86) + SourceIndex(3) --- >>> (function (something) { 1->^^^^^^^^ @@ -4361,21 +4366,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(48, 9) Source(24, 47) + SourceIndex(3) -2 >Emitted(48, 20) Source(24, 47) + SourceIndex(3) -3 >Emitted(48, 29) Source(24, 56) + SourceIndex(3) +1->Emitted(49, 9) Source(24, 47) + SourceIndex(3) +2 >Emitted(49, 20) Source(24, 47) + SourceIndex(3) +3 >Emitted(49, 29) Source(24, 56) + SourceIndex(3) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(49, 13) Source(24, 59) + SourceIndex(3) +1->Emitted(50, 13) Source(24, 59) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(50, 17) Source(24, 59) + SourceIndex(3) +1->Emitted(51, 17) Source(24, 59) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -4383,16 +4388,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(51, 17) Source(24, 83) + SourceIndex(3) -2 >Emitted(51, 18) Source(24, 84) + SourceIndex(3) +1->Emitted(52, 17) Source(24, 83) + SourceIndex(3) +2 >Emitted(52, 18) Source(24, 84) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(52, 17) Source(24, 83) + SourceIndex(3) -2 >Emitted(52, 33) Source(24, 84) + SourceIndex(3) +1->Emitted(53, 17) Source(24, 83) + SourceIndex(3) +2 >Emitted(53, 33) Source(24, 84) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -4404,10 +4409,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(53, 13) Source(24, 83) + SourceIndex(3) -2 >Emitted(53, 14) Source(24, 84) + SourceIndex(3) -3 >Emitted(53, 14) Source(24, 59) + SourceIndex(3) -4 >Emitted(53, 18) Source(24, 84) + SourceIndex(3) +1 >Emitted(54, 13) Source(24, 83) + SourceIndex(3) +2 >Emitted(54, 14) Source(24, 84) + SourceIndex(3) +3 >Emitted(54, 14) Source(24, 59) + SourceIndex(3) +4 >Emitted(54, 18) Source(24, 84) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -4419,10 +4424,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(54, 13) Source(24, 72) + SourceIndex(3) -2 >Emitted(54, 32) Source(24, 81) + SourceIndex(3) -3 >Emitted(54, 44) Source(24, 84) + SourceIndex(3) -4 >Emitted(54, 45) Source(24, 84) + SourceIndex(3) +1->Emitted(55, 13) Source(24, 72) + SourceIndex(3) +2 >Emitted(55, 32) Source(24, 81) + SourceIndex(3) +3 >Emitted(55, 44) Source(24, 84) + SourceIndex(3) +4 >Emitted(55, 45) Source(24, 84) + SourceIndex(3) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^ @@ -4443,15 +4448,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(55, 9) Source(24, 85) + SourceIndex(3) -2 >Emitted(55, 10) Source(24, 86) + SourceIndex(3) -3 >Emitted(55, 12) Source(24, 47) + SourceIndex(3) -4 >Emitted(55, 21) Source(24, 56) + SourceIndex(3) -5 >Emitted(55, 24) Source(24, 47) + SourceIndex(3) -6 >Emitted(55, 43) Source(24, 56) + SourceIndex(3) -7 >Emitted(55, 48) Source(24, 47) + SourceIndex(3) -8 >Emitted(55, 67) Source(24, 56) + SourceIndex(3) -9 >Emitted(55, 75) Source(24, 86) + SourceIndex(3) +1->Emitted(56, 9) Source(24, 85) + SourceIndex(3) +2 >Emitted(56, 10) Source(24, 86) + SourceIndex(3) +3 >Emitted(56, 12) Source(24, 47) + SourceIndex(3) +4 >Emitted(56, 21) Source(24, 56) + SourceIndex(3) +5 >Emitted(56, 24) Source(24, 47) + SourceIndex(3) +6 >Emitted(56, 43) Source(24, 56) + SourceIndex(3) +7 >Emitted(56, 48) Source(24, 47) + SourceIndex(3) +8 >Emitted(56, 67) Source(24, 56) + SourceIndex(3) +9 >Emitted(56, 75) Source(24, 86) + SourceIndex(3) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^ @@ -4472,15 +4477,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(56, 5) Source(24, 85) + SourceIndex(3) -2 >Emitted(56, 6) Source(24, 86) + SourceIndex(3) -3 >Emitted(56, 8) Source(24, 37) + SourceIndex(3) -4 >Emitted(56, 17) Source(24, 46) + SourceIndex(3) -5 >Emitted(56, 20) Source(24, 37) + SourceIndex(3) -6 >Emitted(56, 37) Source(24, 46) + SourceIndex(3) -7 >Emitted(56, 42) Source(24, 37) + SourceIndex(3) -8 >Emitted(56, 59) Source(24, 46) + SourceIndex(3) -9 >Emitted(56, 67) Source(24, 86) + SourceIndex(3) +1 >Emitted(57, 5) Source(24, 85) + SourceIndex(3) +2 >Emitted(57, 6) Source(24, 86) + SourceIndex(3) +3 >Emitted(57, 8) Source(24, 37) + SourceIndex(3) +4 >Emitted(57, 17) Source(24, 46) + SourceIndex(3) +5 >Emitted(57, 20) Source(24, 37) + SourceIndex(3) +6 >Emitted(57, 37) Source(24, 46) + SourceIndex(3) +7 >Emitted(57, 42) Source(24, 37) + SourceIndex(3) +8 >Emitted(57, 59) Source(24, 46) + SourceIndex(3) +9 >Emitted(57, 67) Source(24, 86) + SourceIndex(3) --- >>> /**@internal*/ normalN.someImport = someNamespace.C; 1 >^^^^ @@ -4502,15 +4507,15 @@ sourceFile:../../../second/second_part1.ts 7 > . 8 > C 9 > ; -1 >Emitted(57, 5) Source(25, 5) + SourceIndex(3) -2 >Emitted(57, 19) Source(25, 19) + SourceIndex(3) -3 >Emitted(57, 20) Source(25, 34) + SourceIndex(3) -4 >Emitted(57, 38) Source(25, 44) + SourceIndex(3) -5 >Emitted(57, 41) Source(25, 47) + SourceIndex(3) -6 >Emitted(57, 54) Source(25, 60) + SourceIndex(3) -7 >Emitted(57, 55) Source(25, 61) + SourceIndex(3) -8 >Emitted(57, 56) Source(25, 62) + SourceIndex(3) -9 >Emitted(57, 57) Source(25, 63) + SourceIndex(3) +1 >Emitted(58, 5) Source(25, 5) + SourceIndex(3) +2 >Emitted(58, 19) Source(25, 19) + SourceIndex(3) +3 >Emitted(58, 20) Source(25, 34) + SourceIndex(3) +4 >Emitted(58, 38) Source(25, 44) + SourceIndex(3) +5 >Emitted(58, 41) Source(25, 47) + SourceIndex(3) +6 >Emitted(58, 54) Source(25, 60) + SourceIndex(3) +7 >Emitted(58, 55) Source(25, 61) + SourceIndex(3) +8 >Emitted(58, 56) Source(25, 62) + SourceIndex(3) +9 >Emitted(58, 57) Source(25, 63) + SourceIndex(3) --- >>> /**@internal*/ normalN.internalConst = 10; 1 >^^^^ @@ -4529,13 +4534,13 @@ sourceFile:../../../second/second_part1.ts 5 > = 6 > 10 7 > ; -1 >Emitted(58, 5) Source(27, 5) + SourceIndex(3) -2 >Emitted(58, 19) Source(27, 19) + SourceIndex(3) -3 >Emitted(58, 20) Source(27, 33) + SourceIndex(3) -4 >Emitted(58, 41) Source(27, 46) + SourceIndex(3) -5 >Emitted(58, 44) Source(27, 49) + SourceIndex(3) -6 >Emitted(58, 46) Source(27, 51) + SourceIndex(3) -7 >Emitted(58, 47) Source(27, 52) + SourceIndex(3) +1 >Emitted(59, 5) Source(27, 5) + SourceIndex(3) +2 >Emitted(59, 19) Source(27, 19) + SourceIndex(3) +3 >Emitted(59, 20) Source(27, 33) + SourceIndex(3) +4 >Emitted(59, 41) Source(27, 46) + SourceIndex(3) +5 >Emitted(59, 44) Source(27, 49) + SourceIndex(3) +6 >Emitted(59, 46) Source(27, 51) + SourceIndex(3) +7 >Emitted(59, 47) Source(27, 52) + SourceIndex(3) --- >>> /**@internal*/ var internalEnum; 1 >^^^^ @@ -4549,11 +4554,11 @@ sourceFile:../../../second/second_part1.ts 3 > 4 > export enum 5 > internalEnum { a, b, c } -1 >Emitted(59, 5) Source(28, 5) + SourceIndex(3) -2 >Emitted(59, 19) Source(28, 19) + SourceIndex(3) -3 >Emitted(59, 20) Source(28, 20) + SourceIndex(3) -4 >Emitted(59, 24) Source(28, 32) + SourceIndex(3) -5 >Emitted(59, 36) Source(28, 56) + SourceIndex(3) +1 >Emitted(60, 5) Source(28, 5) + SourceIndex(3) +2 >Emitted(60, 19) Source(28, 19) + SourceIndex(3) +3 >Emitted(60, 20) Source(28, 20) + SourceIndex(3) +4 >Emitted(60, 24) Source(28, 32) + SourceIndex(3) +5 >Emitted(60, 36) Source(28, 56) + SourceIndex(3) --- >>> (function (internalEnum) { 1 >^^^^ @@ -4563,9 +4568,9 @@ sourceFile:../../../second/second_part1.ts 1 > 2 > export enum 3 > internalEnum -1 >Emitted(60, 5) Source(28, 20) + SourceIndex(3) -2 >Emitted(60, 16) Source(28, 32) + SourceIndex(3) -3 >Emitted(60, 28) Source(28, 44) + SourceIndex(3) +1 >Emitted(61, 5) Source(28, 20) + SourceIndex(3) +2 >Emitted(61, 16) Source(28, 32) + SourceIndex(3) +3 >Emitted(61, 28) Source(28, 44) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -4575,9 +4580,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(61, 9) Source(28, 47) + SourceIndex(3) -2 >Emitted(61, 50) Source(28, 48) + SourceIndex(3) -3 >Emitted(61, 51) Source(28, 48) + SourceIndex(3) +1->Emitted(62, 9) Source(28, 47) + SourceIndex(3) +2 >Emitted(62, 50) Source(28, 48) + SourceIndex(3) +3 >Emitted(62, 51) Source(28, 48) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -4587,9 +4592,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(62, 9) Source(28, 50) + SourceIndex(3) -2 >Emitted(62, 50) Source(28, 51) + SourceIndex(3) -3 >Emitted(62, 51) Source(28, 51) + SourceIndex(3) +1->Emitted(63, 9) Source(28, 50) + SourceIndex(3) +2 >Emitted(63, 50) Source(28, 51) + SourceIndex(3) +3 >Emitted(63, 51) Source(28, 51) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -4599,9 +4604,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(63, 9) Source(28, 53) + SourceIndex(3) -2 >Emitted(63, 50) Source(28, 54) + SourceIndex(3) -3 >Emitted(63, 51) Source(28, 54) + SourceIndex(3) +1->Emitted(64, 9) Source(28, 53) + SourceIndex(3) +2 >Emitted(64, 50) Source(28, 54) + SourceIndex(3) +3 >Emitted(64, 51) Source(28, 54) + SourceIndex(3) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^ @@ -4622,15 +4627,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(64, 5) Source(28, 55) + SourceIndex(3) -2 >Emitted(64, 6) Source(28, 56) + SourceIndex(3) -3 >Emitted(64, 8) Source(28, 32) + SourceIndex(3) -4 >Emitted(64, 20) Source(28, 44) + SourceIndex(3) -5 >Emitted(64, 23) Source(28, 32) + SourceIndex(3) -6 >Emitted(64, 43) Source(28, 44) + SourceIndex(3) -7 >Emitted(64, 48) Source(28, 32) + SourceIndex(3) -8 >Emitted(64, 68) Source(28, 44) + SourceIndex(3) -9 >Emitted(64, 76) Source(28, 56) + SourceIndex(3) +1->Emitted(65, 5) Source(28, 55) + SourceIndex(3) +2 >Emitted(65, 6) Source(28, 56) + SourceIndex(3) +3 >Emitted(65, 8) Source(28, 32) + SourceIndex(3) +4 >Emitted(65, 20) Source(28, 44) + SourceIndex(3) +5 >Emitted(65, 23) Source(28, 32) + SourceIndex(3) +6 >Emitted(65, 43) Source(28, 44) + SourceIndex(3) +7 >Emitted(65, 48) Source(28, 32) + SourceIndex(3) +8 >Emitted(65, 68) Source(28, 44) + SourceIndex(3) +9 >Emitted(65, 76) Source(28, 56) + SourceIndex(3) --- >>>})(normalN || (normalN = {})); 1 > @@ -4658,13 +4663,13 @@ sourceFile:../../../second/second_part1.ts > /**@internal*/ export const internalConst = 10; > /**@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(65, 1) Source(29, 1) + SourceIndex(3) -2 >Emitted(65, 2) Source(29, 2) + SourceIndex(3) -3 >Emitted(65, 4) Source(20, 11) + SourceIndex(3) -4 >Emitted(65, 11) Source(20, 18) + SourceIndex(3) -5 >Emitted(65, 16) Source(20, 11) + SourceIndex(3) -6 >Emitted(65, 23) Source(20, 18) + SourceIndex(3) -7 >Emitted(65, 31) Source(29, 2) + SourceIndex(3) +1 >Emitted(66, 1) Source(29, 1) + SourceIndex(3) +2 >Emitted(66, 2) Source(29, 2) + SourceIndex(3) +3 >Emitted(66, 4) Source(20, 11) + SourceIndex(3) +4 >Emitted(66, 11) Source(20, 18) + SourceIndex(3) +5 >Emitted(66, 16) Source(20, 11) + SourceIndex(3) +6 >Emitted(66, 23) Source(20, 18) + SourceIndex(3) +7 >Emitted(66, 31) Source(29, 2) + SourceIndex(3) --- >>>/**@internal*/ var internalC = /** @class */ (function () { 1-> @@ -4675,15 +4680,15 @@ sourceFile:../../../second/second_part1.ts > 2 >/**@internal*/ 3 > -1->Emitted(66, 1) Source(30, 1) + SourceIndex(3) -2 >Emitted(66, 15) Source(30, 15) + SourceIndex(3) -3 >Emitted(66, 16) Source(30, 16) + SourceIndex(3) +1->Emitted(67, 1) Source(30, 1) + SourceIndex(3) +2 >Emitted(67, 15) Source(30, 15) + SourceIndex(3) +3 >Emitted(67, 16) Source(30, 16) + SourceIndex(3) --- >>> function internalC() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(67, 5) Source(30, 16) + SourceIndex(3) +1->Emitted(68, 5) Source(30, 16) + SourceIndex(3) --- >>> } 1->^^^^ @@ -4691,16 +4696,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->class internalC { 2 > } -1->Emitted(68, 5) Source(30, 33) + SourceIndex(3) -2 >Emitted(68, 6) Source(30, 34) + SourceIndex(3) +1->Emitted(69, 5) Source(30, 33) + SourceIndex(3) +2 >Emitted(69, 6) Source(30, 34) + SourceIndex(3) --- >>> return internalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(69, 5) Source(30, 33) + SourceIndex(3) -2 >Emitted(69, 21) Source(30, 34) + SourceIndex(3) +1->Emitted(70, 5) Source(30, 33) + SourceIndex(3) +2 >Emitted(70, 21) Source(30, 34) + SourceIndex(3) --- >>>}()); 1 > @@ -4712,10 +4717,10 @@ sourceFile:../../../second/second_part1.ts 2 >} 3 > 4 > class internalC {} -1 >Emitted(70, 1) Source(30, 33) + SourceIndex(3) -2 >Emitted(70, 2) Source(30, 34) + SourceIndex(3) -3 >Emitted(70, 2) Source(30, 16) + SourceIndex(3) -4 >Emitted(70, 6) Source(30, 34) + SourceIndex(3) +1 >Emitted(71, 1) Source(30, 33) + SourceIndex(3) +2 >Emitted(71, 2) Source(30, 34) + SourceIndex(3) +3 >Emitted(71, 2) Source(30, 16) + SourceIndex(3) +4 >Emitted(71, 6) Source(30, 34) + SourceIndex(3) --- >>>/**@internal*/ function internalfoo() { } 1-> @@ -4733,13 +4738,13 @@ sourceFile:../../../second/second_part1.ts 5 > internalfoo 6 > () { 7 > } -1->Emitted(71, 1) Source(31, 1) + SourceIndex(3) -2 >Emitted(71, 15) Source(31, 15) + SourceIndex(3) -3 >Emitted(71, 16) Source(31, 16) + SourceIndex(3) -4 >Emitted(71, 25) Source(31, 25) + SourceIndex(3) -5 >Emitted(71, 36) Source(31, 36) + SourceIndex(3) -6 >Emitted(71, 41) Source(31, 40) + SourceIndex(3) -7 >Emitted(71, 42) Source(31, 41) + SourceIndex(3) +1->Emitted(72, 1) Source(31, 1) + SourceIndex(3) +2 >Emitted(72, 15) Source(31, 15) + SourceIndex(3) +3 >Emitted(72, 16) Source(31, 16) + SourceIndex(3) +4 >Emitted(72, 25) Source(31, 25) + SourceIndex(3) +5 >Emitted(72, 36) Source(31, 36) + SourceIndex(3) +6 >Emitted(72, 41) Source(31, 40) + SourceIndex(3) +7 >Emitted(72, 42) Source(31, 41) + SourceIndex(3) --- >>>/**@internal*/ var internalNamespace; 1 > @@ -4755,12 +4760,12 @@ sourceFile:../../../second/second_part1.ts 4 > namespace 5 > internalNamespace 6 > { export class someClass {} } -1 >Emitted(72, 1) Source(32, 1) + SourceIndex(3) -2 >Emitted(72, 15) Source(32, 15) + SourceIndex(3) -3 >Emitted(72, 16) Source(32, 16) + SourceIndex(3) -4 >Emitted(72, 20) Source(32, 26) + SourceIndex(3) -5 >Emitted(72, 37) Source(32, 43) + SourceIndex(3) -6 >Emitted(72, 38) Source(32, 73) + SourceIndex(3) +1 >Emitted(73, 1) Source(32, 1) + SourceIndex(3) +2 >Emitted(73, 15) Source(32, 15) + SourceIndex(3) +3 >Emitted(73, 16) Source(32, 16) + SourceIndex(3) +4 >Emitted(73, 20) Source(32, 26) + SourceIndex(3) +5 >Emitted(73, 37) Source(32, 43) + SourceIndex(3) +6 >Emitted(73, 38) Source(32, 73) + SourceIndex(3) --- >>>(function (internalNamespace) { 1 > @@ -4770,21 +4775,21 @@ sourceFile:../../../second/second_part1.ts 1 > 2 >namespace 3 > internalNamespace -1 >Emitted(73, 1) Source(32, 16) + SourceIndex(3) -2 >Emitted(73, 12) Source(32, 26) + SourceIndex(3) -3 >Emitted(73, 29) Source(32, 43) + SourceIndex(3) +1 >Emitted(74, 1) Source(32, 16) + SourceIndex(3) +2 >Emitted(74, 12) Source(32, 26) + SourceIndex(3) +3 >Emitted(74, 29) Source(32, 43) + SourceIndex(3) --- >>> var someClass = /** @class */ (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(74, 5) Source(32, 46) + SourceIndex(3) +1->Emitted(75, 5) Source(32, 46) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(75, 9) Source(32, 46) + SourceIndex(3) +1->Emitted(76, 9) Source(32, 46) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -4792,16 +4797,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(76, 9) Source(32, 70) + SourceIndex(3) -2 >Emitted(76, 10) Source(32, 71) + SourceIndex(3) +1->Emitted(77, 9) Source(32, 70) + SourceIndex(3) +2 >Emitted(77, 10) Source(32, 71) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(77, 9) Source(32, 70) + SourceIndex(3) -2 >Emitted(77, 25) Source(32, 71) + SourceIndex(3) +1->Emitted(78, 9) Source(32, 70) + SourceIndex(3) +2 >Emitted(78, 25) Source(32, 71) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -4813,10 +4818,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(78, 5) Source(32, 70) + SourceIndex(3) -2 >Emitted(78, 6) Source(32, 71) + SourceIndex(3) -3 >Emitted(78, 6) Source(32, 46) + SourceIndex(3) -4 >Emitted(78, 10) Source(32, 71) + SourceIndex(3) +1 >Emitted(79, 5) Source(32, 70) + SourceIndex(3) +2 >Emitted(79, 6) Source(32, 71) + SourceIndex(3) +3 >Emitted(79, 6) Source(32, 46) + SourceIndex(3) +4 >Emitted(79, 10) Source(32, 71) + SourceIndex(3) --- >>> internalNamespace.someClass = someClass; 1->^^^^ @@ -4828,10 +4833,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(79, 5) Source(32, 59) + SourceIndex(3) -2 >Emitted(79, 32) Source(32, 68) + SourceIndex(3) -3 >Emitted(79, 44) Source(32, 71) + SourceIndex(3) -4 >Emitted(79, 45) Source(32, 71) + SourceIndex(3) +1->Emitted(80, 5) Source(32, 59) + SourceIndex(3) +2 >Emitted(80, 32) Source(32, 68) + SourceIndex(3) +3 >Emitted(80, 44) Source(32, 71) + SourceIndex(3) +4 >Emitted(80, 45) Source(32, 71) + SourceIndex(3) --- >>>})(internalNamespace || (internalNamespace = {})); 1-> @@ -4848,13 +4853,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalNamespace 7 > { export class someClass {} } -1->Emitted(80, 1) Source(32, 72) + SourceIndex(3) -2 >Emitted(80, 2) Source(32, 73) + SourceIndex(3) -3 >Emitted(80, 4) Source(32, 26) + SourceIndex(3) -4 >Emitted(80, 21) Source(32, 43) + SourceIndex(3) -5 >Emitted(80, 26) Source(32, 26) + SourceIndex(3) -6 >Emitted(80, 43) Source(32, 43) + SourceIndex(3) -7 >Emitted(80, 51) Source(32, 73) + SourceIndex(3) +1->Emitted(81, 1) Source(32, 72) + SourceIndex(3) +2 >Emitted(81, 2) Source(32, 73) + SourceIndex(3) +3 >Emitted(81, 4) Source(32, 26) + SourceIndex(3) +4 >Emitted(81, 21) Source(32, 43) + SourceIndex(3) +5 >Emitted(81, 26) Source(32, 26) + SourceIndex(3) +6 >Emitted(81, 43) Source(32, 43) + SourceIndex(3) +7 >Emitted(81, 51) Source(32, 73) + SourceIndex(3) --- >>>/**@internal*/ var internalOther; 1 > @@ -4870,12 +4875,12 @@ sourceFile:../../../second/second_part1.ts 4 > namespace 5 > internalOther 6 > .something { export class someClass {} } -1 >Emitted(81, 1) Source(33, 1) + SourceIndex(3) -2 >Emitted(81, 15) Source(33, 15) + SourceIndex(3) -3 >Emitted(81, 16) Source(33, 16) + SourceIndex(3) -4 >Emitted(81, 20) Source(33, 26) + SourceIndex(3) -5 >Emitted(81, 33) Source(33, 39) + SourceIndex(3) -6 >Emitted(81, 34) Source(33, 79) + SourceIndex(3) +1 >Emitted(82, 1) Source(33, 1) + SourceIndex(3) +2 >Emitted(82, 15) Source(33, 15) + SourceIndex(3) +3 >Emitted(82, 16) Source(33, 16) + SourceIndex(3) +4 >Emitted(82, 20) Source(33, 26) + SourceIndex(3) +5 >Emitted(82, 33) Source(33, 39) + SourceIndex(3) +6 >Emitted(82, 34) Source(33, 79) + SourceIndex(3) --- >>>(function (internalOther) { 1 > @@ -4884,9 +4889,9 @@ sourceFile:../../../second/second_part1.ts 1 > 2 >namespace 3 > internalOther -1 >Emitted(82, 1) Source(33, 16) + SourceIndex(3) -2 >Emitted(82, 12) Source(33, 26) + SourceIndex(3) -3 >Emitted(82, 25) Source(33, 39) + SourceIndex(3) +1 >Emitted(83, 1) Source(33, 16) + SourceIndex(3) +2 >Emitted(83, 12) Source(33, 26) + SourceIndex(3) +3 >Emitted(83, 25) Source(33, 39) + SourceIndex(3) --- >>> var something; 1 >^^^^ @@ -4898,10 +4903,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(83, 5) Source(33, 40) + SourceIndex(3) -2 >Emitted(83, 9) Source(33, 40) + SourceIndex(3) -3 >Emitted(83, 18) Source(33, 49) + SourceIndex(3) -4 >Emitted(83, 19) Source(33, 79) + SourceIndex(3) +1 >Emitted(84, 5) Source(33, 40) + SourceIndex(3) +2 >Emitted(84, 9) Source(33, 40) + SourceIndex(3) +3 >Emitted(84, 18) Source(33, 49) + SourceIndex(3) +4 >Emitted(84, 19) Source(33, 79) + SourceIndex(3) --- >>> (function (something) { 1->^^^^ @@ -4911,21 +4916,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(84, 5) Source(33, 40) + SourceIndex(3) -2 >Emitted(84, 16) Source(33, 40) + SourceIndex(3) -3 >Emitted(84, 25) Source(33, 49) + SourceIndex(3) +1->Emitted(85, 5) Source(33, 40) + SourceIndex(3) +2 >Emitted(85, 16) Source(33, 40) + SourceIndex(3) +3 >Emitted(85, 25) Source(33, 49) + SourceIndex(3) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(85, 9) Source(33, 52) + SourceIndex(3) +1->Emitted(86, 9) Source(33, 52) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(86, 13) Source(33, 52) + SourceIndex(3) +1->Emitted(87, 13) Source(33, 52) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -4933,16 +4938,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(87, 13) Source(33, 76) + SourceIndex(3) -2 >Emitted(87, 14) Source(33, 77) + SourceIndex(3) +1->Emitted(88, 13) Source(33, 76) + SourceIndex(3) +2 >Emitted(88, 14) Source(33, 77) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(88, 13) Source(33, 76) + SourceIndex(3) -2 >Emitted(88, 29) Source(33, 77) + SourceIndex(3) +1->Emitted(89, 13) Source(33, 76) + SourceIndex(3) +2 >Emitted(89, 29) Source(33, 77) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -4954,10 +4959,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(89, 9) Source(33, 76) + SourceIndex(3) -2 >Emitted(89, 10) Source(33, 77) + SourceIndex(3) -3 >Emitted(89, 10) Source(33, 52) + SourceIndex(3) -4 >Emitted(89, 14) Source(33, 77) + SourceIndex(3) +1 >Emitted(90, 9) Source(33, 76) + SourceIndex(3) +2 >Emitted(90, 10) Source(33, 77) + SourceIndex(3) +3 >Emitted(90, 10) Source(33, 52) + SourceIndex(3) +4 >Emitted(90, 14) Source(33, 77) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^ @@ -4969,10 +4974,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(90, 9) Source(33, 65) + SourceIndex(3) -2 >Emitted(90, 28) Source(33, 74) + SourceIndex(3) -3 >Emitted(90, 40) Source(33, 77) + SourceIndex(3) -4 >Emitted(90, 41) Source(33, 77) + SourceIndex(3) +1->Emitted(91, 9) Source(33, 65) + SourceIndex(3) +2 >Emitted(91, 28) Source(33, 74) + SourceIndex(3) +3 >Emitted(91, 40) Source(33, 77) + SourceIndex(3) +4 >Emitted(91, 41) Source(33, 77) + SourceIndex(3) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^ @@ -4993,15 +4998,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(91, 5) Source(33, 78) + SourceIndex(3) -2 >Emitted(91, 6) Source(33, 79) + SourceIndex(3) -3 >Emitted(91, 8) Source(33, 40) + SourceIndex(3) -4 >Emitted(91, 17) Source(33, 49) + SourceIndex(3) -5 >Emitted(91, 20) Source(33, 40) + SourceIndex(3) -6 >Emitted(91, 43) Source(33, 49) + SourceIndex(3) -7 >Emitted(91, 48) Source(33, 40) + SourceIndex(3) -8 >Emitted(91, 71) Source(33, 49) + SourceIndex(3) -9 >Emitted(91, 79) Source(33, 79) + SourceIndex(3) +1->Emitted(92, 5) Source(33, 78) + SourceIndex(3) +2 >Emitted(92, 6) Source(33, 79) + SourceIndex(3) +3 >Emitted(92, 8) Source(33, 40) + SourceIndex(3) +4 >Emitted(92, 17) Source(33, 49) + SourceIndex(3) +5 >Emitted(92, 20) Source(33, 40) + SourceIndex(3) +6 >Emitted(92, 43) Source(33, 49) + SourceIndex(3) +7 >Emitted(92, 48) Source(33, 40) + SourceIndex(3) +8 >Emitted(92, 71) Source(33, 49) + SourceIndex(3) +9 >Emitted(92, 79) Source(33, 79) + SourceIndex(3) --- >>>})(internalOther || (internalOther = {})); 1 > @@ -5019,13 +5024,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalOther 7 > .something { export class someClass {} } -1 >Emitted(92, 1) Source(33, 78) + SourceIndex(3) -2 >Emitted(92, 2) Source(33, 79) + SourceIndex(3) -3 >Emitted(92, 4) Source(33, 26) + SourceIndex(3) -4 >Emitted(92, 17) Source(33, 39) + SourceIndex(3) -5 >Emitted(92, 22) Source(33, 26) + SourceIndex(3) -6 >Emitted(92, 35) Source(33, 39) + SourceIndex(3) -7 >Emitted(92, 43) Source(33, 79) + SourceIndex(3) +1 >Emitted(93, 1) Source(33, 78) + SourceIndex(3) +2 >Emitted(93, 2) Source(33, 79) + SourceIndex(3) +3 >Emitted(93, 4) Source(33, 26) + SourceIndex(3) +4 >Emitted(93, 17) Source(33, 39) + SourceIndex(3) +5 >Emitted(93, 22) Source(33, 26) + SourceIndex(3) +6 >Emitted(93, 35) Source(33, 39) + SourceIndex(3) +7 >Emitted(93, 43) Source(33, 79) + SourceIndex(3) --- >>>/**@internal*/ var internalImport = internalNamespace.someClass; 1-> @@ -5049,16 +5054,16 @@ sourceFile:../../../second/second_part1.ts 8 > . 9 > someClass 10> ; -1->Emitted(93, 1) Source(34, 1) + SourceIndex(3) -2 >Emitted(93, 15) Source(34, 15) + SourceIndex(3) -3 >Emitted(93, 16) Source(34, 16) + SourceIndex(3) -4 >Emitted(93, 20) Source(34, 23) + SourceIndex(3) -5 >Emitted(93, 34) Source(34, 37) + SourceIndex(3) -6 >Emitted(93, 37) Source(34, 40) + SourceIndex(3) -7 >Emitted(93, 54) Source(34, 57) + SourceIndex(3) -8 >Emitted(93, 55) Source(34, 58) + SourceIndex(3) -9 >Emitted(93, 64) Source(34, 67) + SourceIndex(3) -10>Emitted(93, 65) Source(34, 68) + SourceIndex(3) +1->Emitted(94, 1) Source(34, 1) + SourceIndex(3) +2 >Emitted(94, 15) Source(34, 15) + SourceIndex(3) +3 >Emitted(94, 16) Source(34, 16) + SourceIndex(3) +4 >Emitted(94, 20) Source(34, 23) + SourceIndex(3) +5 >Emitted(94, 34) Source(34, 37) + SourceIndex(3) +6 >Emitted(94, 37) Source(34, 40) + SourceIndex(3) +7 >Emitted(94, 54) Source(34, 57) + SourceIndex(3) +8 >Emitted(94, 55) Source(34, 58) + SourceIndex(3) +9 >Emitted(94, 64) Source(34, 67) + SourceIndex(3) +10>Emitted(94, 65) Source(34, 68) + SourceIndex(3) --- >>>/**@internal*/ var internalConst = 10; 1 > @@ -5079,14 +5084,14 @@ sourceFile:../../../second/second_part1.ts 6 > = 7 > 10 8 > ; -1 >Emitted(94, 1) Source(36, 1) + SourceIndex(3) -2 >Emitted(94, 15) Source(36, 15) + SourceIndex(3) -3 >Emitted(94, 16) Source(36, 16) + SourceIndex(3) -4 >Emitted(94, 20) Source(36, 22) + SourceIndex(3) -5 >Emitted(94, 33) Source(36, 35) + SourceIndex(3) -6 >Emitted(94, 36) Source(36, 38) + SourceIndex(3) -7 >Emitted(94, 38) Source(36, 40) + SourceIndex(3) -8 >Emitted(94, 39) Source(36, 41) + SourceIndex(3) +1 >Emitted(95, 1) Source(36, 1) + SourceIndex(3) +2 >Emitted(95, 15) Source(36, 15) + SourceIndex(3) +3 >Emitted(95, 16) Source(36, 16) + SourceIndex(3) +4 >Emitted(95, 20) Source(36, 22) + SourceIndex(3) +5 >Emitted(95, 33) Source(36, 35) + SourceIndex(3) +6 >Emitted(95, 36) Source(36, 38) + SourceIndex(3) +7 >Emitted(95, 38) Source(36, 40) + SourceIndex(3) +8 >Emitted(95, 39) Source(36, 41) + SourceIndex(3) --- >>>/**@internal*/ var internalEnum; 1 > @@ -5100,11 +5105,11 @@ sourceFile:../../../second/second_part1.ts 3 > 4 > enum 5 > internalEnum { a, b, c } -1 >Emitted(95, 1) Source(37, 1) + SourceIndex(3) -2 >Emitted(95, 15) Source(37, 15) + SourceIndex(3) -3 >Emitted(95, 16) Source(37, 16) + SourceIndex(3) -4 >Emitted(95, 20) Source(37, 21) + SourceIndex(3) -5 >Emitted(95, 32) Source(37, 45) + SourceIndex(3) +1 >Emitted(96, 1) Source(37, 1) + SourceIndex(3) +2 >Emitted(96, 15) Source(37, 15) + SourceIndex(3) +3 >Emitted(96, 16) Source(37, 16) + SourceIndex(3) +4 >Emitted(96, 20) Source(37, 21) + SourceIndex(3) +5 >Emitted(96, 32) Source(37, 45) + SourceIndex(3) --- >>>(function (internalEnum) { 1 > @@ -5114,9 +5119,9 @@ sourceFile:../../../second/second_part1.ts 1 > 2 >enum 3 > internalEnum -1 >Emitted(96, 1) Source(37, 16) + SourceIndex(3) -2 >Emitted(96, 12) Source(37, 21) + SourceIndex(3) -3 >Emitted(96, 24) Source(37, 33) + SourceIndex(3) +1 >Emitted(97, 1) Source(37, 16) + SourceIndex(3) +2 >Emitted(97, 12) Source(37, 21) + SourceIndex(3) +3 >Emitted(97, 24) Source(37, 33) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^ @@ -5126,9 +5131,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(97, 5) Source(37, 36) + SourceIndex(3) -2 >Emitted(97, 46) Source(37, 37) + SourceIndex(3) -3 >Emitted(97, 47) Source(37, 37) + SourceIndex(3) +1->Emitted(98, 5) Source(37, 36) + SourceIndex(3) +2 >Emitted(98, 46) Source(37, 37) + SourceIndex(3) +3 >Emitted(98, 47) Source(37, 37) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^ @@ -5138,9 +5143,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(98, 5) Source(37, 39) + SourceIndex(3) -2 >Emitted(98, 46) Source(37, 40) + SourceIndex(3) -3 >Emitted(98, 47) Source(37, 40) + SourceIndex(3) +1->Emitted(99, 5) Source(37, 39) + SourceIndex(3) +2 >Emitted(99, 46) Source(37, 40) + SourceIndex(3) +3 >Emitted(99, 47) Source(37, 40) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^ @@ -5149,9 +5154,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(99, 5) Source(37, 42) + SourceIndex(3) -2 >Emitted(99, 46) Source(37, 43) + SourceIndex(3) -3 >Emitted(99, 47) Source(37, 43) + SourceIndex(3) +1->Emitted(100, 5) Source(37, 42) + SourceIndex(3) +2 >Emitted(100, 46) Source(37, 43) + SourceIndex(3) +3 >Emitted(100, 47) Source(37, 43) + SourceIndex(3) --- >>>})(internalEnum || (internalEnum = {})); 1 > @@ -5168,13 +5173,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalEnum 7 > { a, b, c } -1 >Emitted(100, 1) Source(37, 44) + SourceIndex(3) -2 >Emitted(100, 2) Source(37, 45) + SourceIndex(3) -3 >Emitted(100, 4) Source(37, 21) + SourceIndex(3) -4 >Emitted(100, 16) Source(37, 33) + SourceIndex(3) -5 >Emitted(100, 21) Source(37, 21) + SourceIndex(3) -6 >Emitted(100, 33) Source(37, 33) + SourceIndex(3) -7 >Emitted(100, 41) Source(37, 45) + SourceIndex(3) +1 >Emitted(101, 1) Source(37, 44) + SourceIndex(3) +2 >Emitted(101, 2) Source(37, 45) + SourceIndex(3) +3 >Emitted(101, 4) Source(37, 21) + SourceIndex(3) +4 >Emitted(101, 16) Source(37, 33) + SourceIndex(3) +5 >Emitted(101, 21) Source(37, 21) + SourceIndex(3) +6 >Emitted(101, 33) Source(37, 33) + SourceIndex(3) +7 >Emitted(101, 41) Source(37, 45) + SourceIndex(3) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -5184,13 +5189,13 @@ sourceFile:../../../second/second_part2.ts 1 > 2 >^^^^^^^^^^^^^^^^^^^-> 1 > -1 >Emitted(101, 1) Source(1, 1) + SourceIndex(4) +1 >Emitted(102, 1) Source(1, 1) + SourceIndex(4) --- >>> function C() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(102, 5) Source(1, 1) + SourceIndex(4) +1->Emitted(103, 5) Source(1, 1) + SourceIndex(4) --- >>> } 1->^^^^ @@ -5202,8 +5207,8 @@ sourceFile:../../../second/second_part2.ts > } > 2 > } -1->Emitted(103, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(103, 6) Source(5, 2) + SourceIndex(4) +1->Emitted(104, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(104, 6) Source(5, 2) + SourceIndex(4) --- >>> C.prototype.doSomething = function () { 1->^^^^ @@ -5213,9 +5218,9 @@ sourceFile:../../../second/second_part2.ts 1-> 2 > doSomething 3 > -1->Emitted(104, 5) Source(2, 5) + SourceIndex(4) -2 >Emitted(104, 28) Source(2, 16) + SourceIndex(4) -3 >Emitted(104, 31) Source(2, 5) + SourceIndex(4) +1->Emitted(105, 5) Source(2, 5) + SourceIndex(4) +2 >Emitted(105, 28) Source(2, 16) + SourceIndex(4) +3 >Emitted(105, 31) Source(2, 5) + SourceIndex(4) --- >>> console.log("something got done"); 1->^^^^^^^^ @@ -5235,14 +5240,14 @@ sourceFile:../../../second/second_part2.ts 6 > "something got done" 7 > ) 8 > ; -1->Emitted(105, 9) Source(3, 9) + SourceIndex(4) -2 >Emitted(105, 16) Source(3, 16) + SourceIndex(4) -3 >Emitted(105, 17) Source(3, 17) + SourceIndex(4) -4 >Emitted(105, 20) Source(3, 20) + SourceIndex(4) -5 >Emitted(105, 21) Source(3, 21) + SourceIndex(4) -6 >Emitted(105, 41) Source(3, 41) + SourceIndex(4) -7 >Emitted(105, 42) Source(3, 42) + SourceIndex(4) -8 >Emitted(105, 43) Source(3, 43) + SourceIndex(4) +1->Emitted(106, 9) Source(3, 9) + SourceIndex(4) +2 >Emitted(106, 16) Source(3, 16) + SourceIndex(4) +3 >Emitted(106, 17) Source(3, 17) + SourceIndex(4) +4 >Emitted(106, 20) Source(3, 20) + SourceIndex(4) +5 >Emitted(106, 21) Source(3, 21) + SourceIndex(4) +6 >Emitted(106, 41) Source(3, 41) + SourceIndex(4) +7 >Emitted(106, 42) Source(3, 42) + SourceIndex(4) +8 >Emitted(106, 43) Source(3, 43) + SourceIndex(4) --- >>> }; 1 >^^^^ @@ -5251,8 +5256,8 @@ sourceFile:../../../second/second_part2.ts 1 > > 2 > } -1 >Emitted(106, 5) Source(4, 5) + SourceIndex(4) -2 >Emitted(106, 6) Source(4, 6) + SourceIndex(4) +1 >Emitted(107, 5) Source(4, 5) + SourceIndex(4) +2 >Emitted(107, 6) Source(4, 6) + SourceIndex(4) --- >>> return C; 1->^^^^ @@ -5260,8 +5265,8 @@ sourceFile:../../../second/second_part2.ts 1-> > 2 > } -1->Emitted(107, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(107, 13) Source(5, 2) + SourceIndex(4) +1->Emitted(108, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(108, 13) Source(5, 2) + SourceIndex(4) --- >>>}()); 1 > @@ -5277,10 +5282,10 @@ sourceFile:../../../second/second_part2.ts > console.log("something got done"); > } > } -1 >Emitted(108, 1) Source(5, 1) + SourceIndex(4) -2 >Emitted(108, 2) Source(5, 2) + SourceIndex(4) -3 >Emitted(108, 2) Source(1, 1) + SourceIndex(4) -4 >Emitted(108, 6) Source(5, 2) + SourceIndex(4) +1 >Emitted(109, 1) Source(5, 1) + SourceIndex(4) +2 >Emitted(109, 2) Source(5, 2) + SourceIndex(4) +3 >Emitted(109, 2) Source(1, 1) + SourceIndex(4) +4 >Emitted(109, 6) Source(5, 2) + SourceIndex(4) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -5304,14 +5309,14 @@ sourceFile:../../third_part1.ts 6 > C 7 > () 8 > ; -1->Emitted(109, 1) Source(1, 1) + SourceIndex(5) -2 >Emitted(109, 5) Source(1, 5) + SourceIndex(5) -3 >Emitted(109, 6) Source(1, 6) + SourceIndex(5) -4 >Emitted(109, 9) Source(1, 9) + SourceIndex(5) -5 >Emitted(109, 13) Source(1, 13) + SourceIndex(5) -6 >Emitted(109, 14) Source(1, 14) + SourceIndex(5) -7 >Emitted(109, 16) Source(1, 16) + SourceIndex(5) -8 >Emitted(109, 17) Source(1, 17) + SourceIndex(5) +1->Emitted(110, 1) Source(1, 1) + SourceIndex(5) +2 >Emitted(110, 5) Source(1, 5) + SourceIndex(5) +3 >Emitted(110, 6) Source(1, 6) + SourceIndex(5) +4 >Emitted(110, 9) Source(1, 9) + SourceIndex(5) +5 >Emitted(110, 13) Source(1, 13) + SourceIndex(5) +6 >Emitted(110, 14) Source(1, 14) + SourceIndex(5) +7 >Emitted(110, 16) Source(1, 16) + SourceIndex(5) +8 >Emitted(110, 17) Source(1, 17) + SourceIndex(5) --- >>>c.doSomething(); 1-> @@ -5328,12 +5333,12 @@ sourceFile:../../third_part1.ts 4 > doSomething 5 > () 6 > ; -1->Emitted(110, 1) Source(2, 1) + SourceIndex(5) -2 >Emitted(110, 2) Source(2, 2) + SourceIndex(5) -3 >Emitted(110, 3) Source(2, 3) + SourceIndex(5) -4 >Emitted(110, 14) Source(2, 14) + SourceIndex(5) -5 >Emitted(110, 16) Source(2, 16) + SourceIndex(5) -6 >Emitted(110, 17) Source(2, 17) + SourceIndex(5) +1->Emitted(111, 1) Source(2, 1) + SourceIndex(5) +2 >Emitted(111, 2) Source(2, 2) + SourceIndex(5) +3 >Emitted(111, 3) Source(2, 3) + SourceIndex(5) +4 >Emitted(111, 14) Source(2, 14) + SourceIndex(5) +5 >Emitted(111, 16) Source(2, 16) + SourceIndex(5) +6 >Emitted(111, 17) Source(2, 17) + SourceIndex(5) --- >>>//# sourceMappingURL=third-output.js.map @@ -5361,20 +5366,20 @@ sourceFile:../../third_part1.ts }, { "pos": 110, - "end": 3544, + "end": 3562, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 110, - "end": 3544, + "end": 3562, "kind": "text" } ] }, { - "pos": 3544, - "end": 3580, + "pos": 3562, + "end": 3598, "kind": "text" } ] @@ -5433,9 +5438,9 @@ function f() { } ---------------------------------------------------------------------- -prepend: (110-3544):: ../../../2/second-output.js texts:: 1 +prepend: (110-3562):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (110-3544) +text: (110-3562) var N; (function (N) { function f() { @@ -5446,8 +5451,9 @@ var N; var normalC = /** @class */ (function () { /**@internal*/ function normalC() { } - /**@internal*/ normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + /**@internal*/ proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { /**@internal*/ get: function () { return 10; }, /**@internal*/ set: function (val) { }, enumerable: true, @@ -5540,7 +5546,7 @@ var C = /** @class */ (function () { }()); ---------------------------------------------------------------------- -text: (3544-3580) +text: (3562-3598) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/initial-Build/stripInternal-when-one-two-three-are-prepended-in-order.js b/tests/baselines/reference/tsbuild/outfile-concat/initial-Build/stripInternal-when-one-two-three-are-prepended-in-order.js index 8986286317040..f874290ad8894 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/initial-Build/stripInternal-when-one-two-three-are-prepended-in-order.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/initial-Build/stripInternal-when-one-two-three-are-prepended-in-order.js @@ -859,8 +859,9 @@ var N; var normalC = (function () { function normalC() { } - normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: true, @@ -954,7 +955,7 @@ var C = (function () { //# sourceMappingURL=second-output.js.map //// [/src/2/second-output.js.map] -{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../first/first_PART1.ts","../first/first_part2.ts","../first/first_part3.ts","../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../first/first_PART1.ts","../first/first_part2.ts","../first/first_part3.ts","../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"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"} //// [/src/2/second-output.js.map.baseline.txt] =================================================================== @@ -1255,66 +1256,68 @@ sourceFile:../second/second_part1.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->constructor() { 2 > } 1->Emitted(16, 5) Source(14, 35) + SourceIndex(3) 2 >Emitted(16, 6) Source(14, 36) + SourceIndex(3) --- ->>> normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> proto_1.method = function () { }; 1->^^^^ -2 > ^^^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^ -5 > ^ -6 > ^^^^^^-> +2 > ^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^ +5 > ^ +6 > ^^^^^^-> 1-> > /*@internal*/ prop: string; > /*@internal*/ 2 > method -3 > -4 > method() { -5 > } -1->Emitted(17, 5) Source(16, 19) + SourceIndex(3) -2 >Emitted(17, 29) Source(16, 25) + SourceIndex(3) -3 >Emitted(17, 32) Source(16, 19) + SourceIndex(3) -4 >Emitted(17, 46) Source(16, 30) + SourceIndex(3) -5 >Emitted(17, 47) Source(16, 31) + SourceIndex(3) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +3 > +4 > method() { +5 > } +1->Emitted(18, 5) Source(16, 19) + SourceIndex(3) +2 >Emitted(18, 19) Source(16, 25) + SourceIndex(3) +3 >Emitted(18, 22) Source(16, 19) + SourceIndex(3) +4 >Emitted(18, 36) Source(16, 30) + SourceIndex(3) +5 >Emitted(18, 37) Source(16, 31) + SourceIndex(3) +--- +>>> Object.defineProperty(proto_1, "c", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^^^^^^^^^^ +4 > ^^^-> 1-> > /*@internal*/ 2 > get 3 > c -1->Emitted(18, 5) Source(17, 19) + SourceIndex(3) -2 >Emitted(18, 27) Source(17, 23) + SourceIndex(3) -3 >Emitted(18, 49) Source(17, 24) + SourceIndex(3) +1->Emitted(19, 5) Source(17, 19) + SourceIndex(3) +2 >Emitted(19, 27) Source(17, 23) + SourceIndex(3) +3 >Emitted(19, 39) Source(17, 24) + SourceIndex(3) --- >>> get: function () { return 10; }, -1 >^^^^^^^^^^^^^ +1->^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^^^^^^^ 4 > ^^ 5 > ^ 6 > ^ 7 > ^ -1 > +1-> 2 > get c() { 3 > return 4 > 10 5 > ; 6 > 7 > } -1 >Emitted(19, 14) Source(17, 19) + SourceIndex(3) -2 >Emitted(19, 28) Source(17, 29) + SourceIndex(3) -3 >Emitted(19, 35) Source(17, 36) + SourceIndex(3) -4 >Emitted(19, 37) Source(17, 38) + SourceIndex(3) -5 >Emitted(19, 38) Source(17, 39) + SourceIndex(3) -6 >Emitted(19, 39) Source(17, 40) + SourceIndex(3) -7 >Emitted(19, 40) Source(17, 41) + SourceIndex(3) +1->Emitted(20, 14) Source(17, 19) + SourceIndex(3) +2 >Emitted(20, 28) Source(17, 29) + SourceIndex(3) +3 >Emitted(20, 35) Source(17, 36) + SourceIndex(3) +4 >Emitted(20, 37) Source(17, 38) + SourceIndex(3) +5 >Emitted(20, 38) Source(17, 39) + SourceIndex(3) +6 >Emitted(20, 39) Source(17, 40) + SourceIndex(3) +7 >Emitted(20, 40) Source(17, 41) + SourceIndex(3) --- >>> set: function (val) { }, 1 >^^^^^^^^^^^^^ @@ -1328,11 +1331,11 @@ sourceFile:../second/second_part1.ts 3 > val: number 4 > ) { 5 > } -1 >Emitted(20, 14) Source(18, 19) + SourceIndex(3) -2 >Emitted(20, 24) Source(18, 25) + SourceIndex(3) -3 >Emitted(20, 27) Source(18, 36) + SourceIndex(3) -4 >Emitted(20, 31) Source(18, 40) + SourceIndex(3) -5 >Emitted(20, 32) Source(18, 41) + SourceIndex(3) +1 >Emitted(21, 14) Source(18, 19) + SourceIndex(3) +2 >Emitted(21, 24) Source(18, 25) + SourceIndex(3) +3 >Emitted(21, 27) Source(18, 36) + SourceIndex(3) +4 >Emitted(21, 31) Source(18, 40) + SourceIndex(3) +5 >Emitted(21, 32) Source(18, 41) + SourceIndex(3) --- >>> enumerable: true, >>> configurable: true @@ -1340,7 +1343,7 @@ sourceFile:../second/second_part1.ts 1 >^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(23, 8) Source(17, 41) + SourceIndex(3) +1 >Emitted(24, 8) Source(17, 41) + SourceIndex(3) --- >>> return normalC; 1->^^^^ @@ -1349,8 +1352,8 @@ sourceFile:../second/second_part1.ts > /*@internal*/ set c(val: number) { } > 2 > } -1->Emitted(24, 5) Source(19, 1) + SourceIndex(3) -2 >Emitted(24, 19) Source(19, 2) + SourceIndex(3) +1->Emitted(25, 5) Source(19, 1) + SourceIndex(3) +2 >Emitted(25, 19) Source(19, 2) + SourceIndex(3) --- >>>}()); 1 > @@ -1368,10 +1371,10 @@ sourceFile:../second/second_part1.ts > /*@internal*/ get c() { return 10; } > /*@internal*/ set c(val: number) { } > } -1 >Emitted(25, 1) Source(19, 1) + SourceIndex(3) -2 >Emitted(25, 2) Source(19, 2) + SourceIndex(3) -3 >Emitted(25, 2) Source(13, 1) + SourceIndex(3) -4 >Emitted(25, 6) Source(19, 2) + SourceIndex(3) +1 >Emitted(26, 1) Source(19, 1) + SourceIndex(3) +2 >Emitted(26, 2) Source(19, 2) + SourceIndex(3) +3 >Emitted(26, 2) Source(13, 1) + SourceIndex(3) +4 >Emitted(26, 6) Source(19, 2) + SourceIndex(3) --- >>>var normalN; 1-> @@ -1393,10 +1396,10 @@ sourceFile:../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1->Emitted(26, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(26, 5) Source(20, 11) + SourceIndex(3) -3 >Emitted(26, 12) Source(20, 18) + SourceIndex(3) -4 >Emitted(26, 13) Source(29, 2) + SourceIndex(3) +1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(27, 5) Source(20, 11) + SourceIndex(3) +3 >Emitted(27, 12) Source(20, 18) + SourceIndex(3) +4 >Emitted(27, 13) Source(29, 2) + SourceIndex(3) --- >>>(function (normalN) { 1-> @@ -1406,22 +1409,22 @@ sourceFile:../second/second_part1.ts 1-> 2 >namespace 3 > normalN -1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(27, 12) Source(20, 11) + SourceIndex(3) -3 >Emitted(27, 19) Source(20, 18) + SourceIndex(3) +1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(28, 12) Source(20, 11) + SourceIndex(3) +3 >Emitted(28, 19) Source(20, 18) + SourceIndex(3) --- >>> var C = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { > /*@internal*/ -1->Emitted(28, 5) Source(21, 19) + SourceIndex(3) +1->Emitted(29, 5) Source(21, 19) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(29, 9) Source(21, 19) + SourceIndex(3) +1->Emitted(30, 9) Source(21, 19) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -1429,16 +1432,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(30, 9) Source(21, 36) + SourceIndex(3) -2 >Emitted(30, 10) Source(21, 37) + SourceIndex(3) +1->Emitted(31, 9) Source(21, 36) + SourceIndex(3) +2 >Emitted(31, 10) Source(21, 37) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(31, 9) Source(21, 36) + SourceIndex(3) -2 >Emitted(31, 17) Source(21, 37) + SourceIndex(3) +1->Emitted(32, 9) Source(21, 36) + SourceIndex(3) +2 >Emitted(32, 17) Source(21, 37) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -1450,10 +1453,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(32, 5) Source(21, 36) + SourceIndex(3) -2 >Emitted(32, 6) Source(21, 37) + SourceIndex(3) -3 >Emitted(32, 6) Source(21, 19) + SourceIndex(3) -4 >Emitted(32, 10) Source(21, 37) + SourceIndex(3) +1 >Emitted(33, 5) Source(21, 36) + SourceIndex(3) +2 >Emitted(33, 6) Source(21, 37) + SourceIndex(3) +3 >Emitted(33, 6) Source(21, 19) + SourceIndex(3) +4 >Emitted(33, 10) Source(21, 37) + SourceIndex(3) --- >>> normalN.C = C; 1->^^^^ @@ -1465,10 +1468,10 @@ sourceFile:../second/second_part1.ts 2 > C 3 > { } 4 > -1->Emitted(33, 5) Source(21, 32) + SourceIndex(3) -2 >Emitted(33, 14) Source(21, 33) + SourceIndex(3) -3 >Emitted(33, 18) Source(21, 37) + SourceIndex(3) -4 >Emitted(33, 19) Source(21, 37) + SourceIndex(3) +1->Emitted(34, 5) Source(21, 32) + SourceIndex(3) +2 >Emitted(34, 14) Source(21, 33) + SourceIndex(3) +3 >Emitted(34, 18) Source(21, 37) + SourceIndex(3) +4 >Emitted(34, 19) Source(21, 37) + SourceIndex(3) --- >>> function foo() { } 1->^^^^ @@ -1483,11 +1486,11 @@ sourceFile:../second/second_part1.ts 3 > foo 4 > () { 5 > } -1->Emitted(34, 5) Source(22, 19) + SourceIndex(3) -2 >Emitted(34, 14) Source(22, 35) + SourceIndex(3) -3 >Emitted(34, 17) Source(22, 38) + SourceIndex(3) -4 >Emitted(34, 22) Source(22, 42) + SourceIndex(3) -5 >Emitted(34, 23) Source(22, 43) + SourceIndex(3) +1->Emitted(35, 5) Source(22, 19) + SourceIndex(3) +2 >Emitted(35, 14) Source(22, 35) + SourceIndex(3) +3 >Emitted(35, 17) Source(22, 38) + SourceIndex(3) +4 >Emitted(35, 22) Source(22, 42) + SourceIndex(3) +5 >Emitted(35, 23) Source(22, 43) + SourceIndex(3) --- >>> normalN.foo = foo; 1->^^^^ @@ -1499,10 +1502,10 @@ sourceFile:../second/second_part1.ts 2 > foo 3 > () {} 4 > -1->Emitted(35, 5) Source(22, 35) + SourceIndex(3) -2 >Emitted(35, 16) Source(22, 38) + SourceIndex(3) -3 >Emitted(35, 22) Source(22, 43) + SourceIndex(3) -4 >Emitted(35, 23) Source(22, 43) + SourceIndex(3) +1->Emitted(36, 5) Source(22, 35) + SourceIndex(3) +2 >Emitted(36, 16) Source(22, 38) + SourceIndex(3) +3 >Emitted(36, 22) Source(22, 43) + SourceIndex(3) +4 >Emitted(36, 23) Source(22, 43) + SourceIndex(3) --- >>> var someNamespace; 1->^^^^ @@ -1515,10 +1518,10 @@ sourceFile:../second/second_part1.ts 2 > export namespace 3 > someNamespace 4 > { export class C {} } -1->Emitted(36, 5) Source(23, 19) + SourceIndex(3) -2 >Emitted(36, 9) Source(23, 36) + SourceIndex(3) -3 >Emitted(36, 22) Source(23, 49) + SourceIndex(3) -4 >Emitted(36, 23) Source(23, 71) + SourceIndex(3) +1->Emitted(37, 5) Source(23, 19) + SourceIndex(3) +2 >Emitted(37, 9) Source(23, 36) + SourceIndex(3) +3 >Emitted(37, 22) Source(23, 49) + SourceIndex(3) +4 >Emitted(37, 23) Source(23, 71) + SourceIndex(3) --- >>> (function (someNamespace) { 1->^^^^ @@ -1528,21 +1531,21 @@ sourceFile:../second/second_part1.ts 1-> 2 > export namespace 3 > someNamespace -1->Emitted(37, 5) Source(23, 19) + SourceIndex(3) -2 >Emitted(37, 16) Source(23, 36) + SourceIndex(3) -3 >Emitted(37, 29) Source(23, 49) + SourceIndex(3) +1->Emitted(38, 5) Source(23, 19) + SourceIndex(3) +2 >Emitted(38, 16) Source(23, 36) + SourceIndex(3) +3 >Emitted(38, 29) Source(23, 49) + SourceIndex(3) --- >>> var C = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(38, 9) Source(23, 52) + SourceIndex(3) +1->Emitted(39, 9) Source(23, 52) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(39, 13) Source(23, 52) + SourceIndex(3) +1->Emitted(40, 13) Source(23, 52) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -1550,16 +1553,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(40, 13) Source(23, 68) + SourceIndex(3) -2 >Emitted(40, 14) Source(23, 69) + SourceIndex(3) +1->Emitted(41, 13) Source(23, 68) + SourceIndex(3) +2 >Emitted(41, 14) Source(23, 69) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(41, 13) Source(23, 68) + SourceIndex(3) -2 >Emitted(41, 21) Source(23, 69) + SourceIndex(3) +1->Emitted(42, 13) Source(23, 68) + SourceIndex(3) +2 >Emitted(42, 21) Source(23, 69) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -1571,10 +1574,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(42, 9) Source(23, 68) + SourceIndex(3) -2 >Emitted(42, 10) Source(23, 69) + SourceIndex(3) -3 >Emitted(42, 10) Source(23, 52) + SourceIndex(3) -4 >Emitted(42, 14) Source(23, 69) + SourceIndex(3) +1 >Emitted(43, 9) Source(23, 68) + SourceIndex(3) +2 >Emitted(43, 10) Source(23, 69) + SourceIndex(3) +3 >Emitted(43, 10) Source(23, 52) + SourceIndex(3) +4 >Emitted(43, 14) Source(23, 69) + SourceIndex(3) --- >>> someNamespace.C = C; 1->^^^^^^^^ @@ -1586,10 +1589,10 @@ sourceFile:../second/second_part1.ts 2 > C 3 > {} 4 > -1->Emitted(43, 9) Source(23, 65) + SourceIndex(3) -2 >Emitted(43, 24) Source(23, 66) + SourceIndex(3) -3 >Emitted(43, 28) Source(23, 69) + SourceIndex(3) -4 >Emitted(43, 29) Source(23, 69) + SourceIndex(3) +1->Emitted(44, 9) Source(23, 65) + SourceIndex(3) +2 >Emitted(44, 24) Source(23, 66) + SourceIndex(3) +3 >Emitted(44, 28) Source(23, 69) + SourceIndex(3) +4 >Emitted(44, 29) Source(23, 69) + SourceIndex(3) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^ @@ -1610,15 +1613,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(44, 5) Source(23, 70) + SourceIndex(3) -2 >Emitted(44, 6) Source(23, 71) + SourceIndex(3) -3 >Emitted(44, 8) Source(23, 36) + SourceIndex(3) -4 >Emitted(44, 21) Source(23, 49) + SourceIndex(3) -5 >Emitted(44, 24) Source(23, 36) + SourceIndex(3) -6 >Emitted(44, 45) Source(23, 49) + SourceIndex(3) -7 >Emitted(44, 50) Source(23, 36) + SourceIndex(3) -8 >Emitted(44, 71) Source(23, 49) + SourceIndex(3) -9 >Emitted(44, 79) Source(23, 71) + SourceIndex(3) +1->Emitted(45, 5) Source(23, 70) + SourceIndex(3) +2 >Emitted(45, 6) Source(23, 71) + SourceIndex(3) +3 >Emitted(45, 8) Source(23, 36) + SourceIndex(3) +4 >Emitted(45, 21) Source(23, 49) + SourceIndex(3) +5 >Emitted(45, 24) Source(23, 36) + SourceIndex(3) +6 >Emitted(45, 45) Source(23, 49) + SourceIndex(3) +7 >Emitted(45, 50) Source(23, 36) + SourceIndex(3) +8 >Emitted(45, 71) Source(23, 49) + SourceIndex(3) +9 >Emitted(45, 79) Source(23, 71) + SourceIndex(3) --- >>> var someOther; 1 >^^^^ @@ -1631,10 +1634,10 @@ sourceFile:../second/second_part1.ts 2 > export namespace 3 > someOther 4 > .something { export class someClass {} } -1 >Emitted(45, 5) Source(24, 19) + SourceIndex(3) -2 >Emitted(45, 9) Source(24, 36) + SourceIndex(3) -3 >Emitted(45, 18) Source(24, 45) + SourceIndex(3) -4 >Emitted(45, 19) Source(24, 85) + SourceIndex(3) +1 >Emitted(46, 5) Source(24, 19) + SourceIndex(3) +2 >Emitted(46, 9) Source(24, 36) + SourceIndex(3) +3 >Emitted(46, 18) Source(24, 45) + SourceIndex(3) +4 >Emitted(46, 19) Source(24, 85) + SourceIndex(3) --- >>> (function (someOther) { 1->^^^^ @@ -1643,9 +1646,9 @@ sourceFile:../second/second_part1.ts 1-> 2 > export namespace 3 > someOther -1->Emitted(46, 5) Source(24, 19) + SourceIndex(3) -2 >Emitted(46, 16) Source(24, 36) + SourceIndex(3) -3 >Emitted(46, 25) Source(24, 45) + SourceIndex(3) +1->Emitted(47, 5) Source(24, 19) + SourceIndex(3) +2 >Emitted(47, 16) Source(24, 36) + SourceIndex(3) +3 >Emitted(47, 25) Source(24, 45) + SourceIndex(3) --- >>> var something; 1 >^^^^^^^^ @@ -1657,10 +1660,10 @@ sourceFile:../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(47, 9) Source(24, 46) + SourceIndex(3) -2 >Emitted(47, 13) Source(24, 46) + SourceIndex(3) -3 >Emitted(47, 22) Source(24, 55) + SourceIndex(3) -4 >Emitted(47, 23) Source(24, 85) + SourceIndex(3) +1 >Emitted(48, 9) Source(24, 46) + SourceIndex(3) +2 >Emitted(48, 13) Source(24, 46) + SourceIndex(3) +3 >Emitted(48, 22) Source(24, 55) + SourceIndex(3) +4 >Emitted(48, 23) Source(24, 85) + SourceIndex(3) --- >>> (function (something) { 1->^^^^^^^^ @@ -1670,21 +1673,21 @@ sourceFile:../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(48, 9) Source(24, 46) + SourceIndex(3) -2 >Emitted(48, 20) Source(24, 46) + SourceIndex(3) -3 >Emitted(48, 29) Source(24, 55) + SourceIndex(3) +1->Emitted(49, 9) Source(24, 46) + SourceIndex(3) +2 >Emitted(49, 20) Source(24, 46) + SourceIndex(3) +3 >Emitted(49, 29) Source(24, 55) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(49, 13) Source(24, 58) + SourceIndex(3) +1->Emitted(50, 13) Source(24, 58) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(50, 17) Source(24, 58) + SourceIndex(3) +1->Emitted(51, 17) Source(24, 58) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -1692,16 +1695,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(51, 17) Source(24, 82) + SourceIndex(3) -2 >Emitted(51, 18) Source(24, 83) + SourceIndex(3) +1->Emitted(52, 17) Source(24, 82) + SourceIndex(3) +2 >Emitted(52, 18) Source(24, 83) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(52, 17) Source(24, 82) + SourceIndex(3) -2 >Emitted(52, 33) Source(24, 83) + SourceIndex(3) +1->Emitted(53, 17) Source(24, 82) + SourceIndex(3) +2 >Emitted(53, 33) Source(24, 83) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -1713,10 +1716,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(53, 13) Source(24, 82) + SourceIndex(3) -2 >Emitted(53, 14) Source(24, 83) + SourceIndex(3) -3 >Emitted(53, 14) Source(24, 58) + SourceIndex(3) -4 >Emitted(53, 18) Source(24, 83) + SourceIndex(3) +1 >Emitted(54, 13) Source(24, 82) + SourceIndex(3) +2 >Emitted(54, 14) Source(24, 83) + SourceIndex(3) +3 >Emitted(54, 14) Source(24, 58) + SourceIndex(3) +4 >Emitted(54, 18) Source(24, 83) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -1728,10 +1731,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(54, 13) Source(24, 71) + SourceIndex(3) -2 >Emitted(54, 32) Source(24, 80) + SourceIndex(3) -3 >Emitted(54, 44) Source(24, 83) + SourceIndex(3) -4 >Emitted(54, 45) Source(24, 83) + SourceIndex(3) +1->Emitted(55, 13) Source(24, 71) + SourceIndex(3) +2 >Emitted(55, 32) Source(24, 80) + SourceIndex(3) +3 >Emitted(55, 44) Source(24, 83) + SourceIndex(3) +4 >Emitted(55, 45) Source(24, 83) + SourceIndex(3) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^ @@ -1752,15 +1755,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(55, 9) Source(24, 84) + SourceIndex(3) -2 >Emitted(55, 10) Source(24, 85) + SourceIndex(3) -3 >Emitted(55, 12) Source(24, 46) + SourceIndex(3) -4 >Emitted(55, 21) Source(24, 55) + SourceIndex(3) -5 >Emitted(55, 24) Source(24, 46) + SourceIndex(3) -6 >Emitted(55, 43) Source(24, 55) + SourceIndex(3) -7 >Emitted(55, 48) Source(24, 46) + SourceIndex(3) -8 >Emitted(55, 67) Source(24, 55) + SourceIndex(3) -9 >Emitted(55, 75) Source(24, 85) + SourceIndex(3) +1->Emitted(56, 9) Source(24, 84) + SourceIndex(3) +2 >Emitted(56, 10) Source(24, 85) + SourceIndex(3) +3 >Emitted(56, 12) Source(24, 46) + SourceIndex(3) +4 >Emitted(56, 21) Source(24, 55) + SourceIndex(3) +5 >Emitted(56, 24) Source(24, 46) + SourceIndex(3) +6 >Emitted(56, 43) Source(24, 55) + SourceIndex(3) +7 >Emitted(56, 48) Source(24, 46) + SourceIndex(3) +8 >Emitted(56, 67) Source(24, 55) + SourceIndex(3) +9 >Emitted(56, 75) Source(24, 85) + SourceIndex(3) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^ @@ -1781,15 +1784,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(56, 5) Source(24, 84) + SourceIndex(3) -2 >Emitted(56, 6) Source(24, 85) + SourceIndex(3) -3 >Emitted(56, 8) Source(24, 36) + SourceIndex(3) -4 >Emitted(56, 17) Source(24, 45) + SourceIndex(3) -5 >Emitted(56, 20) Source(24, 36) + SourceIndex(3) -6 >Emitted(56, 37) Source(24, 45) + SourceIndex(3) -7 >Emitted(56, 42) Source(24, 36) + SourceIndex(3) -8 >Emitted(56, 59) Source(24, 45) + SourceIndex(3) -9 >Emitted(56, 67) Source(24, 85) + SourceIndex(3) +1 >Emitted(57, 5) Source(24, 84) + SourceIndex(3) +2 >Emitted(57, 6) Source(24, 85) + SourceIndex(3) +3 >Emitted(57, 8) Source(24, 36) + SourceIndex(3) +4 >Emitted(57, 17) Source(24, 45) + SourceIndex(3) +5 >Emitted(57, 20) Source(24, 36) + SourceIndex(3) +6 >Emitted(57, 37) Source(24, 45) + SourceIndex(3) +7 >Emitted(57, 42) Source(24, 36) + SourceIndex(3) +8 >Emitted(57, 59) Source(24, 45) + SourceIndex(3) +9 >Emitted(57, 67) Source(24, 85) + SourceIndex(3) --- >>> normalN.someImport = someNamespace.C; 1 >^^^^ @@ -1807,13 +1810,13 @@ sourceFile:../second/second_part1.ts 5 > . 6 > C 7 > ; -1 >Emitted(57, 5) Source(25, 33) + SourceIndex(3) -2 >Emitted(57, 23) Source(25, 43) + SourceIndex(3) -3 >Emitted(57, 26) Source(25, 46) + SourceIndex(3) -4 >Emitted(57, 39) Source(25, 59) + SourceIndex(3) -5 >Emitted(57, 40) Source(25, 60) + SourceIndex(3) -6 >Emitted(57, 41) Source(25, 61) + SourceIndex(3) -7 >Emitted(57, 42) Source(25, 62) + SourceIndex(3) +1 >Emitted(58, 5) Source(25, 33) + SourceIndex(3) +2 >Emitted(58, 23) Source(25, 43) + SourceIndex(3) +3 >Emitted(58, 26) Source(25, 46) + SourceIndex(3) +4 >Emitted(58, 39) Source(25, 59) + SourceIndex(3) +5 >Emitted(58, 40) Source(25, 60) + SourceIndex(3) +6 >Emitted(58, 41) Source(25, 61) + SourceIndex(3) +7 >Emitted(58, 42) Source(25, 62) + SourceIndex(3) --- >>> normalN.internalConst = 10; 1 >^^^^ @@ -1828,11 +1831,11 @@ sourceFile:../second/second_part1.ts 3 > = 4 > 10 5 > ; -1 >Emitted(58, 5) Source(27, 32) + SourceIndex(3) -2 >Emitted(58, 26) Source(27, 45) + SourceIndex(3) -3 >Emitted(58, 29) Source(27, 48) + SourceIndex(3) -4 >Emitted(58, 31) Source(27, 50) + SourceIndex(3) -5 >Emitted(58, 32) Source(27, 51) + SourceIndex(3) +1 >Emitted(59, 5) Source(27, 32) + SourceIndex(3) +2 >Emitted(59, 26) Source(27, 45) + SourceIndex(3) +3 >Emitted(59, 29) Source(27, 48) + SourceIndex(3) +4 >Emitted(59, 31) Source(27, 50) + SourceIndex(3) +5 >Emitted(59, 32) Source(27, 51) + SourceIndex(3) --- >>> var internalEnum; 1 >^^^^ @@ -1843,9 +1846,9 @@ sourceFile:../second/second_part1.ts > /*@internal*/ 2 > export enum 3 > internalEnum { a, b, c } -1 >Emitted(59, 5) Source(28, 19) + SourceIndex(3) -2 >Emitted(59, 9) Source(28, 31) + SourceIndex(3) -3 >Emitted(59, 21) Source(28, 55) + SourceIndex(3) +1 >Emitted(60, 5) Source(28, 19) + SourceIndex(3) +2 >Emitted(60, 9) Source(28, 31) + SourceIndex(3) +3 >Emitted(60, 21) Source(28, 55) + SourceIndex(3) --- >>> (function (internalEnum) { 1->^^^^ @@ -1855,9 +1858,9 @@ sourceFile:../second/second_part1.ts 1-> 2 > export enum 3 > internalEnum -1->Emitted(60, 5) Source(28, 19) + SourceIndex(3) -2 >Emitted(60, 16) Source(28, 31) + SourceIndex(3) -3 >Emitted(60, 28) Source(28, 43) + SourceIndex(3) +1->Emitted(61, 5) Source(28, 19) + SourceIndex(3) +2 >Emitted(61, 16) Source(28, 31) + SourceIndex(3) +3 >Emitted(61, 28) Source(28, 43) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -1867,9 +1870,9 @@ sourceFile:../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(61, 9) Source(28, 46) + SourceIndex(3) -2 >Emitted(61, 50) Source(28, 47) + SourceIndex(3) -3 >Emitted(61, 51) Source(28, 47) + SourceIndex(3) +1->Emitted(62, 9) Source(28, 46) + SourceIndex(3) +2 >Emitted(62, 50) Source(28, 47) + SourceIndex(3) +3 >Emitted(62, 51) Source(28, 47) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -1879,9 +1882,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(62, 9) Source(28, 49) + SourceIndex(3) -2 >Emitted(62, 50) Source(28, 50) + SourceIndex(3) -3 >Emitted(62, 51) Source(28, 50) + SourceIndex(3) +1->Emitted(63, 9) Source(28, 49) + SourceIndex(3) +2 >Emitted(63, 50) Source(28, 50) + SourceIndex(3) +3 >Emitted(63, 51) Source(28, 50) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -1891,9 +1894,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(63, 9) Source(28, 52) + SourceIndex(3) -2 >Emitted(63, 50) Source(28, 53) + SourceIndex(3) -3 >Emitted(63, 51) Source(28, 53) + SourceIndex(3) +1->Emitted(64, 9) Source(28, 52) + SourceIndex(3) +2 >Emitted(64, 50) Source(28, 53) + SourceIndex(3) +3 >Emitted(64, 51) Source(28, 53) + SourceIndex(3) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^ @@ -1914,15 +1917,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(64, 5) Source(28, 54) + SourceIndex(3) -2 >Emitted(64, 6) Source(28, 55) + SourceIndex(3) -3 >Emitted(64, 8) Source(28, 31) + SourceIndex(3) -4 >Emitted(64, 20) Source(28, 43) + SourceIndex(3) -5 >Emitted(64, 23) Source(28, 31) + SourceIndex(3) -6 >Emitted(64, 43) Source(28, 43) + SourceIndex(3) -7 >Emitted(64, 48) Source(28, 31) + SourceIndex(3) -8 >Emitted(64, 68) Source(28, 43) + SourceIndex(3) -9 >Emitted(64, 76) Source(28, 55) + SourceIndex(3) +1->Emitted(65, 5) Source(28, 54) + SourceIndex(3) +2 >Emitted(65, 6) Source(28, 55) + SourceIndex(3) +3 >Emitted(65, 8) Source(28, 31) + SourceIndex(3) +4 >Emitted(65, 20) Source(28, 43) + SourceIndex(3) +5 >Emitted(65, 23) Source(28, 31) + SourceIndex(3) +6 >Emitted(65, 43) Source(28, 43) + SourceIndex(3) +7 >Emitted(65, 48) Source(28, 31) + SourceIndex(3) +8 >Emitted(65, 68) Source(28, 43) + SourceIndex(3) +9 >Emitted(65, 76) Source(28, 55) + SourceIndex(3) --- >>>})(normalN || (normalN = {})); 1 > @@ -1950,26 +1953,26 @@ sourceFile:../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(65, 1) Source(29, 1) + SourceIndex(3) -2 >Emitted(65, 2) Source(29, 2) + SourceIndex(3) -3 >Emitted(65, 4) Source(20, 11) + SourceIndex(3) -4 >Emitted(65, 11) Source(20, 18) + SourceIndex(3) -5 >Emitted(65, 16) Source(20, 11) + SourceIndex(3) -6 >Emitted(65, 23) Source(20, 18) + SourceIndex(3) -7 >Emitted(65, 31) Source(29, 2) + SourceIndex(3) +1 >Emitted(66, 1) Source(29, 1) + SourceIndex(3) +2 >Emitted(66, 2) Source(29, 2) + SourceIndex(3) +3 >Emitted(66, 4) Source(20, 11) + SourceIndex(3) +4 >Emitted(66, 11) Source(20, 18) + SourceIndex(3) +5 >Emitted(66, 16) Source(20, 11) + SourceIndex(3) +6 >Emitted(66, 23) Source(20, 18) + SourceIndex(3) +7 >Emitted(66, 31) Source(29, 2) + SourceIndex(3) --- >>>var internalC = (function () { 1-> 2 >^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> >/*@internal*/ -1->Emitted(66, 1) Source(30, 15) + SourceIndex(3) +1->Emitted(67, 1) Source(30, 15) + SourceIndex(3) --- >>> function internalC() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(67, 5) Source(30, 15) + SourceIndex(3) +1->Emitted(68, 5) Source(30, 15) + SourceIndex(3) --- >>> } 1->^^^^ @@ -1977,16 +1980,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->class internalC { 2 > } -1->Emitted(68, 5) Source(30, 32) + SourceIndex(3) -2 >Emitted(68, 6) Source(30, 33) + SourceIndex(3) +1->Emitted(69, 5) Source(30, 32) + SourceIndex(3) +2 >Emitted(69, 6) Source(30, 33) + SourceIndex(3) --- >>> return internalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(69, 5) Source(30, 32) + SourceIndex(3) -2 >Emitted(69, 21) Source(30, 33) + SourceIndex(3) +1->Emitted(70, 5) Source(30, 32) + SourceIndex(3) +2 >Emitted(70, 21) Source(30, 33) + SourceIndex(3) --- >>>}()); 1 > @@ -1998,10 +2001,10 @@ sourceFile:../second/second_part1.ts 2 >} 3 > 4 > class internalC {} -1 >Emitted(70, 1) Source(30, 32) + SourceIndex(3) -2 >Emitted(70, 2) Source(30, 33) + SourceIndex(3) -3 >Emitted(70, 2) Source(30, 15) + SourceIndex(3) -4 >Emitted(70, 6) Source(30, 33) + SourceIndex(3) +1 >Emitted(71, 1) Source(30, 32) + SourceIndex(3) +2 >Emitted(71, 2) Source(30, 33) + SourceIndex(3) +3 >Emitted(71, 2) Source(30, 15) + SourceIndex(3) +4 >Emitted(71, 6) Source(30, 33) + SourceIndex(3) --- >>>function internalfoo() { } 1-> @@ -2015,11 +2018,11 @@ sourceFile:../second/second_part1.ts 3 > internalfoo 4 > () { 5 > } -1->Emitted(71, 1) Source(31, 15) + SourceIndex(3) -2 >Emitted(71, 10) Source(31, 24) + SourceIndex(3) -3 >Emitted(71, 21) Source(31, 35) + SourceIndex(3) -4 >Emitted(71, 26) Source(31, 39) + SourceIndex(3) -5 >Emitted(71, 27) Source(31, 40) + SourceIndex(3) +1->Emitted(72, 1) Source(31, 15) + SourceIndex(3) +2 >Emitted(72, 10) Source(31, 24) + SourceIndex(3) +3 >Emitted(72, 21) Source(31, 35) + SourceIndex(3) +4 >Emitted(72, 26) Source(31, 39) + SourceIndex(3) +5 >Emitted(72, 27) Source(31, 40) + SourceIndex(3) --- >>>var internalNamespace; 1 > @@ -2032,10 +2035,10 @@ sourceFile:../second/second_part1.ts 2 >namespace 3 > internalNamespace 4 > { export class someClass {} } -1 >Emitted(72, 1) Source(32, 15) + SourceIndex(3) -2 >Emitted(72, 5) Source(32, 25) + SourceIndex(3) -3 >Emitted(72, 22) Source(32, 42) + SourceIndex(3) -4 >Emitted(72, 23) Source(32, 72) + SourceIndex(3) +1 >Emitted(73, 1) Source(32, 15) + SourceIndex(3) +2 >Emitted(73, 5) Source(32, 25) + SourceIndex(3) +3 >Emitted(73, 22) Source(32, 42) + SourceIndex(3) +4 >Emitted(73, 23) Source(32, 72) + SourceIndex(3) --- >>>(function (internalNamespace) { 1-> @@ -2045,21 +2048,21 @@ sourceFile:../second/second_part1.ts 1-> 2 >namespace 3 > internalNamespace -1->Emitted(73, 1) Source(32, 15) + SourceIndex(3) -2 >Emitted(73, 12) Source(32, 25) + SourceIndex(3) -3 >Emitted(73, 29) Source(32, 42) + SourceIndex(3) +1->Emitted(74, 1) Source(32, 15) + SourceIndex(3) +2 >Emitted(74, 12) Source(32, 25) + SourceIndex(3) +3 >Emitted(74, 29) Source(32, 42) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(74, 5) Source(32, 45) + SourceIndex(3) +1->Emitted(75, 5) Source(32, 45) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(75, 9) Source(32, 45) + SourceIndex(3) +1->Emitted(76, 9) Source(32, 45) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -2067,16 +2070,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(76, 9) Source(32, 69) + SourceIndex(3) -2 >Emitted(76, 10) Source(32, 70) + SourceIndex(3) +1->Emitted(77, 9) Source(32, 69) + SourceIndex(3) +2 >Emitted(77, 10) Source(32, 70) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(77, 9) Source(32, 69) + SourceIndex(3) -2 >Emitted(77, 25) Source(32, 70) + SourceIndex(3) +1->Emitted(78, 9) Source(32, 69) + SourceIndex(3) +2 >Emitted(78, 25) Source(32, 70) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -2088,10 +2091,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(78, 5) Source(32, 69) + SourceIndex(3) -2 >Emitted(78, 6) Source(32, 70) + SourceIndex(3) -3 >Emitted(78, 6) Source(32, 45) + SourceIndex(3) -4 >Emitted(78, 10) Source(32, 70) + SourceIndex(3) +1 >Emitted(79, 5) Source(32, 69) + SourceIndex(3) +2 >Emitted(79, 6) Source(32, 70) + SourceIndex(3) +3 >Emitted(79, 6) Source(32, 45) + SourceIndex(3) +4 >Emitted(79, 10) Source(32, 70) + SourceIndex(3) --- >>> internalNamespace.someClass = someClass; 1->^^^^ @@ -2103,10 +2106,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(79, 5) Source(32, 58) + SourceIndex(3) -2 >Emitted(79, 32) Source(32, 67) + SourceIndex(3) -3 >Emitted(79, 44) Source(32, 70) + SourceIndex(3) -4 >Emitted(79, 45) Source(32, 70) + SourceIndex(3) +1->Emitted(80, 5) Source(32, 58) + SourceIndex(3) +2 >Emitted(80, 32) Source(32, 67) + SourceIndex(3) +3 >Emitted(80, 44) Source(32, 70) + SourceIndex(3) +4 >Emitted(80, 45) Source(32, 70) + SourceIndex(3) --- >>>})(internalNamespace || (internalNamespace = {})); 1-> @@ -2123,13 +2126,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalNamespace 7 > { export class someClass {} } -1->Emitted(80, 1) Source(32, 71) + SourceIndex(3) -2 >Emitted(80, 2) Source(32, 72) + SourceIndex(3) -3 >Emitted(80, 4) Source(32, 25) + SourceIndex(3) -4 >Emitted(80, 21) Source(32, 42) + SourceIndex(3) -5 >Emitted(80, 26) Source(32, 25) + SourceIndex(3) -6 >Emitted(80, 43) Source(32, 42) + SourceIndex(3) -7 >Emitted(80, 51) Source(32, 72) + SourceIndex(3) +1->Emitted(81, 1) Source(32, 71) + SourceIndex(3) +2 >Emitted(81, 2) Source(32, 72) + SourceIndex(3) +3 >Emitted(81, 4) Source(32, 25) + SourceIndex(3) +4 >Emitted(81, 21) Source(32, 42) + SourceIndex(3) +5 >Emitted(81, 26) Source(32, 25) + SourceIndex(3) +6 >Emitted(81, 43) Source(32, 42) + SourceIndex(3) +7 >Emitted(81, 51) Source(32, 72) + SourceIndex(3) --- >>>var internalOther; 1 > @@ -2142,10 +2145,10 @@ sourceFile:../second/second_part1.ts 2 >namespace 3 > internalOther 4 > .something { export class someClass {} } -1 >Emitted(81, 1) Source(33, 15) + SourceIndex(3) -2 >Emitted(81, 5) Source(33, 25) + SourceIndex(3) -3 >Emitted(81, 18) Source(33, 38) + SourceIndex(3) -4 >Emitted(81, 19) Source(33, 78) + SourceIndex(3) +1 >Emitted(82, 1) Source(33, 15) + SourceIndex(3) +2 >Emitted(82, 5) Source(33, 25) + SourceIndex(3) +3 >Emitted(82, 18) Source(33, 38) + SourceIndex(3) +4 >Emitted(82, 19) Source(33, 78) + SourceIndex(3) --- >>>(function (internalOther) { 1-> @@ -2154,9 +2157,9 @@ sourceFile:../second/second_part1.ts 1-> 2 >namespace 3 > internalOther -1->Emitted(82, 1) Source(33, 15) + SourceIndex(3) -2 >Emitted(82, 12) Source(33, 25) + SourceIndex(3) -3 >Emitted(82, 25) Source(33, 38) + SourceIndex(3) +1->Emitted(83, 1) Source(33, 15) + SourceIndex(3) +2 >Emitted(83, 12) Source(33, 25) + SourceIndex(3) +3 >Emitted(83, 25) Source(33, 38) + SourceIndex(3) --- >>> var something; 1 >^^^^ @@ -2168,10 +2171,10 @@ sourceFile:../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(83, 5) Source(33, 39) + SourceIndex(3) -2 >Emitted(83, 9) Source(33, 39) + SourceIndex(3) -3 >Emitted(83, 18) Source(33, 48) + SourceIndex(3) -4 >Emitted(83, 19) Source(33, 78) + SourceIndex(3) +1 >Emitted(84, 5) Source(33, 39) + SourceIndex(3) +2 >Emitted(84, 9) Source(33, 39) + SourceIndex(3) +3 >Emitted(84, 18) Source(33, 48) + SourceIndex(3) +4 >Emitted(84, 19) Source(33, 78) + SourceIndex(3) --- >>> (function (something) { 1->^^^^ @@ -2181,21 +2184,21 @@ sourceFile:../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(84, 5) Source(33, 39) + SourceIndex(3) -2 >Emitted(84, 16) Source(33, 39) + SourceIndex(3) -3 >Emitted(84, 25) Source(33, 48) + SourceIndex(3) +1->Emitted(85, 5) Source(33, 39) + SourceIndex(3) +2 >Emitted(85, 16) Source(33, 39) + SourceIndex(3) +3 >Emitted(85, 25) Source(33, 48) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(85, 9) Source(33, 51) + SourceIndex(3) +1->Emitted(86, 9) Source(33, 51) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(86, 13) Source(33, 51) + SourceIndex(3) +1->Emitted(87, 13) Source(33, 51) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -2203,16 +2206,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(87, 13) Source(33, 75) + SourceIndex(3) -2 >Emitted(87, 14) Source(33, 76) + SourceIndex(3) +1->Emitted(88, 13) Source(33, 75) + SourceIndex(3) +2 >Emitted(88, 14) Source(33, 76) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(88, 13) Source(33, 75) + SourceIndex(3) -2 >Emitted(88, 29) Source(33, 76) + SourceIndex(3) +1->Emitted(89, 13) Source(33, 75) + SourceIndex(3) +2 >Emitted(89, 29) Source(33, 76) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -2224,10 +2227,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(89, 9) Source(33, 75) + SourceIndex(3) -2 >Emitted(89, 10) Source(33, 76) + SourceIndex(3) -3 >Emitted(89, 10) Source(33, 51) + SourceIndex(3) -4 >Emitted(89, 14) Source(33, 76) + SourceIndex(3) +1 >Emitted(90, 9) Source(33, 75) + SourceIndex(3) +2 >Emitted(90, 10) Source(33, 76) + SourceIndex(3) +3 >Emitted(90, 10) Source(33, 51) + SourceIndex(3) +4 >Emitted(90, 14) Source(33, 76) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^ @@ -2239,10 +2242,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(90, 9) Source(33, 64) + SourceIndex(3) -2 >Emitted(90, 28) Source(33, 73) + SourceIndex(3) -3 >Emitted(90, 40) Source(33, 76) + SourceIndex(3) -4 >Emitted(90, 41) Source(33, 76) + SourceIndex(3) +1->Emitted(91, 9) Source(33, 64) + SourceIndex(3) +2 >Emitted(91, 28) Source(33, 73) + SourceIndex(3) +3 >Emitted(91, 40) Source(33, 76) + SourceIndex(3) +4 >Emitted(91, 41) Source(33, 76) + SourceIndex(3) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^ @@ -2263,15 +2266,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(91, 5) Source(33, 77) + SourceIndex(3) -2 >Emitted(91, 6) Source(33, 78) + SourceIndex(3) -3 >Emitted(91, 8) Source(33, 39) + SourceIndex(3) -4 >Emitted(91, 17) Source(33, 48) + SourceIndex(3) -5 >Emitted(91, 20) Source(33, 39) + SourceIndex(3) -6 >Emitted(91, 43) Source(33, 48) + SourceIndex(3) -7 >Emitted(91, 48) Source(33, 39) + SourceIndex(3) -8 >Emitted(91, 71) Source(33, 48) + SourceIndex(3) -9 >Emitted(91, 79) Source(33, 78) + SourceIndex(3) +1->Emitted(92, 5) Source(33, 77) + SourceIndex(3) +2 >Emitted(92, 6) Source(33, 78) + SourceIndex(3) +3 >Emitted(92, 8) Source(33, 39) + SourceIndex(3) +4 >Emitted(92, 17) Source(33, 48) + SourceIndex(3) +5 >Emitted(92, 20) Source(33, 39) + SourceIndex(3) +6 >Emitted(92, 43) Source(33, 48) + SourceIndex(3) +7 >Emitted(92, 48) Source(33, 39) + SourceIndex(3) +8 >Emitted(92, 71) Source(33, 48) + SourceIndex(3) +9 >Emitted(92, 79) Source(33, 78) + SourceIndex(3) --- >>>})(internalOther || (internalOther = {})); 1 > @@ -2289,13 +2292,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalOther 7 > .something { export class someClass {} } -1 >Emitted(92, 1) Source(33, 77) + SourceIndex(3) -2 >Emitted(92, 2) Source(33, 78) + SourceIndex(3) -3 >Emitted(92, 4) Source(33, 25) + SourceIndex(3) -4 >Emitted(92, 17) Source(33, 38) + SourceIndex(3) -5 >Emitted(92, 22) Source(33, 25) + SourceIndex(3) -6 >Emitted(92, 35) Source(33, 38) + SourceIndex(3) -7 >Emitted(92, 43) Source(33, 78) + SourceIndex(3) +1 >Emitted(93, 1) Source(33, 77) + SourceIndex(3) +2 >Emitted(93, 2) Source(33, 78) + SourceIndex(3) +3 >Emitted(93, 4) Source(33, 25) + SourceIndex(3) +4 >Emitted(93, 17) Source(33, 38) + SourceIndex(3) +5 >Emitted(93, 22) Source(33, 25) + SourceIndex(3) +6 >Emitted(93, 35) Source(33, 38) + SourceIndex(3) +7 >Emitted(93, 43) Source(33, 78) + SourceIndex(3) --- >>>var internalImport = internalNamespace.someClass; 1-> @@ -2315,14 +2318,14 @@ sourceFile:../second/second_part1.ts 6 > . 7 > someClass 8 > ; -1->Emitted(93, 1) Source(34, 15) + SourceIndex(3) -2 >Emitted(93, 5) Source(34, 22) + SourceIndex(3) -3 >Emitted(93, 19) Source(34, 36) + SourceIndex(3) -4 >Emitted(93, 22) Source(34, 39) + SourceIndex(3) -5 >Emitted(93, 39) Source(34, 56) + SourceIndex(3) -6 >Emitted(93, 40) Source(34, 57) + SourceIndex(3) -7 >Emitted(93, 49) Source(34, 66) + SourceIndex(3) -8 >Emitted(93, 50) Source(34, 67) + SourceIndex(3) +1->Emitted(94, 1) Source(34, 15) + SourceIndex(3) +2 >Emitted(94, 5) Source(34, 22) + SourceIndex(3) +3 >Emitted(94, 19) Source(34, 36) + SourceIndex(3) +4 >Emitted(94, 22) Source(34, 39) + SourceIndex(3) +5 >Emitted(94, 39) Source(34, 56) + SourceIndex(3) +6 >Emitted(94, 40) Source(34, 57) + SourceIndex(3) +7 >Emitted(94, 49) Source(34, 66) + SourceIndex(3) +8 >Emitted(94, 50) Source(34, 67) + SourceIndex(3) --- >>>var internalConst = 10; 1 > @@ -2339,12 +2342,12 @@ sourceFile:../second/second_part1.ts 4 > = 5 > 10 6 > ; -1 >Emitted(94, 1) Source(36, 15) + SourceIndex(3) -2 >Emitted(94, 5) Source(36, 21) + SourceIndex(3) -3 >Emitted(94, 18) Source(36, 34) + SourceIndex(3) -4 >Emitted(94, 21) Source(36, 37) + SourceIndex(3) -5 >Emitted(94, 23) Source(36, 39) + SourceIndex(3) -6 >Emitted(94, 24) Source(36, 40) + SourceIndex(3) +1 >Emitted(95, 1) Source(36, 15) + SourceIndex(3) +2 >Emitted(95, 5) Source(36, 21) + SourceIndex(3) +3 >Emitted(95, 18) Source(36, 34) + SourceIndex(3) +4 >Emitted(95, 21) Source(36, 37) + SourceIndex(3) +5 >Emitted(95, 23) Source(36, 39) + SourceIndex(3) +6 >Emitted(95, 24) Source(36, 40) + SourceIndex(3) --- >>>var internalEnum; 1 > @@ -2355,9 +2358,9 @@ sourceFile:../second/second_part1.ts >/*@internal*/ 2 >enum 3 > internalEnum { a, b, c } -1 >Emitted(95, 1) Source(37, 15) + SourceIndex(3) -2 >Emitted(95, 5) Source(37, 20) + SourceIndex(3) -3 >Emitted(95, 17) Source(37, 44) + SourceIndex(3) +1 >Emitted(96, 1) Source(37, 15) + SourceIndex(3) +2 >Emitted(96, 5) Source(37, 20) + SourceIndex(3) +3 >Emitted(96, 17) Source(37, 44) + SourceIndex(3) --- >>>(function (internalEnum) { 1-> @@ -2367,9 +2370,9 @@ sourceFile:../second/second_part1.ts 1-> 2 >enum 3 > internalEnum -1->Emitted(96, 1) Source(37, 15) + SourceIndex(3) -2 >Emitted(96, 12) Source(37, 20) + SourceIndex(3) -3 >Emitted(96, 24) Source(37, 32) + SourceIndex(3) +1->Emitted(97, 1) Source(37, 15) + SourceIndex(3) +2 >Emitted(97, 12) Source(37, 20) + SourceIndex(3) +3 >Emitted(97, 24) Source(37, 32) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^ @@ -2379,9 +2382,9 @@ sourceFile:../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(97, 5) Source(37, 35) + SourceIndex(3) -2 >Emitted(97, 46) Source(37, 36) + SourceIndex(3) -3 >Emitted(97, 47) Source(37, 36) + SourceIndex(3) +1->Emitted(98, 5) Source(37, 35) + SourceIndex(3) +2 >Emitted(98, 46) Source(37, 36) + SourceIndex(3) +3 >Emitted(98, 47) Source(37, 36) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^ @@ -2391,9 +2394,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(98, 5) Source(37, 38) + SourceIndex(3) -2 >Emitted(98, 46) Source(37, 39) + SourceIndex(3) -3 >Emitted(98, 47) Source(37, 39) + SourceIndex(3) +1->Emitted(99, 5) Source(37, 38) + SourceIndex(3) +2 >Emitted(99, 46) Source(37, 39) + SourceIndex(3) +3 >Emitted(99, 47) Source(37, 39) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^ @@ -2402,9 +2405,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(99, 5) Source(37, 41) + SourceIndex(3) -2 >Emitted(99, 46) Source(37, 42) + SourceIndex(3) -3 >Emitted(99, 47) Source(37, 42) + SourceIndex(3) +1->Emitted(100, 5) Source(37, 41) + SourceIndex(3) +2 >Emitted(100, 46) Source(37, 42) + SourceIndex(3) +3 >Emitted(100, 47) Source(37, 42) + SourceIndex(3) --- >>>})(internalEnum || (internalEnum = {})); 1 > @@ -2421,13 +2424,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalEnum 7 > { a, b, c } -1 >Emitted(100, 1) Source(37, 43) + SourceIndex(3) -2 >Emitted(100, 2) Source(37, 44) + SourceIndex(3) -3 >Emitted(100, 4) Source(37, 20) + SourceIndex(3) -4 >Emitted(100, 16) Source(37, 32) + SourceIndex(3) -5 >Emitted(100, 21) Source(37, 20) + SourceIndex(3) -6 >Emitted(100, 33) Source(37, 32) + SourceIndex(3) -7 >Emitted(100, 41) Source(37, 44) + SourceIndex(3) +1 >Emitted(101, 1) Source(37, 43) + SourceIndex(3) +2 >Emitted(101, 2) Source(37, 44) + SourceIndex(3) +3 >Emitted(101, 4) Source(37, 20) + SourceIndex(3) +4 >Emitted(101, 16) Source(37, 32) + SourceIndex(3) +5 >Emitted(101, 21) Source(37, 20) + SourceIndex(3) +6 >Emitted(101, 33) Source(37, 32) + SourceIndex(3) +7 >Emitted(101, 41) Source(37, 44) + SourceIndex(3) --- ------------------------------------------------------------------- emittedFile:/src/2/second-output.js @@ -2437,13 +2440,13 @@ sourceFile:../second/second_part2.ts 1 > 2 >^^^^^^^^^^^^^^^^^^^-> 1 > -1 >Emitted(101, 1) Source(1, 1) + SourceIndex(4) +1 >Emitted(102, 1) Source(1, 1) + SourceIndex(4) --- >>> function C() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(102, 5) Source(1, 1) + SourceIndex(4) +1->Emitted(103, 5) Source(1, 1) + SourceIndex(4) --- >>> } 1->^^^^ @@ -2455,8 +2458,8 @@ sourceFile:../second/second_part2.ts > } > 2 > } -1->Emitted(103, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(103, 6) Source(5, 2) + SourceIndex(4) +1->Emitted(104, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(104, 6) Source(5, 2) + SourceIndex(4) --- >>> C.prototype.doSomething = function () { 1->^^^^ @@ -2466,9 +2469,9 @@ sourceFile:../second/second_part2.ts 1-> 2 > doSomething 3 > -1->Emitted(104, 5) Source(2, 5) + SourceIndex(4) -2 >Emitted(104, 28) Source(2, 16) + SourceIndex(4) -3 >Emitted(104, 31) Source(2, 5) + SourceIndex(4) +1->Emitted(105, 5) Source(2, 5) + SourceIndex(4) +2 >Emitted(105, 28) Source(2, 16) + SourceIndex(4) +3 >Emitted(105, 31) Source(2, 5) + SourceIndex(4) --- >>> console.log("something got done"); 1->^^^^^^^^ @@ -2488,14 +2491,14 @@ sourceFile:../second/second_part2.ts 6 > "something got done" 7 > ) 8 > ; -1->Emitted(105, 9) Source(3, 9) + SourceIndex(4) -2 >Emitted(105, 16) Source(3, 16) + SourceIndex(4) -3 >Emitted(105, 17) Source(3, 17) + SourceIndex(4) -4 >Emitted(105, 20) Source(3, 20) + SourceIndex(4) -5 >Emitted(105, 21) Source(3, 21) + SourceIndex(4) -6 >Emitted(105, 41) Source(3, 41) + SourceIndex(4) -7 >Emitted(105, 42) Source(3, 42) + SourceIndex(4) -8 >Emitted(105, 43) Source(3, 43) + SourceIndex(4) +1->Emitted(106, 9) Source(3, 9) + SourceIndex(4) +2 >Emitted(106, 16) Source(3, 16) + SourceIndex(4) +3 >Emitted(106, 17) Source(3, 17) + SourceIndex(4) +4 >Emitted(106, 20) Source(3, 20) + SourceIndex(4) +5 >Emitted(106, 21) Source(3, 21) + SourceIndex(4) +6 >Emitted(106, 41) Source(3, 41) + SourceIndex(4) +7 >Emitted(106, 42) Source(3, 42) + SourceIndex(4) +8 >Emitted(106, 43) Source(3, 43) + SourceIndex(4) --- >>> }; 1 >^^^^ @@ -2504,8 +2507,8 @@ sourceFile:../second/second_part2.ts 1 > > 2 > } -1 >Emitted(106, 5) Source(4, 5) + SourceIndex(4) -2 >Emitted(106, 6) Source(4, 6) + SourceIndex(4) +1 >Emitted(107, 5) Source(4, 5) + SourceIndex(4) +2 >Emitted(107, 6) Source(4, 6) + SourceIndex(4) --- >>> return C; 1->^^^^ @@ -2513,8 +2516,8 @@ sourceFile:../second/second_part2.ts 1-> > 2 > } -1->Emitted(107, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(107, 13) Source(5, 2) + SourceIndex(4) +1->Emitted(108, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(108, 13) Source(5, 2) + SourceIndex(4) --- >>>}()); 1 > @@ -2530,10 +2533,10 @@ sourceFile:../second/second_part2.ts > console.log("something got done"); > } > } -1 >Emitted(108, 1) Source(5, 1) + SourceIndex(4) -2 >Emitted(108, 2) Source(5, 2) + SourceIndex(4) -3 >Emitted(108, 2) Source(1, 1) + SourceIndex(4) -4 >Emitted(108, 6) Source(5, 2) + SourceIndex(4) +1 >Emitted(109, 1) Source(5, 1) + SourceIndex(4) +2 >Emitted(109, 2) Source(5, 2) + SourceIndex(4) +3 >Emitted(109, 2) Source(1, 1) + SourceIndex(4) +4 >Emitted(109, 6) Source(5, 2) + SourceIndex(4) --- >>>//# sourceMappingURL=second-output.js.map @@ -2562,7 +2565,7 @@ sourceFile:../second/second_part2.ts }, { "pos": 110, - "end": 3162, + "end": 3180, "kind": "text" } ] @@ -2643,7 +2646,7 @@ function f() { } ---------------------------------------------------------------------- -text: (110-3162) +text: (110-3180) var N; (function (N) { function f() { @@ -2654,8 +2657,9 @@ var N; var normalC = (function () { function normalC() { } - normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: true, @@ -3579,8 +3583,9 @@ var N; var normalC = (function () { function normalC() { } - normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: true, @@ -3676,7 +3681,7 @@ c.doSomething(); //# sourceMappingURL=third-output.js.map //// [/src/third/thirdjs/output/third-output.js.map] -{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"AAIA,IAAM,CAAC,GAAG,cAAc,CAAC;AAMzB,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;ACVf,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC;ACAjB,SAAS,CAAC;IACN,OAAO,gBAAgB,CAAC;AAC5B,CAAC;ACED,IAAU,CAAC,CAMV;AAND,WAAU,CAAC;IACP,SAAS,CAAC;QACN,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IAED,CAAC,EAAE,CAAC;AACR,CAAC,EANS,CAAC,KAAD,CAAC,QAMV;AAED;IACkB;IAAgB,CAAC;;IAEjB,cAAM,GAAN,cAAW,CAAC;IACZ,sBAAI,YAAC;aAAL,cAAU,OAAO,EAAE,CAAC,CAAC,CAAC;aACtB,UAAM,GAAW,IAAI,CAAC;;;OADA;IAExC,cAAC;AAAD,CAAC,AAND,IAMC;AACD,IAAU,OAAO,CAShB;AATD,WAAU,OAAO;IACC;QAAA;QAAiB,CAAC;QAAD,QAAC;IAAD,CAAC,AAAlB,IAAkB;IAAL,SAAC,IAAI,CAAA;IAClB,SAAgB,GAAG,KAAI,CAAC;IAAR,WAAG,MAAK,CAAA;IACxB,IAAiB,aAAa,CAAsB;IAApD,WAAiB,aAAa;QAAG;YAAA;YAAgB,CAAC;YAAD,QAAC;QAAD,CAAC,AAAjB,IAAiB;QAAJ,eAAC,IAAG,CAAA;IAAC,CAAC,EAAnC,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAAsB;IACpD,IAAiB,SAAS,CAAwC;IAAlE,WAAiB,SAAS;QAAC,IAAA,SAAS,CAA8B;QAAvC,WAAA,SAAS;YAAG;gBAAA;gBAAwB,CAAC;gBAAD,gBAAC;YAAD,CAAC,AAAzB,IAAyB;YAAZ,mBAAS,YAAG,CAAA;QAAC,CAAC,EAAvC,SAAS,GAAT,mBAAS,KAAT,mBAAS,QAA8B;IAAD,CAAC,EAAjD,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAAwC;IACpD,kBAAU,GAAG,aAAa,CAAC,CAAC,CAAC;IAE9B,qBAAa,GAAG,EAAE,CAAC;IAChC,IAAY,YAAwB;IAApC,WAAY,YAAY;QAAG,yCAAC,CAAA;QAAE,yCAAC,CAAA;QAAE,yCAAC,CAAA;IAAC,CAAC,EAAxB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAAY;AACtD,CAAC,EATS,OAAO,KAAP,OAAO,QAShB;AACa;IAAA;IAAiB,CAAC;IAAD,gBAAC;AAAD,CAAC,AAAlB,IAAkB;AAClB,SAAS,WAAW,KAAI,CAAC;AACzB,IAAU,iBAAiB,CAA8B;AAAzD,WAAU,iBAAiB;IAAG;QAAA;QAAwB,CAAC;QAAD,gBAAC;IAAD,CAAC,AAAzB,IAAyB;IAAZ,2BAAS,YAAG,CAAA;AAAC,CAAC,EAA/C,iBAAiB,KAAjB,iBAAiB,QAA8B;AACzD,IAAU,aAAa,CAAwC;AAA/D,WAAU,aAAa;IAAC,IAAA,SAAS,CAA8B;IAAvC,WAAA,SAAS;QAAG;YAAA;YAAwB,CAAC;YAAD,gBAAC;QAAD,CAAC,AAAzB,IAAyB;QAAZ,mBAAS,YAAG,CAAA;IAAC,CAAC,EAAvC,SAAS,GAAT,uBAAS,KAAT,uBAAS,QAA8B;AAAD,CAAC,EAArD,aAAa,KAAb,aAAa,QAAwC;AAC/D,IAAO,cAAc,GAAG,iBAAiB,CAAC,SAAS,CAAC;AAEpD,IAAM,aAAa,GAAG,EAAE,CAAC;AACzB,IAAK,YAAwB;AAA7B,WAAK,YAAY;IAAG,yCAAC,CAAA;IAAE,yCAAC,CAAA;IAAE,yCAAC,CAAA;AAAC,CAAC,EAAxB,YAAY,KAAZ,YAAY,QAAY;ACpC3C;IAAA;IAIA,CAAC;IAHG,uBAAW,GAAX;QACI,OAAO,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAC;IACtC,CAAC;IACL,QAAC;AAAD,CAAC,AAJD,IAIC;ACJD,IAAI,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC;AAChB,CAAC,CAAC,WAAW,EAAE,CAAC"} //// [/src/third/thirdjs/output/third-output.js.map.baseline.txt] =================================================================== @@ -3977,66 +3982,68 @@ sourceFile:../../../second/second_part1.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->constructor() { 2 > } 1->Emitted(16, 5) Source(14, 35) + SourceIndex(3) 2 >Emitted(16, 6) Source(14, 36) + SourceIndex(3) --- ->>> normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> proto_1.method = function () { }; 1->^^^^ -2 > ^^^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^ -5 > ^ -6 > ^^^^^^-> +2 > ^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^ +5 > ^ +6 > ^^^^^^-> 1-> > /*@internal*/ prop: string; > /*@internal*/ 2 > method -3 > -4 > method() { -5 > } -1->Emitted(17, 5) Source(16, 19) + SourceIndex(3) -2 >Emitted(17, 29) Source(16, 25) + SourceIndex(3) -3 >Emitted(17, 32) Source(16, 19) + SourceIndex(3) -4 >Emitted(17, 46) Source(16, 30) + SourceIndex(3) -5 >Emitted(17, 47) Source(16, 31) + SourceIndex(3) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +3 > +4 > method() { +5 > } +1->Emitted(18, 5) Source(16, 19) + SourceIndex(3) +2 >Emitted(18, 19) Source(16, 25) + SourceIndex(3) +3 >Emitted(18, 22) Source(16, 19) + SourceIndex(3) +4 >Emitted(18, 36) Source(16, 30) + SourceIndex(3) +5 >Emitted(18, 37) Source(16, 31) + SourceIndex(3) +--- +>>> Object.defineProperty(proto_1, "c", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^^^^^^^^^^ +4 > ^^^-> 1-> > /*@internal*/ 2 > get 3 > c -1->Emitted(18, 5) Source(17, 19) + SourceIndex(3) -2 >Emitted(18, 27) Source(17, 23) + SourceIndex(3) -3 >Emitted(18, 49) Source(17, 24) + SourceIndex(3) +1->Emitted(19, 5) Source(17, 19) + SourceIndex(3) +2 >Emitted(19, 27) Source(17, 23) + SourceIndex(3) +3 >Emitted(19, 39) Source(17, 24) + SourceIndex(3) --- >>> get: function () { return 10; }, -1 >^^^^^^^^^^^^^ +1->^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^^^^^^^ 4 > ^^ 5 > ^ 6 > ^ 7 > ^ -1 > +1-> 2 > get c() { 3 > return 4 > 10 5 > ; 6 > 7 > } -1 >Emitted(19, 14) Source(17, 19) + SourceIndex(3) -2 >Emitted(19, 28) Source(17, 29) + SourceIndex(3) -3 >Emitted(19, 35) Source(17, 36) + SourceIndex(3) -4 >Emitted(19, 37) Source(17, 38) + SourceIndex(3) -5 >Emitted(19, 38) Source(17, 39) + SourceIndex(3) -6 >Emitted(19, 39) Source(17, 40) + SourceIndex(3) -7 >Emitted(19, 40) Source(17, 41) + SourceIndex(3) +1->Emitted(20, 14) Source(17, 19) + SourceIndex(3) +2 >Emitted(20, 28) Source(17, 29) + SourceIndex(3) +3 >Emitted(20, 35) Source(17, 36) + SourceIndex(3) +4 >Emitted(20, 37) Source(17, 38) + SourceIndex(3) +5 >Emitted(20, 38) Source(17, 39) + SourceIndex(3) +6 >Emitted(20, 39) Source(17, 40) + SourceIndex(3) +7 >Emitted(20, 40) Source(17, 41) + SourceIndex(3) --- >>> set: function (val) { }, 1 >^^^^^^^^^^^^^ @@ -4050,11 +4057,11 @@ sourceFile:../../../second/second_part1.ts 3 > val: number 4 > ) { 5 > } -1 >Emitted(20, 14) Source(18, 19) + SourceIndex(3) -2 >Emitted(20, 24) Source(18, 25) + SourceIndex(3) -3 >Emitted(20, 27) Source(18, 36) + SourceIndex(3) -4 >Emitted(20, 31) Source(18, 40) + SourceIndex(3) -5 >Emitted(20, 32) Source(18, 41) + SourceIndex(3) +1 >Emitted(21, 14) Source(18, 19) + SourceIndex(3) +2 >Emitted(21, 24) Source(18, 25) + SourceIndex(3) +3 >Emitted(21, 27) Source(18, 36) + SourceIndex(3) +4 >Emitted(21, 31) Source(18, 40) + SourceIndex(3) +5 >Emitted(21, 32) Source(18, 41) + SourceIndex(3) --- >>> enumerable: true, >>> configurable: true @@ -4062,7 +4069,7 @@ sourceFile:../../../second/second_part1.ts 1 >^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(23, 8) Source(17, 41) + SourceIndex(3) +1 >Emitted(24, 8) Source(17, 41) + SourceIndex(3) --- >>> return normalC; 1->^^^^ @@ -4071,8 +4078,8 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ set c(val: number) { } > 2 > } -1->Emitted(24, 5) Source(19, 1) + SourceIndex(3) -2 >Emitted(24, 19) Source(19, 2) + SourceIndex(3) +1->Emitted(25, 5) Source(19, 1) + SourceIndex(3) +2 >Emitted(25, 19) Source(19, 2) + SourceIndex(3) --- >>>}()); 1 > @@ -4090,10 +4097,10 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ get c() { return 10; } > /*@internal*/ set c(val: number) { } > } -1 >Emitted(25, 1) Source(19, 1) + SourceIndex(3) -2 >Emitted(25, 2) Source(19, 2) + SourceIndex(3) -3 >Emitted(25, 2) Source(13, 1) + SourceIndex(3) -4 >Emitted(25, 6) Source(19, 2) + SourceIndex(3) +1 >Emitted(26, 1) Source(19, 1) + SourceIndex(3) +2 >Emitted(26, 2) Source(19, 2) + SourceIndex(3) +3 >Emitted(26, 2) Source(13, 1) + SourceIndex(3) +4 >Emitted(26, 6) Source(19, 2) + SourceIndex(3) --- >>>var normalN; 1-> @@ -4115,10 +4122,10 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1->Emitted(26, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(26, 5) Source(20, 11) + SourceIndex(3) -3 >Emitted(26, 12) Source(20, 18) + SourceIndex(3) -4 >Emitted(26, 13) Source(29, 2) + SourceIndex(3) +1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(27, 5) Source(20, 11) + SourceIndex(3) +3 >Emitted(27, 12) Source(20, 18) + SourceIndex(3) +4 >Emitted(27, 13) Source(29, 2) + SourceIndex(3) --- >>>(function (normalN) { 1-> @@ -4128,22 +4135,22 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > normalN -1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(27, 12) Source(20, 11) + SourceIndex(3) -3 >Emitted(27, 19) Source(20, 18) + SourceIndex(3) +1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(28, 12) Source(20, 11) + SourceIndex(3) +3 >Emitted(28, 19) Source(20, 18) + SourceIndex(3) --- >>> var C = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { > /*@internal*/ -1->Emitted(28, 5) Source(21, 19) + SourceIndex(3) +1->Emitted(29, 5) Source(21, 19) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(29, 9) Source(21, 19) + SourceIndex(3) +1->Emitted(30, 9) Source(21, 19) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -4151,16 +4158,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(30, 9) Source(21, 36) + SourceIndex(3) -2 >Emitted(30, 10) Source(21, 37) + SourceIndex(3) +1->Emitted(31, 9) Source(21, 36) + SourceIndex(3) +2 >Emitted(31, 10) Source(21, 37) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(31, 9) Source(21, 36) + SourceIndex(3) -2 >Emitted(31, 17) Source(21, 37) + SourceIndex(3) +1->Emitted(32, 9) Source(21, 36) + SourceIndex(3) +2 >Emitted(32, 17) Source(21, 37) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -4172,10 +4179,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(32, 5) Source(21, 36) + SourceIndex(3) -2 >Emitted(32, 6) Source(21, 37) + SourceIndex(3) -3 >Emitted(32, 6) Source(21, 19) + SourceIndex(3) -4 >Emitted(32, 10) Source(21, 37) + SourceIndex(3) +1 >Emitted(33, 5) Source(21, 36) + SourceIndex(3) +2 >Emitted(33, 6) Source(21, 37) + SourceIndex(3) +3 >Emitted(33, 6) Source(21, 19) + SourceIndex(3) +4 >Emitted(33, 10) Source(21, 37) + SourceIndex(3) --- >>> normalN.C = C; 1->^^^^ @@ -4187,10 +4194,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > { } 4 > -1->Emitted(33, 5) Source(21, 32) + SourceIndex(3) -2 >Emitted(33, 14) Source(21, 33) + SourceIndex(3) -3 >Emitted(33, 18) Source(21, 37) + SourceIndex(3) -4 >Emitted(33, 19) Source(21, 37) + SourceIndex(3) +1->Emitted(34, 5) Source(21, 32) + SourceIndex(3) +2 >Emitted(34, 14) Source(21, 33) + SourceIndex(3) +3 >Emitted(34, 18) Source(21, 37) + SourceIndex(3) +4 >Emitted(34, 19) Source(21, 37) + SourceIndex(3) --- >>> function foo() { } 1->^^^^ @@ -4205,11 +4212,11 @@ sourceFile:../../../second/second_part1.ts 3 > foo 4 > () { 5 > } -1->Emitted(34, 5) Source(22, 19) + SourceIndex(3) -2 >Emitted(34, 14) Source(22, 35) + SourceIndex(3) -3 >Emitted(34, 17) Source(22, 38) + SourceIndex(3) -4 >Emitted(34, 22) Source(22, 42) + SourceIndex(3) -5 >Emitted(34, 23) Source(22, 43) + SourceIndex(3) +1->Emitted(35, 5) Source(22, 19) + SourceIndex(3) +2 >Emitted(35, 14) Source(22, 35) + SourceIndex(3) +3 >Emitted(35, 17) Source(22, 38) + SourceIndex(3) +4 >Emitted(35, 22) Source(22, 42) + SourceIndex(3) +5 >Emitted(35, 23) Source(22, 43) + SourceIndex(3) --- >>> normalN.foo = foo; 1->^^^^ @@ -4221,10 +4228,10 @@ sourceFile:../../../second/second_part1.ts 2 > foo 3 > () {} 4 > -1->Emitted(35, 5) Source(22, 35) + SourceIndex(3) -2 >Emitted(35, 16) Source(22, 38) + SourceIndex(3) -3 >Emitted(35, 22) Source(22, 43) + SourceIndex(3) -4 >Emitted(35, 23) Source(22, 43) + SourceIndex(3) +1->Emitted(36, 5) Source(22, 35) + SourceIndex(3) +2 >Emitted(36, 16) Source(22, 38) + SourceIndex(3) +3 >Emitted(36, 22) Source(22, 43) + SourceIndex(3) +4 >Emitted(36, 23) Source(22, 43) + SourceIndex(3) --- >>> var someNamespace; 1->^^^^ @@ -4237,10 +4244,10 @@ sourceFile:../../../second/second_part1.ts 2 > export namespace 3 > someNamespace 4 > { export class C {} } -1->Emitted(36, 5) Source(23, 19) + SourceIndex(3) -2 >Emitted(36, 9) Source(23, 36) + SourceIndex(3) -3 >Emitted(36, 22) Source(23, 49) + SourceIndex(3) -4 >Emitted(36, 23) Source(23, 71) + SourceIndex(3) +1->Emitted(37, 5) Source(23, 19) + SourceIndex(3) +2 >Emitted(37, 9) Source(23, 36) + SourceIndex(3) +3 >Emitted(37, 22) Source(23, 49) + SourceIndex(3) +4 >Emitted(37, 23) Source(23, 71) + SourceIndex(3) --- >>> (function (someNamespace) { 1->^^^^ @@ -4250,21 +4257,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > export namespace 3 > someNamespace -1->Emitted(37, 5) Source(23, 19) + SourceIndex(3) -2 >Emitted(37, 16) Source(23, 36) + SourceIndex(3) -3 >Emitted(37, 29) Source(23, 49) + SourceIndex(3) +1->Emitted(38, 5) Source(23, 19) + SourceIndex(3) +2 >Emitted(38, 16) Source(23, 36) + SourceIndex(3) +3 >Emitted(38, 29) Source(23, 49) + SourceIndex(3) --- >>> var C = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(38, 9) Source(23, 52) + SourceIndex(3) +1->Emitted(39, 9) Source(23, 52) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(39, 13) Source(23, 52) + SourceIndex(3) +1->Emitted(40, 13) Source(23, 52) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -4272,16 +4279,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(40, 13) Source(23, 68) + SourceIndex(3) -2 >Emitted(40, 14) Source(23, 69) + SourceIndex(3) +1->Emitted(41, 13) Source(23, 68) + SourceIndex(3) +2 >Emitted(41, 14) Source(23, 69) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(41, 13) Source(23, 68) + SourceIndex(3) -2 >Emitted(41, 21) Source(23, 69) + SourceIndex(3) +1->Emitted(42, 13) Source(23, 68) + SourceIndex(3) +2 >Emitted(42, 21) Source(23, 69) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -4293,10 +4300,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(42, 9) Source(23, 68) + SourceIndex(3) -2 >Emitted(42, 10) Source(23, 69) + SourceIndex(3) -3 >Emitted(42, 10) Source(23, 52) + SourceIndex(3) -4 >Emitted(42, 14) Source(23, 69) + SourceIndex(3) +1 >Emitted(43, 9) Source(23, 68) + SourceIndex(3) +2 >Emitted(43, 10) Source(23, 69) + SourceIndex(3) +3 >Emitted(43, 10) Source(23, 52) + SourceIndex(3) +4 >Emitted(43, 14) Source(23, 69) + SourceIndex(3) --- >>> someNamespace.C = C; 1->^^^^^^^^ @@ -4308,10 +4315,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > {} 4 > -1->Emitted(43, 9) Source(23, 65) + SourceIndex(3) -2 >Emitted(43, 24) Source(23, 66) + SourceIndex(3) -3 >Emitted(43, 28) Source(23, 69) + SourceIndex(3) -4 >Emitted(43, 29) Source(23, 69) + SourceIndex(3) +1->Emitted(44, 9) Source(23, 65) + SourceIndex(3) +2 >Emitted(44, 24) Source(23, 66) + SourceIndex(3) +3 >Emitted(44, 28) Source(23, 69) + SourceIndex(3) +4 >Emitted(44, 29) Source(23, 69) + SourceIndex(3) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^ @@ -4332,15 +4339,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(44, 5) Source(23, 70) + SourceIndex(3) -2 >Emitted(44, 6) Source(23, 71) + SourceIndex(3) -3 >Emitted(44, 8) Source(23, 36) + SourceIndex(3) -4 >Emitted(44, 21) Source(23, 49) + SourceIndex(3) -5 >Emitted(44, 24) Source(23, 36) + SourceIndex(3) -6 >Emitted(44, 45) Source(23, 49) + SourceIndex(3) -7 >Emitted(44, 50) Source(23, 36) + SourceIndex(3) -8 >Emitted(44, 71) Source(23, 49) + SourceIndex(3) -9 >Emitted(44, 79) Source(23, 71) + SourceIndex(3) +1->Emitted(45, 5) Source(23, 70) + SourceIndex(3) +2 >Emitted(45, 6) Source(23, 71) + SourceIndex(3) +3 >Emitted(45, 8) Source(23, 36) + SourceIndex(3) +4 >Emitted(45, 21) Source(23, 49) + SourceIndex(3) +5 >Emitted(45, 24) Source(23, 36) + SourceIndex(3) +6 >Emitted(45, 45) Source(23, 49) + SourceIndex(3) +7 >Emitted(45, 50) Source(23, 36) + SourceIndex(3) +8 >Emitted(45, 71) Source(23, 49) + SourceIndex(3) +9 >Emitted(45, 79) Source(23, 71) + SourceIndex(3) --- >>> var someOther; 1 >^^^^ @@ -4353,10 +4360,10 @@ sourceFile:../../../second/second_part1.ts 2 > export namespace 3 > someOther 4 > .something { export class someClass {} } -1 >Emitted(45, 5) Source(24, 19) + SourceIndex(3) -2 >Emitted(45, 9) Source(24, 36) + SourceIndex(3) -3 >Emitted(45, 18) Source(24, 45) + SourceIndex(3) -4 >Emitted(45, 19) Source(24, 85) + SourceIndex(3) +1 >Emitted(46, 5) Source(24, 19) + SourceIndex(3) +2 >Emitted(46, 9) Source(24, 36) + SourceIndex(3) +3 >Emitted(46, 18) Source(24, 45) + SourceIndex(3) +4 >Emitted(46, 19) Source(24, 85) + SourceIndex(3) --- >>> (function (someOther) { 1->^^^^ @@ -4365,9 +4372,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > export namespace 3 > someOther -1->Emitted(46, 5) Source(24, 19) + SourceIndex(3) -2 >Emitted(46, 16) Source(24, 36) + SourceIndex(3) -3 >Emitted(46, 25) Source(24, 45) + SourceIndex(3) +1->Emitted(47, 5) Source(24, 19) + SourceIndex(3) +2 >Emitted(47, 16) Source(24, 36) + SourceIndex(3) +3 >Emitted(47, 25) Source(24, 45) + SourceIndex(3) --- >>> var something; 1 >^^^^^^^^ @@ -4379,10 +4386,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(47, 9) Source(24, 46) + SourceIndex(3) -2 >Emitted(47, 13) Source(24, 46) + SourceIndex(3) -3 >Emitted(47, 22) Source(24, 55) + SourceIndex(3) -4 >Emitted(47, 23) Source(24, 85) + SourceIndex(3) +1 >Emitted(48, 9) Source(24, 46) + SourceIndex(3) +2 >Emitted(48, 13) Source(24, 46) + SourceIndex(3) +3 >Emitted(48, 22) Source(24, 55) + SourceIndex(3) +4 >Emitted(48, 23) Source(24, 85) + SourceIndex(3) --- >>> (function (something) { 1->^^^^^^^^ @@ -4392,21 +4399,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(48, 9) Source(24, 46) + SourceIndex(3) -2 >Emitted(48, 20) Source(24, 46) + SourceIndex(3) -3 >Emitted(48, 29) Source(24, 55) + SourceIndex(3) +1->Emitted(49, 9) Source(24, 46) + SourceIndex(3) +2 >Emitted(49, 20) Source(24, 46) + SourceIndex(3) +3 >Emitted(49, 29) Source(24, 55) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(49, 13) Source(24, 58) + SourceIndex(3) +1->Emitted(50, 13) Source(24, 58) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(50, 17) Source(24, 58) + SourceIndex(3) +1->Emitted(51, 17) Source(24, 58) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -4414,16 +4421,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(51, 17) Source(24, 82) + SourceIndex(3) -2 >Emitted(51, 18) Source(24, 83) + SourceIndex(3) +1->Emitted(52, 17) Source(24, 82) + SourceIndex(3) +2 >Emitted(52, 18) Source(24, 83) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(52, 17) Source(24, 82) + SourceIndex(3) -2 >Emitted(52, 33) Source(24, 83) + SourceIndex(3) +1->Emitted(53, 17) Source(24, 82) + SourceIndex(3) +2 >Emitted(53, 33) Source(24, 83) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -4435,10 +4442,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(53, 13) Source(24, 82) + SourceIndex(3) -2 >Emitted(53, 14) Source(24, 83) + SourceIndex(3) -3 >Emitted(53, 14) Source(24, 58) + SourceIndex(3) -4 >Emitted(53, 18) Source(24, 83) + SourceIndex(3) +1 >Emitted(54, 13) Source(24, 82) + SourceIndex(3) +2 >Emitted(54, 14) Source(24, 83) + SourceIndex(3) +3 >Emitted(54, 14) Source(24, 58) + SourceIndex(3) +4 >Emitted(54, 18) Source(24, 83) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -4450,10 +4457,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(54, 13) Source(24, 71) + SourceIndex(3) -2 >Emitted(54, 32) Source(24, 80) + SourceIndex(3) -3 >Emitted(54, 44) Source(24, 83) + SourceIndex(3) -4 >Emitted(54, 45) Source(24, 83) + SourceIndex(3) +1->Emitted(55, 13) Source(24, 71) + SourceIndex(3) +2 >Emitted(55, 32) Source(24, 80) + SourceIndex(3) +3 >Emitted(55, 44) Source(24, 83) + SourceIndex(3) +4 >Emitted(55, 45) Source(24, 83) + SourceIndex(3) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^ @@ -4474,15 +4481,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(55, 9) Source(24, 84) + SourceIndex(3) -2 >Emitted(55, 10) Source(24, 85) + SourceIndex(3) -3 >Emitted(55, 12) Source(24, 46) + SourceIndex(3) -4 >Emitted(55, 21) Source(24, 55) + SourceIndex(3) -5 >Emitted(55, 24) Source(24, 46) + SourceIndex(3) -6 >Emitted(55, 43) Source(24, 55) + SourceIndex(3) -7 >Emitted(55, 48) Source(24, 46) + SourceIndex(3) -8 >Emitted(55, 67) Source(24, 55) + SourceIndex(3) -9 >Emitted(55, 75) Source(24, 85) + SourceIndex(3) +1->Emitted(56, 9) Source(24, 84) + SourceIndex(3) +2 >Emitted(56, 10) Source(24, 85) + SourceIndex(3) +3 >Emitted(56, 12) Source(24, 46) + SourceIndex(3) +4 >Emitted(56, 21) Source(24, 55) + SourceIndex(3) +5 >Emitted(56, 24) Source(24, 46) + SourceIndex(3) +6 >Emitted(56, 43) Source(24, 55) + SourceIndex(3) +7 >Emitted(56, 48) Source(24, 46) + SourceIndex(3) +8 >Emitted(56, 67) Source(24, 55) + SourceIndex(3) +9 >Emitted(56, 75) Source(24, 85) + SourceIndex(3) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^ @@ -4503,15 +4510,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(56, 5) Source(24, 84) + SourceIndex(3) -2 >Emitted(56, 6) Source(24, 85) + SourceIndex(3) -3 >Emitted(56, 8) Source(24, 36) + SourceIndex(3) -4 >Emitted(56, 17) Source(24, 45) + SourceIndex(3) -5 >Emitted(56, 20) Source(24, 36) + SourceIndex(3) -6 >Emitted(56, 37) Source(24, 45) + SourceIndex(3) -7 >Emitted(56, 42) Source(24, 36) + SourceIndex(3) -8 >Emitted(56, 59) Source(24, 45) + SourceIndex(3) -9 >Emitted(56, 67) Source(24, 85) + SourceIndex(3) +1 >Emitted(57, 5) Source(24, 84) + SourceIndex(3) +2 >Emitted(57, 6) Source(24, 85) + SourceIndex(3) +3 >Emitted(57, 8) Source(24, 36) + SourceIndex(3) +4 >Emitted(57, 17) Source(24, 45) + SourceIndex(3) +5 >Emitted(57, 20) Source(24, 36) + SourceIndex(3) +6 >Emitted(57, 37) Source(24, 45) + SourceIndex(3) +7 >Emitted(57, 42) Source(24, 36) + SourceIndex(3) +8 >Emitted(57, 59) Source(24, 45) + SourceIndex(3) +9 >Emitted(57, 67) Source(24, 85) + SourceIndex(3) --- >>> normalN.someImport = someNamespace.C; 1 >^^^^ @@ -4529,13 +4536,13 @@ sourceFile:../../../second/second_part1.ts 5 > . 6 > C 7 > ; -1 >Emitted(57, 5) Source(25, 33) + SourceIndex(3) -2 >Emitted(57, 23) Source(25, 43) + SourceIndex(3) -3 >Emitted(57, 26) Source(25, 46) + SourceIndex(3) -4 >Emitted(57, 39) Source(25, 59) + SourceIndex(3) -5 >Emitted(57, 40) Source(25, 60) + SourceIndex(3) -6 >Emitted(57, 41) Source(25, 61) + SourceIndex(3) -7 >Emitted(57, 42) Source(25, 62) + SourceIndex(3) +1 >Emitted(58, 5) Source(25, 33) + SourceIndex(3) +2 >Emitted(58, 23) Source(25, 43) + SourceIndex(3) +3 >Emitted(58, 26) Source(25, 46) + SourceIndex(3) +4 >Emitted(58, 39) Source(25, 59) + SourceIndex(3) +5 >Emitted(58, 40) Source(25, 60) + SourceIndex(3) +6 >Emitted(58, 41) Source(25, 61) + SourceIndex(3) +7 >Emitted(58, 42) Source(25, 62) + SourceIndex(3) --- >>> normalN.internalConst = 10; 1 >^^^^ @@ -4550,11 +4557,11 @@ sourceFile:../../../second/second_part1.ts 3 > = 4 > 10 5 > ; -1 >Emitted(58, 5) Source(27, 32) + SourceIndex(3) -2 >Emitted(58, 26) Source(27, 45) + SourceIndex(3) -3 >Emitted(58, 29) Source(27, 48) + SourceIndex(3) -4 >Emitted(58, 31) Source(27, 50) + SourceIndex(3) -5 >Emitted(58, 32) Source(27, 51) + SourceIndex(3) +1 >Emitted(59, 5) Source(27, 32) + SourceIndex(3) +2 >Emitted(59, 26) Source(27, 45) + SourceIndex(3) +3 >Emitted(59, 29) Source(27, 48) + SourceIndex(3) +4 >Emitted(59, 31) Source(27, 50) + SourceIndex(3) +5 >Emitted(59, 32) Source(27, 51) + SourceIndex(3) --- >>> var internalEnum; 1 >^^^^ @@ -4565,9 +4572,9 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ 2 > export enum 3 > internalEnum { a, b, c } -1 >Emitted(59, 5) Source(28, 19) + SourceIndex(3) -2 >Emitted(59, 9) Source(28, 31) + SourceIndex(3) -3 >Emitted(59, 21) Source(28, 55) + SourceIndex(3) +1 >Emitted(60, 5) Source(28, 19) + SourceIndex(3) +2 >Emitted(60, 9) Source(28, 31) + SourceIndex(3) +3 >Emitted(60, 21) Source(28, 55) + SourceIndex(3) --- >>> (function (internalEnum) { 1->^^^^ @@ -4577,9 +4584,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > export enum 3 > internalEnum -1->Emitted(60, 5) Source(28, 19) + SourceIndex(3) -2 >Emitted(60, 16) Source(28, 31) + SourceIndex(3) -3 >Emitted(60, 28) Source(28, 43) + SourceIndex(3) +1->Emitted(61, 5) Source(28, 19) + SourceIndex(3) +2 >Emitted(61, 16) Source(28, 31) + SourceIndex(3) +3 >Emitted(61, 28) Source(28, 43) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -4589,9 +4596,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(61, 9) Source(28, 46) + SourceIndex(3) -2 >Emitted(61, 50) Source(28, 47) + SourceIndex(3) -3 >Emitted(61, 51) Source(28, 47) + SourceIndex(3) +1->Emitted(62, 9) Source(28, 46) + SourceIndex(3) +2 >Emitted(62, 50) Source(28, 47) + SourceIndex(3) +3 >Emitted(62, 51) Source(28, 47) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -4601,9 +4608,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(62, 9) Source(28, 49) + SourceIndex(3) -2 >Emitted(62, 50) Source(28, 50) + SourceIndex(3) -3 >Emitted(62, 51) Source(28, 50) + SourceIndex(3) +1->Emitted(63, 9) Source(28, 49) + SourceIndex(3) +2 >Emitted(63, 50) Source(28, 50) + SourceIndex(3) +3 >Emitted(63, 51) Source(28, 50) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -4613,9 +4620,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(63, 9) Source(28, 52) + SourceIndex(3) -2 >Emitted(63, 50) Source(28, 53) + SourceIndex(3) -3 >Emitted(63, 51) Source(28, 53) + SourceIndex(3) +1->Emitted(64, 9) Source(28, 52) + SourceIndex(3) +2 >Emitted(64, 50) Source(28, 53) + SourceIndex(3) +3 >Emitted(64, 51) Source(28, 53) + SourceIndex(3) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^ @@ -4636,15 +4643,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(64, 5) Source(28, 54) + SourceIndex(3) -2 >Emitted(64, 6) Source(28, 55) + SourceIndex(3) -3 >Emitted(64, 8) Source(28, 31) + SourceIndex(3) -4 >Emitted(64, 20) Source(28, 43) + SourceIndex(3) -5 >Emitted(64, 23) Source(28, 31) + SourceIndex(3) -6 >Emitted(64, 43) Source(28, 43) + SourceIndex(3) -7 >Emitted(64, 48) Source(28, 31) + SourceIndex(3) -8 >Emitted(64, 68) Source(28, 43) + SourceIndex(3) -9 >Emitted(64, 76) Source(28, 55) + SourceIndex(3) +1->Emitted(65, 5) Source(28, 54) + SourceIndex(3) +2 >Emitted(65, 6) Source(28, 55) + SourceIndex(3) +3 >Emitted(65, 8) Source(28, 31) + SourceIndex(3) +4 >Emitted(65, 20) Source(28, 43) + SourceIndex(3) +5 >Emitted(65, 23) Source(28, 31) + SourceIndex(3) +6 >Emitted(65, 43) Source(28, 43) + SourceIndex(3) +7 >Emitted(65, 48) Source(28, 31) + SourceIndex(3) +8 >Emitted(65, 68) Source(28, 43) + SourceIndex(3) +9 >Emitted(65, 76) Source(28, 55) + SourceIndex(3) --- >>>})(normalN || (normalN = {})); 1 > @@ -4672,26 +4679,26 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(65, 1) Source(29, 1) + SourceIndex(3) -2 >Emitted(65, 2) Source(29, 2) + SourceIndex(3) -3 >Emitted(65, 4) Source(20, 11) + SourceIndex(3) -4 >Emitted(65, 11) Source(20, 18) + SourceIndex(3) -5 >Emitted(65, 16) Source(20, 11) + SourceIndex(3) -6 >Emitted(65, 23) Source(20, 18) + SourceIndex(3) -7 >Emitted(65, 31) Source(29, 2) + SourceIndex(3) +1 >Emitted(66, 1) Source(29, 1) + SourceIndex(3) +2 >Emitted(66, 2) Source(29, 2) + SourceIndex(3) +3 >Emitted(66, 4) Source(20, 11) + SourceIndex(3) +4 >Emitted(66, 11) Source(20, 18) + SourceIndex(3) +5 >Emitted(66, 16) Source(20, 11) + SourceIndex(3) +6 >Emitted(66, 23) Source(20, 18) + SourceIndex(3) +7 >Emitted(66, 31) Source(29, 2) + SourceIndex(3) --- >>>var internalC = (function () { 1-> 2 >^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> >/*@internal*/ -1->Emitted(66, 1) Source(30, 15) + SourceIndex(3) +1->Emitted(67, 1) Source(30, 15) + SourceIndex(3) --- >>> function internalC() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(67, 5) Source(30, 15) + SourceIndex(3) +1->Emitted(68, 5) Source(30, 15) + SourceIndex(3) --- >>> } 1->^^^^ @@ -4699,16 +4706,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->class internalC { 2 > } -1->Emitted(68, 5) Source(30, 32) + SourceIndex(3) -2 >Emitted(68, 6) Source(30, 33) + SourceIndex(3) +1->Emitted(69, 5) Source(30, 32) + SourceIndex(3) +2 >Emitted(69, 6) Source(30, 33) + SourceIndex(3) --- >>> return internalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(69, 5) Source(30, 32) + SourceIndex(3) -2 >Emitted(69, 21) Source(30, 33) + SourceIndex(3) +1->Emitted(70, 5) Source(30, 32) + SourceIndex(3) +2 >Emitted(70, 21) Source(30, 33) + SourceIndex(3) --- >>>}()); 1 > @@ -4720,10 +4727,10 @@ sourceFile:../../../second/second_part1.ts 2 >} 3 > 4 > class internalC {} -1 >Emitted(70, 1) Source(30, 32) + SourceIndex(3) -2 >Emitted(70, 2) Source(30, 33) + SourceIndex(3) -3 >Emitted(70, 2) Source(30, 15) + SourceIndex(3) -4 >Emitted(70, 6) Source(30, 33) + SourceIndex(3) +1 >Emitted(71, 1) Source(30, 32) + SourceIndex(3) +2 >Emitted(71, 2) Source(30, 33) + SourceIndex(3) +3 >Emitted(71, 2) Source(30, 15) + SourceIndex(3) +4 >Emitted(71, 6) Source(30, 33) + SourceIndex(3) --- >>>function internalfoo() { } 1-> @@ -4737,11 +4744,11 @@ sourceFile:../../../second/second_part1.ts 3 > internalfoo 4 > () { 5 > } -1->Emitted(71, 1) Source(31, 15) + SourceIndex(3) -2 >Emitted(71, 10) Source(31, 24) + SourceIndex(3) -3 >Emitted(71, 21) Source(31, 35) + SourceIndex(3) -4 >Emitted(71, 26) Source(31, 39) + SourceIndex(3) -5 >Emitted(71, 27) Source(31, 40) + SourceIndex(3) +1->Emitted(72, 1) Source(31, 15) + SourceIndex(3) +2 >Emitted(72, 10) Source(31, 24) + SourceIndex(3) +3 >Emitted(72, 21) Source(31, 35) + SourceIndex(3) +4 >Emitted(72, 26) Source(31, 39) + SourceIndex(3) +5 >Emitted(72, 27) Source(31, 40) + SourceIndex(3) --- >>>var internalNamespace; 1 > @@ -4754,10 +4761,10 @@ sourceFile:../../../second/second_part1.ts 2 >namespace 3 > internalNamespace 4 > { export class someClass {} } -1 >Emitted(72, 1) Source(32, 15) + SourceIndex(3) -2 >Emitted(72, 5) Source(32, 25) + SourceIndex(3) -3 >Emitted(72, 22) Source(32, 42) + SourceIndex(3) -4 >Emitted(72, 23) Source(32, 72) + SourceIndex(3) +1 >Emitted(73, 1) Source(32, 15) + SourceIndex(3) +2 >Emitted(73, 5) Source(32, 25) + SourceIndex(3) +3 >Emitted(73, 22) Source(32, 42) + SourceIndex(3) +4 >Emitted(73, 23) Source(32, 72) + SourceIndex(3) --- >>>(function (internalNamespace) { 1-> @@ -4767,21 +4774,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > internalNamespace -1->Emitted(73, 1) Source(32, 15) + SourceIndex(3) -2 >Emitted(73, 12) Source(32, 25) + SourceIndex(3) -3 >Emitted(73, 29) Source(32, 42) + SourceIndex(3) +1->Emitted(74, 1) Source(32, 15) + SourceIndex(3) +2 >Emitted(74, 12) Source(32, 25) + SourceIndex(3) +3 >Emitted(74, 29) Source(32, 42) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(74, 5) Source(32, 45) + SourceIndex(3) +1->Emitted(75, 5) Source(32, 45) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(75, 9) Source(32, 45) + SourceIndex(3) +1->Emitted(76, 9) Source(32, 45) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -4789,16 +4796,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(76, 9) Source(32, 69) + SourceIndex(3) -2 >Emitted(76, 10) Source(32, 70) + SourceIndex(3) +1->Emitted(77, 9) Source(32, 69) + SourceIndex(3) +2 >Emitted(77, 10) Source(32, 70) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(77, 9) Source(32, 69) + SourceIndex(3) -2 >Emitted(77, 25) Source(32, 70) + SourceIndex(3) +1->Emitted(78, 9) Source(32, 69) + SourceIndex(3) +2 >Emitted(78, 25) Source(32, 70) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -4810,10 +4817,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(78, 5) Source(32, 69) + SourceIndex(3) -2 >Emitted(78, 6) Source(32, 70) + SourceIndex(3) -3 >Emitted(78, 6) Source(32, 45) + SourceIndex(3) -4 >Emitted(78, 10) Source(32, 70) + SourceIndex(3) +1 >Emitted(79, 5) Source(32, 69) + SourceIndex(3) +2 >Emitted(79, 6) Source(32, 70) + SourceIndex(3) +3 >Emitted(79, 6) Source(32, 45) + SourceIndex(3) +4 >Emitted(79, 10) Source(32, 70) + SourceIndex(3) --- >>> internalNamespace.someClass = someClass; 1->^^^^ @@ -4825,10 +4832,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(79, 5) Source(32, 58) + SourceIndex(3) -2 >Emitted(79, 32) Source(32, 67) + SourceIndex(3) -3 >Emitted(79, 44) Source(32, 70) + SourceIndex(3) -4 >Emitted(79, 45) Source(32, 70) + SourceIndex(3) +1->Emitted(80, 5) Source(32, 58) + SourceIndex(3) +2 >Emitted(80, 32) Source(32, 67) + SourceIndex(3) +3 >Emitted(80, 44) Source(32, 70) + SourceIndex(3) +4 >Emitted(80, 45) Source(32, 70) + SourceIndex(3) --- >>>})(internalNamespace || (internalNamespace = {})); 1-> @@ -4845,13 +4852,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalNamespace 7 > { export class someClass {} } -1->Emitted(80, 1) Source(32, 71) + SourceIndex(3) -2 >Emitted(80, 2) Source(32, 72) + SourceIndex(3) -3 >Emitted(80, 4) Source(32, 25) + SourceIndex(3) -4 >Emitted(80, 21) Source(32, 42) + SourceIndex(3) -5 >Emitted(80, 26) Source(32, 25) + SourceIndex(3) -6 >Emitted(80, 43) Source(32, 42) + SourceIndex(3) -7 >Emitted(80, 51) Source(32, 72) + SourceIndex(3) +1->Emitted(81, 1) Source(32, 71) + SourceIndex(3) +2 >Emitted(81, 2) Source(32, 72) + SourceIndex(3) +3 >Emitted(81, 4) Source(32, 25) + SourceIndex(3) +4 >Emitted(81, 21) Source(32, 42) + SourceIndex(3) +5 >Emitted(81, 26) Source(32, 25) + SourceIndex(3) +6 >Emitted(81, 43) Source(32, 42) + SourceIndex(3) +7 >Emitted(81, 51) Source(32, 72) + SourceIndex(3) --- >>>var internalOther; 1 > @@ -4864,10 +4871,10 @@ sourceFile:../../../second/second_part1.ts 2 >namespace 3 > internalOther 4 > .something { export class someClass {} } -1 >Emitted(81, 1) Source(33, 15) + SourceIndex(3) -2 >Emitted(81, 5) Source(33, 25) + SourceIndex(3) -3 >Emitted(81, 18) Source(33, 38) + SourceIndex(3) -4 >Emitted(81, 19) Source(33, 78) + SourceIndex(3) +1 >Emitted(82, 1) Source(33, 15) + SourceIndex(3) +2 >Emitted(82, 5) Source(33, 25) + SourceIndex(3) +3 >Emitted(82, 18) Source(33, 38) + SourceIndex(3) +4 >Emitted(82, 19) Source(33, 78) + SourceIndex(3) --- >>>(function (internalOther) { 1-> @@ -4876,9 +4883,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > internalOther -1->Emitted(82, 1) Source(33, 15) + SourceIndex(3) -2 >Emitted(82, 12) Source(33, 25) + SourceIndex(3) -3 >Emitted(82, 25) Source(33, 38) + SourceIndex(3) +1->Emitted(83, 1) Source(33, 15) + SourceIndex(3) +2 >Emitted(83, 12) Source(33, 25) + SourceIndex(3) +3 >Emitted(83, 25) Source(33, 38) + SourceIndex(3) --- >>> var something; 1 >^^^^ @@ -4890,10 +4897,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(83, 5) Source(33, 39) + SourceIndex(3) -2 >Emitted(83, 9) Source(33, 39) + SourceIndex(3) -3 >Emitted(83, 18) Source(33, 48) + SourceIndex(3) -4 >Emitted(83, 19) Source(33, 78) + SourceIndex(3) +1 >Emitted(84, 5) Source(33, 39) + SourceIndex(3) +2 >Emitted(84, 9) Source(33, 39) + SourceIndex(3) +3 >Emitted(84, 18) Source(33, 48) + SourceIndex(3) +4 >Emitted(84, 19) Source(33, 78) + SourceIndex(3) --- >>> (function (something) { 1->^^^^ @@ -4903,21 +4910,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(84, 5) Source(33, 39) + SourceIndex(3) -2 >Emitted(84, 16) Source(33, 39) + SourceIndex(3) -3 >Emitted(84, 25) Source(33, 48) + SourceIndex(3) +1->Emitted(85, 5) Source(33, 39) + SourceIndex(3) +2 >Emitted(85, 16) Source(33, 39) + SourceIndex(3) +3 >Emitted(85, 25) Source(33, 48) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(85, 9) Source(33, 51) + SourceIndex(3) +1->Emitted(86, 9) Source(33, 51) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(86, 13) Source(33, 51) + SourceIndex(3) +1->Emitted(87, 13) Source(33, 51) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -4925,16 +4932,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(87, 13) Source(33, 75) + SourceIndex(3) -2 >Emitted(87, 14) Source(33, 76) + SourceIndex(3) +1->Emitted(88, 13) Source(33, 75) + SourceIndex(3) +2 >Emitted(88, 14) Source(33, 76) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(88, 13) Source(33, 75) + SourceIndex(3) -2 >Emitted(88, 29) Source(33, 76) + SourceIndex(3) +1->Emitted(89, 13) Source(33, 75) + SourceIndex(3) +2 >Emitted(89, 29) Source(33, 76) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -4946,10 +4953,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(89, 9) Source(33, 75) + SourceIndex(3) -2 >Emitted(89, 10) Source(33, 76) + SourceIndex(3) -3 >Emitted(89, 10) Source(33, 51) + SourceIndex(3) -4 >Emitted(89, 14) Source(33, 76) + SourceIndex(3) +1 >Emitted(90, 9) Source(33, 75) + SourceIndex(3) +2 >Emitted(90, 10) Source(33, 76) + SourceIndex(3) +3 >Emitted(90, 10) Source(33, 51) + SourceIndex(3) +4 >Emitted(90, 14) Source(33, 76) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^ @@ -4961,10 +4968,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(90, 9) Source(33, 64) + SourceIndex(3) -2 >Emitted(90, 28) Source(33, 73) + SourceIndex(3) -3 >Emitted(90, 40) Source(33, 76) + SourceIndex(3) -4 >Emitted(90, 41) Source(33, 76) + SourceIndex(3) +1->Emitted(91, 9) Source(33, 64) + SourceIndex(3) +2 >Emitted(91, 28) Source(33, 73) + SourceIndex(3) +3 >Emitted(91, 40) Source(33, 76) + SourceIndex(3) +4 >Emitted(91, 41) Source(33, 76) + SourceIndex(3) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^ @@ -4985,15 +4992,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(91, 5) Source(33, 77) + SourceIndex(3) -2 >Emitted(91, 6) Source(33, 78) + SourceIndex(3) -3 >Emitted(91, 8) Source(33, 39) + SourceIndex(3) -4 >Emitted(91, 17) Source(33, 48) + SourceIndex(3) -5 >Emitted(91, 20) Source(33, 39) + SourceIndex(3) -6 >Emitted(91, 43) Source(33, 48) + SourceIndex(3) -7 >Emitted(91, 48) Source(33, 39) + SourceIndex(3) -8 >Emitted(91, 71) Source(33, 48) + SourceIndex(3) -9 >Emitted(91, 79) Source(33, 78) + SourceIndex(3) +1->Emitted(92, 5) Source(33, 77) + SourceIndex(3) +2 >Emitted(92, 6) Source(33, 78) + SourceIndex(3) +3 >Emitted(92, 8) Source(33, 39) + SourceIndex(3) +4 >Emitted(92, 17) Source(33, 48) + SourceIndex(3) +5 >Emitted(92, 20) Source(33, 39) + SourceIndex(3) +6 >Emitted(92, 43) Source(33, 48) + SourceIndex(3) +7 >Emitted(92, 48) Source(33, 39) + SourceIndex(3) +8 >Emitted(92, 71) Source(33, 48) + SourceIndex(3) +9 >Emitted(92, 79) Source(33, 78) + SourceIndex(3) --- >>>})(internalOther || (internalOther = {})); 1 > @@ -5011,13 +5018,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalOther 7 > .something { export class someClass {} } -1 >Emitted(92, 1) Source(33, 77) + SourceIndex(3) -2 >Emitted(92, 2) Source(33, 78) + SourceIndex(3) -3 >Emitted(92, 4) Source(33, 25) + SourceIndex(3) -4 >Emitted(92, 17) Source(33, 38) + SourceIndex(3) -5 >Emitted(92, 22) Source(33, 25) + SourceIndex(3) -6 >Emitted(92, 35) Source(33, 38) + SourceIndex(3) -7 >Emitted(92, 43) Source(33, 78) + SourceIndex(3) +1 >Emitted(93, 1) Source(33, 77) + SourceIndex(3) +2 >Emitted(93, 2) Source(33, 78) + SourceIndex(3) +3 >Emitted(93, 4) Source(33, 25) + SourceIndex(3) +4 >Emitted(93, 17) Source(33, 38) + SourceIndex(3) +5 >Emitted(93, 22) Source(33, 25) + SourceIndex(3) +6 >Emitted(93, 35) Source(33, 38) + SourceIndex(3) +7 >Emitted(93, 43) Source(33, 78) + SourceIndex(3) --- >>>var internalImport = internalNamespace.someClass; 1-> @@ -5037,14 +5044,14 @@ sourceFile:../../../second/second_part1.ts 6 > . 7 > someClass 8 > ; -1->Emitted(93, 1) Source(34, 15) + SourceIndex(3) -2 >Emitted(93, 5) Source(34, 22) + SourceIndex(3) -3 >Emitted(93, 19) Source(34, 36) + SourceIndex(3) -4 >Emitted(93, 22) Source(34, 39) + SourceIndex(3) -5 >Emitted(93, 39) Source(34, 56) + SourceIndex(3) -6 >Emitted(93, 40) Source(34, 57) + SourceIndex(3) -7 >Emitted(93, 49) Source(34, 66) + SourceIndex(3) -8 >Emitted(93, 50) Source(34, 67) + SourceIndex(3) +1->Emitted(94, 1) Source(34, 15) + SourceIndex(3) +2 >Emitted(94, 5) Source(34, 22) + SourceIndex(3) +3 >Emitted(94, 19) Source(34, 36) + SourceIndex(3) +4 >Emitted(94, 22) Source(34, 39) + SourceIndex(3) +5 >Emitted(94, 39) Source(34, 56) + SourceIndex(3) +6 >Emitted(94, 40) Source(34, 57) + SourceIndex(3) +7 >Emitted(94, 49) Source(34, 66) + SourceIndex(3) +8 >Emitted(94, 50) Source(34, 67) + SourceIndex(3) --- >>>var internalConst = 10; 1 > @@ -5061,12 +5068,12 @@ sourceFile:../../../second/second_part1.ts 4 > = 5 > 10 6 > ; -1 >Emitted(94, 1) Source(36, 15) + SourceIndex(3) -2 >Emitted(94, 5) Source(36, 21) + SourceIndex(3) -3 >Emitted(94, 18) Source(36, 34) + SourceIndex(3) -4 >Emitted(94, 21) Source(36, 37) + SourceIndex(3) -5 >Emitted(94, 23) Source(36, 39) + SourceIndex(3) -6 >Emitted(94, 24) Source(36, 40) + SourceIndex(3) +1 >Emitted(95, 1) Source(36, 15) + SourceIndex(3) +2 >Emitted(95, 5) Source(36, 21) + SourceIndex(3) +3 >Emitted(95, 18) Source(36, 34) + SourceIndex(3) +4 >Emitted(95, 21) Source(36, 37) + SourceIndex(3) +5 >Emitted(95, 23) Source(36, 39) + SourceIndex(3) +6 >Emitted(95, 24) Source(36, 40) + SourceIndex(3) --- >>>var internalEnum; 1 > @@ -5077,9 +5084,9 @@ sourceFile:../../../second/second_part1.ts >/*@internal*/ 2 >enum 3 > internalEnum { a, b, c } -1 >Emitted(95, 1) Source(37, 15) + SourceIndex(3) -2 >Emitted(95, 5) Source(37, 20) + SourceIndex(3) -3 >Emitted(95, 17) Source(37, 44) + SourceIndex(3) +1 >Emitted(96, 1) Source(37, 15) + SourceIndex(3) +2 >Emitted(96, 5) Source(37, 20) + SourceIndex(3) +3 >Emitted(96, 17) Source(37, 44) + SourceIndex(3) --- >>>(function (internalEnum) { 1-> @@ -5089,9 +5096,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >enum 3 > internalEnum -1->Emitted(96, 1) Source(37, 15) + SourceIndex(3) -2 >Emitted(96, 12) Source(37, 20) + SourceIndex(3) -3 >Emitted(96, 24) Source(37, 32) + SourceIndex(3) +1->Emitted(97, 1) Source(37, 15) + SourceIndex(3) +2 >Emitted(97, 12) Source(37, 20) + SourceIndex(3) +3 >Emitted(97, 24) Source(37, 32) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^ @@ -5101,9 +5108,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(97, 5) Source(37, 35) + SourceIndex(3) -2 >Emitted(97, 46) Source(37, 36) + SourceIndex(3) -3 >Emitted(97, 47) Source(37, 36) + SourceIndex(3) +1->Emitted(98, 5) Source(37, 35) + SourceIndex(3) +2 >Emitted(98, 46) Source(37, 36) + SourceIndex(3) +3 >Emitted(98, 47) Source(37, 36) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^ @@ -5113,9 +5120,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(98, 5) Source(37, 38) + SourceIndex(3) -2 >Emitted(98, 46) Source(37, 39) + SourceIndex(3) -3 >Emitted(98, 47) Source(37, 39) + SourceIndex(3) +1->Emitted(99, 5) Source(37, 38) + SourceIndex(3) +2 >Emitted(99, 46) Source(37, 39) + SourceIndex(3) +3 >Emitted(99, 47) Source(37, 39) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^ @@ -5124,9 +5131,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(99, 5) Source(37, 41) + SourceIndex(3) -2 >Emitted(99, 46) Source(37, 42) + SourceIndex(3) -3 >Emitted(99, 47) Source(37, 42) + SourceIndex(3) +1->Emitted(100, 5) Source(37, 41) + SourceIndex(3) +2 >Emitted(100, 46) Source(37, 42) + SourceIndex(3) +3 >Emitted(100, 47) Source(37, 42) + SourceIndex(3) --- >>>})(internalEnum || (internalEnum = {})); 1 > @@ -5143,13 +5150,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalEnum 7 > { a, b, c } -1 >Emitted(100, 1) Source(37, 43) + SourceIndex(3) -2 >Emitted(100, 2) Source(37, 44) + SourceIndex(3) -3 >Emitted(100, 4) Source(37, 20) + SourceIndex(3) -4 >Emitted(100, 16) Source(37, 32) + SourceIndex(3) -5 >Emitted(100, 21) Source(37, 20) + SourceIndex(3) -6 >Emitted(100, 33) Source(37, 32) + SourceIndex(3) -7 >Emitted(100, 41) Source(37, 44) + SourceIndex(3) +1 >Emitted(101, 1) Source(37, 43) + SourceIndex(3) +2 >Emitted(101, 2) Source(37, 44) + SourceIndex(3) +3 >Emitted(101, 4) Source(37, 20) + SourceIndex(3) +4 >Emitted(101, 16) Source(37, 32) + SourceIndex(3) +5 >Emitted(101, 21) Source(37, 20) + SourceIndex(3) +6 >Emitted(101, 33) Source(37, 32) + SourceIndex(3) +7 >Emitted(101, 41) Source(37, 44) + SourceIndex(3) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -5159,13 +5166,13 @@ sourceFile:../../../second/second_part2.ts 1 > 2 >^^^^^^^^^^^^^^^^^^^-> 1 > -1 >Emitted(101, 1) Source(1, 1) + SourceIndex(4) +1 >Emitted(102, 1) Source(1, 1) + SourceIndex(4) --- >>> function C() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(102, 5) Source(1, 1) + SourceIndex(4) +1->Emitted(103, 5) Source(1, 1) + SourceIndex(4) --- >>> } 1->^^^^ @@ -5177,8 +5184,8 @@ sourceFile:../../../second/second_part2.ts > } > 2 > } -1->Emitted(103, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(103, 6) Source(5, 2) + SourceIndex(4) +1->Emitted(104, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(104, 6) Source(5, 2) + SourceIndex(4) --- >>> C.prototype.doSomething = function () { 1->^^^^ @@ -5188,9 +5195,9 @@ sourceFile:../../../second/second_part2.ts 1-> 2 > doSomething 3 > -1->Emitted(104, 5) Source(2, 5) + SourceIndex(4) -2 >Emitted(104, 28) Source(2, 16) + SourceIndex(4) -3 >Emitted(104, 31) Source(2, 5) + SourceIndex(4) +1->Emitted(105, 5) Source(2, 5) + SourceIndex(4) +2 >Emitted(105, 28) Source(2, 16) + SourceIndex(4) +3 >Emitted(105, 31) Source(2, 5) + SourceIndex(4) --- >>> console.log("something got done"); 1->^^^^^^^^ @@ -5210,14 +5217,14 @@ sourceFile:../../../second/second_part2.ts 6 > "something got done" 7 > ) 8 > ; -1->Emitted(105, 9) Source(3, 9) + SourceIndex(4) -2 >Emitted(105, 16) Source(3, 16) + SourceIndex(4) -3 >Emitted(105, 17) Source(3, 17) + SourceIndex(4) -4 >Emitted(105, 20) Source(3, 20) + SourceIndex(4) -5 >Emitted(105, 21) Source(3, 21) + SourceIndex(4) -6 >Emitted(105, 41) Source(3, 41) + SourceIndex(4) -7 >Emitted(105, 42) Source(3, 42) + SourceIndex(4) -8 >Emitted(105, 43) Source(3, 43) + SourceIndex(4) +1->Emitted(106, 9) Source(3, 9) + SourceIndex(4) +2 >Emitted(106, 16) Source(3, 16) + SourceIndex(4) +3 >Emitted(106, 17) Source(3, 17) + SourceIndex(4) +4 >Emitted(106, 20) Source(3, 20) + SourceIndex(4) +5 >Emitted(106, 21) Source(3, 21) + SourceIndex(4) +6 >Emitted(106, 41) Source(3, 41) + SourceIndex(4) +7 >Emitted(106, 42) Source(3, 42) + SourceIndex(4) +8 >Emitted(106, 43) Source(3, 43) + SourceIndex(4) --- >>> }; 1 >^^^^ @@ -5226,8 +5233,8 @@ sourceFile:../../../second/second_part2.ts 1 > > 2 > } -1 >Emitted(106, 5) Source(4, 5) + SourceIndex(4) -2 >Emitted(106, 6) Source(4, 6) + SourceIndex(4) +1 >Emitted(107, 5) Source(4, 5) + SourceIndex(4) +2 >Emitted(107, 6) Source(4, 6) + SourceIndex(4) --- >>> return C; 1->^^^^ @@ -5235,8 +5242,8 @@ sourceFile:../../../second/second_part2.ts 1-> > 2 > } -1->Emitted(107, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(107, 13) Source(5, 2) + SourceIndex(4) +1->Emitted(108, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(108, 13) Source(5, 2) + SourceIndex(4) --- >>>}()); 1 > @@ -5252,10 +5259,10 @@ sourceFile:../../../second/second_part2.ts > console.log("something got done"); > } > } -1 >Emitted(108, 1) Source(5, 1) + SourceIndex(4) -2 >Emitted(108, 2) Source(5, 2) + SourceIndex(4) -3 >Emitted(108, 2) Source(1, 1) + SourceIndex(4) -4 >Emitted(108, 6) Source(5, 2) + SourceIndex(4) +1 >Emitted(109, 1) Source(5, 1) + SourceIndex(4) +2 >Emitted(109, 2) Source(5, 2) + SourceIndex(4) +3 >Emitted(109, 2) Source(1, 1) + SourceIndex(4) +4 >Emitted(109, 6) Source(5, 2) + SourceIndex(4) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -5279,14 +5286,14 @@ sourceFile:../../third_part1.ts 6 > C 7 > () 8 > ; -1->Emitted(109, 1) Source(1, 1) + SourceIndex(5) -2 >Emitted(109, 5) Source(1, 5) + SourceIndex(5) -3 >Emitted(109, 6) Source(1, 6) + SourceIndex(5) -4 >Emitted(109, 9) Source(1, 9) + SourceIndex(5) -5 >Emitted(109, 13) Source(1, 13) + SourceIndex(5) -6 >Emitted(109, 14) Source(1, 14) + SourceIndex(5) -7 >Emitted(109, 16) Source(1, 16) + SourceIndex(5) -8 >Emitted(109, 17) Source(1, 17) + SourceIndex(5) +1->Emitted(110, 1) Source(1, 1) + SourceIndex(5) +2 >Emitted(110, 5) Source(1, 5) + SourceIndex(5) +3 >Emitted(110, 6) Source(1, 6) + SourceIndex(5) +4 >Emitted(110, 9) Source(1, 9) + SourceIndex(5) +5 >Emitted(110, 13) Source(1, 13) + SourceIndex(5) +6 >Emitted(110, 14) Source(1, 14) + SourceIndex(5) +7 >Emitted(110, 16) Source(1, 16) + SourceIndex(5) +8 >Emitted(110, 17) Source(1, 17) + SourceIndex(5) --- >>>c.doSomething(); 1-> @@ -5303,12 +5310,12 @@ sourceFile:../../third_part1.ts 4 > doSomething 5 > () 6 > ; -1->Emitted(110, 1) Source(2, 1) + SourceIndex(5) -2 >Emitted(110, 2) Source(2, 2) + SourceIndex(5) -3 >Emitted(110, 3) Source(2, 3) + SourceIndex(5) -4 >Emitted(110, 14) Source(2, 14) + SourceIndex(5) -5 >Emitted(110, 16) Source(2, 16) + SourceIndex(5) -6 >Emitted(110, 17) Source(2, 17) + SourceIndex(5) +1->Emitted(111, 1) Source(2, 1) + SourceIndex(5) +2 >Emitted(111, 2) Source(2, 2) + SourceIndex(5) +3 >Emitted(111, 3) Source(2, 3) + SourceIndex(5) +4 >Emitted(111, 14) Source(2, 14) + SourceIndex(5) +5 >Emitted(111, 16) Source(2, 16) + SourceIndex(5) +6 >Emitted(111, 17) Source(2, 17) + SourceIndex(5) --- >>>//# sourceMappingURL=third-output.js.map @@ -5323,20 +5330,20 @@ sourceFile:../../third_part1.ts "sections": [ { "pos": 0, - "end": 3162, + "end": 3180, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 0, - "end": 3162, + "end": 3180, "kind": "text" } ] }, { - "pos": 3162, - "end": 3198, + "pos": 3180, + "end": 3216, "kind": "text" } ] @@ -5371,9 +5378,9 @@ sourceFile:../../third_part1.ts ====================================================================== File:: /src/third/thirdjs/output/third-output.js ---------------------------------------------------------------------- -prepend: (0-3162):: ../../../2/second-output.js texts:: 1 +prepend: (0-3180):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (0-3162) +text: (0-3180) var s = "Hello, world"; console.log(s); console.log(f()); @@ -5390,8 +5397,9 @@ var N; var normalC = (function () { function normalC() { } - normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: true, @@ -5484,7 +5492,7 @@ var C = (function () { }()); ---------------------------------------------------------------------- -text: (3162-3198) +text: (3180-3216) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/initial-Build/stripInternal-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js b/tests/baselines/reference/tsbuild/outfile-concat/initial-Build/stripInternal-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js index 5d2941abca299..caad0213dd93f 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/initial-Build/stripInternal-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/initial-Build/stripInternal-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js @@ -859,8 +859,9 @@ var N; var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - /*@internal*/ normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + /*@internal*/ proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: true, @@ -954,7 +955,7 @@ var C = /** @class */ (function () { //# sourceMappingURL=second-output.js.map //// [/src/2/second-output.js.map] -{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../first/first_PART1.ts","../first/first_part2.ts","../first/first_part3.ts","../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../first/first_PART1.ts","../first/first_part2.ts","../first/first_part3.ts","../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"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"} //// [/src/2/second-output.js.map.baseline.txt] =================================================================== @@ -1260,49 +1261,50 @@ sourceFile:../second/second_part1.ts >>> } 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >constructor() { 2 > } 1 >Emitted(16, 5) Source(14, 35) + SourceIndex(3) 2 >Emitted(16, 6) Source(14, 36) + SourceIndex(3) --- ->>> /*@internal*/ normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> /*@internal*/ proto_1.method = function () { }; 1->^^^^ 2 > ^^^^^^^^^^^^^ 3 > ^ -4 > ^^^^^^^^^^^^^^^^^^^^^^^^ -5 > ^^^ -6 > ^^^^^^^^^^^^^^ -7 > ^ +4 > ^^^^^^^^^^^^^^ +5 > ^^^ +6 > ^^^^^^^^^^^^^^ +7 > ^ 1-> > /*@internal*/ prop: string; > 2 > /*@internal*/ 3 > 4 > method -5 > -6 > method() { -7 > } -1->Emitted(17, 5) Source(16, 5) + SourceIndex(3) -2 >Emitted(17, 18) Source(16, 18) + SourceIndex(3) -3 >Emitted(17, 19) Source(16, 19) + SourceIndex(3) -4 >Emitted(17, 43) Source(16, 25) + SourceIndex(3) -5 >Emitted(17, 46) Source(16, 19) + SourceIndex(3) -6 >Emitted(17, 60) Source(16, 30) + SourceIndex(3) -7 >Emitted(17, 61) Source(16, 31) + SourceIndex(3) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +5 > +6 > method() { +7 > } +1->Emitted(18, 5) Source(16, 5) + SourceIndex(3) +2 >Emitted(18, 18) Source(16, 18) + SourceIndex(3) +3 >Emitted(18, 19) Source(16, 19) + SourceIndex(3) +4 >Emitted(18, 33) Source(16, 25) + SourceIndex(3) +5 >Emitted(18, 36) Source(16, 19) + SourceIndex(3) +6 >Emitted(18, 50) Source(16, 30) + SourceIndex(3) +7 >Emitted(18, 51) Source(16, 31) + SourceIndex(3) +--- +>>> Object.defineProperty(proto_1, "c", { 1 >^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ -4 > ^^^^^^^-> +3 > ^^^^^^^^^^^^ +4 > ^^^^^^^^^^^^^^^^^-> 1 > > /*@internal*/ 2 > get 3 > c -1 >Emitted(18, 5) Source(17, 19) + SourceIndex(3) -2 >Emitted(18, 27) Source(17, 23) + SourceIndex(3) -3 >Emitted(18, 49) Source(17, 24) + SourceIndex(3) +1 >Emitted(19, 5) Source(17, 19) + SourceIndex(3) +2 >Emitted(19, 27) Source(17, 23) + SourceIndex(3) +3 >Emitted(19, 39) Source(17, 24) + SourceIndex(3) --- >>> /*@internal*/ get: function () { return 10; }, 1->^^^^^^^^ @@ -1323,15 +1325,15 @@ sourceFile:../second/second_part1.ts 7 > ; 8 > 9 > } -1->Emitted(19, 9) Source(17, 5) + SourceIndex(3) -2 >Emitted(19, 22) Source(17, 18) + SourceIndex(3) -3 >Emitted(19, 28) Source(17, 19) + SourceIndex(3) -4 >Emitted(19, 42) Source(17, 29) + SourceIndex(3) -5 >Emitted(19, 49) Source(17, 36) + SourceIndex(3) -6 >Emitted(19, 51) Source(17, 38) + SourceIndex(3) -7 >Emitted(19, 52) Source(17, 39) + SourceIndex(3) -8 >Emitted(19, 53) Source(17, 40) + SourceIndex(3) -9 >Emitted(19, 54) Source(17, 41) + SourceIndex(3) +1->Emitted(20, 9) Source(17, 5) + SourceIndex(3) +2 >Emitted(20, 22) Source(17, 18) + SourceIndex(3) +3 >Emitted(20, 28) Source(17, 19) + SourceIndex(3) +4 >Emitted(20, 42) Source(17, 29) + SourceIndex(3) +5 >Emitted(20, 49) Source(17, 36) + SourceIndex(3) +6 >Emitted(20, 51) Source(17, 38) + SourceIndex(3) +7 >Emitted(20, 52) Source(17, 39) + SourceIndex(3) +8 >Emitted(20, 53) Source(17, 40) + SourceIndex(3) +9 >Emitted(20, 54) Source(17, 41) + SourceIndex(3) --- >>> /*@internal*/ set: function (val) { }, 1 >^^^^^^^^ @@ -1349,13 +1351,13 @@ sourceFile:../second/second_part1.ts 5 > val: number 6 > ) { 7 > } -1 >Emitted(20, 9) Source(18, 5) + SourceIndex(3) -2 >Emitted(20, 22) Source(18, 18) + SourceIndex(3) -3 >Emitted(20, 28) Source(18, 19) + SourceIndex(3) -4 >Emitted(20, 38) Source(18, 25) + SourceIndex(3) -5 >Emitted(20, 41) Source(18, 36) + SourceIndex(3) -6 >Emitted(20, 45) Source(18, 40) + SourceIndex(3) -7 >Emitted(20, 46) Source(18, 41) + SourceIndex(3) +1 >Emitted(21, 9) Source(18, 5) + SourceIndex(3) +2 >Emitted(21, 22) Source(18, 18) + SourceIndex(3) +3 >Emitted(21, 28) Source(18, 19) + SourceIndex(3) +4 >Emitted(21, 38) Source(18, 25) + SourceIndex(3) +5 >Emitted(21, 41) Source(18, 36) + SourceIndex(3) +6 >Emitted(21, 45) Source(18, 40) + SourceIndex(3) +7 >Emitted(21, 46) Source(18, 41) + SourceIndex(3) --- >>> enumerable: true, >>> configurable: true @@ -1363,7 +1365,7 @@ sourceFile:../second/second_part1.ts 1 >^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(23, 8) Source(17, 41) + SourceIndex(3) +1 >Emitted(24, 8) Source(17, 41) + SourceIndex(3) --- >>> return normalC; 1->^^^^ @@ -1372,8 +1374,8 @@ sourceFile:../second/second_part1.ts > /*@internal*/ set c(val: number) { } > 2 > } -1->Emitted(24, 5) Source(19, 1) + SourceIndex(3) -2 >Emitted(24, 19) Source(19, 2) + SourceIndex(3) +1->Emitted(25, 5) Source(19, 1) + SourceIndex(3) +2 >Emitted(25, 19) Source(19, 2) + SourceIndex(3) --- >>>}()); 1 > @@ -1391,10 +1393,10 @@ sourceFile:../second/second_part1.ts > /*@internal*/ get c() { return 10; } > /*@internal*/ set c(val: number) { } > } -1 >Emitted(25, 1) Source(19, 1) + SourceIndex(3) -2 >Emitted(25, 2) Source(19, 2) + SourceIndex(3) -3 >Emitted(25, 2) Source(13, 1) + SourceIndex(3) -4 >Emitted(25, 6) Source(19, 2) + SourceIndex(3) +1 >Emitted(26, 1) Source(19, 1) + SourceIndex(3) +2 >Emitted(26, 2) Source(19, 2) + SourceIndex(3) +3 >Emitted(26, 2) Source(13, 1) + SourceIndex(3) +4 >Emitted(26, 6) Source(19, 2) + SourceIndex(3) --- >>>var normalN; 1-> @@ -1416,10 +1418,10 @@ sourceFile:../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1->Emitted(26, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(26, 5) Source(20, 11) + SourceIndex(3) -3 >Emitted(26, 12) Source(20, 18) + SourceIndex(3) -4 >Emitted(26, 13) Source(29, 2) + SourceIndex(3) +1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(27, 5) Source(20, 11) + SourceIndex(3) +3 >Emitted(27, 12) Source(20, 18) + SourceIndex(3) +4 >Emitted(27, 13) Source(29, 2) + SourceIndex(3) --- >>>(function (normalN) { 1-> @@ -1429,9 +1431,9 @@ sourceFile:../second/second_part1.ts 1-> 2 >namespace 3 > normalN -1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(27, 12) Source(20, 11) + SourceIndex(3) -3 >Emitted(27, 19) Source(20, 18) + SourceIndex(3) +1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(28, 12) Source(20, 11) + SourceIndex(3) +3 >Emitted(28, 19) Source(20, 18) + SourceIndex(3) --- >>> /*@internal*/ var C = /** @class */ (function () { 1->^^^^ @@ -1442,15 +1444,15 @@ sourceFile:../second/second_part1.ts > 2 > /*@internal*/ 3 > -1->Emitted(28, 5) Source(21, 5) + SourceIndex(3) -2 >Emitted(28, 18) Source(21, 18) + SourceIndex(3) -3 >Emitted(28, 19) Source(21, 19) + SourceIndex(3) +1->Emitted(29, 5) Source(21, 5) + SourceIndex(3) +2 >Emitted(29, 18) Source(21, 18) + SourceIndex(3) +3 >Emitted(29, 19) Source(21, 19) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(29, 9) Source(21, 19) + SourceIndex(3) +1->Emitted(30, 9) Source(21, 19) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -1458,16 +1460,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(30, 9) Source(21, 36) + SourceIndex(3) -2 >Emitted(30, 10) Source(21, 37) + SourceIndex(3) +1->Emitted(31, 9) Source(21, 36) + SourceIndex(3) +2 >Emitted(31, 10) Source(21, 37) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(31, 9) Source(21, 36) + SourceIndex(3) -2 >Emitted(31, 17) Source(21, 37) + SourceIndex(3) +1->Emitted(32, 9) Source(21, 36) + SourceIndex(3) +2 >Emitted(32, 17) Source(21, 37) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -1479,10 +1481,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(32, 5) Source(21, 36) + SourceIndex(3) -2 >Emitted(32, 6) Source(21, 37) + SourceIndex(3) -3 >Emitted(32, 6) Source(21, 19) + SourceIndex(3) -4 >Emitted(32, 10) Source(21, 37) + SourceIndex(3) +1 >Emitted(33, 5) Source(21, 36) + SourceIndex(3) +2 >Emitted(33, 6) Source(21, 37) + SourceIndex(3) +3 >Emitted(33, 6) Source(21, 19) + SourceIndex(3) +4 >Emitted(33, 10) Source(21, 37) + SourceIndex(3) --- >>> normalN.C = C; 1->^^^^ @@ -1494,10 +1496,10 @@ sourceFile:../second/second_part1.ts 2 > C 3 > { } 4 > -1->Emitted(33, 5) Source(21, 32) + SourceIndex(3) -2 >Emitted(33, 14) Source(21, 33) + SourceIndex(3) -3 >Emitted(33, 18) Source(21, 37) + SourceIndex(3) -4 >Emitted(33, 19) Source(21, 37) + SourceIndex(3) +1->Emitted(34, 5) Source(21, 32) + SourceIndex(3) +2 >Emitted(34, 14) Source(21, 33) + SourceIndex(3) +3 >Emitted(34, 18) Source(21, 37) + SourceIndex(3) +4 >Emitted(34, 19) Source(21, 37) + SourceIndex(3) --- >>> /*@internal*/ function foo() { } 1->^^^^ @@ -1515,13 +1517,13 @@ sourceFile:../second/second_part1.ts 5 > foo 6 > () { 7 > } -1->Emitted(34, 5) Source(22, 5) + SourceIndex(3) -2 >Emitted(34, 18) Source(22, 18) + SourceIndex(3) -3 >Emitted(34, 19) Source(22, 19) + SourceIndex(3) -4 >Emitted(34, 28) Source(22, 35) + SourceIndex(3) -5 >Emitted(34, 31) Source(22, 38) + SourceIndex(3) -6 >Emitted(34, 36) Source(22, 42) + SourceIndex(3) -7 >Emitted(34, 37) Source(22, 43) + SourceIndex(3) +1->Emitted(35, 5) Source(22, 5) + SourceIndex(3) +2 >Emitted(35, 18) Source(22, 18) + SourceIndex(3) +3 >Emitted(35, 19) Source(22, 19) + SourceIndex(3) +4 >Emitted(35, 28) Source(22, 35) + SourceIndex(3) +5 >Emitted(35, 31) Source(22, 38) + SourceIndex(3) +6 >Emitted(35, 36) Source(22, 42) + SourceIndex(3) +7 >Emitted(35, 37) Source(22, 43) + SourceIndex(3) --- >>> normalN.foo = foo; 1 >^^^^ @@ -1533,10 +1535,10 @@ sourceFile:../second/second_part1.ts 2 > foo 3 > () {} 4 > -1 >Emitted(35, 5) Source(22, 35) + SourceIndex(3) -2 >Emitted(35, 16) Source(22, 38) + SourceIndex(3) -3 >Emitted(35, 22) Source(22, 43) + SourceIndex(3) -4 >Emitted(35, 23) Source(22, 43) + SourceIndex(3) +1 >Emitted(36, 5) Source(22, 35) + SourceIndex(3) +2 >Emitted(36, 16) Source(22, 38) + SourceIndex(3) +3 >Emitted(36, 22) Source(22, 43) + SourceIndex(3) +4 >Emitted(36, 23) Source(22, 43) + SourceIndex(3) --- >>> /*@internal*/ var someNamespace; 1->^^^^ @@ -1552,12 +1554,12 @@ sourceFile:../second/second_part1.ts 4 > export namespace 5 > someNamespace 6 > { export class C {} } -1->Emitted(36, 5) Source(23, 5) + SourceIndex(3) -2 >Emitted(36, 18) Source(23, 18) + SourceIndex(3) -3 >Emitted(36, 19) Source(23, 19) + SourceIndex(3) -4 >Emitted(36, 23) Source(23, 36) + SourceIndex(3) -5 >Emitted(36, 36) Source(23, 49) + SourceIndex(3) -6 >Emitted(36, 37) Source(23, 71) + SourceIndex(3) +1->Emitted(37, 5) Source(23, 5) + SourceIndex(3) +2 >Emitted(37, 18) Source(23, 18) + SourceIndex(3) +3 >Emitted(37, 19) Source(23, 19) + SourceIndex(3) +4 >Emitted(37, 23) Source(23, 36) + SourceIndex(3) +5 >Emitted(37, 36) Source(23, 49) + SourceIndex(3) +6 >Emitted(37, 37) Source(23, 71) + SourceIndex(3) --- >>> (function (someNamespace) { 1 >^^^^ @@ -1567,21 +1569,21 @@ sourceFile:../second/second_part1.ts 1 > 2 > export namespace 3 > someNamespace -1 >Emitted(37, 5) Source(23, 19) + SourceIndex(3) -2 >Emitted(37, 16) Source(23, 36) + SourceIndex(3) -3 >Emitted(37, 29) Source(23, 49) + SourceIndex(3) +1 >Emitted(38, 5) Source(23, 19) + SourceIndex(3) +2 >Emitted(38, 16) Source(23, 36) + SourceIndex(3) +3 >Emitted(38, 29) Source(23, 49) + SourceIndex(3) --- >>> var C = /** @class */ (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(38, 9) Source(23, 52) + SourceIndex(3) +1->Emitted(39, 9) Source(23, 52) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(39, 13) Source(23, 52) + SourceIndex(3) +1->Emitted(40, 13) Source(23, 52) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -1589,16 +1591,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(40, 13) Source(23, 68) + SourceIndex(3) -2 >Emitted(40, 14) Source(23, 69) + SourceIndex(3) +1->Emitted(41, 13) Source(23, 68) + SourceIndex(3) +2 >Emitted(41, 14) Source(23, 69) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(41, 13) Source(23, 68) + SourceIndex(3) -2 >Emitted(41, 21) Source(23, 69) + SourceIndex(3) +1->Emitted(42, 13) Source(23, 68) + SourceIndex(3) +2 >Emitted(42, 21) Source(23, 69) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -1610,10 +1612,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(42, 9) Source(23, 68) + SourceIndex(3) -2 >Emitted(42, 10) Source(23, 69) + SourceIndex(3) -3 >Emitted(42, 10) Source(23, 52) + SourceIndex(3) -4 >Emitted(42, 14) Source(23, 69) + SourceIndex(3) +1 >Emitted(43, 9) Source(23, 68) + SourceIndex(3) +2 >Emitted(43, 10) Source(23, 69) + SourceIndex(3) +3 >Emitted(43, 10) Source(23, 52) + SourceIndex(3) +4 >Emitted(43, 14) Source(23, 69) + SourceIndex(3) --- >>> someNamespace.C = C; 1->^^^^^^^^ @@ -1625,10 +1627,10 @@ sourceFile:../second/second_part1.ts 2 > C 3 > {} 4 > -1->Emitted(43, 9) Source(23, 65) + SourceIndex(3) -2 >Emitted(43, 24) Source(23, 66) + SourceIndex(3) -3 >Emitted(43, 28) Source(23, 69) + SourceIndex(3) -4 >Emitted(43, 29) Source(23, 69) + SourceIndex(3) +1->Emitted(44, 9) Source(23, 65) + SourceIndex(3) +2 >Emitted(44, 24) Source(23, 66) + SourceIndex(3) +3 >Emitted(44, 28) Source(23, 69) + SourceIndex(3) +4 >Emitted(44, 29) Source(23, 69) + SourceIndex(3) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^ @@ -1649,15 +1651,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(44, 5) Source(23, 70) + SourceIndex(3) -2 >Emitted(44, 6) Source(23, 71) + SourceIndex(3) -3 >Emitted(44, 8) Source(23, 36) + SourceIndex(3) -4 >Emitted(44, 21) Source(23, 49) + SourceIndex(3) -5 >Emitted(44, 24) Source(23, 36) + SourceIndex(3) -6 >Emitted(44, 45) Source(23, 49) + SourceIndex(3) -7 >Emitted(44, 50) Source(23, 36) + SourceIndex(3) -8 >Emitted(44, 71) Source(23, 49) + SourceIndex(3) -9 >Emitted(44, 79) Source(23, 71) + SourceIndex(3) +1->Emitted(45, 5) Source(23, 70) + SourceIndex(3) +2 >Emitted(45, 6) Source(23, 71) + SourceIndex(3) +3 >Emitted(45, 8) Source(23, 36) + SourceIndex(3) +4 >Emitted(45, 21) Source(23, 49) + SourceIndex(3) +5 >Emitted(45, 24) Source(23, 36) + SourceIndex(3) +6 >Emitted(45, 45) Source(23, 49) + SourceIndex(3) +7 >Emitted(45, 50) Source(23, 36) + SourceIndex(3) +8 >Emitted(45, 71) Source(23, 49) + SourceIndex(3) +9 >Emitted(45, 79) Source(23, 71) + SourceIndex(3) --- >>> /*@internal*/ var someOther; 1 >^^^^ @@ -1673,12 +1675,12 @@ sourceFile:../second/second_part1.ts 4 > export namespace 5 > someOther 6 > .something { export class someClass {} } -1 >Emitted(45, 5) Source(24, 5) + SourceIndex(3) -2 >Emitted(45, 18) Source(24, 18) + SourceIndex(3) -3 >Emitted(45, 19) Source(24, 19) + SourceIndex(3) -4 >Emitted(45, 23) Source(24, 36) + SourceIndex(3) -5 >Emitted(45, 32) Source(24, 45) + SourceIndex(3) -6 >Emitted(45, 33) Source(24, 85) + SourceIndex(3) +1 >Emitted(46, 5) Source(24, 5) + SourceIndex(3) +2 >Emitted(46, 18) Source(24, 18) + SourceIndex(3) +3 >Emitted(46, 19) Source(24, 19) + SourceIndex(3) +4 >Emitted(46, 23) Source(24, 36) + SourceIndex(3) +5 >Emitted(46, 32) Source(24, 45) + SourceIndex(3) +6 >Emitted(46, 33) Source(24, 85) + SourceIndex(3) --- >>> (function (someOther) { 1 >^^^^ @@ -1687,9 +1689,9 @@ sourceFile:../second/second_part1.ts 1 > 2 > export namespace 3 > someOther -1 >Emitted(46, 5) Source(24, 19) + SourceIndex(3) -2 >Emitted(46, 16) Source(24, 36) + SourceIndex(3) -3 >Emitted(46, 25) Source(24, 45) + SourceIndex(3) +1 >Emitted(47, 5) Source(24, 19) + SourceIndex(3) +2 >Emitted(47, 16) Source(24, 36) + SourceIndex(3) +3 >Emitted(47, 25) Source(24, 45) + SourceIndex(3) --- >>> var something; 1 >^^^^^^^^ @@ -1701,10 +1703,10 @@ sourceFile:../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(47, 9) Source(24, 46) + SourceIndex(3) -2 >Emitted(47, 13) Source(24, 46) + SourceIndex(3) -3 >Emitted(47, 22) Source(24, 55) + SourceIndex(3) -4 >Emitted(47, 23) Source(24, 85) + SourceIndex(3) +1 >Emitted(48, 9) Source(24, 46) + SourceIndex(3) +2 >Emitted(48, 13) Source(24, 46) + SourceIndex(3) +3 >Emitted(48, 22) Source(24, 55) + SourceIndex(3) +4 >Emitted(48, 23) Source(24, 85) + SourceIndex(3) --- >>> (function (something) { 1->^^^^^^^^ @@ -1714,21 +1716,21 @@ sourceFile:../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(48, 9) Source(24, 46) + SourceIndex(3) -2 >Emitted(48, 20) Source(24, 46) + SourceIndex(3) -3 >Emitted(48, 29) Source(24, 55) + SourceIndex(3) +1->Emitted(49, 9) Source(24, 46) + SourceIndex(3) +2 >Emitted(49, 20) Source(24, 46) + SourceIndex(3) +3 >Emitted(49, 29) Source(24, 55) + SourceIndex(3) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(49, 13) Source(24, 58) + SourceIndex(3) +1->Emitted(50, 13) Source(24, 58) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(50, 17) Source(24, 58) + SourceIndex(3) +1->Emitted(51, 17) Source(24, 58) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -1736,16 +1738,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(51, 17) Source(24, 82) + SourceIndex(3) -2 >Emitted(51, 18) Source(24, 83) + SourceIndex(3) +1->Emitted(52, 17) Source(24, 82) + SourceIndex(3) +2 >Emitted(52, 18) Source(24, 83) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(52, 17) Source(24, 82) + SourceIndex(3) -2 >Emitted(52, 33) Source(24, 83) + SourceIndex(3) +1->Emitted(53, 17) Source(24, 82) + SourceIndex(3) +2 >Emitted(53, 33) Source(24, 83) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -1757,10 +1759,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(53, 13) Source(24, 82) + SourceIndex(3) -2 >Emitted(53, 14) Source(24, 83) + SourceIndex(3) -3 >Emitted(53, 14) Source(24, 58) + SourceIndex(3) -4 >Emitted(53, 18) Source(24, 83) + SourceIndex(3) +1 >Emitted(54, 13) Source(24, 82) + SourceIndex(3) +2 >Emitted(54, 14) Source(24, 83) + SourceIndex(3) +3 >Emitted(54, 14) Source(24, 58) + SourceIndex(3) +4 >Emitted(54, 18) Source(24, 83) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -1772,10 +1774,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(54, 13) Source(24, 71) + SourceIndex(3) -2 >Emitted(54, 32) Source(24, 80) + SourceIndex(3) -3 >Emitted(54, 44) Source(24, 83) + SourceIndex(3) -4 >Emitted(54, 45) Source(24, 83) + SourceIndex(3) +1->Emitted(55, 13) Source(24, 71) + SourceIndex(3) +2 >Emitted(55, 32) Source(24, 80) + SourceIndex(3) +3 >Emitted(55, 44) Source(24, 83) + SourceIndex(3) +4 >Emitted(55, 45) Source(24, 83) + SourceIndex(3) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^ @@ -1796,15 +1798,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(55, 9) Source(24, 84) + SourceIndex(3) -2 >Emitted(55, 10) Source(24, 85) + SourceIndex(3) -3 >Emitted(55, 12) Source(24, 46) + SourceIndex(3) -4 >Emitted(55, 21) Source(24, 55) + SourceIndex(3) -5 >Emitted(55, 24) Source(24, 46) + SourceIndex(3) -6 >Emitted(55, 43) Source(24, 55) + SourceIndex(3) -7 >Emitted(55, 48) Source(24, 46) + SourceIndex(3) -8 >Emitted(55, 67) Source(24, 55) + SourceIndex(3) -9 >Emitted(55, 75) Source(24, 85) + SourceIndex(3) +1->Emitted(56, 9) Source(24, 84) + SourceIndex(3) +2 >Emitted(56, 10) Source(24, 85) + SourceIndex(3) +3 >Emitted(56, 12) Source(24, 46) + SourceIndex(3) +4 >Emitted(56, 21) Source(24, 55) + SourceIndex(3) +5 >Emitted(56, 24) Source(24, 46) + SourceIndex(3) +6 >Emitted(56, 43) Source(24, 55) + SourceIndex(3) +7 >Emitted(56, 48) Source(24, 46) + SourceIndex(3) +8 >Emitted(56, 67) Source(24, 55) + SourceIndex(3) +9 >Emitted(56, 75) Source(24, 85) + SourceIndex(3) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^ @@ -1825,15 +1827,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(56, 5) Source(24, 84) + SourceIndex(3) -2 >Emitted(56, 6) Source(24, 85) + SourceIndex(3) -3 >Emitted(56, 8) Source(24, 36) + SourceIndex(3) -4 >Emitted(56, 17) Source(24, 45) + SourceIndex(3) -5 >Emitted(56, 20) Source(24, 36) + SourceIndex(3) -6 >Emitted(56, 37) Source(24, 45) + SourceIndex(3) -7 >Emitted(56, 42) Source(24, 36) + SourceIndex(3) -8 >Emitted(56, 59) Source(24, 45) + SourceIndex(3) -9 >Emitted(56, 67) Source(24, 85) + SourceIndex(3) +1 >Emitted(57, 5) Source(24, 84) + SourceIndex(3) +2 >Emitted(57, 6) Source(24, 85) + SourceIndex(3) +3 >Emitted(57, 8) Source(24, 36) + SourceIndex(3) +4 >Emitted(57, 17) Source(24, 45) + SourceIndex(3) +5 >Emitted(57, 20) Source(24, 36) + SourceIndex(3) +6 >Emitted(57, 37) Source(24, 45) + SourceIndex(3) +7 >Emitted(57, 42) Source(24, 36) + SourceIndex(3) +8 >Emitted(57, 59) Source(24, 45) + SourceIndex(3) +9 >Emitted(57, 67) Source(24, 85) + SourceIndex(3) --- >>> /*@internal*/ normalN.someImport = someNamespace.C; 1 >^^^^ @@ -1855,15 +1857,15 @@ sourceFile:../second/second_part1.ts 7 > . 8 > C 9 > ; -1 >Emitted(57, 5) Source(25, 5) + SourceIndex(3) -2 >Emitted(57, 18) Source(25, 18) + SourceIndex(3) -3 >Emitted(57, 19) Source(25, 33) + SourceIndex(3) -4 >Emitted(57, 37) Source(25, 43) + SourceIndex(3) -5 >Emitted(57, 40) Source(25, 46) + SourceIndex(3) -6 >Emitted(57, 53) Source(25, 59) + SourceIndex(3) -7 >Emitted(57, 54) Source(25, 60) + SourceIndex(3) -8 >Emitted(57, 55) Source(25, 61) + SourceIndex(3) -9 >Emitted(57, 56) Source(25, 62) + SourceIndex(3) +1 >Emitted(58, 5) Source(25, 5) + SourceIndex(3) +2 >Emitted(58, 18) Source(25, 18) + SourceIndex(3) +3 >Emitted(58, 19) Source(25, 33) + SourceIndex(3) +4 >Emitted(58, 37) Source(25, 43) + SourceIndex(3) +5 >Emitted(58, 40) Source(25, 46) + SourceIndex(3) +6 >Emitted(58, 53) Source(25, 59) + SourceIndex(3) +7 >Emitted(58, 54) Source(25, 60) + SourceIndex(3) +8 >Emitted(58, 55) Source(25, 61) + SourceIndex(3) +9 >Emitted(58, 56) Source(25, 62) + SourceIndex(3) --- >>> /*@internal*/ normalN.internalConst = 10; 1 >^^^^ @@ -1882,13 +1884,13 @@ sourceFile:../second/second_part1.ts 5 > = 6 > 10 7 > ; -1 >Emitted(58, 5) Source(27, 5) + SourceIndex(3) -2 >Emitted(58, 18) Source(27, 18) + SourceIndex(3) -3 >Emitted(58, 19) Source(27, 32) + SourceIndex(3) -4 >Emitted(58, 40) Source(27, 45) + SourceIndex(3) -5 >Emitted(58, 43) Source(27, 48) + SourceIndex(3) -6 >Emitted(58, 45) Source(27, 50) + SourceIndex(3) -7 >Emitted(58, 46) Source(27, 51) + SourceIndex(3) +1 >Emitted(59, 5) Source(27, 5) + SourceIndex(3) +2 >Emitted(59, 18) Source(27, 18) + SourceIndex(3) +3 >Emitted(59, 19) Source(27, 32) + SourceIndex(3) +4 >Emitted(59, 40) Source(27, 45) + SourceIndex(3) +5 >Emitted(59, 43) Source(27, 48) + SourceIndex(3) +6 >Emitted(59, 45) Source(27, 50) + SourceIndex(3) +7 >Emitted(59, 46) Source(27, 51) + SourceIndex(3) --- >>> /*@internal*/ var internalEnum; 1 >^^^^ @@ -1902,11 +1904,11 @@ sourceFile:../second/second_part1.ts 3 > 4 > export enum 5 > internalEnum { a, b, c } -1 >Emitted(59, 5) Source(28, 5) + SourceIndex(3) -2 >Emitted(59, 18) Source(28, 18) + SourceIndex(3) -3 >Emitted(59, 19) Source(28, 19) + SourceIndex(3) -4 >Emitted(59, 23) Source(28, 31) + SourceIndex(3) -5 >Emitted(59, 35) Source(28, 55) + SourceIndex(3) +1 >Emitted(60, 5) Source(28, 5) + SourceIndex(3) +2 >Emitted(60, 18) Source(28, 18) + SourceIndex(3) +3 >Emitted(60, 19) Source(28, 19) + SourceIndex(3) +4 >Emitted(60, 23) Source(28, 31) + SourceIndex(3) +5 >Emitted(60, 35) Source(28, 55) + SourceIndex(3) --- >>> (function (internalEnum) { 1 >^^^^ @@ -1916,9 +1918,9 @@ sourceFile:../second/second_part1.ts 1 > 2 > export enum 3 > internalEnum -1 >Emitted(60, 5) Source(28, 19) + SourceIndex(3) -2 >Emitted(60, 16) Source(28, 31) + SourceIndex(3) -3 >Emitted(60, 28) Source(28, 43) + SourceIndex(3) +1 >Emitted(61, 5) Source(28, 19) + SourceIndex(3) +2 >Emitted(61, 16) Source(28, 31) + SourceIndex(3) +3 >Emitted(61, 28) Source(28, 43) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -1928,9 +1930,9 @@ sourceFile:../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(61, 9) Source(28, 46) + SourceIndex(3) -2 >Emitted(61, 50) Source(28, 47) + SourceIndex(3) -3 >Emitted(61, 51) Source(28, 47) + SourceIndex(3) +1->Emitted(62, 9) Source(28, 46) + SourceIndex(3) +2 >Emitted(62, 50) Source(28, 47) + SourceIndex(3) +3 >Emitted(62, 51) Source(28, 47) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -1940,9 +1942,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(62, 9) Source(28, 49) + SourceIndex(3) -2 >Emitted(62, 50) Source(28, 50) + SourceIndex(3) -3 >Emitted(62, 51) Source(28, 50) + SourceIndex(3) +1->Emitted(63, 9) Source(28, 49) + SourceIndex(3) +2 >Emitted(63, 50) Source(28, 50) + SourceIndex(3) +3 >Emitted(63, 51) Source(28, 50) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -1952,9 +1954,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(63, 9) Source(28, 52) + SourceIndex(3) -2 >Emitted(63, 50) Source(28, 53) + SourceIndex(3) -3 >Emitted(63, 51) Source(28, 53) + SourceIndex(3) +1->Emitted(64, 9) Source(28, 52) + SourceIndex(3) +2 >Emitted(64, 50) Source(28, 53) + SourceIndex(3) +3 >Emitted(64, 51) Source(28, 53) + SourceIndex(3) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^ @@ -1975,15 +1977,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(64, 5) Source(28, 54) + SourceIndex(3) -2 >Emitted(64, 6) Source(28, 55) + SourceIndex(3) -3 >Emitted(64, 8) Source(28, 31) + SourceIndex(3) -4 >Emitted(64, 20) Source(28, 43) + SourceIndex(3) -5 >Emitted(64, 23) Source(28, 31) + SourceIndex(3) -6 >Emitted(64, 43) Source(28, 43) + SourceIndex(3) -7 >Emitted(64, 48) Source(28, 31) + SourceIndex(3) -8 >Emitted(64, 68) Source(28, 43) + SourceIndex(3) -9 >Emitted(64, 76) Source(28, 55) + SourceIndex(3) +1->Emitted(65, 5) Source(28, 54) + SourceIndex(3) +2 >Emitted(65, 6) Source(28, 55) + SourceIndex(3) +3 >Emitted(65, 8) Source(28, 31) + SourceIndex(3) +4 >Emitted(65, 20) Source(28, 43) + SourceIndex(3) +5 >Emitted(65, 23) Source(28, 31) + SourceIndex(3) +6 >Emitted(65, 43) Source(28, 43) + SourceIndex(3) +7 >Emitted(65, 48) Source(28, 31) + SourceIndex(3) +8 >Emitted(65, 68) Source(28, 43) + SourceIndex(3) +9 >Emitted(65, 76) Source(28, 55) + SourceIndex(3) --- >>>})(normalN || (normalN = {})); 1 > @@ -2011,13 +2013,13 @@ sourceFile:../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(65, 1) Source(29, 1) + SourceIndex(3) -2 >Emitted(65, 2) Source(29, 2) + SourceIndex(3) -3 >Emitted(65, 4) Source(20, 11) + SourceIndex(3) -4 >Emitted(65, 11) Source(20, 18) + SourceIndex(3) -5 >Emitted(65, 16) Source(20, 11) + SourceIndex(3) -6 >Emitted(65, 23) Source(20, 18) + SourceIndex(3) -7 >Emitted(65, 31) Source(29, 2) + SourceIndex(3) +1 >Emitted(66, 1) Source(29, 1) + SourceIndex(3) +2 >Emitted(66, 2) Source(29, 2) + SourceIndex(3) +3 >Emitted(66, 4) Source(20, 11) + SourceIndex(3) +4 >Emitted(66, 11) Source(20, 18) + SourceIndex(3) +5 >Emitted(66, 16) Source(20, 11) + SourceIndex(3) +6 >Emitted(66, 23) Source(20, 18) + SourceIndex(3) +7 >Emitted(66, 31) Source(29, 2) + SourceIndex(3) --- >>>/*@internal*/ var internalC = /** @class */ (function () { 1-> @@ -2028,15 +2030,15 @@ sourceFile:../second/second_part1.ts > 2 >/*@internal*/ 3 > -1->Emitted(66, 1) Source(30, 1) + SourceIndex(3) -2 >Emitted(66, 14) Source(30, 14) + SourceIndex(3) -3 >Emitted(66, 15) Source(30, 15) + SourceIndex(3) +1->Emitted(67, 1) Source(30, 1) + SourceIndex(3) +2 >Emitted(67, 14) Source(30, 14) + SourceIndex(3) +3 >Emitted(67, 15) Source(30, 15) + SourceIndex(3) --- >>> function internalC() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(67, 5) Source(30, 15) + SourceIndex(3) +1->Emitted(68, 5) Source(30, 15) + SourceIndex(3) --- >>> } 1->^^^^ @@ -2044,16 +2046,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->class internalC { 2 > } -1->Emitted(68, 5) Source(30, 32) + SourceIndex(3) -2 >Emitted(68, 6) Source(30, 33) + SourceIndex(3) +1->Emitted(69, 5) Source(30, 32) + SourceIndex(3) +2 >Emitted(69, 6) Source(30, 33) + SourceIndex(3) --- >>> return internalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(69, 5) Source(30, 32) + SourceIndex(3) -2 >Emitted(69, 21) Source(30, 33) + SourceIndex(3) +1->Emitted(70, 5) Source(30, 32) + SourceIndex(3) +2 >Emitted(70, 21) Source(30, 33) + SourceIndex(3) --- >>>}()); 1 > @@ -2065,10 +2067,10 @@ sourceFile:../second/second_part1.ts 2 >} 3 > 4 > class internalC {} -1 >Emitted(70, 1) Source(30, 32) + SourceIndex(3) -2 >Emitted(70, 2) Source(30, 33) + SourceIndex(3) -3 >Emitted(70, 2) Source(30, 15) + SourceIndex(3) -4 >Emitted(70, 6) Source(30, 33) + SourceIndex(3) +1 >Emitted(71, 1) Source(30, 32) + SourceIndex(3) +2 >Emitted(71, 2) Source(30, 33) + SourceIndex(3) +3 >Emitted(71, 2) Source(30, 15) + SourceIndex(3) +4 >Emitted(71, 6) Source(30, 33) + SourceIndex(3) --- >>>/*@internal*/ function internalfoo() { } 1-> @@ -2086,13 +2088,13 @@ sourceFile:../second/second_part1.ts 5 > internalfoo 6 > () { 7 > } -1->Emitted(71, 1) Source(31, 1) + SourceIndex(3) -2 >Emitted(71, 14) Source(31, 14) + SourceIndex(3) -3 >Emitted(71, 15) Source(31, 15) + SourceIndex(3) -4 >Emitted(71, 24) Source(31, 24) + SourceIndex(3) -5 >Emitted(71, 35) Source(31, 35) + SourceIndex(3) -6 >Emitted(71, 40) Source(31, 39) + SourceIndex(3) -7 >Emitted(71, 41) Source(31, 40) + SourceIndex(3) +1->Emitted(72, 1) Source(31, 1) + SourceIndex(3) +2 >Emitted(72, 14) Source(31, 14) + SourceIndex(3) +3 >Emitted(72, 15) Source(31, 15) + SourceIndex(3) +4 >Emitted(72, 24) Source(31, 24) + SourceIndex(3) +5 >Emitted(72, 35) Source(31, 35) + SourceIndex(3) +6 >Emitted(72, 40) Source(31, 39) + SourceIndex(3) +7 >Emitted(72, 41) Source(31, 40) + SourceIndex(3) --- >>>/*@internal*/ var internalNamespace; 1 > @@ -2108,12 +2110,12 @@ sourceFile:../second/second_part1.ts 4 > namespace 5 > internalNamespace 6 > { export class someClass {} } -1 >Emitted(72, 1) Source(32, 1) + SourceIndex(3) -2 >Emitted(72, 14) Source(32, 14) + SourceIndex(3) -3 >Emitted(72, 15) Source(32, 15) + SourceIndex(3) -4 >Emitted(72, 19) Source(32, 25) + SourceIndex(3) -5 >Emitted(72, 36) Source(32, 42) + SourceIndex(3) -6 >Emitted(72, 37) Source(32, 72) + SourceIndex(3) +1 >Emitted(73, 1) Source(32, 1) + SourceIndex(3) +2 >Emitted(73, 14) Source(32, 14) + SourceIndex(3) +3 >Emitted(73, 15) Source(32, 15) + SourceIndex(3) +4 >Emitted(73, 19) Source(32, 25) + SourceIndex(3) +5 >Emitted(73, 36) Source(32, 42) + SourceIndex(3) +6 >Emitted(73, 37) Source(32, 72) + SourceIndex(3) --- >>>(function (internalNamespace) { 1 > @@ -2123,21 +2125,21 @@ sourceFile:../second/second_part1.ts 1 > 2 >namespace 3 > internalNamespace -1 >Emitted(73, 1) Source(32, 15) + SourceIndex(3) -2 >Emitted(73, 12) Source(32, 25) + SourceIndex(3) -3 >Emitted(73, 29) Source(32, 42) + SourceIndex(3) +1 >Emitted(74, 1) Source(32, 15) + SourceIndex(3) +2 >Emitted(74, 12) Source(32, 25) + SourceIndex(3) +3 >Emitted(74, 29) Source(32, 42) + SourceIndex(3) --- >>> var someClass = /** @class */ (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(74, 5) Source(32, 45) + SourceIndex(3) +1->Emitted(75, 5) Source(32, 45) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(75, 9) Source(32, 45) + SourceIndex(3) +1->Emitted(76, 9) Source(32, 45) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -2145,16 +2147,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(76, 9) Source(32, 69) + SourceIndex(3) -2 >Emitted(76, 10) Source(32, 70) + SourceIndex(3) +1->Emitted(77, 9) Source(32, 69) + SourceIndex(3) +2 >Emitted(77, 10) Source(32, 70) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(77, 9) Source(32, 69) + SourceIndex(3) -2 >Emitted(77, 25) Source(32, 70) + SourceIndex(3) +1->Emitted(78, 9) Source(32, 69) + SourceIndex(3) +2 >Emitted(78, 25) Source(32, 70) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -2166,10 +2168,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(78, 5) Source(32, 69) + SourceIndex(3) -2 >Emitted(78, 6) Source(32, 70) + SourceIndex(3) -3 >Emitted(78, 6) Source(32, 45) + SourceIndex(3) -4 >Emitted(78, 10) Source(32, 70) + SourceIndex(3) +1 >Emitted(79, 5) Source(32, 69) + SourceIndex(3) +2 >Emitted(79, 6) Source(32, 70) + SourceIndex(3) +3 >Emitted(79, 6) Source(32, 45) + SourceIndex(3) +4 >Emitted(79, 10) Source(32, 70) + SourceIndex(3) --- >>> internalNamespace.someClass = someClass; 1->^^^^ @@ -2181,10 +2183,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(79, 5) Source(32, 58) + SourceIndex(3) -2 >Emitted(79, 32) Source(32, 67) + SourceIndex(3) -3 >Emitted(79, 44) Source(32, 70) + SourceIndex(3) -4 >Emitted(79, 45) Source(32, 70) + SourceIndex(3) +1->Emitted(80, 5) Source(32, 58) + SourceIndex(3) +2 >Emitted(80, 32) Source(32, 67) + SourceIndex(3) +3 >Emitted(80, 44) Source(32, 70) + SourceIndex(3) +4 >Emitted(80, 45) Source(32, 70) + SourceIndex(3) --- >>>})(internalNamespace || (internalNamespace = {})); 1-> @@ -2201,13 +2203,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalNamespace 7 > { export class someClass {} } -1->Emitted(80, 1) Source(32, 71) + SourceIndex(3) -2 >Emitted(80, 2) Source(32, 72) + SourceIndex(3) -3 >Emitted(80, 4) Source(32, 25) + SourceIndex(3) -4 >Emitted(80, 21) Source(32, 42) + SourceIndex(3) -5 >Emitted(80, 26) Source(32, 25) + SourceIndex(3) -6 >Emitted(80, 43) Source(32, 42) + SourceIndex(3) -7 >Emitted(80, 51) Source(32, 72) + SourceIndex(3) +1->Emitted(81, 1) Source(32, 71) + SourceIndex(3) +2 >Emitted(81, 2) Source(32, 72) + SourceIndex(3) +3 >Emitted(81, 4) Source(32, 25) + SourceIndex(3) +4 >Emitted(81, 21) Source(32, 42) + SourceIndex(3) +5 >Emitted(81, 26) Source(32, 25) + SourceIndex(3) +6 >Emitted(81, 43) Source(32, 42) + SourceIndex(3) +7 >Emitted(81, 51) Source(32, 72) + SourceIndex(3) --- >>>/*@internal*/ var internalOther; 1 > @@ -2223,12 +2225,12 @@ sourceFile:../second/second_part1.ts 4 > namespace 5 > internalOther 6 > .something { export class someClass {} } -1 >Emitted(81, 1) Source(33, 1) + SourceIndex(3) -2 >Emitted(81, 14) Source(33, 14) + SourceIndex(3) -3 >Emitted(81, 15) Source(33, 15) + SourceIndex(3) -4 >Emitted(81, 19) Source(33, 25) + SourceIndex(3) -5 >Emitted(81, 32) Source(33, 38) + SourceIndex(3) -6 >Emitted(81, 33) Source(33, 78) + SourceIndex(3) +1 >Emitted(82, 1) Source(33, 1) + SourceIndex(3) +2 >Emitted(82, 14) Source(33, 14) + SourceIndex(3) +3 >Emitted(82, 15) Source(33, 15) + SourceIndex(3) +4 >Emitted(82, 19) Source(33, 25) + SourceIndex(3) +5 >Emitted(82, 32) Source(33, 38) + SourceIndex(3) +6 >Emitted(82, 33) Source(33, 78) + SourceIndex(3) --- >>>(function (internalOther) { 1 > @@ -2237,9 +2239,9 @@ sourceFile:../second/second_part1.ts 1 > 2 >namespace 3 > internalOther -1 >Emitted(82, 1) Source(33, 15) + SourceIndex(3) -2 >Emitted(82, 12) Source(33, 25) + SourceIndex(3) -3 >Emitted(82, 25) Source(33, 38) + SourceIndex(3) +1 >Emitted(83, 1) Source(33, 15) + SourceIndex(3) +2 >Emitted(83, 12) Source(33, 25) + SourceIndex(3) +3 >Emitted(83, 25) Source(33, 38) + SourceIndex(3) --- >>> var something; 1 >^^^^ @@ -2251,10 +2253,10 @@ sourceFile:../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(83, 5) Source(33, 39) + SourceIndex(3) -2 >Emitted(83, 9) Source(33, 39) + SourceIndex(3) -3 >Emitted(83, 18) Source(33, 48) + SourceIndex(3) -4 >Emitted(83, 19) Source(33, 78) + SourceIndex(3) +1 >Emitted(84, 5) Source(33, 39) + SourceIndex(3) +2 >Emitted(84, 9) Source(33, 39) + SourceIndex(3) +3 >Emitted(84, 18) Source(33, 48) + SourceIndex(3) +4 >Emitted(84, 19) Source(33, 78) + SourceIndex(3) --- >>> (function (something) { 1->^^^^ @@ -2264,21 +2266,21 @@ sourceFile:../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(84, 5) Source(33, 39) + SourceIndex(3) -2 >Emitted(84, 16) Source(33, 39) + SourceIndex(3) -3 >Emitted(84, 25) Source(33, 48) + SourceIndex(3) +1->Emitted(85, 5) Source(33, 39) + SourceIndex(3) +2 >Emitted(85, 16) Source(33, 39) + SourceIndex(3) +3 >Emitted(85, 25) Source(33, 48) + SourceIndex(3) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(85, 9) Source(33, 51) + SourceIndex(3) +1->Emitted(86, 9) Source(33, 51) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(86, 13) Source(33, 51) + SourceIndex(3) +1->Emitted(87, 13) Source(33, 51) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -2286,16 +2288,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(87, 13) Source(33, 75) + SourceIndex(3) -2 >Emitted(87, 14) Source(33, 76) + SourceIndex(3) +1->Emitted(88, 13) Source(33, 75) + SourceIndex(3) +2 >Emitted(88, 14) Source(33, 76) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(88, 13) Source(33, 75) + SourceIndex(3) -2 >Emitted(88, 29) Source(33, 76) + SourceIndex(3) +1->Emitted(89, 13) Source(33, 75) + SourceIndex(3) +2 >Emitted(89, 29) Source(33, 76) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -2307,10 +2309,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(89, 9) Source(33, 75) + SourceIndex(3) -2 >Emitted(89, 10) Source(33, 76) + SourceIndex(3) -3 >Emitted(89, 10) Source(33, 51) + SourceIndex(3) -4 >Emitted(89, 14) Source(33, 76) + SourceIndex(3) +1 >Emitted(90, 9) Source(33, 75) + SourceIndex(3) +2 >Emitted(90, 10) Source(33, 76) + SourceIndex(3) +3 >Emitted(90, 10) Source(33, 51) + SourceIndex(3) +4 >Emitted(90, 14) Source(33, 76) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^ @@ -2322,10 +2324,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(90, 9) Source(33, 64) + SourceIndex(3) -2 >Emitted(90, 28) Source(33, 73) + SourceIndex(3) -3 >Emitted(90, 40) Source(33, 76) + SourceIndex(3) -4 >Emitted(90, 41) Source(33, 76) + SourceIndex(3) +1->Emitted(91, 9) Source(33, 64) + SourceIndex(3) +2 >Emitted(91, 28) Source(33, 73) + SourceIndex(3) +3 >Emitted(91, 40) Source(33, 76) + SourceIndex(3) +4 >Emitted(91, 41) Source(33, 76) + SourceIndex(3) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^ @@ -2346,15 +2348,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(91, 5) Source(33, 77) + SourceIndex(3) -2 >Emitted(91, 6) Source(33, 78) + SourceIndex(3) -3 >Emitted(91, 8) Source(33, 39) + SourceIndex(3) -4 >Emitted(91, 17) Source(33, 48) + SourceIndex(3) -5 >Emitted(91, 20) Source(33, 39) + SourceIndex(3) -6 >Emitted(91, 43) Source(33, 48) + SourceIndex(3) -7 >Emitted(91, 48) Source(33, 39) + SourceIndex(3) -8 >Emitted(91, 71) Source(33, 48) + SourceIndex(3) -9 >Emitted(91, 79) Source(33, 78) + SourceIndex(3) +1->Emitted(92, 5) Source(33, 77) + SourceIndex(3) +2 >Emitted(92, 6) Source(33, 78) + SourceIndex(3) +3 >Emitted(92, 8) Source(33, 39) + SourceIndex(3) +4 >Emitted(92, 17) Source(33, 48) + SourceIndex(3) +5 >Emitted(92, 20) Source(33, 39) + SourceIndex(3) +6 >Emitted(92, 43) Source(33, 48) + SourceIndex(3) +7 >Emitted(92, 48) Source(33, 39) + SourceIndex(3) +8 >Emitted(92, 71) Source(33, 48) + SourceIndex(3) +9 >Emitted(92, 79) Source(33, 78) + SourceIndex(3) --- >>>})(internalOther || (internalOther = {})); 1 > @@ -2372,13 +2374,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalOther 7 > .something { export class someClass {} } -1 >Emitted(92, 1) Source(33, 77) + SourceIndex(3) -2 >Emitted(92, 2) Source(33, 78) + SourceIndex(3) -3 >Emitted(92, 4) Source(33, 25) + SourceIndex(3) -4 >Emitted(92, 17) Source(33, 38) + SourceIndex(3) -5 >Emitted(92, 22) Source(33, 25) + SourceIndex(3) -6 >Emitted(92, 35) Source(33, 38) + SourceIndex(3) -7 >Emitted(92, 43) Source(33, 78) + SourceIndex(3) +1 >Emitted(93, 1) Source(33, 77) + SourceIndex(3) +2 >Emitted(93, 2) Source(33, 78) + SourceIndex(3) +3 >Emitted(93, 4) Source(33, 25) + SourceIndex(3) +4 >Emitted(93, 17) Source(33, 38) + SourceIndex(3) +5 >Emitted(93, 22) Source(33, 25) + SourceIndex(3) +6 >Emitted(93, 35) Source(33, 38) + SourceIndex(3) +7 >Emitted(93, 43) Source(33, 78) + SourceIndex(3) --- >>>/*@internal*/ var internalImport = internalNamespace.someClass; 1-> @@ -2402,16 +2404,16 @@ sourceFile:../second/second_part1.ts 8 > . 9 > someClass 10> ; -1->Emitted(93, 1) Source(34, 1) + SourceIndex(3) -2 >Emitted(93, 14) Source(34, 14) + SourceIndex(3) -3 >Emitted(93, 15) Source(34, 15) + SourceIndex(3) -4 >Emitted(93, 19) Source(34, 22) + SourceIndex(3) -5 >Emitted(93, 33) Source(34, 36) + SourceIndex(3) -6 >Emitted(93, 36) Source(34, 39) + SourceIndex(3) -7 >Emitted(93, 53) Source(34, 56) + SourceIndex(3) -8 >Emitted(93, 54) Source(34, 57) + SourceIndex(3) -9 >Emitted(93, 63) Source(34, 66) + SourceIndex(3) -10>Emitted(93, 64) Source(34, 67) + SourceIndex(3) +1->Emitted(94, 1) Source(34, 1) + SourceIndex(3) +2 >Emitted(94, 14) Source(34, 14) + SourceIndex(3) +3 >Emitted(94, 15) Source(34, 15) + SourceIndex(3) +4 >Emitted(94, 19) Source(34, 22) + SourceIndex(3) +5 >Emitted(94, 33) Source(34, 36) + SourceIndex(3) +6 >Emitted(94, 36) Source(34, 39) + SourceIndex(3) +7 >Emitted(94, 53) Source(34, 56) + SourceIndex(3) +8 >Emitted(94, 54) Source(34, 57) + SourceIndex(3) +9 >Emitted(94, 63) Source(34, 66) + SourceIndex(3) +10>Emitted(94, 64) Source(34, 67) + SourceIndex(3) --- >>>/*@internal*/ var internalConst = 10; 1 > @@ -2432,14 +2434,14 @@ sourceFile:../second/second_part1.ts 6 > = 7 > 10 8 > ; -1 >Emitted(94, 1) Source(36, 1) + SourceIndex(3) -2 >Emitted(94, 14) Source(36, 14) + SourceIndex(3) -3 >Emitted(94, 15) Source(36, 15) + SourceIndex(3) -4 >Emitted(94, 19) Source(36, 21) + SourceIndex(3) -5 >Emitted(94, 32) Source(36, 34) + SourceIndex(3) -6 >Emitted(94, 35) Source(36, 37) + SourceIndex(3) -7 >Emitted(94, 37) Source(36, 39) + SourceIndex(3) -8 >Emitted(94, 38) Source(36, 40) + SourceIndex(3) +1 >Emitted(95, 1) Source(36, 1) + SourceIndex(3) +2 >Emitted(95, 14) Source(36, 14) + SourceIndex(3) +3 >Emitted(95, 15) Source(36, 15) + SourceIndex(3) +4 >Emitted(95, 19) Source(36, 21) + SourceIndex(3) +5 >Emitted(95, 32) Source(36, 34) + SourceIndex(3) +6 >Emitted(95, 35) Source(36, 37) + SourceIndex(3) +7 >Emitted(95, 37) Source(36, 39) + SourceIndex(3) +8 >Emitted(95, 38) Source(36, 40) + SourceIndex(3) --- >>>/*@internal*/ var internalEnum; 1 > @@ -2453,11 +2455,11 @@ sourceFile:../second/second_part1.ts 3 > 4 > enum 5 > internalEnum { a, b, c } -1 >Emitted(95, 1) Source(37, 1) + SourceIndex(3) -2 >Emitted(95, 14) Source(37, 14) + SourceIndex(3) -3 >Emitted(95, 15) Source(37, 15) + SourceIndex(3) -4 >Emitted(95, 19) Source(37, 20) + SourceIndex(3) -5 >Emitted(95, 31) Source(37, 44) + SourceIndex(3) +1 >Emitted(96, 1) Source(37, 1) + SourceIndex(3) +2 >Emitted(96, 14) Source(37, 14) + SourceIndex(3) +3 >Emitted(96, 15) Source(37, 15) + SourceIndex(3) +4 >Emitted(96, 19) Source(37, 20) + SourceIndex(3) +5 >Emitted(96, 31) Source(37, 44) + SourceIndex(3) --- >>>(function (internalEnum) { 1 > @@ -2467,9 +2469,9 @@ sourceFile:../second/second_part1.ts 1 > 2 >enum 3 > internalEnum -1 >Emitted(96, 1) Source(37, 15) + SourceIndex(3) -2 >Emitted(96, 12) Source(37, 20) + SourceIndex(3) -3 >Emitted(96, 24) Source(37, 32) + SourceIndex(3) +1 >Emitted(97, 1) Source(37, 15) + SourceIndex(3) +2 >Emitted(97, 12) Source(37, 20) + SourceIndex(3) +3 >Emitted(97, 24) Source(37, 32) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^ @@ -2479,9 +2481,9 @@ sourceFile:../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(97, 5) Source(37, 35) + SourceIndex(3) -2 >Emitted(97, 46) Source(37, 36) + SourceIndex(3) -3 >Emitted(97, 47) Source(37, 36) + SourceIndex(3) +1->Emitted(98, 5) Source(37, 35) + SourceIndex(3) +2 >Emitted(98, 46) Source(37, 36) + SourceIndex(3) +3 >Emitted(98, 47) Source(37, 36) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^ @@ -2491,9 +2493,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(98, 5) Source(37, 38) + SourceIndex(3) -2 >Emitted(98, 46) Source(37, 39) + SourceIndex(3) -3 >Emitted(98, 47) Source(37, 39) + SourceIndex(3) +1->Emitted(99, 5) Source(37, 38) + SourceIndex(3) +2 >Emitted(99, 46) Source(37, 39) + SourceIndex(3) +3 >Emitted(99, 47) Source(37, 39) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^ @@ -2502,9 +2504,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(99, 5) Source(37, 41) + SourceIndex(3) -2 >Emitted(99, 46) Source(37, 42) + SourceIndex(3) -3 >Emitted(99, 47) Source(37, 42) + SourceIndex(3) +1->Emitted(100, 5) Source(37, 41) + SourceIndex(3) +2 >Emitted(100, 46) Source(37, 42) + SourceIndex(3) +3 >Emitted(100, 47) Source(37, 42) + SourceIndex(3) --- >>>})(internalEnum || (internalEnum = {})); 1 > @@ -2521,13 +2523,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalEnum 7 > { a, b, c } -1 >Emitted(100, 1) Source(37, 43) + SourceIndex(3) -2 >Emitted(100, 2) Source(37, 44) + SourceIndex(3) -3 >Emitted(100, 4) Source(37, 20) + SourceIndex(3) -4 >Emitted(100, 16) Source(37, 32) + SourceIndex(3) -5 >Emitted(100, 21) Source(37, 20) + SourceIndex(3) -6 >Emitted(100, 33) Source(37, 32) + SourceIndex(3) -7 >Emitted(100, 41) Source(37, 44) + SourceIndex(3) +1 >Emitted(101, 1) Source(37, 43) + SourceIndex(3) +2 >Emitted(101, 2) Source(37, 44) + SourceIndex(3) +3 >Emitted(101, 4) Source(37, 20) + SourceIndex(3) +4 >Emitted(101, 16) Source(37, 32) + SourceIndex(3) +5 >Emitted(101, 21) Source(37, 20) + SourceIndex(3) +6 >Emitted(101, 33) Source(37, 32) + SourceIndex(3) +7 >Emitted(101, 41) Source(37, 44) + SourceIndex(3) --- ------------------------------------------------------------------- emittedFile:/src/2/second-output.js @@ -2537,13 +2539,13 @@ sourceFile:../second/second_part2.ts 1 > 2 >^^^^^^^^^^^^^^^^^^^-> 1 > -1 >Emitted(101, 1) Source(1, 1) + SourceIndex(4) +1 >Emitted(102, 1) Source(1, 1) + SourceIndex(4) --- >>> function C() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(102, 5) Source(1, 1) + SourceIndex(4) +1->Emitted(103, 5) Source(1, 1) + SourceIndex(4) --- >>> } 1->^^^^ @@ -2555,8 +2557,8 @@ sourceFile:../second/second_part2.ts > } > 2 > } -1->Emitted(103, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(103, 6) Source(5, 2) + SourceIndex(4) +1->Emitted(104, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(104, 6) Source(5, 2) + SourceIndex(4) --- >>> C.prototype.doSomething = function () { 1->^^^^ @@ -2566,9 +2568,9 @@ sourceFile:../second/second_part2.ts 1-> 2 > doSomething 3 > -1->Emitted(104, 5) Source(2, 5) + SourceIndex(4) -2 >Emitted(104, 28) Source(2, 16) + SourceIndex(4) -3 >Emitted(104, 31) Source(2, 5) + SourceIndex(4) +1->Emitted(105, 5) Source(2, 5) + SourceIndex(4) +2 >Emitted(105, 28) Source(2, 16) + SourceIndex(4) +3 >Emitted(105, 31) Source(2, 5) + SourceIndex(4) --- >>> console.log("something got done"); 1->^^^^^^^^ @@ -2588,14 +2590,14 @@ sourceFile:../second/second_part2.ts 6 > "something got done" 7 > ) 8 > ; -1->Emitted(105, 9) Source(3, 9) + SourceIndex(4) -2 >Emitted(105, 16) Source(3, 16) + SourceIndex(4) -3 >Emitted(105, 17) Source(3, 17) + SourceIndex(4) -4 >Emitted(105, 20) Source(3, 20) + SourceIndex(4) -5 >Emitted(105, 21) Source(3, 21) + SourceIndex(4) -6 >Emitted(105, 41) Source(3, 41) + SourceIndex(4) -7 >Emitted(105, 42) Source(3, 42) + SourceIndex(4) -8 >Emitted(105, 43) Source(3, 43) + SourceIndex(4) +1->Emitted(106, 9) Source(3, 9) + SourceIndex(4) +2 >Emitted(106, 16) Source(3, 16) + SourceIndex(4) +3 >Emitted(106, 17) Source(3, 17) + SourceIndex(4) +4 >Emitted(106, 20) Source(3, 20) + SourceIndex(4) +5 >Emitted(106, 21) Source(3, 21) + SourceIndex(4) +6 >Emitted(106, 41) Source(3, 41) + SourceIndex(4) +7 >Emitted(106, 42) Source(3, 42) + SourceIndex(4) +8 >Emitted(106, 43) Source(3, 43) + SourceIndex(4) --- >>> }; 1 >^^^^ @@ -2604,8 +2606,8 @@ sourceFile:../second/second_part2.ts 1 > > 2 > } -1 >Emitted(106, 5) Source(4, 5) + SourceIndex(4) -2 >Emitted(106, 6) Source(4, 6) + SourceIndex(4) +1 >Emitted(107, 5) Source(4, 5) + SourceIndex(4) +2 >Emitted(107, 6) Source(4, 6) + SourceIndex(4) --- >>> return C; 1->^^^^ @@ -2613,8 +2615,8 @@ sourceFile:../second/second_part2.ts 1-> > 2 > } -1->Emitted(107, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(107, 13) Source(5, 2) + SourceIndex(4) +1->Emitted(108, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(108, 13) Source(5, 2) + SourceIndex(4) --- >>>}()); 1 > @@ -2630,10 +2632,10 @@ sourceFile:../second/second_part2.ts > console.log("something got done"); > } > } -1 >Emitted(108, 1) Source(5, 1) + SourceIndex(4) -2 >Emitted(108, 2) Source(5, 2) + SourceIndex(4) -3 >Emitted(108, 2) Source(1, 1) + SourceIndex(4) -4 >Emitted(108, 6) Source(5, 2) + SourceIndex(4) +1 >Emitted(109, 1) Source(5, 1) + SourceIndex(4) +2 >Emitted(109, 2) Source(5, 2) + SourceIndex(4) +3 >Emitted(109, 2) Source(1, 1) + SourceIndex(4) +4 >Emitted(109, 6) Source(5, 2) + SourceIndex(4) --- >>>//# sourceMappingURL=second-output.js.map @@ -2662,7 +2664,7 @@ sourceFile:../second/second_part2.ts }, { "pos": 110, - "end": 3526, + "end": 3544, "kind": "text" } ] @@ -2743,7 +2745,7 @@ function f() { } ---------------------------------------------------------------------- -text: (110-3526) +text: (110-3544) var N; (function (N) { function f() { @@ -2754,8 +2756,9 @@ var N; var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - /*@internal*/ normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + /*@internal*/ proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: true, @@ -3701,8 +3704,9 @@ var N; var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - /*@internal*/ normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + /*@internal*/ proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: true, @@ -3798,7 +3802,7 @@ c.doSomething(); //# sourceMappingURL=third-output.js.map //// [/src/third/thirdjs/output/third-output.js.map] -{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} //// [/src/third/thirdjs/output/third-output.js.map.baseline.txt] =================================================================== @@ -4104,49 +4108,50 @@ sourceFile:../../../second/second_part1.ts >>> } 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >constructor() { 2 > } 1 >Emitted(16, 5) Source(14, 35) + SourceIndex(3) 2 >Emitted(16, 6) Source(14, 36) + SourceIndex(3) --- ->>> /*@internal*/ normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> /*@internal*/ proto_1.method = function () { }; 1->^^^^ 2 > ^^^^^^^^^^^^^ 3 > ^ -4 > ^^^^^^^^^^^^^^^^^^^^^^^^ -5 > ^^^ -6 > ^^^^^^^^^^^^^^ -7 > ^ +4 > ^^^^^^^^^^^^^^ +5 > ^^^ +6 > ^^^^^^^^^^^^^^ +7 > ^ 1-> > /*@internal*/ prop: string; > 2 > /*@internal*/ 3 > 4 > method -5 > -6 > method() { -7 > } -1->Emitted(17, 5) Source(16, 5) + SourceIndex(3) -2 >Emitted(17, 18) Source(16, 18) + SourceIndex(3) -3 >Emitted(17, 19) Source(16, 19) + SourceIndex(3) -4 >Emitted(17, 43) Source(16, 25) + SourceIndex(3) -5 >Emitted(17, 46) Source(16, 19) + SourceIndex(3) -6 >Emitted(17, 60) Source(16, 30) + SourceIndex(3) -7 >Emitted(17, 61) Source(16, 31) + SourceIndex(3) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +5 > +6 > method() { +7 > } +1->Emitted(18, 5) Source(16, 5) + SourceIndex(3) +2 >Emitted(18, 18) Source(16, 18) + SourceIndex(3) +3 >Emitted(18, 19) Source(16, 19) + SourceIndex(3) +4 >Emitted(18, 33) Source(16, 25) + SourceIndex(3) +5 >Emitted(18, 36) Source(16, 19) + SourceIndex(3) +6 >Emitted(18, 50) Source(16, 30) + SourceIndex(3) +7 >Emitted(18, 51) Source(16, 31) + SourceIndex(3) +--- +>>> Object.defineProperty(proto_1, "c", { 1 >^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ -4 > ^^^^^^^-> +3 > ^^^^^^^^^^^^ +4 > ^^^^^^^^^^^^^^^^^-> 1 > > /*@internal*/ 2 > get 3 > c -1 >Emitted(18, 5) Source(17, 19) + SourceIndex(3) -2 >Emitted(18, 27) Source(17, 23) + SourceIndex(3) -3 >Emitted(18, 49) Source(17, 24) + SourceIndex(3) +1 >Emitted(19, 5) Source(17, 19) + SourceIndex(3) +2 >Emitted(19, 27) Source(17, 23) + SourceIndex(3) +3 >Emitted(19, 39) Source(17, 24) + SourceIndex(3) --- >>> /*@internal*/ get: function () { return 10; }, 1->^^^^^^^^ @@ -4167,15 +4172,15 @@ sourceFile:../../../second/second_part1.ts 7 > ; 8 > 9 > } -1->Emitted(19, 9) Source(17, 5) + SourceIndex(3) -2 >Emitted(19, 22) Source(17, 18) + SourceIndex(3) -3 >Emitted(19, 28) Source(17, 19) + SourceIndex(3) -4 >Emitted(19, 42) Source(17, 29) + SourceIndex(3) -5 >Emitted(19, 49) Source(17, 36) + SourceIndex(3) -6 >Emitted(19, 51) Source(17, 38) + SourceIndex(3) -7 >Emitted(19, 52) Source(17, 39) + SourceIndex(3) -8 >Emitted(19, 53) Source(17, 40) + SourceIndex(3) -9 >Emitted(19, 54) Source(17, 41) + SourceIndex(3) +1->Emitted(20, 9) Source(17, 5) + SourceIndex(3) +2 >Emitted(20, 22) Source(17, 18) + SourceIndex(3) +3 >Emitted(20, 28) Source(17, 19) + SourceIndex(3) +4 >Emitted(20, 42) Source(17, 29) + SourceIndex(3) +5 >Emitted(20, 49) Source(17, 36) + SourceIndex(3) +6 >Emitted(20, 51) Source(17, 38) + SourceIndex(3) +7 >Emitted(20, 52) Source(17, 39) + SourceIndex(3) +8 >Emitted(20, 53) Source(17, 40) + SourceIndex(3) +9 >Emitted(20, 54) Source(17, 41) + SourceIndex(3) --- >>> /*@internal*/ set: function (val) { }, 1 >^^^^^^^^ @@ -4193,13 +4198,13 @@ sourceFile:../../../second/second_part1.ts 5 > val: number 6 > ) { 7 > } -1 >Emitted(20, 9) Source(18, 5) + SourceIndex(3) -2 >Emitted(20, 22) Source(18, 18) + SourceIndex(3) -3 >Emitted(20, 28) Source(18, 19) + SourceIndex(3) -4 >Emitted(20, 38) Source(18, 25) + SourceIndex(3) -5 >Emitted(20, 41) Source(18, 36) + SourceIndex(3) -6 >Emitted(20, 45) Source(18, 40) + SourceIndex(3) -7 >Emitted(20, 46) Source(18, 41) + SourceIndex(3) +1 >Emitted(21, 9) Source(18, 5) + SourceIndex(3) +2 >Emitted(21, 22) Source(18, 18) + SourceIndex(3) +3 >Emitted(21, 28) Source(18, 19) + SourceIndex(3) +4 >Emitted(21, 38) Source(18, 25) + SourceIndex(3) +5 >Emitted(21, 41) Source(18, 36) + SourceIndex(3) +6 >Emitted(21, 45) Source(18, 40) + SourceIndex(3) +7 >Emitted(21, 46) Source(18, 41) + SourceIndex(3) --- >>> enumerable: true, >>> configurable: true @@ -4207,7 +4212,7 @@ sourceFile:../../../second/second_part1.ts 1 >^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(23, 8) Source(17, 41) + SourceIndex(3) +1 >Emitted(24, 8) Source(17, 41) + SourceIndex(3) --- >>> return normalC; 1->^^^^ @@ -4216,8 +4221,8 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ set c(val: number) { } > 2 > } -1->Emitted(24, 5) Source(19, 1) + SourceIndex(3) -2 >Emitted(24, 19) Source(19, 2) + SourceIndex(3) +1->Emitted(25, 5) Source(19, 1) + SourceIndex(3) +2 >Emitted(25, 19) Source(19, 2) + SourceIndex(3) --- >>>}()); 1 > @@ -4235,10 +4240,10 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ get c() { return 10; } > /*@internal*/ set c(val: number) { } > } -1 >Emitted(25, 1) Source(19, 1) + SourceIndex(3) -2 >Emitted(25, 2) Source(19, 2) + SourceIndex(3) -3 >Emitted(25, 2) Source(13, 1) + SourceIndex(3) -4 >Emitted(25, 6) Source(19, 2) + SourceIndex(3) +1 >Emitted(26, 1) Source(19, 1) + SourceIndex(3) +2 >Emitted(26, 2) Source(19, 2) + SourceIndex(3) +3 >Emitted(26, 2) Source(13, 1) + SourceIndex(3) +4 >Emitted(26, 6) Source(19, 2) + SourceIndex(3) --- >>>var normalN; 1-> @@ -4260,10 +4265,10 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1->Emitted(26, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(26, 5) Source(20, 11) + SourceIndex(3) -3 >Emitted(26, 12) Source(20, 18) + SourceIndex(3) -4 >Emitted(26, 13) Source(29, 2) + SourceIndex(3) +1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(27, 5) Source(20, 11) + SourceIndex(3) +3 >Emitted(27, 12) Source(20, 18) + SourceIndex(3) +4 >Emitted(27, 13) Source(29, 2) + SourceIndex(3) --- >>>(function (normalN) { 1-> @@ -4273,9 +4278,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > normalN -1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(27, 12) Source(20, 11) + SourceIndex(3) -3 >Emitted(27, 19) Source(20, 18) + SourceIndex(3) +1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(28, 12) Source(20, 11) + SourceIndex(3) +3 >Emitted(28, 19) Source(20, 18) + SourceIndex(3) --- >>> /*@internal*/ var C = /** @class */ (function () { 1->^^^^ @@ -4286,15 +4291,15 @@ sourceFile:../../../second/second_part1.ts > 2 > /*@internal*/ 3 > -1->Emitted(28, 5) Source(21, 5) + SourceIndex(3) -2 >Emitted(28, 18) Source(21, 18) + SourceIndex(3) -3 >Emitted(28, 19) Source(21, 19) + SourceIndex(3) +1->Emitted(29, 5) Source(21, 5) + SourceIndex(3) +2 >Emitted(29, 18) Source(21, 18) + SourceIndex(3) +3 >Emitted(29, 19) Source(21, 19) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(29, 9) Source(21, 19) + SourceIndex(3) +1->Emitted(30, 9) Source(21, 19) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -4302,16 +4307,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(30, 9) Source(21, 36) + SourceIndex(3) -2 >Emitted(30, 10) Source(21, 37) + SourceIndex(3) +1->Emitted(31, 9) Source(21, 36) + SourceIndex(3) +2 >Emitted(31, 10) Source(21, 37) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(31, 9) Source(21, 36) + SourceIndex(3) -2 >Emitted(31, 17) Source(21, 37) + SourceIndex(3) +1->Emitted(32, 9) Source(21, 36) + SourceIndex(3) +2 >Emitted(32, 17) Source(21, 37) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -4323,10 +4328,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(32, 5) Source(21, 36) + SourceIndex(3) -2 >Emitted(32, 6) Source(21, 37) + SourceIndex(3) -3 >Emitted(32, 6) Source(21, 19) + SourceIndex(3) -4 >Emitted(32, 10) Source(21, 37) + SourceIndex(3) +1 >Emitted(33, 5) Source(21, 36) + SourceIndex(3) +2 >Emitted(33, 6) Source(21, 37) + SourceIndex(3) +3 >Emitted(33, 6) Source(21, 19) + SourceIndex(3) +4 >Emitted(33, 10) Source(21, 37) + SourceIndex(3) --- >>> normalN.C = C; 1->^^^^ @@ -4338,10 +4343,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > { } 4 > -1->Emitted(33, 5) Source(21, 32) + SourceIndex(3) -2 >Emitted(33, 14) Source(21, 33) + SourceIndex(3) -3 >Emitted(33, 18) Source(21, 37) + SourceIndex(3) -4 >Emitted(33, 19) Source(21, 37) + SourceIndex(3) +1->Emitted(34, 5) Source(21, 32) + SourceIndex(3) +2 >Emitted(34, 14) Source(21, 33) + SourceIndex(3) +3 >Emitted(34, 18) Source(21, 37) + SourceIndex(3) +4 >Emitted(34, 19) Source(21, 37) + SourceIndex(3) --- >>> /*@internal*/ function foo() { } 1->^^^^ @@ -4359,13 +4364,13 @@ sourceFile:../../../second/second_part1.ts 5 > foo 6 > () { 7 > } -1->Emitted(34, 5) Source(22, 5) + SourceIndex(3) -2 >Emitted(34, 18) Source(22, 18) + SourceIndex(3) -3 >Emitted(34, 19) Source(22, 19) + SourceIndex(3) -4 >Emitted(34, 28) Source(22, 35) + SourceIndex(3) -5 >Emitted(34, 31) Source(22, 38) + SourceIndex(3) -6 >Emitted(34, 36) Source(22, 42) + SourceIndex(3) -7 >Emitted(34, 37) Source(22, 43) + SourceIndex(3) +1->Emitted(35, 5) Source(22, 5) + SourceIndex(3) +2 >Emitted(35, 18) Source(22, 18) + SourceIndex(3) +3 >Emitted(35, 19) Source(22, 19) + SourceIndex(3) +4 >Emitted(35, 28) Source(22, 35) + SourceIndex(3) +5 >Emitted(35, 31) Source(22, 38) + SourceIndex(3) +6 >Emitted(35, 36) Source(22, 42) + SourceIndex(3) +7 >Emitted(35, 37) Source(22, 43) + SourceIndex(3) --- >>> normalN.foo = foo; 1 >^^^^ @@ -4377,10 +4382,10 @@ sourceFile:../../../second/second_part1.ts 2 > foo 3 > () {} 4 > -1 >Emitted(35, 5) Source(22, 35) + SourceIndex(3) -2 >Emitted(35, 16) Source(22, 38) + SourceIndex(3) -3 >Emitted(35, 22) Source(22, 43) + SourceIndex(3) -4 >Emitted(35, 23) Source(22, 43) + SourceIndex(3) +1 >Emitted(36, 5) Source(22, 35) + SourceIndex(3) +2 >Emitted(36, 16) Source(22, 38) + SourceIndex(3) +3 >Emitted(36, 22) Source(22, 43) + SourceIndex(3) +4 >Emitted(36, 23) Source(22, 43) + SourceIndex(3) --- >>> /*@internal*/ var someNamespace; 1->^^^^ @@ -4396,12 +4401,12 @@ sourceFile:../../../second/second_part1.ts 4 > export namespace 5 > someNamespace 6 > { export class C {} } -1->Emitted(36, 5) Source(23, 5) + SourceIndex(3) -2 >Emitted(36, 18) Source(23, 18) + SourceIndex(3) -3 >Emitted(36, 19) Source(23, 19) + SourceIndex(3) -4 >Emitted(36, 23) Source(23, 36) + SourceIndex(3) -5 >Emitted(36, 36) Source(23, 49) + SourceIndex(3) -6 >Emitted(36, 37) Source(23, 71) + SourceIndex(3) +1->Emitted(37, 5) Source(23, 5) + SourceIndex(3) +2 >Emitted(37, 18) Source(23, 18) + SourceIndex(3) +3 >Emitted(37, 19) Source(23, 19) + SourceIndex(3) +4 >Emitted(37, 23) Source(23, 36) + SourceIndex(3) +5 >Emitted(37, 36) Source(23, 49) + SourceIndex(3) +6 >Emitted(37, 37) Source(23, 71) + SourceIndex(3) --- >>> (function (someNamespace) { 1 >^^^^ @@ -4411,21 +4416,21 @@ sourceFile:../../../second/second_part1.ts 1 > 2 > export namespace 3 > someNamespace -1 >Emitted(37, 5) Source(23, 19) + SourceIndex(3) -2 >Emitted(37, 16) Source(23, 36) + SourceIndex(3) -3 >Emitted(37, 29) Source(23, 49) + SourceIndex(3) +1 >Emitted(38, 5) Source(23, 19) + SourceIndex(3) +2 >Emitted(38, 16) Source(23, 36) + SourceIndex(3) +3 >Emitted(38, 29) Source(23, 49) + SourceIndex(3) --- >>> var C = /** @class */ (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(38, 9) Source(23, 52) + SourceIndex(3) +1->Emitted(39, 9) Source(23, 52) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(39, 13) Source(23, 52) + SourceIndex(3) +1->Emitted(40, 13) Source(23, 52) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -4433,16 +4438,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(40, 13) Source(23, 68) + SourceIndex(3) -2 >Emitted(40, 14) Source(23, 69) + SourceIndex(3) +1->Emitted(41, 13) Source(23, 68) + SourceIndex(3) +2 >Emitted(41, 14) Source(23, 69) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(41, 13) Source(23, 68) + SourceIndex(3) -2 >Emitted(41, 21) Source(23, 69) + SourceIndex(3) +1->Emitted(42, 13) Source(23, 68) + SourceIndex(3) +2 >Emitted(42, 21) Source(23, 69) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -4454,10 +4459,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(42, 9) Source(23, 68) + SourceIndex(3) -2 >Emitted(42, 10) Source(23, 69) + SourceIndex(3) -3 >Emitted(42, 10) Source(23, 52) + SourceIndex(3) -4 >Emitted(42, 14) Source(23, 69) + SourceIndex(3) +1 >Emitted(43, 9) Source(23, 68) + SourceIndex(3) +2 >Emitted(43, 10) Source(23, 69) + SourceIndex(3) +3 >Emitted(43, 10) Source(23, 52) + SourceIndex(3) +4 >Emitted(43, 14) Source(23, 69) + SourceIndex(3) --- >>> someNamespace.C = C; 1->^^^^^^^^ @@ -4469,10 +4474,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > {} 4 > -1->Emitted(43, 9) Source(23, 65) + SourceIndex(3) -2 >Emitted(43, 24) Source(23, 66) + SourceIndex(3) -3 >Emitted(43, 28) Source(23, 69) + SourceIndex(3) -4 >Emitted(43, 29) Source(23, 69) + SourceIndex(3) +1->Emitted(44, 9) Source(23, 65) + SourceIndex(3) +2 >Emitted(44, 24) Source(23, 66) + SourceIndex(3) +3 >Emitted(44, 28) Source(23, 69) + SourceIndex(3) +4 >Emitted(44, 29) Source(23, 69) + SourceIndex(3) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^ @@ -4493,15 +4498,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(44, 5) Source(23, 70) + SourceIndex(3) -2 >Emitted(44, 6) Source(23, 71) + SourceIndex(3) -3 >Emitted(44, 8) Source(23, 36) + SourceIndex(3) -4 >Emitted(44, 21) Source(23, 49) + SourceIndex(3) -5 >Emitted(44, 24) Source(23, 36) + SourceIndex(3) -6 >Emitted(44, 45) Source(23, 49) + SourceIndex(3) -7 >Emitted(44, 50) Source(23, 36) + SourceIndex(3) -8 >Emitted(44, 71) Source(23, 49) + SourceIndex(3) -9 >Emitted(44, 79) Source(23, 71) + SourceIndex(3) +1->Emitted(45, 5) Source(23, 70) + SourceIndex(3) +2 >Emitted(45, 6) Source(23, 71) + SourceIndex(3) +3 >Emitted(45, 8) Source(23, 36) + SourceIndex(3) +4 >Emitted(45, 21) Source(23, 49) + SourceIndex(3) +5 >Emitted(45, 24) Source(23, 36) + SourceIndex(3) +6 >Emitted(45, 45) Source(23, 49) + SourceIndex(3) +7 >Emitted(45, 50) Source(23, 36) + SourceIndex(3) +8 >Emitted(45, 71) Source(23, 49) + SourceIndex(3) +9 >Emitted(45, 79) Source(23, 71) + SourceIndex(3) --- >>> /*@internal*/ var someOther; 1 >^^^^ @@ -4517,12 +4522,12 @@ sourceFile:../../../second/second_part1.ts 4 > export namespace 5 > someOther 6 > .something { export class someClass {} } -1 >Emitted(45, 5) Source(24, 5) + SourceIndex(3) -2 >Emitted(45, 18) Source(24, 18) + SourceIndex(3) -3 >Emitted(45, 19) Source(24, 19) + SourceIndex(3) -4 >Emitted(45, 23) Source(24, 36) + SourceIndex(3) -5 >Emitted(45, 32) Source(24, 45) + SourceIndex(3) -6 >Emitted(45, 33) Source(24, 85) + SourceIndex(3) +1 >Emitted(46, 5) Source(24, 5) + SourceIndex(3) +2 >Emitted(46, 18) Source(24, 18) + SourceIndex(3) +3 >Emitted(46, 19) Source(24, 19) + SourceIndex(3) +4 >Emitted(46, 23) Source(24, 36) + SourceIndex(3) +5 >Emitted(46, 32) Source(24, 45) + SourceIndex(3) +6 >Emitted(46, 33) Source(24, 85) + SourceIndex(3) --- >>> (function (someOther) { 1 >^^^^ @@ -4531,9 +4536,9 @@ sourceFile:../../../second/second_part1.ts 1 > 2 > export namespace 3 > someOther -1 >Emitted(46, 5) Source(24, 19) + SourceIndex(3) -2 >Emitted(46, 16) Source(24, 36) + SourceIndex(3) -3 >Emitted(46, 25) Source(24, 45) + SourceIndex(3) +1 >Emitted(47, 5) Source(24, 19) + SourceIndex(3) +2 >Emitted(47, 16) Source(24, 36) + SourceIndex(3) +3 >Emitted(47, 25) Source(24, 45) + SourceIndex(3) --- >>> var something; 1 >^^^^^^^^ @@ -4545,10 +4550,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(47, 9) Source(24, 46) + SourceIndex(3) -2 >Emitted(47, 13) Source(24, 46) + SourceIndex(3) -3 >Emitted(47, 22) Source(24, 55) + SourceIndex(3) -4 >Emitted(47, 23) Source(24, 85) + SourceIndex(3) +1 >Emitted(48, 9) Source(24, 46) + SourceIndex(3) +2 >Emitted(48, 13) Source(24, 46) + SourceIndex(3) +3 >Emitted(48, 22) Source(24, 55) + SourceIndex(3) +4 >Emitted(48, 23) Source(24, 85) + SourceIndex(3) --- >>> (function (something) { 1->^^^^^^^^ @@ -4558,21 +4563,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(48, 9) Source(24, 46) + SourceIndex(3) -2 >Emitted(48, 20) Source(24, 46) + SourceIndex(3) -3 >Emitted(48, 29) Source(24, 55) + SourceIndex(3) +1->Emitted(49, 9) Source(24, 46) + SourceIndex(3) +2 >Emitted(49, 20) Source(24, 46) + SourceIndex(3) +3 >Emitted(49, 29) Source(24, 55) + SourceIndex(3) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(49, 13) Source(24, 58) + SourceIndex(3) +1->Emitted(50, 13) Source(24, 58) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(50, 17) Source(24, 58) + SourceIndex(3) +1->Emitted(51, 17) Source(24, 58) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -4580,16 +4585,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(51, 17) Source(24, 82) + SourceIndex(3) -2 >Emitted(51, 18) Source(24, 83) + SourceIndex(3) +1->Emitted(52, 17) Source(24, 82) + SourceIndex(3) +2 >Emitted(52, 18) Source(24, 83) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(52, 17) Source(24, 82) + SourceIndex(3) -2 >Emitted(52, 33) Source(24, 83) + SourceIndex(3) +1->Emitted(53, 17) Source(24, 82) + SourceIndex(3) +2 >Emitted(53, 33) Source(24, 83) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -4601,10 +4606,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(53, 13) Source(24, 82) + SourceIndex(3) -2 >Emitted(53, 14) Source(24, 83) + SourceIndex(3) -3 >Emitted(53, 14) Source(24, 58) + SourceIndex(3) -4 >Emitted(53, 18) Source(24, 83) + SourceIndex(3) +1 >Emitted(54, 13) Source(24, 82) + SourceIndex(3) +2 >Emitted(54, 14) Source(24, 83) + SourceIndex(3) +3 >Emitted(54, 14) Source(24, 58) + SourceIndex(3) +4 >Emitted(54, 18) Source(24, 83) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -4616,10 +4621,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(54, 13) Source(24, 71) + SourceIndex(3) -2 >Emitted(54, 32) Source(24, 80) + SourceIndex(3) -3 >Emitted(54, 44) Source(24, 83) + SourceIndex(3) -4 >Emitted(54, 45) Source(24, 83) + SourceIndex(3) +1->Emitted(55, 13) Source(24, 71) + SourceIndex(3) +2 >Emitted(55, 32) Source(24, 80) + SourceIndex(3) +3 >Emitted(55, 44) Source(24, 83) + SourceIndex(3) +4 >Emitted(55, 45) Source(24, 83) + SourceIndex(3) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^ @@ -4640,15 +4645,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(55, 9) Source(24, 84) + SourceIndex(3) -2 >Emitted(55, 10) Source(24, 85) + SourceIndex(3) -3 >Emitted(55, 12) Source(24, 46) + SourceIndex(3) -4 >Emitted(55, 21) Source(24, 55) + SourceIndex(3) -5 >Emitted(55, 24) Source(24, 46) + SourceIndex(3) -6 >Emitted(55, 43) Source(24, 55) + SourceIndex(3) -7 >Emitted(55, 48) Source(24, 46) + SourceIndex(3) -8 >Emitted(55, 67) Source(24, 55) + SourceIndex(3) -9 >Emitted(55, 75) Source(24, 85) + SourceIndex(3) +1->Emitted(56, 9) Source(24, 84) + SourceIndex(3) +2 >Emitted(56, 10) Source(24, 85) + SourceIndex(3) +3 >Emitted(56, 12) Source(24, 46) + SourceIndex(3) +4 >Emitted(56, 21) Source(24, 55) + SourceIndex(3) +5 >Emitted(56, 24) Source(24, 46) + SourceIndex(3) +6 >Emitted(56, 43) Source(24, 55) + SourceIndex(3) +7 >Emitted(56, 48) Source(24, 46) + SourceIndex(3) +8 >Emitted(56, 67) Source(24, 55) + SourceIndex(3) +9 >Emitted(56, 75) Source(24, 85) + SourceIndex(3) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^ @@ -4669,15 +4674,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(56, 5) Source(24, 84) + SourceIndex(3) -2 >Emitted(56, 6) Source(24, 85) + SourceIndex(3) -3 >Emitted(56, 8) Source(24, 36) + SourceIndex(3) -4 >Emitted(56, 17) Source(24, 45) + SourceIndex(3) -5 >Emitted(56, 20) Source(24, 36) + SourceIndex(3) -6 >Emitted(56, 37) Source(24, 45) + SourceIndex(3) -7 >Emitted(56, 42) Source(24, 36) + SourceIndex(3) -8 >Emitted(56, 59) Source(24, 45) + SourceIndex(3) -9 >Emitted(56, 67) Source(24, 85) + SourceIndex(3) +1 >Emitted(57, 5) Source(24, 84) + SourceIndex(3) +2 >Emitted(57, 6) Source(24, 85) + SourceIndex(3) +3 >Emitted(57, 8) Source(24, 36) + SourceIndex(3) +4 >Emitted(57, 17) Source(24, 45) + SourceIndex(3) +5 >Emitted(57, 20) Source(24, 36) + SourceIndex(3) +6 >Emitted(57, 37) Source(24, 45) + SourceIndex(3) +7 >Emitted(57, 42) Source(24, 36) + SourceIndex(3) +8 >Emitted(57, 59) Source(24, 45) + SourceIndex(3) +9 >Emitted(57, 67) Source(24, 85) + SourceIndex(3) --- >>> /*@internal*/ normalN.someImport = someNamespace.C; 1 >^^^^ @@ -4699,15 +4704,15 @@ sourceFile:../../../second/second_part1.ts 7 > . 8 > C 9 > ; -1 >Emitted(57, 5) Source(25, 5) + SourceIndex(3) -2 >Emitted(57, 18) Source(25, 18) + SourceIndex(3) -3 >Emitted(57, 19) Source(25, 33) + SourceIndex(3) -4 >Emitted(57, 37) Source(25, 43) + SourceIndex(3) -5 >Emitted(57, 40) Source(25, 46) + SourceIndex(3) -6 >Emitted(57, 53) Source(25, 59) + SourceIndex(3) -7 >Emitted(57, 54) Source(25, 60) + SourceIndex(3) -8 >Emitted(57, 55) Source(25, 61) + SourceIndex(3) -9 >Emitted(57, 56) Source(25, 62) + SourceIndex(3) +1 >Emitted(58, 5) Source(25, 5) + SourceIndex(3) +2 >Emitted(58, 18) Source(25, 18) + SourceIndex(3) +3 >Emitted(58, 19) Source(25, 33) + SourceIndex(3) +4 >Emitted(58, 37) Source(25, 43) + SourceIndex(3) +5 >Emitted(58, 40) Source(25, 46) + SourceIndex(3) +6 >Emitted(58, 53) Source(25, 59) + SourceIndex(3) +7 >Emitted(58, 54) Source(25, 60) + SourceIndex(3) +8 >Emitted(58, 55) Source(25, 61) + SourceIndex(3) +9 >Emitted(58, 56) Source(25, 62) + SourceIndex(3) --- >>> /*@internal*/ normalN.internalConst = 10; 1 >^^^^ @@ -4726,13 +4731,13 @@ sourceFile:../../../second/second_part1.ts 5 > = 6 > 10 7 > ; -1 >Emitted(58, 5) Source(27, 5) + SourceIndex(3) -2 >Emitted(58, 18) Source(27, 18) + SourceIndex(3) -3 >Emitted(58, 19) Source(27, 32) + SourceIndex(3) -4 >Emitted(58, 40) Source(27, 45) + SourceIndex(3) -5 >Emitted(58, 43) Source(27, 48) + SourceIndex(3) -6 >Emitted(58, 45) Source(27, 50) + SourceIndex(3) -7 >Emitted(58, 46) Source(27, 51) + SourceIndex(3) +1 >Emitted(59, 5) Source(27, 5) + SourceIndex(3) +2 >Emitted(59, 18) Source(27, 18) + SourceIndex(3) +3 >Emitted(59, 19) Source(27, 32) + SourceIndex(3) +4 >Emitted(59, 40) Source(27, 45) + SourceIndex(3) +5 >Emitted(59, 43) Source(27, 48) + SourceIndex(3) +6 >Emitted(59, 45) Source(27, 50) + SourceIndex(3) +7 >Emitted(59, 46) Source(27, 51) + SourceIndex(3) --- >>> /*@internal*/ var internalEnum; 1 >^^^^ @@ -4746,11 +4751,11 @@ sourceFile:../../../second/second_part1.ts 3 > 4 > export enum 5 > internalEnum { a, b, c } -1 >Emitted(59, 5) Source(28, 5) + SourceIndex(3) -2 >Emitted(59, 18) Source(28, 18) + SourceIndex(3) -3 >Emitted(59, 19) Source(28, 19) + SourceIndex(3) -4 >Emitted(59, 23) Source(28, 31) + SourceIndex(3) -5 >Emitted(59, 35) Source(28, 55) + SourceIndex(3) +1 >Emitted(60, 5) Source(28, 5) + SourceIndex(3) +2 >Emitted(60, 18) Source(28, 18) + SourceIndex(3) +3 >Emitted(60, 19) Source(28, 19) + SourceIndex(3) +4 >Emitted(60, 23) Source(28, 31) + SourceIndex(3) +5 >Emitted(60, 35) Source(28, 55) + SourceIndex(3) --- >>> (function (internalEnum) { 1 >^^^^ @@ -4760,9 +4765,9 @@ sourceFile:../../../second/second_part1.ts 1 > 2 > export enum 3 > internalEnum -1 >Emitted(60, 5) Source(28, 19) + SourceIndex(3) -2 >Emitted(60, 16) Source(28, 31) + SourceIndex(3) -3 >Emitted(60, 28) Source(28, 43) + SourceIndex(3) +1 >Emitted(61, 5) Source(28, 19) + SourceIndex(3) +2 >Emitted(61, 16) Source(28, 31) + SourceIndex(3) +3 >Emitted(61, 28) Source(28, 43) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -4772,9 +4777,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(61, 9) Source(28, 46) + SourceIndex(3) -2 >Emitted(61, 50) Source(28, 47) + SourceIndex(3) -3 >Emitted(61, 51) Source(28, 47) + SourceIndex(3) +1->Emitted(62, 9) Source(28, 46) + SourceIndex(3) +2 >Emitted(62, 50) Source(28, 47) + SourceIndex(3) +3 >Emitted(62, 51) Source(28, 47) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -4784,9 +4789,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(62, 9) Source(28, 49) + SourceIndex(3) -2 >Emitted(62, 50) Source(28, 50) + SourceIndex(3) -3 >Emitted(62, 51) Source(28, 50) + SourceIndex(3) +1->Emitted(63, 9) Source(28, 49) + SourceIndex(3) +2 >Emitted(63, 50) Source(28, 50) + SourceIndex(3) +3 >Emitted(63, 51) Source(28, 50) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -4796,9 +4801,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(63, 9) Source(28, 52) + SourceIndex(3) -2 >Emitted(63, 50) Source(28, 53) + SourceIndex(3) -3 >Emitted(63, 51) Source(28, 53) + SourceIndex(3) +1->Emitted(64, 9) Source(28, 52) + SourceIndex(3) +2 >Emitted(64, 50) Source(28, 53) + SourceIndex(3) +3 >Emitted(64, 51) Source(28, 53) + SourceIndex(3) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^ @@ -4819,15 +4824,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(64, 5) Source(28, 54) + SourceIndex(3) -2 >Emitted(64, 6) Source(28, 55) + SourceIndex(3) -3 >Emitted(64, 8) Source(28, 31) + SourceIndex(3) -4 >Emitted(64, 20) Source(28, 43) + SourceIndex(3) -5 >Emitted(64, 23) Source(28, 31) + SourceIndex(3) -6 >Emitted(64, 43) Source(28, 43) + SourceIndex(3) -7 >Emitted(64, 48) Source(28, 31) + SourceIndex(3) -8 >Emitted(64, 68) Source(28, 43) + SourceIndex(3) -9 >Emitted(64, 76) Source(28, 55) + SourceIndex(3) +1->Emitted(65, 5) Source(28, 54) + SourceIndex(3) +2 >Emitted(65, 6) Source(28, 55) + SourceIndex(3) +3 >Emitted(65, 8) Source(28, 31) + SourceIndex(3) +4 >Emitted(65, 20) Source(28, 43) + SourceIndex(3) +5 >Emitted(65, 23) Source(28, 31) + SourceIndex(3) +6 >Emitted(65, 43) Source(28, 43) + SourceIndex(3) +7 >Emitted(65, 48) Source(28, 31) + SourceIndex(3) +8 >Emitted(65, 68) Source(28, 43) + SourceIndex(3) +9 >Emitted(65, 76) Source(28, 55) + SourceIndex(3) --- >>>})(normalN || (normalN = {})); 1 > @@ -4855,13 +4860,13 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(65, 1) Source(29, 1) + SourceIndex(3) -2 >Emitted(65, 2) Source(29, 2) + SourceIndex(3) -3 >Emitted(65, 4) Source(20, 11) + SourceIndex(3) -4 >Emitted(65, 11) Source(20, 18) + SourceIndex(3) -5 >Emitted(65, 16) Source(20, 11) + SourceIndex(3) -6 >Emitted(65, 23) Source(20, 18) + SourceIndex(3) -7 >Emitted(65, 31) Source(29, 2) + SourceIndex(3) +1 >Emitted(66, 1) Source(29, 1) + SourceIndex(3) +2 >Emitted(66, 2) Source(29, 2) + SourceIndex(3) +3 >Emitted(66, 4) Source(20, 11) + SourceIndex(3) +4 >Emitted(66, 11) Source(20, 18) + SourceIndex(3) +5 >Emitted(66, 16) Source(20, 11) + SourceIndex(3) +6 >Emitted(66, 23) Source(20, 18) + SourceIndex(3) +7 >Emitted(66, 31) Source(29, 2) + SourceIndex(3) --- >>>/*@internal*/ var internalC = /** @class */ (function () { 1-> @@ -4872,15 +4877,15 @@ sourceFile:../../../second/second_part1.ts > 2 >/*@internal*/ 3 > -1->Emitted(66, 1) Source(30, 1) + SourceIndex(3) -2 >Emitted(66, 14) Source(30, 14) + SourceIndex(3) -3 >Emitted(66, 15) Source(30, 15) + SourceIndex(3) +1->Emitted(67, 1) Source(30, 1) + SourceIndex(3) +2 >Emitted(67, 14) Source(30, 14) + SourceIndex(3) +3 >Emitted(67, 15) Source(30, 15) + SourceIndex(3) --- >>> function internalC() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(67, 5) Source(30, 15) + SourceIndex(3) +1->Emitted(68, 5) Source(30, 15) + SourceIndex(3) --- >>> } 1->^^^^ @@ -4888,16 +4893,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->class internalC { 2 > } -1->Emitted(68, 5) Source(30, 32) + SourceIndex(3) -2 >Emitted(68, 6) Source(30, 33) + SourceIndex(3) +1->Emitted(69, 5) Source(30, 32) + SourceIndex(3) +2 >Emitted(69, 6) Source(30, 33) + SourceIndex(3) --- >>> return internalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(69, 5) Source(30, 32) + SourceIndex(3) -2 >Emitted(69, 21) Source(30, 33) + SourceIndex(3) +1->Emitted(70, 5) Source(30, 32) + SourceIndex(3) +2 >Emitted(70, 21) Source(30, 33) + SourceIndex(3) --- >>>}()); 1 > @@ -4909,10 +4914,10 @@ sourceFile:../../../second/second_part1.ts 2 >} 3 > 4 > class internalC {} -1 >Emitted(70, 1) Source(30, 32) + SourceIndex(3) -2 >Emitted(70, 2) Source(30, 33) + SourceIndex(3) -3 >Emitted(70, 2) Source(30, 15) + SourceIndex(3) -4 >Emitted(70, 6) Source(30, 33) + SourceIndex(3) +1 >Emitted(71, 1) Source(30, 32) + SourceIndex(3) +2 >Emitted(71, 2) Source(30, 33) + SourceIndex(3) +3 >Emitted(71, 2) Source(30, 15) + SourceIndex(3) +4 >Emitted(71, 6) Source(30, 33) + SourceIndex(3) --- >>>/*@internal*/ function internalfoo() { } 1-> @@ -4930,13 +4935,13 @@ sourceFile:../../../second/second_part1.ts 5 > internalfoo 6 > () { 7 > } -1->Emitted(71, 1) Source(31, 1) + SourceIndex(3) -2 >Emitted(71, 14) Source(31, 14) + SourceIndex(3) -3 >Emitted(71, 15) Source(31, 15) + SourceIndex(3) -4 >Emitted(71, 24) Source(31, 24) + SourceIndex(3) -5 >Emitted(71, 35) Source(31, 35) + SourceIndex(3) -6 >Emitted(71, 40) Source(31, 39) + SourceIndex(3) -7 >Emitted(71, 41) Source(31, 40) + SourceIndex(3) +1->Emitted(72, 1) Source(31, 1) + SourceIndex(3) +2 >Emitted(72, 14) Source(31, 14) + SourceIndex(3) +3 >Emitted(72, 15) Source(31, 15) + SourceIndex(3) +4 >Emitted(72, 24) Source(31, 24) + SourceIndex(3) +5 >Emitted(72, 35) Source(31, 35) + SourceIndex(3) +6 >Emitted(72, 40) Source(31, 39) + SourceIndex(3) +7 >Emitted(72, 41) Source(31, 40) + SourceIndex(3) --- >>>/*@internal*/ var internalNamespace; 1 > @@ -4952,12 +4957,12 @@ sourceFile:../../../second/second_part1.ts 4 > namespace 5 > internalNamespace 6 > { export class someClass {} } -1 >Emitted(72, 1) Source(32, 1) + SourceIndex(3) -2 >Emitted(72, 14) Source(32, 14) + SourceIndex(3) -3 >Emitted(72, 15) Source(32, 15) + SourceIndex(3) -4 >Emitted(72, 19) Source(32, 25) + SourceIndex(3) -5 >Emitted(72, 36) Source(32, 42) + SourceIndex(3) -6 >Emitted(72, 37) Source(32, 72) + SourceIndex(3) +1 >Emitted(73, 1) Source(32, 1) + SourceIndex(3) +2 >Emitted(73, 14) Source(32, 14) + SourceIndex(3) +3 >Emitted(73, 15) Source(32, 15) + SourceIndex(3) +4 >Emitted(73, 19) Source(32, 25) + SourceIndex(3) +5 >Emitted(73, 36) Source(32, 42) + SourceIndex(3) +6 >Emitted(73, 37) Source(32, 72) + SourceIndex(3) --- >>>(function (internalNamespace) { 1 > @@ -4967,21 +4972,21 @@ sourceFile:../../../second/second_part1.ts 1 > 2 >namespace 3 > internalNamespace -1 >Emitted(73, 1) Source(32, 15) + SourceIndex(3) -2 >Emitted(73, 12) Source(32, 25) + SourceIndex(3) -3 >Emitted(73, 29) Source(32, 42) + SourceIndex(3) +1 >Emitted(74, 1) Source(32, 15) + SourceIndex(3) +2 >Emitted(74, 12) Source(32, 25) + SourceIndex(3) +3 >Emitted(74, 29) Source(32, 42) + SourceIndex(3) --- >>> var someClass = /** @class */ (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(74, 5) Source(32, 45) + SourceIndex(3) +1->Emitted(75, 5) Source(32, 45) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(75, 9) Source(32, 45) + SourceIndex(3) +1->Emitted(76, 9) Source(32, 45) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -4989,16 +4994,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(76, 9) Source(32, 69) + SourceIndex(3) -2 >Emitted(76, 10) Source(32, 70) + SourceIndex(3) +1->Emitted(77, 9) Source(32, 69) + SourceIndex(3) +2 >Emitted(77, 10) Source(32, 70) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(77, 9) Source(32, 69) + SourceIndex(3) -2 >Emitted(77, 25) Source(32, 70) + SourceIndex(3) +1->Emitted(78, 9) Source(32, 69) + SourceIndex(3) +2 >Emitted(78, 25) Source(32, 70) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -5010,10 +5015,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(78, 5) Source(32, 69) + SourceIndex(3) -2 >Emitted(78, 6) Source(32, 70) + SourceIndex(3) -3 >Emitted(78, 6) Source(32, 45) + SourceIndex(3) -4 >Emitted(78, 10) Source(32, 70) + SourceIndex(3) +1 >Emitted(79, 5) Source(32, 69) + SourceIndex(3) +2 >Emitted(79, 6) Source(32, 70) + SourceIndex(3) +3 >Emitted(79, 6) Source(32, 45) + SourceIndex(3) +4 >Emitted(79, 10) Source(32, 70) + SourceIndex(3) --- >>> internalNamespace.someClass = someClass; 1->^^^^ @@ -5025,10 +5030,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(79, 5) Source(32, 58) + SourceIndex(3) -2 >Emitted(79, 32) Source(32, 67) + SourceIndex(3) -3 >Emitted(79, 44) Source(32, 70) + SourceIndex(3) -4 >Emitted(79, 45) Source(32, 70) + SourceIndex(3) +1->Emitted(80, 5) Source(32, 58) + SourceIndex(3) +2 >Emitted(80, 32) Source(32, 67) + SourceIndex(3) +3 >Emitted(80, 44) Source(32, 70) + SourceIndex(3) +4 >Emitted(80, 45) Source(32, 70) + SourceIndex(3) --- >>>})(internalNamespace || (internalNamespace = {})); 1-> @@ -5045,13 +5050,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalNamespace 7 > { export class someClass {} } -1->Emitted(80, 1) Source(32, 71) + SourceIndex(3) -2 >Emitted(80, 2) Source(32, 72) + SourceIndex(3) -3 >Emitted(80, 4) Source(32, 25) + SourceIndex(3) -4 >Emitted(80, 21) Source(32, 42) + SourceIndex(3) -5 >Emitted(80, 26) Source(32, 25) + SourceIndex(3) -6 >Emitted(80, 43) Source(32, 42) + SourceIndex(3) -7 >Emitted(80, 51) Source(32, 72) + SourceIndex(3) +1->Emitted(81, 1) Source(32, 71) + SourceIndex(3) +2 >Emitted(81, 2) Source(32, 72) + SourceIndex(3) +3 >Emitted(81, 4) Source(32, 25) + SourceIndex(3) +4 >Emitted(81, 21) Source(32, 42) + SourceIndex(3) +5 >Emitted(81, 26) Source(32, 25) + SourceIndex(3) +6 >Emitted(81, 43) Source(32, 42) + SourceIndex(3) +7 >Emitted(81, 51) Source(32, 72) + SourceIndex(3) --- >>>/*@internal*/ var internalOther; 1 > @@ -5067,12 +5072,12 @@ sourceFile:../../../second/second_part1.ts 4 > namespace 5 > internalOther 6 > .something { export class someClass {} } -1 >Emitted(81, 1) Source(33, 1) + SourceIndex(3) -2 >Emitted(81, 14) Source(33, 14) + SourceIndex(3) -3 >Emitted(81, 15) Source(33, 15) + SourceIndex(3) -4 >Emitted(81, 19) Source(33, 25) + SourceIndex(3) -5 >Emitted(81, 32) Source(33, 38) + SourceIndex(3) -6 >Emitted(81, 33) Source(33, 78) + SourceIndex(3) +1 >Emitted(82, 1) Source(33, 1) + SourceIndex(3) +2 >Emitted(82, 14) Source(33, 14) + SourceIndex(3) +3 >Emitted(82, 15) Source(33, 15) + SourceIndex(3) +4 >Emitted(82, 19) Source(33, 25) + SourceIndex(3) +5 >Emitted(82, 32) Source(33, 38) + SourceIndex(3) +6 >Emitted(82, 33) Source(33, 78) + SourceIndex(3) --- >>>(function (internalOther) { 1 > @@ -5081,9 +5086,9 @@ sourceFile:../../../second/second_part1.ts 1 > 2 >namespace 3 > internalOther -1 >Emitted(82, 1) Source(33, 15) + SourceIndex(3) -2 >Emitted(82, 12) Source(33, 25) + SourceIndex(3) -3 >Emitted(82, 25) Source(33, 38) + SourceIndex(3) +1 >Emitted(83, 1) Source(33, 15) + SourceIndex(3) +2 >Emitted(83, 12) Source(33, 25) + SourceIndex(3) +3 >Emitted(83, 25) Source(33, 38) + SourceIndex(3) --- >>> var something; 1 >^^^^ @@ -5095,10 +5100,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(83, 5) Source(33, 39) + SourceIndex(3) -2 >Emitted(83, 9) Source(33, 39) + SourceIndex(3) -3 >Emitted(83, 18) Source(33, 48) + SourceIndex(3) -4 >Emitted(83, 19) Source(33, 78) + SourceIndex(3) +1 >Emitted(84, 5) Source(33, 39) + SourceIndex(3) +2 >Emitted(84, 9) Source(33, 39) + SourceIndex(3) +3 >Emitted(84, 18) Source(33, 48) + SourceIndex(3) +4 >Emitted(84, 19) Source(33, 78) + SourceIndex(3) --- >>> (function (something) { 1->^^^^ @@ -5108,21 +5113,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(84, 5) Source(33, 39) + SourceIndex(3) -2 >Emitted(84, 16) Source(33, 39) + SourceIndex(3) -3 >Emitted(84, 25) Source(33, 48) + SourceIndex(3) +1->Emitted(85, 5) Source(33, 39) + SourceIndex(3) +2 >Emitted(85, 16) Source(33, 39) + SourceIndex(3) +3 >Emitted(85, 25) Source(33, 48) + SourceIndex(3) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(85, 9) Source(33, 51) + SourceIndex(3) +1->Emitted(86, 9) Source(33, 51) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(86, 13) Source(33, 51) + SourceIndex(3) +1->Emitted(87, 13) Source(33, 51) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -5130,16 +5135,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(87, 13) Source(33, 75) + SourceIndex(3) -2 >Emitted(87, 14) Source(33, 76) + SourceIndex(3) +1->Emitted(88, 13) Source(33, 75) + SourceIndex(3) +2 >Emitted(88, 14) Source(33, 76) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(88, 13) Source(33, 75) + SourceIndex(3) -2 >Emitted(88, 29) Source(33, 76) + SourceIndex(3) +1->Emitted(89, 13) Source(33, 75) + SourceIndex(3) +2 >Emitted(89, 29) Source(33, 76) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -5151,10 +5156,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(89, 9) Source(33, 75) + SourceIndex(3) -2 >Emitted(89, 10) Source(33, 76) + SourceIndex(3) -3 >Emitted(89, 10) Source(33, 51) + SourceIndex(3) -4 >Emitted(89, 14) Source(33, 76) + SourceIndex(3) +1 >Emitted(90, 9) Source(33, 75) + SourceIndex(3) +2 >Emitted(90, 10) Source(33, 76) + SourceIndex(3) +3 >Emitted(90, 10) Source(33, 51) + SourceIndex(3) +4 >Emitted(90, 14) Source(33, 76) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^ @@ -5166,10 +5171,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(90, 9) Source(33, 64) + SourceIndex(3) -2 >Emitted(90, 28) Source(33, 73) + SourceIndex(3) -3 >Emitted(90, 40) Source(33, 76) + SourceIndex(3) -4 >Emitted(90, 41) Source(33, 76) + SourceIndex(3) +1->Emitted(91, 9) Source(33, 64) + SourceIndex(3) +2 >Emitted(91, 28) Source(33, 73) + SourceIndex(3) +3 >Emitted(91, 40) Source(33, 76) + SourceIndex(3) +4 >Emitted(91, 41) Source(33, 76) + SourceIndex(3) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^ @@ -5190,15 +5195,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(91, 5) Source(33, 77) + SourceIndex(3) -2 >Emitted(91, 6) Source(33, 78) + SourceIndex(3) -3 >Emitted(91, 8) Source(33, 39) + SourceIndex(3) -4 >Emitted(91, 17) Source(33, 48) + SourceIndex(3) -5 >Emitted(91, 20) Source(33, 39) + SourceIndex(3) -6 >Emitted(91, 43) Source(33, 48) + SourceIndex(3) -7 >Emitted(91, 48) Source(33, 39) + SourceIndex(3) -8 >Emitted(91, 71) Source(33, 48) + SourceIndex(3) -9 >Emitted(91, 79) Source(33, 78) + SourceIndex(3) +1->Emitted(92, 5) Source(33, 77) + SourceIndex(3) +2 >Emitted(92, 6) Source(33, 78) + SourceIndex(3) +3 >Emitted(92, 8) Source(33, 39) + SourceIndex(3) +4 >Emitted(92, 17) Source(33, 48) + SourceIndex(3) +5 >Emitted(92, 20) Source(33, 39) + SourceIndex(3) +6 >Emitted(92, 43) Source(33, 48) + SourceIndex(3) +7 >Emitted(92, 48) Source(33, 39) + SourceIndex(3) +8 >Emitted(92, 71) Source(33, 48) + SourceIndex(3) +9 >Emitted(92, 79) Source(33, 78) + SourceIndex(3) --- >>>})(internalOther || (internalOther = {})); 1 > @@ -5216,13 +5221,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalOther 7 > .something { export class someClass {} } -1 >Emitted(92, 1) Source(33, 77) + SourceIndex(3) -2 >Emitted(92, 2) Source(33, 78) + SourceIndex(3) -3 >Emitted(92, 4) Source(33, 25) + SourceIndex(3) -4 >Emitted(92, 17) Source(33, 38) + SourceIndex(3) -5 >Emitted(92, 22) Source(33, 25) + SourceIndex(3) -6 >Emitted(92, 35) Source(33, 38) + SourceIndex(3) -7 >Emitted(92, 43) Source(33, 78) + SourceIndex(3) +1 >Emitted(93, 1) Source(33, 77) + SourceIndex(3) +2 >Emitted(93, 2) Source(33, 78) + SourceIndex(3) +3 >Emitted(93, 4) Source(33, 25) + SourceIndex(3) +4 >Emitted(93, 17) Source(33, 38) + SourceIndex(3) +5 >Emitted(93, 22) Source(33, 25) + SourceIndex(3) +6 >Emitted(93, 35) Source(33, 38) + SourceIndex(3) +7 >Emitted(93, 43) Source(33, 78) + SourceIndex(3) --- >>>/*@internal*/ var internalImport = internalNamespace.someClass; 1-> @@ -5246,16 +5251,16 @@ sourceFile:../../../second/second_part1.ts 8 > . 9 > someClass 10> ; -1->Emitted(93, 1) Source(34, 1) + SourceIndex(3) -2 >Emitted(93, 14) Source(34, 14) + SourceIndex(3) -3 >Emitted(93, 15) Source(34, 15) + SourceIndex(3) -4 >Emitted(93, 19) Source(34, 22) + SourceIndex(3) -5 >Emitted(93, 33) Source(34, 36) + SourceIndex(3) -6 >Emitted(93, 36) Source(34, 39) + SourceIndex(3) -7 >Emitted(93, 53) Source(34, 56) + SourceIndex(3) -8 >Emitted(93, 54) Source(34, 57) + SourceIndex(3) -9 >Emitted(93, 63) Source(34, 66) + SourceIndex(3) -10>Emitted(93, 64) Source(34, 67) + SourceIndex(3) +1->Emitted(94, 1) Source(34, 1) + SourceIndex(3) +2 >Emitted(94, 14) Source(34, 14) + SourceIndex(3) +3 >Emitted(94, 15) Source(34, 15) + SourceIndex(3) +4 >Emitted(94, 19) Source(34, 22) + SourceIndex(3) +5 >Emitted(94, 33) Source(34, 36) + SourceIndex(3) +6 >Emitted(94, 36) Source(34, 39) + SourceIndex(3) +7 >Emitted(94, 53) Source(34, 56) + SourceIndex(3) +8 >Emitted(94, 54) Source(34, 57) + SourceIndex(3) +9 >Emitted(94, 63) Source(34, 66) + SourceIndex(3) +10>Emitted(94, 64) Source(34, 67) + SourceIndex(3) --- >>>/*@internal*/ var internalConst = 10; 1 > @@ -5276,14 +5281,14 @@ sourceFile:../../../second/second_part1.ts 6 > = 7 > 10 8 > ; -1 >Emitted(94, 1) Source(36, 1) + SourceIndex(3) -2 >Emitted(94, 14) Source(36, 14) + SourceIndex(3) -3 >Emitted(94, 15) Source(36, 15) + SourceIndex(3) -4 >Emitted(94, 19) Source(36, 21) + SourceIndex(3) -5 >Emitted(94, 32) Source(36, 34) + SourceIndex(3) -6 >Emitted(94, 35) Source(36, 37) + SourceIndex(3) -7 >Emitted(94, 37) Source(36, 39) + SourceIndex(3) -8 >Emitted(94, 38) Source(36, 40) + SourceIndex(3) +1 >Emitted(95, 1) Source(36, 1) + SourceIndex(3) +2 >Emitted(95, 14) Source(36, 14) + SourceIndex(3) +3 >Emitted(95, 15) Source(36, 15) + SourceIndex(3) +4 >Emitted(95, 19) Source(36, 21) + SourceIndex(3) +5 >Emitted(95, 32) Source(36, 34) + SourceIndex(3) +6 >Emitted(95, 35) Source(36, 37) + SourceIndex(3) +7 >Emitted(95, 37) Source(36, 39) + SourceIndex(3) +8 >Emitted(95, 38) Source(36, 40) + SourceIndex(3) --- >>>/*@internal*/ var internalEnum; 1 > @@ -5297,11 +5302,11 @@ sourceFile:../../../second/second_part1.ts 3 > 4 > enum 5 > internalEnum { a, b, c } -1 >Emitted(95, 1) Source(37, 1) + SourceIndex(3) -2 >Emitted(95, 14) Source(37, 14) + SourceIndex(3) -3 >Emitted(95, 15) Source(37, 15) + SourceIndex(3) -4 >Emitted(95, 19) Source(37, 20) + SourceIndex(3) -5 >Emitted(95, 31) Source(37, 44) + SourceIndex(3) +1 >Emitted(96, 1) Source(37, 1) + SourceIndex(3) +2 >Emitted(96, 14) Source(37, 14) + SourceIndex(3) +3 >Emitted(96, 15) Source(37, 15) + SourceIndex(3) +4 >Emitted(96, 19) Source(37, 20) + SourceIndex(3) +5 >Emitted(96, 31) Source(37, 44) + SourceIndex(3) --- >>>(function (internalEnum) { 1 > @@ -5311,9 +5316,9 @@ sourceFile:../../../second/second_part1.ts 1 > 2 >enum 3 > internalEnum -1 >Emitted(96, 1) Source(37, 15) + SourceIndex(3) -2 >Emitted(96, 12) Source(37, 20) + SourceIndex(3) -3 >Emitted(96, 24) Source(37, 32) + SourceIndex(3) +1 >Emitted(97, 1) Source(37, 15) + SourceIndex(3) +2 >Emitted(97, 12) Source(37, 20) + SourceIndex(3) +3 >Emitted(97, 24) Source(37, 32) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^ @@ -5323,9 +5328,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(97, 5) Source(37, 35) + SourceIndex(3) -2 >Emitted(97, 46) Source(37, 36) + SourceIndex(3) -3 >Emitted(97, 47) Source(37, 36) + SourceIndex(3) +1->Emitted(98, 5) Source(37, 35) + SourceIndex(3) +2 >Emitted(98, 46) Source(37, 36) + SourceIndex(3) +3 >Emitted(98, 47) Source(37, 36) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^ @@ -5335,9 +5340,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(98, 5) Source(37, 38) + SourceIndex(3) -2 >Emitted(98, 46) Source(37, 39) + SourceIndex(3) -3 >Emitted(98, 47) Source(37, 39) + SourceIndex(3) +1->Emitted(99, 5) Source(37, 38) + SourceIndex(3) +2 >Emitted(99, 46) Source(37, 39) + SourceIndex(3) +3 >Emitted(99, 47) Source(37, 39) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^ @@ -5346,9 +5351,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(99, 5) Source(37, 41) + SourceIndex(3) -2 >Emitted(99, 46) Source(37, 42) + SourceIndex(3) -3 >Emitted(99, 47) Source(37, 42) + SourceIndex(3) +1->Emitted(100, 5) Source(37, 41) + SourceIndex(3) +2 >Emitted(100, 46) Source(37, 42) + SourceIndex(3) +3 >Emitted(100, 47) Source(37, 42) + SourceIndex(3) --- >>>})(internalEnum || (internalEnum = {})); 1 > @@ -5365,13 +5370,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalEnum 7 > { a, b, c } -1 >Emitted(100, 1) Source(37, 43) + SourceIndex(3) -2 >Emitted(100, 2) Source(37, 44) + SourceIndex(3) -3 >Emitted(100, 4) Source(37, 20) + SourceIndex(3) -4 >Emitted(100, 16) Source(37, 32) + SourceIndex(3) -5 >Emitted(100, 21) Source(37, 20) + SourceIndex(3) -6 >Emitted(100, 33) Source(37, 32) + SourceIndex(3) -7 >Emitted(100, 41) Source(37, 44) + SourceIndex(3) +1 >Emitted(101, 1) Source(37, 43) + SourceIndex(3) +2 >Emitted(101, 2) Source(37, 44) + SourceIndex(3) +3 >Emitted(101, 4) Source(37, 20) + SourceIndex(3) +4 >Emitted(101, 16) Source(37, 32) + SourceIndex(3) +5 >Emitted(101, 21) Source(37, 20) + SourceIndex(3) +6 >Emitted(101, 33) Source(37, 32) + SourceIndex(3) +7 >Emitted(101, 41) Source(37, 44) + SourceIndex(3) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -5381,13 +5386,13 @@ sourceFile:../../../second/second_part2.ts 1 > 2 >^^^^^^^^^^^^^^^^^^^-> 1 > -1 >Emitted(101, 1) Source(1, 1) + SourceIndex(4) +1 >Emitted(102, 1) Source(1, 1) + SourceIndex(4) --- >>> function C() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(102, 5) Source(1, 1) + SourceIndex(4) +1->Emitted(103, 5) Source(1, 1) + SourceIndex(4) --- >>> } 1->^^^^ @@ -5399,8 +5404,8 @@ sourceFile:../../../second/second_part2.ts > } > 2 > } -1->Emitted(103, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(103, 6) Source(5, 2) + SourceIndex(4) +1->Emitted(104, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(104, 6) Source(5, 2) + SourceIndex(4) --- >>> C.prototype.doSomething = function () { 1->^^^^ @@ -5410,9 +5415,9 @@ sourceFile:../../../second/second_part2.ts 1-> 2 > doSomething 3 > -1->Emitted(104, 5) Source(2, 5) + SourceIndex(4) -2 >Emitted(104, 28) Source(2, 16) + SourceIndex(4) -3 >Emitted(104, 31) Source(2, 5) + SourceIndex(4) +1->Emitted(105, 5) Source(2, 5) + SourceIndex(4) +2 >Emitted(105, 28) Source(2, 16) + SourceIndex(4) +3 >Emitted(105, 31) Source(2, 5) + SourceIndex(4) --- >>> console.log("something got done"); 1->^^^^^^^^ @@ -5432,14 +5437,14 @@ sourceFile:../../../second/second_part2.ts 6 > "something got done" 7 > ) 8 > ; -1->Emitted(105, 9) Source(3, 9) + SourceIndex(4) -2 >Emitted(105, 16) Source(3, 16) + SourceIndex(4) -3 >Emitted(105, 17) Source(3, 17) + SourceIndex(4) -4 >Emitted(105, 20) Source(3, 20) + SourceIndex(4) -5 >Emitted(105, 21) Source(3, 21) + SourceIndex(4) -6 >Emitted(105, 41) Source(3, 41) + SourceIndex(4) -7 >Emitted(105, 42) Source(3, 42) + SourceIndex(4) -8 >Emitted(105, 43) Source(3, 43) + SourceIndex(4) +1->Emitted(106, 9) Source(3, 9) + SourceIndex(4) +2 >Emitted(106, 16) Source(3, 16) + SourceIndex(4) +3 >Emitted(106, 17) Source(3, 17) + SourceIndex(4) +4 >Emitted(106, 20) Source(3, 20) + SourceIndex(4) +5 >Emitted(106, 21) Source(3, 21) + SourceIndex(4) +6 >Emitted(106, 41) Source(3, 41) + SourceIndex(4) +7 >Emitted(106, 42) Source(3, 42) + SourceIndex(4) +8 >Emitted(106, 43) Source(3, 43) + SourceIndex(4) --- >>> }; 1 >^^^^ @@ -5448,8 +5453,8 @@ sourceFile:../../../second/second_part2.ts 1 > > 2 > } -1 >Emitted(106, 5) Source(4, 5) + SourceIndex(4) -2 >Emitted(106, 6) Source(4, 6) + SourceIndex(4) +1 >Emitted(107, 5) Source(4, 5) + SourceIndex(4) +2 >Emitted(107, 6) Source(4, 6) + SourceIndex(4) --- >>> return C; 1->^^^^ @@ -5457,8 +5462,8 @@ sourceFile:../../../second/second_part2.ts 1-> > 2 > } -1->Emitted(107, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(107, 13) Source(5, 2) + SourceIndex(4) +1->Emitted(108, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(108, 13) Source(5, 2) + SourceIndex(4) --- >>>}()); 1 > @@ -5474,10 +5479,10 @@ sourceFile:../../../second/second_part2.ts > console.log("something got done"); > } > } -1 >Emitted(108, 1) Source(5, 1) + SourceIndex(4) -2 >Emitted(108, 2) Source(5, 2) + SourceIndex(4) -3 >Emitted(108, 2) Source(1, 1) + SourceIndex(4) -4 >Emitted(108, 6) Source(5, 2) + SourceIndex(4) +1 >Emitted(109, 1) Source(5, 1) + SourceIndex(4) +2 >Emitted(109, 2) Source(5, 2) + SourceIndex(4) +3 >Emitted(109, 2) Source(1, 1) + SourceIndex(4) +4 >Emitted(109, 6) Source(5, 2) + SourceIndex(4) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -5501,14 +5506,14 @@ sourceFile:../../third_part1.ts 6 > C 7 > () 8 > ; -1->Emitted(109, 1) Source(1, 1) + SourceIndex(5) -2 >Emitted(109, 5) Source(1, 5) + SourceIndex(5) -3 >Emitted(109, 6) Source(1, 6) + SourceIndex(5) -4 >Emitted(109, 9) Source(1, 9) + SourceIndex(5) -5 >Emitted(109, 13) Source(1, 13) + SourceIndex(5) -6 >Emitted(109, 14) Source(1, 14) + SourceIndex(5) -7 >Emitted(109, 16) Source(1, 16) + SourceIndex(5) -8 >Emitted(109, 17) Source(1, 17) + SourceIndex(5) +1->Emitted(110, 1) Source(1, 1) + SourceIndex(5) +2 >Emitted(110, 5) Source(1, 5) + SourceIndex(5) +3 >Emitted(110, 6) Source(1, 6) + SourceIndex(5) +4 >Emitted(110, 9) Source(1, 9) + SourceIndex(5) +5 >Emitted(110, 13) Source(1, 13) + SourceIndex(5) +6 >Emitted(110, 14) Source(1, 14) + SourceIndex(5) +7 >Emitted(110, 16) Source(1, 16) + SourceIndex(5) +8 >Emitted(110, 17) Source(1, 17) + SourceIndex(5) --- >>>c.doSomething(); 1-> @@ -5525,12 +5530,12 @@ sourceFile:../../third_part1.ts 4 > doSomething 5 > () 6 > ; -1->Emitted(110, 1) Source(2, 1) + SourceIndex(5) -2 >Emitted(110, 2) Source(2, 2) + SourceIndex(5) -3 >Emitted(110, 3) Source(2, 3) + SourceIndex(5) -4 >Emitted(110, 14) Source(2, 14) + SourceIndex(5) -5 >Emitted(110, 16) Source(2, 16) + SourceIndex(5) -6 >Emitted(110, 17) Source(2, 17) + SourceIndex(5) +1->Emitted(111, 1) Source(2, 1) + SourceIndex(5) +2 >Emitted(111, 2) Source(2, 2) + SourceIndex(5) +3 >Emitted(111, 3) Source(2, 3) + SourceIndex(5) +4 >Emitted(111, 14) Source(2, 14) + SourceIndex(5) +5 >Emitted(111, 16) Source(2, 16) + SourceIndex(5) +6 >Emitted(111, 17) Source(2, 17) + SourceIndex(5) --- >>>//# sourceMappingURL=third-output.js.map @@ -5545,20 +5550,20 @@ sourceFile:../../third_part1.ts "sections": [ { "pos": 0, - "end": 3526, + "end": 3544, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 0, - "end": 3526, + "end": 3544, "kind": "text" } ] }, { - "pos": 3526, - "end": 3562, + "pos": 3544, + "end": 3580, "kind": "text" } ] @@ -5593,9 +5598,9 @@ sourceFile:../../third_part1.ts ====================================================================== File:: /src/third/thirdjs/output/third-output.js ---------------------------------------------------------------------- -prepend: (0-3526):: ../../../2/second-output.js texts:: 1 +prepend: (0-3544):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (0-3526) +text: (0-3544) var s = "Hello, world"; console.log(s); console.log(f()); @@ -5612,8 +5617,9 @@ var N; var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - /*@internal*/ normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + /*@internal*/ proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: true, @@ -5706,7 +5712,7 @@ var C = /** @class */ (function () { }()); ---------------------------------------------------------------------- -text: (3526-3562) +text: (3544-3580) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/initial-Build/stripInternal-with-comments-emit-enabled.js b/tests/baselines/reference/tsbuild/outfile-concat/initial-Build/stripInternal-with-comments-emit-enabled.js index 2475d4e4eda78..268036316a6fe 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/initial-Build/stripInternal-with-comments-emit-enabled.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/initial-Build/stripInternal-with-comments-emit-enabled.js @@ -725,8 +725,9 @@ var N; var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - /*@internal*/ normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + /*@internal*/ proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: true, @@ -820,7 +821,7 @@ var C = /** @class */ (function () { //# sourceMappingURL=second-output.js.map //// [/src/2/second-output.js.map] -{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"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"} //// [/src/2/second-output.js.map.baseline.txt] =================================================================== @@ -991,49 +992,50 @@ sourceFile:../second/second_part1.ts >>> } 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >constructor() { 2 > } 1 >Emitted(10, 5) Source(14, 35) + SourceIndex(0) 2 >Emitted(10, 6) Source(14, 36) + SourceIndex(0) --- ->>> /*@internal*/ normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> /*@internal*/ proto_1.method = function () { }; 1->^^^^ 2 > ^^^^^^^^^^^^^ 3 > ^ -4 > ^^^^^^^^^^^^^^^^^^^^^^^^ -5 > ^^^ -6 > ^^^^^^^^^^^^^^ -7 > ^ +4 > ^^^^^^^^^^^^^^ +5 > ^^^ +6 > ^^^^^^^^^^^^^^ +7 > ^ 1-> > /*@internal*/ prop: string; > 2 > /*@internal*/ 3 > 4 > method -5 > -6 > method() { -7 > } -1->Emitted(11, 5) Source(16, 5) + SourceIndex(0) -2 >Emitted(11, 18) Source(16, 18) + SourceIndex(0) -3 >Emitted(11, 19) Source(16, 19) + SourceIndex(0) -4 >Emitted(11, 43) Source(16, 25) + SourceIndex(0) -5 >Emitted(11, 46) Source(16, 19) + SourceIndex(0) -6 >Emitted(11, 60) Source(16, 30) + SourceIndex(0) -7 >Emitted(11, 61) Source(16, 31) + SourceIndex(0) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +5 > +6 > method() { +7 > } +1->Emitted(12, 5) Source(16, 5) + SourceIndex(0) +2 >Emitted(12, 18) Source(16, 18) + SourceIndex(0) +3 >Emitted(12, 19) Source(16, 19) + SourceIndex(0) +4 >Emitted(12, 33) Source(16, 25) + SourceIndex(0) +5 >Emitted(12, 36) Source(16, 19) + SourceIndex(0) +6 >Emitted(12, 50) Source(16, 30) + SourceIndex(0) +7 >Emitted(12, 51) Source(16, 31) + SourceIndex(0) +--- +>>> Object.defineProperty(proto_1, "c", { 1 >^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ -4 > ^^^^^^^-> +3 > ^^^^^^^^^^^^ +4 > ^^^^^^^^^^^^^^^^^-> 1 > > /*@internal*/ 2 > get 3 > c -1 >Emitted(12, 5) Source(17, 19) + SourceIndex(0) -2 >Emitted(12, 27) Source(17, 23) + SourceIndex(0) -3 >Emitted(12, 49) Source(17, 24) + SourceIndex(0) +1 >Emitted(13, 5) Source(17, 19) + SourceIndex(0) +2 >Emitted(13, 27) Source(17, 23) + SourceIndex(0) +3 >Emitted(13, 39) Source(17, 24) + SourceIndex(0) --- >>> /*@internal*/ get: function () { return 10; }, 1->^^^^^^^^ @@ -1054,15 +1056,15 @@ sourceFile:../second/second_part1.ts 7 > ; 8 > 9 > } -1->Emitted(13, 9) Source(17, 5) + SourceIndex(0) -2 >Emitted(13, 22) Source(17, 18) + SourceIndex(0) -3 >Emitted(13, 28) Source(17, 19) + SourceIndex(0) -4 >Emitted(13, 42) Source(17, 29) + SourceIndex(0) -5 >Emitted(13, 49) Source(17, 36) + SourceIndex(0) -6 >Emitted(13, 51) Source(17, 38) + SourceIndex(0) -7 >Emitted(13, 52) Source(17, 39) + SourceIndex(0) -8 >Emitted(13, 53) Source(17, 40) + SourceIndex(0) -9 >Emitted(13, 54) Source(17, 41) + SourceIndex(0) +1->Emitted(14, 9) Source(17, 5) + SourceIndex(0) +2 >Emitted(14, 22) Source(17, 18) + SourceIndex(0) +3 >Emitted(14, 28) Source(17, 19) + SourceIndex(0) +4 >Emitted(14, 42) Source(17, 29) + SourceIndex(0) +5 >Emitted(14, 49) Source(17, 36) + SourceIndex(0) +6 >Emitted(14, 51) Source(17, 38) + SourceIndex(0) +7 >Emitted(14, 52) Source(17, 39) + SourceIndex(0) +8 >Emitted(14, 53) Source(17, 40) + SourceIndex(0) +9 >Emitted(14, 54) Source(17, 41) + SourceIndex(0) --- >>> /*@internal*/ set: function (val) { }, 1 >^^^^^^^^ @@ -1080,13 +1082,13 @@ sourceFile:../second/second_part1.ts 5 > val: number 6 > ) { 7 > } -1 >Emitted(14, 9) Source(18, 5) + SourceIndex(0) -2 >Emitted(14, 22) Source(18, 18) + SourceIndex(0) -3 >Emitted(14, 28) Source(18, 19) + SourceIndex(0) -4 >Emitted(14, 38) Source(18, 25) + SourceIndex(0) -5 >Emitted(14, 41) Source(18, 36) + SourceIndex(0) -6 >Emitted(14, 45) Source(18, 40) + SourceIndex(0) -7 >Emitted(14, 46) Source(18, 41) + SourceIndex(0) +1 >Emitted(15, 9) Source(18, 5) + SourceIndex(0) +2 >Emitted(15, 22) Source(18, 18) + SourceIndex(0) +3 >Emitted(15, 28) Source(18, 19) + SourceIndex(0) +4 >Emitted(15, 38) Source(18, 25) + SourceIndex(0) +5 >Emitted(15, 41) Source(18, 36) + SourceIndex(0) +6 >Emitted(15, 45) Source(18, 40) + SourceIndex(0) +7 >Emitted(15, 46) Source(18, 41) + SourceIndex(0) --- >>> enumerable: true, >>> configurable: true @@ -1094,7 +1096,7 @@ sourceFile:../second/second_part1.ts 1 >^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(17, 8) Source(17, 41) + SourceIndex(0) +1 >Emitted(18, 8) Source(17, 41) + SourceIndex(0) --- >>> return normalC; 1->^^^^ @@ -1103,8 +1105,8 @@ sourceFile:../second/second_part1.ts > /*@internal*/ set c(val: number) { } > 2 > } -1->Emitted(18, 5) Source(19, 1) + SourceIndex(0) -2 >Emitted(18, 19) Source(19, 2) + SourceIndex(0) +1->Emitted(19, 5) Source(19, 1) + SourceIndex(0) +2 >Emitted(19, 19) Source(19, 2) + SourceIndex(0) --- >>>}()); 1 > @@ -1122,10 +1124,10 @@ sourceFile:../second/second_part1.ts > /*@internal*/ get c() { return 10; } > /*@internal*/ set c(val: number) { } > } -1 >Emitted(19, 1) Source(19, 1) + SourceIndex(0) -2 >Emitted(19, 2) Source(19, 2) + SourceIndex(0) -3 >Emitted(19, 2) Source(13, 1) + SourceIndex(0) -4 >Emitted(19, 6) Source(19, 2) + SourceIndex(0) +1 >Emitted(20, 1) Source(19, 1) + SourceIndex(0) +2 >Emitted(20, 2) Source(19, 2) + SourceIndex(0) +3 >Emitted(20, 2) Source(13, 1) + SourceIndex(0) +4 >Emitted(20, 6) Source(19, 2) + SourceIndex(0) --- >>>var normalN; 1-> @@ -1147,10 +1149,10 @@ sourceFile:../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1->Emitted(20, 1) Source(20, 1) + SourceIndex(0) -2 >Emitted(20, 5) Source(20, 11) + SourceIndex(0) -3 >Emitted(20, 12) Source(20, 18) + SourceIndex(0) -4 >Emitted(20, 13) Source(29, 2) + SourceIndex(0) +1->Emitted(21, 1) Source(20, 1) + SourceIndex(0) +2 >Emitted(21, 5) Source(20, 11) + SourceIndex(0) +3 >Emitted(21, 12) Source(20, 18) + SourceIndex(0) +4 >Emitted(21, 13) Source(29, 2) + SourceIndex(0) --- >>>(function (normalN) { 1-> @@ -1160,9 +1162,9 @@ sourceFile:../second/second_part1.ts 1-> 2 >namespace 3 > normalN -1->Emitted(21, 1) Source(20, 1) + SourceIndex(0) -2 >Emitted(21, 12) Source(20, 11) + SourceIndex(0) -3 >Emitted(21, 19) Source(20, 18) + SourceIndex(0) +1->Emitted(22, 1) Source(20, 1) + SourceIndex(0) +2 >Emitted(22, 12) Source(20, 11) + SourceIndex(0) +3 >Emitted(22, 19) Source(20, 18) + SourceIndex(0) --- >>> /*@internal*/ var C = /** @class */ (function () { 1->^^^^ @@ -1173,15 +1175,15 @@ sourceFile:../second/second_part1.ts > 2 > /*@internal*/ 3 > -1->Emitted(22, 5) Source(21, 5) + SourceIndex(0) -2 >Emitted(22, 18) Source(21, 18) + SourceIndex(0) -3 >Emitted(22, 19) Source(21, 19) + SourceIndex(0) +1->Emitted(23, 5) Source(21, 5) + SourceIndex(0) +2 >Emitted(23, 18) Source(21, 18) + SourceIndex(0) +3 >Emitted(23, 19) Source(21, 19) + SourceIndex(0) --- >>> function C() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(23, 9) Source(21, 19) + SourceIndex(0) +1->Emitted(24, 9) Source(21, 19) + SourceIndex(0) --- >>> } 1->^^^^^^^^ @@ -1189,16 +1191,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(24, 9) Source(21, 36) + SourceIndex(0) -2 >Emitted(24, 10) Source(21, 37) + SourceIndex(0) +1->Emitted(25, 9) Source(21, 36) + SourceIndex(0) +2 >Emitted(25, 10) Source(21, 37) + SourceIndex(0) --- >>> return C; 1->^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(25, 9) Source(21, 36) + SourceIndex(0) -2 >Emitted(25, 17) Source(21, 37) + SourceIndex(0) +1->Emitted(26, 9) Source(21, 36) + SourceIndex(0) +2 >Emitted(26, 17) Source(21, 37) + SourceIndex(0) --- >>> }()); 1 >^^^^ @@ -1210,10 +1212,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(26, 5) Source(21, 36) + SourceIndex(0) -2 >Emitted(26, 6) Source(21, 37) + SourceIndex(0) -3 >Emitted(26, 6) Source(21, 19) + SourceIndex(0) -4 >Emitted(26, 10) Source(21, 37) + SourceIndex(0) +1 >Emitted(27, 5) Source(21, 36) + SourceIndex(0) +2 >Emitted(27, 6) Source(21, 37) + SourceIndex(0) +3 >Emitted(27, 6) Source(21, 19) + SourceIndex(0) +4 >Emitted(27, 10) Source(21, 37) + SourceIndex(0) --- >>> normalN.C = C; 1->^^^^ @@ -1225,10 +1227,10 @@ sourceFile:../second/second_part1.ts 2 > C 3 > { } 4 > -1->Emitted(27, 5) Source(21, 32) + SourceIndex(0) -2 >Emitted(27, 14) Source(21, 33) + SourceIndex(0) -3 >Emitted(27, 18) Source(21, 37) + SourceIndex(0) -4 >Emitted(27, 19) Source(21, 37) + SourceIndex(0) +1->Emitted(28, 5) Source(21, 32) + SourceIndex(0) +2 >Emitted(28, 14) Source(21, 33) + SourceIndex(0) +3 >Emitted(28, 18) Source(21, 37) + SourceIndex(0) +4 >Emitted(28, 19) Source(21, 37) + SourceIndex(0) --- >>> /*@internal*/ function foo() { } 1->^^^^ @@ -1246,13 +1248,13 @@ sourceFile:../second/second_part1.ts 5 > foo 6 > () { 7 > } -1->Emitted(28, 5) Source(22, 5) + SourceIndex(0) -2 >Emitted(28, 18) Source(22, 18) + SourceIndex(0) -3 >Emitted(28, 19) Source(22, 19) + SourceIndex(0) -4 >Emitted(28, 28) Source(22, 35) + SourceIndex(0) -5 >Emitted(28, 31) Source(22, 38) + SourceIndex(0) -6 >Emitted(28, 36) Source(22, 42) + SourceIndex(0) -7 >Emitted(28, 37) Source(22, 43) + SourceIndex(0) +1->Emitted(29, 5) Source(22, 5) + SourceIndex(0) +2 >Emitted(29, 18) Source(22, 18) + SourceIndex(0) +3 >Emitted(29, 19) Source(22, 19) + SourceIndex(0) +4 >Emitted(29, 28) Source(22, 35) + SourceIndex(0) +5 >Emitted(29, 31) Source(22, 38) + SourceIndex(0) +6 >Emitted(29, 36) Source(22, 42) + SourceIndex(0) +7 >Emitted(29, 37) Source(22, 43) + SourceIndex(0) --- >>> normalN.foo = foo; 1 >^^^^ @@ -1264,10 +1266,10 @@ sourceFile:../second/second_part1.ts 2 > foo 3 > () {} 4 > -1 >Emitted(29, 5) Source(22, 35) + SourceIndex(0) -2 >Emitted(29, 16) Source(22, 38) + SourceIndex(0) -3 >Emitted(29, 22) Source(22, 43) + SourceIndex(0) -4 >Emitted(29, 23) Source(22, 43) + SourceIndex(0) +1 >Emitted(30, 5) Source(22, 35) + SourceIndex(0) +2 >Emitted(30, 16) Source(22, 38) + SourceIndex(0) +3 >Emitted(30, 22) Source(22, 43) + SourceIndex(0) +4 >Emitted(30, 23) Source(22, 43) + SourceIndex(0) --- >>> /*@internal*/ var someNamespace; 1->^^^^ @@ -1283,12 +1285,12 @@ sourceFile:../second/second_part1.ts 4 > export namespace 5 > someNamespace 6 > { export class C {} } -1->Emitted(30, 5) Source(23, 5) + SourceIndex(0) -2 >Emitted(30, 18) Source(23, 18) + SourceIndex(0) -3 >Emitted(30, 19) Source(23, 19) + SourceIndex(0) -4 >Emitted(30, 23) Source(23, 36) + SourceIndex(0) -5 >Emitted(30, 36) Source(23, 49) + SourceIndex(0) -6 >Emitted(30, 37) Source(23, 71) + SourceIndex(0) +1->Emitted(31, 5) Source(23, 5) + SourceIndex(0) +2 >Emitted(31, 18) Source(23, 18) + SourceIndex(0) +3 >Emitted(31, 19) Source(23, 19) + SourceIndex(0) +4 >Emitted(31, 23) Source(23, 36) + SourceIndex(0) +5 >Emitted(31, 36) Source(23, 49) + SourceIndex(0) +6 >Emitted(31, 37) Source(23, 71) + SourceIndex(0) --- >>> (function (someNamespace) { 1 >^^^^ @@ -1298,21 +1300,21 @@ sourceFile:../second/second_part1.ts 1 > 2 > export namespace 3 > someNamespace -1 >Emitted(31, 5) Source(23, 19) + SourceIndex(0) -2 >Emitted(31, 16) Source(23, 36) + SourceIndex(0) -3 >Emitted(31, 29) Source(23, 49) + SourceIndex(0) +1 >Emitted(32, 5) Source(23, 19) + SourceIndex(0) +2 >Emitted(32, 16) Source(23, 36) + SourceIndex(0) +3 >Emitted(32, 29) Source(23, 49) + SourceIndex(0) --- >>> var C = /** @class */ (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(32, 9) Source(23, 52) + SourceIndex(0) +1->Emitted(33, 9) Source(23, 52) + SourceIndex(0) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(33, 13) Source(23, 52) + SourceIndex(0) +1->Emitted(34, 13) Source(23, 52) + SourceIndex(0) --- >>> } 1->^^^^^^^^^^^^ @@ -1320,16 +1322,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(34, 13) Source(23, 68) + SourceIndex(0) -2 >Emitted(34, 14) Source(23, 69) + SourceIndex(0) +1->Emitted(35, 13) Source(23, 68) + SourceIndex(0) +2 >Emitted(35, 14) Source(23, 69) + SourceIndex(0) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(35, 13) Source(23, 68) + SourceIndex(0) -2 >Emitted(35, 21) Source(23, 69) + SourceIndex(0) +1->Emitted(36, 13) Source(23, 68) + SourceIndex(0) +2 >Emitted(36, 21) Source(23, 69) + SourceIndex(0) --- >>> }()); 1 >^^^^^^^^ @@ -1341,10 +1343,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(36, 9) Source(23, 68) + SourceIndex(0) -2 >Emitted(36, 10) Source(23, 69) + SourceIndex(0) -3 >Emitted(36, 10) Source(23, 52) + SourceIndex(0) -4 >Emitted(36, 14) Source(23, 69) + SourceIndex(0) +1 >Emitted(37, 9) Source(23, 68) + SourceIndex(0) +2 >Emitted(37, 10) Source(23, 69) + SourceIndex(0) +3 >Emitted(37, 10) Source(23, 52) + SourceIndex(0) +4 >Emitted(37, 14) Source(23, 69) + SourceIndex(0) --- >>> someNamespace.C = C; 1->^^^^^^^^ @@ -1356,10 +1358,10 @@ sourceFile:../second/second_part1.ts 2 > C 3 > {} 4 > -1->Emitted(37, 9) Source(23, 65) + SourceIndex(0) -2 >Emitted(37, 24) Source(23, 66) + SourceIndex(0) -3 >Emitted(37, 28) Source(23, 69) + SourceIndex(0) -4 >Emitted(37, 29) Source(23, 69) + SourceIndex(0) +1->Emitted(38, 9) Source(23, 65) + SourceIndex(0) +2 >Emitted(38, 24) Source(23, 66) + SourceIndex(0) +3 >Emitted(38, 28) Source(23, 69) + SourceIndex(0) +4 >Emitted(38, 29) Source(23, 69) + SourceIndex(0) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^ @@ -1380,15 +1382,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(38, 5) Source(23, 70) + SourceIndex(0) -2 >Emitted(38, 6) Source(23, 71) + SourceIndex(0) -3 >Emitted(38, 8) Source(23, 36) + SourceIndex(0) -4 >Emitted(38, 21) Source(23, 49) + SourceIndex(0) -5 >Emitted(38, 24) Source(23, 36) + SourceIndex(0) -6 >Emitted(38, 45) Source(23, 49) + SourceIndex(0) -7 >Emitted(38, 50) Source(23, 36) + SourceIndex(0) -8 >Emitted(38, 71) Source(23, 49) + SourceIndex(0) -9 >Emitted(38, 79) Source(23, 71) + SourceIndex(0) +1->Emitted(39, 5) Source(23, 70) + SourceIndex(0) +2 >Emitted(39, 6) Source(23, 71) + SourceIndex(0) +3 >Emitted(39, 8) Source(23, 36) + SourceIndex(0) +4 >Emitted(39, 21) Source(23, 49) + SourceIndex(0) +5 >Emitted(39, 24) Source(23, 36) + SourceIndex(0) +6 >Emitted(39, 45) Source(23, 49) + SourceIndex(0) +7 >Emitted(39, 50) Source(23, 36) + SourceIndex(0) +8 >Emitted(39, 71) Source(23, 49) + SourceIndex(0) +9 >Emitted(39, 79) Source(23, 71) + SourceIndex(0) --- >>> /*@internal*/ var someOther; 1 >^^^^ @@ -1404,12 +1406,12 @@ sourceFile:../second/second_part1.ts 4 > export namespace 5 > someOther 6 > .something { export class someClass {} } -1 >Emitted(39, 5) Source(24, 5) + SourceIndex(0) -2 >Emitted(39, 18) Source(24, 18) + SourceIndex(0) -3 >Emitted(39, 19) Source(24, 19) + SourceIndex(0) -4 >Emitted(39, 23) Source(24, 36) + SourceIndex(0) -5 >Emitted(39, 32) Source(24, 45) + SourceIndex(0) -6 >Emitted(39, 33) Source(24, 85) + SourceIndex(0) +1 >Emitted(40, 5) Source(24, 5) + SourceIndex(0) +2 >Emitted(40, 18) Source(24, 18) + SourceIndex(0) +3 >Emitted(40, 19) Source(24, 19) + SourceIndex(0) +4 >Emitted(40, 23) Source(24, 36) + SourceIndex(0) +5 >Emitted(40, 32) Source(24, 45) + SourceIndex(0) +6 >Emitted(40, 33) Source(24, 85) + SourceIndex(0) --- >>> (function (someOther) { 1 >^^^^ @@ -1418,9 +1420,9 @@ sourceFile:../second/second_part1.ts 1 > 2 > export namespace 3 > someOther -1 >Emitted(40, 5) Source(24, 19) + SourceIndex(0) -2 >Emitted(40, 16) Source(24, 36) + SourceIndex(0) -3 >Emitted(40, 25) Source(24, 45) + SourceIndex(0) +1 >Emitted(41, 5) Source(24, 19) + SourceIndex(0) +2 >Emitted(41, 16) Source(24, 36) + SourceIndex(0) +3 >Emitted(41, 25) Source(24, 45) + SourceIndex(0) --- >>> var something; 1 >^^^^^^^^ @@ -1432,10 +1434,10 @@ sourceFile:../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(41, 9) Source(24, 46) + SourceIndex(0) -2 >Emitted(41, 13) Source(24, 46) + SourceIndex(0) -3 >Emitted(41, 22) Source(24, 55) + SourceIndex(0) -4 >Emitted(41, 23) Source(24, 85) + SourceIndex(0) +1 >Emitted(42, 9) Source(24, 46) + SourceIndex(0) +2 >Emitted(42, 13) Source(24, 46) + SourceIndex(0) +3 >Emitted(42, 22) Source(24, 55) + SourceIndex(0) +4 >Emitted(42, 23) Source(24, 85) + SourceIndex(0) --- >>> (function (something) { 1->^^^^^^^^ @@ -1445,21 +1447,21 @@ sourceFile:../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(42, 9) Source(24, 46) + SourceIndex(0) -2 >Emitted(42, 20) Source(24, 46) + SourceIndex(0) -3 >Emitted(42, 29) Source(24, 55) + SourceIndex(0) +1->Emitted(43, 9) Source(24, 46) + SourceIndex(0) +2 >Emitted(43, 20) Source(24, 46) + SourceIndex(0) +3 >Emitted(43, 29) Source(24, 55) + SourceIndex(0) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(43, 13) Source(24, 58) + SourceIndex(0) +1->Emitted(44, 13) Source(24, 58) + SourceIndex(0) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(44, 17) Source(24, 58) + SourceIndex(0) +1->Emitted(45, 17) Source(24, 58) + SourceIndex(0) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -1467,16 +1469,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(45, 17) Source(24, 82) + SourceIndex(0) -2 >Emitted(45, 18) Source(24, 83) + SourceIndex(0) +1->Emitted(46, 17) Source(24, 82) + SourceIndex(0) +2 >Emitted(46, 18) Source(24, 83) + SourceIndex(0) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(46, 17) Source(24, 82) + SourceIndex(0) -2 >Emitted(46, 33) Source(24, 83) + SourceIndex(0) +1->Emitted(47, 17) Source(24, 82) + SourceIndex(0) +2 >Emitted(47, 33) Source(24, 83) + SourceIndex(0) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -1488,10 +1490,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(47, 13) Source(24, 82) + SourceIndex(0) -2 >Emitted(47, 14) Source(24, 83) + SourceIndex(0) -3 >Emitted(47, 14) Source(24, 58) + SourceIndex(0) -4 >Emitted(47, 18) Source(24, 83) + SourceIndex(0) +1 >Emitted(48, 13) Source(24, 82) + SourceIndex(0) +2 >Emitted(48, 14) Source(24, 83) + SourceIndex(0) +3 >Emitted(48, 14) Source(24, 58) + SourceIndex(0) +4 >Emitted(48, 18) Source(24, 83) + SourceIndex(0) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -1503,10 +1505,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(48, 13) Source(24, 71) + SourceIndex(0) -2 >Emitted(48, 32) Source(24, 80) + SourceIndex(0) -3 >Emitted(48, 44) Source(24, 83) + SourceIndex(0) -4 >Emitted(48, 45) Source(24, 83) + SourceIndex(0) +1->Emitted(49, 13) Source(24, 71) + SourceIndex(0) +2 >Emitted(49, 32) Source(24, 80) + SourceIndex(0) +3 >Emitted(49, 44) Source(24, 83) + SourceIndex(0) +4 >Emitted(49, 45) Source(24, 83) + SourceIndex(0) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^ @@ -1527,15 +1529,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(49, 9) Source(24, 84) + SourceIndex(0) -2 >Emitted(49, 10) Source(24, 85) + SourceIndex(0) -3 >Emitted(49, 12) Source(24, 46) + SourceIndex(0) -4 >Emitted(49, 21) Source(24, 55) + SourceIndex(0) -5 >Emitted(49, 24) Source(24, 46) + SourceIndex(0) -6 >Emitted(49, 43) Source(24, 55) + SourceIndex(0) -7 >Emitted(49, 48) Source(24, 46) + SourceIndex(0) -8 >Emitted(49, 67) Source(24, 55) + SourceIndex(0) -9 >Emitted(49, 75) Source(24, 85) + SourceIndex(0) +1->Emitted(50, 9) Source(24, 84) + SourceIndex(0) +2 >Emitted(50, 10) Source(24, 85) + SourceIndex(0) +3 >Emitted(50, 12) Source(24, 46) + SourceIndex(0) +4 >Emitted(50, 21) Source(24, 55) + SourceIndex(0) +5 >Emitted(50, 24) Source(24, 46) + SourceIndex(0) +6 >Emitted(50, 43) Source(24, 55) + SourceIndex(0) +7 >Emitted(50, 48) Source(24, 46) + SourceIndex(0) +8 >Emitted(50, 67) Source(24, 55) + SourceIndex(0) +9 >Emitted(50, 75) Source(24, 85) + SourceIndex(0) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^ @@ -1556,15 +1558,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(50, 5) Source(24, 84) + SourceIndex(0) -2 >Emitted(50, 6) Source(24, 85) + SourceIndex(0) -3 >Emitted(50, 8) Source(24, 36) + SourceIndex(0) -4 >Emitted(50, 17) Source(24, 45) + SourceIndex(0) -5 >Emitted(50, 20) Source(24, 36) + SourceIndex(0) -6 >Emitted(50, 37) Source(24, 45) + SourceIndex(0) -7 >Emitted(50, 42) Source(24, 36) + SourceIndex(0) -8 >Emitted(50, 59) Source(24, 45) + SourceIndex(0) -9 >Emitted(50, 67) Source(24, 85) + SourceIndex(0) +1 >Emitted(51, 5) Source(24, 84) + SourceIndex(0) +2 >Emitted(51, 6) Source(24, 85) + SourceIndex(0) +3 >Emitted(51, 8) Source(24, 36) + SourceIndex(0) +4 >Emitted(51, 17) Source(24, 45) + SourceIndex(0) +5 >Emitted(51, 20) Source(24, 36) + SourceIndex(0) +6 >Emitted(51, 37) Source(24, 45) + SourceIndex(0) +7 >Emitted(51, 42) Source(24, 36) + SourceIndex(0) +8 >Emitted(51, 59) Source(24, 45) + SourceIndex(0) +9 >Emitted(51, 67) Source(24, 85) + SourceIndex(0) --- >>> /*@internal*/ normalN.someImport = someNamespace.C; 1 >^^^^ @@ -1586,15 +1588,15 @@ sourceFile:../second/second_part1.ts 7 > . 8 > C 9 > ; -1 >Emitted(51, 5) Source(25, 5) + SourceIndex(0) -2 >Emitted(51, 18) Source(25, 18) + SourceIndex(0) -3 >Emitted(51, 19) Source(25, 33) + SourceIndex(0) -4 >Emitted(51, 37) Source(25, 43) + SourceIndex(0) -5 >Emitted(51, 40) Source(25, 46) + SourceIndex(0) -6 >Emitted(51, 53) Source(25, 59) + SourceIndex(0) -7 >Emitted(51, 54) Source(25, 60) + SourceIndex(0) -8 >Emitted(51, 55) Source(25, 61) + SourceIndex(0) -9 >Emitted(51, 56) Source(25, 62) + SourceIndex(0) +1 >Emitted(52, 5) Source(25, 5) + SourceIndex(0) +2 >Emitted(52, 18) Source(25, 18) + SourceIndex(0) +3 >Emitted(52, 19) Source(25, 33) + SourceIndex(0) +4 >Emitted(52, 37) Source(25, 43) + SourceIndex(0) +5 >Emitted(52, 40) Source(25, 46) + SourceIndex(0) +6 >Emitted(52, 53) Source(25, 59) + SourceIndex(0) +7 >Emitted(52, 54) Source(25, 60) + SourceIndex(0) +8 >Emitted(52, 55) Source(25, 61) + SourceIndex(0) +9 >Emitted(52, 56) Source(25, 62) + SourceIndex(0) --- >>> /*@internal*/ normalN.internalConst = 10; 1 >^^^^ @@ -1613,13 +1615,13 @@ sourceFile:../second/second_part1.ts 5 > = 6 > 10 7 > ; -1 >Emitted(52, 5) Source(27, 5) + SourceIndex(0) -2 >Emitted(52, 18) Source(27, 18) + SourceIndex(0) -3 >Emitted(52, 19) Source(27, 32) + SourceIndex(0) -4 >Emitted(52, 40) Source(27, 45) + SourceIndex(0) -5 >Emitted(52, 43) Source(27, 48) + SourceIndex(0) -6 >Emitted(52, 45) Source(27, 50) + SourceIndex(0) -7 >Emitted(52, 46) Source(27, 51) + SourceIndex(0) +1 >Emitted(53, 5) Source(27, 5) + SourceIndex(0) +2 >Emitted(53, 18) Source(27, 18) + SourceIndex(0) +3 >Emitted(53, 19) Source(27, 32) + SourceIndex(0) +4 >Emitted(53, 40) Source(27, 45) + SourceIndex(0) +5 >Emitted(53, 43) Source(27, 48) + SourceIndex(0) +6 >Emitted(53, 45) Source(27, 50) + SourceIndex(0) +7 >Emitted(53, 46) Source(27, 51) + SourceIndex(0) --- >>> /*@internal*/ var internalEnum; 1 >^^^^ @@ -1633,11 +1635,11 @@ sourceFile:../second/second_part1.ts 3 > 4 > export enum 5 > internalEnum { a, b, c } -1 >Emitted(53, 5) Source(28, 5) + SourceIndex(0) -2 >Emitted(53, 18) Source(28, 18) + SourceIndex(0) -3 >Emitted(53, 19) Source(28, 19) + SourceIndex(0) -4 >Emitted(53, 23) Source(28, 31) + SourceIndex(0) -5 >Emitted(53, 35) Source(28, 55) + SourceIndex(0) +1 >Emitted(54, 5) Source(28, 5) + SourceIndex(0) +2 >Emitted(54, 18) Source(28, 18) + SourceIndex(0) +3 >Emitted(54, 19) Source(28, 19) + SourceIndex(0) +4 >Emitted(54, 23) Source(28, 31) + SourceIndex(0) +5 >Emitted(54, 35) Source(28, 55) + SourceIndex(0) --- >>> (function (internalEnum) { 1 >^^^^ @@ -1647,9 +1649,9 @@ sourceFile:../second/second_part1.ts 1 > 2 > export enum 3 > internalEnum -1 >Emitted(54, 5) Source(28, 19) + SourceIndex(0) -2 >Emitted(54, 16) Source(28, 31) + SourceIndex(0) -3 >Emitted(54, 28) Source(28, 43) + SourceIndex(0) +1 >Emitted(55, 5) Source(28, 19) + SourceIndex(0) +2 >Emitted(55, 16) Source(28, 31) + SourceIndex(0) +3 >Emitted(55, 28) Source(28, 43) + SourceIndex(0) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -1659,9 +1661,9 @@ sourceFile:../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(55, 9) Source(28, 46) + SourceIndex(0) -2 >Emitted(55, 50) Source(28, 47) + SourceIndex(0) -3 >Emitted(55, 51) Source(28, 47) + SourceIndex(0) +1->Emitted(56, 9) Source(28, 46) + SourceIndex(0) +2 >Emitted(56, 50) Source(28, 47) + SourceIndex(0) +3 >Emitted(56, 51) Source(28, 47) + SourceIndex(0) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -1671,9 +1673,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(56, 9) Source(28, 49) + SourceIndex(0) -2 >Emitted(56, 50) Source(28, 50) + SourceIndex(0) -3 >Emitted(56, 51) Source(28, 50) + SourceIndex(0) +1->Emitted(57, 9) Source(28, 49) + SourceIndex(0) +2 >Emitted(57, 50) Source(28, 50) + SourceIndex(0) +3 >Emitted(57, 51) Source(28, 50) + SourceIndex(0) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -1683,9 +1685,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(57, 9) Source(28, 52) + SourceIndex(0) -2 >Emitted(57, 50) Source(28, 53) + SourceIndex(0) -3 >Emitted(57, 51) Source(28, 53) + SourceIndex(0) +1->Emitted(58, 9) Source(28, 52) + SourceIndex(0) +2 >Emitted(58, 50) Source(28, 53) + SourceIndex(0) +3 >Emitted(58, 51) Source(28, 53) + SourceIndex(0) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^ @@ -1706,15 +1708,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(58, 5) Source(28, 54) + SourceIndex(0) -2 >Emitted(58, 6) Source(28, 55) + SourceIndex(0) -3 >Emitted(58, 8) Source(28, 31) + SourceIndex(0) -4 >Emitted(58, 20) Source(28, 43) + SourceIndex(0) -5 >Emitted(58, 23) Source(28, 31) + SourceIndex(0) -6 >Emitted(58, 43) Source(28, 43) + SourceIndex(0) -7 >Emitted(58, 48) Source(28, 31) + SourceIndex(0) -8 >Emitted(58, 68) Source(28, 43) + SourceIndex(0) -9 >Emitted(58, 76) Source(28, 55) + SourceIndex(0) +1->Emitted(59, 5) Source(28, 54) + SourceIndex(0) +2 >Emitted(59, 6) Source(28, 55) + SourceIndex(0) +3 >Emitted(59, 8) Source(28, 31) + SourceIndex(0) +4 >Emitted(59, 20) Source(28, 43) + SourceIndex(0) +5 >Emitted(59, 23) Source(28, 31) + SourceIndex(0) +6 >Emitted(59, 43) Source(28, 43) + SourceIndex(0) +7 >Emitted(59, 48) Source(28, 31) + SourceIndex(0) +8 >Emitted(59, 68) Source(28, 43) + SourceIndex(0) +9 >Emitted(59, 76) Source(28, 55) + SourceIndex(0) --- >>>})(normalN || (normalN = {})); 1 > @@ -1742,13 +1744,13 @@ sourceFile:../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(59, 1) Source(29, 1) + SourceIndex(0) -2 >Emitted(59, 2) Source(29, 2) + SourceIndex(0) -3 >Emitted(59, 4) Source(20, 11) + SourceIndex(0) -4 >Emitted(59, 11) Source(20, 18) + SourceIndex(0) -5 >Emitted(59, 16) Source(20, 11) + SourceIndex(0) -6 >Emitted(59, 23) Source(20, 18) + SourceIndex(0) -7 >Emitted(59, 31) Source(29, 2) + SourceIndex(0) +1 >Emitted(60, 1) Source(29, 1) + SourceIndex(0) +2 >Emitted(60, 2) Source(29, 2) + SourceIndex(0) +3 >Emitted(60, 4) Source(20, 11) + SourceIndex(0) +4 >Emitted(60, 11) Source(20, 18) + SourceIndex(0) +5 >Emitted(60, 16) Source(20, 11) + SourceIndex(0) +6 >Emitted(60, 23) Source(20, 18) + SourceIndex(0) +7 >Emitted(60, 31) Source(29, 2) + SourceIndex(0) --- >>>/*@internal*/ var internalC = /** @class */ (function () { 1-> @@ -1759,15 +1761,15 @@ sourceFile:../second/second_part1.ts > 2 >/*@internal*/ 3 > -1->Emitted(60, 1) Source(30, 1) + SourceIndex(0) -2 >Emitted(60, 14) Source(30, 14) + SourceIndex(0) -3 >Emitted(60, 15) Source(30, 15) + SourceIndex(0) +1->Emitted(61, 1) Source(30, 1) + SourceIndex(0) +2 >Emitted(61, 14) Source(30, 14) + SourceIndex(0) +3 >Emitted(61, 15) Source(30, 15) + SourceIndex(0) --- >>> function internalC() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(61, 5) Source(30, 15) + SourceIndex(0) +1->Emitted(62, 5) Source(30, 15) + SourceIndex(0) --- >>> } 1->^^^^ @@ -1775,16 +1777,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->class internalC { 2 > } -1->Emitted(62, 5) Source(30, 32) + SourceIndex(0) -2 >Emitted(62, 6) Source(30, 33) + SourceIndex(0) +1->Emitted(63, 5) Source(30, 32) + SourceIndex(0) +2 >Emitted(63, 6) Source(30, 33) + SourceIndex(0) --- >>> return internalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(63, 5) Source(30, 32) + SourceIndex(0) -2 >Emitted(63, 21) Source(30, 33) + SourceIndex(0) +1->Emitted(64, 5) Source(30, 32) + SourceIndex(0) +2 >Emitted(64, 21) Source(30, 33) + SourceIndex(0) --- >>>}()); 1 > @@ -1796,10 +1798,10 @@ sourceFile:../second/second_part1.ts 2 >} 3 > 4 > class internalC {} -1 >Emitted(64, 1) Source(30, 32) + SourceIndex(0) -2 >Emitted(64, 2) Source(30, 33) + SourceIndex(0) -3 >Emitted(64, 2) Source(30, 15) + SourceIndex(0) -4 >Emitted(64, 6) Source(30, 33) + SourceIndex(0) +1 >Emitted(65, 1) Source(30, 32) + SourceIndex(0) +2 >Emitted(65, 2) Source(30, 33) + SourceIndex(0) +3 >Emitted(65, 2) Source(30, 15) + SourceIndex(0) +4 >Emitted(65, 6) Source(30, 33) + SourceIndex(0) --- >>>/*@internal*/ function internalfoo() { } 1-> @@ -1817,13 +1819,13 @@ sourceFile:../second/second_part1.ts 5 > internalfoo 6 > () { 7 > } -1->Emitted(65, 1) Source(31, 1) + SourceIndex(0) -2 >Emitted(65, 14) Source(31, 14) + SourceIndex(0) -3 >Emitted(65, 15) Source(31, 15) + SourceIndex(0) -4 >Emitted(65, 24) Source(31, 24) + SourceIndex(0) -5 >Emitted(65, 35) Source(31, 35) + SourceIndex(0) -6 >Emitted(65, 40) Source(31, 39) + SourceIndex(0) -7 >Emitted(65, 41) Source(31, 40) + SourceIndex(0) +1->Emitted(66, 1) Source(31, 1) + SourceIndex(0) +2 >Emitted(66, 14) Source(31, 14) + SourceIndex(0) +3 >Emitted(66, 15) Source(31, 15) + SourceIndex(0) +4 >Emitted(66, 24) Source(31, 24) + SourceIndex(0) +5 >Emitted(66, 35) Source(31, 35) + SourceIndex(0) +6 >Emitted(66, 40) Source(31, 39) + SourceIndex(0) +7 >Emitted(66, 41) Source(31, 40) + SourceIndex(0) --- >>>/*@internal*/ var internalNamespace; 1 > @@ -1839,12 +1841,12 @@ sourceFile:../second/second_part1.ts 4 > namespace 5 > internalNamespace 6 > { export class someClass {} } -1 >Emitted(66, 1) Source(32, 1) + SourceIndex(0) -2 >Emitted(66, 14) Source(32, 14) + SourceIndex(0) -3 >Emitted(66, 15) Source(32, 15) + SourceIndex(0) -4 >Emitted(66, 19) Source(32, 25) + SourceIndex(0) -5 >Emitted(66, 36) Source(32, 42) + SourceIndex(0) -6 >Emitted(66, 37) Source(32, 72) + SourceIndex(0) +1 >Emitted(67, 1) Source(32, 1) + SourceIndex(0) +2 >Emitted(67, 14) Source(32, 14) + SourceIndex(0) +3 >Emitted(67, 15) Source(32, 15) + SourceIndex(0) +4 >Emitted(67, 19) Source(32, 25) + SourceIndex(0) +5 >Emitted(67, 36) Source(32, 42) + SourceIndex(0) +6 >Emitted(67, 37) Source(32, 72) + SourceIndex(0) --- >>>(function (internalNamespace) { 1 > @@ -1854,21 +1856,21 @@ sourceFile:../second/second_part1.ts 1 > 2 >namespace 3 > internalNamespace -1 >Emitted(67, 1) Source(32, 15) + SourceIndex(0) -2 >Emitted(67, 12) Source(32, 25) + SourceIndex(0) -3 >Emitted(67, 29) Source(32, 42) + SourceIndex(0) +1 >Emitted(68, 1) Source(32, 15) + SourceIndex(0) +2 >Emitted(68, 12) Source(32, 25) + SourceIndex(0) +3 >Emitted(68, 29) Source(32, 42) + SourceIndex(0) --- >>> var someClass = /** @class */ (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(68, 5) Source(32, 45) + SourceIndex(0) +1->Emitted(69, 5) Source(32, 45) + SourceIndex(0) --- >>> function someClass() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(69, 9) Source(32, 45) + SourceIndex(0) +1->Emitted(70, 9) Source(32, 45) + SourceIndex(0) --- >>> } 1->^^^^^^^^ @@ -1876,16 +1878,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(70, 9) Source(32, 69) + SourceIndex(0) -2 >Emitted(70, 10) Source(32, 70) + SourceIndex(0) +1->Emitted(71, 9) Source(32, 69) + SourceIndex(0) +2 >Emitted(71, 10) Source(32, 70) + SourceIndex(0) --- >>> return someClass; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(71, 9) Source(32, 69) + SourceIndex(0) -2 >Emitted(71, 25) Source(32, 70) + SourceIndex(0) +1->Emitted(72, 9) Source(32, 69) + SourceIndex(0) +2 >Emitted(72, 25) Source(32, 70) + SourceIndex(0) --- >>> }()); 1 >^^^^ @@ -1897,10 +1899,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(72, 5) Source(32, 69) + SourceIndex(0) -2 >Emitted(72, 6) Source(32, 70) + SourceIndex(0) -3 >Emitted(72, 6) Source(32, 45) + SourceIndex(0) -4 >Emitted(72, 10) Source(32, 70) + SourceIndex(0) +1 >Emitted(73, 5) Source(32, 69) + SourceIndex(0) +2 >Emitted(73, 6) Source(32, 70) + SourceIndex(0) +3 >Emitted(73, 6) Source(32, 45) + SourceIndex(0) +4 >Emitted(73, 10) Source(32, 70) + SourceIndex(0) --- >>> internalNamespace.someClass = someClass; 1->^^^^ @@ -1912,10 +1914,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(73, 5) Source(32, 58) + SourceIndex(0) -2 >Emitted(73, 32) Source(32, 67) + SourceIndex(0) -3 >Emitted(73, 44) Source(32, 70) + SourceIndex(0) -4 >Emitted(73, 45) Source(32, 70) + SourceIndex(0) +1->Emitted(74, 5) Source(32, 58) + SourceIndex(0) +2 >Emitted(74, 32) Source(32, 67) + SourceIndex(0) +3 >Emitted(74, 44) Source(32, 70) + SourceIndex(0) +4 >Emitted(74, 45) Source(32, 70) + SourceIndex(0) --- >>>})(internalNamespace || (internalNamespace = {})); 1-> @@ -1932,13 +1934,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalNamespace 7 > { export class someClass {} } -1->Emitted(74, 1) Source(32, 71) + SourceIndex(0) -2 >Emitted(74, 2) Source(32, 72) + SourceIndex(0) -3 >Emitted(74, 4) Source(32, 25) + SourceIndex(0) -4 >Emitted(74, 21) Source(32, 42) + SourceIndex(0) -5 >Emitted(74, 26) Source(32, 25) + SourceIndex(0) -6 >Emitted(74, 43) Source(32, 42) + SourceIndex(0) -7 >Emitted(74, 51) Source(32, 72) + SourceIndex(0) +1->Emitted(75, 1) Source(32, 71) + SourceIndex(0) +2 >Emitted(75, 2) Source(32, 72) + SourceIndex(0) +3 >Emitted(75, 4) Source(32, 25) + SourceIndex(0) +4 >Emitted(75, 21) Source(32, 42) + SourceIndex(0) +5 >Emitted(75, 26) Source(32, 25) + SourceIndex(0) +6 >Emitted(75, 43) Source(32, 42) + SourceIndex(0) +7 >Emitted(75, 51) Source(32, 72) + SourceIndex(0) --- >>>/*@internal*/ var internalOther; 1 > @@ -1954,12 +1956,12 @@ sourceFile:../second/second_part1.ts 4 > namespace 5 > internalOther 6 > .something { export class someClass {} } -1 >Emitted(75, 1) Source(33, 1) + SourceIndex(0) -2 >Emitted(75, 14) Source(33, 14) + SourceIndex(0) -3 >Emitted(75, 15) Source(33, 15) + SourceIndex(0) -4 >Emitted(75, 19) Source(33, 25) + SourceIndex(0) -5 >Emitted(75, 32) Source(33, 38) + SourceIndex(0) -6 >Emitted(75, 33) Source(33, 78) + SourceIndex(0) +1 >Emitted(76, 1) Source(33, 1) + SourceIndex(0) +2 >Emitted(76, 14) Source(33, 14) + SourceIndex(0) +3 >Emitted(76, 15) Source(33, 15) + SourceIndex(0) +4 >Emitted(76, 19) Source(33, 25) + SourceIndex(0) +5 >Emitted(76, 32) Source(33, 38) + SourceIndex(0) +6 >Emitted(76, 33) Source(33, 78) + SourceIndex(0) --- >>>(function (internalOther) { 1 > @@ -1968,9 +1970,9 @@ sourceFile:../second/second_part1.ts 1 > 2 >namespace 3 > internalOther -1 >Emitted(76, 1) Source(33, 15) + SourceIndex(0) -2 >Emitted(76, 12) Source(33, 25) + SourceIndex(0) -3 >Emitted(76, 25) Source(33, 38) + SourceIndex(0) +1 >Emitted(77, 1) Source(33, 15) + SourceIndex(0) +2 >Emitted(77, 12) Source(33, 25) + SourceIndex(0) +3 >Emitted(77, 25) Source(33, 38) + SourceIndex(0) --- >>> var something; 1 >^^^^ @@ -1982,10 +1984,10 @@ sourceFile:../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(77, 5) Source(33, 39) + SourceIndex(0) -2 >Emitted(77, 9) Source(33, 39) + SourceIndex(0) -3 >Emitted(77, 18) Source(33, 48) + SourceIndex(0) -4 >Emitted(77, 19) Source(33, 78) + SourceIndex(0) +1 >Emitted(78, 5) Source(33, 39) + SourceIndex(0) +2 >Emitted(78, 9) Source(33, 39) + SourceIndex(0) +3 >Emitted(78, 18) Source(33, 48) + SourceIndex(0) +4 >Emitted(78, 19) Source(33, 78) + SourceIndex(0) --- >>> (function (something) { 1->^^^^ @@ -1995,21 +1997,21 @@ sourceFile:../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(78, 5) Source(33, 39) + SourceIndex(0) -2 >Emitted(78, 16) Source(33, 39) + SourceIndex(0) -3 >Emitted(78, 25) Source(33, 48) + SourceIndex(0) +1->Emitted(79, 5) Source(33, 39) + SourceIndex(0) +2 >Emitted(79, 16) Source(33, 39) + SourceIndex(0) +3 >Emitted(79, 25) Source(33, 48) + SourceIndex(0) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(79, 9) Source(33, 51) + SourceIndex(0) +1->Emitted(80, 9) Source(33, 51) + SourceIndex(0) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(80, 13) Source(33, 51) + SourceIndex(0) +1->Emitted(81, 13) Source(33, 51) + SourceIndex(0) --- >>> } 1->^^^^^^^^^^^^ @@ -2017,16 +2019,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(81, 13) Source(33, 75) + SourceIndex(0) -2 >Emitted(81, 14) Source(33, 76) + SourceIndex(0) +1->Emitted(82, 13) Source(33, 75) + SourceIndex(0) +2 >Emitted(82, 14) Source(33, 76) + SourceIndex(0) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(82, 13) Source(33, 75) + SourceIndex(0) -2 >Emitted(82, 29) Source(33, 76) + SourceIndex(0) +1->Emitted(83, 13) Source(33, 75) + SourceIndex(0) +2 >Emitted(83, 29) Source(33, 76) + SourceIndex(0) --- >>> }()); 1 >^^^^^^^^ @@ -2038,10 +2040,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(83, 9) Source(33, 75) + SourceIndex(0) -2 >Emitted(83, 10) Source(33, 76) + SourceIndex(0) -3 >Emitted(83, 10) Source(33, 51) + SourceIndex(0) -4 >Emitted(83, 14) Source(33, 76) + SourceIndex(0) +1 >Emitted(84, 9) Source(33, 75) + SourceIndex(0) +2 >Emitted(84, 10) Source(33, 76) + SourceIndex(0) +3 >Emitted(84, 10) Source(33, 51) + SourceIndex(0) +4 >Emitted(84, 14) Source(33, 76) + SourceIndex(0) --- >>> something.someClass = someClass; 1->^^^^^^^^ @@ -2053,10 +2055,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(84, 9) Source(33, 64) + SourceIndex(0) -2 >Emitted(84, 28) Source(33, 73) + SourceIndex(0) -3 >Emitted(84, 40) Source(33, 76) + SourceIndex(0) -4 >Emitted(84, 41) Source(33, 76) + SourceIndex(0) +1->Emitted(85, 9) Source(33, 64) + SourceIndex(0) +2 >Emitted(85, 28) Source(33, 73) + SourceIndex(0) +3 >Emitted(85, 40) Source(33, 76) + SourceIndex(0) +4 >Emitted(85, 41) Source(33, 76) + SourceIndex(0) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^ @@ -2077,15 +2079,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(85, 5) Source(33, 77) + SourceIndex(0) -2 >Emitted(85, 6) Source(33, 78) + SourceIndex(0) -3 >Emitted(85, 8) Source(33, 39) + SourceIndex(0) -4 >Emitted(85, 17) Source(33, 48) + SourceIndex(0) -5 >Emitted(85, 20) Source(33, 39) + SourceIndex(0) -6 >Emitted(85, 43) Source(33, 48) + SourceIndex(0) -7 >Emitted(85, 48) Source(33, 39) + SourceIndex(0) -8 >Emitted(85, 71) Source(33, 48) + SourceIndex(0) -9 >Emitted(85, 79) Source(33, 78) + SourceIndex(0) +1->Emitted(86, 5) Source(33, 77) + SourceIndex(0) +2 >Emitted(86, 6) Source(33, 78) + SourceIndex(0) +3 >Emitted(86, 8) Source(33, 39) + SourceIndex(0) +4 >Emitted(86, 17) Source(33, 48) + SourceIndex(0) +5 >Emitted(86, 20) Source(33, 39) + SourceIndex(0) +6 >Emitted(86, 43) Source(33, 48) + SourceIndex(0) +7 >Emitted(86, 48) Source(33, 39) + SourceIndex(0) +8 >Emitted(86, 71) Source(33, 48) + SourceIndex(0) +9 >Emitted(86, 79) Source(33, 78) + SourceIndex(0) --- >>>})(internalOther || (internalOther = {})); 1 > @@ -2103,13 +2105,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalOther 7 > .something { export class someClass {} } -1 >Emitted(86, 1) Source(33, 77) + SourceIndex(0) -2 >Emitted(86, 2) Source(33, 78) + SourceIndex(0) -3 >Emitted(86, 4) Source(33, 25) + SourceIndex(0) -4 >Emitted(86, 17) Source(33, 38) + SourceIndex(0) -5 >Emitted(86, 22) Source(33, 25) + SourceIndex(0) -6 >Emitted(86, 35) Source(33, 38) + SourceIndex(0) -7 >Emitted(86, 43) Source(33, 78) + SourceIndex(0) +1 >Emitted(87, 1) Source(33, 77) + SourceIndex(0) +2 >Emitted(87, 2) Source(33, 78) + SourceIndex(0) +3 >Emitted(87, 4) Source(33, 25) + SourceIndex(0) +4 >Emitted(87, 17) Source(33, 38) + SourceIndex(0) +5 >Emitted(87, 22) Source(33, 25) + SourceIndex(0) +6 >Emitted(87, 35) Source(33, 38) + SourceIndex(0) +7 >Emitted(87, 43) Source(33, 78) + SourceIndex(0) --- >>>/*@internal*/ var internalImport = internalNamespace.someClass; 1-> @@ -2133,16 +2135,16 @@ sourceFile:../second/second_part1.ts 8 > . 9 > someClass 10> ; -1->Emitted(87, 1) Source(34, 1) + SourceIndex(0) -2 >Emitted(87, 14) Source(34, 14) + SourceIndex(0) -3 >Emitted(87, 15) Source(34, 15) + SourceIndex(0) -4 >Emitted(87, 19) Source(34, 22) + SourceIndex(0) -5 >Emitted(87, 33) Source(34, 36) + SourceIndex(0) -6 >Emitted(87, 36) Source(34, 39) + SourceIndex(0) -7 >Emitted(87, 53) Source(34, 56) + SourceIndex(0) -8 >Emitted(87, 54) Source(34, 57) + SourceIndex(0) -9 >Emitted(87, 63) Source(34, 66) + SourceIndex(0) -10>Emitted(87, 64) Source(34, 67) + SourceIndex(0) +1->Emitted(88, 1) Source(34, 1) + SourceIndex(0) +2 >Emitted(88, 14) Source(34, 14) + SourceIndex(0) +3 >Emitted(88, 15) Source(34, 15) + SourceIndex(0) +4 >Emitted(88, 19) Source(34, 22) + SourceIndex(0) +5 >Emitted(88, 33) Source(34, 36) + SourceIndex(0) +6 >Emitted(88, 36) Source(34, 39) + SourceIndex(0) +7 >Emitted(88, 53) Source(34, 56) + SourceIndex(0) +8 >Emitted(88, 54) Source(34, 57) + SourceIndex(0) +9 >Emitted(88, 63) Source(34, 66) + SourceIndex(0) +10>Emitted(88, 64) Source(34, 67) + SourceIndex(0) --- >>>/*@internal*/ var internalConst = 10; 1 > @@ -2163,14 +2165,14 @@ sourceFile:../second/second_part1.ts 6 > = 7 > 10 8 > ; -1 >Emitted(88, 1) Source(36, 1) + SourceIndex(0) -2 >Emitted(88, 14) Source(36, 14) + SourceIndex(0) -3 >Emitted(88, 15) Source(36, 15) + SourceIndex(0) -4 >Emitted(88, 19) Source(36, 21) + SourceIndex(0) -5 >Emitted(88, 32) Source(36, 34) + SourceIndex(0) -6 >Emitted(88, 35) Source(36, 37) + SourceIndex(0) -7 >Emitted(88, 37) Source(36, 39) + SourceIndex(0) -8 >Emitted(88, 38) Source(36, 40) + SourceIndex(0) +1 >Emitted(89, 1) Source(36, 1) + SourceIndex(0) +2 >Emitted(89, 14) Source(36, 14) + SourceIndex(0) +3 >Emitted(89, 15) Source(36, 15) + SourceIndex(0) +4 >Emitted(89, 19) Source(36, 21) + SourceIndex(0) +5 >Emitted(89, 32) Source(36, 34) + SourceIndex(0) +6 >Emitted(89, 35) Source(36, 37) + SourceIndex(0) +7 >Emitted(89, 37) Source(36, 39) + SourceIndex(0) +8 >Emitted(89, 38) Source(36, 40) + SourceIndex(0) --- >>>/*@internal*/ var internalEnum; 1 > @@ -2184,11 +2186,11 @@ sourceFile:../second/second_part1.ts 3 > 4 > enum 5 > internalEnum { a, b, c } -1 >Emitted(89, 1) Source(37, 1) + SourceIndex(0) -2 >Emitted(89, 14) Source(37, 14) + SourceIndex(0) -3 >Emitted(89, 15) Source(37, 15) + SourceIndex(0) -4 >Emitted(89, 19) Source(37, 20) + SourceIndex(0) -5 >Emitted(89, 31) Source(37, 44) + SourceIndex(0) +1 >Emitted(90, 1) Source(37, 1) + SourceIndex(0) +2 >Emitted(90, 14) Source(37, 14) + SourceIndex(0) +3 >Emitted(90, 15) Source(37, 15) + SourceIndex(0) +4 >Emitted(90, 19) Source(37, 20) + SourceIndex(0) +5 >Emitted(90, 31) Source(37, 44) + SourceIndex(0) --- >>>(function (internalEnum) { 1 > @@ -2198,9 +2200,9 @@ sourceFile:../second/second_part1.ts 1 > 2 >enum 3 > internalEnum -1 >Emitted(90, 1) Source(37, 15) + SourceIndex(0) -2 >Emitted(90, 12) Source(37, 20) + SourceIndex(0) -3 >Emitted(90, 24) Source(37, 32) + SourceIndex(0) +1 >Emitted(91, 1) Source(37, 15) + SourceIndex(0) +2 >Emitted(91, 12) Source(37, 20) + SourceIndex(0) +3 >Emitted(91, 24) Source(37, 32) + SourceIndex(0) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^ @@ -2210,9 +2212,9 @@ sourceFile:../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(91, 5) Source(37, 35) + SourceIndex(0) -2 >Emitted(91, 46) Source(37, 36) + SourceIndex(0) -3 >Emitted(91, 47) Source(37, 36) + SourceIndex(0) +1->Emitted(92, 5) Source(37, 35) + SourceIndex(0) +2 >Emitted(92, 46) Source(37, 36) + SourceIndex(0) +3 >Emitted(92, 47) Source(37, 36) + SourceIndex(0) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^ @@ -2222,9 +2224,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(92, 5) Source(37, 38) + SourceIndex(0) -2 >Emitted(92, 46) Source(37, 39) + SourceIndex(0) -3 >Emitted(92, 47) Source(37, 39) + SourceIndex(0) +1->Emitted(93, 5) Source(37, 38) + SourceIndex(0) +2 >Emitted(93, 46) Source(37, 39) + SourceIndex(0) +3 >Emitted(93, 47) Source(37, 39) + SourceIndex(0) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^ @@ -2233,9 +2235,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(93, 5) Source(37, 41) + SourceIndex(0) -2 >Emitted(93, 46) Source(37, 42) + SourceIndex(0) -3 >Emitted(93, 47) Source(37, 42) + SourceIndex(0) +1->Emitted(94, 5) Source(37, 41) + SourceIndex(0) +2 >Emitted(94, 46) Source(37, 42) + SourceIndex(0) +3 >Emitted(94, 47) Source(37, 42) + SourceIndex(0) --- >>>})(internalEnum || (internalEnum = {})); 1 > @@ -2252,13 +2254,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalEnum 7 > { a, b, c } -1 >Emitted(94, 1) Source(37, 43) + SourceIndex(0) -2 >Emitted(94, 2) Source(37, 44) + SourceIndex(0) -3 >Emitted(94, 4) Source(37, 20) + SourceIndex(0) -4 >Emitted(94, 16) Source(37, 32) + SourceIndex(0) -5 >Emitted(94, 21) Source(37, 20) + SourceIndex(0) -6 >Emitted(94, 33) Source(37, 32) + SourceIndex(0) -7 >Emitted(94, 41) Source(37, 44) + SourceIndex(0) +1 >Emitted(95, 1) Source(37, 43) + SourceIndex(0) +2 >Emitted(95, 2) Source(37, 44) + SourceIndex(0) +3 >Emitted(95, 4) Source(37, 20) + SourceIndex(0) +4 >Emitted(95, 16) Source(37, 32) + SourceIndex(0) +5 >Emitted(95, 21) Source(37, 20) + SourceIndex(0) +6 >Emitted(95, 33) Source(37, 32) + SourceIndex(0) +7 >Emitted(95, 41) Source(37, 44) + SourceIndex(0) --- ------------------------------------------------------------------- emittedFile:/src/2/second-output.js @@ -2268,13 +2270,13 @@ sourceFile:../second/second_part2.ts 1 > 2 >^^^^^^^^^^^^^^^^^^^-> 1 > -1 >Emitted(95, 1) Source(1, 1) + SourceIndex(1) +1 >Emitted(96, 1) Source(1, 1) + SourceIndex(1) --- >>> function C() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(96, 5) Source(1, 1) + SourceIndex(1) +1->Emitted(97, 5) Source(1, 1) + SourceIndex(1) --- >>> } 1->^^^^ @@ -2286,8 +2288,8 @@ sourceFile:../second/second_part2.ts > } > 2 > } -1->Emitted(97, 5) Source(5, 1) + SourceIndex(1) -2 >Emitted(97, 6) Source(5, 2) + SourceIndex(1) +1->Emitted(98, 5) Source(5, 1) + SourceIndex(1) +2 >Emitted(98, 6) Source(5, 2) + SourceIndex(1) --- >>> C.prototype.doSomething = function () { 1->^^^^ @@ -2297,9 +2299,9 @@ sourceFile:../second/second_part2.ts 1-> 2 > doSomething 3 > -1->Emitted(98, 5) Source(2, 5) + SourceIndex(1) -2 >Emitted(98, 28) Source(2, 16) + SourceIndex(1) -3 >Emitted(98, 31) Source(2, 5) + SourceIndex(1) +1->Emitted(99, 5) Source(2, 5) + SourceIndex(1) +2 >Emitted(99, 28) Source(2, 16) + SourceIndex(1) +3 >Emitted(99, 31) Source(2, 5) + SourceIndex(1) --- >>> console.log("something got done"); 1->^^^^^^^^ @@ -2319,14 +2321,14 @@ sourceFile:../second/second_part2.ts 6 > "something got done" 7 > ) 8 > ; -1->Emitted(99, 9) Source(3, 9) + SourceIndex(1) -2 >Emitted(99, 16) Source(3, 16) + SourceIndex(1) -3 >Emitted(99, 17) Source(3, 17) + SourceIndex(1) -4 >Emitted(99, 20) Source(3, 20) + SourceIndex(1) -5 >Emitted(99, 21) Source(3, 21) + SourceIndex(1) -6 >Emitted(99, 41) Source(3, 41) + SourceIndex(1) -7 >Emitted(99, 42) Source(3, 42) + SourceIndex(1) -8 >Emitted(99, 43) Source(3, 43) + SourceIndex(1) +1->Emitted(100, 9) Source(3, 9) + SourceIndex(1) +2 >Emitted(100, 16) Source(3, 16) + SourceIndex(1) +3 >Emitted(100, 17) Source(3, 17) + SourceIndex(1) +4 >Emitted(100, 20) Source(3, 20) + SourceIndex(1) +5 >Emitted(100, 21) Source(3, 21) + SourceIndex(1) +6 >Emitted(100, 41) Source(3, 41) + SourceIndex(1) +7 >Emitted(100, 42) Source(3, 42) + SourceIndex(1) +8 >Emitted(100, 43) Source(3, 43) + SourceIndex(1) --- >>> }; 1 >^^^^ @@ -2335,8 +2337,8 @@ sourceFile:../second/second_part2.ts 1 > > 2 > } -1 >Emitted(100, 5) Source(4, 5) + SourceIndex(1) -2 >Emitted(100, 6) Source(4, 6) + SourceIndex(1) +1 >Emitted(101, 5) Source(4, 5) + SourceIndex(1) +2 >Emitted(101, 6) Source(4, 6) + SourceIndex(1) --- >>> return C; 1->^^^^ @@ -2344,8 +2346,8 @@ sourceFile:../second/second_part2.ts 1-> > 2 > } -1->Emitted(101, 5) Source(5, 1) + SourceIndex(1) -2 >Emitted(101, 13) Source(5, 2) + SourceIndex(1) +1->Emitted(102, 5) Source(5, 1) + SourceIndex(1) +2 >Emitted(102, 13) Source(5, 2) + SourceIndex(1) --- >>>}()); 1 > @@ -2361,10 +2363,10 @@ sourceFile:../second/second_part2.ts > console.log("something got done"); > } > } -1 >Emitted(102, 1) Source(5, 1) + SourceIndex(1) -2 >Emitted(102, 2) Source(5, 2) + SourceIndex(1) -3 >Emitted(102, 2) Source(1, 1) + SourceIndex(1) -4 >Emitted(102, 6) Source(5, 2) + SourceIndex(1) +1 >Emitted(103, 1) Source(5, 1) + SourceIndex(1) +2 >Emitted(103, 2) Source(5, 2) + SourceIndex(1) +3 >Emitted(103, 2) Source(1, 1) + SourceIndex(1) +4 >Emitted(103, 6) Source(5, 2) + SourceIndex(1) --- >>>//# sourceMappingURL=second-output.js.map @@ -2380,7 +2382,7 @@ sourceFile:../second/second_part2.ts "sections": [ { "pos": 0, - "end": 3416, + "end": 3434, "kind": "text" } ] @@ -2432,7 +2434,7 @@ sourceFile:../second/second_part2.ts ====================================================================== File:: /src/2/second-output.js ---------------------------------------------------------------------- -text: (0-3416) +text: (0-3434) var N; (function (N) { function f() { @@ -2443,8 +2445,9 @@ var N; var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - /*@internal*/ normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + /*@internal*/ proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: true, @@ -3374,8 +3377,9 @@ var N; var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - /*@internal*/ normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + /*@internal*/ proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: true, @@ -3471,7 +3475,7 @@ c.doSomething(); //# sourceMappingURL=third-output.js.map //// [/src/third/thirdjs/output/third-output.js.map] -{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} //// [/src/third/thirdjs/output/third-output.js.map.baseline.txt] =================================================================== @@ -3777,49 +3781,50 @@ sourceFile:../../../second/second_part1.ts >>> } 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >constructor() { 2 > } 1 >Emitted(16, 5) Source(14, 35) + SourceIndex(3) 2 >Emitted(16, 6) Source(14, 36) + SourceIndex(3) --- ->>> /*@internal*/ normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> /*@internal*/ proto_1.method = function () { }; 1->^^^^ 2 > ^^^^^^^^^^^^^ 3 > ^ -4 > ^^^^^^^^^^^^^^^^^^^^^^^^ -5 > ^^^ -6 > ^^^^^^^^^^^^^^ -7 > ^ +4 > ^^^^^^^^^^^^^^ +5 > ^^^ +6 > ^^^^^^^^^^^^^^ +7 > ^ 1-> > /*@internal*/ prop: string; > 2 > /*@internal*/ 3 > 4 > method -5 > -6 > method() { -7 > } -1->Emitted(17, 5) Source(16, 5) + SourceIndex(3) -2 >Emitted(17, 18) Source(16, 18) + SourceIndex(3) -3 >Emitted(17, 19) Source(16, 19) + SourceIndex(3) -4 >Emitted(17, 43) Source(16, 25) + SourceIndex(3) -5 >Emitted(17, 46) Source(16, 19) + SourceIndex(3) -6 >Emitted(17, 60) Source(16, 30) + SourceIndex(3) -7 >Emitted(17, 61) Source(16, 31) + SourceIndex(3) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +5 > +6 > method() { +7 > } +1->Emitted(18, 5) Source(16, 5) + SourceIndex(3) +2 >Emitted(18, 18) Source(16, 18) + SourceIndex(3) +3 >Emitted(18, 19) Source(16, 19) + SourceIndex(3) +4 >Emitted(18, 33) Source(16, 25) + SourceIndex(3) +5 >Emitted(18, 36) Source(16, 19) + SourceIndex(3) +6 >Emitted(18, 50) Source(16, 30) + SourceIndex(3) +7 >Emitted(18, 51) Source(16, 31) + SourceIndex(3) +--- +>>> Object.defineProperty(proto_1, "c", { 1 >^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ -4 > ^^^^^^^-> +3 > ^^^^^^^^^^^^ +4 > ^^^^^^^^^^^^^^^^^-> 1 > > /*@internal*/ 2 > get 3 > c -1 >Emitted(18, 5) Source(17, 19) + SourceIndex(3) -2 >Emitted(18, 27) Source(17, 23) + SourceIndex(3) -3 >Emitted(18, 49) Source(17, 24) + SourceIndex(3) +1 >Emitted(19, 5) Source(17, 19) + SourceIndex(3) +2 >Emitted(19, 27) Source(17, 23) + SourceIndex(3) +3 >Emitted(19, 39) Source(17, 24) + SourceIndex(3) --- >>> /*@internal*/ get: function () { return 10; }, 1->^^^^^^^^ @@ -3840,15 +3845,15 @@ sourceFile:../../../second/second_part1.ts 7 > ; 8 > 9 > } -1->Emitted(19, 9) Source(17, 5) + SourceIndex(3) -2 >Emitted(19, 22) Source(17, 18) + SourceIndex(3) -3 >Emitted(19, 28) Source(17, 19) + SourceIndex(3) -4 >Emitted(19, 42) Source(17, 29) + SourceIndex(3) -5 >Emitted(19, 49) Source(17, 36) + SourceIndex(3) -6 >Emitted(19, 51) Source(17, 38) + SourceIndex(3) -7 >Emitted(19, 52) Source(17, 39) + SourceIndex(3) -8 >Emitted(19, 53) Source(17, 40) + SourceIndex(3) -9 >Emitted(19, 54) Source(17, 41) + SourceIndex(3) +1->Emitted(20, 9) Source(17, 5) + SourceIndex(3) +2 >Emitted(20, 22) Source(17, 18) + SourceIndex(3) +3 >Emitted(20, 28) Source(17, 19) + SourceIndex(3) +4 >Emitted(20, 42) Source(17, 29) + SourceIndex(3) +5 >Emitted(20, 49) Source(17, 36) + SourceIndex(3) +6 >Emitted(20, 51) Source(17, 38) + SourceIndex(3) +7 >Emitted(20, 52) Source(17, 39) + SourceIndex(3) +8 >Emitted(20, 53) Source(17, 40) + SourceIndex(3) +9 >Emitted(20, 54) Source(17, 41) + SourceIndex(3) --- >>> /*@internal*/ set: function (val) { }, 1 >^^^^^^^^ @@ -3866,13 +3871,13 @@ sourceFile:../../../second/second_part1.ts 5 > val: number 6 > ) { 7 > } -1 >Emitted(20, 9) Source(18, 5) + SourceIndex(3) -2 >Emitted(20, 22) Source(18, 18) + SourceIndex(3) -3 >Emitted(20, 28) Source(18, 19) + SourceIndex(3) -4 >Emitted(20, 38) Source(18, 25) + SourceIndex(3) -5 >Emitted(20, 41) Source(18, 36) + SourceIndex(3) -6 >Emitted(20, 45) Source(18, 40) + SourceIndex(3) -7 >Emitted(20, 46) Source(18, 41) + SourceIndex(3) +1 >Emitted(21, 9) Source(18, 5) + SourceIndex(3) +2 >Emitted(21, 22) Source(18, 18) + SourceIndex(3) +3 >Emitted(21, 28) Source(18, 19) + SourceIndex(3) +4 >Emitted(21, 38) Source(18, 25) + SourceIndex(3) +5 >Emitted(21, 41) Source(18, 36) + SourceIndex(3) +6 >Emitted(21, 45) Source(18, 40) + SourceIndex(3) +7 >Emitted(21, 46) Source(18, 41) + SourceIndex(3) --- >>> enumerable: true, >>> configurable: true @@ -3880,7 +3885,7 @@ sourceFile:../../../second/second_part1.ts 1 >^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(23, 8) Source(17, 41) + SourceIndex(3) +1 >Emitted(24, 8) Source(17, 41) + SourceIndex(3) --- >>> return normalC; 1->^^^^ @@ -3889,8 +3894,8 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ set c(val: number) { } > 2 > } -1->Emitted(24, 5) Source(19, 1) + SourceIndex(3) -2 >Emitted(24, 19) Source(19, 2) + SourceIndex(3) +1->Emitted(25, 5) Source(19, 1) + SourceIndex(3) +2 >Emitted(25, 19) Source(19, 2) + SourceIndex(3) --- >>>}()); 1 > @@ -3908,10 +3913,10 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ get c() { return 10; } > /*@internal*/ set c(val: number) { } > } -1 >Emitted(25, 1) Source(19, 1) + SourceIndex(3) -2 >Emitted(25, 2) Source(19, 2) + SourceIndex(3) -3 >Emitted(25, 2) Source(13, 1) + SourceIndex(3) -4 >Emitted(25, 6) Source(19, 2) + SourceIndex(3) +1 >Emitted(26, 1) Source(19, 1) + SourceIndex(3) +2 >Emitted(26, 2) Source(19, 2) + SourceIndex(3) +3 >Emitted(26, 2) Source(13, 1) + SourceIndex(3) +4 >Emitted(26, 6) Source(19, 2) + SourceIndex(3) --- >>>var normalN; 1-> @@ -3933,10 +3938,10 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1->Emitted(26, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(26, 5) Source(20, 11) + SourceIndex(3) -3 >Emitted(26, 12) Source(20, 18) + SourceIndex(3) -4 >Emitted(26, 13) Source(29, 2) + SourceIndex(3) +1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(27, 5) Source(20, 11) + SourceIndex(3) +3 >Emitted(27, 12) Source(20, 18) + SourceIndex(3) +4 >Emitted(27, 13) Source(29, 2) + SourceIndex(3) --- >>>(function (normalN) { 1-> @@ -3946,9 +3951,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > normalN -1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(27, 12) Source(20, 11) + SourceIndex(3) -3 >Emitted(27, 19) Source(20, 18) + SourceIndex(3) +1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(28, 12) Source(20, 11) + SourceIndex(3) +3 >Emitted(28, 19) Source(20, 18) + SourceIndex(3) --- >>> /*@internal*/ var C = /** @class */ (function () { 1->^^^^ @@ -3959,15 +3964,15 @@ sourceFile:../../../second/second_part1.ts > 2 > /*@internal*/ 3 > -1->Emitted(28, 5) Source(21, 5) + SourceIndex(3) -2 >Emitted(28, 18) Source(21, 18) + SourceIndex(3) -3 >Emitted(28, 19) Source(21, 19) + SourceIndex(3) +1->Emitted(29, 5) Source(21, 5) + SourceIndex(3) +2 >Emitted(29, 18) Source(21, 18) + SourceIndex(3) +3 >Emitted(29, 19) Source(21, 19) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(29, 9) Source(21, 19) + SourceIndex(3) +1->Emitted(30, 9) Source(21, 19) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -3975,16 +3980,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(30, 9) Source(21, 36) + SourceIndex(3) -2 >Emitted(30, 10) Source(21, 37) + SourceIndex(3) +1->Emitted(31, 9) Source(21, 36) + SourceIndex(3) +2 >Emitted(31, 10) Source(21, 37) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(31, 9) Source(21, 36) + SourceIndex(3) -2 >Emitted(31, 17) Source(21, 37) + SourceIndex(3) +1->Emitted(32, 9) Source(21, 36) + SourceIndex(3) +2 >Emitted(32, 17) Source(21, 37) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -3996,10 +4001,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(32, 5) Source(21, 36) + SourceIndex(3) -2 >Emitted(32, 6) Source(21, 37) + SourceIndex(3) -3 >Emitted(32, 6) Source(21, 19) + SourceIndex(3) -4 >Emitted(32, 10) Source(21, 37) + SourceIndex(3) +1 >Emitted(33, 5) Source(21, 36) + SourceIndex(3) +2 >Emitted(33, 6) Source(21, 37) + SourceIndex(3) +3 >Emitted(33, 6) Source(21, 19) + SourceIndex(3) +4 >Emitted(33, 10) Source(21, 37) + SourceIndex(3) --- >>> normalN.C = C; 1->^^^^ @@ -4011,10 +4016,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > { } 4 > -1->Emitted(33, 5) Source(21, 32) + SourceIndex(3) -2 >Emitted(33, 14) Source(21, 33) + SourceIndex(3) -3 >Emitted(33, 18) Source(21, 37) + SourceIndex(3) -4 >Emitted(33, 19) Source(21, 37) + SourceIndex(3) +1->Emitted(34, 5) Source(21, 32) + SourceIndex(3) +2 >Emitted(34, 14) Source(21, 33) + SourceIndex(3) +3 >Emitted(34, 18) Source(21, 37) + SourceIndex(3) +4 >Emitted(34, 19) Source(21, 37) + SourceIndex(3) --- >>> /*@internal*/ function foo() { } 1->^^^^ @@ -4032,13 +4037,13 @@ sourceFile:../../../second/second_part1.ts 5 > foo 6 > () { 7 > } -1->Emitted(34, 5) Source(22, 5) + SourceIndex(3) -2 >Emitted(34, 18) Source(22, 18) + SourceIndex(3) -3 >Emitted(34, 19) Source(22, 19) + SourceIndex(3) -4 >Emitted(34, 28) Source(22, 35) + SourceIndex(3) -5 >Emitted(34, 31) Source(22, 38) + SourceIndex(3) -6 >Emitted(34, 36) Source(22, 42) + SourceIndex(3) -7 >Emitted(34, 37) Source(22, 43) + SourceIndex(3) +1->Emitted(35, 5) Source(22, 5) + SourceIndex(3) +2 >Emitted(35, 18) Source(22, 18) + SourceIndex(3) +3 >Emitted(35, 19) Source(22, 19) + SourceIndex(3) +4 >Emitted(35, 28) Source(22, 35) + SourceIndex(3) +5 >Emitted(35, 31) Source(22, 38) + SourceIndex(3) +6 >Emitted(35, 36) Source(22, 42) + SourceIndex(3) +7 >Emitted(35, 37) Source(22, 43) + SourceIndex(3) --- >>> normalN.foo = foo; 1 >^^^^ @@ -4050,10 +4055,10 @@ sourceFile:../../../second/second_part1.ts 2 > foo 3 > () {} 4 > -1 >Emitted(35, 5) Source(22, 35) + SourceIndex(3) -2 >Emitted(35, 16) Source(22, 38) + SourceIndex(3) -3 >Emitted(35, 22) Source(22, 43) + SourceIndex(3) -4 >Emitted(35, 23) Source(22, 43) + SourceIndex(3) +1 >Emitted(36, 5) Source(22, 35) + SourceIndex(3) +2 >Emitted(36, 16) Source(22, 38) + SourceIndex(3) +3 >Emitted(36, 22) Source(22, 43) + SourceIndex(3) +4 >Emitted(36, 23) Source(22, 43) + SourceIndex(3) --- >>> /*@internal*/ var someNamespace; 1->^^^^ @@ -4069,12 +4074,12 @@ sourceFile:../../../second/second_part1.ts 4 > export namespace 5 > someNamespace 6 > { export class C {} } -1->Emitted(36, 5) Source(23, 5) + SourceIndex(3) -2 >Emitted(36, 18) Source(23, 18) + SourceIndex(3) -3 >Emitted(36, 19) Source(23, 19) + SourceIndex(3) -4 >Emitted(36, 23) Source(23, 36) + SourceIndex(3) -5 >Emitted(36, 36) Source(23, 49) + SourceIndex(3) -6 >Emitted(36, 37) Source(23, 71) + SourceIndex(3) +1->Emitted(37, 5) Source(23, 5) + SourceIndex(3) +2 >Emitted(37, 18) Source(23, 18) + SourceIndex(3) +3 >Emitted(37, 19) Source(23, 19) + SourceIndex(3) +4 >Emitted(37, 23) Source(23, 36) + SourceIndex(3) +5 >Emitted(37, 36) Source(23, 49) + SourceIndex(3) +6 >Emitted(37, 37) Source(23, 71) + SourceIndex(3) --- >>> (function (someNamespace) { 1 >^^^^ @@ -4084,21 +4089,21 @@ sourceFile:../../../second/second_part1.ts 1 > 2 > export namespace 3 > someNamespace -1 >Emitted(37, 5) Source(23, 19) + SourceIndex(3) -2 >Emitted(37, 16) Source(23, 36) + SourceIndex(3) -3 >Emitted(37, 29) Source(23, 49) + SourceIndex(3) +1 >Emitted(38, 5) Source(23, 19) + SourceIndex(3) +2 >Emitted(38, 16) Source(23, 36) + SourceIndex(3) +3 >Emitted(38, 29) Source(23, 49) + SourceIndex(3) --- >>> var C = /** @class */ (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(38, 9) Source(23, 52) + SourceIndex(3) +1->Emitted(39, 9) Source(23, 52) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(39, 13) Source(23, 52) + SourceIndex(3) +1->Emitted(40, 13) Source(23, 52) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -4106,16 +4111,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(40, 13) Source(23, 68) + SourceIndex(3) -2 >Emitted(40, 14) Source(23, 69) + SourceIndex(3) +1->Emitted(41, 13) Source(23, 68) + SourceIndex(3) +2 >Emitted(41, 14) Source(23, 69) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(41, 13) Source(23, 68) + SourceIndex(3) -2 >Emitted(41, 21) Source(23, 69) + SourceIndex(3) +1->Emitted(42, 13) Source(23, 68) + SourceIndex(3) +2 >Emitted(42, 21) Source(23, 69) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -4127,10 +4132,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(42, 9) Source(23, 68) + SourceIndex(3) -2 >Emitted(42, 10) Source(23, 69) + SourceIndex(3) -3 >Emitted(42, 10) Source(23, 52) + SourceIndex(3) -4 >Emitted(42, 14) Source(23, 69) + SourceIndex(3) +1 >Emitted(43, 9) Source(23, 68) + SourceIndex(3) +2 >Emitted(43, 10) Source(23, 69) + SourceIndex(3) +3 >Emitted(43, 10) Source(23, 52) + SourceIndex(3) +4 >Emitted(43, 14) Source(23, 69) + SourceIndex(3) --- >>> someNamespace.C = C; 1->^^^^^^^^ @@ -4142,10 +4147,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > {} 4 > -1->Emitted(43, 9) Source(23, 65) + SourceIndex(3) -2 >Emitted(43, 24) Source(23, 66) + SourceIndex(3) -3 >Emitted(43, 28) Source(23, 69) + SourceIndex(3) -4 >Emitted(43, 29) Source(23, 69) + SourceIndex(3) +1->Emitted(44, 9) Source(23, 65) + SourceIndex(3) +2 >Emitted(44, 24) Source(23, 66) + SourceIndex(3) +3 >Emitted(44, 28) Source(23, 69) + SourceIndex(3) +4 >Emitted(44, 29) Source(23, 69) + SourceIndex(3) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^ @@ -4166,15 +4171,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(44, 5) Source(23, 70) + SourceIndex(3) -2 >Emitted(44, 6) Source(23, 71) + SourceIndex(3) -3 >Emitted(44, 8) Source(23, 36) + SourceIndex(3) -4 >Emitted(44, 21) Source(23, 49) + SourceIndex(3) -5 >Emitted(44, 24) Source(23, 36) + SourceIndex(3) -6 >Emitted(44, 45) Source(23, 49) + SourceIndex(3) -7 >Emitted(44, 50) Source(23, 36) + SourceIndex(3) -8 >Emitted(44, 71) Source(23, 49) + SourceIndex(3) -9 >Emitted(44, 79) Source(23, 71) + SourceIndex(3) +1->Emitted(45, 5) Source(23, 70) + SourceIndex(3) +2 >Emitted(45, 6) Source(23, 71) + SourceIndex(3) +3 >Emitted(45, 8) Source(23, 36) + SourceIndex(3) +4 >Emitted(45, 21) Source(23, 49) + SourceIndex(3) +5 >Emitted(45, 24) Source(23, 36) + SourceIndex(3) +6 >Emitted(45, 45) Source(23, 49) + SourceIndex(3) +7 >Emitted(45, 50) Source(23, 36) + SourceIndex(3) +8 >Emitted(45, 71) Source(23, 49) + SourceIndex(3) +9 >Emitted(45, 79) Source(23, 71) + SourceIndex(3) --- >>> /*@internal*/ var someOther; 1 >^^^^ @@ -4190,12 +4195,12 @@ sourceFile:../../../second/second_part1.ts 4 > export namespace 5 > someOther 6 > .something { export class someClass {} } -1 >Emitted(45, 5) Source(24, 5) + SourceIndex(3) -2 >Emitted(45, 18) Source(24, 18) + SourceIndex(3) -3 >Emitted(45, 19) Source(24, 19) + SourceIndex(3) -4 >Emitted(45, 23) Source(24, 36) + SourceIndex(3) -5 >Emitted(45, 32) Source(24, 45) + SourceIndex(3) -6 >Emitted(45, 33) Source(24, 85) + SourceIndex(3) +1 >Emitted(46, 5) Source(24, 5) + SourceIndex(3) +2 >Emitted(46, 18) Source(24, 18) + SourceIndex(3) +3 >Emitted(46, 19) Source(24, 19) + SourceIndex(3) +4 >Emitted(46, 23) Source(24, 36) + SourceIndex(3) +5 >Emitted(46, 32) Source(24, 45) + SourceIndex(3) +6 >Emitted(46, 33) Source(24, 85) + SourceIndex(3) --- >>> (function (someOther) { 1 >^^^^ @@ -4204,9 +4209,9 @@ sourceFile:../../../second/second_part1.ts 1 > 2 > export namespace 3 > someOther -1 >Emitted(46, 5) Source(24, 19) + SourceIndex(3) -2 >Emitted(46, 16) Source(24, 36) + SourceIndex(3) -3 >Emitted(46, 25) Source(24, 45) + SourceIndex(3) +1 >Emitted(47, 5) Source(24, 19) + SourceIndex(3) +2 >Emitted(47, 16) Source(24, 36) + SourceIndex(3) +3 >Emitted(47, 25) Source(24, 45) + SourceIndex(3) --- >>> var something; 1 >^^^^^^^^ @@ -4218,10 +4223,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(47, 9) Source(24, 46) + SourceIndex(3) -2 >Emitted(47, 13) Source(24, 46) + SourceIndex(3) -3 >Emitted(47, 22) Source(24, 55) + SourceIndex(3) -4 >Emitted(47, 23) Source(24, 85) + SourceIndex(3) +1 >Emitted(48, 9) Source(24, 46) + SourceIndex(3) +2 >Emitted(48, 13) Source(24, 46) + SourceIndex(3) +3 >Emitted(48, 22) Source(24, 55) + SourceIndex(3) +4 >Emitted(48, 23) Source(24, 85) + SourceIndex(3) --- >>> (function (something) { 1->^^^^^^^^ @@ -4231,21 +4236,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(48, 9) Source(24, 46) + SourceIndex(3) -2 >Emitted(48, 20) Source(24, 46) + SourceIndex(3) -3 >Emitted(48, 29) Source(24, 55) + SourceIndex(3) +1->Emitted(49, 9) Source(24, 46) + SourceIndex(3) +2 >Emitted(49, 20) Source(24, 46) + SourceIndex(3) +3 >Emitted(49, 29) Source(24, 55) + SourceIndex(3) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(49, 13) Source(24, 58) + SourceIndex(3) +1->Emitted(50, 13) Source(24, 58) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(50, 17) Source(24, 58) + SourceIndex(3) +1->Emitted(51, 17) Source(24, 58) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -4253,16 +4258,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(51, 17) Source(24, 82) + SourceIndex(3) -2 >Emitted(51, 18) Source(24, 83) + SourceIndex(3) +1->Emitted(52, 17) Source(24, 82) + SourceIndex(3) +2 >Emitted(52, 18) Source(24, 83) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(52, 17) Source(24, 82) + SourceIndex(3) -2 >Emitted(52, 33) Source(24, 83) + SourceIndex(3) +1->Emitted(53, 17) Source(24, 82) + SourceIndex(3) +2 >Emitted(53, 33) Source(24, 83) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -4274,10 +4279,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(53, 13) Source(24, 82) + SourceIndex(3) -2 >Emitted(53, 14) Source(24, 83) + SourceIndex(3) -3 >Emitted(53, 14) Source(24, 58) + SourceIndex(3) -4 >Emitted(53, 18) Source(24, 83) + SourceIndex(3) +1 >Emitted(54, 13) Source(24, 82) + SourceIndex(3) +2 >Emitted(54, 14) Source(24, 83) + SourceIndex(3) +3 >Emitted(54, 14) Source(24, 58) + SourceIndex(3) +4 >Emitted(54, 18) Source(24, 83) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -4289,10 +4294,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(54, 13) Source(24, 71) + SourceIndex(3) -2 >Emitted(54, 32) Source(24, 80) + SourceIndex(3) -3 >Emitted(54, 44) Source(24, 83) + SourceIndex(3) -4 >Emitted(54, 45) Source(24, 83) + SourceIndex(3) +1->Emitted(55, 13) Source(24, 71) + SourceIndex(3) +2 >Emitted(55, 32) Source(24, 80) + SourceIndex(3) +3 >Emitted(55, 44) Source(24, 83) + SourceIndex(3) +4 >Emitted(55, 45) Source(24, 83) + SourceIndex(3) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^ @@ -4313,15 +4318,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(55, 9) Source(24, 84) + SourceIndex(3) -2 >Emitted(55, 10) Source(24, 85) + SourceIndex(3) -3 >Emitted(55, 12) Source(24, 46) + SourceIndex(3) -4 >Emitted(55, 21) Source(24, 55) + SourceIndex(3) -5 >Emitted(55, 24) Source(24, 46) + SourceIndex(3) -6 >Emitted(55, 43) Source(24, 55) + SourceIndex(3) -7 >Emitted(55, 48) Source(24, 46) + SourceIndex(3) -8 >Emitted(55, 67) Source(24, 55) + SourceIndex(3) -9 >Emitted(55, 75) Source(24, 85) + SourceIndex(3) +1->Emitted(56, 9) Source(24, 84) + SourceIndex(3) +2 >Emitted(56, 10) Source(24, 85) + SourceIndex(3) +3 >Emitted(56, 12) Source(24, 46) + SourceIndex(3) +4 >Emitted(56, 21) Source(24, 55) + SourceIndex(3) +5 >Emitted(56, 24) Source(24, 46) + SourceIndex(3) +6 >Emitted(56, 43) Source(24, 55) + SourceIndex(3) +7 >Emitted(56, 48) Source(24, 46) + SourceIndex(3) +8 >Emitted(56, 67) Source(24, 55) + SourceIndex(3) +9 >Emitted(56, 75) Source(24, 85) + SourceIndex(3) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^ @@ -4342,15 +4347,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(56, 5) Source(24, 84) + SourceIndex(3) -2 >Emitted(56, 6) Source(24, 85) + SourceIndex(3) -3 >Emitted(56, 8) Source(24, 36) + SourceIndex(3) -4 >Emitted(56, 17) Source(24, 45) + SourceIndex(3) -5 >Emitted(56, 20) Source(24, 36) + SourceIndex(3) -6 >Emitted(56, 37) Source(24, 45) + SourceIndex(3) -7 >Emitted(56, 42) Source(24, 36) + SourceIndex(3) -8 >Emitted(56, 59) Source(24, 45) + SourceIndex(3) -9 >Emitted(56, 67) Source(24, 85) + SourceIndex(3) +1 >Emitted(57, 5) Source(24, 84) + SourceIndex(3) +2 >Emitted(57, 6) Source(24, 85) + SourceIndex(3) +3 >Emitted(57, 8) Source(24, 36) + SourceIndex(3) +4 >Emitted(57, 17) Source(24, 45) + SourceIndex(3) +5 >Emitted(57, 20) Source(24, 36) + SourceIndex(3) +6 >Emitted(57, 37) Source(24, 45) + SourceIndex(3) +7 >Emitted(57, 42) Source(24, 36) + SourceIndex(3) +8 >Emitted(57, 59) Source(24, 45) + SourceIndex(3) +9 >Emitted(57, 67) Source(24, 85) + SourceIndex(3) --- >>> /*@internal*/ normalN.someImport = someNamespace.C; 1 >^^^^ @@ -4372,15 +4377,15 @@ sourceFile:../../../second/second_part1.ts 7 > . 8 > C 9 > ; -1 >Emitted(57, 5) Source(25, 5) + SourceIndex(3) -2 >Emitted(57, 18) Source(25, 18) + SourceIndex(3) -3 >Emitted(57, 19) Source(25, 33) + SourceIndex(3) -4 >Emitted(57, 37) Source(25, 43) + SourceIndex(3) -5 >Emitted(57, 40) Source(25, 46) + SourceIndex(3) -6 >Emitted(57, 53) Source(25, 59) + SourceIndex(3) -7 >Emitted(57, 54) Source(25, 60) + SourceIndex(3) -8 >Emitted(57, 55) Source(25, 61) + SourceIndex(3) -9 >Emitted(57, 56) Source(25, 62) + SourceIndex(3) +1 >Emitted(58, 5) Source(25, 5) + SourceIndex(3) +2 >Emitted(58, 18) Source(25, 18) + SourceIndex(3) +3 >Emitted(58, 19) Source(25, 33) + SourceIndex(3) +4 >Emitted(58, 37) Source(25, 43) + SourceIndex(3) +5 >Emitted(58, 40) Source(25, 46) + SourceIndex(3) +6 >Emitted(58, 53) Source(25, 59) + SourceIndex(3) +7 >Emitted(58, 54) Source(25, 60) + SourceIndex(3) +8 >Emitted(58, 55) Source(25, 61) + SourceIndex(3) +9 >Emitted(58, 56) Source(25, 62) + SourceIndex(3) --- >>> /*@internal*/ normalN.internalConst = 10; 1 >^^^^ @@ -4399,13 +4404,13 @@ sourceFile:../../../second/second_part1.ts 5 > = 6 > 10 7 > ; -1 >Emitted(58, 5) Source(27, 5) + SourceIndex(3) -2 >Emitted(58, 18) Source(27, 18) + SourceIndex(3) -3 >Emitted(58, 19) Source(27, 32) + SourceIndex(3) -4 >Emitted(58, 40) Source(27, 45) + SourceIndex(3) -5 >Emitted(58, 43) Source(27, 48) + SourceIndex(3) -6 >Emitted(58, 45) Source(27, 50) + SourceIndex(3) -7 >Emitted(58, 46) Source(27, 51) + SourceIndex(3) +1 >Emitted(59, 5) Source(27, 5) + SourceIndex(3) +2 >Emitted(59, 18) Source(27, 18) + SourceIndex(3) +3 >Emitted(59, 19) Source(27, 32) + SourceIndex(3) +4 >Emitted(59, 40) Source(27, 45) + SourceIndex(3) +5 >Emitted(59, 43) Source(27, 48) + SourceIndex(3) +6 >Emitted(59, 45) Source(27, 50) + SourceIndex(3) +7 >Emitted(59, 46) Source(27, 51) + SourceIndex(3) --- >>> /*@internal*/ var internalEnum; 1 >^^^^ @@ -4419,11 +4424,11 @@ sourceFile:../../../second/second_part1.ts 3 > 4 > export enum 5 > internalEnum { a, b, c } -1 >Emitted(59, 5) Source(28, 5) + SourceIndex(3) -2 >Emitted(59, 18) Source(28, 18) + SourceIndex(3) -3 >Emitted(59, 19) Source(28, 19) + SourceIndex(3) -4 >Emitted(59, 23) Source(28, 31) + SourceIndex(3) -5 >Emitted(59, 35) Source(28, 55) + SourceIndex(3) +1 >Emitted(60, 5) Source(28, 5) + SourceIndex(3) +2 >Emitted(60, 18) Source(28, 18) + SourceIndex(3) +3 >Emitted(60, 19) Source(28, 19) + SourceIndex(3) +4 >Emitted(60, 23) Source(28, 31) + SourceIndex(3) +5 >Emitted(60, 35) Source(28, 55) + SourceIndex(3) --- >>> (function (internalEnum) { 1 >^^^^ @@ -4433,9 +4438,9 @@ sourceFile:../../../second/second_part1.ts 1 > 2 > export enum 3 > internalEnum -1 >Emitted(60, 5) Source(28, 19) + SourceIndex(3) -2 >Emitted(60, 16) Source(28, 31) + SourceIndex(3) -3 >Emitted(60, 28) Source(28, 43) + SourceIndex(3) +1 >Emitted(61, 5) Source(28, 19) + SourceIndex(3) +2 >Emitted(61, 16) Source(28, 31) + SourceIndex(3) +3 >Emitted(61, 28) Source(28, 43) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -4445,9 +4450,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(61, 9) Source(28, 46) + SourceIndex(3) -2 >Emitted(61, 50) Source(28, 47) + SourceIndex(3) -3 >Emitted(61, 51) Source(28, 47) + SourceIndex(3) +1->Emitted(62, 9) Source(28, 46) + SourceIndex(3) +2 >Emitted(62, 50) Source(28, 47) + SourceIndex(3) +3 >Emitted(62, 51) Source(28, 47) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -4457,9 +4462,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(62, 9) Source(28, 49) + SourceIndex(3) -2 >Emitted(62, 50) Source(28, 50) + SourceIndex(3) -3 >Emitted(62, 51) Source(28, 50) + SourceIndex(3) +1->Emitted(63, 9) Source(28, 49) + SourceIndex(3) +2 >Emitted(63, 50) Source(28, 50) + SourceIndex(3) +3 >Emitted(63, 51) Source(28, 50) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -4469,9 +4474,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(63, 9) Source(28, 52) + SourceIndex(3) -2 >Emitted(63, 50) Source(28, 53) + SourceIndex(3) -3 >Emitted(63, 51) Source(28, 53) + SourceIndex(3) +1->Emitted(64, 9) Source(28, 52) + SourceIndex(3) +2 >Emitted(64, 50) Source(28, 53) + SourceIndex(3) +3 >Emitted(64, 51) Source(28, 53) + SourceIndex(3) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^ @@ -4492,15 +4497,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(64, 5) Source(28, 54) + SourceIndex(3) -2 >Emitted(64, 6) Source(28, 55) + SourceIndex(3) -3 >Emitted(64, 8) Source(28, 31) + SourceIndex(3) -4 >Emitted(64, 20) Source(28, 43) + SourceIndex(3) -5 >Emitted(64, 23) Source(28, 31) + SourceIndex(3) -6 >Emitted(64, 43) Source(28, 43) + SourceIndex(3) -7 >Emitted(64, 48) Source(28, 31) + SourceIndex(3) -8 >Emitted(64, 68) Source(28, 43) + SourceIndex(3) -9 >Emitted(64, 76) Source(28, 55) + SourceIndex(3) +1->Emitted(65, 5) Source(28, 54) + SourceIndex(3) +2 >Emitted(65, 6) Source(28, 55) + SourceIndex(3) +3 >Emitted(65, 8) Source(28, 31) + SourceIndex(3) +4 >Emitted(65, 20) Source(28, 43) + SourceIndex(3) +5 >Emitted(65, 23) Source(28, 31) + SourceIndex(3) +6 >Emitted(65, 43) Source(28, 43) + SourceIndex(3) +7 >Emitted(65, 48) Source(28, 31) + SourceIndex(3) +8 >Emitted(65, 68) Source(28, 43) + SourceIndex(3) +9 >Emitted(65, 76) Source(28, 55) + SourceIndex(3) --- >>>})(normalN || (normalN = {})); 1 > @@ -4528,13 +4533,13 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(65, 1) Source(29, 1) + SourceIndex(3) -2 >Emitted(65, 2) Source(29, 2) + SourceIndex(3) -3 >Emitted(65, 4) Source(20, 11) + SourceIndex(3) -4 >Emitted(65, 11) Source(20, 18) + SourceIndex(3) -5 >Emitted(65, 16) Source(20, 11) + SourceIndex(3) -6 >Emitted(65, 23) Source(20, 18) + SourceIndex(3) -7 >Emitted(65, 31) Source(29, 2) + SourceIndex(3) +1 >Emitted(66, 1) Source(29, 1) + SourceIndex(3) +2 >Emitted(66, 2) Source(29, 2) + SourceIndex(3) +3 >Emitted(66, 4) Source(20, 11) + SourceIndex(3) +4 >Emitted(66, 11) Source(20, 18) + SourceIndex(3) +5 >Emitted(66, 16) Source(20, 11) + SourceIndex(3) +6 >Emitted(66, 23) Source(20, 18) + SourceIndex(3) +7 >Emitted(66, 31) Source(29, 2) + SourceIndex(3) --- >>>/*@internal*/ var internalC = /** @class */ (function () { 1-> @@ -4545,15 +4550,15 @@ sourceFile:../../../second/second_part1.ts > 2 >/*@internal*/ 3 > -1->Emitted(66, 1) Source(30, 1) + SourceIndex(3) -2 >Emitted(66, 14) Source(30, 14) + SourceIndex(3) -3 >Emitted(66, 15) Source(30, 15) + SourceIndex(3) +1->Emitted(67, 1) Source(30, 1) + SourceIndex(3) +2 >Emitted(67, 14) Source(30, 14) + SourceIndex(3) +3 >Emitted(67, 15) Source(30, 15) + SourceIndex(3) --- >>> function internalC() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(67, 5) Source(30, 15) + SourceIndex(3) +1->Emitted(68, 5) Source(30, 15) + SourceIndex(3) --- >>> } 1->^^^^ @@ -4561,16 +4566,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->class internalC { 2 > } -1->Emitted(68, 5) Source(30, 32) + SourceIndex(3) -2 >Emitted(68, 6) Source(30, 33) + SourceIndex(3) +1->Emitted(69, 5) Source(30, 32) + SourceIndex(3) +2 >Emitted(69, 6) Source(30, 33) + SourceIndex(3) --- >>> return internalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(69, 5) Source(30, 32) + SourceIndex(3) -2 >Emitted(69, 21) Source(30, 33) + SourceIndex(3) +1->Emitted(70, 5) Source(30, 32) + SourceIndex(3) +2 >Emitted(70, 21) Source(30, 33) + SourceIndex(3) --- >>>}()); 1 > @@ -4582,10 +4587,10 @@ sourceFile:../../../second/second_part1.ts 2 >} 3 > 4 > class internalC {} -1 >Emitted(70, 1) Source(30, 32) + SourceIndex(3) -2 >Emitted(70, 2) Source(30, 33) + SourceIndex(3) -3 >Emitted(70, 2) Source(30, 15) + SourceIndex(3) -4 >Emitted(70, 6) Source(30, 33) + SourceIndex(3) +1 >Emitted(71, 1) Source(30, 32) + SourceIndex(3) +2 >Emitted(71, 2) Source(30, 33) + SourceIndex(3) +3 >Emitted(71, 2) Source(30, 15) + SourceIndex(3) +4 >Emitted(71, 6) Source(30, 33) + SourceIndex(3) --- >>>/*@internal*/ function internalfoo() { } 1-> @@ -4603,13 +4608,13 @@ sourceFile:../../../second/second_part1.ts 5 > internalfoo 6 > () { 7 > } -1->Emitted(71, 1) Source(31, 1) + SourceIndex(3) -2 >Emitted(71, 14) Source(31, 14) + SourceIndex(3) -3 >Emitted(71, 15) Source(31, 15) + SourceIndex(3) -4 >Emitted(71, 24) Source(31, 24) + SourceIndex(3) -5 >Emitted(71, 35) Source(31, 35) + SourceIndex(3) -6 >Emitted(71, 40) Source(31, 39) + SourceIndex(3) -7 >Emitted(71, 41) Source(31, 40) + SourceIndex(3) +1->Emitted(72, 1) Source(31, 1) + SourceIndex(3) +2 >Emitted(72, 14) Source(31, 14) + SourceIndex(3) +3 >Emitted(72, 15) Source(31, 15) + SourceIndex(3) +4 >Emitted(72, 24) Source(31, 24) + SourceIndex(3) +5 >Emitted(72, 35) Source(31, 35) + SourceIndex(3) +6 >Emitted(72, 40) Source(31, 39) + SourceIndex(3) +7 >Emitted(72, 41) Source(31, 40) + SourceIndex(3) --- >>>/*@internal*/ var internalNamespace; 1 > @@ -4625,12 +4630,12 @@ sourceFile:../../../second/second_part1.ts 4 > namespace 5 > internalNamespace 6 > { export class someClass {} } -1 >Emitted(72, 1) Source(32, 1) + SourceIndex(3) -2 >Emitted(72, 14) Source(32, 14) + SourceIndex(3) -3 >Emitted(72, 15) Source(32, 15) + SourceIndex(3) -4 >Emitted(72, 19) Source(32, 25) + SourceIndex(3) -5 >Emitted(72, 36) Source(32, 42) + SourceIndex(3) -6 >Emitted(72, 37) Source(32, 72) + SourceIndex(3) +1 >Emitted(73, 1) Source(32, 1) + SourceIndex(3) +2 >Emitted(73, 14) Source(32, 14) + SourceIndex(3) +3 >Emitted(73, 15) Source(32, 15) + SourceIndex(3) +4 >Emitted(73, 19) Source(32, 25) + SourceIndex(3) +5 >Emitted(73, 36) Source(32, 42) + SourceIndex(3) +6 >Emitted(73, 37) Source(32, 72) + SourceIndex(3) --- >>>(function (internalNamespace) { 1 > @@ -4640,21 +4645,21 @@ sourceFile:../../../second/second_part1.ts 1 > 2 >namespace 3 > internalNamespace -1 >Emitted(73, 1) Source(32, 15) + SourceIndex(3) -2 >Emitted(73, 12) Source(32, 25) + SourceIndex(3) -3 >Emitted(73, 29) Source(32, 42) + SourceIndex(3) +1 >Emitted(74, 1) Source(32, 15) + SourceIndex(3) +2 >Emitted(74, 12) Source(32, 25) + SourceIndex(3) +3 >Emitted(74, 29) Source(32, 42) + SourceIndex(3) --- >>> var someClass = /** @class */ (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(74, 5) Source(32, 45) + SourceIndex(3) +1->Emitted(75, 5) Source(32, 45) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(75, 9) Source(32, 45) + SourceIndex(3) +1->Emitted(76, 9) Source(32, 45) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -4662,16 +4667,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(76, 9) Source(32, 69) + SourceIndex(3) -2 >Emitted(76, 10) Source(32, 70) + SourceIndex(3) +1->Emitted(77, 9) Source(32, 69) + SourceIndex(3) +2 >Emitted(77, 10) Source(32, 70) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(77, 9) Source(32, 69) + SourceIndex(3) -2 >Emitted(77, 25) Source(32, 70) + SourceIndex(3) +1->Emitted(78, 9) Source(32, 69) + SourceIndex(3) +2 >Emitted(78, 25) Source(32, 70) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -4683,10 +4688,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(78, 5) Source(32, 69) + SourceIndex(3) -2 >Emitted(78, 6) Source(32, 70) + SourceIndex(3) -3 >Emitted(78, 6) Source(32, 45) + SourceIndex(3) -4 >Emitted(78, 10) Source(32, 70) + SourceIndex(3) +1 >Emitted(79, 5) Source(32, 69) + SourceIndex(3) +2 >Emitted(79, 6) Source(32, 70) + SourceIndex(3) +3 >Emitted(79, 6) Source(32, 45) + SourceIndex(3) +4 >Emitted(79, 10) Source(32, 70) + SourceIndex(3) --- >>> internalNamespace.someClass = someClass; 1->^^^^ @@ -4698,10 +4703,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(79, 5) Source(32, 58) + SourceIndex(3) -2 >Emitted(79, 32) Source(32, 67) + SourceIndex(3) -3 >Emitted(79, 44) Source(32, 70) + SourceIndex(3) -4 >Emitted(79, 45) Source(32, 70) + SourceIndex(3) +1->Emitted(80, 5) Source(32, 58) + SourceIndex(3) +2 >Emitted(80, 32) Source(32, 67) + SourceIndex(3) +3 >Emitted(80, 44) Source(32, 70) + SourceIndex(3) +4 >Emitted(80, 45) Source(32, 70) + SourceIndex(3) --- >>>})(internalNamespace || (internalNamespace = {})); 1-> @@ -4718,13 +4723,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalNamespace 7 > { export class someClass {} } -1->Emitted(80, 1) Source(32, 71) + SourceIndex(3) -2 >Emitted(80, 2) Source(32, 72) + SourceIndex(3) -3 >Emitted(80, 4) Source(32, 25) + SourceIndex(3) -4 >Emitted(80, 21) Source(32, 42) + SourceIndex(3) -5 >Emitted(80, 26) Source(32, 25) + SourceIndex(3) -6 >Emitted(80, 43) Source(32, 42) + SourceIndex(3) -7 >Emitted(80, 51) Source(32, 72) + SourceIndex(3) +1->Emitted(81, 1) Source(32, 71) + SourceIndex(3) +2 >Emitted(81, 2) Source(32, 72) + SourceIndex(3) +3 >Emitted(81, 4) Source(32, 25) + SourceIndex(3) +4 >Emitted(81, 21) Source(32, 42) + SourceIndex(3) +5 >Emitted(81, 26) Source(32, 25) + SourceIndex(3) +6 >Emitted(81, 43) Source(32, 42) + SourceIndex(3) +7 >Emitted(81, 51) Source(32, 72) + SourceIndex(3) --- >>>/*@internal*/ var internalOther; 1 > @@ -4740,12 +4745,12 @@ sourceFile:../../../second/second_part1.ts 4 > namespace 5 > internalOther 6 > .something { export class someClass {} } -1 >Emitted(81, 1) Source(33, 1) + SourceIndex(3) -2 >Emitted(81, 14) Source(33, 14) + SourceIndex(3) -3 >Emitted(81, 15) Source(33, 15) + SourceIndex(3) -4 >Emitted(81, 19) Source(33, 25) + SourceIndex(3) -5 >Emitted(81, 32) Source(33, 38) + SourceIndex(3) -6 >Emitted(81, 33) Source(33, 78) + SourceIndex(3) +1 >Emitted(82, 1) Source(33, 1) + SourceIndex(3) +2 >Emitted(82, 14) Source(33, 14) + SourceIndex(3) +3 >Emitted(82, 15) Source(33, 15) + SourceIndex(3) +4 >Emitted(82, 19) Source(33, 25) + SourceIndex(3) +5 >Emitted(82, 32) Source(33, 38) + SourceIndex(3) +6 >Emitted(82, 33) Source(33, 78) + SourceIndex(3) --- >>>(function (internalOther) { 1 > @@ -4754,9 +4759,9 @@ sourceFile:../../../second/second_part1.ts 1 > 2 >namespace 3 > internalOther -1 >Emitted(82, 1) Source(33, 15) + SourceIndex(3) -2 >Emitted(82, 12) Source(33, 25) + SourceIndex(3) -3 >Emitted(82, 25) Source(33, 38) + SourceIndex(3) +1 >Emitted(83, 1) Source(33, 15) + SourceIndex(3) +2 >Emitted(83, 12) Source(33, 25) + SourceIndex(3) +3 >Emitted(83, 25) Source(33, 38) + SourceIndex(3) --- >>> var something; 1 >^^^^ @@ -4768,10 +4773,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(83, 5) Source(33, 39) + SourceIndex(3) -2 >Emitted(83, 9) Source(33, 39) + SourceIndex(3) -3 >Emitted(83, 18) Source(33, 48) + SourceIndex(3) -4 >Emitted(83, 19) Source(33, 78) + SourceIndex(3) +1 >Emitted(84, 5) Source(33, 39) + SourceIndex(3) +2 >Emitted(84, 9) Source(33, 39) + SourceIndex(3) +3 >Emitted(84, 18) Source(33, 48) + SourceIndex(3) +4 >Emitted(84, 19) Source(33, 78) + SourceIndex(3) --- >>> (function (something) { 1->^^^^ @@ -4781,21 +4786,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(84, 5) Source(33, 39) + SourceIndex(3) -2 >Emitted(84, 16) Source(33, 39) + SourceIndex(3) -3 >Emitted(84, 25) Source(33, 48) + SourceIndex(3) +1->Emitted(85, 5) Source(33, 39) + SourceIndex(3) +2 >Emitted(85, 16) Source(33, 39) + SourceIndex(3) +3 >Emitted(85, 25) Source(33, 48) + SourceIndex(3) --- >>> var someClass = /** @class */ (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(85, 9) Source(33, 51) + SourceIndex(3) +1->Emitted(86, 9) Source(33, 51) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(86, 13) Source(33, 51) + SourceIndex(3) +1->Emitted(87, 13) Source(33, 51) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -4803,16 +4808,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(87, 13) Source(33, 75) + SourceIndex(3) -2 >Emitted(87, 14) Source(33, 76) + SourceIndex(3) +1->Emitted(88, 13) Source(33, 75) + SourceIndex(3) +2 >Emitted(88, 14) Source(33, 76) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(88, 13) Source(33, 75) + SourceIndex(3) -2 >Emitted(88, 29) Source(33, 76) + SourceIndex(3) +1->Emitted(89, 13) Source(33, 75) + SourceIndex(3) +2 >Emitted(89, 29) Source(33, 76) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -4824,10 +4829,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(89, 9) Source(33, 75) + SourceIndex(3) -2 >Emitted(89, 10) Source(33, 76) + SourceIndex(3) -3 >Emitted(89, 10) Source(33, 51) + SourceIndex(3) -4 >Emitted(89, 14) Source(33, 76) + SourceIndex(3) +1 >Emitted(90, 9) Source(33, 75) + SourceIndex(3) +2 >Emitted(90, 10) Source(33, 76) + SourceIndex(3) +3 >Emitted(90, 10) Source(33, 51) + SourceIndex(3) +4 >Emitted(90, 14) Source(33, 76) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^ @@ -4839,10 +4844,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(90, 9) Source(33, 64) + SourceIndex(3) -2 >Emitted(90, 28) Source(33, 73) + SourceIndex(3) -3 >Emitted(90, 40) Source(33, 76) + SourceIndex(3) -4 >Emitted(90, 41) Source(33, 76) + SourceIndex(3) +1->Emitted(91, 9) Source(33, 64) + SourceIndex(3) +2 >Emitted(91, 28) Source(33, 73) + SourceIndex(3) +3 >Emitted(91, 40) Source(33, 76) + SourceIndex(3) +4 >Emitted(91, 41) Source(33, 76) + SourceIndex(3) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^ @@ -4863,15 +4868,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(91, 5) Source(33, 77) + SourceIndex(3) -2 >Emitted(91, 6) Source(33, 78) + SourceIndex(3) -3 >Emitted(91, 8) Source(33, 39) + SourceIndex(3) -4 >Emitted(91, 17) Source(33, 48) + SourceIndex(3) -5 >Emitted(91, 20) Source(33, 39) + SourceIndex(3) -6 >Emitted(91, 43) Source(33, 48) + SourceIndex(3) -7 >Emitted(91, 48) Source(33, 39) + SourceIndex(3) -8 >Emitted(91, 71) Source(33, 48) + SourceIndex(3) -9 >Emitted(91, 79) Source(33, 78) + SourceIndex(3) +1->Emitted(92, 5) Source(33, 77) + SourceIndex(3) +2 >Emitted(92, 6) Source(33, 78) + SourceIndex(3) +3 >Emitted(92, 8) Source(33, 39) + SourceIndex(3) +4 >Emitted(92, 17) Source(33, 48) + SourceIndex(3) +5 >Emitted(92, 20) Source(33, 39) + SourceIndex(3) +6 >Emitted(92, 43) Source(33, 48) + SourceIndex(3) +7 >Emitted(92, 48) Source(33, 39) + SourceIndex(3) +8 >Emitted(92, 71) Source(33, 48) + SourceIndex(3) +9 >Emitted(92, 79) Source(33, 78) + SourceIndex(3) --- >>>})(internalOther || (internalOther = {})); 1 > @@ -4889,13 +4894,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalOther 7 > .something { export class someClass {} } -1 >Emitted(92, 1) Source(33, 77) + SourceIndex(3) -2 >Emitted(92, 2) Source(33, 78) + SourceIndex(3) -3 >Emitted(92, 4) Source(33, 25) + SourceIndex(3) -4 >Emitted(92, 17) Source(33, 38) + SourceIndex(3) -5 >Emitted(92, 22) Source(33, 25) + SourceIndex(3) -6 >Emitted(92, 35) Source(33, 38) + SourceIndex(3) -7 >Emitted(92, 43) Source(33, 78) + SourceIndex(3) +1 >Emitted(93, 1) Source(33, 77) + SourceIndex(3) +2 >Emitted(93, 2) Source(33, 78) + SourceIndex(3) +3 >Emitted(93, 4) Source(33, 25) + SourceIndex(3) +4 >Emitted(93, 17) Source(33, 38) + SourceIndex(3) +5 >Emitted(93, 22) Source(33, 25) + SourceIndex(3) +6 >Emitted(93, 35) Source(33, 38) + SourceIndex(3) +7 >Emitted(93, 43) Source(33, 78) + SourceIndex(3) --- >>>/*@internal*/ var internalImport = internalNamespace.someClass; 1-> @@ -4919,16 +4924,16 @@ sourceFile:../../../second/second_part1.ts 8 > . 9 > someClass 10> ; -1->Emitted(93, 1) Source(34, 1) + SourceIndex(3) -2 >Emitted(93, 14) Source(34, 14) + SourceIndex(3) -3 >Emitted(93, 15) Source(34, 15) + SourceIndex(3) -4 >Emitted(93, 19) Source(34, 22) + SourceIndex(3) -5 >Emitted(93, 33) Source(34, 36) + SourceIndex(3) -6 >Emitted(93, 36) Source(34, 39) + SourceIndex(3) -7 >Emitted(93, 53) Source(34, 56) + SourceIndex(3) -8 >Emitted(93, 54) Source(34, 57) + SourceIndex(3) -9 >Emitted(93, 63) Source(34, 66) + SourceIndex(3) -10>Emitted(93, 64) Source(34, 67) + SourceIndex(3) +1->Emitted(94, 1) Source(34, 1) + SourceIndex(3) +2 >Emitted(94, 14) Source(34, 14) + SourceIndex(3) +3 >Emitted(94, 15) Source(34, 15) + SourceIndex(3) +4 >Emitted(94, 19) Source(34, 22) + SourceIndex(3) +5 >Emitted(94, 33) Source(34, 36) + SourceIndex(3) +6 >Emitted(94, 36) Source(34, 39) + SourceIndex(3) +7 >Emitted(94, 53) Source(34, 56) + SourceIndex(3) +8 >Emitted(94, 54) Source(34, 57) + SourceIndex(3) +9 >Emitted(94, 63) Source(34, 66) + SourceIndex(3) +10>Emitted(94, 64) Source(34, 67) + SourceIndex(3) --- >>>/*@internal*/ var internalConst = 10; 1 > @@ -4949,14 +4954,14 @@ sourceFile:../../../second/second_part1.ts 6 > = 7 > 10 8 > ; -1 >Emitted(94, 1) Source(36, 1) + SourceIndex(3) -2 >Emitted(94, 14) Source(36, 14) + SourceIndex(3) -3 >Emitted(94, 15) Source(36, 15) + SourceIndex(3) -4 >Emitted(94, 19) Source(36, 21) + SourceIndex(3) -5 >Emitted(94, 32) Source(36, 34) + SourceIndex(3) -6 >Emitted(94, 35) Source(36, 37) + SourceIndex(3) -7 >Emitted(94, 37) Source(36, 39) + SourceIndex(3) -8 >Emitted(94, 38) Source(36, 40) + SourceIndex(3) +1 >Emitted(95, 1) Source(36, 1) + SourceIndex(3) +2 >Emitted(95, 14) Source(36, 14) + SourceIndex(3) +3 >Emitted(95, 15) Source(36, 15) + SourceIndex(3) +4 >Emitted(95, 19) Source(36, 21) + SourceIndex(3) +5 >Emitted(95, 32) Source(36, 34) + SourceIndex(3) +6 >Emitted(95, 35) Source(36, 37) + SourceIndex(3) +7 >Emitted(95, 37) Source(36, 39) + SourceIndex(3) +8 >Emitted(95, 38) Source(36, 40) + SourceIndex(3) --- >>>/*@internal*/ var internalEnum; 1 > @@ -4970,11 +4975,11 @@ sourceFile:../../../second/second_part1.ts 3 > 4 > enum 5 > internalEnum { a, b, c } -1 >Emitted(95, 1) Source(37, 1) + SourceIndex(3) -2 >Emitted(95, 14) Source(37, 14) + SourceIndex(3) -3 >Emitted(95, 15) Source(37, 15) + SourceIndex(3) -4 >Emitted(95, 19) Source(37, 20) + SourceIndex(3) -5 >Emitted(95, 31) Source(37, 44) + SourceIndex(3) +1 >Emitted(96, 1) Source(37, 1) + SourceIndex(3) +2 >Emitted(96, 14) Source(37, 14) + SourceIndex(3) +3 >Emitted(96, 15) Source(37, 15) + SourceIndex(3) +4 >Emitted(96, 19) Source(37, 20) + SourceIndex(3) +5 >Emitted(96, 31) Source(37, 44) + SourceIndex(3) --- >>>(function (internalEnum) { 1 > @@ -4984,9 +4989,9 @@ sourceFile:../../../second/second_part1.ts 1 > 2 >enum 3 > internalEnum -1 >Emitted(96, 1) Source(37, 15) + SourceIndex(3) -2 >Emitted(96, 12) Source(37, 20) + SourceIndex(3) -3 >Emitted(96, 24) Source(37, 32) + SourceIndex(3) +1 >Emitted(97, 1) Source(37, 15) + SourceIndex(3) +2 >Emitted(97, 12) Source(37, 20) + SourceIndex(3) +3 >Emitted(97, 24) Source(37, 32) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^ @@ -4996,9 +5001,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(97, 5) Source(37, 35) + SourceIndex(3) -2 >Emitted(97, 46) Source(37, 36) + SourceIndex(3) -3 >Emitted(97, 47) Source(37, 36) + SourceIndex(3) +1->Emitted(98, 5) Source(37, 35) + SourceIndex(3) +2 >Emitted(98, 46) Source(37, 36) + SourceIndex(3) +3 >Emitted(98, 47) Source(37, 36) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^ @@ -5008,9 +5013,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(98, 5) Source(37, 38) + SourceIndex(3) -2 >Emitted(98, 46) Source(37, 39) + SourceIndex(3) -3 >Emitted(98, 47) Source(37, 39) + SourceIndex(3) +1->Emitted(99, 5) Source(37, 38) + SourceIndex(3) +2 >Emitted(99, 46) Source(37, 39) + SourceIndex(3) +3 >Emitted(99, 47) Source(37, 39) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^ @@ -5019,9 +5024,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(99, 5) Source(37, 41) + SourceIndex(3) -2 >Emitted(99, 46) Source(37, 42) + SourceIndex(3) -3 >Emitted(99, 47) Source(37, 42) + SourceIndex(3) +1->Emitted(100, 5) Source(37, 41) + SourceIndex(3) +2 >Emitted(100, 46) Source(37, 42) + SourceIndex(3) +3 >Emitted(100, 47) Source(37, 42) + SourceIndex(3) --- >>>})(internalEnum || (internalEnum = {})); 1 > @@ -5038,13 +5043,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalEnum 7 > { a, b, c } -1 >Emitted(100, 1) Source(37, 43) + SourceIndex(3) -2 >Emitted(100, 2) Source(37, 44) + SourceIndex(3) -3 >Emitted(100, 4) Source(37, 20) + SourceIndex(3) -4 >Emitted(100, 16) Source(37, 32) + SourceIndex(3) -5 >Emitted(100, 21) Source(37, 20) + SourceIndex(3) -6 >Emitted(100, 33) Source(37, 32) + SourceIndex(3) -7 >Emitted(100, 41) Source(37, 44) + SourceIndex(3) +1 >Emitted(101, 1) Source(37, 43) + SourceIndex(3) +2 >Emitted(101, 2) Source(37, 44) + SourceIndex(3) +3 >Emitted(101, 4) Source(37, 20) + SourceIndex(3) +4 >Emitted(101, 16) Source(37, 32) + SourceIndex(3) +5 >Emitted(101, 21) Source(37, 20) + SourceIndex(3) +6 >Emitted(101, 33) Source(37, 32) + SourceIndex(3) +7 >Emitted(101, 41) Source(37, 44) + SourceIndex(3) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -5054,13 +5059,13 @@ sourceFile:../../../second/second_part2.ts 1 > 2 >^^^^^^^^^^^^^^^^^^^-> 1 > -1 >Emitted(101, 1) Source(1, 1) + SourceIndex(4) +1 >Emitted(102, 1) Source(1, 1) + SourceIndex(4) --- >>> function C() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(102, 5) Source(1, 1) + SourceIndex(4) +1->Emitted(103, 5) Source(1, 1) + SourceIndex(4) --- >>> } 1->^^^^ @@ -5072,8 +5077,8 @@ sourceFile:../../../second/second_part2.ts > } > 2 > } -1->Emitted(103, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(103, 6) Source(5, 2) + SourceIndex(4) +1->Emitted(104, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(104, 6) Source(5, 2) + SourceIndex(4) --- >>> C.prototype.doSomething = function () { 1->^^^^ @@ -5083,9 +5088,9 @@ sourceFile:../../../second/second_part2.ts 1-> 2 > doSomething 3 > -1->Emitted(104, 5) Source(2, 5) + SourceIndex(4) -2 >Emitted(104, 28) Source(2, 16) + SourceIndex(4) -3 >Emitted(104, 31) Source(2, 5) + SourceIndex(4) +1->Emitted(105, 5) Source(2, 5) + SourceIndex(4) +2 >Emitted(105, 28) Source(2, 16) + SourceIndex(4) +3 >Emitted(105, 31) Source(2, 5) + SourceIndex(4) --- >>> console.log("something got done"); 1->^^^^^^^^ @@ -5105,14 +5110,14 @@ sourceFile:../../../second/second_part2.ts 6 > "something got done" 7 > ) 8 > ; -1->Emitted(105, 9) Source(3, 9) + SourceIndex(4) -2 >Emitted(105, 16) Source(3, 16) + SourceIndex(4) -3 >Emitted(105, 17) Source(3, 17) + SourceIndex(4) -4 >Emitted(105, 20) Source(3, 20) + SourceIndex(4) -5 >Emitted(105, 21) Source(3, 21) + SourceIndex(4) -6 >Emitted(105, 41) Source(3, 41) + SourceIndex(4) -7 >Emitted(105, 42) Source(3, 42) + SourceIndex(4) -8 >Emitted(105, 43) Source(3, 43) + SourceIndex(4) +1->Emitted(106, 9) Source(3, 9) + SourceIndex(4) +2 >Emitted(106, 16) Source(3, 16) + SourceIndex(4) +3 >Emitted(106, 17) Source(3, 17) + SourceIndex(4) +4 >Emitted(106, 20) Source(3, 20) + SourceIndex(4) +5 >Emitted(106, 21) Source(3, 21) + SourceIndex(4) +6 >Emitted(106, 41) Source(3, 41) + SourceIndex(4) +7 >Emitted(106, 42) Source(3, 42) + SourceIndex(4) +8 >Emitted(106, 43) Source(3, 43) + SourceIndex(4) --- >>> }; 1 >^^^^ @@ -5121,8 +5126,8 @@ sourceFile:../../../second/second_part2.ts 1 > > 2 > } -1 >Emitted(106, 5) Source(4, 5) + SourceIndex(4) -2 >Emitted(106, 6) Source(4, 6) + SourceIndex(4) +1 >Emitted(107, 5) Source(4, 5) + SourceIndex(4) +2 >Emitted(107, 6) Source(4, 6) + SourceIndex(4) --- >>> return C; 1->^^^^ @@ -5130,8 +5135,8 @@ sourceFile:../../../second/second_part2.ts 1-> > 2 > } -1->Emitted(107, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(107, 13) Source(5, 2) + SourceIndex(4) +1->Emitted(108, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(108, 13) Source(5, 2) + SourceIndex(4) --- >>>}()); 1 > @@ -5147,10 +5152,10 @@ sourceFile:../../../second/second_part2.ts > console.log("something got done"); > } > } -1 >Emitted(108, 1) Source(5, 1) + SourceIndex(4) -2 >Emitted(108, 2) Source(5, 2) + SourceIndex(4) -3 >Emitted(108, 2) Source(1, 1) + SourceIndex(4) -4 >Emitted(108, 6) Source(5, 2) + SourceIndex(4) +1 >Emitted(109, 1) Source(5, 1) + SourceIndex(4) +2 >Emitted(109, 2) Source(5, 2) + SourceIndex(4) +3 >Emitted(109, 2) Source(1, 1) + SourceIndex(4) +4 >Emitted(109, 6) Source(5, 2) + SourceIndex(4) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -5174,14 +5179,14 @@ sourceFile:../../third_part1.ts 6 > C 7 > () 8 > ; -1->Emitted(109, 1) Source(1, 1) + SourceIndex(5) -2 >Emitted(109, 5) Source(1, 5) + SourceIndex(5) -3 >Emitted(109, 6) Source(1, 6) + SourceIndex(5) -4 >Emitted(109, 9) Source(1, 9) + SourceIndex(5) -5 >Emitted(109, 13) Source(1, 13) + SourceIndex(5) -6 >Emitted(109, 14) Source(1, 14) + SourceIndex(5) -7 >Emitted(109, 16) Source(1, 16) + SourceIndex(5) -8 >Emitted(109, 17) Source(1, 17) + SourceIndex(5) +1->Emitted(110, 1) Source(1, 1) + SourceIndex(5) +2 >Emitted(110, 5) Source(1, 5) + SourceIndex(5) +3 >Emitted(110, 6) Source(1, 6) + SourceIndex(5) +4 >Emitted(110, 9) Source(1, 9) + SourceIndex(5) +5 >Emitted(110, 13) Source(1, 13) + SourceIndex(5) +6 >Emitted(110, 14) Source(1, 14) + SourceIndex(5) +7 >Emitted(110, 16) Source(1, 16) + SourceIndex(5) +8 >Emitted(110, 17) Source(1, 17) + SourceIndex(5) --- >>>c.doSomething(); 1-> @@ -5198,12 +5203,12 @@ sourceFile:../../third_part1.ts 4 > doSomething 5 > () 6 > ; -1->Emitted(110, 1) Source(2, 1) + SourceIndex(5) -2 >Emitted(110, 2) Source(2, 2) + SourceIndex(5) -3 >Emitted(110, 3) Source(2, 3) + SourceIndex(5) -4 >Emitted(110, 14) Source(2, 14) + SourceIndex(5) -5 >Emitted(110, 16) Source(2, 16) + SourceIndex(5) -6 >Emitted(110, 17) Source(2, 17) + SourceIndex(5) +1->Emitted(111, 1) Source(2, 1) + SourceIndex(5) +2 >Emitted(111, 2) Source(2, 2) + SourceIndex(5) +3 >Emitted(111, 3) Source(2, 3) + SourceIndex(5) +4 >Emitted(111, 14) Source(2, 14) + SourceIndex(5) +5 >Emitted(111, 16) Source(2, 16) + SourceIndex(5) +6 >Emitted(111, 17) Source(2, 17) + SourceIndex(5) --- >>>//# sourceMappingURL=third-output.js.map @@ -5231,20 +5236,20 @@ sourceFile:../../third_part1.ts }, { "pos": 110, - "end": 3526, + "end": 3544, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 110, - "end": 3526, + "end": 3544, "kind": "text" } ] }, { - "pos": 3526, - "end": 3562, + "pos": 3544, + "end": 3580, "kind": "text" } ] @@ -5303,9 +5308,9 @@ function f() { } ---------------------------------------------------------------------- -prepend: (110-3526):: ../../../2/second-output.js texts:: 1 +prepend: (110-3544):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (110-3526) +text: (110-3544) var N; (function (N) { function f() { @@ -5316,8 +5321,9 @@ var N; var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - /*@internal*/ normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + /*@internal*/ proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: true, @@ -5410,7 +5416,7 @@ var C = /** @class */ (function () { }()); ---------------------------------------------------------------------- -text: (3526-3562) +text: (3544-3580) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/initial-Build/stripInternal.js b/tests/baselines/reference/tsbuild/outfile-concat/initial-Build/stripInternal.js index 7ac42063f7d1a..5fc607a58d964 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/initial-Build/stripInternal.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/initial-Build/stripInternal.js @@ -725,8 +725,9 @@ var N; var normalC = (function () { function normalC() { } - normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: true, @@ -820,7 +821,7 @@ var C = (function () { //# sourceMappingURL=second-output.js.map //// [/src/2/second-output.js.map] -{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"AAIA,IAAU,CAAC,CAMV;AAND,WAAU,CAAC;IACP,SAAS,CAAC;QACN,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IAED,CAAC,EAAE,CAAC;AACR,CAAC,EANS,CAAC,KAAD,CAAC,QAMV;AAED;IACkB;IAAgB,CAAC;IAEjB,wBAAM,GAAN,cAAW,CAAC;IACZ,sBAAI,sBAAC;aAAL,cAAU,OAAO,EAAE,CAAC,CAAC,CAAC;aACtB,UAAM,GAAW,IAAI,CAAC;;;OADA;IAExC,cAAC;AAAD,CAAC,AAND,IAMC;AACD,IAAU,OAAO,CAShB;AATD,WAAU,OAAO;IACC;QAAA;QAAiB,CAAC;QAAD,QAAC;IAAD,CAAC,AAAlB,IAAkB;IAAL,SAAC,IAAI,CAAA;IAClB,SAAgB,GAAG,KAAI,CAAC;IAAR,WAAG,MAAK,CAAA;IACxB,IAAiB,aAAa,CAAsB;IAApD,WAAiB,aAAa;QAAG;YAAA;YAAgB,CAAC;YAAD,QAAC;QAAD,CAAC,AAAjB,IAAiB;QAAJ,eAAC,IAAG,CAAA;IAAC,CAAC,EAAnC,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAAsB;IACpD,IAAiB,SAAS,CAAwC;IAAlE,WAAiB,SAAS;QAAC,IAAA,SAAS,CAA8B;QAAvC,WAAA,SAAS;YAAG;gBAAA;gBAAwB,CAAC;gBAAD,gBAAC;YAAD,CAAC,AAAzB,IAAyB;YAAZ,mBAAS,YAAG,CAAA;QAAC,CAAC,EAAvC,SAAS,GAAT,mBAAS,KAAT,mBAAS,QAA8B;IAAD,CAAC,EAAjD,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAAwC;IACpD,kBAAU,GAAG,aAAa,CAAC,CAAC,CAAC;IAE9B,qBAAa,GAAG,EAAE,CAAC;IAChC,IAAY,YAAwB;IAApC,WAAY,YAAY;QAAG,yCAAC,CAAA;QAAE,yCAAC,CAAA;QAAE,yCAAC,CAAA;IAAC,CAAC,EAAxB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAAY;AACtD,CAAC,EATS,OAAO,KAAP,OAAO,QAShB;AACa;IAAA;IAAiB,CAAC;IAAD,gBAAC;AAAD,CAAC,AAAlB,IAAkB;AAClB,SAAS,WAAW,KAAI,CAAC;AACzB,IAAU,iBAAiB,CAA8B;AAAzD,WAAU,iBAAiB;IAAG;QAAA;QAAwB,CAAC;QAAD,gBAAC;IAAD,CAAC,AAAzB,IAAyB;IAAZ,2BAAS,YAAG,CAAA;AAAC,CAAC,EAA/C,iBAAiB,KAAjB,iBAAiB,QAA8B;AACzD,IAAU,aAAa,CAAwC;AAA/D,WAAU,aAAa;IAAC,IAAA,SAAS,CAA8B;IAAvC,WAAA,SAAS;QAAG;YAAA;YAAwB,CAAC;YAAD,gBAAC;QAAD,CAAC,AAAzB,IAAyB;QAAZ,mBAAS,YAAG,CAAA;IAAC,CAAC,EAAvC,SAAS,GAAT,uBAAS,KAAT,uBAAS,QAA8B;AAAD,CAAC,EAArD,aAAa,KAAb,aAAa,QAAwC;AAC/D,IAAO,cAAc,GAAG,iBAAiB,CAAC,SAAS,CAAC;AAEpD,IAAM,aAAa,GAAG,EAAE,CAAC;AACzB,IAAK,YAAwB;AAA7B,WAAK,YAAY;IAAG,yCAAC,CAAA;IAAE,yCAAC,CAAA;IAAE,yCAAC,CAAA;AAAC,CAAC,EAAxB,YAAY,KAAZ,YAAY,QAAY;ACpC3C;IAAA;IAIA,CAAC;IAHG,uBAAW,GAAX;QACI,OAAO,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAC;IACtC,CAAC;IACL,QAAC;AAAD,CAAC,AAJD,IAIC"} +{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"AAIA,IAAU,CAAC,CAMV;AAND,WAAU,CAAC;IACP,SAAS,CAAC;QACN,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IAED,CAAC,EAAE,CAAC;AACR,CAAC,EANS,CAAC,KAAD,CAAC,QAMV;AAED;IACkB;IAAgB,CAAC;;IAEjB,cAAM,GAAN,cAAW,CAAC;IACZ,sBAAI,YAAC;aAAL,cAAU,OAAO,EAAE,CAAC,CAAC,CAAC;aACtB,UAAM,GAAW,IAAI,CAAC;;;OADA;IAExC,cAAC;AAAD,CAAC,AAND,IAMC;AACD,IAAU,OAAO,CAShB;AATD,WAAU,OAAO;IACC;QAAA;QAAiB,CAAC;QAAD,QAAC;IAAD,CAAC,AAAlB,IAAkB;IAAL,SAAC,IAAI,CAAA;IAClB,SAAgB,GAAG,KAAI,CAAC;IAAR,WAAG,MAAK,CAAA;IACxB,IAAiB,aAAa,CAAsB;IAApD,WAAiB,aAAa;QAAG;YAAA;YAAgB,CAAC;YAAD,QAAC;QAAD,CAAC,AAAjB,IAAiB;QAAJ,eAAC,IAAG,CAAA;IAAC,CAAC,EAAnC,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAAsB;IACpD,IAAiB,SAAS,CAAwC;IAAlE,WAAiB,SAAS;QAAC,IAAA,SAAS,CAA8B;QAAvC,WAAA,SAAS;YAAG;gBAAA;gBAAwB,CAAC;gBAAD,gBAAC;YAAD,CAAC,AAAzB,IAAyB;YAAZ,mBAAS,YAAG,CAAA;QAAC,CAAC,EAAvC,SAAS,GAAT,mBAAS,KAAT,mBAAS,QAA8B;IAAD,CAAC,EAAjD,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAAwC;IACpD,kBAAU,GAAG,aAAa,CAAC,CAAC,CAAC;IAE9B,qBAAa,GAAG,EAAE,CAAC;IAChC,IAAY,YAAwB;IAApC,WAAY,YAAY;QAAG,yCAAC,CAAA;QAAE,yCAAC,CAAA;QAAE,yCAAC,CAAA;IAAC,CAAC,EAAxB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAAY;AACtD,CAAC,EATS,OAAO,KAAP,OAAO,QAShB;AACa;IAAA;IAAiB,CAAC;IAAD,gBAAC;AAAD,CAAC,AAAlB,IAAkB;AAClB,SAAS,WAAW,KAAI,CAAC;AACzB,IAAU,iBAAiB,CAA8B;AAAzD,WAAU,iBAAiB;IAAG;QAAA;QAAwB,CAAC;QAAD,gBAAC;IAAD,CAAC,AAAzB,IAAyB;IAAZ,2BAAS,YAAG,CAAA;AAAC,CAAC,EAA/C,iBAAiB,KAAjB,iBAAiB,QAA8B;AACzD,IAAU,aAAa,CAAwC;AAA/D,WAAU,aAAa;IAAC,IAAA,SAAS,CAA8B;IAAvC,WAAA,SAAS;QAAG;YAAA;YAAwB,CAAC;YAAD,gBAAC;QAAD,CAAC,AAAzB,IAAyB;QAAZ,mBAAS,YAAG,CAAA;IAAC,CAAC,EAAvC,SAAS,GAAT,uBAAS,KAAT,uBAAS,QAA8B;AAAD,CAAC,EAArD,aAAa,KAAb,aAAa,QAAwC;AAC/D,IAAO,cAAc,GAAG,iBAAiB,CAAC,SAAS,CAAC;AAEpD,IAAM,aAAa,GAAG,EAAE,CAAC;AACzB,IAAK,YAAwB;AAA7B,WAAK,YAAY;IAAG,yCAAC,CAAA;IAAE,yCAAC,CAAA;IAAE,yCAAC,CAAA;AAAC,CAAC,EAAxB,YAAY,KAAZ,YAAY,QAAY;ACpC3C;IAAA;IAIA,CAAC;IAHG,uBAAW,GAAX;QACI,OAAO,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAC;IACtC,CAAC;IACL,QAAC;AAAD,CAAC,AAJD,IAIC"} //// [/src/2/second-output.js.map.baseline.txt] =================================================================== @@ -986,66 +987,68 @@ sourceFile:../second/second_part1.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->constructor() { 2 > } 1->Emitted(10, 5) Source(14, 35) + SourceIndex(0) 2 >Emitted(10, 6) Source(14, 36) + SourceIndex(0) --- ->>> normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> proto_1.method = function () { }; 1->^^^^ -2 > ^^^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^ -5 > ^ -6 > ^^^^^^-> +2 > ^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^ +5 > ^ +6 > ^^^^^^-> 1-> > /*@internal*/ prop: string; > /*@internal*/ 2 > method -3 > -4 > method() { -5 > } -1->Emitted(11, 5) Source(16, 19) + SourceIndex(0) -2 >Emitted(11, 29) Source(16, 25) + SourceIndex(0) -3 >Emitted(11, 32) Source(16, 19) + SourceIndex(0) -4 >Emitted(11, 46) Source(16, 30) + SourceIndex(0) -5 >Emitted(11, 47) Source(16, 31) + SourceIndex(0) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +3 > +4 > method() { +5 > } +1->Emitted(12, 5) Source(16, 19) + SourceIndex(0) +2 >Emitted(12, 19) Source(16, 25) + SourceIndex(0) +3 >Emitted(12, 22) Source(16, 19) + SourceIndex(0) +4 >Emitted(12, 36) Source(16, 30) + SourceIndex(0) +5 >Emitted(12, 37) Source(16, 31) + SourceIndex(0) +--- +>>> Object.defineProperty(proto_1, "c", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^^^^^^^^^^ +4 > ^^^-> 1-> > /*@internal*/ 2 > get 3 > c -1->Emitted(12, 5) Source(17, 19) + SourceIndex(0) -2 >Emitted(12, 27) Source(17, 23) + SourceIndex(0) -3 >Emitted(12, 49) Source(17, 24) + SourceIndex(0) +1->Emitted(13, 5) Source(17, 19) + SourceIndex(0) +2 >Emitted(13, 27) Source(17, 23) + SourceIndex(0) +3 >Emitted(13, 39) Source(17, 24) + SourceIndex(0) --- >>> get: function () { return 10; }, -1 >^^^^^^^^^^^^^ +1->^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^^^^^^^ 4 > ^^ 5 > ^ 6 > ^ 7 > ^ -1 > +1-> 2 > get c() { 3 > return 4 > 10 5 > ; 6 > 7 > } -1 >Emitted(13, 14) Source(17, 19) + SourceIndex(0) -2 >Emitted(13, 28) Source(17, 29) + SourceIndex(0) -3 >Emitted(13, 35) Source(17, 36) + SourceIndex(0) -4 >Emitted(13, 37) Source(17, 38) + SourceIndex(0) -5 >Emitted(13, 38) Source(17, 39) + SourceIndex(0) -6 >Emitted(13, 39) Source(17, 40) + SourceIndex(0) -7 >Emitted(13, 40) Source(17, 41) + SourceIndex(0) +1->Emitted(14, 14) Source(17, 19) + SourceIndex(0) +2 >Emitted(14, 28) Source(17, 29) + SourceIndex(0) +3 >Emitted(14, 35) Source(17, 36) + SourceIndex(0) +4 >Emitted(14, 37) Source(17, 38) + SourceIndex(0) +5 >Emitted(14, 38) Source(17, 39) + SourceIndex(0) +6 >Emitted(14, 39) Source(17, 40) + SourceIndex(0) +7 >Emitted(14, 40) Source(17, 41) + SourceIndex(0) --- >>> set: function (val) { }, 1 >^^^^^^^^^^^^^ @@ -1059,11 +1062,11 @@ sourceFile:../second/second_part1.ts 3 > val: number 4 > ) { 5 > } -1 >Emitted(14, 14) Source(18, 19) + SourceIndex(0) -2 >Emitted(14, 24) Source(18, 25) + SourceIndex(0) -3 >Emitted(14, 27) Source(18, 36) + SourceIndex(0) -4 >Emitted(14, 31) Source(18, 40) + SourceIndex(0) -5 >Emitted(14, 32) Source(18, 41) + SourceIndex(0) +1 >Emitted(15, 14) Source(18, 19) + SourceIndex(0) +2 >Emitted(15, 24) Source(18, 25) + SourceIndex(0) +3 >Emitted(15, 27) Source(18, 36) + SourceIndex(0) +4 >Emitted(15, 31) Source(18, 40) + SourceIndex(0) +5 >Emitted(15, 32) Source(18, 41) + SourceIndex(0) --- >>> enumerable: true, >>> configurable: true @@ -1071,7 +1074,7 @@ sourceFile:../second/second_part1.ts 1 >^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(17, 8) Source(17, 41) + SourceIndex(0) +1 >Emitted(18, 8) Source(17, 41) + SourceIndex(0) --- >>> return normalC; 1->^^^^ @@ -1080,8 +1083,8 @@ sourceFile:../second/second_part1.ts > /*@internal*/ set c(val: number) { } > 2 > } -1->Emitted(18, 5) Source(19, 1) + SourceIndex(0) -2 >Emitted(18, 19) Source(19, 2) + SourceIndex(0) +1->Emitted(19, 5) Source(19, 1) + SourceIndex(0) +2 >Emitted(19, 19) Source(19, 2) + SourceIndex(0) --- >>>}()); 1 > @@ -1099,10 +1102,10 @@ sourceFile:../second/second_part1.ts > /*@internal*/ get c() { return 10; } > /*@internal*/ set c(val: number) { } > } -1 >Emitted(19, 1) Source(19, 1) + SourceIndex(0) -2 >Emitted(19, 2) Source(19, 2) + SourceIndex(0) -3 >Emitted(19, 2) Source(13, 1) + SourceIndex(0) -4 >Emitted(19, 6) Source(19, 2) + SourceIndex(0) +1 >Emitted(20, 1) Source(19, 1) + SourceIndex(0) +2 >Emitted(20, 2) Source(19, 2) + SourceIndex(0) +3 >Emitted(20, 2) Source(13, 1) + SourceIndex(0) +4 >Emitted(20, 6) Source(19, 2) + SourceIndex(0) --- >>>var normalN; 1-> @@ -1124,10 +1127,10 @@ sourceFile:../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1->Emitted(20, 1) Source(20, 1) + SourceIndex(0) -2 >Emitted(20, 5) Source(20, 11) + SourceIndex(0) -3 >Emitted(20, 12) Source(20, 18) + SourceIndex(0) -4 >Emitted(20, 13) Source(29, 2) + SourceIndex(0) +1->Emitted(21, 1) Source(20, 1) + SourceIndex(0) +2 >Emitted(21, 5) Source(20, 11) + SourceIndex(0) +3 >Emitted(21, 12) Source(20, 18) + SourceIndex(0) +4 >Emitted(21, 13) Source(29, 2) + SourceIndex(0) --- >>>(function (normalN) { 1-> @@ -1137,22 +1140,22 @@ sourceFile:../second/second_part1.ts 1-> 2 >namespace 3 > normalN -1->Emitted(21, 1) Source(20, 1) + SourceIndex(0) -2 >Emitted(21, 12) Source(20, 11) + SourceIndex(0) -3 >Emitted(21, 19) Source(20, 18) + SourceIndex(0) +1->Emitted(22, 1) Source(20, 1) + SourceIndex(0) +2 >Emitted(22, 12) Source(20, 11) + SourceIndex(0) +3 >Emitted(22, 19) Source(20, 18) + SourceIndex(0) --- >>> var C = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { > /*@internal*/ -1->Emitted(22, 5) Source(21, 19) + SourceIndex(0) +1->Emitted(23, 5) Source(21, 19) + SourceIndex(0) --- >>> function C() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(23, 9) Source(21, 19) + SourceIndex(0) +1->Emitted(24, 9) Source(21, 19) + SourceIndex(0) --- >>> } 1->^^^^^^^^ @@ -1160,16 +1163,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(24, 9) Source(21, 36) + SourceIndex(0) -2 >Emitted(24, 10) Source(21, 37) + SourceIndex(0) +1->Emitted(25, 9) Source(21, 36) + SourceIndex(0) +2 >Emitted(25, 10) Source(21, 37) + SourceIndex(0) --- >>> return C; 1->^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(25, 9) Source(21, 36) + SourceIndex(0) -2 >Emitted(25, 17) Source(21, 37) + SourceIndex(0) +1->Emitted(26, 9) Source(21, 36) + SourceIndex(0) +2 >Emitted(26, 17) Source(21, 37) + SourceIndex(0) --- >>> }()); 1 >^^^^ @@ -1181,10 +1184,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(26, 5) Source(21, 36) + SourceIndex(0) -2 >Emitted(26, 6) Source(21, 37) + SourceIndex(0) -3 >Emitted(26, 6) Source(21, 19) + SourceIndex(0) -4 >Emitted(26, 10) Source(21, 37) + SourceIndex(0) +1 >Emitted(27, 5) Source(21, 36) + SourceIndex(0) +2 >Emitted(27, 6) Source(21, 37) + SourceIndex(0) +3 >Emitted(27, 6) Source(21, 19) + SourceIndex(0) +4 >Emitted(27, 10) Source(21, 37) + SourceIndex(0) --- >>> normalN.C = C; 1->^^^^ @@ -1196,10 +1199,10 @@ sourceFile:../second/second_part1.ts 2 > C 3 > { } 4 > -1->Emitted(27, 5) Source(21, 32) + SourceIndex(0) -2 >Emitted(27, 14) Source(21, 33) + SourceIndex(0) -3 >Emitted(27, 18) Source(21, 37) + SourceIndex(0) -4 >Emitted(27, 19) Source(21, 37) + SourceIndex(0) +1->Emitted(28, 5) Source(21, 32) + SourceIndex(0) +2 >Emitted(28, 14) Source(21, 33) + SourceIndex(0) +3 >Emitted(28, 18) Source(21, 37) + SourceIndex(0) +4 >Emitted(28, 19) Source(21, 37) + SourceIndex(0) --- >>> function foo() { } 1->^^^^ @@ -1214,11 +1217,11 @@ sourceFile:../second/second_part1.ts 3 > foo 4 > () { 5 > } -1->Emitted(28, 5) Source(22, 19) + SourceIndex(0) -2 >Emitted(28, 14) Source(22, 35) + SourceIndex(0) -3 >Emitted(28, 17) Source(22, 38) + SourceIndex(0) -4 >Emitted(28, 22) Source(22, 42) + SourceIndex(0) -5 >Emitted(28, 23) Source(22, 43) + SourceIndex(0) +1->Emitted(29, 5) Source(22, 19) + SourceIndex(0) +2 >Emitted(29, 14) Source(22, 35) + SourceIndex(0) +3 >Emitted(29, 17) Source(22, 38) + SourceIndex(0) +4 >Emitted(29, 22) Source(22, 42) + SourceIndex(0) +5 >Emitted(29, 23) Source(22, 43) + SourceIndex(0) --- >>> normalN.foo = foo; 1->^^^^ @@ -1230,10 +1233,10 @@ sourceFile:../second/second_part1.ts 2 > foo 3 > () {} 4 > -1->Emitted(29, 5) Source(22, 35) + SourceIndex(0) -2 >Emitted(29, 16) Source(22, 38) + SourceIndex(0) -3 >Emitted(29, 22) Source(22, 43) + SourceIndex(0) -4 >Emitted(29, 23) Source(22, 43) + SourceIndex(0) +1->Emitted(30, 5) Source(22, 35) + SourceIndex(0) +2 >Emitted(30, 16) Source(22, 38) + SourceIndex(0) +3 >Emitted(30, 22) Source(22, 43) + SourceIndex(0) +4 >Emitted(30, 23) Source(22, 43) + SourceIndex(0) --- >>> var someNamespace; 1->^^^^ @@ -1246,10 +1249,10 @@ sourceFile:../second/second_part1.ts 2 > export namespace 3 > someNamespace 4 > { export class C {} } -1->Emitted(30, 5) Source(23, 19) + SourceIndex(0) -2 >Emitted(30, 9) Source(23, 36) + SourceIndex(0) -3 >Emitted(30, 22) Source(23, 49) + SourceIndex(0) -4 >Emitted(30, 23) Source(23, 71) + SourceIndex(0) +1->Emitted(31, 5) Source(23, 19) + SourceIndex(0) +2 >Emitted(31, 9) Source(23, 36) + SourceIndex(0) +3 >Emitted(31, 22) Source(23, 49) + SourceIndex(0) +4 >Emitted(31, 23) Source(23, 71) + SourceIndex(0) --- >>> (function (someNamespace) { 1->^^^^ @@ -1259,21 +1262,21 @@ sourceFile:../second/second_part1.ts 1-> 2 > export namespace 3 > someNamespace -1->Emitted(31, 5) Source(23, 19) + SourceIndex(0) -2 >Emitted(31, 16) Source(23, 36) + SourceIndex(0) -3 >Emitted(31, 29) Source(23, 49) + SourceIndex(0) +1->Emitted(32, 5) Source(23, 19) + SourceIndex(0) +2 >Emitted(32, 16) Source(23, 36) + SourceIndex(0) +3 >Emitted(32, 29) Source(23, 49) + SourceIndex(0) --- >>> var C = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(32, 9) Source(23, 52) + SourceIndex(0) +1->Emitted(33, 9) Source(23, 52) + SourceIndex(0) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(33, 13) Source(23, 52) + SourceIndex(0) +1->Emitted(34, 13) Source(23, 52) + SourceIndex(0) --- >>> } 1->^^^^^^^^^^^^ @@ -1281,16 +1284,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(34, 13) Source(23, 68) + SourceIndex(0) -2 >Emitted(34, 14) Source(23, 69) + SourceIndex(0) +1->Emitted(35, 13) Source(23, 68) + SourceIndex(0) +2 >Emitted(35, 14) Source(23, 69) + SourceIndex(0) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(35, 13) Source(23, 68) + SourceIndex(0) -2 >Emitted(35, 21) Source(23, 69) + SourceIndex(0) +1->Emitted(36, 13) Source(23, 68) + SourceIndex(0) +2 >Emitted(36, 21) Source(23, 69) + SourceIndex(0) --- >>> }()); 1 >^^^^^^^^ @@ -1302,10 +1305,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(36, 9) Source(23, 68) + SourceIndex(0) -2 >Emitted(36, 10) Source(23, 69) + SourceIndex(0) -3 >Emitted(36, 10) Source(23, 52) + SourceIndex(0) -4 >Emitted(36, 14) Source(23, 69) + SourceIndex(0) +1 >Emitted(37, 9) Source(23, 68) + SourceIndex(0) +2 >Emitted(37, 10) Source(23, 69) + SourceIndex(0) +3 >Emitted(37, 10) Source(23, 52) + SourceIndex(0) +4 >Emitted(37, 14) Source(23, 69) + SourceIndex(0) --- >>> someNamespace.C = C; 1->^^^^^^^^ @@ -1317,10 +1320,10 @@ sourceFile:../second/second_part1.ts 2 > C 3 > {} 4 > -1->Emitted(37, 9) Source(23, 65) + SourceIndex(0) -2 >Emitted(37, 24) Source(23, 66) + SourceIndex(0) -3 >Emitted(37, 28) Source(23, 69) + SourceIndex(0) -4 >Emitted(37, 29) Source(23, 69) + SourceIndex(0) +1->Emitted(38, 9) Source(23, 65) + SourceIndex(0) +2 >Emitted(38, 24) Source(23, 66) + SourceIndex(0) +3 >Emitted(38, 28) Source(23, 69) + SourceIndex(0) +4 >Emitted(38, 29) Source(23, 69) + SourceIndex(0) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^ @@ -1341,15 +1344,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(38, 5) Source(23, 70) + SourceIndex(0) -2 >Emitted(38, 6) Source(23, 71) + SourceIndex(0) -3 >Emitted(38, 8) Source(23, 36) + SourceIndex(0) -4 >Emitted(38, 21) Source(23, 49) + SourceIndex(0) -5 >Emitted(38, 24) Source(23, 36) + SourceIndex(0) -6 >Emitted(38, 45) Source(23, 49) + SourceIndex(0) -7 >Emitted(38, 50) Source(23, 36) + SourceIndex(0) -8 >Emitted(38, 71) Source(23, 49) + SourceIndex(0) -9 >Emitted(38, 79) Source(23, 71) + SourceIndex(0) +1->Emitted(39, 5) Source(23, 70) + SourceIndex(0) +2 >Emitted(39, 6) Source(23, 71) + SourceIndex(0) +3 >Emitted(39, 8) Source(23, 36) + SourceIndex(0) +4 >Emitted(39, 21) Source(23, 49) + SourceIndex(0) +5 >Emitted(39, 24) Source(23, 36) + SourceIndex(0) +6 >Emitted(39, 45) Source(23, 49) + SourceIndex(0) +7 >Emitted(39, 50) Source(23, 36) + SourceIndex(0) +8 >Emitted(39, 71) Source(23, 49) + SourceIndex(0) +9 >Emitted(39, 79) Source(23, 71) + SourceIndex(0) --- >>> var someOther; 1 >^^^^ @@ -1362,10 +1365,10 @@ sourceFile:../second/second_part1.ts 2 > export namespace 3 > someOther 4 > .something { export class someClass {} } -1 >Emitted(39, 5) Source(24, 19) + SourceIndex(0) -2 >Emitted(39, 9) Source(24, 36) + SourceIndex(0) -3 >Emitted(39, 18) Source(24, 45) + SourceIndex(0) -4 >Emitted(39, 19) Source(24, 85) + SourceIndex(0) +1 >Emitted(40, 5) Source(24, 19) + SourceIndex(0) +2 >Emitted(40, 9) Source(24, 36) + SourceIndex(0) +3 >Emitted(40, 18) Source(24, 45) + SourceIndex(0) +4 >Emitted(40, 19) Source(24, 85) + SourceIndex(0) --- >>> (function (someOther) { 1->^^^^ @@ -1374,9 +1377,9 @@ sourceFile:../second/second_part1.ts 1-> 2 > export namespace 3 > someOther -1->Emitted(40, 5) Source(24, 19) + SourceIndex(0) -2 >Emitted(40, 16) Source(24, 36) + SourceIndex(0) -3 >Emitted(40, 25) Source(24, 45) + SourceIndex(0) +1->Emitted(41, 5) Source(24, 19) + SourceIndex(0) +2 >Emitted(41, 16) Source(24, 36) + SourceIndex(0) +3 >Emitted(41, 25) Source(24, 45) + SourceIndex(0) --- >>> var something; 1 >^^^^^^^^ @@ -1388,10 +1391,10 @@ sourceFile:../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(41, 9) Source(24, 46) + SourceIndex(0) -2 >Emitted(41, 13) Source(24, 46) + SourceIndex(0) -3 >Emitted(41, 22) Source(24, 55) + SourceIndex(0) -4 >Emitted(41, 23) Source(24, 85) + SourceIndex(0) +1 >Emitted(42, 9) Source(24, 46) + SourceIndex(0) +2 >Emitted(42, 13) Source(24, 46) + SourceIndex(0) +3 >Emitted(42, 22) Source(24, 55) + SourceIndex(0) +4 >Emitted(42, 23) Source(24, 85) + SourceIndex(0) --- >>> (function (something) { 1->^^^^^^^^ @@ -1401,21 +1404,21 @@ sourceFile:../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(42, 9) Source(24, 46) + SourceIndex(0) -2 >Emitted(42, 20) Source(24, 46) + SourceIndex(0) -3 >Emitted(42, 29) Source(24, 55) + SourceIndex(0) +1->Emitted(43, 9) Source(24, 46) + SourceIndex(0) +2 >Emitted(43, 20) Source(24, 46) + SourceIndex(0) +3 >Emitted(43, 29) Source(24, 55) + SourceIndex(0) --- >>> var someClass = (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(43, 13) Source(24, 58) + SourceIndex(0) +1->Emitted(44, 13) Source(24, 58) + SourceIndex(0) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(44, 17) Source(24, 58) + SourceIndex(0) +1->Emitted(45, 17) Source(24, 58) + SourceIndex(0) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -1423,16 +1426,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(45, 17) Source(24, 82) + SourceIndex(0) -2 >Emitted(45, 18) Source(24, 83) + SourceIndex(0) +1->Emitted(46, 17) Source(24, 82) + SourceIndex(0) +2 >Emitted(46, 18) Source(24, 83) + SourceIndex(0) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(46, 17) Source(24, 82) + SourceIndex(0) -2 >Emitted(46, 33) Source(24, 83) + SourceIndex(0) +1->Emitted(47, 17) Source(24, 82) + SourceIndex(0) +2 >Emitted(47, 33) Source(24, 83) + SourceIndex(0) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -1444,10 +1447,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(47, 13) Source(24, 82) + SourceIndex(0) -2 >Emitted(47, 14) Source(24, 83) + SourceIndex(0) -3 >Emitted(47, 14) Source(24, 58) + SourceIndex(0) -4 >Emitted(47, 18) Source(24, 83) + SourceIndex(0) +1 >Emitted(48, 13) Source(24, 82) + SourceIndex(0) +2 >Emitted(48, 14) Source(24, 83) + SourceIndex(0) +3 >Emitted(48, 14) Source(24, 58) + SourceIndex(0) +4 >Emitted(48, 18) Source(24, 83) + SourceIndex(0) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -1459,10 +1462,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(48, 13) Source(24, 71) + SourceIndex(0) -2 >Emitted(48, 32) Source(24, 80) + SourceIndex(0) -3 >Emitted(48, 44) Source(24, 83) + SourceIndex(0) -4 >Emitted(48, 45) Source(24, 83) + SourceIndex(0) +1->Emitted(49, 13) Source(24, 71) + SourceIndex(0) +2 >Emitted(49, 32) Source(24, 80) + SourceIndex(0) +3 >Emitted(49, 44) Source(24, 83) + SourceIndex(0) +4 >Emitted(49, 45) Source(24, 83) + SourceIndex(0) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^ @@ -1483,15 +1486,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(49, 9) Source(24, 84) + SourceIndex(0) -2 >Emitted(49, 10) Source(24, 85) + SourceIndex(0) -3 >Emitted(49, 12) Source(24, 46) + SourceIndex(0) -4 >Emitted(49, 21) Source(24, 55) + SourceIndex(0) -5 >Emitted(49, 24) Source(24, 46) + SourceIndex(0) -6 >Emitted(49, 43) Source(24, 55) + SourceIndex(0) -7 >Emitted(49, 48) Source(24, 46) + SourceIndex(0) -8 >Emitted(49, 67) Source(24, 55) + SourceIndex(0) -9 >Emitted(49, 75) Source(24, 85) + SourceIndex(0) +1->Emitted(50, 9) Source(24, 84) + SourceIndex(0) +2 >Emitted(50, 10) Source(24, 85) + SourceIndex(0) +3 >Emitted(50, 12) Source(24, 46) + SourceIndex(0) +4 >Emitted(50, 21) Source(24, 55) + SourceIndex(0) +5 >Emitted(50, 24) Source(24, 46) + SourceIndex(0) +6 >Emitted(50, 43) Source(24, 55) + SourceIndex(0) +7 >Emitted(50, 48) Source(24, 46) + SourceIndex(0) +8 >Emitted(50, 67) Source(24, 55) + SourceIndex(0) +9 >Emitted(50, 75) Source(24, 85) + SourceIndex(0) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^ @@ -1512,15 +1515,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(50, 5) Source(24, 84) + SourceIndex(0) -2 >Emitted(50, 6) Source(24, 85) + SourceIndex(0) -3 >Emitted(50, 8) Source(24, 36) + SourceIndex(0) -4 >Emitted(50, 17) Source(24, 45) + SourceIndex(0) -5 >Emitted(50, 20) Source(24, 36) + SourceIndex(0) -6 >Emitted(50, 37) Source(24, 45) + SourceIndex(0) -7 >Emitted(50, 42) Source(24, 36) + SourceIndex(0) -8 >Emitted(50, 59) Source(24, 45) + SourceIndex(0) -9 >Emitted(50, 67) Source(24, 85) + SourceIndex(0) +1 >Emitted(51, 5) Source(24, 84) + SourceIndex(0) +2 >Emitted(51, 6) Source(24, 85) + SourceIndex(0) +3 >Emitted(51, 8) Source(24, 36) + SourceIndex(0) +4 >Emitted(51, 17) Source(24, 45) + SourceIndex(0) +5 >Emitted(51, 20) Source(24, 36) + SourceIndex(0) +6 >Emitted(51, 37) Source(24, 45) + SourceIndex(0) +7 >Emitted(51, 42) Source(24, 36) + SourceIndex(0) +8 >Emitted(51, 59) Source(24, 45) + SourceIndex(0) +9 >Emitted(51, 67) Source(24, 85) + SourceIndex(0) --- >>> normalN.someImport = someNamespace.C; 1 >^^^^ @@ -1538,13 +1541,13 @@ sourceFile:../second/second_part1.ts 5 > . 6 > C 7 > ; -1 >Emitted(51, 5) Source(25, 33) + SourceIndex(0) -2 >Emitted(51, 23) Source(25, 43) + SourceIndex(0) -3 >Emitted(51, 26) Source(25, 46) + SourceIndex(0) -4 >Emitted(51, 39) Source(25, 59) + SourceIndex(0) -5 >Emitted(51, 40) Source(25, 60) + SourceIndex(0) -6 >Emitted(51, 41) Source(25, 61) + SourceIndex(0) -7 >Emitted(51, 42) Source(25, 62) + SourceIndex(0) +1 >Emitted(52, 5) Source(25, 33) + SourceIndex(0) +2 >Emitted(52, 23) Source(25, 43) + SourceIndex(0) +3 >Emitted(52, 26) Source(25, 46) + SourceIndex(0) +4 >Emitted(52, 39) Source(25, 59) + SourceIndex(0) +5 >Emitted(52, 40) Source(25, 60) + SourceIndex(0) +6 >Emitted(52, 41) Source(25, 61) + SourceIndex(0) +7 >Emitted(52, 42) Source(25, 62) + SourceIndex(0) --- >>> normalN.internalConst = 10; 1 >^^^^ @@ -1559,11 +1562,11 @@ sourceFile:../second/second_part1.ts 3 > = 4 > 10 5 > ; -1 >Emitted(52, 5) Source(27, 32) + SourceIndex(0) -2 >Emitted(52, 26) Source(27, 45) + SourceIndex(0) -3 >Emitted(52, 29) Source(27, 48) + SourceIndex(0) -4 >Emitted(52, 31) Source(27, 50) + SourceIndex(0) -5 >Emitted(52, 32) Source(27, 51) + SourceIndex(0) +1 >Emitted(53, 5) Source(27, 32) + SourceIndex(0) +2 >Emitted(53, 26) Source(27, 45) + SourceIndex(0) +3 >Emitted(53, 29) Source(27, 48) + SourceIndex(0) +4 >Emitted(53, 31) Source(27, 50) + SourceIndex(0) +5 >Emitted(53, 32) Source(27, 51) + SourceIndex(0) --- >>> var internalEnum; 1 >^^^^ @@ -1574,9 +1577,9 @@ sourceFile:../second/second_part1.ts > /*@internal*/ 2 > export enum 3 > internalEnum { a, b, c } -1 >Emitted(53, 5) Source(28, 19) + SourceIndex(0) -2 >Emitted(53, 9) Source(28, 31) + SourceIndex(0) -3 >Emitted(53, 21) Source(28, 55) + SourceIndex(0) +1 >Emitted(54, 5) Source(28, 19) + SourceIndex(0) +2 >Emitted(54, 9) Source(28, 31) + SourceIndex(0) +3 >Emitted(54, 21) Source(28, 55) + SourceIndex(0) --- >>> (function (internalEnum) { 1->^^^^ @@ -1586,9 +1589,9 @@ sourceFile:../second/second_part1.ts 1-> 2 > export enum 3 > internalEnum -1->Emitted(54, 5) Source(28, 19) + SourceIndex(0) -2 >Emitted(54, 16) Source(28, 31) + SourceIndex(0) -3 >Emitted(54, 28) Source(28, 43) + SourceIndex(0) +1->Emitted(55, 5) Source(28, 19) + SourceIndex(0) +2 >Emitted(55, 16) Source(28, 31) + SourceIndex(0) +3 >Emitted(55, 28) Source(28, 43) + SourceIndex(0) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -1598,9 +1601,9 @@ sourceFile:../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(55, 9) Source(28, 46) + SourceIndex(0) -2 >Emitted(55, 50) Source(28, 47) + SourceIndex(0) -3 >Emitted(55, 51) Source(28, 47) + SourceIndex(0) +1->Emitted(56, 9) Source(28, 46) + SourceIndex(0) +2 >Emitted(56, 50) Source(28, 47) + SourceIndex(0) +3 >Emitted(56, 51) Source(28, 47) + SourceIndex(0) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -1610,9 +1613,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(56, 9) Source(28, 49) + SourceIndex(0) -2 >Emitted(56, 50) Source(28, 50) + SourceIndex(0) -3 >Emitted(56, 51) Source(28, 50) + SourceIndex(0) +1->Emitted(57, 9) Source(28, 49) + SourceIndex(0) +2 >Emitted(57, 50) Source(28, 50) + SourceIndex(0) +3 >Emitted(57, 51) Source(28, 50) + SourceIndex(0) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -1622,9 +1625,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(57, 9) Source(28, 52) + SourceIndex(0) -2 >Emitted(57, 50) Source(28, 53) + SourceIndex(0) -3 >Emitted(57, 51) Source(28, 53) + SourceIndex(0) +1->Emitted(58, 9) Source(28, 52) + SourceIndex(0) +2 >Emitted(58, 50) Source(28, 53) + SourceIndex(0) +3 >Emitted(58, 51) Source(28, 53) + SourceIndex(0) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^ @@ -1645,15 +1648,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(58, 5) Source(28, 54) + SourceIndex(0) -2 >Emitted(58, 6) Source(28, 55) + SourceIndex(0) -3 >Emitted(58, 8) Source(28, 31) + SourceIndex(0) -4 >Emitted(58, 20) Source(28, 43) + SourceIndex(0) -5 >Emitted(58, 23) Source(28, 31) + SourceIndex(0) -6 >Emitted(58, 43) Source(28, 43) + SourceIndex(0) -7 >Emitted(58, 48) Source(28, 31) + SourceIndex(0) -8 >Emitted(58, 68) Source(28, 43) + SourceIndex(0) -9 >Emitted(58, 76) Source(28, 55) + SourceIndex(0) +1->Emitted(59, 5) Source(28, 54) + SourceIndex(0) +2 >Emitted(59, 6) Source(28, 55) + SourceIndex(0) +3 >Emitted(59, 8) Source(28, 31) + SourceIndex(0) +4 >Emitted(59, 20) Source(28, 43) + SourceIndex(0) +5 >Emitted(59, 23) Source(28, 31) + SourceIndex(0) +6 >Emitted(59, 43) Source(28, 43) + SourceIndex(0) +7 >Emitted(59, 48) Source(28, 31) + SourceIndex(0) +8 >Emitted(59, 68) Source(28, 43) + SourceIndex(0) +9 >Emitted(59, 76) Source(28, 55) + SourceIndex(0) --- >>>})(normalN || (normalN = {})); 1 > @@ -1681,26 +1684,26 @@ sourceFile:../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(59, 1) Source(29, 1) + SourceIndex(0) -2 >Emitted(59, 2) Source(29, 2) + SourceIndex(0) -3 >Emitted(59, 4) Source(20, 11) + SourceIndex(0) -4 >Emitted(59, 11) Source(20, 18) + SourceIndex(0) -5 >Emitted(59, 16) Source(20, 11) + SourceIndex(0) -6 >Emitted(59, 23) Source(20, 18) + SourceIndex(0) -7 >Emitted(59, 31) Source(29, 2) + SourceIndex(0) +1 >Emitted(60, 1) Source(29, 1) + SourceIndex(0) +2 >Emitted(60, 2) Source(29, 2) + SourceIndex(0) +3 >Emitted(60, 4) Source(20, 11) + SourceIndex(0) +4 >Emitted(60, 11) Source(20, 18) + SourceIndex(0) +5 >Emitted(60, 16) Source(20, 11) + SourceIndex(0) +6 >Emitted(60, 23) Source(20, 18) + SourceIndex(0) +7 >Emitted(60, 31) Source(29, 2) + SourceIndex(0) --- >>>var internalC = (function () { 1-> 2 >^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> >/*@internal*/ -1->Emitted(60, 1) Source(30, 15) + SourceIndex(0) +1->Emitted(61, 1) Source(30, 15) + SourceIndex(0) --- >>> function internalC() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(61, 5) Source(30, 15) + SourceIndex(0) +1->Emitted(62, 5) Source(30, 15) + SourceIndex(0) --- >>> } 1->^^^^ @@ -1708,16 +1711,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->class internalC { 2 > } -1->Emitted(62, 5) Source(30, 32) + SourceIndex(0) -2 >Emitted(62, 6) Source(30, 33) + SourceIndex(0) +1->Emitted(63, 5) Source(30, 32) + SourceIndex(0) +2 >Emitted(63, 6) Source(30, 33) + SourceIndex(0) --- >>> return internalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(63, 5) Source(30, 32) + SourceIndex(0) -2 >Emitted(63, 21) Source(30, 33) + SourceIndex(0) +1->Emitted(64, 5) Source(30, 32) + SourceIndex(0) +2 >Emitted(64, 21) Source(30, 33) + SourceIndex(0) --- >>>}()); 1 > @@ -1729,10 +1732,10 @@ sourceFile:../second/second_part1.ts 2 >} 3 > 4 > class internalC {} -1 >Emitted(64, 1) Source(30, 32) + SourceIndex(0) -2 >Emitted(64, 2) Source(30, 33) + SourceIndex(0) -3 >Emitted(64, 2) Source(30, 15) + SourceIndex(0) -4 >Emitted(64, 6) Source(30, 33) + SourceIndex(0) +1 >Emitted(65, 1) Source(30, 32) + SourceIndex(0) +2 >Emitted(65, 2) Source(30, 33) + SourceIndex(0) +3 >Emitted(65, 2) Source(30, 15) + SourceIndex(0) +4 >Emitted(65, 6) Source(30, 33) + SourceIndex(0) --- >>>function internalfoo() { } 1-> @@ -1746,11 +1749,11 @@ sourceFile:../second/second_part1.ts 3 > internalfoo 4 > () { 5 > } -1->Emitted(65, 1) Source(31, 15) + SourceIndex(0) -2 >Emitted(65, 10) Source(31, 24) + SourceIndex(0) -3 >Emitted(65, 21) Source(31, 35) + SourceIndex(0) -4 >Emitted(65, 26) Source(31, 39) + SourceIndex(0) -5 >Emitted(65, 27) Source(31, 40) + SourceIndex(0) +1->Emitted(66, 1) Source(31, 15) + SourceIndex(0) +2 >Emitted(66, 10) Source(31, 24) + SourceIndex(0) +3 >Emitted(66, 21) Source(31, 35) + SourceIndex(0) +4 >Emitted(66, 26) Source(31, 39) + SourceIndex(0) +5 >Emitted(66, 27) Source(31, 40) + SourceIndex(0) --- >>>var internalNamespace; 1 > @@ -1763,10 +1766,10 @@ sourceFile:../second/second_part1.ts 2 >namespace 3 > internalNamespace 4 > { export class someClass {} } -1 >Emitted(66, 1) Source(32, 15) + SourceIndex(0) -2 >Emitted(66, 5) Source(32, 25) + SourceIndex(0) -3 >Emitted(66, 22) Source(32, 42) + SourceIndex(0) -4 >Emitted(66, 23) Source(32, 72) + SourceIndex(0) +1 >Emitted(67, 1) Source(32, 15) + SourceIndex(0) +2 >Emitted(67, 5) Source(32, 25) + SourceIndex(0) +3 >Emitted(67, 22) Source(32, 42) + SourceIndex(0) +4 >Emitted(67, 23) Source(32, 72) + SourceIndex(0) --- >>>(function (internalNamespace) { 1-> @@ -1776,21 +1779,21 @@ sourceFile:../second/second_part1.ts 1-> 2 >namespace 3 > internalNamespace -1->Emitted(67, 1) Source(32, 15) + SourceIndex(0) -2 >Emitted(67, 12) Source(32, 25) + SourceIndex(0) -3 >Emitted(67, 29) Source(32, 42) + SourceIndex(0) +1->Emitted(68, 1) Source(32, 15) + SourceIndex(0) +2 >Emitted(68, 12) Source(32, 25) + SourceIndex(0) +3 >Emitted(68, 29) Source(32, 42) + SourceIndex(0) --- >>> var someClass = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(68, 5) Source(32, 45) + SourceIndex(0) +1->Emitted(69, 5) Source(32, 45) + SourceIndex(0) --- >>> function someClass() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(69, 9) Source(32, 45) + SourceIndex(0) +1->Emitted(70, 9) Source(32, 45) + SourceIndex(0) --- >>> } 1->^^^^^^^^ @@ -1798,16 +1801,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(70, 9) Source(32, 69) + SourceIndex(0) -2 >Emitted(70, 10) Source(32, 70) + SourceIndex(0) +1->Emitted(71, 9) Source(32, 69) + SourceIndex(0) +2 >Emitted(71, 10) Source(32, 70) + SourceIndex(0) --- >>> return someClass; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(71, 9) Source(32, 69) + SourceIndex(0) -2 >Emitted(71, 25) Source(32, 70) + SourceIndex(0) +1->Emitted(72, 9) Source(32, 69) + SourceIndex(0) +2 >Emitted(72, 25) Source(32, 70) + SourceIndex(0) --- >>> }()); 1 >^^^^ @@ -1819,10 +1822,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(72, 5) Source(32, 69) + SourceIndex(0) -2 >Emitted(72, 6) Source(32, 70) + SourceIndex(0) -3 >Emitted(72, 6) Source(32, 45) + SourceIndex(0) -4 >Emitted(72, 10) Source(32, 70) + SourceIndex(0) +1 >Emitted(73, 5) Source(32, 69) + SourceIndex(0) +2 >Emitted(73, 6) Source(32, 70) + SourceIndex(0) +3 >Emitted(73, 6) Source(32, 45) + SourceIndex(0) +4 >Emitted(73, 10) Source(32, 70) + SourceIndex(0) --- >>> internalNamespace.someClass = someClass; 1->^^^^ @@ -1834,10 +1837,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(73, 5) Source(32, 58) + SourceIndex(0) -2 >Emitted(73, 32) Source(32, 67) + SourceIndex(0) -3 >Emitted(73, 44) Source(32, 70) + SourceIndex(0) -4 >Emitted(73, 45) Source(32, 70) + SourceIndex(0) +1->Emitted(74, 5) Source(32, 58) + SourceIndex(0) +2 >Emitted(74, 32) Source(32, 67) + SourceIndex(0) +3 >Emitted(74, 44) Source(32, 70) + SourceIndex(0) +4 >Emitted(74, 45) Source(32, 70) + SourceIndex(0) --- >>>})(internalNamespace || (internalNamespace = {})); 1-> @@ -1854,13 +1857,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalNamespace 7 > { export class someClass {} } -1->Emitted(74, 1) Source(32, 71) + SourceIndex(0) -2 >Emitted(74, 2) Source(32, 72) + SourceIndex(0) -3 >Emitted(74, 4) Source(32, 25) + SourceIndex(0) -4 >Emitted(74, 21) Source(32, 42) + SourceIndex(0) -5 >Emitted(74, 26) Source(32, 25) + SourceIndex(0) -6 >Emitted(74, 43) Source(32, 42) + SourceIndex(0) -7 >Emitted(74, 51) Source(32, 72) + SourceIndex(0) +1->Emitted(75, 1) Source(32, 71) + SourceIndex(0) +2 >Emitted(75, 2) Source(32, 72) + SourceIndex(0) +3 >Emitted(75, 4) Source(32, 25) + SourceIndex(0) +4 >Emitted(75, 21) Source(32, 42) + SourceIndex(0) +5 >Emitted(75, 26) Source(32, 25) + SourceIndex(0) +6 >Emitted(75, 43) Source(32, 42) + SourceIndex(0) +7 >Emitted(75, 51) Source(32, 72) + SourceIndex(0) --- >>>var internalOther; 1 > @@ -1873,10 +1876,10 @@ sourceFile:../second/second_part1.ts 2 >namespace 3 > internalOther 4 > .something { export class someClass {} } -1 >Emitted(75, 1) Source(33, 15) + SourceIndex(0) -2 >Emitted(75, 5) Source(33, 25) + SourceIndex(0) -3 >Emitted(75, 18) Source(33, 38) + SourceIndex(0) -4 >Emitted(75, 19) Source(33, 78) + SourceIndex(0) +1 >Emitted(76, 1) Source(33, 15) + SourceIndex(0) +2 >Emitted(76, 5) Source(33, 25) + SourceIndex(0) +3 >Emitted(76, 18) Source(33, 38) + SourceIndex(0) +4 >Emitted(76, 19) Source(33, 78) + SourceIndex(0) --- >>>(function (internalOther) { 1-> @@ -1885,9 +1888,9 @@ sourceFile:../second/second_part1.ts 1-> 2 >namespace 3 > internalOther -1->Emitted(76, 1) Source(33, 15) + SourceIndex(0) -2 >Emitted(76, 12) Source(33, 25) + SourceIndex(0) -3 >Emitted(76, 25) Source(33, 38) + SourceIndex(0) +1->Emitted(77, 1) Source(33, 15) + SourceIndex(0) +2 >Emitted(77, 12) Source(33, 25) + SourceIndex(0) +3 >Emitted(77, 25) Source(33, 38) + SourceIndex(0) --- >>> var something; 1 >^^^^ @@ -1899,10 +1902,10 @@ sourceFile:../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(77, 5) Source(33, 39) + SourceIndex(0) -2 >Emitted(77, 9) Source(33, 39) + SourceIndex(0) -3 >Emitted(77, 18) Source(33, 48) + SourceIndex(0) -4 >Emitted(77, 19) Source(33, 78) + SourceIndex(0) +1 >Emitted(78, 5) Source(33, 39) + SourceIndex(0) +2 >Emitted(78, 9) Source(33, 39) + SourceIndex(0) +3 >Emitted(78, 18) Source(33, 48) + SourceIndex(0) +4 >Emitted(78, 19) Source(33, 78) + SourceIndex(0) --- >>> (function (something) { 1->^^^^ @@ -1912,21 +1915,21 @@ sourceFile:../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(78, 5) Source(33, 39) + SourceIndex(0) -2 >Emitted(78, 16) Source(33, 39) + SourceIndex(0) -3 >Emitted(78, 25) Source(33, 48) + SourceIndex(0) +1->Emitted(79, 5) Source(33, 39) + SourceIndex(0) +2 >Emitted(79, 16) Source(33, 39) + SourceIndex(0) +3 >Emitted(79, 25) Source(33, 48) + SourceIndex(0) --- >>> var someClass = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(79, 9) Source(33, 51) + SourceIndex(0) +1->Emitted(80, 9) Source(33, 51) + SourceIndex(0) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(80, 13) Source(33, 51) + SourceIndex(0) +1->Emitted(81, 13) Source(33, 51) + SourceIndex(0) --- >>> } 1->^^^^^^^^^^^^ @@ -1934,16 +1937,16 @@ sourceFile:../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(81, 13) Source(33, 75) + SourceIndex(0) -2 >Emitted(81, 14) Source(33, 76) + SourceIndex(0) +1->Emitted(82, 13) Source(33, 75) + SourceIndex(0) +2 >Emitted(82, 14) Source(33, 76) + SourceIndex(0) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(82, 13) Source(33, 75) + SourceIndex(0) -2 >Emitted(82, 29) Source(33, 76) + SourceIndex(0) +1->Emitted(83, 13) Source(33, 75) + SourceIndex(0) +2 >Emitted(83, 29) Source(33, 76) + SourceIndex(0) --- >>> }()); 1 >^^^^^^^^ @@ -1955,10 +1958,10 @@ sourceFile:../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(83, 9) Source(33, 75) + SourceIndex(0) -2 >Emitted(83, 10) Source(33, 76) + SourceIndex(0) -3 >Emitted(83, 10) Source(33, 51) + SourceIndex(0) -4 >Emitted(83, 14) Source(33, 76) + SourceIndex(0) +1 >Emitted(84, 9) Source(33, 75) + SourceIndex(0) +2 >Emitted(84, 10) Source(33, 76) + SourceIndex(0) +3 >Emitted(84, 10) Source(33, 51) + SourceIndex(0) +4 >Emitted(84, 14) Source(33, 76) + SourceIndex(0) --- >>> something.someClass = someClass; 1->^^^^^^^^ @@ -1970,10 +1973,10 @@ sourceFile:../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(84, 9) Source(33, 64) + SourceIndex(0) -2 >Emitted(84, 28) Source(33, 73) + SourceIndex(0) -3 >Emitted(84, 40) Source(33, 76) + SourceIndex(0) -4 >Emitted(84, 41) Source(33, 76) + SourceIndex(0) +1->Emitted(85, 9) Source(33, 64) + SourceIndex(0) +2 >Emitted(85, 28) Source(33, 73) + SourceIndex(0) +3 >Emitted(85, 40) Source(33, 76) + SourceIndex(0) +4 >Emitted(85, 41) Source(33, 76) + SourceIndex(0) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^ @@ -1994,15 +1997,15 @@ sourceFile:../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(85, 5) Source(33, 77) + SourceIndex(0) -2 >Emitted(85, 6) Source(33, 78) + SourceIndex(0) -3 >Emitted(85, 8) Source(33, 39) + SourceIndex(0) -4 >Emitted(85, 17) Source(33, 48) + SourceIndex(0) -5 >Emitted(85, 20) Source(33, 39) + SourceIndex(0) -6 >Emitted(85, 43) Source(33, 48) + SourceIndex(0) -7 >Emitted(85, 48) Source(33, 39) + SourceIndex(0) -8 >Emitted(85, 71) Source(33, 48) + SourceIndex(0) -9 >Emitted(85, 79) Source(33, 78) + SourceIndex(0) +1->Emitted(86, 5) Source(33, 77) + SourceIndex(0) +2 >Emitted(86, 6) Source(33, 78) + SourceIndex(0) +3 >Emitted(86, 8) Source(33, 39) + SourceIndex(0) +4 >Emitted(86, 17) Source(33, 48) + SourceIndex(0) +5 >Emitted(86, 20) Source(33, 39) + SourceIndex(0) +6 >Emitted(86, 43) Source(33, 48) + SourceIndex(0) +7 >Emitted(86, 48) Source(33, 39) + SourceIndex(0) +8 >Emitted(86, 71) Source(33, 48) + SourceIndex(0) +9 >Emitted(86, 79) Source(33, 78) + SourceIndex(0) --- >>>})(internalOther || (internalOther = {})); 1 > @@ -2020,13 +2023,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalOther 7 > .something { export class someClass {} } -1 >Emitted(86, 1) Source(33, 77) + SourceIndex(0) -2 >Emitted(86, 2) Source(33, 78) + SourceIndex(0) -3 >Emitted(86, 4) Source(33, 25) + SourceIndex(0) -4 >Emitted(86, 17) Source(33, 38) + SourceIndex(0) -5 >Emitted(86, 22) Source(33, 25) + SourceIndex(0) -6 >Emitted(86, 35) Source(33, 38) + SourceIndex(0) -7 >Emitted(86, 43) Source(33, 78) + SourceIndex(0) +1 >Emitted(87, 1) Source(33, 77) + SourceIndex(0) +2 >Emitted(87, 2) Source(33, 78) + SourceIndex(0) +3 >Emitted(87, 4) Source(33, 25) + SourceIndex(0) +4 >Emitted(87, 17) Source(33, 38) + SourceIndex(0) +5 >Emitted(87, 22) Source(33, 25) + SourceIndex(0) +6 >Emitted(87, 35) Source(33, 38) + SourceIndex(0) +7 >Emitted(87, 43) Source(33, 78) + SourceIndex(0) --- >>>var internalImport = internalNamespace.someClass; 1-> @@ -2046,14 +2049,14 @@ sourceFile:../second/second_part1.ts 6 > . 7 > someClass 8 > ; -1->Emitted(87, 1) Source(34, 15) + SourceIndex(0) -2 >Emitted(87, 5) Source(34, 22) + SourceIndex(0) -3 >Emitted(87, 19) Source(34, 36) + SourceIndex(0) -4 >Emitted(87, 22) Source(34, 39) + SourceIndex(0) -5 >Emitted(87, 39) Source(34, 56) + SourceIndex(0) -6 >Emitted(87, 40) Source(34, 57) + SourceIndex(0) -7 >Emitted(87, 49) Source(34, 66) + SourceIndex(0) -8 >Emitted(87, 50) Source(34, 67) + SourceIndex(0) +1->Emitted(88, 1) Source(34, 15) + SourceIndex(0) +2 >Emitted(88, 5) Source(34, 22) + SourceIndex(0) +3 >Emitted(88, 19) Source(34, 36) + SourceIndex(0) +4 >Emitted(88, 22) Source(34, 39) + SourceIndex(0) +5 >Emitted(88, 39) Source(34, 56) + SourceIndex(0) +6 >Emitted(88, 40) Source(34, 57) + SourceIndex(0) +7 >Emitted(88, 49) Source(34, 66) + SourceIndex(0) +8 >Emitted(88, 50) Source(34, 67) + SourceIndex(0) --- >>>var internalConst = 10; 1 > @@ -2070,12 +2073,12 @@ sourceFile:../second/second_part1.ts 4 > = 5 > 10 6 > ; -1 >Emitted(88, 1) Source(36, 15) + SourceIndex(0) -2 >Emitted(88, 5) Source(36, 21) + SourceIndex(0) -3 >Emitted(88, 18) Source(36, 34) + SourceIndex(0) -4 >Emitted(88, 21) Source(36, 37) + SourceIndex(0) -5 >Emitted(88, 23) Source(36, 39) + SourceIndex(0) -6 >Emitted(88, 24) Source(36, 40) + SourceIndex(0) +1 >Emitted(89, 1) Source(36, 15) + SourceIndex(0) +2 >Emitted(89, 5) Source(36, 21) + SourceIndex(0) +3 >Emitted(89, 18) Source(36, 34) + SourceIndex(0) +4 >Emitted(89, 21) Source(36, 37) + SourceIndex(0) +5 >Emitted(89, 23) Source(36, 39) + SourceIndex(0) +6 >Emitted(89, 24) Source(36, 40) + SourceIndex(0) --- >>>var internalEnum; 1 > @@ -2086,9 +2089,9 @@ sourceFile:../second/second_part1.ts >/*@internal*/ 2 >enum 3 > internalEnum { a, b, c } -1 >Emitted(89, 1) Source(37, 15) + SourceIndex(0) -2 >Emitted(89, 5) Source(37, 20) + SourceIndex(0) -3 >Emitted(89, 17) Source(37, 44) + SourceIndex(0) +1 >Emitted(90, 1) Source(37, 15) + SourceIndex(0) +2 >Emitted(90, 5) Source(37, 20) + SourceIndex(0) +3 >Emitted(90, 17) Source(37, 44) + SourceIndex(0) --- >>>(function (internalEnum) { 1-> @@ -2098,9 +2101,9 @@ sourceFile:../second/second_part1.ts 1-> 2 >enum 3 > internalEnum -1->Emitted(90, 1) Source(37, 15) + SourceIndex(0) -2 >Emitted(90, 12) Source(37, 20) + SourceIndex(0) -3 >Emitted(90, 24) Source(37, 32) + SourceIndex(0) +1->Emitted(91, 1) Source(37, 15) + SourceIndex(0) +2 >Emitted(91, 12) Source(37, 20) + SourceIndex(0) +3 >Emitted(91, 24) Source(37, 32) + SourceIndex(0) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^ @@ -2110,9 +2113,9 @@ sourceFile:../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(91, 5) Source(37, 35) + SourceIndex(0) -2 >Emitted(91, 46) Source(37, 36) + SourceIndex(0) -3 >Emitted(91, 47) Source(37, 36) + SourceIndex(0) +1->Emitted(92, 5) Source(37, 35) + SourceIndex(0) +2 >Emitted(92, 46) Source(37, 36) + SourceIndex(0) +3 >Emitted(92, 47) Source(37, 36) + SourceIndex(0) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^ @@ -2122,9 +2125,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(92, 5) Source(37, 38) + SourceIndex(0) -2 >Emitted(92, 46) Source(37, 39) + SourceIndex(0) -3 >Emitted(92, 47) Source(37, 39) + SourceIndex(0) +1->Emitted(93, 5) Source(37, 38) + SourceIndex(0) +2 >Emitted(93, 46) Source(37, 39) + SourceIndex(0) +3 >Emitted(93, 47) Source(37, 39) + SourceIndex(0) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^ @@ -2133,9 +2136,9 @@ sourceFile:../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(93, 5) Source(37, 41) + SourceIndex(0) -2 >Emitted(93, 46) Source(37, 42) + SourceIndex(0) -3 >Emitted(93, 47) Source(37, 42) + SourceIndex(0) +1->Emitted(94, 5) Source(37, 41) + SourceIndex(0) +2 >Emitted(94, 46) Source(37, 42) + SourceIndex(0) +3 >Emitted(94, 47) Source(37, 42) + SourceIndex(0) --- >>>})(internalEnum || (internalEnum = {})); 1 > @@ -2152,13 +2155,13 @@ sourceFile:../second/second_part1.ts 5 > 6 > internalEnum 7 > { a, b, c } -1 >Emitted(94, 1) Source(37, 43) + SourceIndex(0) -2 >Emitted(94, 2) Source(37, 44) + SourceIndex(0) -3 >Emitted(94, 4) Source(37, 20) + SourceIndex(0) -4 >Emitted(94, 16) Source(37, 32) + SourceIndex(0) -5 >Emitted(94, 21) Source(37, 20) + SourceIndex(0) -6 >Emitted(94, 33) Source(37, 32) + SourceIndex(0) -7 >Emitted(94, 41) Source(37, 44) + SourceIndex(0) +1 >Emitted(95, 1) Source(37, 43) + SourceIndex(0) +2 >Emitted(95, 2) Source(37, 44) + SourceIndex(0) +3 >Emitted(95, 4) Source(37, 20) + SourceIndex(0) +4 >Emitted(95, 16) Source(37, 32) + SourceIndex(0) +5 >Emitted(95, 21) Source(37, 20) + SourceIndex(0) +6 >Emitted(95, 33) Source(37, 32) + SourceIndex(0) +7 >Emitted(95, 41) Source(37, 44) + SourceIndex(0) --- ------------------------------------------------------------------- emittedFile:/src/2/second-output.js @@ -2168,13 +2171,13 @@ sourceFile:../second/second_part2.ts 1 > 2 >^^^^^^^^^^^^^^^^^^^-> 1 > -1 >Emitted(95, 1) Source(1, 1) + SourceIndex(1) +1 >Emitted(96, 1) Source(1, 1) + SourceIndex(1) --- >>> function C() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(96, 5) Source(1, 1) + SourceIndex(1) +1->Emitted(97, 5) Source(1, 1) + SourceIndex(1) --- >>> } 1->^^^^ @@ -2186,8 +2189,8 @@ sourceFile:../second/second_part2.ts > } > 2 > } -1->Emitted(97, 5) Source(5, 1) + SourceIndex(1) -2 >Emitted(97, 6) Source(5, 2) + SourceIndex(1) +1->Emitted(98, 5) Source(5, 1) + SourceIndex(1) +2 >Emitted(98, 6) Source(5, 2) + SourceIndex(1) --- >>> C.prototype.doSomething = function () { 1->^^^^ @@ -2197,9 +2200,9 @@ sourceFile:../second/second_part2.ts 1-> 2 > doSomething 3 > -1->Emitted(98, 5) Source(2, 5) + SourceIndex(1) -2 >Emitted(98, 28) Source(2, 16) + SourceIndex(1) -3 >Emitted(98, 31) Source(2, 5) + SourceIndex(1) +1->Emitted(99, 5) Source(2, 5) + SourceIndex(1) +2 >Emitted(99, 28) Source(2, 16) + SourceIndex(1) +3 >Emitted(99, 31) Source(2, 5) + SourceIndex(1) --- >>> console.log("something got done"); 1->^^^^^^^^ @@ -2219,14 +2222,14 @@ sourceFile:../second/second_part2.ts 6 > "something got done" 7 > ) 8 > ; -1->Emitted(99, 9) Source(3, 9) + SourceIndex(1) -2 >Emitted(99, 16) Source(3, 16) + SourceIndex(1) -3 >Emitted(99, 17) Source(3, 17) + SourceIndex(1) -4 >Emitted(99, 20) Source(3, 20) + SourceIndex(1) -5 >Emitted(99, 21) Source(3, 21) + SourceIndex(1) -6 >Emitted(99, 41) Source(3, 41) + SourceIndex(1) -7 >Emitted(99, 42) Source(3, 42) + SourceIndex(1) -8 >Emitted(99, 43) Source(3, 43) + SourceIndex(1) +1->Emitted(100, 9) Source(3, 9) + SourceIndex(1) +2 >Emitted(100, 16) Source(3, 16) + SourceIndex(1) +3 >Emitted(100, 17) Source(3, 17) + SourceIndex(1) +4 >Emitted(100, 20) Source(3, 20) + SourceIndex(1) +5 >Emitted(100, 21) Source(3, 21) + SourceIndex(1) +6 >Emitted(100, 41) Source(3, 41) + SourceIndex(1) +7 >Emitted(100, 42) Source(3, 42) + SourceIndex(1) +8 >Emitted(100, 43) Source(3, 43) + SourceIndex(1) --- >>> }; 1 >^^^^ @@ -2235,8 +2238,8 @@ sourceFile:../second/second_part2.ts 1 > > 2 > } -1 >Emitted(100, 5) Source(4, 5) + SourceIndex(1) -2 >Emitted(100, 6) Source(4, 6) + SourceIndex(1) +1 >Emitted(101, 5) Source(4, 5) + SourceIndex(1) +2 >Emitted(101, 6) Source(4, 6) + SourceIndex(1) --- >>> return C; 1->^^^^ @@ -2244,8 +2247,8 @@ sourceFile:../second/second_part2.ts 1-> > 2 > } -1->Emitted(101, 5) Source(5, 1) + SourceIndex(1) -2 >Emitted(101, 13) Source(5, 2) + SourceIndex(1) +1->Emitted(102, 5) Source(5, 1) + SourceIndex(1) +2 >Emitted(102, 13) Source(5, 2) + SourceIndex(1) --- >>>}()); 1 > @@ -2261,10 +2264,10 @@ sourceFile:../second/second_part2.ts > console.log("something got done"); > } > } -1 >Emitted(102, 1) Source(5, 1) + SourceIndex(1) -2 >Emitted(102, 2) Source(5, 2) + SourceIndex(1) -3 >Emitted(102, 2) Source(1, 1) + SourceIndex(1) -4 >Emitted(102, 6) Source(5, 2) + SourceIndex(1) +1 >Emitted(103, 1) Source(5, 1) + SourceIndex(1) +2 >Emitted(103, 2) Source(5, 2) + SourceIndex(1) +3 >Emitted(103, 2) Source(1, 1) + SourceIndex(1) +4 >Emitted(103, 6) Source(5, 2) + SourceIndex(1) --- >>>//# sourceMappingURL=second-output.js.map @@ -2280,7 +2283,7 @@ sourceFile:../second/second_part2.ts "sections": [ { "pos": 0, - "end": 3052, + "end": 3070, "kind": "text" } ] @@ -2332,7 +2335,7 @@ sourceFile:../second/second_part2.ts ====================================================================== File:: /src/2/second-output.js ---------------------------------------------------------------------- -text: (0-3052) +text: (0-3070) var N; (function (N) { function f() { @@ -2343,8 +2346,9 @@ var N; var normalC = (function () { function normalC() { } - normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: true, @@ -3234,8 +3238,9 @@ var N; var normalC = (function () { function normalC() { } - normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: true, @@ -3331,7 +3336,7 @@ c.doSomething(); //# sourceMappingURL=third-output.js.map //// [/src/third/thirdjs/output/third-output.js.map] -{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"AAIA,IAAM,CAAC,GAAG,cAAc,CAAC;AAMzB,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;ACVf,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC;ACAjB,SAAS,CAAC;IACN,OAAO,gBAAgB,CAAC;AAC5B,CAAC;ACED,IAAU,CAAC,CAMV;AAND,WAAU,CAAC;IACP,SAAS,CAAC;QACN,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IAED,CAAC,EAAE,CAAC;AACR,CAAC,EANS,CAAC,KAAD,CAAC,QAMV;AAED;IACkB;IAAgB,CAAC;;IAEjB,cAAM,GAAN,cAAW,CAAC;IACZ,sBAAI,YAAC;aAAL,cAAU,OAAO,EAAE,CAAC,CAAC,CAAC;aACtB,UAAM,GAAW,IAAI,CAAC;;;OADA;IAExC,cAAC;AAAD,CAAC,AAND,IAMC;AACD,IAAU,OAAO,CAShB;AATD,WAAU,OAAO;IACC;QAAA;QAAiB,CAAC;QAAD,QAAC;IAAD,CAAC,AAAlB,IAAkB;IAAL,SAAC,IAAI,CAAA;IAClB,SAAgB,GAAG,KAAI,CAAC;IAAR,WAAG,MAAK,CAAA;IACxB,IAAiB,aAAa,CAAsB;IAApD,WAAiB,aAAa;QAAG;YAAA;YAAgB,CAAC;YAAD,QAAC;QAAD,CAAC,AAAjB,IAAiB;QAAJ,eAAC,IAAG,CAAA;IAAC,CAAC,EAAnC,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAAsB;IACpD,IAAiB,SAAS,CAAwC;IAAlE,WAAiB,SAAS;QAAC,IAAA,SAAS,CAA8B;QAAvC,WAAA,SAAS;YAAG;gBAAA;gBAAwB,CAAC;gBAAD,gBAAC;YAAD,CAAC,AAAzB,IAAyB;YAAZ,mBAAS,YAAG,CAAA;QAAC,CAAC,EAAvC,SAAS,GAAT,mBAAS,KAAT,mBAAS,QAA8B;IAAD,CAAC,EAAjD,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAAwC;IACpD,kBAAU,GAAG,aAAa,CAAC,CAAC,CAAC;IAE9B,qBAAa,GAAG,EAAE,CAAC;IAChC,IAAY,YAAwB;IAApC,WAAY,YAAY;QAAG,yCAAC,CAAA;QAAE,yCAAC,CAAA;QAAE,yCAAC,CAAA;IAAC,CAAC,EAAxB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAAY;AACtD,CAAC,EATS,OAAO,KAAP,OAAO,QAShB;AACa;IAAA;IAAiB,CAAC;IAAD,gBAAC;AAAD,CAAC,AAAlB,IAAkB;AAClB,SAAS,WAAW,KAAI,CAAC;AACzB,IAAU,iBAAiB,CAA8B;AAAzD,WAAU,iBAAiB;IAAG;QAAA;QAAwB,CAAC;QAAD,gBAAC;IAAD,CAAC,AAAzB,IAAyB;IAAZ,2BAAS,YAAG,CAAA;AAAC,CAAC,EAA/C,iBAAiB,KAAjB,iBAAiB,QAA8B;AACzD,IAAU,aAAa,CAAwC;AAA/D,WAAU,aAAa;IAAC,IAAA,SAAS,CAA8B;IAAvC,WAAA,SAAS;QAAG;YAAA;YAAwB,CAAC;YAAD,gBAAC;QAAD,CAAC,AAAzB,IAAyB;QAAZ,mBAAS,YAAG,CAAA;IAAC,CAAC,EAAvC,SAAS,GAAT,uBAAS,KAAT,uBAAS,QAA8B;AAAD,CAAC,EAArD,aAAa,KAAb,aAAa,QAAwC;AAC/D,IAAO,cAAc,GAAG,iBAAiB,CAAC,SAAS,CAAC;AAEpD,IAAM,aAAa,GAAG,EAAE,CAAC;AACzB,IAAK,YAAwB;AAA7B,WAAK,YAAY;IAAG,yCAAC,CAAA;IAAE,yCAAC,CAAA;IAAE,yCAAC,CAAA;AAAC,CAAC,EAAxB,YAAY,KAAZ,YAAY,QAAY;ACpC3C;IAAA;IAIA,CAAC;IAHG,uBAAW,GAAX;QACI,OAAO,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAC;IACtC,CAAC;IACL,QAAC;AAAD,CAAC,AAJD,IAIC;ACJD,IAAI,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC;AAChB,CAAC,CAAC,WAAW,EAAE,CAAC"} //// [/src/third/thirdjs/output/third-output.js.map.baseline.txt] =================================================================== @@ -3632,66 +3637,68 @@ sourceFile:../../../second/second_part1.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->constructor() { 2 > } 1->Emitted(16, 5) Source(14, 35) + SourceIndex(3) 2 >Emitted(16, 6) Source(14, 36) + SourceIndex(3) --- ->>> normalC.prototype.method = function () { }; +>>> var proto_1 = normalC.prototype; +>>> proto_1.method = function () { }; 1->^^^^ -2 > ^^^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^ -5 > ^ -6 > ^^^^^^-> +2 > ^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^ +5 > ^ +6 > ^^^^^^-> 1-> > /*@internal*/ prop: string; > /*@internal*/ 2 > method -3 > -4 > method() { -5 > } -1->Emitted(17, 5) Source(16, 19) + SourceIndex(3) -2 >Emitted(17, 29) Source(16, 25) + SourceIndex(3) -3 >Emitted(17, 32) Source(16, 19) + SourceIndex(3) -4 >Emitted(17, 46) Source(16, 30) + SourceIndex(3) -5 >Emitted(17, 47) Source(16, 31) + SourceIndex(3) ---- ->>> Object.defineProperty(normalC.prototype, "c", { +3 > +4 > method() { +5 > } +1->Emitted(18, 5) Source(16, 19) + SourceIndex(3) +2 >Emitted(18, 19) Source(16, 25) + SourceIndex(3) +3 >Emitted(18, 22) Source(16, 19) + SourceIndex(3) +4 >Emitted(18, 36) Source(16, 30) + SourceIndex(3) +5 >Emitted(18, 37) Source(16, 31) + SourceIndex(3) +--- +>>> Object.defineProperty(proto_1, "c", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^^^^^^^^^^ +4 > ^^^-> 1-> > /*@internal*/ 2 > get 3 > c -1->Emitted(18, 5) Source(17, 19) + SourceIndex(3) -2 >Emitted(18, 27) Source(17, 23) + SourceIndex(3) -3 >Emitted(18, 49) Source(17, 24) + SourceIndex(3) +1->Emitted(19, 5) Source(17, 19) + SourceIndex(3) +2 >Emitted(19, 27) Source(17, 23) + SourceIndex(3) +3 >Emitted(19, 39) Source(17, 24) + SourceIndex(3) --- >>> get: function () { return 10; }, -1 >^^^^^^^^^^^^^ +1->^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^^^^^^^ 4 > ^^ 5 > ^ 6 > ^ 7 > ^ -1 > +1-> 2 > get c() { 3 > return 4 > 10 5 > ; 6 > 7 > } -1 >Emitted(19, 14) Source(17, 19) + SourceIndex(3) -2 >Emitted(19, 28) Source(17, 29) + SourceIndex(3) -3 >Emitted(19, 35) Source(17, 36) + SourceIndex(3) -4 >Emitted(19, 37) Source(17, 38) + SourceIndex(3) -5 >Emitted(19, 38) Source(17, 39) + SourceIndex(3) -6 >Emitted(19, 39) Source(17, 40) + SourceIndex(3) -7 >Emitted(19, 40) Source(17, 41) + SourceIndex(3) +1->Emitted(20, 14) Source(17, 19) + SourceIndex(3) +2 >Emitted(20, 28) Source(17, 29) + SourceIndex(3) +3 >Emitted(20, 35) Source(17, 36) + SourceIndex(3) +4 >Emitted(20, 37) Source(17, 38) + SourceIndex(3) +5 >Emitted(20, 38) Source(17, 39) + SourceIndex(3) +6 >Emitted(20, 39) Source(17, 40) + SourceIndex(3) +7 >Emitted(20, 40) Source(17, 41) + SourceIndex(3) --- >>> set: function (val) { }, 1 >^^^^^^^^^^^^^ @@ -3705,11 +3712,11 @@ sourceFile:../../../second/second_part1.ts 3 > val: number 4 > ) { 5 > } -1 >Emitted(20, 14) Source(18, 19) + SourceIndex(3) -2 >Emitted(20, 24) Source(18, 25) + SourceIndex(3) -3 >Emitted(20, 27) Source(18, 36) + SourceIndex(3) -4 >Emitted(20, 31) Source(18, 40) + SourceIndex(3) -5 >Emitted(20, 32) Source(18, 41) + SourceIndex(3) +1 >Emitted(21, 14) Source(18, 19) + SourceIndex(3) +2 >Emitted(21, 24) Source(18, 25) + SourceIndex(3) +3 >Emitted(21, 27) Source(18, 36) + SourceIndex(3) +4 >Emitted(21, 31) Source(18, 40) + SourceIndex(3) +5 >Emitted(21, 32) Source(18, 41) + SourceIndex(3) --- >>> enumerable: true, >>> configurable: true @@ -3717,7 +3724,7 @@ sourceFile:../../../second/second_part1.ts 1 >^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1 > -1 >Emitted(23, 8) Source(17, 41) + SourceIndex(3) +1 >Emitted(24, 8) Source(17, 41) + SourceIndex(3) --- >>> return normalC; 1->^^^^ @@ -3726,8 +3733,8 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ set c(val: number) { } > 2 > } -1->Emitted(24, 5) Source(19, 1) + SourceIndex(3) -2 >Emitted(24, 19) Source(19, 2) + SourceIndex(3) +1->Emitted(25, 5) Source(19, 1) + SourceIndex(3) +2 >Emitted(25, 19) Source(19, 2) + SourceIndex(3) --- >>>}()); 1 > @@ -3745,10 +3752,10 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ get c() { return 10; } > /*@internal*/ set c(val: number) { } > } -1 >Emitted(25, 1) Source(19, 1) + SourceIndex(3) -2 >Emitted(25, 2) Source(19, 2) + SourceIndex(3) -3 >Emitted(25, 2) Source(13, 1) + SourceIndex(3) -4 >Emitted(25, 6) Source(19, 2) + SourceIndex(3) +1 >Emitted(26, 1) Source(19, 1) + SourceIndex(3) +2 >Emitted(26, 2) Source(19, 2) + SourceIndex(3) +3 >Emitted(26, 2) Source(13, 1) + SourceIndex(3) +4 >Emitted(26, 6) Source(19, 2) + SourceIndex(3) --- >>>var normalN; 1-> @@ -3770,10 +3777,10 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1->Emitted(26, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(26, 5) Source(20, 11) + SourceIndex(3) -3 >Emitted(26, 12) Source(20, 18) + SourceIndex(3) -4 >Emitted(26, 13) Source(29, 2) + SourceIndex(3) +1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(27, 5) Source(20, 11) + SourceIndex(3) +3 >Emitted(27, 12) Source(20, 18) + SourceIndex(3) +4 >Emitted(27, 13) Source(29, 2) + SourceIndex(3) --- >>>(function (normalN) { 1-> @@ -3783,22 +3790,22 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > normalN -1->Emitted(27, 1) Source(20, 1) + SourceIndex(3) -2 >Emitted(27, 12) Source(20, 11) + SourceIndex(3) -3 >Emitted(27, 19) Source(20, 18) + SourceIndex(3) +1->Emitted(28, 1) Source(20, 1) + SourceIndex(3) +2 >Emitted(28, 12) Source(20, 11) + SourceIndex(3) +3 >Emitted(28, 19) Source(20, 18) + SourceIndex(3) --- >>> var C = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { > /*@internal*/ -1->Emitted(28, 5) Source(21, 19) + SourceIndex(3) +1->Emitted(29, 5) Source(21, 19) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(29, 9) Source(21, 19) + SourceIndex(3) +1->Emitted(30, 9) Source(21, 19) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -3806,16 +3813,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(30, 9) Source(21, 36) + SourceIndex(3) -2 >Emitted(30, 10) Source(21, 37) + SourceIndex(3) +1->Emitted(31, 9) Source(21, 36) + SourceIndex(3) +2 >Emitted(31, 10) Source(21, 37) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(31, 9) Source(21, 36) + SourceIndex(3) -2 >Emitted(31, 17) Source(21, 37) + SourceIndex(3) +1->Emitted(32, 9) Source(21, 36) + SourceIndex(3) +2 >Emitted(32, 17) Source(21, 37) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -3827,10 +3834,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C { } -1 >Emitted(32, 5) Source(21, 36) + SourceIndex(3) -2 >Emitted(32, 6) Source(21, 37) + SourceIndex(3) -3 >Emitted(32, 6) Source(21, 19) + SourceIndex(3) -4 >Emitted(32, 10) Source(21, 37) + SourceIndex(3) +1 >Emitted(33, 5) Source(21, 36) + SourceIndex(3) +2 >Emitted(33, 6) Source(21, 37) + SourceIndex(3) +3 >Emitted(33, 6) Source(21, 19) + SourceIndex(3) +4 >Emitted(33, 10) Source(21, 37) + SourceIndex(3) --- >>> normalN.C = C; 1->^^^^ @@ -3842,10 +3849,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > { } 4 > -1->Emitted(33, 5) Source(21, 32) + SourceIndex(3) -2 >Emitted(33, 14) Source(21, 33) + SourceIndex(3) -3 >Emitted(33, 18) Source(21, 37) + SourceIndex(3) -4 >Emitted(33, 19) Source(21, 37) + SourceIndex(3) +1->Emitted(34, 5) Source(21, 32) + SourceIndex(3) +2 >Emitted(34, 14) Source(21, 33) + SourceIndex(3) +3 >Emitted(34, 18) Source(21, 37) + SourceIndex(3) +4 >Emitted(34, 19) Source(21, 37) + SourceIndex(3) --- >>> function foo() { } 1->^^^^ @@ -3860,11 +3867,11 @@ sourceFile:../../../second/second_part1.ts 3 > foo 4 > () { 5 > } -1->Emitted(34, 5) Source(22, 19) + SourceIndex(3) -2 >Emitted(34, 14) Source(22, 35) + SourceIndex(3) -3 >Emitted(34, 17) Source(22, 38) + SourceIndex(3) -4 >Emitted(34, 22) Source(22, 42) + SourceIndex(3) -5 >Emitted(34, 23) Source(22, 43) + SourceIndex(3) +1->Emitted(35, 5) Source(22, 19) + SourceIndex(3) +2 >Emitted(35, 14) Source(22, 35) + SourceIndex(3) +3 >Emitted(35, 17) Source(22, 38) + SourceIndex(3) +4 >Emitted(35, 22) Source(22, 42) + SourceIndex(3) +5 >Emitted(35, 23) Source(22, 43) + SourceIndex(3) --- >>> normalN.foo = foo; 1->^^^^ @@ -3876,10 +3883,10 @@ sourceFile:../../../second/second_part1.ts 2 > foo 3 > () {} 4 > -1->Emitted(35, 5) Source(22, 35) + SourceIndex(3) -2 >Emitted(35, 16) Source(22, 38) + SourceIndex(3) -3 >Emitted(35, 22) Source(22, 43) + SourceIndex(3) -4 >Emitted(35, 23) Source(22, 43) + SourceIndex(3) +1->Emitted(36, 5) Source(22, 35) + SourceIndex(3) +2 >Emitted(36, 16) Source(22, 38) + SourceIndex(3) +3 >Emitted(36, 22) Source(22, 43) + SourceIndex(3) +4 >Emitted(36, 23) Source(22, 43) + SourceIndex(3) --- >>> var someNamespace; 1->^^^^ @@ -3892,10 +3899,10 @@ sourceFile:../../../second/second_part1.ts 2 > export namespace 3 > someNamespace 4 > { export class C {} } -1->Emitted(36, 5) Source(23, 19) + SourceIndex(3) -2 >Emitted(36, 9) Source(23, 36) + SourceIndex(3) -3 >Emitted(36, 22) Source(23, 49) + SourceIndex(3) -4 >Emitted(36, 23) Source(23, 71) + SourceIndex(3) +1->Emitted(37, 5) Source(23, 19) + SourceIndex(3) +2 >Emitted(37, 9) Source(23, 36) + SourceIndex(3) +3 >Emitted(37, 22) Source(23, 49) + SourceIndex(3) +4 >Emitted(37, 23) Source(23, 71) + SourceIndex(3) --- >>> (function (someNamespace) { 1->^^^^ @@ -3905,21 +3912,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > export namespace 3 > someNamespace -1->Emitted(37, 5) Source(23, 19) + SourceIndex(3) -2 >Emitted(37, 16) Source(23, 36) + SourceIndex(3) -3 >Emitted(37, 29) Source(23, 49) + SourceIndex(3) +1->Emitted(38, 5) Source(23, 19) + SourceIndex(3) +2 >Emitted(38, 16) Source(23, 36) + SourceIndex(3) +3 >Emitted(38, 29) Source(23, 49) + SourceIndex(3) --- >>> var C = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(38, 9) Source(23, 52) + SourceIndex(3) +1->Emitted(39, 9) Source(23, 52) + SourceIndex(3) --- >>> function C() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(39, 13) Source(23, 52) + SourceIndex(3) +1->Emitted(40, 13) Source(23, 52) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -3927,16 +3934,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^-> 1->export class C { 2 > } -1->Emitted(40, 13) Source(23, 68) + SourceIndex(3) -2 >Emitted(40, 14) Source(23, 69) + SourceIndex(3) +1->Emitted(41, 13) Source(23, 68) + SourceIndex(3) +2 >Emitted(41, 14) Source(23, 69) + SourceIndex(3) --- >>> return C; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^ 1-> 2 > } -1->Emitted(41, 13) Source(23, 68) + SourceIndex(3) -2 >Emitted(41, 21) Source(23, 69) + SourceIndex(3) +1->Emitted(42, 13) Source(23, 68) + SourceIndex(3) +2 >Emitted(42, 21) Source(23, 69) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -3948,10 +3955,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class C {} -1 >Emitted(42, 9) Source(23, 68) + SourceIndex(3) -2 >Emitted(42, 10) Source(23, 69) + SourceIndex(3) -3 >Emitted(42, 10) Source(23, 52) + SourceIndex(3) -4 >Emitted(42, 14) Source(23, 69) + SourceIndex(3) +1 >Emitted(43, 9) Source(23, 68) + SourceIndex(3) +2 >Emitted(43, 10) Source(23, 69) + SourceIndex(3) +3 >Emitted(43, 10) Source(23, 52) + SourceIndex(3) +4 >Emitted(43, 14) Source(23, 69) + SourceIndex(3) --- >>> someNamespace.C = C; 1->^^^^^^^^ @@ -3963,10 +3970,10 @@ sourceFile:../../../second/second_part1.ts 2 > C 3 > {} 4 > -1->Emitted(43, 9) Source(23, 65) + SourceIndex(3) -2 >Emitted(43, 24) Source(23, 66) + SourceIndex(3) -3 >Emitted(43, 28) Source(23, 69) + SourceIndex(3) -4 >Emitted(43, 29) Source(23, 69) + SourceIndex(3) +1->Emitted(44, 9) Source(23, 65) + SourceIndex(3) +2 >Emitted(44, 24) Source(23, 66) + SourceIndex(3) +3 >Emitted(44, 28) Source(23, 69) + SourceIndex(3) +4 >Emitted(44, 29) Source(23, 69) + SourceIndex(3) --- >>> })(someNamespace = normalN.someNamespace || (normalN.someNamespace = {})); 1->^^^^ @@ -3987,15 +3994,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someNamespace 9 > { export class C {} } -1->Emitted(44, 5) Source(23, 70) + SourceIndex(3) -2 >Emitted(44, 6) Source(23, 71) + SourceIndex(3) -3 >Emitted(44, 8) Source(23, 36) + SourceIndex(3) -4 >Emitted(44, 21) Source(23, 49) + SourceIndex(3) -5 >Emitted(44, 24) Source(23, 36) + SourceIndex(3) -6 >Emitted(44, 45) Source(23, 49) + SourceIndex(3) -7 >Emitted(44, 50) Source(23, 36) + SourceIndex(3) -8 >Emitted(44, 71) Source(23, 49) + SourceIndex(3) -9 >Emitted(44, 79) Source(23, 71) + SourceIndex(3) +1->Emitted(45, 5) Source(23, 70) + SourceIndex(3) +2 >Emitted(45, 6) Source(23, 71) + SourceIndex(3) +3 >Emitted(45, 8) Source(23, 36) + SourceIndex(3) +4 >Emitted(45, 21) Source(23, 49) + SourceIndex(3) +5 >Emitted(45, 24) Source(23, 36) + SourceIndex(3) +6 >Emitted(45, 45) Source(23, 49) + SourceIndex(3) +7 >Emitted(45, 50) Source(23, 36) + SourceIndex(3) +8 >Emitted(45, 71) Source(23, 49) + SourceIndex(3) +9 >Emitted(45, 79) Source(23, 71) + SourceIndex(3) --- >>> var someOther; 1 >^^^^ @@ -4008,10 +4015,10 @@ sourceFile:../../../second/second_part1.ts 2 > export namespace 3 > someOther 4 > .something { export class someClass {} } -1 >Emitted(45, 5) Source(24, 19) + SourceIndex(3) -2 >Emitted(45, 9) Source(24, 36) + SourceIndex(3) -3 >Emitted(45, 18) Source(24, 45) + SourceIndex(3) -4 >Emitted(45, 19) Source(24, 85) + SourceIndex(3) +1 >Emitted(46, 5) Source(24, 19) + SourceIndex(3) +2 >Emitted(46, 9) Source(24, 36) + SourceIndex(3) +3 >Emitted(46, 18) Source(24, 45) + SourceIndex(3) +4 >Emitted(46, 19) Source(24, 85) + SourceIndex(3) --- >>> (function (someOther) { 1->^^^^ @@ -4020,9 +4027,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > export namespace 3 > someOther -1->Emitted(46, 5) Source(24, 19) + SourceIndex(3) -2 >Emitted(46, 16) Source(24, 36) + SourceIndex(3) -3 >Emitted(46, 25) Source(24, 45) + SourceIndex(3) +1->Emitted(47, 5) Source(24, 19) + SourceIndex(3) +2 >Emitted(47, 16) Source(24, 36) + SourceIndex(3) +3 >Emitted(47, 25) Source(24, 45) + SourceIndex(3) --- >>> var something; 1 >^^^^^^^^ @@ -4034,10 +4041,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(47, 9) Source(24, 46) + SourceIndex(3) -2 >Emitted(47, 13) Source(24, 46) + SourceIndex(3) -3 >Emitted(47, 22) Source(24, 55) + SourceIndex(3) -4 >Emitted(47, 23) Source(24, 85) + SourceIndex(3) +1 >Emitted(48, 9) Source(24, 46) + SourceIndex(3) +2 >Emitted(48, 13) Source(24, 46) + SourceIndex(3) +3 >Emitted(48, 22) Source(24, 55) + SourceIndex(3) +4 >Emitted(48, 23) Source(24, 85) + SourceIndex(3) --- >>> (function (something) { 1->^^^^^^^^ @@ -4047,21 +4054,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(48, 9) Source(24, 46) + SourceIndex(3) -2 >Emitted(48, 20) Source(24, 46) + SourceIndex(3) -3 >Emitted(48, 29) Source(24, 55) + SourceIndex(3) +1->Emitted(49, 9) Source(24, 46) + SourceIndex(3) +2 >Emitted(49, 20) Source(24, 46) + SourceIndex(3) +3 >Emitted(49, 29) Source(24, 55) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(49, 13) Source(24, 58) + SourceIndex(3) +1->Emitted(50, 13) Source(24, 58) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(50, 17) Source(24, 58) + SourceIndex(3) +1->Emitted(51, 17) Source(24, 58) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^^^^^ @@ -4069,16 +4076,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(51, 17) Source(24, 82) + SourceIndex(3) -2 >Emitted(51, 18) Source(24, 83) + SourceIndex(3) +1->Emitted(52, 17) Source(24, 82) + SourceIndex(3) +2 >Emitted(52, 18) Source(24, 83) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(52, 17) Source(24, 82) + SourceIndex(3) -2 >Emitted(52, 33) Source(24, 83) + SourceIndex(3) +1->Emitted(53, 17) Source(24, 82) + SourceIndex(3) +2 >Emitted(53, 33) Source(24, 83) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^^^^^ @@ -4090,10 +4097,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(53, 13) Source(24, 82) + SourceIndex(3) -2 >Emitted(53, 14) Source(24, 83) + SourceIndex(3) -3 >Emitted(53, 14) Source(24, 58) + SourceIndex(3) -4 >Emitted(53, 18) Source(24, 83) + SourceIndex(3) +1 >Emitted(54, 13) Source(24, 82) + SourceIndex(3) +2 >Emitted(54, 14) Source(24, 83) + SourceIndex(3) +3 >Emitted(54, 14) Source(24, 58) + SourceIndex(3) +4 >Emitted(54, 18) Source(24, 83) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^^^^^ @@ -4105,10 +4112,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(54, 13) Source(24, 71) + SourceIndex(3) -2 >Emitted(54, 32) Source(24, 80) + SourceIndex(3) -3 >Emitted(54, 44) Source(24, 83) + SourceIndex(3) -4 >Emitted(54, 45) Source(24, 83) + SourceIndex(3) +1->Emitted(55, 13) Source(24, 71) + SourceIndex(3) +2 >Emitted(55, 32) Source(24, 80) + SourceIndex(3) +3 >Emitted(55, 44) Source(24, 83) + SourceIndex(3) +4 >Emitted(55, 45) Source(24, 83) + SourceIndex(3) --- >>> })(something = someOther.something || (someOther.something = {})); 1->^^^^^^^^ @@ -4129,15 +4136,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(55, 9) Source(24, 84) + SourceIndex(3) -2 >Emitted(55, 10) Source(24, 85) + SourceIndex(3) -3 >Emitted(55, 12) Source(24, 46) + SourceIndex(3) -4 >Emitted(55, 21) Source(24, 55) + SourceIndex(3) -5 >Emitted(55, 24) Source(24, 46) + SourceIndex(3) -6 >Emitted(55, 43) Source(24, 55) + SourceIndex(3) -7 >Emitted(55, 48) Source(24, 46) + SourceIndex(3) -8 >Emitted(55, 67) Source(24, 55) + SourceIndex(3) -9 >Emitted(55, 75) Source(24, 85) + SourceIndex(3) +1->Emitted(56, 9) Source(24, 84) + SourceIndex(3) +2 >Emitted(56, 10) Source(24, 85) + SourceIndex(3) +3 >Emitted(56, 12) Source(24, 46) + SourceIndex(3) +4 >Emitted(56, 21) Source(24, 55) + SourceIndex(3) +5 >Emitted(56, 24) Source(24, 46) + SourceIndex(3) +6 >Emitted(56, 43) Source(24, 55) + SourceIndex(3) +7 >Emitted(56, 48) Source(24, 46) + SourceIndex(3) +8 >Emitted(56, 67) Source(24, 55) + SourceIndex(3) +9 >Emitted(56, 75) Source(24, 85) + SourceIndex(3) --- >>> })(someOther = normalN.someOther || (normalN.someOther = {})); 1 >^^^^ @@ -4158,15 +4165,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > someOther 9 > .something { export class someClass {} } -1 >Emitted(56, 5) Source(24, 84) + SourceIndex(3) -2 >Emitted(56, 6) Source(24, 85) + SourceIndex(3) -3 >Emitted(56, 8) Source(24, 36) + SourceIndex(3) -4 >Emitted(56, 17) Source(24, 45) + SourceIndex(3) -5 >Emitted(56, 20) Source(24, 36) + SourceIndex(3) -6 >Emitted(56, 37) Source(24, 45) + SourceIndex(3) -7 >Emitted(56, 42) Source(24, 36) + SourceIndex(3) -8 >Emitted(56, 59) Source(24, 45) + SourceIndex(3) -9 >Emitted(56, 67) Source(24, 85) + SourceIndex(3) +1 >Emitted(57, 5) Source(24, 84) + SourceIndex(3) +2 >Emitted(57, 6) Source(24, 85) + SourceIndex(3) +3 >Emitted(57, 8) Source(24, 36) + SourceIndex(3) +4 >Emitted(57, 17) Source(24, 45) + SourceIndex(3) +5 >Emitted(57, 20) Source(24, 36) + SourceIndex(3) +6 >Emitted(57, 37) Source(24, 45) + SourceIndex(3) +7 >Emitted(57, 42) Source(24, 36) + SourceIndex(3) +8 >Emitted(57, 59) Source(24, 45) + SourceIndex(3) +9 >Emitted(57, 67) Source(24, 85) + SourceIndex(3) --- >>> normalN.someImport = someNamespace.C; 1 >^^^^ @@ -4184,13 +4191,13 @@ sourceFile:../../../second/second_part1.ts 5 > . 6 > C 7 > ; -1 >Emitted(57, 5) Source(25, 33) + SourceIndex(3) -2 >Emitted(57, 23) Source(25, 43) + SourceIndex(3) -3 >Emitted(57, 26) Source(25, 46) + SourceIndex(3) -4 >Emitted(57, 39) Source(25, 59) + SourceIndex(3) -5 >Emitted(57, 40) Source(25, 60) + SourceIndex(3) -6 >Emitted(57, 41) Source(25, 61) + SourceIndex(3) -7 >Emitted(57, 42) Source(25, 62) + SourceIndex(3) +1 >Emitted(58, 5) Source(25, 33) + SourceIndex(3) +2 >Emitted(58, 23) Source(25, 43) + SourceIndex(3) +3 >Emitted(58, 26) Source(25, 46) + SourceIndex(3) +4 >Emitted(58, 39) Source(25, 59) + SourceIndex(3) +5 >Emitted(58, 40) Source(25, 60) + SourceIndex(3) +6 >Emitted(58, 41) Source(25, 61) + SourceIndex(3) +7 >Emitted(58, 42) Source(25, 62) + SourceIndex(3) --- >>> normalN.internalConst = 10; 1 >^^^^ @@ -4205,11 +4212,11 @@ sourceFile:../../../second/second_part1.ts 3 > = 4 > 10 5 > ; -1 >Emitted(58, 5) Source(27, 32) + SourceIndex(3) -2 >Emitted(58, 26) Source(27, 45) + SourceIndex(3) -3 >Emitted(58, 29) Source(27, 48) + SourceIndex(3) -4 >Emitted(58, 31) Source(27, 50) + SourceIndex(3) -5 >Emitted(58, 32) Source(27, 51) + SourceIndex(3) +1 >Emitted(59, 5) Source(27, 32) + SourceIndex(3) +2 >Emitted(59, 26) Source(27, 45) + SourceIndex(3) +3 >Emitted(59, 29) Source(27, 48) + SourceIndex(3) +4 >Emitted(59, 31) Source(27, 50) + SourceIndex(3) +5 >Emitted(59, 32) Source(27, 51) + SourceIndex(3) --- >>> var internalEnum; 1 >^^^^ @@ -4220,9 +4227,9 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ 2 > export enum 3 > internalEnum { a, b, c } -1 >Emitted(59, 5) Source(28, 19) + SourceIndex(3) -2 >Emitted(59, 9) Source(28, 31) + SourceIndex(3) -3 >Emitted(59, 21) Source(28, 55) + SourceIndex(3) +1 >Emitted(60, 5) Source(28, 19) + SourceIndex(3) +2 >Emitted(60, 9) Source(28, 31) + SourceIndex(3) +3 >Emitted(60, 21) Source(28, 55) + SourceIndex(3) --- >>> (function (internalEnum) { 1->^^^^ @@ -4232,9 +4239,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > export enum 3 > internalEnum -1->Emitted(60, 5) Source(28, 19) + SourceIndex(3) -2 >Emitted(60, 16) Source(28, 31) + SourceIndex(3) -3 >Emitted(60, 28) Source(28, 43) + SourceIndex(3) +1->Emitted(61, 5) Source(28, 19) + SourceIndex(3) +2 >Emitted(61, 16) Source(28, 31) + SourceIndex(3) +3 >Emitted(61, 28) Source(28, 43) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^^^^^ @@ -4244,9 +4251,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(61, 9) Source(28, 46) + SourceIndex(3) -2 >Emitted(61, 50) Source(28, 47) + SourceIndex(3) -3 >Emitted(61, 51) Source(28, 47) + SourceIndex(3) +1->Emitted(62, 9) Source(28, 46) + SourceIndex(3) +2 >Emitted(62, 50) Source(28, 47) + SourceIndex(3) +3 >Emitted(62, 51) Source(28, 47) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^^^^^ @@ -4256,9 +4263,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(62, 9) Source(28, 49) + SourceIndex(3) -2 >Emitted(62, 50) Source(28, 50) + SourceIndex(3) -3 >Emitted(62, 51) Source(28, 50) + SourceIndex(3) +1->Emitted(63, 9) Source(28, 49) + SourceIndex(3) +2 >Emitted(63, 50) Source(28, 50) + SourceIndex(3) +3 >Emitted(63, 51) Source(28, 50) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^^^^^ @@ -4268,9 +4275,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(63, 9) Source(28, 52) + SourceIndex(3) -2 >Emitted(63, 50) Source(28, 53) + SourceIndex(3) -3 >Emitted(63, 51) Source(28, 53) + SourceIndex(3) +1->Emitted(64, 9) Source(28, 52) + SourceIndex(3) +2 >Emitted(64, 50) Source(28, 53) + SourceIndex(3) +3 >Emitted(64, 51) Source(28, 53) + SourceIndex(3) --- >>> })(internalEnum = normalN.internalEnum || (normalN.internalEnum = {})); 1->^^^^ @@ -4291,15 +4298,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > internalEnum 9 > { a, b, c } -1->Emitted(64, 5) Source(28, 54) + SourceIndex(3) -2 >Emitted(64, 6) Source(28, 55) + SourceIndex(3) -3 >Emitted(64, 8) Source(28, 31) + SourceIndex(3) -4 >Emitted(64, 20) Source(28, 43) + SourceIndex(3) -5 >Emitted(64, 23) Source(28, 31) + SourceIndex(3) -6 >Emitted(64, 43) Source(28, 43) + SourceIndex(3) -7 >Emitted(64, 48) Source(28, 31) + SourceIndex(3) -8 >Emitted(64, 68) Source(28, 43) + SourceIndex(3) -9 >Emitted(64, 76) Source(28, 55) + SourceIndex(3) +1->Emitted(65, 5) Source(28, 54) + SourceIndex(3) +2 >Emitted(65, 6) Source(28, 55) + SourceIndex(3) +3 >Emitted(65, 8) Source(28, 31) + SourceIndex(3) +4 >Emitted(65, 20) Source(28, 43) + SourceIndex(3) +5 >Emitted(65, 23) Source(28, 31) + SourceIndex(3) +6 >Emitted(65, 43) Source(28, 43) + SourceIndex(3) +7 >Emitted(65, 48) Source(28, 31) + SourceIndex(3) +8 >Emitted(65, 68) Source(28, 43) + SourceIndex(3) +9 >Emitted(65, 76) Source(28, 55) + SourceIndex(3) --- >>>})(normalN || (normalN = {})); 1 > @@ -4327,26 +4334,26 @@ sourceFile:../../../second/second_part1.ts > /*@internal*/ export const internalConst = 10; > /*@internal*/ export enum internalEnum { a, b, c } > } -1 >Emitted(65, 1) Source(29, 1) + SourceIndex(3) -2 >Emitted(65, 2) Source(29, 2) + SourceIndex(3) -3 >Emitted(65, 4) Source(20, 11) + SourceIndex(3) -4 >Emitted(65, 11) Source(20, 18) + SourceIndex(3) -5 >Emitted(65, 16) Source(20, 11) + SourceIndex(3) -6 >Emitted(65, 23) Source(20, 18) + SourceIndex(3) -7 >Emitted(65, 31) Source(29, 2) + SourceIndex(3) +1 >Emitted(66, 1) Source(29, 1) + SourceIndex(3) +2 >Emitted(66, 2) Source(29, 2) + SourceIndex(3) +3 >Emitted(66, 4) Source(20, 11) + SourceIndex(3) +4 >Emitted(66, 11) Source(20, 18) + SourceIndex(3) +5 >Emitted(66, 16) Source(20, 11) + SourceIndex(3) +6 >Emitted(66, 23) Source(20, 18) + SourceIndex(3) +7 >Emitted(66, 31) Source(29, 2) + SourceIndex(3) --- >>>var internalC = (function () { 1-> 2 >^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> >/*@internal*/ -1->Emitted(66, 1) Source(30, 15) + SourceIndex(3) +1->Emitted(67, 1) Source(30, 15) + SourceIndex(3) --- >>> function internalC() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(67, 5) Source(30, 15) + SourceIndex(3) +1->Emitted(68, 5) Source(30, 15) + SourceIndex(3) --- >>> } 1->^^^^ @@ -4354,16 +4361,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->class internalC { 2 > } -1->Emitted(68, 5) Source(30, 32) + SourceIndex(3) -2 >Emitted(68, 6) Source(30, 33) + SourceIndex(3) +1->Emitted(69, 5) Source(30, 32) + SourceIndex(3) +2 >Emitted(69, 6) Source(30, 33) + SourceIndex(3) --- >>> return internalC; 1->^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(69, 5) Source(30, 32) + SourceIndex(3) -2 >Emitted(69, 21) Source(30, 33) + SourceIndex(3) +1->Emitted(70, 5) Source(30, 32) + SourceIndex(3) +2 >Emitted(70, 21) Source(30, 33) + SourceIndex(3) --- >>>}()); 1 > @@ -4375,10 +4382,10 @@ sourceFile:../../../second/second_part1.ts 2 >} 3 > 4 > class internalC {} -1 >Emitted(70, 1) Source(30, 32) + SourceIndex(3) -2 >Emitted(70, 2) Source(30, 33) + SourceIndex(3) -3 >Emitted(70, 2) Source(30, 15) + SourceIndex(3) -4 >Emitted(70, 6) Source(30, 33) + SourceIndex(3) +1 >Emitted(71, 1) Source(30, 32) + SourceIndex(3) +2 >Emitted(71, 2) Source(30, 33) + SourceIndex(3) +3 >Emitted(71, 2) Source(30, 15) + SourceIndex(3) +4 >Emitted(71, 6) Source(30, 33) + SourceIndex(3) --- >>>function internalfoo() { } 1-> @@ -4392,11 +4399,11 @@ sourceFile:../../../second/second_part1.ts 3 > internalfoo 4 > () { 5 > } -1->Emitted(71, 1) Source(31, 15) + SourceIndex(3) -2 >Emitted(71, 10) Source(31, 24) + SourceIndex(3) -3 >Emitted(71, 21) Source(31, 35) + SourceIndex(3) -4 >Emitted(71, 26) Source(31, 39) + SourceIndex(3) -5 >Emitted(71, 27) Source(31, 40) + SourceIndex(3) +1->Emitted(72, 1) Source(31, 15) + SourceIndex(3) +2 >Emitted(72, 10) Source(31, 24) + SourceIndex(3) +3 >Emitted(72, 21) Source(31, 35) + SourceIndex(3) +4 >Emitted(72, 26) Source(31, 39) + SourceIndex(3) +5 >Emitted(72, 27) Source(31, 40) + SourceIndex(3) --- >>>var internalNamespace; 1 > @@ -4409,10 +4416,10 @@ sourceFile:../../../second/second_part1.ts 2 >namespace 3 > internalNamespace 4 > { export class someClass {} } -1 >Emitted(72, 1) Source(32, 15) + SourceIndex(3) -2 >Emitted(72, 5) Source(32, 25) + SourceIndex(3) -3 >Emitted(72, 22) Source(32, 42) + SourceIndex(3) -4 >Emitted(72, 23) Source(32, 72) + SourceIndex(3) +1 >Emitted(73, 1) Source(32, 15) + SourceIndex(3) +2 >Emitted(73, 5) Source(32, 25) + SourceIndex(3) +3 >Emitted(73, 22) Source(32, 42) + SourceIndex(3) +4 >Emitted(73, 23) Source(32, 72) + SourceIndex(3) --- >>>(function (internalNamespace) { 1-> @@ -4422,21 +4429,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > internalNamespace -1->Emitted(73, 1) Source(32, 15) + SourceIndex(3) -2 >Emitted(73, 12) Source(32, 25) + SourceIndex(3) -3 >Emitted(73, 29) Source(32, 42) + SourceIndex(3) +1->Emitted(74, 1) Source(32, 15) + SourceIndex(3) +2 >Emitted(74, 12) Source(32, 25) + SourceIndex(3) +3 >Emitted(74, 29) Source(32, 42) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(74, 5) Source(32, 45) + SourceIndex(3) +1->Emitted(75, 5) Source(32, 45) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(75, 9) Source(32, 45) + SourceIndex(3) +1->Emitted(76, 9) Source(32, 45) + SourceIndex(3) --- >>> } 1->^^^^^^^^ @@ -4444,16 +4451,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(76, 9) Source(32, 69) + SourceIndex(3) -2 >Emitted(76, 10) Source(32, 70) + SourceIndex(3) +1->Emitted(77, 9) Source(32, 69) + SourceIndex(3) +2 >Emitted(77, 10) Source(32, 70) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(77, 9) Source(32, 69) + SourceIndex(3) -2 >Emitted(77, 25) Source(32, 70) + SourceIndex(3) +1->Emitted(78, 9) Source(32, 69) + SourceIndex(3) +2 >Emitted(78, 25) Source(32, 70) + SourceIndex(3) --- >>> }()); 1 >^^^^ @@ -4465,10 +4472,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(78, 5) Source(32, 69) + SourceIndex(3) -2 >Emitted(78, 6) Source(32, 70) + SourceIndex(3) -3 >Emitted(78, 6) Source(32, 45) + SourceIndex(3) -4 >Emitted(78, 10) Source(32, 70) + SourceIndex(3) +1 >Emitted(79, 5) Source(32, 69) + SourceIndex(3) +2 >Emitted(79, 6) Source(32, 70) + SourceIndex(3) +3 >Emitted(79, 6) Source(32, 45) + SourceIndex(3) +4 >Emitted(79, 10) Source(32, 70) + SourceIndex(3) --- >>> internalNamespace.someClass = someClass; 1->^^^^ @@ -4480,10 +4487,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(79, 5) Source(32, 58) + SourceIndex(3) -2 >Emitted(79, 32) Source(32, 67) + SourceIndex(3) -3 >Emitted(79, 44) Source(32, 70) + SourceIndex(3) -4 >Emitted(79, 45) Source(32, 70) + SourceIndex(3) +1->Emitted(80, 5) Source(32, 58) + SourceIndex(3) +2 >Emitted(80, 32) Source(32, 67) + SourceIndex(3) +3 >Emitted(80, 44) Source(32, 70) + SourceIndex(3) +4 >Emitted(80, 45) Source(32, 70) + SourceIndex(3) --- >>>})(internalNamespace || (internalNamespace = {})); 1-> @@ -4500,13 +4507,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalNamespace 7 > { export class someClass {} } -1->Emitted(80, 1) Source(32, 71) + SourceIndex(3) -2 >Emitted(80, 2) Source(32, 72) + SourceIndex(3) -3 >Emitted(80, 4) Source(32, 25) + SourceIndex(3) -4 >Emitted(80, 21) Source(32, 42) + SourceIndex(3) -5 >Emitted(80, 26) Source(32, 25) + SourceIndex(3) -6 >Emitted(80, 43) Source(32, 42) + SourceIndex(3) -7 >Emitted(80, 51) Source(32, 72) + SourceIndex(3) +1->Emitted(81, 1) Source(32, 71) + SourceIndex(3) +2 >Emitted(81, 2) Source(32, 72) + SourceIndex(3) +3 >Emitted(81, 4) Source(32, 25) + SourceIndex(3) +4 >Emitted(81, 21) Source(32, 42) + SourceIndex(3) +5 >Emitted(81, 26) Source(32, 25) + SourceIndex(3) +6 >Emitted(81, 43) Source(32, 42) + SourceIndex(3) +7 >Emitted(81, 51) Source(32, 72) + SourceIndex(3) --- >>>var internalOther; 1 > @@ -4519,10 +4526,10 @@ sourceFile:../../../second/second_part1.ts 2 >namespace 3 > internalOther 4 > .something { export class someClass {} } -1 >Emitted(81, 1) Source(33, 15) + SourceIndex(3) -2 >Emitted(81, 5) Source(33, 25) + SourceIndex(3) -3 >Emitted(81, 18) Source(33, 38) + SourceIndex(3) -4 >Emitted(81, 19) Source(33, 78) + SourceIndex(3) +1 >Emitted(82, 1) Source(33, 15) + SourceIndex(3) +2 >Emitted(82, 5) Source(33, 25) + SourceIndex(3) +3 >Emitted(82, 18) Source(33, 38) + SourceIndex(3) +4 >Emitted(82, 19) Source(33, 78) + SourceIndex(3) --- >>>(function (internalOther) { 1-> @@ -4531,9 +4538,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >namespace 3 > internalOther -1->Emitted(82, 1) Source(33, 15) + SourceIndex(3) -2 >Emitted(82, 12) Source(33, 25) + SourceIndex(3) -3 >Emitted(82, 25) Source(33, 38) + SourceIndex(3) +1->Emitted(83, 1) Source(33, 15) + SourceIndex(3) +2 >Emitted(83, 12) Source(33, 25) + SourceIndex(3) +3 >Emitted(83, 25) Source(33, 38) + SourceIndex(3) --- >>> var something; 1 >^^^^ @@ -4545,10 +4552,10 @@ sourceFile:../../../second/second_part1.ts 2 > 3 > something 4 > { export class someClass {} } -1 >Emitted(83, 5) Source(33, 39) + SourceIndex(3) -2 >Emitted(83, 9) Source(33, 39) + SourceIndex(3) -3 >Emitted(83, 18) Source(33, 48) + SourceIndex(3) -4 >Emitted(83, 19) Source(33, 78) + SourceIndex(3) +1 >Emitted(84, 5) Source(33, 39) + SourceIndex(3) +2 >Emitted(84, 9) Source(33, 39) + SourceIndex(3) +3 >Emitted(84, 18) Source(33, 48) + SourceIndex(3) +4 >Emitted(84, 19) Source(33, 78) + SourceIndex(3) --- >>> (function (something) { 1->^^^^ @@ -4558,21 +4565,21 @@ sourceFile:../../../second/second_part1.ts 1-> 2 > 3 > something -1->Emitted(84, 5) Source(33, 39) + SourceIndex(3) -2 >Emitted(84, 16) Source(33, 39) + SourceIndex(3) -3 >Emitted(84, 25) Source(33, 48) + SourceIndex(3) +1->Emitted(85, 5) Source(33, 39) + SourceIndex(3) +2 >Emitted(85, 16) Source(33, 39) + SourceIndex(3) +3 >Emitted(85, 25) Source(33, 48) + SourceIndex(3) --- >>> var someClass = (function () { 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1-> { -1->Emitted(85, 9) Source(33, 51) + SourceIndex(3) +1->Emitted(86, 9) Source(33, 51) + SourceIndex(3) --- >>> function someClass() { 1->^^^^^^^^^^^^ 2 > ^^-> 1-> -1->Emitted(86, 13) Source(33, 51) + SourceIndex(3) +1->Emitted(87, 13) Source(33, 51) + SourceIndex(3) --- >>> } 1->^^^^^^^^^^^^ @@ -4580,16 +4587,16 @@ sourceFile:../../../second/second_part1.ts 3 > ^^^^^^^^^^^^^^^^^-> 1->export class someClass { 2 > } -1->Emitted(87, 13) Source(33, 75) + SourceIndex(3) -2 >Emitted(87, 14) Source(33, 76) + SourceIndex(3) +1->Emitted(88, 13) Source(33, 75) + SourceIndex(3) +2 >Emitted(88, 14) Source(33, 76) + SourceIndex(3) --- >>> return someClass; 1->^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^ 1-> 2 > } -1->Emitted(88, 13) Source(33, 75) + SourceIndex(3) -2 >Emitted(88, 29) Source(33, 76) + SourceIndex(3) +1->Emitted(89, 13) Source(33, 75) + SourceIndex(3) +2 >Emitted(89, 29) Source(33, 76) + SourceIndex(3) --- >>> }()); 1 >^^^^^^^^ @@ -4601,10 +4608,10 @@ sourceFile:../../../second/second_part1.ts 2 > } 3 > 4 > export class someClass {} -1 >Emitted(89, 9) Source(33, 75) + SourceIndex(3) -2 >Emitted(89, 10) Source(33, 76) + SourceIndex(3) -3 >Emitted(89, 10) Source(33, 51) + SourceIndex(3) -4 >Emitted(89, 14) Source(33, 76) + SourceIndex(3) +1 >Emitted(90, 9) Source(33, 75) + SourceIndex(3) +2 >Emitted(90, 10) Source(33, 76) + SourceIndex(3) +3 >Emitted(90, 10) Source(33, 51) + SourceIndex(3) +4 >Emitted(90, 14) Source(33, 76) + SourceIndex(3) --- >>> something.someClass = someClass; 1->^^^^^^^^ @@ -4616,10 +4623,10 @@ sourceFile:../../../second/second_part1.ts 2 > someClass 3 > {} 4 > -1->Emitted(90, 9) Source(33, 64) + SourceIndex(3) -2 >Emitted(90, 28) Source(33, 73) + SourceIndex(3) -3 >Emitted(90, 40) Source(33, 76) + SourceIndex(3) -4 >Emitted(90, 41) Source(33, 76) + SourceIndex(3) +1->Emitted(91, 9) Source(33, 64) + SourceIndex(3) +2 >Emitted(91, 28) Source(33, 73) + SourceIndex(3) +3 >Emitted(91, 40) Source(33, 76) + SourceIndex(3) +4 >Emitted(91, 41) Source(33, 76) + SourceIndex(3) --- >>> })(something = internalOther.something || (internalOther.something = {})); 1->^^^^ @@ -4640,15 +4647,15 @@ sourceFile:../../../second/second_part1.ts 7 > 8 > something 9 > { export class someClass {} } -1->Emitted(91, 5) Source(33, 77) + SourceIndex(3) -2 >Emitted(91, 6) Source(33, 78) + SourceIndex(3) -3 >Emitted(91, 8) Source(33, 39) + SourceIndex(3) -4 >Emitted(91, 17) Source(33, 48) + SourceIndex(3) -5 >Emitted(91, 20) Source(33, 39) + SourceIndex(3) -6 >Emitted(91, 43) Source(33, 48) + SourceIndex(3) -7 >Emitted(91, 48) Source(33, 39) + SourceIndex(3) -8 >Emitted(91, 71) Source(33, 48) + SourceIndex(3) -9 >Emitted(91, 79) Source(33, 78) + SourceIndex(3) +1->Emitted(92, 5) Source(33, 77) + SourceIndex(3) +2 >Emitted(92, 6) Source(33, 78) + SourceIndex(3) +3 >Emitted(92, 8) Source(33, 39) + SourceIndex(3) +4 >Emitted(92, 17) Source(33, 48) + SourceIndex(3) +5 >Emitted(92, 20) Source(33, 39) + SourceIndex(3) +6 >Emitted(92, 43) Source(33, 48) + SourceIndex(3) +7 >Emitted(92, 48) Source(33, 39) + SourceIndex(3) +8 >Emitted(92, 71) Source(33, 48) + SourceIndex(3) +9 >Emitted(92, 79) Source(33, 78) + SourceIndex(3) --- >>>})(internalOther || (internalOther = {})); 1 > @@ -4666,13 +4673,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalOther 7 > .something { export class someClass {} } -1 >Emitted(92, 1) Source(33, 77) + SourceIndex(3) -2 >Emitted(92, 2) Source(33, 78) + SourceIndex(3) -3 >Emitted(92, 4) Source(33, 25) + SourceIndex(3) -4 >Emitted(92, 17) Source(33, 38) + SourceIndex(3) -5 >Emitted(92, 22) Source(33, 25) + SourceIndex(3) -6 >Emitted(92, 35) Source(33, 38) + SourceIndex(3) -7 >Emitted(92, 43) Source(33, 78) + SourceIndex(3) +1 >Emitted(93, 1) Source(33, 77) + SourceIndex(3) +2 >Emitted(93, 2) Source(33, 78) + SourceIndex(3) +3 >Emitted(93, 4) Source(33, 25) + SourceIndex(3) +4 >Emitted(93, 17) Source(33, 38) + SourceIndex(3) +5 >Emitted(93, 22) Source(33, 25) + SourceIndex(3) +6 >Emitted(93, 35) Source(33, 38) + SourceIndex(3) +7 >Emitted(93, 43) Source(33, 78) + SourceIndex(3) --- >>>var internalImport = internalNamespace.someClass; 1-> @@ -4692,14 +4699,14 @@ sourceFile:../../../second/second_part1.ts 6 > . 7 > someClass 8 > ; -1->Emitted(93, 1) Source(34, 15) + SourceIndex(3) -2 >Emitted(93, 5) Source(34, 22) + SourceIndex(3) -3 >Emitted(93, 19) Source(34, 36) + SourceIndex(3) -4 >Emitted(93, 22) Source(34, 39) + SourceIndex(3) -5 >Emitted(93, 39) Source(34, 56) + SourceIndex(3) -6 >Emitted(93, 40) Source(34, 57) + SourceIndex(3) -7 >Emitted(93, 49) Source(34, 66) + SourceIndex(3) -8 >Emitted(93, 50) Source(34, 67) + SourceIndex(3) +1->Emitted(94, 1) Source(34, 15) + SourceIndex(3) +2 >Emitted(94, 5) Source(34, 22) + SourceIndex(3) +3 >Emitted(94, 19) Source(34, 36) + SourceIndex(3) +4 >Emitted(94, 22) Source(34, 39) + SourceIndex(3) +5 >Emitted(94, 39) Source(34, 56) + SourceIndex(3) +6 >Emitted(94, 40) Source(34, 57) + SourceIndex(3) +7 >Emitted(94, 49) Source(34, 66) + SourceIndex(3) +8 >Emitted(94, 50) Source(34, 67) + SourceIndex(3) --- >>>var internalConst = 10; 1 > @@ -4716,12 +4723,12 @@ sourceFile:../../../second/second_part1.ts 4 > = 5 > 10 6 > ; -1 >Emitted(94, 1) Source(36, 15) + SourceIndex(3) -2 >Emitted(94, 5) Source(36, 21) + SourceIndex(3) -3 >Emitted(94, 18) Source(36, 34) + SourceIndex(3) -4 >Emitted(94, 21) Source(36, 37) + SourceIndex(3) -5 >Emitted(94, 23) Source(36, 39) + SourceIndex(3) -6 >Emitted(94, 24) Source(36, 40) + SourceIndex(3) +1 >Emitted(95, 1) Source(36, 15) + SourceIndex(3) +2 >Emitted(95, 5) Source(36, 21) + SourceIndex(3) +3 >Emitted(95, 18) Source(36, 34) + SourceIndex(3) +4 >Emitted(95, 21) Source(36, 37) + SourceIndex(3) +5 >Emitted(95, 23) Source(36, 39) + SourceIndex(3) +6 >Emitted(95, 24) Source(36, 40) + SourceIndex(3) --- >>>var internalEnum; 1 > @@ -4732,9 +4739,9 @@ sourceFile:../../../second/second_part1.ts >/*@internal*/ 2 >enum 3 > internalEnum { a, b, c } -1 >Emitted(95, 1) Source(37, 15) + SourceIndex(3) -2 >Emitted(95, 5) Source(37, 20) + SourceIndex(3) -3 >Emitted(95, 17) Source(37, 44) + SourceIndex(3) +1 >Emitted(96, 1) Source(37, 15) + SourceIndex(3) +2 >Emitted(96, 5) Source(37, 20) + SourceIndex(3) +3 >Emitted(96, 17) Source(37, 44) + SourceIndex(3) --- >>>(function (internalEnum) { 1-> @@ -4744,9 +4751,9 @@ sourceFile:../../../second/second_part1.ts 1-> 2 >enum 3 > internalEnum -1->Emitted(96, 1) Source(37, 15) + SourceIndex(3) -2 >Emitted(96, 12) Source(37, 20) + SourceIndex(3) -3 >Emitted(96, 24) Source(37, 32) + SourceIndex(3) +1->Emitted(97, 1) Source(37, 15) + SourceIndex(3) +2 >Emitted(97, 12) Source(37, 20) + SourceIndex(3) +3 >Emitted(97, 24) Source(37, 32) + SourceIndex(3) --- >>> internalEnum[internalEnum["a"] = 0] = "a"; 1->^^^^ @@ -4756,9 +4763,9 @@ sourceFile:../../../second/second_part1.ts 1-> { 2 > a 3 > -1->Emitted(97, 5) Source(37, 35) + SourceIndex(3) -2 >Emitted(97, 46) Source(37, 36) + SourceIndex(3) -3 >Emitted(97, 47) Source(37, 36) + SourceIndex(3) +1->Emitted(98, 5) Source(37, 35) + SourceIndex(3) +2 >Emitted(98, 46) Source(37, 36) + SourceIndex(3) +3 >Emitted(98, 47) Source(37, 36) + SourceIndex(3) --- >>> internalEnum[internalEnum["b"] = 1] = "b"; 1->^^^^ @@ -4768,9 +4775,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > b 3 > -1->Emitted(98, 5) Source(37, 38) + SourceIndex(3) -2 >Emitted(98, 46) Source(37, 39) + SourceIndex(3) -3 >Emitted(98, 47) Source(37, 39) + SourceIndex(3) +1->Emitted(99, 5) Source(37, 38) + SourceIndex(3) +2 >Emitted(99, 46) Source(37, 39) + SourceIndex(3) +3 >Emitted(99, 47) Source(37, 39) + SourceIndex(3) --- >>> internalEnum[internalEnum["c"] = 2] = "c"; 1->^^^^ @@ -4779,9 +4786,9 @@ sourceFile:../../../second/second_part1.ts 1->, 2 > c 3 > -1->Emitted(99, 5) Source(37, 41) + SourceIndex(3) -2 >Emitted(99, 46) Source(37, 42) + SourceIndex(3) -3 >Emitted(99, 47) Source(37, 42) + SourceIndex(3) +1->Emitted(100, 5) Source(37, 41) + SourceIndex(3) +2 >Emitted(100, 46) Source(37, 42) + SourceIndex(3) +3 >Emitted(100, 47) Source(37, 42) + SourceIndex(3) --- >>>})(internalEnum || (internalEnum = {})); 1 > @@ -4798,13 +4805,13 @@ sourceFile:../../../second/second_part1.ts 5 > 6 > internalEnum 7 > { a, b, c } -1 >Emitted(100, 1) Source(37, 43) + SourceIndex(3) -2 >Emitted(100, 2) Source(37, 44) + SourceIndex(3) -3 >Emitted(100, 4) Source(37, 20) + SourceIndex(3) -4 >Emitted(100, 16) Source(37, 32) + SourceIndex(3) -5 >Emitted(100, 21) Source(37, 20) + SourceIndex(3) -6 >Emitted(100, 33) Source(37, 32) + SourceIndex(3) -7 >Emitted(100, 41) Source(37, 44) + SourceIndex(3) +1 >Emitted(101, 1) Source(37, 43) + SourceIndex(3) +2 >Emitted(101, 2) Source(37, 44) + SourceIndex(3) +3 >Emitted(101, 4) Source(37, 20) + SourceIndex(3) +4 >Emitted(101, 16) Source(37, 32) + SourceIndex(3) +5 >Emitted(101, 21) Source(37, 20) + SourceIndex(3) +6 >Emitted(101, 33) Source(37, 32) + SourceIndex(3) +7 >Emitted(101, 41) Source(37, 44) + SourceIndex(3) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -4814,13 +4821,13 @@ sourceFile:../../../second/second_part2.ts 1 > 2 >^^^^^^^^^^^^^^^^^^^-> 1 > -1 >Emitted(101, 1) Source(1, 1) + SourceIndex(4) +1 >Emitted(102, 1) Source(1, 1) + SourceIndex(4) --- >>> function C() { 1->^^^^ 2 > ^^-> 1-> -1->Emitted(102, 5) Source(1, 1) + SourceIndex(4) +1->Emitted(103, 5) Source(1, 1) + SourceIndex(4) --- >>> } 1->^^^^ @@ -4832,8 +4839,8 @@ sourceFile:../../../second/second_part2.ts > } > 2 > } -1->Emitted(103, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(103, 6) Source(5, 2) + SourceIndex(4) +1->Emitted(104, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(104, 6) Source(5, 2) + SourceIndex(4) --- >>> C.prototype.doSomething = function () { 1->^^^^ @@ -4843,9 +4850,9 @@ sourceFile:../../../second/second_part2.ts 1-> 2 > doSomething 3 > -1->Emitted(104, 5) Source(2, 5) + SourceIndex(4) -2 >Emitted(104, 28) Source(2, 16) + SourceIndex(4) -3 >Emitted(104, 31) Source(2, 5) + SourceIndex(4) +1->Emitted(105, 5) Source(2, 5) + SourceIndex(4) +2 >Emitted(105, 28) Source(2, 16) + SourceIndex(4) +3 >Emitted(105, 31) Source(2, 5) + SourceIndex(4) --- >>> console.log("something got done"); 1->^^^^^^^^ @@ -4865,14 +4872,14 @@ sourceFile:../../../second/second_part2.ts 6 > "something got done" 7 > ) 8 > ; -1->Emitted(105, 9) Source(3, 9) + SourceIndex(4) -2 >Emitted(105, 16) Source(3, 16) + SourceIndex(4) -3 >Emitted(105, 17) Source(3, 17) + SourceIndex(4) -4 >Emitted(105, 20) Source(3, 20) + SourceIndex(4) -5 >Emitted(105, 21) Source(3, 21) + SourceIndex(4) -6 >Emitted(105, 41) Source(3, 41) + SourceIndex(4) -7 >Emitted(105, 42) Source(3, 42) + SourceIndex(4) -8 >Emitted(105, 43) Source(3, 43) + SourceIndex(4) +1->Emitted(106, 9) Source(3, 9) + SourceIndex(4) +2 >Emitted(106, 16) Source(3, 16) + SourceIndex(4) +3 >Emitted(106, 17) Source(3, 17) + SourceIndex(4) +4 >Emitted(106, 20) Source(3, 20) + SourceIndex(4) +5 >Emitted(106, 21) Source(3, 21) + SourceIndex(4) +6 >Emitted(106, 41) Source(3, 41) + SourceIndex(4) +7 >Emitted(106, 42) Source(3, 42) + SourceIndex(4) +8 >Emitted(106, 43) Source(3, 43) + SourceIndex(4) --- >>> }; 1 >^^^^ @@ -4881,8 +4888,8 @@ sourceFile:../../../second/second_part2.ts 1 > > 2 > } -1 >Emitted(106, 5) Source(4, 5) + SourceIndex(4) -2 >Emitted(106, 6) Source(4, 6) + SourceIndex(4) +1 >Emitted(107, 5) Source(4, 5) + SourceIndex(4) +2 >Emitted(107, 6) Source(4, 6) + SourceIndex(4) --- >>> return C; 1->^^^^ @@ -4890,8 +4897,8 @@ sourceFile:../../../second/second_part2.ts 1-> > 2 > } -1->Emitted(107, 5) Source(5, 1) + SourceIndex(4) -2 >Emitted(107, 13) Source(5, 2) + SourceIndex(4) +1->Emitted(108, 5) Source(5, 1) + SourceIndex(4) +2 >Emitted(108, 13) Source(5, 2) + SourceIndex(4) --- >>>}()); 1 > @@ -4907,10 +4914,10 @@ sourceFile:../../../second/second_part2.ts > console.log("something got done"); > } > } -1 >Emitted(108, 1) Source(5, 1) + SourceIndex(4) -2 >Emitted(108, 2) Source(5, 2) + SourceIndex(4) -3 >Emitted(108, 2) Source(1, 1) + SourceIndex(4) -4 >Emitted(108, 6) Source(5, 2) + SourceIndex(4) +1 >Emitted(109, 1) Source(5, 1) + SourceIndex(4) +2 >Emitted(109, 2) Source(5, 2) + SourceIndex(4) +3 >Emitted(109, 2) Source(1, 1) + SourceIndex(4) +4 >Emitted(109, 6) Source(5, 2) + SourceIndex(4) --- ------------------------------------------------------------------- emittedFile:/src/third/thirdjs/output/third-output.js @@ -4934,14 +4941,14 @@ sourceFile:../../third_part1.ts 6 > C 7 > () 8 > ; -1->Emitted(109, 1) Source(1, 1) + SourceIndex(5) -2 >Emitted(109, 5) Source(1, 5) + SourceIndex(5) -3 >Emitted(109, 6) Source(1, 6) + SourceIndex(5) -4 >Emitted(109, 9) Source(1, 9) + SourceIndex(5) -5 >Emitted(109, 13) Source(1, 13) + SourceIndex(5) -6 >Emitted(109, 14) Source(1, 14) + SourceIndex(5) -7 >Emitted(109, 16) Source(1, 16) + SourceIndex(5) -8 >Emitted(109, 17) Source(1, 17) + SourceIndex(5) +1->Emitted(110, 1) Source(1, 1) + SourceIndex(5) +2 >Emitted(110, 5) Source(1, 5) + SourceIndex(5) +3 >Emitted(110, 6) Source(1, 6) + SourceIndex(5) +4 >Emitted(110, 9) Source(1, 9) + SourceIndex(5) +5 >Emitted(110, 13) Source(1, 13) + SourceIndex(5) +6 >Emitted(110, 14) Source(1, 14) + SourceIndex(5) +7 >Emitted(110, 16) Source(1, 16) + SourceIndex(5) +8 >Emitted(110, 17) Source(1, 17) + SourceIndex(5) --- >>>c.doSomething(); 1-> @@ -4958,12 +4965,12 @@ sourceFile:../../third_part1.ts 4 > doSomething 5 > () 6 > ; -1->Emitted(110, 1) Source(2, 1) + SourceIndex(5) -2 >Emitted(110, 2) Source(2, 2) + SourceIndex(5) -3 >Emitted(110, 3) Source(2, 3) + SourceIndex(5) -4 >Emitted(110, 14) Source(2, 14) + SourceIndex(5) -5 >Emitted(110, 16) Source(2, 16) + SourceIndex(5) -6 >Emitted(110, 17) Source(2, 17) + SourceIndex(5) +1->Emitted(111, 1) Source(2, 1) + SourceIndex(5) +2 >Emitted(111, 2) Source(2, 2) + SourceIndex(5) +3 >Emitted(111, 3) Source(2, 3) + SourceIndex(5) +4 >Emitted(111, 14) Source(2, 14) + SourceIndex(5) +5 >Emitted(111, 16) Source(2, 16) + SourceIndex(5) +6 >Emitted(111, 17) Source(2, 17) + SourceIndex(5) --- >>>//# sourceMappingURL=third-output.js.map @@ -4991,20 +4998,20 @@ sourceFile:../../third_part1.ts }, { "pos": 110, - "end": 3162, + "end": 3180, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 110, - "end": 3162, + "end": 3180, "kind": "text" } ] }, { - "pos": 3162, - "end": 3198, + "pos": 3180, + "end": 3216, "kind": "text" } ] @@ -5063,9 +5070,9 @@ function f() { } ---------------------------------------------------------------------- -prepend: (110-3162):: ../../../2/second-output.js texts:: 1 +prepend: (110-3180):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (110-3162) +text: (110-3180) var N; (function (N) { function f() { @@ -5076,8 +5083,9 @@ var N; var normalC = (function () { function normalC() { } - normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: true, @@ -5170,7 +5178,7 @@ var C = (function () { }()); ---------------------------------------------------------------------- -text: (3162-3198) +text: (3180-3216) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsxUnionElementType3.js b/tests/baselines/reference/tsxUnionElementType3.js index e72b47e3aabfd..ccc6890629878 100644 --- a/tests/baselines/reference/tsxUnionElementType3.js +++ b/tests/baselines/reference/tsxUnionElementType3.js @@ -68,10 +68,11 @@ var RC2 = /** @class */ (function (_super) { function RC2() { return _super !== null && _super.apply(this, arguments) || this; } - RC2.prototype.render = function () { + var proto_1 = RC2.prototype; + proto_1.render = function () { return null; }; - RC2.prototype.method = function () { }; + proto_1.method = function () { }; return RC2; }(React.Component)); var RC3 = /** @class */ (function (_super) { diff --git a/tests/baselines/reference/tsxUnionElementType4.js b/tests/baselines/reference/tsxUnionElementType4.js index 5619f8c6d48af..1b52bade4eb35 100644 --- a/tests/baselines/reference/tsxUnionElementType4.js +++ b/tests/baselines/reference/tsxUnionElementType4.js @@ -67,10 +67,11 @@ var RC2 = /** @class */ (function (_super) { function RC2() { return _super !== null && _super.apply(this, arguments) || this; } - RC2.prototype.render = function () { + var proto_1 = RC2.prototype; + proto_1.render = function () { return null; }; - RC2.prototype.method = function () { }; + proto_1.method = function () { }; return RC2; }(React.Component)); var RC3 = /** @class */ (function (_super) { diff --git a/tests/baselines/reference/twoAccessorsWithSameName.js b/tests/baselines/reference/twoAccessorsWithSameName.js index 4bc385652c47e..9ce8221562783 100644 --- a/tests/baselines/reference/twoAccessorsWithSameName.js +++ b/tests/baselines/reference/twoAccessorsWithSameName.js @@ -38,7 +38,8 @@ var y = { var C = /** @class */ (function () { function C() { } - Object.defineProperty(C.prototype, "x", { + var proto_1 = C.prototype; + Object.defineProperty(proto_1, "x", { get: function () { return 1; }, enumerable: true, configurable: true @@ -48,7 +49,8 @@ var C = /** @class */ (function () { var D = /** @class */ (function () { function D() { } - Object.defineProperty(D.prototype, "x", { + var proto_2 = D.prototype; + Object.defineProperty(proto_2, "x", { set: function (v) { }, enumerable: true, configurable: true @@ -58,7 +60,8 @@ var D = /** @class */ (function () { var E = /** @class */ (function () { function E() { } - Object.defineProperty(E.prototype, "x", { + var proto_3 = E.prototype; + Object.defineProperty(proto_3, "x", { get: function () { return 1; }, diff --git a/tests/baselines/reference/typeGuardFunctionErrors.js b/tests/baselines/reference/typeGuardFunctionErrors.js index 69eb02229b96b..4b2e3236448ec 100644 --- a/tests/baselines/reference/typeGuardFunctionErrors.js +++ b/tests/baselines/reference/typeGuardFunctionErrors.js @@ -270,14 +270,15 @@ var D = /** @class */ (function () { function D(p1) { return true; } - Object.defineProperty(D.prototype, "m1", { + var proto_1 = D.prototype; + Object.defineProperty(proto_1, "m1", { get: function (p1) { return true; }, enumerable: true, configurable: true }); - Object.defineProperty(D.prototype, "m2", { + Object.defineProperty(proto_1, "m2", { set: function (p1) { return true; }, diff --git a/tests/baselines/reference/typeGuardFunctionOfFormThis.js b/tests/baselines/reference/typeGuardFunctionOfFormThis.js index 1d52025c9f731..af3cbaa543370 100644 --- a/tests/baselines/reference/typeGuardFunctionOfFormThis.js +++ b/tests/baselines/reference/typeGuardFunctionOfFormThis.js @@ -158,10 +158,11 @@ var __extends = (this && this.__extends) || (function () { var RoyalGuard = /** @class */ (function () { function RoyalGuard() { } - RoyalGuard.prototype.isLeader = function () { + var proto_1 = RoyalGuard.prototype; + proto_1.isLeader = function () { return this instanceof LeadGuard; }; - RoyalGuard.prototype.isFollower = function () { + proto_1.isFollower = function () { return this instanceof FollowerGuard; }; return RoyalGuard; @@ -171,7 +172,8 @@ var LeadGuard = /** @class */ (function (_super) { function LeadGuard() { return _super !== null && _super.apply(this, arguments) || this; } - LeadGuard.prototype.lead = function () { }; + var proto_2 = LeadGuard.prototype; + proto_2.lead = function () { }; ; return LeadGuard; }(RoyalGuard)); @@ -180,7 +182,8 @@ var FollowerGuard = /** @class */ (function (_super) { function FollowerGuard() { return _super !== null && _super.apply(this, arguments) || this; } - FollowerGuard.prototype.follow = function () { }; + var proto_3 = FollowerGuard.prototype; + proto_3.follow = function () { }; ; return FollowerGuard; }(RoyalGuard)); @@ -265,9 +268,10 @@ a.isLeader = b.isLeader; var MimicGuard = /** @class */ (function () { function MimicGuard() { } - MimicGuard.prototype.isLeader = function () { return this instanceof MimicLeader; }; + var proto_4 = MimicGuard.prototype; + proto_4.isLeader = function () { return this instanceof MimicLeader; }; ; - MimicGuard.prototype.isFollower = function () { return this instanceof MimicFollower; }; + proto_4.isFollower = function () { return this instanceof MimicFollower; }; ; return MimicGuard; }()); diff --git a/tests/baselines/reference/typeGuardFunctionOfFormThisErrors.js b/tests/baselines/reference/typeGuardFunctionOfFormThisErrors.js index 6db9d7f688557..e69a75fb9562a 100644 --- a/tests/baselines/reference/typeGuardFunctionOfFormThisErrors.js +++ b/tests/baselines/reference/typeGuardFunctionOfFormThisErrors.js @@ -76,10 +76,11 @@ var __extends = (this && this.__extends) || (function () { var RoyalGuard = /** @class */ (function () { function RoyalGuard() { } - RoyalGuard.prototype.isLeader = function () { + var proto_1 = RoyalGuard.prototype; + proto_1.isLeader = function () { return this instanceof LeadGuard; }; - RoyalGuard.prototype.isFollower = function () { + proto_1.isFollower = function () { return this instanceof FollowerGuard; }; return RoyalGuard; @@ -89,7 +90,8 @@ var LeadGuard = /** @class */ (function (_super) { function LeadGuard() { return _super !== null && _super.apply(this, arguments) || this; } - LeadGuard.prototype.lead = function () { }; + var proto_2 = LeadGuard.prototype; + proto_2.lead = function () { }; ; return LeadGuard; }(RoyalGuard)); @@ -98,7 +100,8 @@ var FollowerGuard = /** @class */ (function (_super) { function FollowerGuard() { return _super !== null && _super.apply(this, arguments) || this; } - FollowerGuard.prototype.follow = function () { }; + var proto_3 = FollowerGuard.prototype; + proto_3.follow = function () { }; ; return FollowerGuard; }(RoyalGuard)); diff --git a/tests/baselines/reference/typeGuardOfFormThisMember.js b/tests/baselines/reference/typeGuardOfFormThisMember.js index 1d4d9df79e22d..dad0f386416c2 100644 --- a/tests/baselines/reference/typeGuardOfFormThisMember.js +++ b/tests/baselines/reference/typeGuardOfFormThisMember.js @@ -103,7 +103,8 @@ var Test; function FileSystemObject(path) { this.path = path; } - Object.defineProperty(FileSystemObject.prototype, "isFile", { + var proto_1 = FileSystemObject.prototype; + Object.defineProperty(proto_1, "isFile", { get: function () { return this instanceof File; }, @@ -113,7 +114,7 @@ var Test; enumerable: true, configurable: true }); - Object.defineProperty(FileSystemObject.prototype, "isDirectory", { + Object.defineProperty(proto_1, "isDirectory", { get: function () { return this instanceof Directory; }, diff --git a/tests/baselines/reference/typeGuardOfFormThisMemberErrors.js b/tests/baselines/reference/typeGuardOfFormThisMemberErrors.js index 1992c339b328d..dd9b75117f98c 100644 --- a/tests/baselines/reference/typeGuardOfFormThisMemberErrors.js +++ b/tests/baselines/reference/typeGuardOfFormThisMemberErrors.js @@ -53,7 +53,8 @@ var Test; function FileSystemObject(path) { this.path = path; } - Object.defineProperty(FileSystemObject.prototype, "isFile", { + var proto_1 = FileSystemObject.prototype; + Object.defineProperty(proto_1, "isFile", { get: function () { return this instanceof File; }, @@ -63,7 +64,7 @@ var Test; enumerable: true, configurable: true }); - Object.defineProperty(FileSystemObject.prototype, "isDirectory", { + Object.defineProperty(proto_1, "isDirectory", { get: function () { return this instanceof Directory; }, diff --git a/tests/baselines/reference/typeGuardsInClassAccessors.js b/tests/baselines/reference/typeGuardsInClassAccessors.js index fe053e72b9afc..0aaab4e5cde13 100644 --- a/tests/baselines/reference/typeGuardsInClassAccessors.js +++ b/tests/baselines/reference/typeGuardsInClassAccessors.js @@ -112,7 +112,8 @@ var var1; var ClassWithAccessors = /** @class */ (function () { function ClassWithAccessors() { } - Object.defineProperty(ClassWithAccessors.prototype, "p1", { + var proto_1 = ClassWithAccessors.prototype; + Object.defineProperty(proto_1, "p1", { // Inside public accessor getter get: function () { // global vars in function declaration @@ -135,7 +136,7 @@ var ClassWithAccessors = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(ClassWithAccessors.prototype, "pp1", { + Object.defineProperty(proto_1, "pp1", { // Inside private accessor getter get: function () { // global vars in function declaration diff --git a/tests/baselines/reference/typeGuardsInClassMethods.js b/tests/baselines/reference/typeGuardsInClassMethods.js index 2e978d960d0d7..f257e2ae5c03f 100644 --- a/tests/baselines/reference/typeGuardsInClassMethods.js +++ b/tests/baselines/reference/typeGuardsInClassMethods.js @@ -84,8 +84,9 @@ var C1 = /** @class */ (function () { // parameters in function declaration num = typeof param === "string" && param.length; // string } + var proto_1 = C1.prototype; // Inside function declaration - C1.prototype.p1 = function (param) { + proto_1.p1 = function (param) { // global vars in function declaration num = typeof var1 === "string" && var1.length; // string // variables in function declaration @@ -95,7 +96,7 @@ var C1 = /** @class */ (function () { num = typeof param === "string" && param.length; // string }; // Inside function declaration - C1.prototype.p2 = function (param) { + proto_1.p2 = function (param) { // global vars in function declaration num = typeof var1 === "string" && var1.length; // string // variables in function declaration diff --git a/tests/baselines/reference/typeGuardsInProperties.js b/tests/baselines/reference/typeGuardsInProperties.js index 43828573aa9d8..082f3576a6769 100644 --- a/tests/baselines/reference/typeGuardsInProperties.js +++ b/tests/baselines/reference/typeGuardsInProperties.js @@ -33,7 +33,8 @@ var strOrNum; var C1 = /** @class */ (function () { function C1() { } - Object.defineProperty(C1.prototype, "pp3", { + var proto_1 = C1.prototype; + Object.defineProperty(proto_1, "pp3", { // Inside public accessor getter get: function () { return strOrNum; @@ -41,7 +42,7 @@ var C1 = /** @class */ (function () { enumerable: true, configurable: true }); - C1.prototype.method = function () { + proto_1.method = function () { strOrNum = typeof this.pp1 === "string" && this.pp1; // string | number strOrNum = typeof this.pp2 === "string" && this.pp2; // string | number strOrNum = typeof this.pp3 === "string" && this.pp3; // string | number diff --git a/tests/baselines/reference/typeGuardsOnClassProperty.js b/tests/baselines/reference/typeGuardsOnClassProperty.js index accc61a3deb49..95aabb3ef1fcf 100644 --- a/tests/baselines/reference/typeGuardsOnClassProperty.js +++ b/tests/baselines/reference/typeGuardsOnClassProperty.js @@ -36,11 +36,12 @@ if (typeof prop1 === "string" && prop1.toLocaleLowerCase()) { } var D = /** @class */ (function () { function D() { } - D.prototype.getData = function () { + var proto_1 = D.prototype; + proto_1.getData = function () { var data = this.data; return typeof data === "string" ? data : data.join(" "); }; - D.prototype.getData1 = function () { + proto_1.getData1 = function () { return typeof this.data === "string" ? this.data : this.data.join(" "); }; return D; diff --git a/tests/baselines/reference/typeInferenceReturnTypeCallback.js b/tests/baselines/reference/typeInferenceReturnTypeCallback.js index 54e4d85aab13d..a0d13b59f9f3a 100644 --- a/tests/baselines/reference/typeInferenceReturnTypeCallback.js +++ b/tests/baselines/reference/typeInferenceReturnTypeCallback.js @@ -33,12 +33,13 @@ var Nil = /** @class */ (function () { var Cons = /** @class */ (function () { function Cons() { } - Cons.prototype.map = function (f) { + var proto_1 = Cons.prototype; + proto_1.map = function (f) { return this.foldRight(new Nil(), function (t, acc) { return new Cons(); }); }; - Cons.prototype.foldRight = function (z, f) { + proto_1.foldRight = function (z, f) { return null; }; return Cons; diff --git a/tests/baselines/reference/typeOfThisInInstanceMember.js b/tests/baselines/reference/typeOfThisInInstanceMember.js index 7987c1aaabdd7..62538e9a57bdf 100644 --- a/tests/baselines/reference/typeOfThisInInstanceMember.js +++ b/tests/baselines/reference/typeOfThisInInstanceMember.js @@ -41,10 +41,11 @@ var C = /** @class */ (function () { t.z; var r = t.foo(); } - C.prototype.foo = function () { + var proto_1 = C.prototype; + proto_1.foo = function () { return this; }; - Object.defineProperty(C.prototype, "y", { + Object.defineProperty(proto_1, "y", { get: function () { return this; }, diff --git a/tests/baselines/reference/typeOfThisInInstanceMember2.js b/tests/baselines/reference/typeOfThisInInstanceMember2.js index 4e07609c0f290..41eb0794ad4d8 100644 --- a/tests/baselines/reference/typeOfThisInInstanceMember2.js +++ b/tests/baselines/reference/typeOfThisInInstanceMember2.js @@ -45,10 +45,11 @@ var C = /** @class */ (function () { t.z; var r = t.foo(); } - C.prototype.foo = function () { + var proto_1 = C.prototype; + proto_1.foo = function () { return this; }; - Object.defineProperty(C.prototype, "y", { + Object.defineProperty(proto_1, "y", { get: function () { return this; }, diff --git a/tests/baselines/reference/typeParametersAreIdenticalToThemselves.js b/tests/baselines/reference/typeParametersAreIdenticalToThemselves.js index 58f07dd085be8..afb1daea3a686 100644 --- a/tests/baselines/reference/typeParametersAreIdenticalToThemselves.js +++ b/tests/baselines/reference/typeParametersAreIdenticalToThemselves.js @@ -87,17 +87,19 @@ function foo3(x, y) { var C = /** @class */ (function () { function C() { } - C.prototype.foo1 = function (x) { }; - C.prototype.foo2 = function (a, x) { }; - C.prototype.foo3 = function (x) { }; - C.prototype.foo4 = function (x) { }; + var proto_1 = C.prototype; + proto_1.foo1 = function (x) { }; + proto_1.foo2 = function (a, x) { }; + proto_1.foo3 = function (x) { }; + proto_1.foo4 = function (x) { }; return C; }()); var C2 = /** @class */ (function () { function C2() { } - C2.prototype.foo1 = function (x) { }; - C2.prototype.foo2 = function (a, x) { }; - C2.prototype.foo3 = function (x) { }; + var proto_2 = C2.prototype; + proto_2.foo1 = function (x) { }; + proto_2.foo2 = function (a, x) { }; + proto_2.foo3 = function (x) { }; return C2; }()); diff --git a/tests/baselines/reference/typeQueryOnClass.js b/tests/baselines/reference/typeQueryOnClass.js index 85ae02c0d6c5c..5bc3879dd6a4b 100644 --- a/tests/baselines/reference/typeQueryOnClass.js +++ b/tests/baselines/reference/typeQueryOnClass.js @@ -64,6 +64,7 @@ var C = /** @class */ (function () { this.ia = 1; this.ib = function () { return _this.ia; }; } + var proto_1 = C.prototype; C.foo = function (x) { }; C.bar = function (x) { }; Object.defineProperty(C, "sc", { @@ -82,8 +83,8 @@ var C = /** @class */ (function () { enumerable: true, configurable: true }); - C.prototype.baz = function (x) { return ''; }; - Object.defineProperty(C.prototype, "ic", { + proto_1.baz = function (x) { return ''; }; + Object.defineProperty(proto_1, "ic", { get: function () { return 1; }, @@ -92,7 +93,7 @@ var C = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(C.prototype, "id", { + Object.defineProperty(proto_1, "id", { get: function () { return 1; }, diff --git a/tests/baselines/reference/typeQueryWithReservedWords.js b/tests/baselines/reference/typeQueryWithReservedWords.js index 092f359d29595..1d381882c096b 100644 --- a/tests/baselines/reference/typeQueryWithReservedWords.js +++ b/tests/baselines/reference/typeQueryWithReservedWords.js @@ -19,11 +19,12 @@ interface IScope { var Controller = /** @class */ (function () { function Controller() { } - Controller.prototype.create = function () { + var proto_1 = Controller.prototype; + proto_1.create = function () { }; - Controller.prototype["delete"] = function () { + proto_1["delete"] = function () { }; - Controller.prototype["var"] = function () { + proto_1["var"] = function () { }; return Controller; }()); diff --git a/tests/baselines/reference/typeRelationships.js b/tests/baselines/reference/typeRelationships.js index 27ba221a2816e..3935552869995 100644 --- a/tests/baselines/reference/typeRelationships.js +++ b/tests/baselines/reference/typeRelationships.js @@ -59,20 +59,21 @@ var C = /** @class */ (function () { this.self = this; this.c = new C(); } - C.prototype.foo = function () { + var proto_1 = C.prototype; + proto_1.foo = function () { return this; }; - C.prototype.f1 = function () { + proto_1.f1 = function () { this.c = this.self; this.self = this.c; // Error }; - C.prototype.f2 = function () { + proto_1.f2 = function () { var a; var a = [this, this.c]; // C[] since this is subtype of C var b; var b = [this, this.self, null, undefined]; }; - C.prototype.f3 = function (b) { + proto_1.f3 = function (b) { return b ? this.c : this.self; // Should be C }; return C; diff --git a/tests/baselines/reference/unspecializedConstraints.js b/tests/baselines/reference/unspecializedConstraints.js index 4f1a91961563a..e8d8324b1a495 100644 --- a/tests/baselines/reference/unspecializedConstraints.js +++ b/tests/baselines/reference/unspecializedConstraints.js @@ -179,7 +179,8 @@ var ts; function Type() { return _super !== null && _super.apply(this, arguments) || this; } - Type.prototype.equals = function (that) { + var proto_1 = Type.prototype; + proto_1.equals = function (that) { if (this === that) return true; if (!(this.isObjectType() && that.isObjectType())) @@ -204,37 +205,37 @@ var ts; } return true; }; - Type.prototype.getProperties = function () { + proto_1.getProperties = function () { return []; }; - Type.prototype.getProperty = function (index) { + proto_1.getProperty = function (index) { return undefined; }; - Type.prototype.getPropertyByName = function (name) { + proto_1.getPropertyByName = function (name) { return undefined; }; - Type.prototype.getPropertyCount = function () { + proto_1.getPropertyCount = function () { return 0; }; - Type.prototype.getSignature = function (index) { + proto_1.getSignature = function (index) { return undefined; }; - Type.prototype.getSignatureCount = function () { + proto_1.getSignatureCount = function () { return 0; }; - Type.prototype.getSignatures = function () { + proto_1.getSignatures = function () { return []; }; - Type.prototype.isPrimitive = function () { + proto_1.isPrimitive = function () { return false; }; - Type.prototype.isObjectType = function () { + proto_1.isObjectType = function () { return false; }; - Type.prototype.isTypeParameter = function () { + proto_1.isTypeParameter = function () { return false; }; - Type.prototype.isSubTypeOf = function (type) { + proto_1.isSubTypeOf = function (type) { }; return Type; }(Symbol)); @@ -268,13 +269,14 @@ var ts; _this.returnType = returnType; return _this; } - Signature.prototype.equalsNoReturn = function (other) { + var proto_2 = Signature.prototype; + proto_2.equalsNoReturn = function (other) { return this.parameters.length === other.parameters.length && this.typeParameters.length === other.typeParameters.length && arrayEquals(this.parameters, other.parameters) && arrayEquals(this.typeParameters, other.typeParameters); }; - Signature.prototype.equals = function (other) { + proto_2.equals = function (other) { return this.equalsNoReturn(other) && this.returnType.equals(other.returnType); }; diff --git a/tests/baselines/reference/unusedGetterInClass.js b/tests/baselines/reference/unusedGetterInClass.js index 3cdac7b63df58..8b96e429013a8 100644 --- a/tests/baselines/reference/unusedGetterInClass.js +++ b/tests/baselines/reference/unusedGetterInClass.js @@ -13,7 +13,8 @@ class Employee { var Employee = /** @class */ (function () { function Employee() { } - Object.defineProperty(Employee.prototype, "fullName", { + var proto_1 = Employee.prototype; + Object.defineProperty(proto_1, "fullName", { get: function () { return this._fullName; }, diff --git a/tests/baselines/reference/unusedIdentifiersConsolidated1.js b/tests/baselines/reference/unusedIdentifiersConsolidated1.js index a26090bb61789..e5842e4e69c8b 100644 --- a/tests/baselines/reference/unusedIdentifiersConsolidated1.js +++ b/tests/baselines/reference/unusedIdentifiersConsolidated1.js @@ -123,13 +123,14 @@ var Dummy = /** @class */ (function () { var unused2 = 22; this.greeting = "Dummy Message"; } - Dummy.prototype.greeter = function (person) { + var proto_1 = Dummy.prototype; + proto_1.greeter = function (person) { var unused = 20; this.usedPrivateFunction(); }; - Dummy.prototype.usedPrivateFunction = function () { + proto_1.usedPrivateFunction = function () { }; - Dummy.prototype.unUsedPrivateFunction = function () { + proto_1.unUsedPrivateFunction = function () { }; return Dummy; }()); @@ -142,10 +143,11 @@ var Validation; var LettersOnlyValidator = /** @class */ (function () { function LettersOnlyValidator() { } - LettersOnlyValidator.prototype.isAcceptable = function (s2) { + var proto_2 = LettersOnlyValidator.prototype; + proto_2.isAcceptable = function (s2) { return lettersRegexp.test(s2); }; - LettersOnlyValidator.prototype.unUsedPrivateFunction = function () { + proto_2.unUsedPrivateFunction = function () { }; return LettersOnlyValidator; }()); diff --git a/tests/baselines/reference/unusedLocalsAndParameters.js b/tests/baselines/reference/unusedLocalsAndParameters.js index 5039a9c1712a7..6d9e47acb5137 100644 --- a/tests/baselines/reference/unusedLocalsAndParameters.js +++ b/tests/baselines/reference/unusedLocalsAndParameters.js @@ -103,10 +103,11 @@ var farrow = function (a) { var C = /** @class */ (function () { function C() { } + var proto_1 = C.prototype; // Method declaration paramter - C.prototype.method = function (a) { + proto_1.method = function (a) { }; - Object.defineProperty(C.prototype, "x", { + Object.defineProperty(proto_1, "x", { // Accessor declaration paramter set: function (v) { }, @@ -118,10 +119,11 @@ var C = /** @class */ (function () { var E = /** @class */ (function () { function class_1() { } + var proto_2 = class_1.prototype; // Method declaration paramter - class_1.prototype.method = function (a) { + proto_2.method = function (a) { }; - Object.defineProperty(class_1.prototype, "x", { + Object.defineProperty(proto_2, "x", { // Accessor declaration paramter set: function (v) { }, diff --git a/tests/baselines/reference/unusedLocalsAndParametersDeferred.js b/tests/baselines/reference/unusedLocalsAndParametersDeferred.js index df8b7d7e48731..406223ef76cc2 100644 --- a/tests/baselines/reference/unusedLocalsAndParametersDeferred.js +++ b/tests/baselines/reference/unusedLocalsAndParametersDeferred.js @@ -194,13 +194,14 @@ var C = /** @class */ (function () { prop1; }); } + var proto_1 = C.prototype; // Method declaration paramter - C.prototype.method = function (a) { + proto_1.method = function (a) { defered(function () { a; }); }; - Object.defineProperty(C.prototype, "x", { + Object.defineProperty(proto_1, "x", { // Accessor declaration paramter set: function (v) { defered(function () { @@ -221,13 +222,14 @@ var E = /** @class */ (function () { prop2; }); } + var proto_2 = class_1.prototype; // Method declaration paramter - class_1.prototype.method = function (a) { + proto_2.method = function (a) { defered(function () { a; }); }; - Object.defineProperty(class_1.prototype, "x", { + Object.defineProperty(proto_2, "x", { // Accessor declaration paramter set: function (v) { defered(function () { diff --git a/tests/baselines/reference/unusedParametersThis.js b/tests/baselines/reference/unusedParametersThis.js index 590fffd7d53c3..ddf34f387b242 100644 --- a/tests/baselines/reference/unusedParametersThis.js +++ b/tests/baselines/reference/unusedParametersThis.js @@ -37,18 +37,19 @@ var f2 = function f2(this: A): number { var A = /** @class */ (function () { function A() { } - A.prototype.method = function () { + var proto_1 = A.prototype; + proto_1.method = function () { return this.a; }; - A.prototype.method2 = function () { + proto_1.method2 = function () { return this.a; }; - A.prototype.method3 = function () { + proto_1.method3 = function () { var _this = this; var fn = function () { return _this.a; }; return fn(); }; - A.prototype.method4 = function () { + proto_1.method4 = function () { var _this = this; var fn = function () { return _this.a; }; return fn(); diff --git a/tests/baselines/reference/unusedPrivateMembers.js b/tests/baselines/reference/unusedPrivateMembers.js index 05c55c1ecc49d..d5249cad641b8 100644 --- a/tests/baselines/reference/unusedPrivateMembers.js +++ b/tests/baselines/reference/unusedPrivateMembers.js @@ -52,9 +52,10 @@ class Test5 { var Test1 = /** @class */ (function () { function Test1() { } - Test1.prototype.initializeInternal = function () { + var proto_1 = Test1.prototype; + proto_1.initializeInternal = function () { }; - Test1.prototype.test = function () { + proto_1.test = function () { var x = new Test1(); x.initializeInternal(); }; @@ -73,14 +74,15 @@ var Test2 = /** @class */ (function () { var Test3 = /** @class */ (function () { function Test3() { } - Object.defineProperty(Test3.prototype, "x", { + var proto_2 = Test3.prototype; + Object.defineProperty(proto_2, "x", { get: function () { return 0; }, enumerable: true, configurable: true }); - Test3.prototype.test = function () { + proto_2.test = function () { var x = new Test3(); x.x; }; @@ -89,14 +91,15 @@ var Test3 = /** @class */ (function () { var Test4 = /** @class */ (function () { function Test4() { } - Object.defineProperty(Test4.prototype, "x", { + var proto_3 = Test4.prototype; + Object.defineProperty(proto_3, "x", { set: function (v) { v; }, enumerable: true, configurable: true }); - Test4.prototype.test = function () { + proto_3.test = function () { var x = new Test4(); x.x; }; diff --git a/tests/baselines/reference/unusedPrivateMethodInClass2.js b/tests/baselines/reference/unusedPrivateMethodInClass2.js index 9095b3be7728f..d1b71fc390b3e 100644 --- a/tests/baselines/reference/unusedPrivateMethodInClass2.js +++ b/tests/baselines/reference/unusedPrivateMethodInClass2.js @@ -15,11 +15,12 @@ class greeter { var greeter = /** @class */ (function () { function greeter() { } - greeter.prototype.function1 = function () { + var proto_1 = greeter.prototype; + proto_1.function1 = function () { var y = 10; y++; }; - greeter.prototype.function2 = function () { + proto_1.function2 = function () { var y = 10; y++; }; diff --git a/tests/baselines/reference/unusedPrivateMethodInClass3.js b/tests/baselines/reference/unusedPrivateMethodInClass3.js index 588ca2162aebc..0ee0135c5b921 100644 --- a/tests/baselines/reference/unusedPrivateMethodInClass3.js +++ b/tests/baselines/reference/unusedPrivateMethodInClass3.js @@ -20,15 +20,16 @@ class greeter { var greeter = /** @class */ (function () { function greeter() { } - greeter.prototype.function1 = function () { + var proto_1 = greeter.prototype; + proto_1.function1 = function () { var y = 10; y++; }; - greeter.prototype.function2 = function () { + proto_1.function2 = function () { var y = 10; y++; }; - greeter.prototype.function3 = function () { + proto_1.function3 = function () { var y = 10; y++; }; diff --git a/tests/baselines/reference/unusedPrivateMethodInClass4.js b/tests/baselines/reference/unusedPrivateMethodInClass4.js index 2bad875fdca08..a98231a86ca4a 100644 --- a/tests/baselines/reference/unusedPrivateMethodInClass4.js +++ b/tests/baselines/reference/unusedPrivateMethodInClass4.js @@ -21,15 +21,16 @@ class greeter { var greeter = /** @class */ (function () { function greeter() { } - greeter.prototype.function1 = function () { + var proto_1 = greeter.prototype; + proto_1.function1 = function () { var y = 10; y++; }; - greeter.prototype.function2 = function () { + proto_1.function2 = function () { var y = 10; y++; }; - greeter.prototype.function3 = function () { + proto_1.function3 = function () { var y = 10; y++; this.function2(); diff --git a/tests/baselines/reference/unusedSetterInClass2.js b/tests/baselines/reference/unusedSetterInClass2.js index 9c3111982a9e5..a80090a2532e1 100644 --- a/tests/baselines/reference/unusedSetterInClass2.js +++ b/tests/baselines/reference/unusedSetterInClass2.js @@ -13,12 +13,13 @@ class Employee { var Employee = /** @class */ (function () { function Employee() { } - Object.defineProperty(Employee.prototype, "p", { + var proto_1 = Employee.prototype; + Object.defineProperty(proto_1, "p", { set: function (_) { }, enumerable: true, configurable: true }); - Employee.prototype.m = function () { + proto_1.m = function () { this.p = 0; }; return Employee; diff --git a/tests/baselines/reference/vararg.js b/tests/baselines/reference/vararg.js index 9e5aa0c797255..4c6902a4ff27c 100644 --- a/tests/baselines/reference/vararg.js +++ b/tests/baselines/reference/vararg.js @@ -44,7 +44,8 @@ var M; var C = /** @class */ (function () { function C() { } - C.prototype.f = function (x) { + var proto_1 = C.prototype; + proto_1.f = function (x) { var rest = []; for (var _i = 1; _i < arguments.length; _i++) { rest[_i - 1] = arguments[_i]; @@ -56,13 +57,13 @@ var M; result += (x + ": " + sum); return result; }; - C.prototype.fnope = function (x) { + proto_1.fnope = function (x) { var rest = []; for (var _i = 1; _i < arguments.length; _i++) { rest[_i - 1] = arguments[_i]; } }; - C.prototype.fonly = function () { + proto_1.fonly = function () { var rest = []; for (var _i = 0; _i < arguments.length; _i++) { rest[_i] = arguments[_i]; diff --git a/tests/baselines/reference/variance.js b/tests/baselines/reference/variance.js index df84404b31beb..02733d0a79a3c 100644 --- a/tests/baselines/reference/variance.js +++ b/tests/baselines/reference/variance.js @@ -37,8 +37,9 @@ var z = x; var Bar = /** @class */ (function () { function Bar() { } - Bar.prototype.cast = function (_name) { }; - Bar.prototype.pushThis = function () { + var proto_1 = Bar.prototype; + proto_1.cast = function (_name) { }; + proto_1.pushThis = function () { Bar.instance.push(this); }; return Bar; diff --git a/tests/baselines/reference/varianceProblingAndZeroOrderIndexSignatureRelationsAlign.js b/tests/baselines/reference/varianceProblingAndZeroOrderIndexSignatureRelationsAlign.js index cbac03d7a82cc..5722cd4b0732c 100644 --- a/tests/baselines/reference/varianceProblingAndZeroOrderIndexSignatureRelationsAlign.js +++ b/tests/baselines/reference/varianceProblingAndZeroOrderIndexSignatureRelationsAlign.js @@ -87,11 +87,12 @@ var Left = /** @class */ (function () { this.value = value; this._tag = 'Left'; } + var proto_1 = Left.prototype; /** The given function is applied if this is a `Right` */ - Left.prototype.map = function (f) { + proto_1.map = function (f) { return this; }; - Left.prototype.ap = function (fab) { + proto_1.ap = function (fab) { return null; }; return Left; @@ -101,10 +102,11 @@ var Right = /** @class */ (function () { this.value = value; this._tag = 'Right'; } - Right.prototype.map = function (f) { + var proto_2 = Right.prototype; + proto_2.map = function (f) { return new Right(f(this.value)); }; - Right.prototype.ap = function (fab) { + proto_2.ap = function (fab) { return null; }; return Right; diff --git a/tests/baselines/reference/varianceProblingAndZeroOrderIndexSignatureRelationsAlign2.js b/tests/baselines/reference/varianceProblingAndZeroOrderIndexSignatureRelationsAlign2.js index 8a4340ada95a6..fb96fb2827b1d 100644 --- a/tests/baselines/reference/varianceProblingAndZeroOrderIndexSignatureRelationsAlign2.js +++ b/tests/baselines/reference/varianceProblingAndZeroOrderIndexSignatureRelationsAlign2.js @@ -87,11 +87,12 @@ var Left = /** @class */ (function () { this.value = value; this._tag = 'Left'; } + var proto_1 = Left.prototype; /** The given function is applied if this is a `Right` */ - Left.prototype.map = function (f) { + proto_1.map = function (f) { return this; }; - Left.prototype.ap = function (fab) { + proto_1.ap = function (fab) { return null; }; return Left; @@ -101,10 +102,11 @@ var Right = /** @class */ (function () { this.value = value; this._tag = 'Right'; } - Right.prototype.map = function (f) { + var proto_2 = Right.prototype; + proto_2.map = function (f) { return new Right(f(this.value)); }; - Right.prototype.ap = function (fab) { + proto_2.ap = function (fab) { return null; }; return Right; diff --git a/tests/baselines/reference/witness.js b/tests/baselines/reference/witness.js index 63ffc45411100..43169482ef36c 100644 --- a/tests/baselines/reference/witness.js +++ b/tests/baselines/reference/witness.js @@ -216,13 +216,14 @@ var t = fnArg2(); // t: should be 'any', but is 'string' var C = /** @class */ (function () { function C() { } - C.prototype.fn1 = function () { + var proto_1 = C.prototype; + proto_1.fn1 = function () { return new (this.fn1())(); }; - C.prototype.fn2 = function () { + proto_1.fn2 = function () { return new (this.fn2()); }; - C.prototype.fn3 = function () { + proto_1.fn3 = function () { var a; return new a(this.fn3); }; diff --git a/tests/cases/conformance/classes/protoOverlapVariables.ts b/tests/cases/conformance/classes/protoOverlapVariables.ts new file mode 100644 index 0000000000000..a567ae151d852 --- /dev/null +++ b/tests/cases/conformance/classes/protoOverlapVariables.ts @@ -0,0 +1,27 @@ +let proto = "gotcha!"; + +class DeclarationWithOne { + member() { + return this; + } +} + +class DeclarationWithTwo { + memberOne() { + return this; + } + + memberTwo() { + return this; + } +} + +const Expression = class { + memberOne() { + return this; + } + + memberTwo() { + return this; + } +}; From 3e263197ff147209da9bd48883fae4c66179a439 Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Wed, 11 Sep 2019 07:33:03 -0400 Subject: [PATCH 2/9] Manually fixed 5 fourslash baselines --- .../server/declarationMapsEnableMapping_NoInline.ts | 7 ++++--- .../server/declarationMapsEnableMapping_NoInlineSources.ts | 7 ++++--- .../server/declarationMapsGeneratedMapsEnableMapping.ts | 6 +++--- .../server/declarationMapsGeneratedMapsEnableMapping2.ts | 2 +- .../server/declarationMapsGeneratedMapsEnableMapping3.ts | 5 +++-- 5 files changed, 15 insertions(+), 12 deletions(-) diff --git a/tests/cases/fourslash/server/declarationMapsEnableMapping_NoInline.ts b/tests/cases/fourslash/server/declarationMapsEnableMapping_NoInline.ts index 09ebebdc0c6a1..7c95a87542029 100644 --- a/tests/cases/fourslash/server/declarationMapsEnableMapping_NoInline.ts +++ b/tests/cases/fourslash/server/declarationMapsEnableMapping_NoInline.ts @@ -40,8 +40,9 @@ ////var Foo = /** @class */ (function () { //// function Foo() { //// } -//// Foo.prototype.methodName = function (propName) { return propName; }; -//// Foo.prototype.otherMethod = function () { +//// var proto_1 = Foo.prototype; +//// proto_1.methodName = function (propName) { return propName; }; +//// proto_1.otherMethod = function () { //// if (Math.random() > 0.5) { //// return { x: 42 }; //// } @@ -50,7 +51,7 @@ //// return Foo; ////}()); ////exports.Foo = Foo; -//////# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOztBQUFBO0lBQUE7SUFTQSxDQUFDO0lBUEcsd0JBQVUsR0FBVixVQUFXLFFBQWtCLElBQWMsT0FBTyxRQUFRLENBQUMsQ0FBQyxDQUFDO0lBQzdELHlCQUFXLEdBQVg7UUFDSSxJQUFJLElBQUksQ0FBQyxNQUFNLEVBQUUsR0FBRyxHQUFHLEVBQUU7WUFDckIsT0FBTyxFQUFDLENBQUMsRUFBRSxFQUFFLEVBQUMsQ0FBQztTQUNsQjtRQUNELE9BQU8sRUFBQyxDQUFDLEVBQUUsS0FBSyxFQUFDLENBQUM7SUFDdEIsQ0FBQztJQUNMLFVBQUM7QUFBRCxDQUFDLEFBVEQsSUFTQztBQVRZLGtCQUFHIn0= +//////# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOztBQUFBO0lBQUE7SUFTQSxDQUFDOztJQVBHLGtCQUFVLEdBQVYsVUFBVyxRQUFrQixJQUFjLE9BQU8sUUFBUSxDQUFDLENBQUMsQ0FBQztJQUM3RCxtQkFBVyxHQUFYO1FBQ0ksSUFBSSxJQUFJLENBQUMsTUFBTSxFQUFFLEdBQUcsR0FBRyxFQUFFO1lBQ3JCLE9BQU8sRUFBQyxDQUFDLEVBQUUsRUFBRSxFQUFDLENBQUM7U0FDbEI7UUFDRCxPQUFPLEVBQUMsQ0FBQyxFQUFFLEtBQUssRUFBQyxDQUFDO0lBQ3RCLENBQUM7SUFDTCxVQUFDO0FBQUQsQ0FBQyxBQVRELElBU0M7QUFUWSxrQkFBRyJ9 // @Filename: /dist/index.d.ts.map ////{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,qBAAa,GAAG;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,QAAQ,EAAE,QAAQ,GAAG,QAAQ;IACxC,WAAW;;;;;;;CAMd;AAED,MAAM,WAAW,QAAQ;IACrB,MAAM,EAAE,MAAM,CAAC;CAClB"} diff --git a/tests/cases/fourslash/server/declarationMapsEnableMapping_NoInlineSources.ts b/tests/cases/fourslash/server/declarationMapsEnableMapping_NoInlineSources.ts index 3a371646bfb88..1225cf718935f 100644 --- a/tests/cases/fourslash/server/declarationMapsEnableMapping_NoInlineSources.ts +++ b/tests/cases/fourslash/server/declarationMapsEnableMapping_NoInlineSources.ts @@ -41,8 +41,9 @@ ////var Foo = /** @class */ (function () { //// function Foo() { //// } -//// Foo.prototype.methodName = function (propName) { return propName; }; -//// Foo.prototype.otherMethod = function () { +//// var proto_1 = Foo.prototype; +//// proto_1.methodName = function (propName) { return propName; }; +//// proto_1.otherMethod = function () { //// if (Math.random() > 0.5) { //// return { x: 42 }; //// } @@ -51,7 +52,7 @@ //// return Foo; ////}()); ////exports.Foo = Foo; -//////# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOztBQUFBO0lBQUE7SUFTQSxDQUFDO0lBUEcsd0JBQVUsR0FBVixVQUFXLFFBQWtCLElBQWMsT0FBTyxRQUFRLENBQUMsQ0FBQyxDQUFDO0lBQzdELHlCQUFXLEdBQVg7UUFDSSxJQUFJLElBQUksQ0FBQyxNQUFNLEVBQUUsR0FBRyxHQUFHLEVBQUU7WUFDckIsT0FBTyxFQUFDLENBQUMsRUFBRSxFQUFFLEVBQUMsQ0FBQztTQUNsQjtRQUNELE9BQU8sRUFBQyxDQUFDLEVBQUUsS0FBSyxFQUFDLENBQUM7SUFDdEIsQ0FBQztJQUNMLFVBQUM7QUFBRCxDQUFDLEFBVEQsSUFTQztBQVRZLGtCQUFHIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IGNsYXNzIEZvbyB7XG4gICAgbWVtYmVyOiBzdHJpbmc7XG4gICAgbWV0aG9kTmFtZShwcm9wTmFtZTogU29tZVR5cGUpOiBTb21lVHlwZSB7IHJldHVybiBwcm9wTmFtZTsgfVxuICAgIG90aGVyTWV0aG9kKCkge1xuICAgICAgICBpZiAoTWF0aC5yYW5kb20oKSA+IDAuNSkge1xuICAgICAgICAgICAgcmV0dXJuIHt4OiA0Mn07XG4gICAgICAgIH1cbiAgICAgICAgcmV0dXJuIHt5OiBcInllc1wifTtcbiAgICB9XG59XG5cbmV4cG9ydCBpbnRlcmZhY2UgU29tZVR5cGUge1xuICAgIG1lbWJlcjogbnVtYmVyO1xufSJdfQ== +//////# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOztBQUFBO0lBQUE7SUFTQSxDQUFDOztJQVBHLGtCQUFVLEdBQVYsVUFBVyxRQUFrQixJQUFjLE9BQU8sUUFBUSxDQUFDLENBQUMsQ0FBQztJQUM3RCxtQkFBVyxHQUFYO1FBQ0ksSUFBSSxJQUFJLENBQUMsTUFBTSxFQUFFLEdBQUcsR0FBRyxFQUFFO1lBQ3JCLE9BQU8sRUFBQyxDQUFDLEVBQUUsRUFBRSxFQUFDLENBQUM7U0FDbEI7UUFDRCxPQUFPLEVBQUMsQ0FBQyxFQUFFLEtBQUssRUFBQyxDQUFDO0lBQ3RCLENBQUM7SUFDTCxVQUFDO0FBQUQsQ0FBQyxBQVRELElBU0M7QUFUWSxrQkFBRyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBjbGFzcyBGb28ge1xuICAgIG1lbWJlcjogc3RyaW5nO1xuICAgIG1ldGhvZE5hbWUocHJvcE5hbWU6IFNvbWVUeXBlKTogU29tZVR5cGUgeyByZXR1cm4gcHJvcE5hbWU7IH1cbiAgICBvdGhlck1ldGhvZCgpIHtcbiAgICAgICAgaWYgKE1hdGgucmFuZG9tKCkgPiAwLjUpIHtcbiAgICAgICAgICAgIHJldHVybiB7eDogNDJ9O1xuICAgICAgICB9XG4gICAgICAgIHJldHVybiB7eTogXCJ5ZXNcIn07XG4gICAgfVxufVxuXG5leHBvcnQgaW50ZXJmYWNlIFNvbWVUeXBlIHtcbiAgICBtZW1iZXI6IG51bWJlcjtcbn0iXX0= // @Filename: /dist/index.d.ts.map ////{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,qBAAa,GAAG;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,QAAQ,EAAE,QAAQ,GAAG,QAAQ;IACxC,WAAW;;;;;;;CAMd;AAED,MAAM,WAAW,QAAQ;IACrB,MAAM,EAAE,MAAM,CAAC;CAClB"} diff --git a/tests/cases/fourslash/server/declarationMapsGeneratedMapsEnableMapping.ts b/tests/cases/fourslash/server/declarationMapsGeneratedMapsEnableMapping.ts index 1cfefa3878293..7bbabfccc47f7 100644 --- a/tests/cases/fourslash/server/declarationMapsGeneratedMapsEnableMapping.ts +++ b/tests/cases/fourslash/server/declarationMapsGeneratedMapsEnableMapping.ts @@ -39,8 +39,9 @@ ////var Foo = /** @class */ (function () { //// function Foo() { //// } -//// Foo.prototype.methodName = function (propName) { return propName; }; -//// Foo.prototype.otherMethod = function () { +//// var proto_1 = Foo.prototype; +//// proto_1.methodName = function (propName) { return propName; }; +//// proto_1.otherMethod = function () { //// if (Math.random() > 0.5) { //// return { x: 42 }; //// } @@ -49,7 +50,6 @@ //// return Foo; ////}()); ////exports.Foo = Foo; -//// // @Filename: /dist/index.d.ts.map ////{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,qBAAa,GAAG;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,QAAQ,EAAE,QAAQ,GAAG,QAAQ;IACxC,WAAW;;;;;;;CAMd;AAED,MAAM,WAAW,QAAQ;IACrB,MAAM,EAAE,MAAM,CAAC;CAClB"} diff --git a/tests/cases/fourslash/server/declarationMapsGeneratedMapsEnableMapping2.ts b/tests/cases/fourslash/server/declarationMapsGeneratedMapsEnableMapping2.ts index 94185d15bcd32..3bc3aac083cca 100644 --- a/tests/cases/fourslash/server/declarationMapsGeneratedMapsEnableMapping2.ts +++ b/tests/cases/fourslash/server/declarationMapsGeneratedMapsEnableMapping2.ts @@ -36,7 +36,7 @@ ////instance.[|/*1*/methodName|]({member: 12}); // @Filename: /dist/index.js.map -////{"version":3,"file":"index.js","sourceRoot":"/","sources":["index.ts"],"names":[],"mappings":";;AAAA;IAAA;IASA,CAAC;IAPG,wBAAU,GAAV,UAAW,QAAkB,IAAc,OAAO,QAAQ,CAAC,CAAC,CAAC;IAC7D,yBAAW,GAAX;QACI,IAAI,IAAI,CAAC,MAAM,EAAE,GAAG,GAAG,EAAE;YACrB,OAAO,EAAC,CAAC,EAAE,EAAE,EAAC,CAAC;SAClB;QACD,OAAO,EAAC,CAAC,EAAE,KAAK,EAAC,CAAC;IACtB,CAAC;IACL,UAAC;AAAD,CAAC,AATD,IASC;AATY,kBAAG"} +////{"version":3,"file":"index.js","sourceRoot":"/","sources":["index.ts"],"names":[],"mappings":";;AAAA;IAAA;IASA,CAAC;;IAPG,kBAAU,GAAV,UAAW,QAAkB,IAAc,OAAO,QAAQ,CAAC,CAAC,CAAC;IAC7D,mBAAW,GAAX;QACI,IAAI,IAAI,CAAC,MAAM,EAAE,GAAG,GAAG,EAAE;YACrB,OAAO,EAAC,CAAC,EAAE,EAAE,EAAC,CAAC;SAClB;QACD,OAAO,EAAC,CAAC,EAAE,KAAK,EAAC,CAAC;IACtB,CAAC;IACL,UAAC;AAAD,CAAC,AATD,IASC;AATY,kBAAG"} // @Filename: /dist/index.js ////"use strict"; diff --git a/tests/cases/fourslash/server/declarationMapsGeneratedMapsEnableMapping3.ts b/tests/cases/fourslash/server/declarationMapsGeneratedMapsEnableMapping3.ts index 4215ffe25e6ec..11c7e483091f4 100644 --- a/tests/cases/fourslash/server/declarationMapsGeneratedMapsEnableMapping3.ts +++ b/tests/cases/fourslash/server/declarationMapsGeneratedMapsEnableMapping3.ts @@ -40,8 +40,9 @@ ////var Foo = /** @class */ (function () { //// function Foo() { //// } -//// Foo.prototype.methodName = function (propName) { return propName; }; -//// Foo.prototype.otherMethod = function () { +//// var proto_1 = Foo.prototype; +//// proto_1.methodName = function (propName) { return propName; }; +//// proto_1.otherMethod = function () { //// if (Math.random() > 0.5) { //// return { x: 42 }; //// } From aa8f7dd2c1468829d59172f9d565732513ed7b71 Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Wed, 11 Sep 2019 08:09:06 -0400 Subject: [PATCH 3/9] Two more fixes... these are getting tedious --- .../server/declarationMapsGeneratedMapsEnableMapping.ts | 1 + .../server/declarationMapsGeneratedMapsEnableMapping2.ts | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/cases/fourslash/server/declarationMapsGeneratedMapsEnableMapping.ts b/tests/cases/fourslash/server/declarationMapsGeneratedMapsEnableMapping.ts index 7bbabfccc47f7..9dfe5cda9de4c 100644 --- a/tests/cases/fourslash/server/declarationMapsGeneratedMapsEnableMapping.ts +++ b/tests/cases/fourslash/server/declarationMapsGeneratedMapsEnableMapping.ts @@ -50,6 +50,7 @@ //// return Foo; ////}()); ////exports.Foo = Foo; +//// // @Filename: /dist/index.d.ts.map ////{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,qBAAa,GAAG;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,QAAQ,EAAE,QAAQ,GAAG,QAAQ;IACxC,WAAW;;;;;;;CAMd;AAED,MAAM,WAAW,QAAQ;IACrB,MAAM,EAAE,MAAM,CAAC;CAClB"} diff --git a/tests/cases/fourslash/server/declarationMapsGeneratedMapsEnableMapping2.ts b/tests/cases/fourslash/server/declarationMapsGeneratedMapsEnableMapping2.ts index 3bc3aac083cca..0e0a473f5e405 100644 --- a/tests/cases/fourslash/server/declarationMapsGeneratedMapsEnableMapping2.ts +++ b/tests/cases/fourslash/server/declarationMapsGeneratedMapsEnableMapping2.ts @@ -44,8 +44,9 @@ ////var Foo = /** @class */ (function () { //// function Foo() { //// } -//// Foo.prototype.methodName = function (propName) { return propName; }; -//// Foo.prototype.otherMethod = function () { +//// var proto_1 = Foo.prototype; +//// proto_1.methodName = function (propName) { return propName; }; +//// proto_1.otherMethod = function () { //// if (Math.random() > 0.5) { //// return { x: 42 }; //// } From 1bd03c30ee7fbc101d1d36b2d51308fc5af93ce4 Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Wed, 11 Sep 2019 15:20:29 -0400 Subject: [PATCH 4/9] Once I get TSLint running locally, you're all doomed --- src/compiler/transformers/es2015.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/compiler/transformers/es2015.ts b/src/compiler/transformers/es2015.ts index 5a9b0532f67eb..5044633e0c897 100644 --- a/src/compiler/transformers/es2015.ts +++ b/src/compiler/transformers/es2015.ts @@ -1580,7 +1580,7 @@ namespace ts { } /** - * Lazily creates the way class members will access the class prototype. + * Lazily creates the way class members will access the class prototype. */ function getPrototypeStorageName() { if (prototypeStorageName) { @@ -1588,7 +1588,7 @@ namespace ts { } const originalPrototypeAccess = createPropertyAccess(getInternalName(node), "prototype"); - + // If the class has exactly one non-static member, it'll access prototype members on itself: // ClassName.prototype.member = ... if (containsExactlyOne(node.members, classMemberAssignsToPrototype)) { From 038ff3ca7f3cb241380b8fed38316507aee0fc07 Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Sun, 20 Oct 2019 16:50:42 -0400 Subject: [PATCH 5/9] Accepted a few new baselines --- .../reference/assertionTypePredicates1.js | 15 ++++++++------- .../baselines/reference/jsDeclarationsClasses.js | 7 ++++--- .../reference/neverReturningFunctions1.js | 9 +++++---- .../reference/truthinessCallExpressionCoercion.js | 5 +++-- ...t-when-one-two-three-are-prepended-in-order.js | 9 +++++---- ...l-when-one-two-three-are-prepended-in-order.js | 9 +++++---- ...d-when-one-two-three-are-prepended-in-order.js | 9 +++++---- 7 files changed, 35 insertions(+), 28 deletions(-) diff --git a/tests/baselines/reference/assertionTypePredicates1.js b/tests/baselines/reference/assertionTypePredicates1.js index 8077e87a797e1..a057e48992e9b 100644 --- a/tests/baselines/reference/assertionTypePredicates1.js +++ b/tests/baselines/reference/assertionTypePredicates1.js @@ -247,29 +247,30 @@ function f10(x) { var Test = /** @class */ (function () { function Test() { } - Test.prototype.assert = function (value) { + var proto_1 = Test.prototype; + proto_1.assert = function (value) { if (value) return; throw new Error(); }; - Test.prototype.isTest2 = function () { + proto_1.isTest2 = function () { return this instanceof Test2; }; - Test.prototype.assertIsTest2 = function () { + proto_1.assertIsTest2 = function () { if (this instanceof Test2) return; throw new Error(); }; - Test.prototype.assertThis = function () { + proto_1.assertThis = function () { if (!this) return; throw new Error(); }; - Test.prototype.bar = function () { + proto_1.bar = function () { this.assertThis(); this; }; - Test.prototype.foo = function (x) { + proto_1.foo = function (x) { this.assert(typeof x === "string"); x.length; if (this.isTest2()) { @@ -278,7 +279,7 @@ var Test = /** @class */ (function () { this.assertIsTest2(); this.z; }; - Test.prototype.baz = function (x) { + proto_1.baz = function (x) { this.assert(false); x; // Unreachable }; diff --git a/tests/baselines/reference/jsDeclarationsClasses.js b/tests/baselines/reference/jsDeclarationsClasses.js index 88e5991b09f95..a7804fd521a11 100644 --- a/tests/baselines/reference/jsDeclarationsClasses.js +++ b/tests/baselines/reference/jsDeclarationsClasses.js @@ -255,7 +255,8 @@ var E = /** @class */ (function () { function E(a, b) { this.initializedField = 12; } - Object.defineProperty(E.prototype, "f1", { + var proto_1 = E.prototype; + Object.defineProperty(proto_1, "f1", { /** * @return {U} */ @@ -267,7 +268,7 @@ var E = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(E.prototype, "f2", { + Object.defineProperty(proto_1, "f2", { /** * @return {U} */ @@ -275,7 +276,7 @@ var E = /** @class */ (function () { enumerable: true, configurable: true }); - Object.defineProperty(E.prototype, "f3", { + Object.defineProperty(proto_1, "f3", { /** * @param {U} _p */ diff --git a/tests/baselines/reference/neverReturningFunctions1.js b/tests/baselines/reference/neverReturningFunctions1.js index e6f13468cc60e..d1ac821b84b60 100644 --- a/tests/baselines/reference/neverReturningFunctions1.js +++ b/tests/baselines/reference/neverReturningFunctions1.js @@ -297,21 +297,22 @@ function f24(x) { var Test = /** @class */ (function () { function Test() { } - Test.prototype.fail = function (message) { + var proto_1 = Test.prototype; + proto_1.fail = function (message) { throw new Error(message); }; - Test.prototype.f1 = function (x) { + proto_1.f1 = function (x) { if (x === undefined) this.fail("undefined argument"); x.length; // string }; - Test.prototype.f2 = function (x) { + proto_1.f2 = function (x) { if (x >= 0) return x; this.fail("negative number"); x; // Unreachable }; - Test.prototype.f3 = function (x) { + proto_1.f3 = function (x) { x; // string this.fail(); x; // Unreachable diff --git a/tests/baselines/reference/truthinessCallExpressionCoercion.js b/tests/baselines/reference/truthinessCallExpressionCoercion.js index 19ab1722c81cd..b8f588be0ee90 100644 --- a/tests/baselines/reference/truthinessCallExpressionCoercion.js +++ b/tests/baselines/reference/truthinessCallExpressionCoercion.js @@ -121,10 +121,11 @@ function checksPropertyAccess() { var Foo = /** @class */ (function () { function Foo() { } - Foo.prototype.isUser = function () { + var proto_1 = Foo.prototype; + proto_1.isUser = function () { return true; }; - Foo.prototype.test = function () { + proto_1.test = function () { if (this.isUser) { // error } if (this.maybeIsUser) { // ok diff --git a/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-jsdoc-style-comment-when-one-two-three-are-prepended-in-order.js b/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-jsdoc-style-comment-when-one-two-three-are-prepended-in-order.js index ecc49daa6e7ac..b6856d2d41530 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-jsdoc-style-comment-when-one-two-three-are-prepended-in-order.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-jsdoc-style-comment-when-one-two-three-are-prepended-in-order.js @@ -860,7 +860,7 @@ sourceFile:../second/second_part2.ts }, { "pos": 110, - "end": 3162, + "end": 3180, "kind": "text" } ] @@ -936,7 +936,7 @@ function f() { } ---------------------------------------------------------------------- -text: (110-3162) +text: (110-3180) var N; (function (N) { function f() { @@ -947,8 +947,9 @@ var N; var normalC = (function () { function normalC() { } - normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: true, diff --git a/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-when-one-two-three-are-prepended-in-order.js b/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-when-one-two-three-are-prepended-in-order.js index d5189a023df6f..e82d0634fb130 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-when-one-two-three-are-prepended-in-order.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-when-one-two-three-are-prepended-in-order.js @@ -882,7 +882,7 @@ sourceFile:../second/second_part2.ts }, { "pos": 110, - "end": 3162, + "end": 3180, "kind": "text" } ] @@ -958,7 +958,7 @@ function f() { } ---------------------------------------------------------------------- -text: (110-3162) +text: (110-3180) var N; (function (N) { function f() { @@ -969,8 +969,9 @@ var N; var normalC = (function () { function normalC() { } - normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: true, diff --git a/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js b/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js index ec6c7250b9bf4..d2f0db3e02bee 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js @@ -860,7 +860,7 @@ sourceFile:../second/second_part2.ts }, { "pos": 110, - "end": 3526, + "end": 3544, "kind": "text" } ] @@ -936,7 +936,7 @@ function f() { } ---------------------------------------------------------------------- -text: (110-3526) +text: (110-3544) var N; (function (N) { function f() { @@ -947,8 +947,9 @@ var N; var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - /*@internal*/ normalC.prototype.method = function () { }; - Object.defineProperty(normalC.prototype, "c", { + var proto_1 = normalC.prototype; + /*@internal*/ proto_1.method = function () { }; + Object.defineProperty(proto_1, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: true, From 33477e69305fd0406a02ff7c91f6e252f0d66d56 Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Sun, 20 Oct 2019 22:31:22 -0400 Subject: [PATCH 6/9] Accounted for multiple members with the same name (i.e. get/set) --- src/compiler/core.ts | 19 ------- src/compiler/transformers/es2015.ts | 29 +++++++++- .../reference/accessorWithLineTerminator.js | 3 +- ...sorWithMismatchedAccessibilityModifiers.js | 9 +-- .../accessorsAreNotContextuallyTyped.js | 3 +- .../reference/aliasUsageInAccessorsOfClass.js | 3 +- .../reference/anyIdenticalToItself.js | 3 +- ...llisionSuperAndLocalFunctionInAccessors.js | 9 +-- .../collisionSuperAndLocalVarInAccessors.js | 9 +-- ...ionThisExpressionAndLocalVarInAccessors.js | 6 +- .../reference/commentOnClassAccessor2.js | 3 +- .../reference/decoratorOnClassAccessor7.js | 18 ++---- .../reference/decoratorOnClassAccessor8.js | 12 ++-- ...ClassFunctionOverridesBaseClassAccessor.js | 3 +- .../reference/duplicatePropertyNames.js | 5 +- .../functionAndPropertyNameConflict.js | 5 +- .../reference/getAndSetNotIdenticalType.js | 3 +- .../reference/getAndSetNotIdenticalType2.js | 3 +- .../reference/getAndSetNotIdenticalType3.js | 3 +- .../baselines/reference/gettersAndSetters.js | 3 +- .../gettersAndSettersAccessibility.js | 3 +- .../reference/gettersAndSettersErrors.js | 3 +- ...itAnyGetAndSetAccessorWithAnyReturnType.js | 3 +- .../reference/inferSetterParamType.js | 6 +- ...ritanceMemberAccessorOverridingAccessor.js | 6 +- ...heritanceMemberAccessorOverridingMethod.js | 3 +- ...ritanceMemberAccessorOverridingProperty.js | 3 +- ...inheritanceMemberFuncOverridingAccessor.js | 3 +- ...ritanceMemberPropertyOverridingAccessor.js | 3 +- .../reference/interfaceImplementation5.js | 6 +- ...ionThisExpressionAndLocalVarInAccessors.js | 6 +- .../reference/parserMemberAccessor1.js | 3 +- tests/baselines/reference/properties.js | 3 +- tests/baselines/reference/properties.js.map | 2 +- .../reference/properties.sourcemap.txt | 55 +++++++++---------- .../propertyAndAccessorWithSameName.js | 3 +- .../baselines/reference/setterBeforeGetter.js | 3 +- .../reference/superPropertyAccess_ES5.js | 3 +- ...rgetEs6DecoratorMetadataImportNotElided.js | 3 +- tests/baselines/reference/thisInAccessors.js | 9 +-- .../reference/thisTypeInAccessors.js | 3 +- .../reference/twoAccessorsWithSameName.js | 9 +-- .../reference/unusedGetterInClass.js | 3 +- 43 files changed, 120 insertions(+), 175 deletions(-) diff --git a/src/compiler/core.ts b/src/compiler/core.ts index b19f595982908..4941257cabf64 100644 --- a/src/compiler/core.ts +++ b/src/compiler/core.ts @@ -1077,25 +1077,6 @@ namespace ts { return array[array.length - 1]; } - /** - * Returns whether an array has exactly one member that matches a filter. - */ - export function containsExactlyOne(array: ReadonlyArray, filter: (item: T) => boolean) { - let found = false; - - for (const item of array) { - if (filter(item)) { - if (found) { - return false; - } - - found = true; - } - } - - return found; - } - /** * Returns the only element of an array if it contains only one element, `undefined` otherwise. */ diff --git a/src/compiler/transformers/es2015.ts b/src/compiler/transformers/es2015.ts index b4b2f483f1317..65a47f7e44661 100644 --- a/src/compiler/transformers/es2015.ts +++ b/src/compiler/transformers/es2015.ts @@ -1591,7 +1591,7 @@ namespace ts { // If the class has exactly one non-static member, it'll access prototype members on itself: // ClassName.prototype.member = ... - if (containsExactlyOne(node.members, classMemberAssignsToPrototype)) { + if (!membersContainMultipleUniqueNames(node.members.filter(classMemberAssignsToPrototype))) { prototypeStorageName = originalPrototypeAccess; return prototypeStorageName; } @@ -1625,6 +1625,33 @@ namespace ts { return !hasModifier(node, ModifierFlags.Static) && !isConstructorDeclaration(node); } + function membersContainMultipleUniqueNames(members: ClassElement[]) { + if (members.length <= 1) { + return false; + } + + let foundName: string | undefined; + + for (const member of members) { + // If a name isn't immediately identifiable, we assume it's unique + if (!member.name || !isPropertyNameLiteral(member.name)) { + return true; + } + + const text = getTextOfIdentifierOrLiteral(member.name); + if (foundName === undefined) { + foundName = text; + continue; + } + + if (text !== foundName) { + return true; + } + } + + return false; + } + /** * Transforms a SemicolonClassElement into a statement for a class body function. * diff --git a/tests/baselines/reference/accessorWithLineTerminator.js b/tests/baselines/reference/accessorWithLineTerminator.js index 4c7446813220f..51310c101a8a3 100644 --- a/tests/baselines/reference/accessorWithLineTerminator.js +++ b/tests/baselines/reference/accessorWithLineTerminator.js @@ -11,8 +11,7 @@ class C { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - Object.defineProperty(proto_1, "x", { + Object.defineProperty(C.prototype, "x", { get: function () { return 1; }, set: function (v) { }, enumerable: true, diff --git a/tests/baselines/reference/accessorWithMismatchedAccessibilityModifiers.js b/tests/baselines/reference/accessorWithMismatchedAccessibilityModifiers.js index ed5fcf4fb86cf..fa68ac3e0056f 100644 --- a/tests/baselines/reference/accessorWithMismatchedAccessibilityModifiers.js +++ b/tests/baselines/reference/accessorWithMismatchedAccessibilityModifiers.js @@ -35,8 +35,7 @@ class F { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - Object.defineProperty(proto_1, "x", { + Object.defineProperty(C.prototype, "x", { get: function () { return 1; }, @@ -50,8 +49,7 @@ var C = /** @class */ (function () { var D = /** @class */ (function () { function D() { } - var proto_2 = D.prototype; - Object.defineProperty(proto_2, "x", { + Object.defineProperty(D.prototype, "x", { get: function () { return 1; }, @@ -65,8 +63,7 @@ var D = /** @class */ (function () { var E = /** @class */ (function () { function E() { } - var proto_3 = E.prototype; - Object.defineProperty(proto_3, "x", { + Object.defineProperty(E.prototype, "x", { get: function () { return 1; }, diff --git a/tests/baselines/reference/accessorsAreNotContextuallyTyped.js b/tests/baselines/reference/accessorsAreNotContextuallyTyped.js index 53d13babd07cc..7ec27cbb9267a 100644 --- a/tests/baselines/reference/accessorsAreNotContextuallyTyped.js +++ b/tests/baselines/reference/accessorsAreNotContextuallyTyped.js @@ -18,8 +18,7 @@ var r = c.x(''); // string var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - Object.defineProperty(proto_1, "x", { + Object.defineProperty(C.prototype, "x", { get: function () { return function (x) { return ""; }; }, diff --git a/tests/baselines/reference/aliasUsageInAccessorsOfClass.js b/tests/baselines/reference/aliasUsageInAccessorsOfClass.js index 32e939f807566..107466601d327 100644 --- a/tests/baselines/reference/aliasUsageInAccessorsOfClass.js +++ b/tests/baselines/reference/aliasUsageInAccessorsOfClass.js @@ -68,8 +68,7 @@ var moduleA = require("./aliasUsage1_moduleA"); var C2 = /** @class */ (function () { function C2() { } - var proto_1 = C2.prototype; - Object.defineProperty(proto_1, "A", { + Object.defineProperty(C2.prototype, "A", { get: function () { return this.x; }, diff --git a/tests/baselines/reference/anyIdenticalToItself.js b/tests/baselines/reference/anyIdenticalToItself.js index c5292a63a8125..d88abadeed1be 100644 --- a/tests/baselines/reference/anyIdenticalToItself.js +++ b/tests/baselines/reference/anyIdenticalToItself.js @@ -17,8 +17,7 @@ function foo(x, y) { } var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - Object.defineProperty(proto_1, "X", { + Object.defineProperty(C.prototype, "X", { get: function () { var y; return y; diff --git a/tests/baselines/reference/collisionSuperAndLocalFunctionInAccessors.js b/tests/baselines/reference/collisionSuperAndLocalFunctionInAccessors.js index e90ff677731d3..e6a09cea65bbe 100644 --- a/tests/baselines/reference/collisionSuperAndLocalFunctionInAccessors.js +++ b/tests/baselines/reference/collisionSuperAndLocalFunctionInAccessors.js @@ -58,8 +58,7 @@ function _super() { var Foo = /** @class */ (function () { function Foo() { } - var proto_1 = Foo.prototype; - Object.defineProperty(proto_1, "prop1", { + Object.defineProperty(Foo.prototype, "prop1", { get: function () { function _super() { } @@ -79,8 +78,7 @@ var b = /** @class */ (function (_super_1) { function b() { return _super_1 !== null && _super_1.apply(this, arguments) || this; } - var proto_2 = b.prototype; - Object.defineProperty(proto_2, "prop2", { + Object.defineProperty(b.prototype, "prop2", { get: function () { function _super() { } @@ -100,8 +98,7 @@ var c = /** @class */ (function (_super_1) { function c() { return _super_1 !== null && _super_1.apply(this, arguments) || this; } - var proto_3 = c.prototype; - Object.defineProperty(proto_3, "prop2", { + Object.defineProperty(c.prototype, "prop2", { get: function () { var x = function () { function _super() { diff --git a/tests/baselines/reference/collisionSuperAndLocalVarInAccessors.js b/tests/baselines/reference/collisionSuperAndLocalVarInAccessors.js index 86ba6541ebdd3..3fb07f807d42d 100644 --- a/tests/baselines/reference/collisionSuperAndLocalVarInAccessors.js +++ b/tests/baselines/reference/collisionSuperAndLocalVarInAccessors.js @@ -50,8 +50,7 @@ var _super = 10; // No Error var Foo = /** @class */ (function () { function Foo() { } - var proto_1 = Foo.prototype; - Object.defineProperty(proto_1, "prop1", { + Object.defineProperty(Foo.prototype, "prop1", { get: function () { var _super = 10; // No error return 10; @@ -69,8 +68,7 @@ var b = /** @class */ (function (_super_1) { function b() { return _super_1 !== null && _super_1.apply(this, arguments) || this; } - var proto_2 = b.prototype; - Object.defineProperty(proto_2, "prop2", { + Object.defineProperty(b.prototype, "prop2", { get: function () { var _super = 10; // Should be error return 10; @@ -88,8 +86,7 @@ var c = /** @class */ (function (_super_1) { function c() { return _super_1 !== null && _super_1.apply(this, arguments) || this; } - var proto_3 = c.prototype; - Object.defineProperty(proto_3, "prop2", { + Object.defineProperty(c.prototype, "prop2", { get: function () { var x = function () { var _super = 10; // Should be error diff --git a/tests/baselines/reference/collisionThisExpressionAndLocalVarInAccessors.js b/tests/baselines/reference/collisionThisExpressionAndLocalVarInAccessors.js index a31d487b763fd..ffa350a04eff1 100644 --- a/tests/baselines/reference/collisionThisExpressionAndLocalVarInAccessors.js +++ b/tests/baselines/reference/collisionThisExpressionAndLocalVarInAccessors.js @@ -47,8 +47,7 @@ class class2 { var class1 = /** @class */ (function () { function class1() { } - var proto_1 = class1.prototype; - Object.defineProperty(proto_1, "a", { + Object.defineProperty(class1.prototype, "a", { get: function () { var _this_1 = this; var x2 = { @@ -76,8 +75,7 @@ var class1 = /** @class */ (function () { var class2 = /** @class */ (function () { function class2() { } - var proto_2 = class2.prototype; - Object.defineProperty(proto_2, "a", { + Object.defineProperty(class2.prototype, "a", { get: function () { var _this_1 = this; var _this = 2; diff --git a/tests/baselines/reference/commentOnClassAccessor2.js b/tests/baselines/reference/commentOnClassAccessor2.js index d6f4b0c7d61d1..5ab91eb6adc86 100644 --- a/tests/baselines/reference/commentOnClassAccessor2.js +++ b/tests/baselines/reference/commentOnClassAccessor2.js @@ -15,8 +15,7 @@ class C { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - Object.defineProperty(proto_1, "bar", { + Object.defineProperty(C.prototype, "bar", { /** * Getter. */ diff --git a/tests/baselines/reference/decoratorOnClassAccessor7.js b/tests/baselines/reference/decoratorOnClassAccessor7.js index b464564e337a3..d32e0eb4911af 100644 --- a/tests/baselines/reference/decoratorOnClassAccessor7.js +++ b/tests/baselines/reference/decoratorOnClassAccessor7.js @@ -42,8 +42,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, var A = /** @class */ (function () { function A() { } - var proto_1 = A.prototype; - Object.defineProperty(proto_1, "x", { + Object.defineProperty(A.prototype, "x", { get: function () { return 0; }, set: function (value) { }, enumerable: true, @@ -57,8 +56,7 @@ var A = /** @class */ (function () { var B = /** @class */ (function () { function B() { } - var proto_2 = B.prototype; - Object.defineProperty(proto_2, "x", { + Object.defineProperty(B.prototype, "x", { get: function () { return 0; }, set: function (value) { }, enumerable: true, @@ -72,8 +70,7 @@ var B = /** @class */ (function () { var C = /** @class */ (function () { function C() { } - var proto_3 = C.prototype; - Object.defineProperty(proto_3, "x", { + Object.defineProperty(C.prototype, "x", { get: function () { return 0; }, set: function (value) { }, enumerable: true, @@ -87,8 +84,7 @@ var C = /** @class */ (function () { var D = /** @class */ (function () { function D() { } - var proto_4 = D.prototype; - Object.defineProperty(proto_4, "x", { + Object.defineProperty(D.prototype, "x", { get: function () { return 0; }, set: function (value) { }, enumerable: true, @@ -102,8 +98,7 @@ var D = /** @class */ (function () { var E = /** @class */ (function () { function E() { } - var proto_5 = E.prototype; - Object.defineProperty(proto_5, "x", { + Object.defineProperty(E.prototype, "x", { get: function () { return 0; }, set: function (value) { }, enumerable: true, @@ -117,8 +112,7 @@ var E = /** @class */ (function () { var F = /** @class */ (function () { function F() { } - var proto_6 = F.prototype; - Object.defineProperty(proto_6, "x", { + Object.defineProperty(F.prototype, "x", { get: function () { return 0; }, set: function (value) { }, enumerable: true, diff --git a/tests/baselines/reference/decoratorOnClassAccessor8.js b/tests/baselines/reference/decoratorOnClassAccessor8.js index 988f9130c1ef1..e1fffdaec839d 100644 --- a/tests/baselines/reference/decoratorOnClassAccessor8.js +++ b/tests/baselines/reference/decoratorOnClassAccessor8.js @@ -42,8 +42,7 @@ var __metadata = (this && this.__metadata) || function (k, v) { var A = /** @class */ (function () { function A() { } - var proto_1 = A.prototype; - Object.defineProperty(proto_1, "x", { + Object.defineProperty(A.prototype, "x", { get: function () { return 0; }, set: function (value) { }, enumerable: true, @@ -59,8 +58,7 @@ var A = /** @class */ (function () { var B = /** @class */ (function () { function B() { } - var proto_2 = B.prototype; - Object.defineProperty(proto_2, "x", { + Object.defineProperty(B.prototype, "x", { get: function () { return 0; }, set: function (value) { }, enumerable: true, @@ -76,8 +74,7 @@ var B = /** @class */ (function () { var C = /** @class */ (function () { function C() { } - var proto_3 = C.prototype; - Object.defineProperty(proto_3, "x", { + Object.defineProperty(C.prototype, "x", { get: function () { return 0; }, set: function (value) { }, enumerable: true, @@ -93,8 +90,7 @@ var C = /** @class */ (function () { var D = /** @class */ (function () { function D() { } - var proto_4 = D.prototype; - Object.defineProperty(proto_4, "x", { + Object.defineProperty(D.prototype, "x", { get: function () { return 0; }, set: function (value) { }, enumerable: true, diff --git a/tests/baselines/reference/derivedClassFunctionOverridesBaseClassAccessor.js b/tests/baselines/reference/derivedClassFunctionOverridesBaseClassAccessor.js index a635dbfa3298a..0df523b753138 100644 --- a/tests/baselines/reference/derivedClassFunctionOverridesBaseClassAccessor.js +++ b/tests/baselines/reference/derivedClassFunctionOverridesBaseClassAccessor.js @@ -31,8 +31,7 @@ var __extends = (this && this.__extends) || (function () { var Base = /** @class */ (function () { function Base() { } - var proto_1 = Base.prototype; - Object.defineProperty(proto_1, "x", { + Object.defineProperty(Base.prototype, "x", { get: function () { return 1; }, diff --git a/tests/baselines/reference/duplicatePropertyNames.js b/tests/baselines/reference/duplicatePropertyNames.js index 7ac6d2a458fcf..95e491b71f53b 100644 --- a/tests/baselines/reference/duplicatePropertyNames.js +++ b/tests/baselines/reference/duplicatePropertyNames.js @@ -55,9 +55,8 @@ var C = /** @class */ (function () { this.baz = function () { }; this.baz = function () { }; } - var proto_1 = C.prototype; - proto_1.bar = function (x) { }; - proto_1.bar = function (x) { }; + C.prototype.bar = function (x) { }; + C.prototype.bar = function (x) { }; return C; }()); var a; diff --git a/tests/baselines/reference/functionAndPropertyNameConflict.js b/tests/baselines/reference/functionAndPropertyNameConflict.js index 293801b468a25..b2e77a8b5bedf 100644 --- a/tests/baselines/reference/functionAndPropertyNameConflict.js +++ b/tests/baselines/reference/functionAndPropertyNameConflict.js @@ -10,9 +10,8 @@ class C65 { var C65 = /** @class */ (function () { function C65() { } - var proto_1 = C65.prototype; - proto_1.aaaaa = function () { }; - Object.defineProperty(proto_1, "aaaaa", { + C65.prototype.aaaaa = function () { }; + Object.defineProperty(C65.prototype, "aaaaa", { get: function () { return 1; }, diff --git a/tests/baselines/reference/getAndSetNotIdenticalType.js b/tests/baselines/reference/getAndSetNotIdenticalType.js index f8cf92b23c03d..edebef235b8fd 100644 --- a/tests/baselines/reference/getAndSetNotIdenticalType.js +++ b/tests/baselines/reference/getAndSetNotIdenticalType.js @@ -10,8 +10,7 @@ class C { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - Object.defineProperty(proto_1, "x", { + Object.defineProperty(C.prototype, "x", { get: function () { return 1; }, diff --git a/tests/baselines/reference/getAndSetNotIdenticalType2.js b/tests/baselines/reference/getAndSetNotIdenticalType2.js index df24a774e7adb..af729eb7d7aee 100644 --- a/tests/baselines/reference/getAndSetNotIdenticalType2.js +++ b/tests/baselines/reference/getAndSetNotIdenticalType2.js @@ -24,8 +24,7 @@ var A = /** @class */ (function () { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - Object.defineProperty(proto_1, "x", { + Object.defineProperty(C.prototype, "x", { get: function () { return this.data; }, diff --git a/tests/baselines/reference/getAndSetNotIdenticalType3.js b/tests/baselines/reference/getAndSetNotIdenticalType3.js index d4ce01c49f7c8..ff2d04ef1509f 100644 --- a/tests/baselines/reference/getAndSetNotIdenticalType3.js +++ b/tests/baselines/reference/getAndSetNotIdenticalType3.js @@ -24,8 +24,7 @@ var A = /** @class */ (function () { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - Object.defineProperty(proto_1, "x", { + Object.defineProperty(C.prototype, "x", { get: function () { return this.data; }, diff --git a/tests/baselines/reference/gettersAndSetters.js b/tests/baselines/reference/gettersAndSetters.js index 9e4452d910bb1..b69a468ce9cb1 100644 --- a/tests/baselines/reference/gettersAndSetters.js +++ b/tests/baselines/reference/gettersAndSetters.js @@ -49,8 +49,7 @@ var C = /** @class */ (function () { this.get = function () { }; // ok this.set = function () { }; // ok } - var proto_1 = C.prototype; - Object.defineProperty(proto_1, "Foo", { + Object.defineProperty(C.prototype, "Foo", { get: function () { return this.fooBack; } // ok , set: function (foo) { this.fooBack = foo; } // ok diff --git a/tests/baselines/reference/gettersAndSettersAccessibility.js b/tests/baselines/reference/gettersAndSettersAccessibility.js index b3e32d9ac16d4..77747909f4865 100644 --- a/tests/baselines/reference/gettersAndSettersAccessibility.js +++ b/tests/baselines/reference/gettersAndSettersAccessibility.js @@ -9,8 +9,7 @@ class C99 { var C99 = /** @class */ (function () { function C99() { } - var proto_1 = C99.prototype; - Object.defineProperty(proto_1, "Baz", { + Object.defineProperty(C99.prototype, "Baz", { get: function () { return 0; }, set: function (n) { } // error - accessors do not agree in visibility , diff --git a/tests/baselines/reference/gettersAndSettersErrors.js b/tests/baselines/reference/gettersAndSettersErrors.js index 004ef6c3099a3..7f6fdf17365a3 100644 --- a/tests/baselines/reference/gettersAndSettersErrors.js +++ b/tests/baselines/reference/gettersAndSettersErrors.js @@ -43,8 +43,7 @@ var C = /** @class */ (function () { var E = /** @class */ (function () { function E() { } - var proto_2 = E.prototype; - Object.defineProperty(proto_2, "Baz", { + Object.defineProperty(E.prototype, "Baz", { get: function () { return 0; }, set: function (n) { } // error - accessors do not agree in visibility , diff --git a/tests/baselines/reference/implicitAnyGetAndSetAccessorWithAnyReturnType.js b/tests/baselines/reference/implicitAnyGetAndSetAccessorWithAnyReturnType.js index 9bdd109d183b8..48793de094d08 100644 --- a/tests/baselines/reference/implicitAnyGetAndSetAccessorWithAnyReturnType.js +++ b/tests/baselines/reference/implicitAnyGetAndSetAccessorWithAnyReturnType.js @@ -29,8 +29,7 @@ var GetAndSet = /** @class */ (function () { function GetAndSet() { this.getAndSet = null; // error at "getAndSet" } - var proto_1 = GetAndSet.prototype; - Object.defineProperty(proto_1, "haveGetAndSet", { + Object.defineProperty(GetAndSet.prototype, "haveGetAndSet", { get: function () { return this.getAndSet; }, diff --git a/tests/baselines/reference/inferSetterParamType.js b/tests/baselines/reference/inferSetterParamType.js index 77a5aca14d508..7c1c2a44ecb3a 100644 --- a/tests/baselines/reference/inferSetterParamType.js +++ b/tests/baselines/reference/inferSetterParamType.js @@ -22,8 +22,7 @@ class Foo2 { var Foo = /** @class */ (function () { function Foo() { } - var proto_1 = Foo.prototype; - Object.defineProperty(proto_1, "bar", { + Object.defineProperty(Foo.prototype, "bar", { get: function () { return 0; }, @@ -37,8 +36,7 @@ var Foo = /** @class */ (function () { var Foo2 = /** @class */ (function () { function Foo2() { } - var proto_2 = Foo2.prototype; - Object.defineProperty(proto_2, "bar", { + Object.defineProperty(Foo2.prototype, "bar", { get: function () { return 0; // should be an error - can't coerce infered return type to match setter annotated type }, diff --git a/tests/baselines/reference/inheritanceMemberAccessorOverridingAccessor.js b/tests/baselines/reference/inheritanceMemberAccessorOverridingAccessor.js index 0d98e791cb183..6a336d64f3bbb 100644 --- a/tests/baselines/reference/inheritanceMemberAccessorOverridingAccessor.js +++ b/tests/baselines/reference/inheritanceMemberAccessorOverridingAccessor.js @@ -34,8 +34,7 @@ var __extends = (this && this.__extends) || (function () { var a = /** @class */ (function () { function a() { } - var proto_1 = a.prototype; - Object.defineProperty(proto_1, "x", { + Object.defineProperty(a.prototype, "x", { get: function () { return "20"; }, @@ -51,8 +50,7 @@ var b = /** @class */ (function (_super) { function b() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_2 = b.prototype; - Object.defineProperty(proto_2, "x", { + Object.defineProperty(b.prototype, "x", { get: function () { return "20"; }, diff --git a/tests/baselines/reference/inheritanceMemberAccessorOverridingMethod.js b/tests/baselines/reference/inheritanceMemberAccessorOverridingMethod.js index eb85b6e5bce33..74da144f1d815 100644 --- a/tests/baselines/reference/inheritanceMemberAccessorOverridingMethod.js +++ b/tests/baselines/reference/inheritanceMemberAccessorOverridingMethod.js @@ -41,8 +41,7 @@ var b = /** @class */ (function (_super) { function b() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_1 = b.prototype; - Object.defineProperty(proto_1, "x", { + Object.defineProperty(b.prototype, "x", { get: function () { return function () { return "20"; }; }, diff --git a/tests/baselines/reference/inheritanceMemberAccessorOverridingProperty.js b/tests/baselines/reference/inheritanceMemberAccessorOverridingProperty.js index 8bb5c4f484bfc..53e045be2d3bc 100644 --- a/tests/baselines/reference/inheritanceMemberAccessorOverridingProperty.js +++ b/tests/baselines/reference/inheritanceMemberAccessorOverridingProperty.js @@ -36,8 +36,7 @@ var b = /** @class */ (function (_super) { function b() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_1 = b.prototype; - Object.defineProperty(proto_1, "x", { + Object.defineProperty(b.prototype, "x", { get: function () { return "20"; }, diff --git a/tests/baselines/reference/inheritanceMemberFuncOverridingAccessor.js b/tests/baselines/reference/inheritanceMemberFuncOverridingAccessor.js index e6cf241bd115c..ebafc23792581 100644 --- a/tests/baselines/reference/inheritanceMemberFuncOverridingAccessor.js +++ b/tests/baselines/reference/inheritanceMemberFuncOverridingAccessor.js @@ -31,8 +31,7 @@ var __extends = (this && this.__extends) || (function () { var a = /** @class */ (function () { function a() { } - var proto_1 = a.prototype; - Object.defineProperty(proto_1, "x", { + Object.defineProperty(a.prototype, "x", { get: function () { return "20"; }, diff --git a/tests/baselines/reference/inheritanceMemberPropertyOverridingAccessor.js b/tests/baselines/reference/inheritanceMemberPropertyOverridingAccessor.js index 6bc051b102b48..1cab36c13994a 100644 --- a/tests/baselines/reference/inheritanceMemberPropertyOverridingAccessor.js +++ b/tests/baselines/reference/inheritanceMemberPropertyOverridingAccessor.js @@ -30,8 +30,7 @@ var __extends = (this && this.__extends) || (function () { var a = /** @class */ (function () { function a() { } - var proto_1 = a.prototype; - Object.defineProperty(proto_1, "x", { + Object.defineProperty(a.prototype, "x", { get: function () { return this.__x; }, diff --git a/tests/baselines/reference/interfaceImplementation5.js b/tests/baselines/reference/interfaceImplementation5.js index d5da73e13fcdd..9b2ffd88e4059 100644 --- a/tests/baselines/reference/interfaceImplementation5.js +++ b/tests/baselines/reference/interfaceImplementation5.js @@ -55,8 +55,7 @@ var C2 = /** @class */ (function () { var C3 = /** @class */ (function () { function C3() { } - var proto_1 = C3.prototype; - Object.defineProperty(proto_1, "getset1", { + Object.defineProperty(C3.prototype, "getset1", { get: function () { return 1; }, set: function (baz) { }, enumerable: true, @@ -87,8 +86,7 @@ var C5 = /** @class */ (function () { var C6 = /** @class */ (function () { function C6() { } - var proto_2 = C6.prototype; - Object.defineProperty(proto_2, "getset1", { + Object.defineProperty(C6.prototype, "getset1", { get: function () { var x; return x; }, set: function (baz) { }, enumerable: true, diff --git a/tests/baselines/reference/noCollisionThisExpressionAndLocalVarInAccessors.js b/tests/baselines/reference/noCollisionThisExpressionAndLocalVarInAccessors.js index 0451113be83aa..6df80b5b30fc6 100644 --- a/tests/baselines/reference/noCollisionThisExpressionAndLocalVarInAccessors.js +++ b/tests/baselines/reference/noCollisionThisExpressionAndLocalVarInAccessors.js @@ -47,8 +47,7 @@ class class2 { var class1 = /** @class */ (function () { function class1() { } - var proto_1 = class1.prototype; - Object.defineProperty(proto_1, "a", { + Object.defineProperty(class1.prototype, "a", { get: function () { var x2 = { doStuff: function (callback) { return function () { @@ -74,8 +73,7 @@ var class1 = /** @class */ (function () { var class2 = /** @class */ (function () { function class2() { } - var proto_2 = class2.prototype; - Object.defineProperty(proto_2, "a", { + Object.defineProperty(class2.prototype, "a", { get: function () { var _this = 2; var x2 = { diff --git a/tests/baselines/reference/parserMemberAccessor1.js b/tests/baselines/reference/parserMemberAccessor1.js index 6085735e8afc4..b7caa9737e034 100644 --- a/tests/baselines/reference/parserMemberAccessor1.js +++ b/tests/baselines/reference/parserMemberAccessor1.js @@ -8,8 +8,7 @@ class C { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - Object.defineProperty(proto_1, "foo", { + Object.defineProperty(C.prototype, "foo", { get: function () { }, set: function (a) { }, enumerable: true, diff --git a/tests/baselines/reference/properties.js b/tests/baselines/reference/properties.js index e44491be81cdc..27688f5837578 100644 --- a/tests/baselines/reference/properties.js +++ b/tests/baselines/reference/properties.js @@ -16,8 +16,7 @@ class MyClass var MyClass = /** @class */ (function () { function MyClass() { } - var proto_1 = MyClass.prototype; - Object.defineProperty(proto_1, "Count", { + Object.defineProperty(MyClass.prototype, "Count", { get: function () { return 42; }, diff --git a/tests/baselines/reference/properties.js.map b/tests/baselines/reference/properties.js.map index 96af63135f5de..614db7b5edcd5 100644 --- a/tests/baselines/reference/properties.js.map +++ b/tests/baselines/reference/properties.js.map @@ -1,2 +1,2 @@ //// [properties.js.map] -{"version":3,"file":"properties.js","sourceRoot":"","sources":["properties.ts"],"names":[],"mappings":"AAAA;IAAA;IAWA,CAAC;;IATG,sBAAW,gBAAK;aAAhB;YAEI,OAAO,EAAE,CAAC;QACd,CAAC;aAED,UAAiB,KAAa;YAE1B,EAAE;QACN,CAAC;;;OALA;IAML,cAAC;AAAD,CAAC,AAXD,IAWC"} \ No newline at end of file +{"version":3,"file":"properties.js","sourceRoot":"","sources":["properties.ts"],"names":[],"mappings":"AAAA;IAAA;IAWA,CAAC;IATG,sBAAW,0BAAK;aAAhB;YAEI,OAAO,EAAE,CAAC;QACd,CAAC;aAED,UAAiB,KAAa;YAE1B,EAAE;QACN,CAAC;;;OALA;IAML,cAAC;AAAD,CAAC,AAXD,IAWC"} \ No newline at end of file diff --git a/tests/baselines/reference/properties.sourcemap.txt b/tests/baselines/reference/properties.sourcemap.txt index 63080b04e4a44..dcb2822b46b41 100644 --- a/tests/baselines/reference/properties.sourcemap.txt +++ b/tests/baselines/reference/properties.sourcemap.txt @@ -23,7 +23,7 @@ sourceFile:properties.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->class MyClass >{ > public get Count(): number @@ -40,23 +40,22 @@ sourceFile:properties.ts 1->Emitted(3, 5) Source(12, 1) + SourceIndex(0) 2 >Emitted(3, 6) Source(12, 2) + SourceIndex(0) --- ->>> var proto_1 = MyClass.prototype; ->>> Object.defineProperty(proto_1, "Count", { +>>> Object.defineProperty(MyClass.prototype, "Count", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^ +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^ 1-> 2 > public get 3 > Count -1->Emitted(5, 5) Source(3, 5) + SourceIndex(0) -2 >Emitted(5, 27) Source(3, 16) + SourceIndex(0) -3 >Emitted(5, 43) Source(3, 21) + SourceIndex(0) +1->Emitted(4, 5) Source(3, 5) + SourceIndex(0) +2 >Emitted(4, 27) Source(3, 16) + SourceIndex(0) +3 >Emitted(4, 53) Source(3, 21) + SourceIndex(0) --- >>> get: function () { 1 >^^^^^^^^^^^^^ 2 > ^^^^^^^^^^-> 1 > -1 >Emitted(6, 14) Source(3, 5) + SourceIndex(0) +1 >Emitted(5, 14) Source(3, 5) + SourceIndex(0) --- >>> return 42; 1->^^^^^^^^^^^^ @@ -69,10 +68,10 @@ sourceFile:properties.ts 2 > return 3 > 42 4 > ; -1->Emitted(7, 13) Source(5, 9) + SourceIndex(0) -2 >Emitted(7, 20) Source(5, 16) + SourceIndex(0) -3 >Emitted(7, 22) Source(5, 18) + SourceIndex(0) -4 >Emitted(7, 23) Source(5, 19) + SourceIndex(0) +1->Emitted(6, 13) Source(5, 9) + SourceIndex(0) +2 >Emitted(6, 20) Source(5, 16) + SourceIndex(0) +3 >Emitted(6, 22) Source(5, 18) + SourceIndex(0) +4 >Emitted(6, 23) Source(5, 19) + SourceIndex(0) --- >>> }, 1 >^^^^^^^^ @@ -81,8 +80,8 @@ sourceFile:properties.ts 1 > > 2 > } -1 >Emitted(8, 9) Source(6, 5) + SourceIndex(0) -2 >Emitted(8, 10) Source(6, 6) + SourceIndex(0) +1 >Emitted(7, 9) Source(6, 5) + SourceIndex(0) +2 >Emitted(7, 10) Source(6, 6) + SourceIndex(0) --- >>> set: function (value) { 1->^^^^^^^^^^^^^ @@ -93,9 +92,9 @@ sourceFile:properties.ts > 2 > public set Count( 3 > value: number -1->Emitted(9, 14) Source(8, 5) + SourceIndex(0) -2 >Emitted(9, 24) Source(8, 22) + SourceIndex(0) -3 >Emitted(9, 29) Source(8, 35) + SourceIndex(0) +1->Emitted(8, 14) Source(8, 5) + SourceIndex(0) +2 >Emitted(8, 24) Source(8, 22) + SourceIndex(0) +3 >Emitted(8, 29) Source(8, 35) + SourceIndex(0) --- >>> // 1 >^^^^^^^^^^^^ @@ -104,8 +103,8 @@ sourceFile:properties.ts > { > 2 > // -1 >Emitted(10, 13) Source(10, 9) + SourceIndex(0) -2 >Emitted(10, 15) Source(10, 11) + SourceIndex(0) +1 >Emitted(9, 13) Source(10, 9) + SourceIndex(0) +2 >Emitted(9, 15) Source(10, 11) + SourceIndex(0) --- >>> }, 1 >^^^^^^^^ @@ -114,8 +113,8 @@ sourceFile:properties.ts 1 > > 2 > } -1 >Emitted(11, 9) Source(11, 5) + SourceIndex(0) -2 >Emitted(11, 10) Source(11, 6) + SourceIndex(0) +1 >Emitted(10, 9) Source(11, 5) + SourceIndex(0) +2 >Emitted(10, 10) Source(11, 6) + SourceIndex(0) --- >>> enumerable: true, >>> configurable: true @@ -123,7 +122,7 @@ sourceFile:properties.ts 1->^^^^^^^ 2 > ^^^^^^^^^^^^^-> 1-> -1->Emitted(14, 8) Source(6, 6) + SourceIndex(0) +1->Emitted(13, 8) Source(6, 6) + SourceIndex(0) --- >>> return MyClass; 1->^^^^ @@ -136,8 +135,8 @@ sourceFile:properties.ts > } > 2 > } -1->Emitted(15, 5) Source(12, 1) + SourceIndex(0) -2 >Emitted(15, 19) Source(12, 2) + SourceIndex(0) +1->Emitted(14, 5) Source(12, 1) + SourceIndex(0) +2 >Emitted(14, 19) Source(12, 2) + SourceIndex(0) --- >>>}()); 1 > @@ -160,9 +159,9 @@ sourceFile:properties.ts > // > } > } -1 >Emitted(16, 1) Source(12, 1) + SourceIndex(0) -2 >Emitted(16, 2) Source(12, 2) + SourceIndex(0) -3 >Emitted(16, 2) Source(1, 1) + SourceIndex(0) -4 >Emitted(16, 6) Source(12, 2) + SourceIndex(0) +1 >Emitted(15, 1) Source(12, 1) + SourceIndex(0) +2 >Emitted(15, 2) Source(12, 2) + SourceIndex(0) +3 >Emitted(15, 2) Source(1, 1) + SourceIndex(0) +4 >Emitted(15, 6) Source(12, 2) + SourceIndex(0) --- >>>//# sourceMappingURL=properties.js.map \ No newline at end of file diff --git a/tests/baselines/reference/propertyAndAccessorWithSameName.js b/tests/baselines/reference/propertyAndAccessorWithSameName.js index 5dae633dcca37..14c08ed2d6571 100644 --- a/tests/baselines/reference/propertyAndAccessorWithSameName.js +++ b/tests/baselines/reference/propertyAndAccessorWithSameName.js @@ -46,8 +46,7 @@ var D = /** @class */ (function () { var E = /** @class */ (function () { function E() { } - var proto_1 = E.prototype; - Object.defineProperty(proto_1, "x", { + Object.defineProperty(E.prototype, "x", { get: function () { return 1; }, diff --git a/tests/baselines/reference/setterBeforeGetter.js b/tests/baselines/reference/setterBeforeGetter.js index 344305a0ea480..743ad9da03977 100644 --- a/tests/baselines/reference/setterBeforeGetter.js +++ b/tests/baselines/reference/setterBeforeGetter.js @@ -16,8 +16,7 @@ class Foo { var Foo = /** @class */ (function () { function Foo() { } - var proto_1 = Foo.prototype; - Object.defineProperty(proto_1, "bar", { + Object.defineProperty(Foo.prototype, "bar", { get: function () { return this._bar; }, diff --git a/tests/baselines/reference/superPropertyAccess_ES5.js b/tests/baselines/reference/superPropertyAccess_ES5.js index 8b640ed9bde64..a010304d43c84 100644 --- a/tests/baselines/reference/superPropertyAccess_ES5.js +++ b/tests/baselines/reference/superPropertyAccess_ES5.js @@ -69,8 +69,7 @@ var f3 = d.value; var A = /** @class */ (function () { function A() { } - var proto_2 = A.prototype; - Object.defineProperty(proto_2, "property", { + Object.defineProperty(A.prototype, "property", { get: function () { return this._property; }, set: function (value) { this._property = value; }, enumerable: true, diff --git a/tests/baselines/reference/targetEs6DecoratorMetadataImportNotElided.js b/tests/baselines/reference/targetEs6DecoratorMetadataImportNotElided.js index 142ac555cbd1c..b2126326793a2 100644 --- a/tests/baselines/reference/targetEs6DecoratorMetadataImportNotElided.js +++ b/tests/baselines/reference/targetEs6DecoratorMetadataImportNotElided.js @@ -38,8 +38,7 @@ import { Input, TemplateRef } from './deps'; var MyComponent = /** @class */ (function () { function MyComponent() { } - var proto_1 = MyComponent.prototype; - Object.defineProperty(proto_1, "ref", { + Object.defineProperty(MyComponent.prototype, "ref", { get: function () { return this._ref; }, set: function (value) { this._ref = value; }, enumerable: true, diff --git a/tests/baselines/reference/thisInAccessors.js b/tests/baselines/reference/thisInAccessors.js index 101e3c6e0050e..739cc183affc7 100644 --- a/tests/baselines/reference/thisInAccessors.js +++ b/tests/baselines/reference/thisInAccessors.js @@ -35,8 +35,7 @@ class GetterAndSetter { var GetterOnly = /** @class */ (function () { function GetterOnly() { } - var proto_1 = GetterOnly.prototype; - Object.defineProperty(proto_1, "Value", { + Object.defineProperty(GetterOnly.prototype, "Value", { get: function () { var _this = this; var fn = function () { return _this; }; @@ -53,8 +52,7 @@ var GetterOnly = /** @class */ (function () { var SetterOnly = /** @class */ (function () { function SetterOnly() { } - var proto_2 = SetterOnly.prototype; - Object.defineProperty(proto_2, "Value", { + Object.defineProperty(SetterOnly.prototype, "Value", { get: function () { return ''; }, @@ -71,8 +69,7 @@ var SetterOnly = /** @class */ (function () { var GetterAndSetter = /** @class */ (function () { function GetterAndSetter() { } - var proto_3 = GetterAndSetter.prototype; - Object.defineProperty(proto_3, "Value", { + Object.defineProperty(GetterAndSetter.prototype, "Value", { get: function () { var _this = this; var fn = function () { return _this; }; diff --git a/tests/baselines/reference/thisTypeInAccessors.js b/tests/baselines/reference/thisTypeInAccessors.js index 74adfa7892c60..bae75af559977 100644 --- a/tests/baselines/reference/thisTypeInAccessors.js +++ b/tests/baselines/reference/thisTypeInAccessors.js @@ -61,8 +61,7 @@ var Explicit = /** @class */ (function () { function Explicit() { this.n = 17; } - var proto_1 = Explicit.prototype; - Object.defineProperty(proto_1, "x", { + Object.defineProperty(Explicit.prototype, "x", { get: function () { return this.n; }, set: function (n) { this.n = n; }, enumerable: true, diff --git a/tests/baselines/reference/twoAccessorsWithSameName.js b/tests/baselines/reference/twoAccessorsWithSameName.js index 9ce8221562783..4bc385652c47e 100644 --- a/tests/baselines/reference/twoAccessorsWithSameName.js +++ b/tests/baselines/reference/twoAccessorsWithSameName.js @@ -38,8 +38,7 @@ var y = { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - Object.defineProperty(proto_1, "x", { + Object.defineProperty(C.prototype, "x", { get: function () { return 1; }, enumerable: true, configurable: true @@ -49,8 +48,7 @@ var C = /** @class */ (function () { var D = /** @class */ (function () { function D() { } - var proto_2 = D.prototype; - Object.defineProperty(proto_2, "x", { + Object.defineProperty(D.prototype, "x", { set: function (v) { }, enumerable: true, configurable: true @@ -60,8 +58,7 @@ var D = /** @class */ (function () { var E = /** @class */ (function () { function E() { } - var proto_3 = E.prototype; - Object.defineProperty(proto_3, "x", { + Object.defineProperty(E.prototype, "x", { get: function () { return 1; }, diff --git a/tests/baselines/reference/unusedGetterInClass.js b/tests/baselines/reference/unusedGetterInClass.js index 8b96e429013a8..3cdac7b63df58 100644 --- a/tests/baselines/reference/unusedGetterInClass.js +++ b/tests/baselines/reference/unusedGetterInClass.js @@ -13,8 +13,7 @@ class Employee { var Employee = /** @class */ (function () { function Employee() { } - var proto_1 = Employee.prototype; - Object.defineProperty(proto_1, "fullName", { + Object.defineProperty(Employee.prototype, "fullName", { get: function () { return this._fullName; }, From 7753817af78d409a5714ab3bc45311fa2662a0ce Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Tue, 1 Dec 2020 19:57:53 -0500 Subject: [PATCH 7/9] Fixed manually required source maps --- .../server/declarationMapsEnableMapping_NoInline.ts | 6 +----- .../server/declarationMapsEnableMapping_NoInlineSources.ts | 6 +----- .../server/declarationMapsGeneratedMapsEnableMapping2.ts | 6 +----- 3 files changed, 3 insertions(+), 15 deletions(-) diff --git a/tests/cases/fourslash/server/declarationMapsEnableMapping_NoInline.ts b/tests/cases/fourslash/server/declarationMapsEnableMapping_NoInline.ts index fd256b28be96e..360ae5da9baac 100644 --- a/tests/cases/fourslash/server/declarationMapsEnableMapping_NoInline.ts +++ b/tests/cases/fourslash/server/declarationMapsEnableMapping_NoInline.ts @@ -52,11 +52,7 @@ //// return Foo; ////}()); ////exports.Foo = Foo; -<<<<<<< HEAD -//////# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOztBQUFBO0lBQUE7SUFTQSxDQUFDOztJQVBHLGtCQUFVLEdBQVYsVUFBVyxRQUFrQixJQUFjLE9BQU8sUUFBUSxDQUFDLENBQUMsQ0FBQztJQUM3RCxtQkFBVyxHQUFYO1FBQ0ksSUFBSSxJQUFJLENBQUMsTUFBTSxFQUFFLEdBQUcsR0FBRyxFQUFFO1lBQ3JCLE9BQU8sRUFBQyxDQUFDLEVBQUUsRUFBRSxFQUFDLENBQUM7U0FDbEI7UUFDRCxPQUFPLEVBQUMsQ0FBQyxFQUFFLEtBQUssRUFBQyxDQUFDO0lBQ3RCLENBQUM7SUFDTCxVQUFDO0FBQUQsQ0FBQyxBQVRELElBU0M7QUFUWSxrQkFBRyJ9 -======= -//////# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFBQTtJQUFBO0lBU0EsQ0FBQztJQVBHLHdCQUFVLEdBQVYsVUFBVyxRQUFrQixJQUFjLE9BQU8sUUFBUSxDQUFDLENBQUMsQ0FBQztJQUM3RCx5QkFBVyxHQUFYO1FBQ0ksSUFBSSxJQUFJLENBQUMsTUFBTSxFQUFFLEdBQUcsR0FBRyxFQUFFO1lBQ3JCLE9BQU8sRUFBQyxDQUFDLEVBQUUsRUFBRSxFQUFDLENBQUM7U0FDbEI7UUFDRCxPQUFPLEVBQUMsQ0FBQyxFQUFFLEtBQUssRUFBQyxDQUFDO0lBQ3RCLENBQUM7SUFDTCxVQUFDO0FBQUQsQ0FBQyxBQVRELElBU0M7QUFUWSxrQkFBRyJ9 ->>>>>>> master +//////# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFBQTtJQUFBO0lBU0EsQ0FBQzs7SUFQRyxrQkFBVSxHQUFWLFVBQVcsUUFBa0IsSUFBYyxPQUFPLFFBQVEsQ0FBQyxDQUFDLENBQUM7SUFDN0QsbUJBQVcsR0FBWDtRQUNJLElBQUksSUFBSSxDQUFDLE1BQU0sRUFBRSxHQUFHLEdBQUcsRUFBRTtZQUNyQixPQUFPLEVBQUMsQ0FBQyxFQUFFLEVBQUUsRUFBQyxDQUFDO1NBQ2xCO1FBQ0QsT0FBTyxFQUFDLENBQUMsRUFBRSxLQUFLLEVBQUMsQ0FBQztJQUN0QixDQUFDO0lBQ0wsVUFBQztBQUFELENBQUMsQUFURCxJQVNDO0FBVFksa0JBQUcifQ== // @Filename: /dist/index.d.ts.map ////{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,qBAAa,GAAG;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,QAAQ,EAAE,QAAQ,GAAG,QAAQ;IACxC,WAAW;;;;;;;CAMd;AAED,MAAM,WAAW,QAAQ;IACrB,MAAM,EAAE,MAAM,CAAC;CAClB"} diff --git a/tests/cases/fourslash/server/declarationMapsEnableMapping_NoInlineSources.ts b/tests/cases/fourslash/server/declarationMapsEnableMapping_NoInlineSources.ts index 6b53021bf341a..e375f087ec525 100644 --- a/tests/cases/fourslash/server/declarationMapsEnableMapping_NoInlineSources.ts +++ b/tests/cases/fourslash/server/declarationMapsEnableMapping_NoInlineSources.ts @@ -53,11 +53,7 @@ //// return Foo; ////}()); ////exports.Foo = Foo; -<<<<<<< HEAD -//////# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOztBQUFBO0lBQUE7SUFTQSxDQUFDOztJQVBHLGtCQUFVLEdBQVYsVUFBVyxRQUFrQixJQUFjLE9BQU8sUUFBUSxDQUFDLENBQUMsQ0FBQztJQUM3RCxtQkFBVyxHQUFYO1FBQ0ksSUFBSSxJQUFJLENBQUMsTUFBTSxFQUFFLEdBQUcsR0FBRyxFQUFFO1lBQ3JCLE9BQU8sRUFBQyxDQUFDLEVBQUUsRUFBRSxFQUFDLENBQUM7U0FDbEI7UUFDRCxPQUFPLEVBQUMsQ0FBQyxFQUFFLEtBQUssRUFBQyxDQUFDO0lBQ3RCLENBQUM7SUFDTCxVQUFDO0FBQUQsQ0FBQyxBQVRELElBU0M7QUFUWSxrQkFBRyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBjbGFzcyBGb28ge1xuICAgIG1lbWJlcjogc3RyaW5nO1xuICAgIG1ldGhvZE5hbWUocHJvcE5hbWU6IFNvbWVUeXBlKTogU29tZVR5cGUgeyByZXR1cm4gcHJvcE5hbWU7IH1cbiAgICBvdGhlck1ldGhvZCgpIHtcbiAgICAgICAgaWYgKE1hdGgucmFuZG9tKCkgPiAwLjUpIHtcbiAgICAgICAgICAgIHJldHVybiB7eDogNDJ9O1xuICAgICAgICB9XG4gICAgICAgIHJldHVybiB7eTogXCJ5ZXNcIn07XG4gICAgfVxufVxuXG5leHBvcnQgaW50ZXJmYWNlIFNvbWVUeXBlIHtcbiAgICBtZW1iZXI6IG51bWJlcjtcbn0iXX0= -======= -//////# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFBQTtJQUFBO0lBU0EsQ0FBQztJQVBHLHdCQUFVLEdBQVYsVUFBVyxRQUFrQixJQUFjLE9BQU8sUUFBUSxDQUFDLENBQUMsQ0FBQztJQUM3RCx5QkFBVyxHQUFYO1FBQ0ksSUFBSSxJQUFJLENBQUMsTUFBTSxFQUFFLEdBQUcsR0FBRyxFQUFFO1lBQ3JCLE9BQU8sRUFBQyxDQUFDLEVBQUUsRUFBRSxFQUFDLENBQUM7U0FDbEI7UUFDRCxPQUFPLEVBQUMsQ0FBQyxFQUFFLEtBQUssRUFBQyxDQUFDO0lBQ3RCLENBQUM7SUFDTCxVQUFDO0FBQUQsQ0FBQyxBQVRELElBU0M7QUFUWSxrQkFBRyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBjbGFzcyBGb28ge1xuICAgIG1lbWJlcjogc3RyaW5nO1xuICAgIG1ldGhvZE5hbWUocHJvcE5hbWU6IFNvbWVUeXBlKTogU29tZVR5cGUgeyByZXR1cm4gcHJvcE5hbWU7IH1cbiAgICBvdGhlck1ldGhvZCgpIHtcbiAgICAgICAgaWYgKE1hdGgucmFuZG9tKCkgPiAwLjUpIHtcbiAgICAgICAgICAgIHJldHVybiB7eDogNDJ9O1xuICAgICAgICB9XG4gICAgICAgIHJldHVybiB7eTogXCJ5ZXNcIn07XG4gICAgfVxufVxuXG5leHBvcnQgaW50ZXJmYWNlIFNvbWVUeXBlIHtcbiAgICBtZW1iZXI6IG51bWJlcjtcbn0iXX0= ->>>>>>> master +//////# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFBQTtJQUFBO0lBU0EsQ0FBQzs7SUFQRyxrQkFBVSxHQUFWLFVBQVcsUUFBa0IsSUFBYyxPQUFPLFFBQVEsQ0FBQyxDQUFDLENBQUM7SUFDN0QsbUJBQVcsR0FBWDtRQUNJLElBQUksSUFBSSxDQUFDLE1BQU0sRUFBRSxHQUFHLEdBQUcsRUFBRTtZQUNyQixPQUFPLEVBQUMsQ0FBQyxFQUFFLEVBQUUsRUFBQyxDQUFDO1NBQ2xCO1FBQ0QsT0FBTyxFQUFDLENBQUMsRUFBRSxLQUFLLEVBQUMsQ0FBQztJQUN0QixDQUFDO0lBQ0wsVUFBQztBQUFELENBQUMsQUFURCxJQVNDO0FBVFksa0JBQUciLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgY2xhc3MgRm9vIHtcbiAgICBtZW1iZXI6IHN0cmluZztcbiAgICBtZXRob2ROYW1lKHByb3BOYW1lOiBTb21lVHlwZSk6IFNvbWVUeXBlIHsgcmV0dXJuIHByb3BOYW1lOyB9XG4gICAgb3RoZXJNZXRob2QoKSB7XG4gICAgICAgIGlmIChNYXRoLnJhbmRvbSgpID4gMC41KSB7XG4gICAgICAgICAgICByZXR1cm4ge3g6IDQyfTtcbiAgICAgICAgfVxuICAgICAgICByZXR1cm4ge3k6IFwieWVzXCJ9O1xuICAgIH1cbn1cblxuZXhwb3J0IGludGVyZmFjZSBTb21lVHlwZSB7XG4gICAgbWVtYmVyOiBudW1iZXI7XG59Il19 // @Filename: /dist/index.d.ts.map ////{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,qBAAa,GAAG;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,QAAQ,EAAE,QAAQ,GAAG,QAAQ;IACxC,WAAW;;;;;;;CAMd;AAED,MAAM,WAAW,QAAQ;IACrB,MAAM,EAAE,MAAM,CAAC;CAClB"} diff --git a/tests/cases/fourslash/server/declarationMapsGeneratedMapsEnableMapping2.ts b/tests/cases/fourslash/server/declarationMapsGeneratedMapsEnableMapping2.ts index 7bd98fa1c2b39..687874ae58ab3 100644 --- a/tests/cases/fourslash/server/declarationMapsGeneratedMapsEnableMapping2.ts +++ b/tests/cases/fourslash/server/declarationMapsGeneratedMapsEnableMapping2.ts @@ -36,11 +36,7 @@ ////instance.[|/*1*/methodName|]({member: 12}); // @Filename: /dist/index.js.map -<<<<<<< HEAD -////{"version":3,"file":"index.js","sourceRoot":"/","sources":["index.ts"],"names":[],"mappings":";;AAAA;IAAA;IASA,CAAC;;IAPG,kBAAU,GAAV,UAAW,QAAkB,IAAc,OAAO,QAAQ,CAAC,CAAC,CAAC;IAC7D,mBAAW,GAAX;QACI,IAAI,IAAI,CAAC,MAAM,EAAE,GAAG,GAAG,EAAE;YACrB,OAAO,EAAC,CAAC,EAAE,EAAE,EAAC,CAAC;SAClB;QACD,OAAO,EAAC,CAAC,EAAE,KAAK,EAAC,CAAC;IACtB,CAAC;IACL,UAAC;AAAD,CAAC,AATD,IASC;AATY,kBAAG"} -======= -////{"version":3,"file":"index.js","sourceRoot":"/","sources":["index.ts"],"names":[],"mappings":";;;AAAA;IAAA;IASA,CAAC;IAPG,wBAAU,GAAV,UAAW,QAAkB,IAAc,OAAO,QAAQ,CAAC,CAAC,CAAC;IAC7D,yBAAW,GAAX;QACI,IAAI,IAAI,CAAC,MAAM,EAAE,GAAG,GAAG,EAAE;YACrB,OAAO,EAAC,CAAC,EAAE,EAAE,EAAC,CAAC;SAClB;QACD,OAAO,EAAC,CAAC,EAAE,KAAK,EAAC,CAAC;IACtB,CAAC;IACL,UAAC;AAAD,CAAC,AATD,IASC;AATY,kBAAG"} ->>>>>>> master +////{"version":3,"file":"index.js","sourceRoot":"/","sources":["index.ts"],"names":[],"mappings":";;;AAAA;IAAA;IASA,CAAC;;IAPG,kBAAU,GAAV,UAAW,QAAkB,IAAc,OAAO,QAAQ,CAAC,CAAC,CAAC;IAC7D,mBAAW,GAAX;QACI,IAAI,IAAI,CAAC,MAAM,EAAE,GAAG,GAAG,EAAE;YACrB,OAAO,EAAC,CAAC,EAAE,EAAE,EAAC,CAAC;SAClB;QACD,OAAO,EAAC,CAAC,EAAE,KAAK,EAAC,CAAC;IACtB,CAAC;IACL,UAAC;AAAD,CAAC,AATD,IASC;AATY,kBAAG"} // @Filename: /dist/index.js ////"use strict"; From 55e34daa27f08f4cd7209e2ff83ba2984dada45a Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Tue, 1 Dec 2020 21:04:51 -0500 Subject: [PATCH 8/9] Simplified per suggestions --- src/compiler/transformers/es2015.ts | 84 +- .../reference/ES5For-ofTypeCheck10.js | 6 +- tests/baselines/reference/abstractProperty.js | 6 +- .../reference/abstractPropertyNegative.js | 6 +- .../reference/accessibilityModifiers.js | 8 +- .../accessors_spec_section-4.5_error-cases.js | 10 +- .../accessors_spec_section-4.5_inference.js | 14 +- .../ambiguousCallsWhereReturnTypesAgree.js | 12 +- .../reference/arrayAssignmentTest1.js | 6 +- .../reference/arrayAssignmentTest2.js | 6 +- .../reference/arrayAssignmentTest5.js | 6 +- .../reference/arrayBestCommonTypes.js | 12 +- .../reference/assertionTypePredicates1.js | 22 +- .../asyncAwaitIsolatedModules_es5.js | 8 +- tests/baselines/reference/asyncAwait_es5.js | 8 +- .../reference/asyncMethodWithSuper_es5.js | 12 +- .../baseTypeWrappingInstantiationChain.js | 8 +- .../binopAssignmentShouldHaveType.js | 6 +- .../callChainWithSuper(target=es5).js | 6 +- ...sWithAccessibilityModifiersOnParameters.js | 8 +- .../callSignaturesWithDuplicateParameters.js | 8 +- .../callSignaturesWithOptionalParameters2.js | 6 +- .../reference/capturedLetConstInLoop10.js | 16 +- .../reference/capturedLetConstInLoop13.js | 8 +- .../capturedParametersInInitializers2.js | 6 +- .../reference/classAbstractAccessor.js | 6 +- .../reference/classAbstractGeneric.js | 6 +- .../reference/classAbstractSuperCalls.js | 20 +- .../classConstructorAccessibility2.js | 18 +- ...rationShouldBeOutOfScopeInComputedNames.js | 4 +- ...sInterfaceThatExtendsClassWithPrivates1.js | 6 +- .../reference/classPropertyAsPrivate.js | 6 +- .../reference/classPropertyAsProtected.js | 6 +- .../classPropertyIsPublicByDefault.js | 6 +- .../reference/classWithMultipleBaseClasses.js | 6 +- ...hOnlyPublicMembersEquivalentToInterface.js | 6 +- ...OnlyPublicMembersEquivalentToInterface2.js | 6 +- .../classWithSemicolonClassElement2.js | 1 + tests/baselines/reference/classdecl.js | 8 +- .../collisionArgumentsClassMethod.js | 20 +- .../collisionRestParameterClassMethod.js | 16 +- .../collisionSuperAndLocalFunctionInMethod.js | 18 +- .../reference/collisionSuperAndParameter.js | 16 +- ...lisionThisExpressionAndLocalVarInMethod.js | 6 +- .../collisionThisExpressionAndParameter.js | 14 +- .../reference/commentsClassMembers.js | 44 +- .../reference/commentsInheritance.js | 38 +- .../baselines/reference/commentsOverloads.js | 12 +- .../reference/commentsTypeParameters.js | 6 +- .../reference/commentsdoNotEmitComments.js | 8 +- .../reference/commentsemitComments.js | 8 +- .../reference/complexClassRelationships.js | 8 +- .../baselines/reference/complicatedPrivacy.js | 6 +- .../reference/computedPropertyNames13_ES5.js | 16 +- .../reference/computedPropertyNames14_ES5.js | 8 +- .../reference/computedPropertyNames15_ES5.js | 8 +- .../reference/computedPropertyNames16_ES5.js | 18 +- .../reference/computedPropertyNames17_ES5.js | 10 +- .../reference/computedPropertyNames21_ES5.js | 6 +- .../reference/computedPropertyNames23_ES5.js | 6 +- .../reference/computedPropertyNames2_ES5.js | 8 +- .../reference/computedPropertyNames32_ES5.js | 6 +- .../reference/computedPropertyNames36_ES5.js | 6 +- .../reference/computedPropertyNames37_ES5.js | 6 +- .../reference/computedPropertyNames38_ES5.js | 6 +- .../reference/computedPropertyNames39_ES5.js | 6 +- .../reference/computedPropertyNames3_ES5.js | 8 +- .../reference/computedPropertyNames40_ES5.js | 6 +- .../reference/computedPropertyNames43_ES5.js | 6 +- ...mputedPropertyNamesDeclarationEmit1_ES5.js | 8 +- .../computedPropertyNamesSourceMap1_ES5.js | 6 +- ...computedPropertyNamesSourceMap1_ES5.js.map | 4 +- ...dPropertyNamesSourceMap1_ES5.sourcemap.txt | 36 +- .../baselines/reference/conditionalTypes2.js | 6 +- .../reference/conflictMarkerDiff3Trivia2.js | 6 +- .../reference/conflictMarkerTrivia2.js | 6 +- .../reference/constructorOverloads1.js | 6 +- ...constructorWithIncompleteTypeAnnotation.js | 18 +- ...TypedClassExpressionMethodDeclaration02.js | 6 +- ...rashIntypeCheckObjectCreationExpression.js | 6 +- .../baselines/reference/declFileAccessors.js | 28 +- ...declFileForClassWithMultipleBaseClasses.js | 10 +- tests/baselines/reference/declFileMethods.js | 36 +- .../declFilePrivateMethodOverloads.js | 6 +- ...eTypeAnnotationVisibilityErrorAccessors.js | 32 +- tests/baselines/reference/declInput-2.js | 14 +- tests/baselines/reference/declInput.js | 8 +- tests/baselines/reference/declInput3.js | 8 +- tests/baselines/reference/declInput4.js | 8 +- .../declarationEmitClassMemberNameConflict.js | 18 +- .../declarationEmitProtectedMembers.js | 6 +- tests/baselines/reference/declarationFiles.js | 10 +- .../reference/decoratorOnClassMethod11.js | 6 +- tests/baselines/reference/deepKeysIndexing.js | 8 +- .../derivedClassIncludesInheritedMembers.js | 6 +- .../derivedClassOverridesProtectedMembers.js | 12 +- .../derivedClassOverridesProtectedMembers2.js | 12 +- .../derivedClassOverridesProtectedMembers3.js | 6 +- .../derivedClassOverridesPublicMembers.js | 12 +- .../reference/derivedClassWithAny.js | 18 +- ...ivateInstanceShadowingProtectedInstance.js | 12 +- ...hPrivateInstanceShadowingPublicInstance.js | 12 +- tests/baselines/reference/derivedClasses.js | 6 +- .../reference/derivedGenericClassWithAny.js | 18 +- ...sesHiddenBaseCallViaSuperPropertyAccess.js | 6 +- .../destructuringParameterDeclaration1ES5.js | 16 +- ...cturingParameterDeclaration1ES5iterable.js | 16 +- .../destructuringParameterDeclaration2.js | 8 +- .../destructuringParameterProperties2.js | 8 +- .../destructuringParameterProperties3.js | 8 +- .../reference/downlevelLetConst16.js | 12 +- .../reference/duplicateClassElements.js | 20 +- .../reference/duplicateLocalVariable1.js | 6 +- .../reference/emitDefaultParametersMethod.js | 10 +- .../reference/emitRestParametersMethod.js | 12 +- .../reference/emitThisInSuperMethodCall.js | 8 +- ...mitter.asyncGenerators.classMethods.es5.js | 6 +- tests/baselines/reference/errorSuperCalls.js | 12 +- .../reference/errorSuperPropertyAccess.js | 20 +- .../reference/errorsInGenericTypeReference.js | 6 +- tests/baselines/reference/es6ClassTest.js | 6 +- tests/baselines/reference/es6ClassTest2.js | 26 +- tests/baselines/reference/es6ClassTest3.js | 6 +- tests/baselines/reference/fatArrowSelf.js | 6 +- .../reference/functionOverloadErrors.js | 6 +- .../baselines/reference/functionOverloads7.js | 6 +- ...nsMissingReturnStatementsAndExpressions.js | 12 +- tests/baselines/reference/fuzzy.js | 8 +- .../genericCallTypeArgumentInference.js | 18 +- ...allWithConstraintsTypeArgumentInference.js | 18 +- ...cClassPropertyInheritanceSpecialization.js | 6 +- .../genericClassWithStaticFactory.js | 32 +- tests/baselines/reference/genericClasses4.js | 6 +- .../genericInterfaceImplementation.js | 6 +- .../reference/genericMemberFunction.js | 6 +- ...ericRecursiveImplicitConstructorErrors2.js | 6 +- ...ericRecursiveImplicitConstructorErrors3.js | 6 +- .../genericReversingTypeParameters.js | 6 +- .../genericReversingTypeParameters2.js | 6 +- .../genericsWithDuplicateTypeParameters1.js | 6 +- .../reference/getAndSetAsMemberNames.js | 6 +- .../getSetAccessorContextualTyping.js | 10 +- .../getterThatThrowsShouldNotNeedReturn.js | 6 +- .../reference/gettersAndSettersErrors.js | 6 +- .../reference/gettersAndSettersTypesAgree.js | 6 +- tests/baselines/reference/giant.js | 132 +- .../heterogeneousArrayAndOverloads.js | 6 +- .../implicitAnyAnyReturningFunction.js | 6 +- .../reference/implicitAnyCastedValue.js | 14 +- ...mplicitAnyFunctionReturnNullOrUndefined.js | 6 +- .../inferFromGenericFunctionReturnTypes1.js | 8 +- .../inferFromGenericFunctionReturnTypes2.js | 8 +- ...inferParameterWithMethodCallInitializer.js | 6 +- .../inferringClassMembersFromAssignments.js | 8 +- tests/baselines/reference/inheritance.js | 6 +- .../innerTypeParameterShadowingOuterOne2.js | 12 +- .../instanceMemberAssignsToClassPrototype.js | 6 +- ...nstancePropertiesInheritedIntoClassType.js | 12 +- .../reference/instancePropertyInClassType.js | 12 +- .../reference/interfaceContextualType.js | 6 +- .../reference/interfaceExtendingClass.js | 6 +- .../reference/interfaceExtendingClass2.js | 6 +- .../interfaceExtendsClassWithPrivate1.js | 8 +- .../interfaceExtendsClassWithPrivate2.js | 16 +- .../reference/invalidNewTarget.es5.js | 10 +- .../isDeclarationVisibleNodeKinds.js | 6 +- .../reference/jsDeclarationsClasses.js | 8 +- .../reference/keyofAndIndexedAccess.js | 20 +- tests/baselines/reference/lift.js | 6 +- tests/baselines/reference/listFailure.js | 6 +- tests/baselines/reference/literalTypes2.js | 6 +- tests/baselines/reference/localTypes1.js | 6 +- .../reference/looseThisTypeInFunctions.js | 8 +- .../memberFunctionsWithPrivateOverloads.js | 12 +- .../memberFunctionsWithPublicOverloads.js | 12 +- ...mberFunctionsWithPublicPrivateOverloads.js | 16 +- tests/baselines/reference/missingSelf.js | 12 +- .../mixedStaticAndInstanceClassMembers.js | 12 +- .../reference/mixinAccessModifiers.js | 12 +- .../moduleMemberWithoutTypeAnnotation1.js | 6 +- .../reference/moduleVisibilityTest1.js | 10 +- .../reference/moduleVisibilityTest2.js | 10 +- tests/baselines/reference/moduledecl.js | 26 +- .../reference/multiModuleClodule1.js | 6 +- .../reference/multipleDeclarations.js | 12 +- .../reference/multipleInheritance.js | 6 +- .../reference/neverReturningFunctions1.js | 16 +- tests/baselines/reference/neverType.js | 10 +- ...lisionThisExpressionAndLocalVarInMethod.js | 6 +- .../noImplicitAnyParametersInClass.js | 34 +- .../noUnusedLocals_destructuringAssignment.js | 6 +- .../nonMergedDeclarationsAndOverloads.js | 6 +- ...icIndexerConstrainsPropertyDeclarations.js | 6 +- .../reference/objectRestParameterES5.js | 6 +- tests/baselines/reference/optionalMethods.js | 6 +- .../reference/optionalParamArgsTest.js | 14 +- tests/baselines/reference/out-flag.js | 6 +- tests/baselines/reference/out-flag.js.map | 4 +- .../reference/out-flag.sourcemap.txt | 44 +- .../reference/overloadConsecutiveness.js | 10 +- .../overrideBaseIntersectionMethod.js | 8 +- .../parameterNamesInTypeParameterList.js | 8 +- tests/baselines/reference/parser0_004152.js | 1 + tests/baselines/reference/parser509667.js | 8 +- tests/baselines/reference/parserAstSpans1.js | 38 +- tests/baselines/reference/parserClass1.js | 14 +- .../parserErrantSemicolonInClass1.js | 8 +- .../parserErrorRecoveryIfStatement1.js | 8 +- .../parserErrorRecoveryIfStatement2.js | 8 +- .../parserErrorRecoveryIfStatement3.js | 8 +- .../parserErrorRecoveryIfStatement4.js | 8 +- .../parserErrorRecoveryIfStatement6.js | 8 +- .../reference/parserErrorRecovery_Block3.js | 6 +- ...erMemberFunctionDeclarationAmbiguities1.js | 10 +- .../baselines/reference/parserRealSource1.js | 42 +- .../baselines/reference/parserRealSource10.js | 46 +- .../baselines/reference/parserRealSource11.js | 440 ++--- .../baselines/reference/parserRealSource12.js | 10 +- .../baselines/reference/parserRealSource14.js | 120 +- .../baselines/reference/parserRealSource4.js | 52 +- .../baselines/reference/parserRealSource5.js | 12 +- .../baselines/reference/parserRealSource6.js | 16 +- .../baselines/reference/parserRealSource8.js | 6 +- .../baselines/reference/parserRealSource9.js | 14 +- tests/baselines/reference/parserharness.js | 206 +-- tests/baselines/reference/parserindenter.js | 46 +- ...sRecoversWhenHittingUnexpectedSemicolon.js | 4 +- tests/baselines/reference/primitiveMembers.js | 8 +- .../reference/privacyAccessorDeclFile.js | 396 ++--- .../privacyCannotNameAccessorDeclFile.js | 32 +- tests/baselines/reference/privacyFunc.js | 66 +- ...FunctionCannotNameParameterTypeDeclFile.js | 24 +- ...acyFunctionCannotNameReturnTypeDeclFile.js | 32 +- .../privacyFunctionParameterDeclFile.js | 126 +- .../privacyFunctionReturnTypeDeclFile.js | 270 +-- tests/baselines/reference/privacyGetter.js | 60 +- tests/baselines/reference/privacyGloFunc.js | 156 +- tests/baselines/reference/privacyGloGetter.js | 26 +- .../privacyTypeParameterOfFunction.js | 36 +- .../privacyTypeParameterOfFunctionDeclFile.js | 108 +- ...ivateClassPropertyAccessibleWithinClass.js | 12 +- ...lassPropertyAccessibleWithinNestedClass.js | 8 +- .../reference/privateInstanceVisibility.js | 6 +- ...tedMembersAreNotAccessibleDestructuring.js | 6 +- .../baselines/reference/privateVisibility.js | 6 +- .../amd/fs.js | 8 +- .../node/fs.js | 8 +- ...tyAccessOnTypeParameterWithConstraints2.js | 6 +- ...tyAccessOnTypeParameterWithConstraints3.js | 6 +- tests/baselines/reference/propertyOrdering.js | 6 +- ...ectedClassPropertyAccessibleWithinClass.js | 12 +- ...lassPropertyAccessibleWithinNestedClass.js | 8 +- ...sPropertyAccessibleWithinNestedSubclass.js | 8 +- ...edClassPropertyAccessibleWithinSubclass.js | 8 +- .../reference/protoOverlapVariables.js | 12 +- .../reference/readonlyInDeclarationFile.js | 14 +- .../readonlyInNonPropertyParameters.js | 6 +- tests/baselines/reference/readonlyMembers.js | 6 +- .../reference/recursiveClassReferenceTest.js | 22 +- .../recursiveClassReferenceTest.js.map | 4 +- .../recursiveClassReferenceTest.sourcemap.txt | 257 ++- ...lassDeclarationWhenInBaseTypeResolution.js | 1520 ++++++++--------- .../reference/returnInConstructor1.js | 6 +- .../reference/returnTypeTypeArguments.js | 26 +- .../reference/scopeCheckStaticInitializer.js | 1 + tests/baselines/reference/selfInCallback.js | 6 +- .../reference/sourceMapValidationClass.js | 8 +- .../reference/sourceMapValidationClass.js.map | 4 +- .../sourceMapValidationClass.sourcemap.txt | 42 +- .../sourceMapValidationDecorators.js | 8 +- .../sourceMapValidationDecorators.js.map | 4 +- ...ourceMapValidationDecorators.sourcemap.txt | 65 +- ...dWithTypeParameterExtendsClauseDeclFile.js | 8 +- .../reference/strictBindCallApply1.js | 8 +- .../reference/strictFunctionTypesErrors.js | 1 + ...trictModeReservedWordInClassDeclaration.js | 6 +- ...ngIndexerConstrainsPropertyDeclarations.js | 6 +- .../stringLiteralTypeIsSubtypeOfString.js | 42 +- tests/baselines/reference/stripInternal1.js | 6 +- tests/baselines/reference/super.js | 6 +- tests/baselines/reference/super2.js | 12 +- .../reference/superAccessInFatArrow1.js | 6 +- .../reference/superCallInNonStaticMethod.js | 10 +- .../reference/superCallsInConstructor.js | 6 +- .../baselines/reference/superElementAccess.js | 8 +- .../reference/superPropertyAccess.js | 8 +- .../reference/superPropertyAccess1.js | 14 +- ...essInComputedPropertiesOfNestedType_ES5.js | 6 +- .../reference/superPropertyAccessNoError.js | 14 +- .../reference/superPropertyAccess_ES5.js | 6 +- ...opertyElementNoUnusedLexicalThisCapture.js | 6 +- .../reference/thisTypeAndConstraints.js | 6 +- .../baselines/reference/thisTypeInClasses.js | 6 +- .../reference/thisTypeInFunctions.js | 22 +- tests/baselines/reference/topLevel.js | 6 +- ...railingCommaInHeterogenousArrayLiteral1.js | 6 +- .../truthinessCallExpressionCoercion.js | 6 +- .../truthinessCallExpressionCoercion1.js | 6 +- .../truthinessCallExpressionCoercion2.js | 6 +- .../stripInternal.js | 118 +- .../stripInternal.js | 118 +- .../initial-build/stripInternal.js | 118 +- ...en-one-two-three-are-prepended-in-order.js | 132 +- .../stripInternal.js | 71 +- ...en-one-two-three-are-prepended-in-order.js | 132 +- .../stripInternal-jsdoc-style-comment.js | 71 +- ...en-one-two-three-are-prepended-in-order.js | 118 +- ...-jsdoc-style-with-comments-emit-enabled.js | 64 +- ...en-one-two-three-are-prepended-in-order.js | 132 +- ...en-one-two-three-are-prepended-in-order.js | 118 +- ...tripInternal-with-comments-emit-enabled.js | 64 +- .../stripInternal.js | 71 +- ...en-one-two-three-are-prepended-in-order.js | 30 +- .../stripInternal-jsdoc-style-comment.js | 20 +- ...en-one-two-three-are-prepended-in-order.js | 30 +- ...en-one-two-three-are-prepended-in-order.js | 30 +- ...tripInternal-with-comments-emit-enabled.js | 20 +- .../stripInternal.js | 20 +- ...en-one-two-three-are-prepended-in-order.js | 132 +- .../stripInternal-jsdoc-style-comment.js | 132 +- ...en-one-two-three-are-prepended-in-order.js | 118 +- ...-jsdoc-style-with-comments-emit-enabled.js | 118 +- ...en-one-two-three-are-prepended-in-order.js | 132 +- ...en-one-two-three-are-prepended-in-order.js | 118 +- ...tripInternal-with-comments-emit-enabled.js | 118 +- .../initial-build/stripInternal.js | 132 +- .../reference/tsxUnionElementType3.js | 6 +- .../reference/tsxUnionElementType4.js | 6 +- .../reference/typeGuardFunctionErrors.js | 6 +- .../reference/typeGuardFunctionOfFormThis.js | 20 +- .../typeGuardFunctionOfFormThisErrors.js | 14 +- .../reference/typeGuardOfFormThisMember.js | 6 +- .../typeGuardOfFormThisMemberErrors.js | 6 +- .../reference/typeGuardsInClassAccessors.js | 6 +- .../reference/typeGuardsInClassMethods.js | 6 +- .../reference/typeGuardsInProperties.js | 6 +- .../reference/typeGuardsOnClassProperty.js | 6 +- .../typeInferenceReturnTypeCallback.js | 6 +- .../reference/typeOfThisInInstanceMember.js | 6 +- .../reference/typeOfThisInInstanceMember2.js | 6 +- .../typeParametersAreIdenticalToThemselves.js | 18 +- tests/baselines/reference/typeQueryOnClass.js | 8 +- .../reference/typeQueryWithReservedWords.js | 8 +- .../baselines/reference/typeRelationships.js | 10 +- .../reference/unspecializedConstraints.js | 32 +- .../unusedIdentifiersConsolidated1.js | 14 +- .../reference/unusedLocalsAndParameters.js | 12 +- .../unusedLocalsAndParametersDeferred.js | 12 +- .../reference/unusedParametersThis.js | 10 +- .../reference/unusedPrivateMembers.js | 24 +- .../reference/unusedPrivateMethodInClass2.js | 6 +- .../reference/unusedPrivateMethodInClass3.js | 8 +- .../reference/unusedPrivateMethodInClass4.js | 8 +- .../reference/unusedSetterInClass2.js | 6 +- tests/baselines/reference/vararg.js | 8 +- tests/baselines/reference/variance.js | 6 +- ...ndZeroOrderIndexSignatureRelationsAlign.js | 12 +- ...dZeroOrderIndexSignatureRelationsAlign2.js | 12 +- tests/baselines/reference/witness.js | 8 +- 359 files changed, 4950 insertions(+), 4977 deletions(-) diff --git a/src/compiler/transformers/es2015.ts b/src/compiler/transformers/es2015.ts index 977f090854f1f..335fe70ef368d 100644 --- a/src/compiler/transformers/es2015.ts +++ b/src/compiler/transformers/es2015.ts @@ -1579,9 +1579,35 @@ namespace ts { return; } - const prototypeStoragePlacement = statements.length; + const originalPrototypeAccess = factory.createPropertyAccessExpression(factory.getInternalName(node), "prototype"); let prototypeStorageName: Identifier | PropertyAccessExpression; + // If the class has multiple non-static member names, it'll store that prototype as a variable that can be minified: + // var ClassName_prototype = ClassName.prototype; + // ClassName_prototype.memberOne = ... + // ClassName_prototype.memberTwo = ... + if (membersContainMultipleUniqueNames(node.members)) { + prototypeStorageName = factory.createUniqueName(node.name ? `${node.name.escapedText}_prototype` : "proto", GeneratedIdentifierFlags.Optimistic); + statements.push( + factory.createVariableStatement( + /*modifiers*/ undefined, + factory.createVariableDeclarationList([ + factory.createVariableDeclaration( + prototypeStorageName, + /*exclamationToken*/ undefined, + /*type*/ undefined, + originalPrototypeAccess + ) + ]) + ) + ); + } + // Since the class has exactly one non-static member, it'll access that prototype member directly on itself: + // ClassName.prototype.member = ... + else { + prototypeStorageName = originalPrototypeAccess; + } + for (const member of node.members) { switch (member.kind) { case SyntaxKind.SemicolonClassElement: @@ -1589,14 +1615,14 @@ namespace ts { break; case SyntaxKind.MethodDeclaration: - statements.push(transformClassMethodDeclarationToStatement(getClassMemberPrefix(node, member, getPrototypeStorageName), member, node)); + statements.push(transformClassMethodDeclarationToStatement(getClassMemberPrefix(node, member, prototypeStorageName), member, node)); break; case SyntaxKind.GetAccessor: case SyntaxKind.SetAccessor: const accessors = getAllAccessorDeclarations(node.members, member); if (member === accessors.firstAccessor) { - statements.push(transformAccessorsToStatement(getClassMemberPrefix(node, member, getPrototypeStorageName), accessors, node)); + statements.push(transformAccessorsToStatement(getClassMemberPrefix(node, member, prototypeStorageName), accessors, node)); } break; @@ -1610,55 +1636,13 @@ namespace ts { break; } } - - /** - * Lazily creates the way class members will access the class prototype. - */ - function getPrototypeStorageName() { - if (prototypeStorageName) { - return prototypeStorageName; - } - - const originalPrototypeAccess = factory.createPropertyAccessExpression(factory.getInternalName(node), "prototype"); - - // If the class has exactly one non-static member, it'll access prototype members on itself: - // ClassName.prototype.member = ... - if (!membersContainMultipleUniqueNames(node.members.filter(classMemberAssignsToPrototype))) { - prototypeStorageName = originalPrototypeAccess; - return prototypeStorageName; - } - - // Since it has multiple non-static members, it'll store that prototype as a variable that can be minified: - // var proto = ClassName.prototype; - // proto.memberOne = ... - // proto.memberTwo = ... - prototypeStorageName = factory.createUniqueName("proto"); - - statements.splice( - prototypeStoragePlacement, - 0, - factory.createVariableStatement( - /*modifiers*/ undefined, - factory.createVariableDeclarationList([ - factory.createVariableDeclaration( - prototypeStorageName, - /*exclamationToken*/ undefined, - /*type*/ undefined, - originalPrototypeAccess - ) - ]) - ) - ); - - return prototypeStorageName; - } } function classMemberAssignsToPrototype(node: ClassElement) { return !(getEffectiveModifierFlags(node) & ModifierFlags.Static) && !isConstructorDeclaration(node); } - function membersContainMultipleUniqueNames(members: ClassElement[]) { + function membersContainMultipleUniqueNames(members: NodeArray) { if (members.length <= 1) { return false; } @@ -1666,6 +1650,10 @@ namespace ts { let foundName: string | undefined; for (const member of members) { + if (!classMemberAssignsToPrototype(member)) { + continue; + } + // If a name isn't immediately identifiable, we assume it's unique if (!member.name || !isPropertyNameLiteral(member.name)) { return true; @@ -4393,10 +4381,10 @@ namespace ts { return node; } - function getClassMemberPrefix(node: ClassExpression | ClassDeclaration, member: ClassElement, getPrototypeStorageName: () => LeftHandSideExpression) { + function getClassMemberPrefix(node: ClassExpression | ClassDeclaration, member: ClassElement, prototypeStorageName: LeftHandSideExpression) { return hasSyntacticModifier(member, ModifierFlags.Static) ? factory.getInternalName(node) - : getPrototypeStorageName(); + : prototypeStorageName; } function hasSynthesizedDefaultSuperCall(constructor: ConstructorDeclaration | undefined, hasExtendsClause: boolean) { diff --git a/tests/baselines/reference/ES5For-ofTypeCheck10.js b/tests/baselines/reference/ES5For-ofTypeCheck10.js index e85392ee7b220..524a01a6a009e 100644 --- a/tests/baselines/reference/ES5For-ofTypeCheck10.js +++ b/tests/baselines/reference/ES5For-ofTypeCheck10.js @@ -19,14 +19,14 @@ for (var v of new StringIterator) { } var StringIterator = /** @class */ (function () { function StringIterator() { } - var proto_1 = StringIterator.prototype; - proto_1.next = function () { + var StringIterator_prototype = StringIterator.prototype; + StringIterator_prototype.next = function () { return { done: true, value: "" }; }; - proto_1[Symbol.iterator] = function () { + StringIterator_prototype[Symbol.iterator] = function () { return this; }; return StringIterator; diff --git a/tests/baselines/reference/abstractProperty.js b/tests/baselines/reference/abstractProperty.js index 49fc0cc5b6c7a..1eec49adb8965 100644 --- a/tests/baselines/reference/abstractProperty.js +++ b/tests/baselines/reference/abstractProperty.js @@ -48,13 +48,13 @@ var C = /** @class */ (function (_super) { _this.ro = "readonly please"; return _this; } - var proto_1 = C.prototype; - Object.defineProperty(proto_1, "prop", { + var C_prototype = C.prototype; + Object.defineProperty(C_prototype, "prop", { get: function () { return "foo"; }, set: function (v) { }, enumerable: false, configurable: true }); - proto_1.m = function () { }; + C_prototype.m = function () { }; return C; }(B)); diff --git a/tests/baselines/reference/abstractPropertyNegative.js b/tests/baselines/reference/abstractPropertyNegative.js index 58930e5764395..ed1a60d05cf0f 100644 --- a/tests/baselines/reference/abstractPropertyNegative.js +++ b/tests/baselines/reference/abstractPropertyNegative.js @@ -121,14 +121,14 @@ var WrongTypeAccessorImpl2 = /** @class */ (function (_super) { var AbstractAccessorMismatch = /** @class */ (function () { function AbstractAccessorMismatch() { } - var proto_1 = AbstractAccessorMismatch.prototype; - Object.defineProperty(proto_1, "p1", { + var AbstractAccessorMismatch_prototype = AbstractAccessorMismatch.prototype; + Object.defineProperty(AbstractAccessorMismatch_prototype, "p1", { set: function (val) { }, enumerable: false, configurable: true }); ; - Object.defineProperty(proto_1, "p2", { + Object.defineProperty(AbstractAccessorMismatch_prototype, "p2", { get: function () { return "should work"; }, enumerable: false, configurable: true diff --git a/tests/baselines/reference/accessibilityModifiers.js b/tests/baselines/reference/accessibilityModifiers.js index 6448f763cccc2..45bba4c9d581f 100644 --- a/tests/baselines/reference/accessibilityModifiers.js +++ b/tests/baselines/reference/accessibilityModifiers.js @@ -127,14 +127,14 @@ var D = /** @class */ (function () { var E = /** @class */ (function () { function E() { } - var proto_1 = E.prototype; - proto_1.method = function () { }; - Object.defineProperty(proto_1, "getter", { + var E_prototype = E.prototype; + E_prototype.method = function () { }; + Object.defineProperty(E_prototype, "getter", { get: function () { return 0; }, enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "setter", { + Object.defineProperty(E_prototype, "setter", { set: function (a) { }, enumerable: false, configurable: true diff --git a/tests/baselines/reference/accessors_spec_section-4.5_error-cases.js b/tests/baselines/reference/accessors_spec_section-4.5_error-cases.js index 2ba667eaa2e4f..72a90bb3c5c4f 100644 --- a/tests/baselines/reference/accessors_spec_section-4.5_error-cases.js +++ b/tests/baselines/reference/accessors_spec_section-4.5_error-cases.js @@ -17,26 +17,26 @@ class LanguageSpec_section_4_5_error_cases { var LanguageSpec_section_4_5_error_cases = /** @class */ (function () { function LanguageSpec_section_4_5_error_cases() { } - var proto_1 = LanguageSpec_section_4_5_error_cases.prototype; - Object.defineProperty(proto_1, "AnnotatedSetter_SetterFirst", { + var LanguageSpec_section_4_5_error_cases_prototype = LanguageSpec_section_4_5_error_cases.prototype; + Object.defineProperty(LanguageSpec_section_4_5_error_cases_prototype, "AnnotatedSetter_SetterFirst", { get: function () { return ""; }, set: function (a) { }, enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "AnnotatedSetter_SetterLast", { + Object.defineProperty(LanguageSpec_section_4_5_error_cases_prototype, "AnnotatedSetter_SetterLast", { get: function () { return ""; }, set: function (a) { }, enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "AnnotatedGetter_GetterFirst", { + Object.defineProperty(LanguageSpec_section_4_5_error_cases_prototype, "AnnotatedGetter_GetterFirst", { get: function () { return ""; }, set: function (aStr) { aStr = 0; }, enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "AnnotatedGetter_GetterLast", { + Object.defineProperty(LanguageSpec_section_4_5_error_cases_prototype, "AnnotatedGetter_GetterLast", { get: function () { return ""; }, set: function (aStr) { aStr = 0; }, enumerable: false, diff --git a/tests/baselines/reference/accessors_spec_section-4.5_inference.js b/tests/baselines/reference/accessors_spec_section-4.5_inference.js index 04939640bd20d..cdc68a2e7ce20 100644 --- a/tests/baselines/reference/accessors_spec_section-4.5_inference.js +++ b/tests/baselines/reference/accessors_spec_section-4.5_inference.js @@ -53,38 +53,38 @@ var B = /** @class */ (function (_super) { var LanguageSpec_section_4_5_inference = /** @class */ (function () { function LanguageSpec_section_4_5_inference() { } - var proto_1 = LanguageSpec_section_4_5_inference.prototype; - Object.defineProperty(proto_1, "InferredGetterFromSetterAnnotation", { + var LanguageSpec_section_4_5_inference_prototype = LanguageSpec_section_4_5_inference.prototype; + Object.defineProperty(LanguageSpec_section_4_5_inference_prototype, "InferredGetterFromSetterAnnotation", { get: function () { return new B(); }, set: function (a) { }, enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "InferredGetterFromSetterAnnotation_GetterFirst", { + Object.defineProperty(LanguageSpec_section_4_5_inference_prototype, "InferredGetterFromSetterAnnotation_GetterFirst", { get: function () { return new B(); }, set: function (a) { }, enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "InferredFromGetter", { + Object.defineProperty(LanguageSpec_section_4_5_inference_prototype, "InferredFromGetter", { get: function () { return new B(); }, set: function (a) { }, enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "InferredFromGetter_SetterFirst", { + Object.defineProperty(LanguageSpec_section_4_5_inference_prototype, "InferredFromGetter_SetterFirst", { get: function () { return new B(); }, set: function (a) { }, enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "InferredSetterFromGetterAnnotation", { + Object.defineProperty(LanguageSpec_section_4_5_inference_prototype, "InferredSetterFromGetterAnnotation", { get: function () { return new B(); }, set: function (a) { }, enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "InferredSetterFromGetterAnnotation_GetterFirst", { + Object.defineProperty(LanguageSpec_section_4_5_inference_prototype, "InferredSetterFromGetterAnnotation_GetterFirst", { get: function () { return new B(); }, set: function (a) { }, enumerable: false, diff --git a/tests/baselines/reference/ambiguousCallsWhereReturnTypesAgree.js b/tests/baselines/reference/ambiguousCallsWhereReturnTypesAgree.js index 2f6f444ddb2c5..dd4915ee9a5b9 100644 --- a/tests/baselines/reference/ambiguousCallsWhereReturnTypesAgree.js +++ b/tests/baselines/reference/ambiguousCallsWhereReturnTypesAgree.js @@ -32,10 +32,10 @@ class TestClass2 { var TestClass = /** @class */ (function () { function TestClass() { } - var proto_1 = TestClass.prototype; - proto_1.bar = function (x) { + var TestClass_prototype = TestClass.prototype; + TestClass_prototype.bar = function (x) { }; - proto_1.foo = function (x) { + TestClass_prototype.foo = function (x) { this.bar(x); // should not error }; return TestClass; @@ -43,11 +43,11 @@ var TestClass = /** @class */ (function () { var TestClass2 = /** @class */ (function () { function TestClass2() { } - var proto_2 = TestClass2.prototype; - proto_2.bar = function (x) { + var TestClass2_prototype = TestClass2.prototype; + TestClass2_prototype.bar = function (x) { return 0; }; - proto_2.foo = function (x) { + TestClass2_prototype.foo = function (x) { return this.bar(x); // should not error }; return TestClass2; diff --git a/tests/baselines/reference/arrayAssignmentTest1.js b/tests/baselines/reference/arrayAssignmentTest1.js index 8d31d8b3749eb..24878b897e6ce 100644 --- a/tests/baselines/reference/arrayAssignmentTest1.js +++ b/tests/baselines/reference/arrayAssignmentTest1.js @@ -102,9 +102,9 @@ var __extends = (this && this.__extends) || (function () { var C1 = /** @class */ (function () { function C1() { } - var proto_1 = C1.prototype; - proto_1.IM1 = function () { return null; }; - proto_1.C1M1 = function () { return null; }; + var C1_prototype = C1.prototype; + C1_prototype.IM1 = function () { return null; }; + C1_prototype.C1M1 = function () { return null; }; return C1; }()); var C2 = /** @class */ (function (_super) { diff --git a/tests/baselines/reference/arrayAssignmentTest2.js b/tests/baselines/reference/arrayAssignmentTest2.js index 686beabf0fe04..ae54d63ac98b1 100644 --- a/tests/baselines/reference/arrayAssignmentTest2.js +++ b/tests/baselines/reference/arrayAssignmentTest2.js @@ -76,9 +76,9 @@ var __extends = (this && this.__extends) || (function () { var C1 = /** @class */ (function () { function C1() { } - var proto_1 = C1.prototype; - proto_1.IM1 = function () { return null; }; - proto_1.C1M1 = function () { return null; }; + var C1_prototype = C1.prototype; + C1_prototype.IM1 = function () { return null; }; + C1_prototype.C1M1 = function () { return null; }; return C1; }()); var C2 = /** @class */ (function (_super) { diff --git a/tests/baselines/reference/arrayAssignmentTest5.js b/tests/baselines/reference/arrayAssignmentTest5.js index ed3abfc7a7330..5b70014cdc080 100644 --- a/tests/baselines/reference/arrayAssignmentTest5.js +++ b/tests/baselines/reference/arrayAssignmentTest5.js @@ -39,15 +39,15 @@ var Test; var Bug = /** @class */ (function () { function Bug() { } - var proto_1 = Bug.prototype; - proto_1.onEnter = function (line, state, offset) { + var Bug_prototype = Bug.prototype; + Bug_prototype.onEnter = function (line, state, offset) { var lineTokens = this.tokenize(line, state, true); var tokens = lineTokens.tokens; if (tokens.length === 0) { return this.onEnter(line, tokens, offset); // <== this should produce an error since onEnter can not be called with (string, IStateToken[], offset) } }; - proto_1.tokenize = function (line, state, includeStates) { + Bug_prototype.tokenize = function (line, state, includeStates) { return null; }; return Bug; diff --git a/tests/baselines/reference/arrayBestCommonTypes.js b/tests/baselines/reference/arrayBestCommonTypes.js index aa1860a734f8a..30db0a2f3d855 100644 --- a/tests/baselines/reference/arrayBestCommonTypes.js +++ b/tests/baselines/reference/arrayBestCommonTypes.js @@ -143,12 +143,12 @@ var EmptyTypes; var f = /** @class */ (function () { function f() { } - var proto_1 = f.prototype; - proto_1.voidIfAny = function (x, y) { + var f_prototype = f.prototype; + f_prototype.voidIfAny = function (x, y) { if (y === void 0) { y = false; } return null; }; - proto_1.x = function () { + f_prototype.x = function () { (this.voidIfAny([4, 2][0])); (this.voidIfAny([4, 2, undefined][0])); (this.voidIfAny([undefined, 2, 4][0])); @@ -203,12 +203,12 @@ var NonEmptyTypes; var f = /** @class */ (function () { function f() { } - var proto_2 = f.prototype; - proto_2.voidIfAny = function (x, y) { + var f_prototype_1 = f.prototype; + f_prototype_1.voidIfAny = function (x, y) { if (y === void 0) { y = false; } return null; }; - proto_2.x = function () { + f_prototype_1.x = function () { (this.voidIfAny([4, 2][0])); (this.voidIfAny([4, 2, undefined][0])); (this.voidIfAny([undefined, 2, 4][0])); diff --git a/tests/baselines/reference/assertionTypePredicates1.js b/tests/baselines/reference/assertionTypePredicates1.js index 35cb75ff783d2..e6b3ecd369a95 100644 --- a/tests/baselines/reference/assertionTypePredicates1.js +++ b/tests/baselines/reference/assertionTypePredicates1.js @@ -294,30 +294,30 @@ function f10(x) { var Test = /** @class */ (function () { function Test() { } - var proto_1 = Test.prototype; - proto_1.assert = function (value) { + var Test_prototype = Test.prototype; + Test_prototype.assert = function (value) { if (value) return; throw new Error(); }; - proto_1.isTest2 = function () { + Test_prototype.isTest2 = function () { return this instanceof Test2; }; - proto_1.assertIsTest2 = function () { + Test_prototype.assertIsTest2 = function () { if (this instanceof Test2) return; throw new Error(); }; - proto_1.assertThis = function () { + Test_prototype.assertThis = function () { if (!this) return; throw new Error(); }; - proto_1.bar = function () { + Test_prototype.bar = function () { this.assertThis(); this; }; - proto_1.foo = function (x) { + Test_prototype.foo = function (x) { this.assert(typeof x === "string"); x.length; if (this.isTest2()) { @@ -326,7 +326,7 @@ var Test = /** @class */ (function () { this.assertIsTest2(); this.z; }; - proto_1.baz = function (x) { + Test_prototype.baz = function (x) { this.assert(false); x; // Unreachable }; @@ -346,12 +346,12 @@ var Derived = /** @class */ (function (_super) { function Derived() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_2 = Derived.prototype; - proto_2.foo = function (x) { + var Derived_prototype = Derived.prototype; + Derived_prototype.foo = function (x) { _super.prototype.assert.call(this, typeof x === "string"); x.length; }; - proto_2.baz = function (x) { + Derived_prototype.baz = function (x) { _super.prototype.assert.call(this, false); x; // Unreachable }; diff --git a/tests/baselines/reference/asyncAwaitIsolatedModules_es5.js b/tests/baselines/reference/asyncAwaitIsolatedModules_es5.js index c4682fd20601d..0409957977b8c 100644 --- a/tests/baselines/reference/asyncAwaitIsolatedModules_es5.js +++ b/tests/baselines/reference/asyncAwaitIsolatedModules_es5.js @@ -150,18 +150,18 @@ var o = { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1.m1 = function () { + var C_prototype = C.prototype; + C_prototype.m1 = function () { return __awaiter(this, void 0, void 0, function () { return __generator(this, function (_a) { return [2 /*return*/]; }); }); }; - proto_1.m2 = function () { + C_prototype.m2 = function () { return __awaiter(this, void 0, void 0, function () { return __generator(this, function (_a) { return [2 /*return*/]; }); }); }; - proto_1.m3 = function () { + C_prototype.m3 = function () { return __awaiter(this, void 0, missing_1.MyPromise, function () { return __generator(this, function (_a) { return [2 /*return*/]; }); }); diff --git a/tests/baselines/reference/asyncAwait_es5.js b/tests/baselines/reference/asyncAwait_es5.js index fdb457a8554db..6c225a6865964 100644 --- a/tests/baselines/reference/asyncAwait_es5.js +++ b/tests/baselines/reference/asyncAwait_es5.js @@ -155,18 +155,18 @@ var o = { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1.m1 = function () { + var C_prototype = C.prototype; + C_prototype.m1 = function () { return __awaiter(this, void 0, void 0, function () { return __generator(this, function (_a) { return [2 /*return*/]; }); }); }; - proto_1.m2 = function () { + C_prototype.m2 = function () { return __awaiter(this, void 0, void 0, function () { return __generator(this, function (_a) { return [2 /*return*/]; }); }); }; - proto_1.m3 = function () { + C_prototype.m3 = function () { return __awaiter(this, void 0, MyPromise, function () { return __generator(this, function (_a) { return [2 /*return*/]; }); }); diff --git a/tests/baselines/reference/asyncMethodWithSuper_es5.js b/tests/baselines/reference/asyncMethodWithSuper_es5.js index 489ba4ea03991..2fa67444120a5 100644 --- a/tests/baselines/reference/asyncMethodWithSuper_es5.js +++ b/tests/baselines/reference/asyncMethodWithSuper_es5.js @@ -59,10 +59,10 @@ class B extends A { var A = /** @class */ (function () { function A() { } - var proto_1 = A.prototype; - proto_1.x = function () { + var A_prototype = A.prototype; + A_prototype.x = function () { }; - proto_1.y = function () { + A_prototype.y = function () { }; return A; }()); @@ -71,9 +71,9 @@ var B = /** @class */ (function (_super) { function B() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_2 = B.prototype; + var B_prototype = B.prototype; // async method with only call/get on 'super' does not require a binding - proto_2.simple = function () { + B_prototype.simple = function () { return __awaiter(this, void 0, void 0, function () { var a, b; return __generator(this, function (_a) { @@ -90,7 +90,7 @@ var B = /** @class */ (function (_super) { }); }; // async method with assignment/destructuring on 'super' requires a binding - proto_2.advanced = function () { + B_prototype.advanced = function () { return __awaiter(this, void 0, void 0, function () { var f, a, b; return __generator(this, function (_a) { diff --git a/tests/baselines/reference/baseTypeWrappingInstantiationChain.js b/tests/baselines/reference/baseTypeWrappingInstantiationChain.js index 09602b337d4ed..7e784a7f9e7c3 100644 --- a/tests/baselines/reference/baseTypeWrappingInstantiationChain.js +++ b/tests/baselines/reference/baseTypeWrappingInstantiationChain.js @@ -69,13 +69,13 @@ var C = /** @class */ (function (_super) { function C() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_1 = C.prototype; - proto_1.works = function () { + var C_prototype = C.prototype; + C_prototype.works = function () { new CBaseBase(this); }; - proto_1.alsoWorks = function () { + C_prototype.alsoWorks = function () { new CBase(this); // Should not error, parameter is of type Parameter> }; - proto_1.method = function (t) { }; + C_prototype.method = function (t) { }; return C; }(CBase)); diff --git a/tests/baselines/reference/binopAssignmentShouldHaveType.js b/tests/baselines/reference/binopAssignmentShouldHaveType.js index 02f89a02041d0..25abb30e44f5d 100644 --- a/tests/baselines/reference/binopAssignmentShouldHaveType.js +++ b/tests/baselines/reference/binopAssignmentShouldHaveType.js @@ -26,11 +26,11 @@ var Test; var Bug = /** @class */ (function () { function Bug() { } - var proto_1 = Bug.prototype; - proto_1.getName = function () { + var Bug_prototype = Bug.prototype; + Bug_prototype.getName = function () { return "name"; }; - proto_1.bug = function () { + Bug_prototype.bug = function () { var name = null; if ((name = this.getName()).length > 0) { console.log(name); diff --git a/tests/baselines/reference/callChainWithSuper(target=es5).js b/tests/baselines/reference/callChainWithSuper(target=es5).js index 2465240a5bd11..d63e5fe477908 100644 --- a/tests/baselines/reference/callChainWithSuper(target=es5).js +++ b/tests/baselines/reference/callChainWithSuper(target=es5).js @@ -33,8 +33,8 @@ var Derived = /** @class */ (function (_super) { function Derived() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_1 = Derived.prototype; - proto_1.method1 = function () { var _a; return (_a = _super.prototype.method) === null || _a === void 0 ? void 0 : _a.call(this); }; - proto_1.method2 = function () { var _a; return (_a = _super.prototype["method"]) === null || _a === void 0 ? void 0 : _a.call(this); }; + var Derived_prototype = Derived.prototype; + Derived_prototype.method1 = function () { var _a; return (_a = _super.prototype.method) === null || _a === void 0 ? void 0 : _a.call(this); }; + Derived_prototype.method2 = function () { var _a; return (_a = _super.prototype["method"]) === null || _a === void 0 ? void 0 : _a.call(this); }; return Derived; }(Base)); diff --git a/tests/baselines/reference/callSignaturesWithAccessibilityModifiersOnParameters.js b/tests/baselines/reference/callSignaturesWithAccessibilityModifiersOnParameters.js index ebeaebd10408f..edca22125b734 100644 --- a/tests/baselines/reference/callSignaturesWithAccessibilityModifiersOnParameters.js +++ b/tests/baselines/reference/callSignaturesWithAccessibilityModifiersOnParameters.js @@ -53,10 +53,10 @@ var f8 = function (x, y) { }; var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1.foo = function (x, y) { }; - proto_1.foo2 = function (x, y) { }; - proto_1.foo3 = function (x, y) { }; + var C_prototype = C.prototype; + C_prototype.foo = function (x, y) { }; + C_prototype.foo2 = function (x, y) { }; + C_prototype.foo3 = function (x, y) { }; return C; }()); var a; diff --git a/tests/baselines/reference/callSignaturesWithDuplicateParameters.js b/tests/baselines/reference/callSignaturesWithDuplicateParameters.js index 2ccccd3ddecad..a545e5adcf202 100644 --- a/tests/baselines/reference/callSignaturesWithDuplicateParameters.js +++ b/tests/baselines/reference/callSignaturesWithDuplicateParameters.js @@ -53,10 +53,10 @@ var f8 = function (x, y) { }; var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1.foo = function (x, x) { }; - proto_1.foo2 = function (x, x) { }; - proto_1.foo3 = function (x, x) { }; + var C_prototype = C.prototype; + C_prototype.foo = function (x, x) { }; + C_prototype.foo2 = function (x, x) { }; + C_prototype.foo3 = function (x, x) { }; return C; }()); var a; diff --git a/tests/baselines/reference/callSignaturesWithOptionalParameters2.js b/tests/baselines/reference/callSignaturesWithOptionalParameters2.js index 0b4d8046bf69c..db1648947dc09 100644 --- a/tests/baselines/reference/callSignaturesWithOptionalParameters2.js +++ b/tests/baselines/reference/callSignaturesWithOptionalParameters2.js @@ -70,9 +70,9 @@ foo2(1, 2); var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1.foo = function (x) { }; - proto_1.foo2 = function (x, y) { }; + var C_prototype = C.prototype; + C_prototype.foo = function (x) { }; + C_prototype.foo2 = function (x, y) { }; return C; }()); var c; diff --git a/tests/baselines/reference/capturedLetConstInLoop10.js b/tests/baselines/reference/capturedLetConstInLoop10.js index a52f613ab473c..2495d706c0bb1 100644 --- a/tests/baselines/reference/capturedLetConstInLoop10.js +++ b/tests/baselines/reference/capturedLetConstInLoop10.js @@ -49,8 +49,8 @@ class B { var A = /** @class */ (function () { function A() { } - var proto_1 = A.prototype; - proto_1.foo = function () { + var A_prototype = A.prototype; + A_prototype.foo = function () { var _loop_1 = function (x) { var f = function () { return x; }; this_1.bar(f()); @@ -61,9 +61,9 @@ var A = /** @class */ (function () { _loop_1(x); } }; - proto_1.bar = function (a) { + A_prototype.bar = function (a) { }; - proto_1.baz = function () { + A_prototype.baz = function () { var _loop_2 = function (x) { var a = function () { return x; }; var _loop_3 = function (y) { @@ -82,7 +82,7 @@ var A = /** @class */ (function () { _loop_2(x); } }; - proto_1.baz2 = function () { + A_prototype.baz2 = function () { var _loop_4 = function (x) { var a = function () { return x; }; this_3.bar(a()); @@ -106,8 +106,8 @@ var A = /** @class */ (function () { var B = /** @class */ (function () { function B() { } - var proto_2 = B.prototype; - proto_2.foo = function () { + var B_prototype = B.prototype; + B_prototype.foo = function () { var _this = this; var a = function () { var _loop_6 = function (x) { @@ -120,7 +120,7 @@ var B = /** @class */ (function () { } }; }; - proto_2.bar = function (a) { + B_prototype.bar = function (a) { }; return B; }()); diff --git a/tests/baselines/reference/capturedLetConstInLoop13.js b/tests/baselines/reference/capturedLetConstInLoop13.js index 03e3893f1c884..c135108a7e571 100644 --- a/tests/baselines/reference/capturedLetConstInLoop13.js +++ b/tests/baselines/reference/capturedLetConstInLoop13.js @@ -27,8 +27,8 @@ var Main = /** @class */ (function () { function Main() { this.register("a", "b", "c"); } - var proto_1 = Main.prototype; - proto_1.register = function () { + var Main_prototype = Main.prototype; + Main_prototype.register = function () { var _this = this; var names = []; for (var _i = 0; _i < arguments.length; _i++) { @@ -46,8 +46,8 @@ var Main = /** @class */ (function () { _loop_1(name_1); } }; - proto_1.bar = function (a) { }; - proto_1.foo = function (name) { }; + Main_prototype.bar = function (a) { }; + Main_prototype.foo = function (name) { }; return Main; }()); new Main(); diff --git a/tests/baselines/reference/capturedParametersInInitializers2.js b/tests/baselines/reference/capturedParametersInInitializers2.js index 2db921388d994..a9db2b801948e 100644 --- a/tests/baselines/reference/capturedParametersInInitializers2.js +++ b/tests/baselines/reference/capturedParametersInInitializers2.js @@ -21,13 +21,13 @@ function foo(y, x, z) { function class_1() { x; } - var proto_1 = class_1.prototype; - Object.defineProperty(proto_1, x, { + var proto = class_1.prototype; + Object.defineProperty(proto, x, { get: function () { return x; }, enumerable: false, configurable: true }); - proto_1[z] = function () { return z; }; + proto[z] = function () { return z; }; return class_1; }()), _a.c = x, diff --git a/tests/baselines/reference/classAbstractAccessor.js b/tests/baselines/reference/classAbstractAccessor.js index 1344777e2ecd4..c43234f05b037 100644 --- a/tests/baselines/reference/classAbstractAccessor.js +++ b/tests/baselines/reference/classAbstractAccessor.js @@ -11,14 +11,14 @@ abstract class A { var A = /** @class */ (function () { function A() { } - var proto_1 = A.prototype; - Object.defineProperty(proto_1, "aa", { + var A_prototype = A.prototype; + Object.defineProperty(A_prototype, "aa", { get: function () { return 1; } // error , enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "bb", { + Object.defineProperty(A_prototype, "bb", { set: function (x) { } // error , enumerable: false, diff --git a/tests/baselines/reference/classAbstractGeneric.js b/tests/baselines/reference/classAbstractGeneric.js index 81d98da744b2e..e948d6e692e91 100644 --- a/tests/baselines/reference/classAbstractGeneric.js +++ b/tests/baselines/reference/classAbstractGeneric.js @@ -86,8 +86,8 @@ var G = /** @class */ (function (_super) { function G() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_1 = G.prototype; - proto_1.foo = function () { return this.t; }; - proto_1.bar = function (t) { }; + var G_prototype = G.prototype; + G_prototype.foo = function () { return this.t; }; + G_prototype.bar = function (t) { }; return G; }(A)); diff --git a/tests/baselines/reference/classAbstractSuperCalls.js b/tests/baselines/reference/classAbstractSuperCalls.js index 7793b8ec1656e..135f43a448c5b 100644 --- a/tests/baselines/reference/classAbstractSuperCalls.js +++ b/tests/baselines/reference/classAbstractSuperCalls.js @@ -51,9 +51,9 @@ var B = /** @class */ (function (_super) { function B() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_1 = B.prototype; - proto_1.bar = function () { _super.prototype.foo.call(this); }; - proto_1.baz = function () { return this.foo; }; + var B_prototype = B.prototype; + B_prototype.bar = function () { _super.prototype.foo.call(this); }; + B_prototype.baz = function () { return this.foo; }; return B; }(A)); var C = /** @class */ (function (_super) { @@ -61,18 +61,18 @@ var C = /** @class */ (function (_super) { function C() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_2 = C.prototype; - proto_2.foo = function () { return 2; }; - proto_2.qux = function () { return _super.prototype.foo.call(this) || _super.prototype.foo; }; // 2 errors, foo is abstract - proto_2.norf = function () { return _super.prototype.bar.call(this); }; + var C_prototype = C.prototype; + C_prototype.foo = function () { return 2; }; + C_prototype.qux = function () { return _super.prototype.foo.call(this) || _super.prototype.foo; }; // 2 errors, foo is abstract + C_prototype.norf = function () { return _super.prototype.bar.call(this); }; return C; }(B)); var AA = /** @class */ (function () { function AA() { } - var proto_3 = AA.prototype; - proto_3.foo = function () { return 1; }; - proto_3.bar = function () { return this.foo(); }; + var AA_prototype = AA.prototype; + AA_prototype.foo = function () { return 1; }; + AA_prototype.bar = function () { return this.foo(); }; return AA; }()); var BB = /** @class */ (function (_super) { diff --git a/tests/baselines/reference/classConstructorAccessibility2.js b/tests/baselines/reference/classConstructorAccessibility2.js index 584b8bd7113c1..63364496971e1 100644 --- a/tests/baselines/reference/classConstructorAccessibility2.js +++ b/tests/baselines/reference/classConstructorAccessibility2.js @@ -88,9 +88,9 @@ var DerivedA = /** @class */ (function (_super) { _this.x = x; return _this; } - var proto_1 = DerivedA.prototype; - proto_1.createInstance = function () { new DerivedA(5); }; - proto_1.createBaseInstance = function () { new BaseA(6); }; + var DerivedA_prototype = DerivedA.prototype; + DerivedA_prototype.createInstance = function () { new DerivedA(5); }; + DerivedA_prototype.createBaseInstance = function () { new BaseA(6); }; DerivedA.staticBaseInstance = function () { new BaseA(7); }; return DerivedA; }(BaseA)); @@ -101,9 +101,9 @@ var DerivedB = /** @class */ (function (_super) { _this.x = x; return _this; } - var proto_2 = DerivedB.prototype; - proto_2.createInstance = function () { new DerivedB(7); }; - proto_2.createBaseInstance = function () { new BaseB(8); }; // ok + var DerivedB_prototype = DerivedB.prototype; + DerivedB_prototype.createInstance = function () { new DerivedB(7); }; + DerivedB_prototype.createBaseInstance = function () { new BaseB(8); }; // ok DerivedB.staticBaseInstance = function () { new BaseB(9); }; // ok return DerivedB; }(BaseB)); @@ -114,9 +114,9 @@ var DerivedC = /** @class */ (function (_super) { _this.x = x; return _this; } - var proto_3 = DerivedC.prototype; - proto_3.createInstance = function () { new DerivedC(9); }; - proto_3.createBaseInstance = function () { new BaseC(10); }; // error + var DerivedC_prototype = DerivedC.prototype; + DerivedC_prototype.createInstance = function () { new DerivedC(9); }; + DerivedC_prototype.createBaseInstance = function () { new BaseC(10); }; // error DerivedC.staticBaseInstance = function () { new BaseC(11); }; // error return DerivedC; }(BaseC)); diff --git a/tests/baselines/reference/classDeclarationShouldBeOutOfScopeInComputedNames.js b/tests/baselines/reference/classDeclarationShouldBeOutOfScopeInComputedNames.js index c3ce0d0f83b29..fc042dc0b6f83 100644 --- a/tests/baselines/reference/classDeclarationShouldBeOutOfScopeInComputedNames.js +++ b/tests/baselines/reference/classDeclarationShouldBeOutOfScopeInComputedNames.js @@ -15,10 +15,10 @@ var A = /** @class */ (function () { function A() { this[_b] = 0; } - var proto_1 = A.prototype; + var A_prototype = A.prototype; A[(_a = A.p1, A.p2)] = function () { return 0; }; ; - proto_1[A.p1] = function () { }; + A_prototype[A.p1] = function () { }; var _a, _b; _b = A.p2; A.p1 = Symbol(); diff --git a/tests/baselines/reference/classExtendsInterfaceThatExtendsClassWithPrivates1.js b/tests/baselines/reference/classExtendsInterfaceThatExtendsClassWithPrivates1.js index 147db5f3aade2..ef17574a7df75 100644 --- a/tests/baselines/reference/classExtendsInterfaceThatExtendsClassWithPrivates1.js +++ b/tests/baselines/reference/classExtendsInterfaceThatExtendsClassWithPrivates1.js @@ -26,8 +26,8 @@ var D2 = /** @class */ (function () { function D2() { this.x = 3; } - var proto_1 = D2.prototype; - proto_1.foo = function (x) { return x; }; - proto_1.other = function (x) { return x; }; + var D2_prototype = D2.prototype; + D2_prototype.foo = function (x) { return x; }; + D2_prototype.other = function (x) { return x; }; return D2; }()); diff --git a/tests/baselines/reference/classPropertyAsPrivate.js b/tests/baselines/reference/classPropertyAsPrivate.js index 8a0042ec854eb..f4a043dd46dd2 100644 --- a/tests/baselines/reference/classPropertyAsPrivate.js +++ b/tests/baselines/reference/classPropertyAsPrivate.js @@ -27,14 +27,14 @@ C.foo(); var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - Object.defineProperty(proto_1, "y", { + var C_prototype = C.prototype; + Object.defineProperty(C_prototype, "y", { get: function () { return null; }, set: function (x) { }, enumerable: false, configurable: true }); - proto_1.foo = function () { }; + C_prototype.foo = function () { }; Object.defineProperty(C, "b", { get: function () { return null; }, set: function (x) { }, diff --git a/tests/baselines/reference/classPropertyAsProtected.js b/tests/baselines/reference/classPropertyAsProtected.js index 1e368f194d244..304cbcef6891f 100644 --- a/tests/baselines/reference/classPropertyAsProtected.js +++ b/tests/baselines/reference/classPropertyAsProtected.js @@ -27,14 +27,14 @@ C.foo(); var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - Object.defineProperty(proto_1, "y", { + var C_prototype = C.prototype; + Object.defineProperty(C_prototype, "y", { get: function () { return null; }, set: function (x) { }, enumerable: false, configurable: true }); - proto_1.foo = function () { }; + C_prototype.foo = function () { }; Object.defineProperty(C, "b", { get: function () { return null; }, set: function (x) { }, diff --git a/tests/baselines/reference/classPropertyIsPublicByDefault.js b/tests/baselines/reference/classPropertyIsPublicByDefault.js index ab36fed8d0dd9..39da4d65ba50b 100644 --- a/tests/baselines/reference/classPropertyIsPublicByDefault.js +++ b/tests/baselines/reference/classPropertyIsPublicByDefault.js @@ -26,14 +26,14 @@ C.foo(); var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - Object.defineProperty(proto_1, "y", { + var C_prototype = C.prototype; + Object.defineProperty(C_prototype, "y", { get: function () { return null; }, set: function (x) { }, enumerable: false, configurable: true }); - proto_1.foo = function () { }; + C_prototype.foo = function () { }; Object.defineProperty(C, "b", { get: function () { return null; }, set: function (x) { }, diff --git a/tests/baselines/reference/classWithMultipleBaseClasses.js b/tests/baselines/reference/classWithMultipleBaseClasses.js index bd61ddbe53a06..42fb24a93809e 100644 --- a/tests/baselines/reference/classWithMultipleBaseClasses.js +++ b/tests/baselines/reference/classWithMultipleBaseClasses.js @@ -40,8 +40,8 @@ var B = /** @class */ (function () { var D = /** @class */ (function () { function D() { } - var proto_1 = D.prototype; - proto_1.baz = function () { }; - proto_1.bat = function () { }; + var D_prototype = D.prototype; + D_prototype.baz = function () { }; + D_prototype.bat = function () { }; return D; }()); diff --git a/tests/baselines/reference/classWithOnlyPublicMembersEquivalentToInterface.js b/tests/baselines/reference/classWithOnlyPublicMembersEquivalentToInterface.js index e71da11836263..259d31fedf8b2 100644 --- a/tests/baselines/reference/classWithOnlyPublicMembersEquivalentToInterface.js +++ b/tests/baselines/reference/classWithOnlyPublicMembersEquivalentToInterface.js @@ -30,9 +30,9 @@ i = c; var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1.y = function (a) { return null; }; - Object.defineProperty(proto_1, "z", { + var C_prototype = C.prototype; + C_prototype.y = function (a) { return null; }; + Object.defineProperty(C_prototype, "z", { get: function () { return 1; }, set: function (v) { }, enumerable: false, diff --git a/tests/baselines/reference/classWithOnlyPublicMembersEquivalentToInterface2.js b/tests/baselines/reference/classWithOnlyPublicMembersEquivalentToInterface2.js index f4c8e93192c75..b5c1044b798da 100644 --- a/tests/baselines/reference/classWithOnlyPublicMembersEquivalentToInterface2.js +++ b/tests/baselines/reference/classWithOnlyPublicMembersEquivalentToInterface2.js @@ -32,9 +32,9 @@ i = c; var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1.y = function (a) { return null; }; - Object.defineProperty(proto_1, "z", { + var C_prototype = C.prototype; + C_prototype.y = function (a) { return null; }; + Object.defineProperty(C_prototype, "z", { get: function () { return 1; }, set: function (v) { }, enumerable: false, diff --git a/tests/baselines/reference/classWithSemicolonClassElement2.js b/tests/baselines/reference/classWithSemicolonClassElement2.js index 63c6386bb3e61..085901e5e527d 100644 --- a/tests/baselines/reference/classWithSemicolonClassElement2.js +++ b/tests/baselines/reference/classWithSemicolonClassElement2.js @@ -8,6 +8,7 @@ class C { var C = /** @class */ (function () { function C() { } + var C_prototype = C.prototype; ; ; return C; diff --git a/tests/baselines/reference/classdecl.js b/tests/baselines/reference/classdecl.js index fb44d0f8ccd8f..f6a2e998f4cae 100644 --- a/tests/baselines/reference/classdecl.js +++ b/tests/baselines/reference/classdecl.js @@ -110,9 +110,9 @@ var __extends = (this && this.__extends) || (function () { var a = /** @class */ (function () { function a(ns) { } - var proto_1 = a.prototype; - proto_1.pgF = function () { }; - Object.defineProperty(proto_1, "d", { + var a_prototype = a.prototype; + a_prototype.pgF = function () { }; + Object.defineProperty(a_prototype, "d", { get: function () { return 30; }, @@ -137,7 +137,7 @@ var a = /** @class */ (function () { enumerable: false, configurable: true }); - proto_1.foo = function (ns) { + a_prototype.foo = function (ns) { return ns.toString(); }; return a; diff --git a/tests/baselines/reference/collisionArgumentsClassMethod.js b/tests/baselines/reference/collisionArgumentsClassMethod.js index 505d7e3fd4b31..4b7b243cc80cf 100644 --- a/tests/baselines/reference/collisionArgumentsClassMethod.js +++ b/tests/baselines/reference/collisionArgumentsClassMethod.js @@ -52,39 +52,39 @@ class c3 { var c1 = /** @class */ (function () { function c1() { } - var proto_1 = c1.prototype; - proto_1.foo = function (i) { + var c1_prototype = c1.prototype; + c1_prototype.foo = function (i) { var arguments = []; for (var _i = 1; _i < arguments.length; _i++) { arguments[_i - 1] = arguments[_i]; } var arguments; // no error }; - proto_1.foo1 = function (arguments) { + c1_prototype.foo1 = function (arguments) { var rest = []; for (var _i = 1; _i < arguments.length; _i++) { rest[_i - 1] = arguments[_i]; } var arguments = 10; // no error }; - proto_1.fooNoError = function (arguments) { + c1_prototype.fooNoError = function (arguments) { var arguments = 10; // no error }; - proto_1.f4 = function (i) { + c1_prototype.f4 = function (i) { var arguments = []; for (var _i = 1; _i < arguments.length; _i++) { arguments[_i - 1] = arguments[_i]; } var arguments; // no error }; - proto_1.f41 = function (arguments) { + c1_prototype.f41 = function (arguments) { var rest = []; for (var _i = 1; _i < arguments.length; _i++) { rest[_i - 1] = arguments[_i]; } var arguments; // no error }; - proto_1.f4NoError = function (arguments) { + c1_prototype.f4NoError = function (arguments) { var arguments; // no error }; return c1; @@ -92,15 +92,15 @@ var c1 = /** @class */ (function () { var c3 = /** @class */ (function () { function c3() { } - var proto_2 = c3.prototype; - proto_2.foo = function () { + var c3_prototype = c3.prototype; + c3_prototype.foo = function () { var restParameters = []; for (var _i = 0; _i < arguments.length; _i++) { restParameters[_i] = arguments[_i]; } var arguments = 10; // no error }; - proto_2.fooNoError = function () { + c3_prototype.fooNoError = function () { var arguments = 10; // no error }; return c3; diff --git a/tests/baselines/reference/collisionRestParameterClassMethod.js b/tests/baselines/reference/collisionRestParameterClassMethod.js index d72b1da5a0575..afcfd5a710248 100644 --- a/tests/baselines/reference/collisionRestParameterClassMethod.js +++ b/tests/baselines/reference/collisionRestParameterClassMethod.js @@ -42,25 +42,25 @@ class c3 { var c1 = /** @class */ (function () { function c1() { } - var proto_1 = c1.prototype; - proto_1.foo = function (_i) { + var c1_prototype = c1.prototype; + c1_prototype.foo = function (_i) { var restParameters = []; for (var _a = 1; _a < arguments.length; _a++) { restParameters[_a - 1] = arguments[_a]; } var _i = 10; // no error }; - proto_1.fooNoError = function (_i) { + c1_prototype.fooNoError = function (_i) { var _i = 10; // no error }; - proto_1.f4 = function (_i) { + c1_prototype.f4 = function (_i) { var rest = []; for (var _a = 1; _a < arguments.length; _a++) { rest[_a - 1] = arguments[_a]; } var _i; // no error }; - proto_1.f4NoError = function (_i) { + c1_prototype.f4NoError = function (_i) { var _i; // no error }; return c1; @@ -68,15 +68,15 @@ var c1 = /** @class */ (function () { var c3 = /** @class */ (function () { function c3() { } - var proto_2 = c3.prototype; - proto_2.foo = function () { + var c3_prototype = c3.prototype; + c3_prototype.foo = function () { var restParameters = []; for (var _a = 0; _a < arguments.length; _a++) { restParameters[_a] = arguments[_a]; } var _i = 10; // no error }; - proto_2.fooNoError = function () { + c3_prototype.fooNoError = function () { var _i = 10; // no error }; return c3; diff --git a/tests/baselines/reference/collisionSuperAndLocalFunctionInMethod.js b/tests/baselines/reference/collisionSuperAndLocalFunctionInMethod.js index 8e7cefadcb202..57073de8fe4cc 100644 --- a/tests/baselines/reference/collisionSuperAndLocalFunctionInMethod.js +++ b/tests/baselines/reference/collisionSuperAndLocalFunctionInMethod.js @@ -47,12 +47,12 @@ function _super() { var Foo = /** @class */ (function () { function Foo() { } - var proto_1 = Foo.prototype; - proto_1.x = function () { + var Foo_prototype = Foo.prototype; + Foo_prototype.x = function () { function _super() { } }; - proto_1._super = function () { + Foo_prototype._super = function () { }; return Foo; }()); @@ -61,12 +61,12 @@ var b = /** @class */ (function (_super_1) { function b() { return _super_1 !== null && _super_1.apply(this, arguments) || this; } - var proto_2 = b.prototype; - proto_2.foo = function () { + var b_prototype = b.prototype; + b_prototype.foo = function () { function _super() { } }; - proto_2._super = function () { + b_prototype._super = function () { }; return b; }(Foo)); @@ -75,14 +75,14 @@ var c = /** @class */ (function (_super_1) { function c() { return _super_1 !== null && _super_1.apply(this, arguments) || this; } - var proto_3 = c.prototype; - proto_3.foo = function () { + var c_prototype = c.prototype; + c_prototype.foo = function () { var x = function () { function _super() { } }; }; - proto_3._super = function () { + c_prototype._super = function () { }; return c; }(Foo)); diff --git a/tests/baselines/reference/collisionSuperAndParameter.js b/tests/baselines/reference/collisionSuperAndParameter.js index 395ee2e2fd827..46e2540709306 100644 --- a/tests/baselines/reference/collisionSuperAndParameter.js +++ b/tests/baselines/reference/collisionSuperAndParameter.js @@ -79,20 +79,20 @@ var __extends = (this && this.__extends) || (function () { var Foo = /** @class */ (function () { function Foo() { } - var proto_1 = Foo.prototype; - proto_1.a = function () { + var Foo_prototype = Foo.prototype; + Foo_prototype.a = function () { var _this = this; var lamda = function (_super) { return function (x) { return _this; }; // New scope. So should inject new _this capture }; }; - proto_1.b = function (_super) { + Foo_prototype.b = function (_super) { var _this = this; var lambda = function () { return function (x) { return _this; }; // New scope. So should inject new _this capture }; }; - Object.defineProperty(proto_1, "c", { + Object.defineProperty(Foo_prototype, "c", { set: function (_super) { }, enumerable: false, @@ -110,20 +110,20 @@ var Foo2 = /** @class */ (function (_super_1) { }; return _this; } - var proto_2 = Foo2.prototype; - proto_2.x = function () { + var Foo2_prototype = Foo2.prototype; + Foo2_prototype.x = function () { var _this = this; var lamda = function (_super) { return function (x) { return _this; }; // New scope. So should inject new _this capture }; }; - proto_2.y = function (_super) { + Foo2_prototype.y = function (_super) { var _this = this; var lambda = function () { return function (x) { return _this; }; // New scope. So should inject new _this capture }; }; - Object.defineProperty(proto_2, "z", { + Object.defineProperty(Foo2_prototype, "z", { set: function (_super) { }, enumerable: false, diff --git a/tests/baselines/reference/collisionThisExpressionAndLocalVarInMethod.js b/tests/baselines/reference/collisionThisExpressionAndLocalVarInMethod.js index 50588d048c6f8..df1a4cb306bc5 100644 --- a/tests/baselines/reference/collisionThisExpressionAndLocalVarInMethod.js +++ b/tests/baselines/reference/collisionThisExpressionAndLocalVarInMethod.js @@ -22,8 +22,8 @@ class a { var a = /** @class */ (function () { function a() { } - var proto_1 = a.prototype; - proto_1.method1 = function () { + var a_prototype = a.prototype; + a_prototype.method1 = function () { var _this_1 = this; return { doStuff: function (callback) { return function () { @@ -32,7 +32,7 @@ var a = /** @class */ (function () { }; } }; }; - proto_1.method2 = function () { + a_prototype.method2 = function () { var _this_1 = this; var _this = 2; return { diff --git a/tests/baselines/reference/collisionThisExpressionAndParameter.js b/tests/baselines/reference/collisionThisExpressionAndParameter.js index c5ed2dbd3000f..fec951b363fb9 100644 --- a/tests/baselines/reference/collisionThisExpressionAndParameter.js +++ b/tests/baselines/reference/collisionThisExpressionAndParameter.js @@ -97,36 +97,36 @@ declare function f4(_this: string); // no code gen - no error var Foo = /** @class */ (function () { function Foo() { } - var proto_1 = Foo.prototype; - proto_1.x = function () { + var Foo_prototype = Foo.prototype; + Foo_prototype.x = function () { var _this = 10; // Local var. No this capture in x(), so no conflict. function inner(_this) { var _this_1 = this; return function (x) { return _this_1; }; // New scope. So should inject new _this capture into function inner } }; - proto_1.y = function () { + Foo_prototype.y = function () { var _this_1 = this; var lamda = function (_this) { return function (x) { return _this_1; }; // New scope. So should inject new _this capture }; }; - proto_1.z = function (_this) { + Foo_prototype.z = function (_this) { var _this_1 = this; var lambda = function () { return function (x) { return _this_1; }; // New scope. So should inject new _this capture }; }; - proto_1.x1 = function () { + Foo_prototype.x1 = function () { var _this = 10; // Local var. No this capture in x(), so no conflict. function inner(_this) { } }; - proto_1.y1 = function () { + Foo_prototype.y1 = function () { var lamda = function (_this) { }; }; - proto_1.z1 = function (_this) { + Foo_prototype.z1 = function (_this) { var lambda = function () { }; }; diff --git a/tests/baselines/reference/commentsClassMembers.js b/tests/baselines/reference/commentsClassMembers.js index ac1b40e448f8e..076d481aa9237 100644 --- a/tests/baselines/reference/commentsClassMembers.js +++ b/tests/baselines/reference/commentsClassMembers.js @@ -223,12 +223,12 @@ var c1 = /** @class */ (function () { /** Constructor method*/ function c1() { } - var proto_1 = c1.prototype; + var c1_prototype = c1.prototype; /** sum with property*/ - proto_1.p2 = function (/** number to add*/ b) { + c1_prototype.p2 = function (/** number to add*/ b) { return this.p1 + b; }; /* trailing comment of method*/ - Object.defineProperty(proto_1, "p3", { + Object.defineProperty(c1_prototype, "p3", { /** getter property*/ get: function () { return this.p2(this.p1); @@ -243,10 +243,10 @@ var c1 = /** @class */ (function () { configurable: true }); /** sum with property*/ - proto_1.pp2 = function (/** number to add*/ b) { + c1_prototype.pp2 = function (/** number to add*/ b) { return this.p1 + b; }; // trailing comment of method - Object.defineProperty(proto_1, "pp3", { + Object.defineProperty(c1_prototype, "pp3", { /** getter property*/ get: function () { return this.pp2(this.pp1); @@ -274,10 +274,10 @@ var c1 = /** @class */ (function () { enumerable: false, configurable: true }); - proto_1.nc_p2 = function (b) { + c1_prototype.nc_p2 = function (b) { return this.nc_p1 + b; }; - Object.defineProperty(proto_1, "nc_p3", { + Object.defineProperty(c1_prototype, "nc_p3", { get: function () { return this.nc_p2(this.nc_p1); }, @@ -287,10 +287,10 @@ var c1 = /** @class */ (function () { enumerable: false, configurable: true }); - proto_1.nc_pp2 = function (b) { + c1_prototype.nc_pp2 = function (b) { return this.nc_pp1 + b; }; - Object.defineProperty(proto_1, "nc_pp3", { + Object.defineProperty(c1_prototype, "nc_pp3", { get: function () { return this.nc_pp2(this.nc_pp1); }, @@ -314,10 +314,10 @@ var c1 = /** @class */ (function () { configurable: true }); // sum with property - proto_1.a_p2 = function (b) { + c1_prototype.a_p2 = function (b) { return this.a_p1 + b; }; - Object.defineProperty(proto_1, "a_p3", { + Object.defineProperty(c1_prototype, "a_p3", { // getter property get: function () { return this.a_p2(this.a_p1); @@ -330,10 +330,10 @@ var c1 = /** @class */ (function () { configurable: true }); // sum with property - proto_1.a_pp2 = function (b) { + c1_prototype.a_pp2 = function (b) { return this.a_p1 + b; }; - Object.defineProperty(proto_1, "a_pp3", { + Object.defineProperty(c1_prototype, "a_pp3", { // getter property get: function () { return this.a_pp2(this.a_pp1); @@ -362,10 +362,10 @@ var c1 = /** @class */ (function () { configurable: true }); /** sum with property */ - proto_1.b_p2 = function (b) { + c1_prototype.b_p2 = function (b) { return this.b_p1 + b; }; - Object.defineProperty(proto_1, "b_p3", { + Object.defineProperty(c1_prototype, "b_p3", { /** getter property */ get: function () { return this.b_p2(this.b_p1); @@ -378,10 +378,10 @@ var c1 = /** @class */ (function () { configurable: true }); /** sum with property */ - proto_1.b_pp2 = function (b) { + c1_prototype.b_pp2 = function (b) { return this.b_p1 + b; }; - Object.defineProperty(proto_1, "b_pp3", { + Object.defineProperty(c1_prototype, "b_pp3", { /** getter property */ get: function () { return this.b_pp2(this.b_pp1); @@ -441,8 +441,8 @@ var cProperties = /** @class */ (function () { this.x = 10; /*trailing comment for property*/ this.y = 10; // trailing comment of // style } - var proto_2 = cProperties.prototype; - Object.defineProperty(proto_2, "p1", { + var cProperties_prototype = cProperties.prototype; + Object.defineProperty(cProperties_prototype, "p1", { /** getter only property*/ get: function () { return this.val; @@ -451,14 +451,14 @@ var cProperties = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_2, "nc_p1", { + Object.defineProperty(cProperties_prototype, "nc_p1", { get: function () { return this.val; }, enumerable: false, configurable: true }); - Object.defineProperty(proto_2, "p2", { + Object.defineProperty(cProperties_prototype, "p2", { /**setter only property*/ set: function (value) { this.val = value; @@ -466,7 +466,7 @@ var cProperties = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_2, "nc_p2", { + Object.defineProperty(cProperties_prototype, "nc_p2", { set: function (value) { this.val = value; } /* trailing comment of setter only*/, diff --git a/tests/baselines/reference/commentsInheritance.js b/tests/baselines/reference/commentsInheritance.js index 6599c818386e9..438d35d0fb9b1 100644 --- a/tests/baselines/reference/commentsInheritance.js +++ b/tests/baselines/reference/commentsInheritance.js @@ -167,17 +167,17 @@ var __extends = (this && this.__extends) || (function () { var c1 = /** @class */ (function () { function c1() { } - var proto_1 = c1.prototype; + var c1_prototype = c1.prototype; // i1_f1 - proto_1.i1_f1 = function () { + c1_prototype.i1_f1 = function () { }; - proto_1.i1_nc_f1 = function () { + c1_prototype.i1_nc_f1 = function () { }; /** c1_f1*/ - proto_1.f1 = function () { + c1_prototype.f1 = function () { }; /** c1_nc_f1*/ - proto_1.nc_f1 = function () { + c1_prototype.nc_f1 = function () { }; return c1; }()); @@ -190,11 +190,11 @@ var c2 = /** @class */ (function () { function c2(a) { this.c2_p1 = a; } - var proto_2 = c2.prototype; + var c2_prototype = c2.prototype; /** c2 c2_f1*/ - proto_2.c2_f1 = function () { + c2_prototype.c2_f1 = function () { }; - Object.defineProperty(proto_2, "c2_prop", { + Object.defineProperty(c2_prototype, "c2_prop", { /** c2 c2_prop*/ get: function () { return 10; @@ -202,9 +202,9 @@ var c2 = /** @class */ (function () { enumerable: false, configurable: true }); - proto_2.c2_nc_f1 = function () { + c2_prototype.c2_nc_f1 = function () { }; - Object.defineProperty(proto_2, "c2_nc_prop", { + Object.defineProperty(c2_prototype, "c2_nc_prop", { get: function () { return 10; }, @@ -212,9 +212,9 @@ var c2 = /** @class */ (function () { configurable: true }); /** c2 f1*/ - proto_2.f1 = function () { + c2_prototype.f1 = function () { }; - Object.defineProperty(proto_2, "prop", { + Object.defineProperty(c2_prototype, "prop", { /** c2 prop*/ get: function () { return 10; @@ -222,9 +222,9 @@ var c2 = /** @class */ (function () { enumerable: false, configurable: true }); - proto_2.nc_f1 = function () { + c2_prototype.nc_f1 = function () { }; - Object.defineProperty(proto_2, "nc_prop", { + Object.defineProperty(c2_prototype, "nc_prop", { get: function () { return 10; }, @@ -238,11 +238,11 @@ var c3 = /** @class */ (function (_super) { function c3() { return _super.call(this, 10) || this; } - var proto_3 = c3.prototype; + var c3_prototype = c3.prototype; /** c3 f1*/ - proto_3.f1 = function () { + c3_prototype.f1 = function () { }; - Object.defineProperty(proto_3, "prop", { + Object.defineProperty(c3_prototype, "prop", { /** c3 prop*/ get: function () { return 10; @@ -250,9 +250,9 @@ var c3 = /** @class */ (function (_super) { enumerable: false, configurable: true }); - proto_3.nc_f1 = function () { + c3_prototype.nc_f1 = function () { }; - Object.defineProperty(proto_3, "nc_prop", { + Object.defineProperty(c3_prototype, "nc_prop", { get: function () { return 10; }, diff --git a/tests/baselines/reference/commentsOverloads.js b/tests/baselines/reference/commentsOverloads.js index 06f23509c8f37..8139e8fc06947 100644 --- a/tests/baselines/reference/commentsOverloads.js +++ b/tests/baselines/reference/commentsOverloads.js @@ -202,21 +202,21 @@ var i3_i; var c = /** @class */ (function () { function c() { } - var proto_1 = c.prototype; - proto_1.prop1 = function (aorb) { + var c_prototype = c.prototype; + c_prototype.prop1 = function (aorb) { return 10; }; - proto_1.prop2 = function (aorb) { + c_prototype.prop2 = function (aorb) { return 10; }; - proto_1.prop3 = function (aorb) { + c_prototype.prop3 = function (aorb) { return 10; }; - proto_1.prop4 = function (aorb) { + c_prototype.prop4 = function (aorb) { return 10; }; /** Prop5 implementaion*/ - proto_1.prop5 = function (aorb) { + c_prototype.prop5 = function (aorb) { return 10; }; return c; diff --git a/tests/baselines/reference/commentsTypeParameters.js b/tests/baselines/reference/commentsTypeParameters.js index 873e85a1f9970..fd802f8005703 100644 --- a/tests/baselines/reference/commentsTypeParameters.js +++ b/tests/baselines/reference/commentsTypeParameters.js @@ -19,12 +19,12 @@ function compare(a: T, b: T) { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1.method = function (a) { + var C_prototype = C.prototype; + C_prototype.method = function (a) { }; C.staticmethod = function (a) { }; - proto_1.privatemethod = function (a) { + C_prototype.privatemethod = function (a) { }; C.privatestaticmethod = function (a) { }; diff --git a/tests/baselines/reference/commentsdoNotEmitComments.js b/tests/baselines/reference/commentsdoNotEmitComments.js index fb69196d682cc..54d15a28268cd 100644 --- a/tests/baselines/reference/commentsdoNotEmitComments.js +++ b/tests/baselines/reference/commentsdoNotEmitComments.js @@ -103,11 +103,11 @@ var c = (function () { function c() { this.b = 10; } - var proto_1 = c.prototype; - proto_1.myFoo = function () { + var c_prototype = c.prototype; + c_prototype.myFoo = function () { return this.b; }; - Object.defineProperty(proto_1, "prop1", { + Object.defineProperty(c_prototype, "prop1", { get: function () { return this.b; }, @@ -117,7 +117,7 @@ var c = (function () { enumerable: false, configurable: true }); - proto_1.foo1 = function (aOrb) { + c_prototype.foo1 = function (aOrb) { return aOrb.toString(); }; return c; diff --git a/tests/baselines/reference/commentsemitComments.js b/tests/baselines/reference/commentsemitComments.js index f9df1ba58d171..b0fb5af357c0a 100644 --- a/tests/baselines/reference/commentsemitComments.js +++ b/tests/baselines/reference/commentsemitComments.js @@ -104,12 +104,12 @@ var c = /** @class */ (function () { /** property comment */ this.b = 10; } - var proto_1 = c.prototype; + var c_prototype = c.prototype; /** function comment */ - proto_1.myFoo = function () { + c_prototype.myFoo = function () { return this.b; }; - Object.defineProperty(proto_1, "prop1", { + Object.defineProperty(c_prototype, "prop1", { /** getter comment*/ get: function () { return this.b; @@ -122,7 +122,7 @@ var c = /** @class */ (function () { configurable: true }); /** overload implementation signature*/ - proto_1.foo1 = function (aOrb) { + c_prototype.foo1 = function (aOrb) { return aOrb.toString(); }; return c; diff --git a/tests/baselines/reference/complexClassRelationships.js b/tests/baselines/reference/complexClassRelationships.js index 8e5353fb57cf5..b417fcb778c82 100644 --- a/tests/baselines/reference/complexClassRelationships.js +++ b/tests/baselines/reference/complexClassRelationships.js @@ -105,18 +105,18 @@ var ComponentCollection = /** @class */ (function () { var Foo = /** @class */ (function () { function Foo() { } - var proto_1 = Foo.prototype; - Object.defineProperty(proto_1, "prop1", { + var Foo_prototype = Foo.prototype; + Object.defineProperty(Foo_prototype, "prop1", { get: function () { return new GenericType(this); }, enumerable: false, configurable: true }); - proto_1.populate = function () { + Foo_prototype.populate = function () { this.prop2; }; - Object.defineProperty(proto_1, "prop2", { + Object.defineProperty(Foo_prototype, "prop2", { get: function () { return new BaseCollection(Derived.createEmpty); }, diff --git a/tests/baselines/reference/complicatedPrivacy.js b/tests/baselines/reference/complicatedPrivacy.js index 163febb98bf4b..629cc6d640406 100644 --- a/tests/baselines/reference/complicatedPrivacy.js +++ b/tests/baselines/reference/complicatedPrivacy.js @@ -118,8 +118,8 @@ var m1; var C2 = /** @class */ (function () { function C2() { } - var proto_1 = C2.prototype; - Object.defineProperty(proto_1, "p1", { + var C2_prototype = C2.prototype; + Object.defineProperty(C2_prototype, "p1", { get: function (arg) { return new C1(); }, @@ -128,7 +128,7 @@ var m1; enumerable: false, configurable: true }); - proto_1.f55 = function () { + C2_prototype.f55 = function () { return "Hello world"; }; return C2; diff --git a/tests/baselines/reference/computedPropertyNames13_ES5.js b/tests/baselines/reference/computedPropertyNames13_ES5.js index d4eea87e16f26..9b0b1a9bda437 100644 --- a/tests/baselines/reference/computedPropertyNames13_ES5.js +++ b/tests/baselines/reference/computedPropertyNames13_ES5.js @@ -23,17 +23,17 @@ var a; var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1[s] = function () { }; - proto_1[n] = function () { }; + var C_prototype = C.prototype; + C_prototype[s] = function () { }; + C_prototype[n] = function () { }; C[s + s] = function () { }; - proto_1[s + n] = function () { }; - proto_1[+s] = function () { }; + C_prototype[s + n] = function () { }; + C_prototype[+s] = function () { }; C[""] = function () { }; - proto_1[0] = function () { }; - proto_1[a] = function () { }; + C_prototype[0] = function () { }; + C_prototype[a] = function () { }; C[true] = function () { }; - proto_1["hello bye"] = function () { }; + C_prototype["hello bye"] = function () { }; C["hello " + a + " bye"] = function () { }; return C; }()); diff --git a/tests/baselines/reference/computedPropertyNames14_ES5.js b/tests/baselines/reference/computedPropertyNames14_ES5.js index 90e955dcea01d..05cf03d9fa19f 100644 --- a/tests/baselines/reference/computedPropertyNames14_ES5.js +++ b/tests/baselines/reference/computedPropertyNames14_ES5.js @@ -14,12 +14,12 @@ var b; var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1[b] = function () { }; + var C_prototype = C.prototype; + C_prototype[b] = function () { }; C[true] = function () { }; - proto_1[[]] = function () { }; + C_prototype[[]] = function () { }; C[{}] = function () { }; - proto_1[undefined] = function () { }; + C_prototype[undefined] = function () { }; C[null] = function () { }; return C; }()); diff --git a/tests/baselines/reference/computedPropertyNames15_ES5.js b/tests/baselines/reference/computedPropertyNames15_ES5.js index 9aa420e39339b..2a7099dbc059f 100644 --- a/tests/baselines/reference/computedPropertyNames15_ES5.js +++ b/tests/baselines/reference/computedPropertyNames15_ES5.js @@ -15,9 +15,9 @@ var p3; var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1[p1] = function () { }; - proto_1[p2] = function () { }; - proto_1[p3] = function () { }; + var C_prototype = C.prototype; + C_prototype[p1] = function () { }; + C_prototype[p2] = function () { }; + C_prototype[p3] = function () { }; return C; }()); diff --git a/tests/baselines/reference/computedPropertyNames16_ES5.js b/tests/baselines/reference/computedPropertyNames16_ES5.js index cbc3d493471dc..197bcc2d6c7ed 100644 --- a/tests/baselines/reference/computedPropertyNames16_ES5.js +++ b/tests/baselines/reference/computedPropertyNames16_ES5.js @@ -23,13 +23,13 @@ var a; var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - Object.defineProperty(proto_1, s, { + var C_prototype = C.prototype; + Object.defineProperty(C_prototype, s, { get: function () { return 0; }, enumerable: false, configurable: true }); - Object.defineProperty(proto_1, n, { + Object.defineProperty(C_prototype, n, { set: function (v) { }, enumerable: false, configurable: true @@ -39,12 +39,12 @@ var C = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_1, s + n, { + Object.defineProperty(C_prototype, s + n, { set: function (v) { }, enumerable: false, configurable: true }); - Object.defineProperty(proto_1, +s, { + Object.defineProperty(C_prototype, +s, { get: function () { return 0; }, enumerable: false, configurable: true @@ -54,12 +54,12 @@ var C = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_1, 0, { + Object.defineProperty(C_prototype, 0, { get: function () { return 0; }, enumerable: false, configurable: true }); - Object.defineProperty(proto_1, a, { + Object.defineProperty(C_prototype, a, { set: function (v) { }, enumerable: false, configurable: true @@ -69,12 +69,12 @@ var C = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "hello bye", { + Object.defineProperty(C_prototype, "hello bye", { set: function (v) { }, enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "hello " + a + " bye", { + Object.defineProperty(C_prototype, "hello " + a + " bye", { get: function () { return 0; }, enumerable: false, configurable: true diff --git a/tests/baselines/reference/computedPropertyNames17_ES5.js b/tests/baselines/reference/computedPropertyNames17_ES5.js index 7d382a420c448..ae216a958fca7 100644 --- a/tests/baselines/reference/computedPropertyNames17_ES5.js +++ b/tests/baselines/reference/computedPropertyNames17_ES5.js @@ -14,8 +14,8 @@ var b; var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - Object.defineProperty(proto_1, b, { + var C_prototype = C.prototype; + Object.defineProperty(C_prototype, b, { get: function () { return 0; }, enumerable: false, configurable: true @@ -25,12 +25,12 @@ var C = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_1, [], { + Object.defineProperty(C_prototype, [], { get: function () { return 0; }, enumerable: false, configurable: true }); - Object.defineProperty(proto_1, {}, { + Object.defineProperty(C_prototype, {}, { set: function (v) { }, enumerable: false, configurable: true @@ -40,7 +40,7 @@ var C = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_1, null, { + Object.defineProperty(C_prototype, null, { set: function (v) { }, enumerable: false, configurable: true diff --git a/tests/baselines/reference/computedPropertyNames21_ES5.js b/tests/baselines/reference/computedPropertyNames21_ES5.js index fa2dd02806015..748c72090b689 100644 --- a/tests/baselines/reference/computedPropertyNames21_ES5.js +++ b/tests/baselines/reference/computedPropertyNames21_ES5.js @@ -10,10 +10,10 @@ class C { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1.bar = function () { + var C_prototype = C.prototype; + C_prototype.bar = function () { return 0; }; - proto_1[this.bar()] = function () { }; + C_prototype[this.bar()] = function () { }; return C; }()); diff --git a/tests/baselines/reference/computedPropertyNames23_ES5.js b/tests/baselines/reference/computedPropertyNames23_ES5.js index e88d802373d01..e5af559df908a 100644 --- a/tests/baselines/reference/computedPropertyNames23_ES5.js +++ b/tests/baselines/reference/computedPropertyNames23_ES5.js @@ -13,10 +13,10 @@ var C = /** @class */ (function () { var _a; function C() { } - var proto_1 = C.prototype; - proto_1.bar = function () { + var C_prototype = C.prototype; + C_prototype.bar = function () { return 0; }; - proto_1[(_a = {}, _a[this.bar()] = 1, _a)[0]] = function () { }; + C_prototype[(_a = {}, _a[this.bar()] = 1, _a)[0]] = function () { }; return C; }()); diff --git a/tests/baselines/reference/computedPropertyNames2_ES5.js b/tests/baselines/reference/computedPropertyNames2_ES5.js index 04764f3bce4c0..ca1090558968b 100644 --- a/tests/baselines/reference/computedPropertyNames2_ES5.js +++ b/tests/baselines/reference/computedPropertyNames2_ES5.js @@ -16,15 +16,15 @@ var accessorName = "accessor"; var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1[methodName] = function () { }; + var C_prototype = C.prototype; + C_prototype[methodName] = function () { }; C[methodName] = function () { }; - Object.defineProperty(proto_1, accessorName, { + Object.defineProperty(C_prototype, accessorName, { get: function () { }, enumerable: false, configurable: true }); - Object.defineProperty(proto_1, accessorName, { + Object.defineProperty(C_prototype, accessorName, { set: function (v) { }, enumerable: false, configurable: true diff --git a/tests/baselines/reference/computedPropertyNames32_ES5.js b/tests/baselines/reference/computedPropertyNames32_ES5.js index 27a84e8b3c0c1..2c877605d9ae3 100644 --- a/tests/baselines/reference/computedPropertyNames32_ES5.js +++ b/tests/baselines/reference/computedPropertyNames32_ES5.js @@ -12,10 +12,10 @@ function foo() { return ''; } var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1.bar = function () { + var C_prototype = C.prototype; + C_prototype.bar = function () { return 0; }; - proto_1[foo()] = function () { }; + C_prototype[foo()] = function () { }; return C; }()); diff --git a/tests/baselines/reference/computedPropertyNames36_ES5.js b/tests/baselines/reference/computedPropertyNames36_ES5.js index 8f63ff54481d9..e6522aeed4a9c 100644 --- a/tests/baselines/reference/computedPropertyNames36_ES5.js +++ b/tests/baselines/reference/computedPropertyNames36_ES5.js @@ -24,14 +24,14 @@ var Foo2 = /** @class */ (function () { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - Object.defineProperty(proto_1, "get1", { + var C_prototype = C.prototype; + Object.defineProperty(C_prototype, "get1", { // Computed properties get: function () { return new Foo; }, enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "set1", { + Object.defineProperty(C_prototype, "set1", { set: function (p) { }, enumerable: false, configurable: true diff --git a/tests/baselines/reference/computedPropertyNames37_ES5.js b/tests/baselines/reference/computedPropertyNames37_ES5.js index 8fe97afbc2742..d245af653464f 100644 --- a/tests/baselines/reference/computedPropertyNames37_ES5.js +++ b/tests/baselines/reference/computedPropertyNames37_ES5.js @@ -24,14 +24,14 @@ var Foo2 = /** @class */ (function () { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - Object.defineProperty(proto_1, "get1", { + var C_prototype = C.prototype; + Object.defineProperty(C_prototype, "get1", { // Computed properties get: function () { return new Foo; }, enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "set1", { + Object.defineProperty(C_prototype, "set1", { set: function (p) { }, enumerable: false, configurable: true diff --git a/tests/baselines/reference/computedPropertyNames38_ES5.js b/tests/baselines/reference/computedPropertyNames38_ES5.js index a1fd94f843bfe..7fc54447250a6 100644 --- a/tests/baselines/reference/computedPropertyNames38_ES5.js +++ b/tests/baselines/reference/computedPropertyNames38_ES5.js @@ -24,14 +24,14 @@ var Foo2 = /** @class */ (function () { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - Object.defineProperty(proto_1, 1 << 6, { + var C_prototype = C.prototype; + Object.defineProperty(C_prototype, 1 << 6, { // Computed properties get: function () { return new Foo; }, enumerable: false, configurable: true }); - Object.defineProperty(proto_1, 1 << 6, { + Object.defineProperty(C_prototype, 1 << 6, { set: function (p) { }, enumerable: false, configurable: true diff --git a/tests/baselines/reference/computedPropertyNames39_ES5.js b/tests/baselines/reference/computedPropertyNames39_ES5.js index 79fb6cb243182..418ba354f41c1 100644 --- a/tests/baselines/reference/computedPropertyNames39_ES5.js +++ b/tests/baselines/reference/computedPropertyNames39_ES5.js @@ -24,14 +24,14 @@ var Foo2 = /** @class */ (function () { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - Object.defineProperty(proto_1, 1 << 6, { + var C_prototype = C.prototype; + Object.defineProperty(C_prototype, 1 << 6, { // Computed properties get: function () { return new Foo; }, enumerable: false, configurable: true }); - Object.defineProperty(proto_1, 1 << 6, { + Object.defineProperty(C_prototype, 1 << 6, { set: function (p) { }, enumerable: false, configurable: true diff --git a/tests/baselines/reference/computedPropertyNames3_ES5.js b/tests/baselines/reference/computedPropertyNames3_ES5.js index 45d1a6044cd08..d2ba7d913056d 100644 --- a/tests/baselines/reference/computedPropertyNames3_ES5.js +++ b/tests/baselines/reference/computedPropertyNames3_ES5.js @@ -14,15 +14,15 @@ var id; var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1[0 + 1] = function () { }; + var C_prototype = C.prototype; + C_prototype[0 + 1] = function () { }; C[function () { }] = function () { }; - Object.defineProperty(proto_1, delete id, { + Object.defineProperty(C_prototype, delete id, { get: function () { }, enumerable: false, configurable: true }); - Object.defineProperty(proto_1, [0, 1], { + Object.defineProperty(C_prototype, [0, 1], { set: function (v) { }, enumerable: false, configurable: true diff --git a/tests/baselines/reference/computedPropertyNames40_ES5.js b/tests/baselines/reference/computedPropertyNames40_ES5.js index aa1d269fe18c0..73d02c130a6e7 100644 --- a/tests/baselines/reference/computedPropertyNames40_ES5.js +++ b/tests/baselines/reference/computedPropertyNames40_ES5.js @@ -24,9 +24,9 @@ var Foo2 = /** @class */ (function () { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; + var C_prototype = C.prototype; // Computed properties - proto_1[""] = function () { return new Foo; }; - proto_1[""] = function () { return new Foo2; }; + C_prototype[""] = function () { return new Foo; }; + C_prototype[""] = function () { return new Foo2; }; return C; }()); diff --git a/tests/baselines/reference/computedPropertyNames43_ES5.js b/tests/baselines/reference/computedPropertyNames43_ES5.js index d233b8222b4c9..83bf0b00d825f 100644 --- a/tests/baselines/reference/computedPropertyNames43_ES5.js +++ b/tests/baselines/reference/computedPropertyNames43_ES5.js @@ -46,14 +46,14 @@ var D = /** @class */ (function (_super) { function D() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_1 = D.prototype; - Object.defineProperty(proto_1, "get1", { + var D_prototype = D.prototype; + Object.defineProperty(D_prototype, "get1", { // Computed properties get: function () { return new Foo; }, enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "set1", { + Object.defineProperty(D_prototype, "set1", { set: function (p) { }, enumerable: false, configurable: true diff --git a/tests/baselines/reference/computedPropertyNamesDeclarationEmit1_ES5.js b/tests/baselines/reference/computedPropertyNamesDeclarationEmit1_ES5.js index aa158a15e4859..12dc4f7d29c46 100644 --- a/tests/baselines/reference/computedPropertyNamesDeclarationEmit1_ES5.js +++ b/tests/baselines/reference/computedPropertyNamesDeclarationEmit1_ES5.js @@ -9,14 +9,14 @@ class C { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1["" + ""] = function () { }; - Object.defineProperty(proto_1, "" + "", { + var C_prototype = C.prototype; + C_prototype["" + ""] = function () { }; + Object.defineProperty(C_prototype, "" + "", { get: function () { return 0; }, enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "" + "", { + Object.defineProperty(C_prototype, "" + "", { set: function (x) { }, enumerable: false, configurable: true diff --git a/tests/baselines/reference/computedPropertyNamesSourceMap1_ES5.js b/tests/baselines/reference/computedPropertyNamesSourceMap1_ES5.js index 179613a48962d..e7de88fd15fb0 100644 --- a/tests/baselines/reference/computedPropertyNamesSourceMap1_ES5.js +++ b/tests/baselines/reference/computedPropertyNamesSourceMap1_ES5.js @@ -12,11 +12,11 @@ class C { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1["hello"] = function () { + var C_prototype = C.prototype; + C_prototype["hello"] = function () { debugger; }; - Object.defineProperty(proto_1, "goodbye", { + Object.defineProperty(C_prototype, "goodbye", { get: function () { return 0; }, diff --git a/tests/baselines/reference/computedPropertyNamesSourceMap1_ES5.js.map b/tests/baselines/reference/computedPropertyNamesSourceMap1_ES5.js.map index af45bfc218a38..7a6c52761e355 100644 --- a/tests/baselines/reference/computedPropertyNamesSourceMap1_ES5.js.map +++ b/tests/baselines/reference/computedPropertyNamesSourceMap1_ES5.js.map @@ -1,3 +1,3 @@ //// [computedPropertyNamesSourceMap1_ES5.js.map] -{"version":3,"file":"computedPropertyNamesSourceMap1_ES5.js","sourceRoot":"","sources":["computedPropertyNamesSourceMap1_ES5.ts"],"names":[],"mappings":"AAAA;IAAA;IAOA,CAAC;;IANG,QAAC,OAAO,CAAC,GAAT;QACI,QAAQ,CAAC;IACb,CAAC;IACD,sBAAI,kBAAW;aAAf;YACF,OAAO,CAAC,CAAC;QACP,CAAC;;;OAAA;IACL,QAAC;AAAD,CAAC,AAPD,IAOC"} -//// https://sokra.github.io/source-map-visualization#base64,dmFyIEMgPSAvKiogQGNsYXNzICovIChmdW5jdGlvbiAoKSB7DQogICAgZnVuY3Rpb24gQygpIHsNCiAgICB9DQogICAgdmFyIHByb3RvXzEgPSBDLnByb3RvdHlwZTsNCiAgICBwcm90b18xWyJoZWxsbyJdID0gZnVuY3Rpb24gKCkgew0KICAgICAgICBkZWJ1Z2dlcjsNCiAgICB9Ow0KICAgIE9iamVjdC5kZWZpbmVQcm9wZXJ0eShwcm90b18xLCAiZ29vZGJ5ZSIsIHsNCiAgICAgICAgZ2V0OiBmdW5jdGlvbiAoKSB7DQogICAgICAgICAgICByZXR1cm4gMDsNCiAgICAgICAgfSwNCiAgICAgICAgZW51bWVyYWJsZTogZmFsc2UsDQogICAgICAgIGNvbmZpZ3VyYWJsZTogdHJ1ZQ0KICAgIH0pOw0KICAgIHJldHVybiBDOw0KfSgpKTsNCi8vIyBzb3VyY2VNYXBwaW5nVVJMPWNvbXB1dGVkUHJvcGVydHlOYW1lc1NvdXJjZU1hcDFfRVM1LmpzLm1hcA==,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tcHV0ZWRQcm9wZXJ0eU5hbWVzU291cmNlTWFwMV9FUzUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJjb21wdXRlZFByb3BlcnR5TmFtZXNTb3VyY2VNYXAxX0VTNS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTtJQUFBO0lBT0EsQ0FBQzs7SUFORyxRQUFDLE9BQU8sQ0FBQyxHQUFUO1FBQ0ksUUFBUSxDQUFDO0lBQ2IsQ0FBQztJQUNELHNCQUFJLGtCQUFXO2FBQWY7WUFDRixPQUFPLENBQUMsQ0FBQztRQUNQLENBQUM7OztPQUFBO0lBQ0wsUUFBQztBQUFELENBQUMsQUFQRCxJQU9DIn0=,Y2xhc3MgQyB7CiAgICBbImhlbGxvIl0oKSB7CiAgICAgICAgZGVidWdnZXI7CiAgICB9CiAgICBnZXQgWyJnb29kYnllIl0oKSB7CgkJcmV0dXJuIDA7CiAgICB9Cn0= +{"version":3,"file":"computedPropertyNamesSourceMap1_ES5.js","sourceRoot":"","sources":["computedPropertyNamesSourceMap1_ES5.ts"],"names":[],"mappings":"AAAA;IAAA;IAOA,CAAC;;IANG,YAAC,OAAO,CAAC,GAAT;QACI,QAAQ,CAAC;IACb,CAAC;IACD,sBAAI,sBAAW;aAAf;YACF,OAAO,CAAC,CAAC;QACP,CAAC;;;OAAA;IACL,QAAC;AAAD,CAAC,AAPD,IAOC"} +//// https://sokra.github.io/source-map-visualization#base64,dmFyIEMgPSAvKiogQGNsYXNzICovIChmdW5jdGlvbiAoKSB7DQogICAgZnVuY3Rpb24gQygpIHsNCiAgICB9DQogICAgdmFyIENfcHJvdG90eXBlID0gQy5wcm90b3R5cGU7DQogICAgQ19wcm90b3R5cGVbImhlbGxvIl0gPSBmdW5jdGlvbiAoKSB7DQogICAgICAgIGRlYnVnZ2VyOw0KICAgIH07DQogICAgT2JqZWN0LmRlZmluZVByb3BlcnR5KENfcHJvdG90eXBlLCAiZ29vZGJ5ZSIsIHsNCiAgICAgICAgZ2V0OiBmdW5jdGlvbiAoKSB7DQogICAgICAgICAgICByZXR1cm4gMDsNCiAgICAgICAgfSwNCiAgICAgICAgZW51bWVyYWJsZTogZmFsc2UsDQogICAgICAgIGNvbmZpZ3VyYWJsZTogdHJ1ZQ0KICAgIH0pOw0KICAgIHJldHVybiBDOw0KfSgpKTsNCi8vIyBzb3VyY2VNYXBwaW5nVVJMPWNvbXB1dGVkUHJvcGVydHlOYW1lc1NvdXJjZU1hcDFfRVM1LmpzLm1hcA==,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tcHV0ZWRQcm9wZXJ0eU5hbWVzU291cmNlTWFwMV9FUzUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJjb21wdXRlZFByb3BlcnR5TmFtZXNTb3VyY2VNYXAxX0VTNS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTtJQUFBO0lBT0EsQ0FBQzs7SUFORyxZQUFDLE9BQU8sQ0FBQyxHQUFUO1FBQ0ksUUFBUSxDQUFDO0lBQ2IsQ0FBQztJQUNELHNCQUFJLHNCQUFXO2FBQWY7WUFDRixPQUFPLENBQUMsQ0FBQztRQUNQLENBQUM7OztPQUFBO0lBQ0wsUUFBQztBQUFELENBQUMsQUFQRCxJQU9DIn0=,Y2xhc3MgQyB7CiAgICBbImhlbGxvIl0oKSB7CiAgICAgICAgZGVidWdnZXI7CiAgICB9CiAgICBnZXQgWyJnb29kYnllIl0oKSB7CgkJcmV0dXJuIDA7CiAgICB9Cn0= diff --git a/tests/baselines/reference/computedPropertyNamesSourceMap1_ES5.sourcemap.txt b/tests/baselines/reference/computedPropertyNamesSourceMap1_ES5.sourcemap.txt index 61640ff54fc51..e5b9126e1da93 100644 --- a/tests/baselines/reference/computedPropertyNamesSourceMap1_ES5.sourcemap.txt +++ b/tests/baselines/reference/computedPropertyNamesSourceMap1_ES5.sourcemap.txt @@ -23,7 +23,7 @@ sourceFile:computedPropertyNamesSourceMap1_ES5.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->class C { > ["hello"]() { > debugger; @@ -36,23 +36,23 @@ sourceFile:computedPropertyNamesSourceMap1_ES5.ts 1->Emitted(3, 5) Source(8, 1) + SourceIndex(0) 2 >Emitted(3, 6) Source(8, 2) + SourceIndex(0) --- ->>> var proto_1 = C.prototype; ->>> proto_1["hello"] = function () { +>>> var C_prototype = C.prototype; +>>> C_prototype["hello"] = function () { 1->^^^^ -2 > ^^^^^^^^ -3 > ^^^^^^^ -4 > ^ -5 > ^^^ +2 > ^^^^^^^^^^^^ +3 > ^^^^^^^ +4 > ^ +5 > ^^^ 1-> 2 > [ -3 > "hello" -4 > ] -5 > +3 > "hello" +4 > ] +5 > 1->Emitted(5, 5) Source(2, 5) + SourceIndex(0) -2 >Emitted(5, 13) Source(2, 6) + SourceIndex(0) -3 >Emitted(5, 20) Source(2, 13) + SourceIndex(0) -4 >Emitted(5, 21) Source(2, 14) + SourceIndex(0) -5 >Emitted(5, 24) Source(2, 5) + SourceIndex(0) +2 >Emitted(5, 17) Source(2, 6) + SourceIndex(0) +3 >Emitted(5, 24) Source(2, 13) + SourceIndex(0) +4 >Emitted(5, 25) Source(2, 14) + SourceIndex(0) +5 >Emitted(5, 28) Source(2, 5) + SourceIndex(0) --- >>> debugger; 1 >^^^^^^^^ @@ -69,24 +69,24 @@ sourceFile:computedPropertyNamesSourceMap1_ES5.ts >>> }; 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 > > 2 > } 1 >Emitted(7, 5) Source(4, 5) + SourceIndex(0) 2 >Emitted(7, 6) Source(4, 6) + SourceIndex(0) --- ->>> Object.defineProperty(proto_1, "goodbye", { +>>> Object.defineProperty(C_prototype, "goodbye", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^ +3 > ^^^^^^^^^^^^^^^^^^^^^^ 1-> > 2 > get 3 > ["goodbye"] 1->Emitted(8, 5) Source(5, 5) + SourceIndex(0) 2 >Emitted(8, 27) Source(5, 9) + SourceIndex(0) -3 >Emitted(8, 45) Source(5, 20) + SourceIndex(0) +3 >Emitted(8, 49) Source(5, 20) + SourceIndex(0) --- >>> get: function () { 1 >^^^^^^^^^^^^^ diff --git a/tests/baselines/reference/conditionalTypes2.js b/tests/baselines/reference/conditionalTypes2.js index d23c73c30cdb3..b0d486856abc8 100644 --- a/tests/baselines/reference/conditionalTypes2.js +++ b/tests/baselines/reference/conditionalTypes2.js @@ -306,11 +306,11 @@ var Opt = /** @class */ (function () { var Vector = /** @class */ (function () { function Vector() { } - var proto_1 = Vector.prototype; - proto_1.tail = function () { + var Vector_prototype = Vector.prototype; + Vector_prototype.tail = function () { return undefined; }; - proto_1.partition2 = function (predicate) { + Vector_prototype.partition2 = function (predicate) { return undefined; }; return Vector; diff --git a/tests/baselines/reference/conflictMarkerDiff3Trivia2.js b/tests/baselines/reference/conflictMarkerDiff3Trivia2.js index be77cc177f6e4..9c520251a4c31 100644 --- a/tests/baselines/reference/conflictMarkerDiff3Trivia2.js +++ b/tests/baselines/reference/conflictMarkerDiff3Trivia2.js @@ -20,10 +20,10 @@ class C { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1.foo = function () { + var C_prototype = C.prototype; + C_prototype.foo = function () { a(); }; - proto_1.bar = function () { }; + C_prototype.bar = function () { }; return C; }()); diff --git a/tests/baselines/reference/conflictMarkerTrivia2.js b/tests/baselines/reference/conflictMarkerTrivia2.js index 5f4fc698f9143..fe9aa183aaf18 100644 --- a/tests/baselines/reference/conflictMarkerTrivia2.js +++ b/tests/baselines/reference/conflictMarkerTrivia2.js @@ -17,10 +17,10 @@ class C { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1.foo = function () { + var C_prototype = C.prototype; + C_prototype.foo = function () { a(); }; - proto_1.bar = function () { }; + C_prototype.bar = function () { }; return C; }()); diff --git a/tests/baselines/reference/constructorOverloads1.js b/tests/baselines/reference/constructorOverloads1.js index 3bcb8bdee4f7b..fa8e8b8e10d70 100644 --- a/tests/baselines/reference/constructorOverloads1.js +++ b/tests/baselines/reference/constructorOverloads1.js @@ -25,9 +25,9 @@ f1.bar2(); var Foo = /** @class */ (function () { function Foo(x) { } - var proto_1 = Foo.prototype; - proto_1.bar1 = function () { }; - proto_1.bar2 = function () { }; + var Foo_prototype = Foo.prototype; + Foo_prototype.bar1 = function () { }; + Foo_prototype.bar2 = function () { }; return Foo; }()); var f1 = new Foo("hey"); diff --git a/tests/baselines/reference/constructorWithIncompleteTypeAnnotation.js b/tests/baselines/reference/constructorWithIncompleteTypeAnnotation.js index 69d6d9898aa5f..6d393efdfedb5 100644 --- a/tests/baselines/reference/constructorWithIncompleteTypeAnnotation.js +++ b/tests/baselines/reference/constructorWithIncompleteTypeAnnotation.js @@ -351,12 +351,12 @@ var TypeScriptAllInOne; var BasicFeatures = /** @class */ (function () { function BasicFeatures() { } - var proto_1 = BasicFeatures.prototype; + var BasicFeatures_prototype = BasicFeatures.prototype; /// /// Test various of variables. Including nullable,key world as variable,special format /// /// - proto_1.VARIABLES = function () { + BasicFeatures_prototype.VARIABLES = function () { var local = Number.MAX_VALUE; var min = Number.MIN_VALUE; var inf = Number.NEGATIVE_INFINITY - @@ -405,7 +405,7 @@ var BasicFeatures = /** @class */ (function () { /// /// /// - proto_1.STATEMENTS = function (i) { + BasicFeatures_prototype.STATEMENTS = function (i) { var retVal = 0; if (i == 1) retVal = 1; @@ -440,7 +440,7 @@ var BasicFeatures = /** @class */ (function () { /// Test types in ts language. Including class,struct,interface,delegate,anonymous type /// /// - proto_1.TYPES = function () { + BasicFeatures_prototype.TYPES = function () { var retVal = 0; var c = new CLASS(); var xx = c; @@ -459,7 +459,7 @@ var BasicFeatures = /** @class */ (function () { ///// Test different operators ///// ///// - proto_1.OPERATOR = function () { + BasicFeatures_prototype.OPERATOR = function () { var a = [1, 2, 3, 4, 5,]; /*[] bug*/ // YES [] var i = a[1]; /*[]*/ i = i + i - i * i / i % i & i | i ^ i; /*+ - * / % & | ^*/ @@ -498,16 +498,16 @@ var CLASS = /** @class */ (function () { function CLASS() { this.d = function () { yield 0; }; } - var proto_2 = CLASS.prototype; - Object.defineProperty(proto_2, "Property", { + var CLASS_prototype = CLASS.prototype; + Object.defineProperty(CLASS_prototype, "Property", { get: function () { return 0; }, enumerable: false, configurable: true }); - proto_2.Member = function () { + CLASS_prototype.Member = function () { return 0; }; - proto_2.Foo = function () { + CLASS_prototype.Foo = function () { var myEvent = function () { return 1; }; if (myEvent() == 1) return true ? diff --git a/tests/baselines/reference/contextuallyTypedClassExpressionMethodDeclaration02.js b/tests/baselines/reference/contextuallyTypedClassExpressionMethodDeclaration02.js index 3be6fef40bc2d..7199a8e8ba929 100644 --- a/tests/baselines/reference/contextuallyTypedClassExpressionMethodDeclaration02.js +++ b/tests/baselines/reference/contextuallyTypedClassExpressionMethodDeclaration02.js @@ -54,11 +54,11 @@ function getFoo1() { return /** @class */ (function () { function class_1() { } - var proto_1 = class_1.prototype; - proto_1.method1 = function (arg) { + var proto = class_1.prototype; + proto.method1 = function (arg) { arg.numProp = 10; }; - proto_1.method2 = function (arg) { + proto.method2 = function (arg) { arg.strProp = "hello"; }; return class_1; diff --git a/tests/baselines/reference/crashIntypeCheckObjectCreationExpression.js b/tests/baselines/reference/crashIntypeCheckObjectCreationExpression.js index 6cd81779b7155..6466993e19593 100644 --- a/tests/baselines/reference/crashIntypeCheckObjectCreationExpression.js +++ b/tests/baselines/reference/crashIntypeCheckObjectCreationExpression.js @@ -16,11 +16,11 @@ define(["require", "exports"], function (require, exports) { var BuildWorkspaceService = /** @class */ (function () { function BuildWorkspaceService() { } - var proto_1 = BuildWorkspaceService.prototype; - proto_1.injectRequestService = function (service) { + var BuildWorkspaceService_prototype = BuildWorkspaceService.prototype; + BuildWorkspaceService_prototype.injectRequestService = function (service) { this.injectBuildService(new X(service)); }; - proto_1.injectBuildService = function (service) { + BuildWorkspaceService_prototype.injectBuildService = function (service) { }; return BuildWorkspaceService; }()); diff --git a/tests/baselines/reference/declFileAccessors.js b/tests/baselines/reference/declFileAccessors.js index cc8dd4ee04f2c..0d5e72c91197e 100644 --- a/tests/baselines/reference/declFileAccessors.js +++ b/tests/baselines/reference/declFileAccessors.js @@ -108,8 +108,8 @@ exports.c1 = void 0; var c1 = /** @class */ (function () { function c1() { } - var proto_1 = c1.prototype; - Object.defineProperty(proto_1, "p3", { + var c1_prototype = c1.prototype; + Object.defineProperty(c1_prototype, "p3", { /** getter property*/ get: function () { return 10; @@ -120,7 +120,7 @@ var c1 = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "pp3", { + Object.defineProperty(c1_prototype, "pp3", { /** private getter property*/ get: function () { return 10; @@ -142,7 +142,7 @@ var c1 = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "nc_p3", { + Object.defineProperty(c1_prototype, "nc_p3", { get: function () { return 10; }, @@ -151,7 +151,7 @@ var c1 = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "nc_pp3", { + Object.defineProperty(c1_prototype, "nc_pp3", { get: function () { return 10; }, @@ -169,7 +169,7 @@ var c1 = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "onlyGetter", { + Object.defineProperty(c1_prototype, "onlyGetter", { // Only getter property get: function () { return 10; @@ -177,7 +177,7 @@ var c1 = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "onlySetter", { + Object.defineProperty(c1_prototype, "onlySetter", { // Only setter property set: function (value) { }, @@ -192,8 +192,8 @@ exports.c1 = c1; var c2 = /** @class */ (function () { function c2() { } - var proto_1 = c2.prototype; - Object.defineProperty(proto_1, "p3", { + var c2_prototype = c2.prototype; + Object.defineProperty(c2_prototype, "p3", { /** getter property*/ get: function () { return 10; @@ -204,7 +204,7 @@ var c2 = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "pp3", { + Object.defineProperty(c2_prototype, "pp3", { /** private getter property*/ get: function () { return 10; @@ -226,7 +226,7 @@ var c2 = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "nc_p3", { + Object.defineProperty(c2_prototype, "nc_p3", { get: function () { return 10; }, @@ -235,7 +235,7 @@ var c2 = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "nc_pp3", { + Object.defineProperty(c2_prototype, "nc_pp3", { get: function () { return 10; }, @@ -253,7 +253,7 @@ var c2 = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "onlyGetter", { + Object.defineProperty(c2_prototype, "onlyGetter", { // Only getter property get: function () { return 10; @@ -261,7 +261,7 @@ var c2 = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "onlySetter", { + Object.defineProperty(c2_prototype, "onlySetter", { // Only setter property set: function (value) { }, diff --git a/tests/baselines/reference/declFileForClassWithMultipleBaseClasses.js b/tests/baselines/reference/declFileForClassWithMultipleBaseClasses.js index f9dbe112753b5..90ea4a61e2c98 100644 --- a/tests/baselines/reference/declFileForClassWithMultipleBaseClasses.js +++ b/tests/baselines/reference/declFileForClassWithMultipleBaseClasses.js @@ -42,11 +42,11 @@ var B = /** @class */ (function () { var D = /** @class */ (function () { function D() { } - var proto_1 = D.prototype; - proto_1.baz = function () { }; - proto_1.bat = function () { }; - proto_1.foo = function () { }; - proto_1.bar = function () { }; + var D_prototype = D.prototype; + D_prototype.baz = function () { }; + D_prototype.bat = function () { }; + D_prototype.foo = function () { }; + D_prototype.bar = function () { }; return D; }()); diff --git a/tests/baselines/reference/declFileMethods.js b/tests/baselines/reference/declFileMethods.js index 650a80bb635a3..8ae2bf9555890 100644 --- a/tests/baselines/reference/declFileMethods.js +++ b/tests/baselines/reference/declFileMethods.js @@ -196,43 +196,43 @@ exports.c1 = void 0; var c1 = /** @class */ (function () { function c1() { } - var proto_1 = c1.prototype; + var c1_prototype = c1.prototype; /** This comment should appear for foo*/ - proto_1.foo = function () { + c1_prototype.foo = function () { }; /** This is comment for function signature*/ - proto_1.fooWithParameters = function (/** this is comment about a*/ a, + c1_prototype.fooWithParameters = function (/** this is comment about a*/ a, /** this is comment for b*/ b) { var d = a; }; - proto_1.fooWithRestParameters = function (a) { + c1_prototype.fooWithRestParameters = function (a) { var rests = []; for (var _i = 1; _i < arguments.length; _i++) { rests[_i - 1] = arguments[_i]; } return a + rests.join(""); }; - proto_1.fooWithOverloads = function (a) { + c1_prototype.fooWithOverloads = function (a) { return a; }; /** This comment should appear for privateFoo*/ - proto_1.privateFoo = function () { + c1_prototype.privateFoo = function () { }; /** This is comment for function signature*/ - proto_1.privateFooWithParameters = function (/** this is comment about a*/ a, + c1_prototype.privateFooWithParameters = function (/** this is comment about a*/ a, /** this is comment for b*/ b) { var d = a; }; - proto_1.privateFooWithRestParameters = function (a) { + c1_prototype.privateFooWithRestParameters = function (a) { var rests = []; for (var _i = 1; _i < arguments.length; _i++) { rests[_i - 1] = arguments[_i]; } return a + rests.join(""); }; - proto_1.privateFooWithOverloads = function (a) { + c1_prototype.privateFooWithOverloads = function (a) { return a; }; /** This comment should appear for static foo*/ @@ -280,43 +280,43 @@ exports.c1 = c1; var c2 = /** @class */ (function () { function c2() { } - var proto_1 = c2.prototype; + var c2_prototype = c2.prototype; /** This comment should appear for foo*/ - proto_1.foo = function () { + c2_prototype.foo = function () { }; /** This is comment for function signature*/ - proto_1.fooWithParameters = function (/** this is comment about a*/ a, + c2_prototype.fooWithParameters = function (/** this is comment about a*/ a, /** this is comment for b*/ b) { var d = a; }; - proto_1.fooWithRestParameters = function (a) { + c2_prototype.fooWithRestParameters = function (a) { var rests = []; for (var _i = 1; _i < arguments.length; _i++) { rests[_i - 1] = arguments[_i]; } return a + rests.join(""); }; - proto_1.fooWithOverloads = function (a) { + c2_prototype.fooWithOverloads = function (a) { return a; }; /** This comment should appear for privateFoo*/ - proto_1.privateFoo = function () { + c2_prototype.privateFoo = function () { }; /** This is comment for function signature*/ - proto_1.privateFooWithParameters = function (/** this is comment about a*/ a, + c2_prototype.privateFooWithParameters = function (/** this is comment about a*/ a, /** this is comment for b*/ b) { var d = a; }; - proto_1.privateFooWithRestParameters = function (a) { + c2_prototype.privateFooWithRestParameters = function (a) { var rests = []; for (var _i = 1; _i < arguments.length; _i++) { rests[_i - 1] = arguments[_i]; } return a + rests.join(""); }; - proto_1.privateFooWithOverloads = function (a) { + c2_prototype.privateFooWithOverloads = function (a) { return a; }; /** This comment should appear for static foo*/ diff --git a/tests/baselines/reference/declFilePrivateMethodOverloads.js b/tests/baselines/reference/declFilePrivateMethodOverloads.js index 21ae61128f9cb..3d61153127315 100644 --- a/tests/baselines/reference/declFilePrivateMethodOverloads.js +++ b/tests/baselines/reference/declFilePrivateMethodOverloads.js @@ -26,11 +26,11 @@ declare class c2 { var c1 = /** @class */ (function () { function c1() { } - var proto_1 = c1.prototype; - proto_1._forEachBindingContext = function (context, fn) { + var c1_prototype = c1.prototype; + c1_prototype._forEachBindingContext = function (context, fn) { // Function here }; - proto_1.overloadWithArityDifference = function (context) { + c1_prototype.overloadWithArityDifference = function (context) { // Function here }; return c1; diff --git a/tests/baselines/reference/declFileTypeAnnotationVisibilityErrorAccessors.js b/tests/baselines/reference/declFileTypeAnnotationVisibilityErrorAccessors.js index 18f22132979f6..7e5c757142058 100644 --- a/tests/baselines/reference/declFileTypeAnnotationVisibilityErrorAccessors.js +++ b/tests/baselines/reference/declFileTypeAnnotationVisibilityErrorAccessors.js @@ -125,8 +125,8 @@ var m; var c = /** @class */ (function () { function c() { } - var proto_1 = c.prototype; - Object.defineProperty(proto_1, "foo1", { + var c_prototype = c.prototype; + Object.defineProperty(c_prototype, "foo1", { // getter with annotation get: function () { return; @@ -134,7 +134,7 @@ var m; enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "foo2", { + Object.defineProperty(c_prototype, "foo2", { // getter without annotation get: function () { return new private1(); @@ -142,14 +142,14 @@ var m; enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "foo3", { + Object.defineProperty(c_prototype, "foo3", { // setter with annotation set: function (param) { }, enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "foo4", { + Object.defineProperty(c_prototype, "foo4", { // Both - getter without annotation, setter with annotation get: function () { return new private1(); @@ -159,7 +159,7 @@ var m; enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "foo5", { + Object.defineProperty(c_prototype, "foo5", { // Both - with annotation get: function () { return; @@ -169,7 +169,7 @@ var m; enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "foo11", { + Object.defineProperty(c_prototype, "foo11", { // getter with annotation get: function () { return; @@ -177,7 +177,7 @@ var m; enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "foo12", { + Object.defineProperty(c_prototype, "foo12", { // getter without annotation get: function () { return new public1(); @@ -185,14 +185,14 @@ var m; enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "foo13", { + Object.defineProperty(c_prototype, "foo13", { // setter with annotation set: function (param) { }, enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "foo14", { + Object.defineProperty(c_prototype, "foo14", { // Both - getter without annotation, setter with annotation get: function () { return new public1(); @@ -202,7 +202,7 @@ var m; enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "foo15", { + Object.defineProperty(c_prototype, "foo15", { // Both - with annotation get: function () { return; @@ -212,7 +212,7 @@ var m; enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "foo111", { + Object.defineProperty(c_prototype, "foo111", { // getter with annotation get: function () { return; @@ -220,7 +220,7 @@ var m; enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "foo112", { + Object.defineProperty(c_prototype, "foo112", { // getter without annotation get: function () { return new m2.public2(); @@ -228,14 +228,14 @@ var m; enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "foo113", { + Object.defineProperty(c_prototype, "foo113", { // setter with annotation set: function (param) { }, enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "foo114", { + Object.defineProperty(c_prototype, "foo114", { // Both - getter without annotation, setter with annotation get: function () { return new m2.public2(); @@ -245,7 +245,7 @@ var m; enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "foo115", { + Object.defineProperty(c_prototype, "foo115", { // Both - with annotation get: function () { return; diff --git a/tests/baselines/reference/declInput-2.js b/tests/baselines/reference/declInput-2.js index 7b2ac7c7f0b58..b861bb7dc3f16 100644 --- a/tests/baselines/reference/declInput-2.js +++ b/tests/baselines/reference/declInput-2.js @@ -38,13 +38,13 @@ var M; var D = /** @class */ (function () { function D() { } - var proto_1 = D.prototype; - proto_1.m232 = function () { return null; }; - proto_1.m242 = function () { return null; }; - proto_1.m252 = function () { return null; }; // don't generate - proto_1.m26 = function (i) { }; - proto_1.m262 = function (i) { }; - proto_1.m3 = function () { return new C(); }; + var D_prototype = D.prototype; + D_prototype.m232 = function () { return null; }; + D_prototype.m242 = function () { return null; }; + D_prototype.m252 = function () { return null; }; // don't generate + D_prototype.m26 = function (i) { }; + D_prototype.m262 = function (i) { }; + D_prototype.m3 = function () { return new C(); }; return D; }()); M.D = D; diff --git a/tests/baselines/reference/declInput.js b/tests/baselines/reference/declInput.js index 6bbdf0bd3f3dd..53438ab8da733 100644 --- a/tests/baselines/reference/declInput.js +++ b/tests/baselines/reference/declInput.js @@ -14,10 +14,10 @@ class bar { var bar = /** @class */ (function () { function bar() { } - var proto_1 = bar.prototype; - proto_1.f = function () { return ''; }; - proto_1.g = function () { return { a: null, b: undefined, c: void 4 }; }; - proto_1.h = function (x, y, z) { + var bar_prototype = bar.prototype; + bar_prototype.f = function () { return ''; }; + bar_prototype.g = function () { return { a: null, b: undefined, c: void 4 }; }; + bar_prototype.h = function (x, y, z) { if (x === void 0) { x = 4; } if (y === void 0) { y = null; } if (z === void 0) { z = ''; } diff --git a/tests/baselines/reference/declInput3.js b/tests/baselines/reference/declInput3.js index 2248f838be1be..d7725fd7988c5 100644 --- a/tests/baselines/reference/declInput3.js +++ b/tests/baselines/reference/declInput3.js @@ -14,10 +14,10 @@ class bar { var bar = /** @class */ (function () { function bar() { } - var proto_1 = bar.prototype; - proto_1.f = function () { return ''; }; - proto_1.g = function () { return { a: null, b: undefined, c: void 4 }; }; - proto_1.h = function (x, y, z) { + var bar_prototype = bar.prototype; + bar_prototype.f = function () { return ''; }; + bar_prototype.g = function () { return { a: null, b: undefined, c: void 4 }; }; + bar_prototype.h = function (x, y, z) { if (x === void 0) { x = 4; } if (y === void 0) { y = null; } if (z === void 0) { z = ''; } diff --git a/tests/baselines/reference/declInput4.js b/tests/baselines/reference/declInput4.js index 59c201e250ef3..8c53470dff8cb 100644 --- a/tests/baselines/reference/declInput4.js +++ b/tests/baselines/reference/declInput4.js @@ -32,10 +32,10 @@ var M; var D = /** @class */ (function () { function D() { } - var proto_1 = D.prototype; - proto_1.m232 = function () { return null; }; - proto_1.m242 = function () { return null; }; - proto_1.m26 = function (i) { }; + var D_prototype = D.prototype; + D_prototype.m232 = function () { return null; }; + D_prototype.m242 = function () { return null; }; + D_prototype.m26 = function (i) { }; return D; }()); M.D = D; diff --git a/tests/baselines/reference/declarationEmitClassMemberNameConflict.js b/tests/baselines/reference/declarationEmitClassMemberNameConflict.js index 579fedcacdb01..4dbca48528309 100644 --- a/tests/baselines/reference/declarationEmitClassMemberNameConflict.js +++ b/tests/baselines/reference/declarationEmitClassMemberNameConflict.js @@ -42,9 +42,9 @@ exports.C4 = exports.C3 = exports.C2 = exports.C1 = void 0; var C1 = /** @class */ (function () { function C1() { } - var proto_1 = C1.prototype; - proto_1.C1 = function () { }; // has to be the same as the class name - proto_1.bar = function () { + var C1_prototype = C1.prototype; + C1_prototype.C1 = function () { }; // has to be the same as the class name + C1_prototype.bar = function () { return function (t) { }; }; @@ -64,14 +64,14 @@ exports.C2 = C2; var C3 = /** @class */ (function () { function C3() { } - var proto_2 = C3.prototype; - Object.defineProperty(proto_2, "C3", { + var C3_prototype = C3.prototype; + Object.defineProperty(C3_prototype, "C3", { get: function () { return 0; } // has to be the same as the class name , enumerable: false, configurable: true }); - proto_2.bar = function () { + C3_prototype.bar = function () { return function (t) { }; }; @@ -81,14 +81,14 @@ exports.C3 = C3; var C4 = /** @class */ (function () { function C4() { } - var proto_3 = C4.prototype; - Object.defineProperty(proto_3, "C4", { + var C4_prototype = C4.prototype; + Object.defineProperty(C4_prototype, "C4", { set: function (v) { } // has to be the same as the class name , enumerable: false, configurable: true }); - proto_3.bar = function () { + C4_prototype.bar = function () { return function (t) { }; }; diff --git a/tests/baselines/reference/declarationEmitProtectedMembers.js b/tests/baselines/reference/declarationEmitProtectedMembers.js index 98b80ef665766..5f0bcf06d1737 100644 --- a/tests/baselines/reference/declarationEmitProtectedMembers.js +++ b/tests/baselines/reference/declarationEmitProtectedMembers.js @@ -67,11 +67,11 @@ var __extends = (this && this.__extends) || (function () { var C1 = /** @class */ (function () { function C1() { } - var proto_1 = C1.prototype; - proto_1.f = function () { + var C1_prototype = C1.prototype; + C1_prototype.f = function () { return this.x; }; - Object.defineProperty(proto_1, "accessor", { + Object.defineProperty(C1_prototype, "accessor", { get: function () { return 0; }, set: function (a) { }, enumerable: false, diff --git a/tests/baselines/reference/declarationFiles.js b/tests/baselines/reference/declarationFiles.js index 97b38c5890ae4..15593c8dcf7bd 100644 --- a/tests/baselines/reference/declarationFiles.js +++ b/tests/baselines/reference/declarationFiles.js @@ -72,17 +72,17 @@ var C4 = /** @class */ (function () { this.x3 = [{ a: this }]; this.x4 = function () { return _this; }; } - var proto_1 = C4.prototype; - proto_1.f1 = function () { + var C4_prototype = C4.prototype; + C4_prototype.f1 = function () { return { a: this }; }; - proto_1.f2 = function () { + C4_prototype.f2 = function () { return [this]; }; - proto_1.f3 = function () { + C4_prototype.f3 = function () { return [{ a: this }]; }; - proto_1.f4 = function () { + C4_prototype.f4 = function () { var _this = this; return function () { return _this; }; }; diff --git a/tests/baselines/reference/decoratorOnClassMethod11.js b/tests/baselines/reference/decoratorOnClassMethod11.js index 6107c76a844c9..af9688478cc7d 100644 --- a/tests/baselines/reference/decoratorOnClassMethod11.js +++ b/tests/baselines/reference/decoratorOnClassMethod11.js @@ -20,9 +20,9 @@ var M; var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1.decorator = function (target, key) { }; - proto_1.method = function () { }; + var C_prototype = C.prototype; + C_prototype.decorator = function (target, key) { }; + C_prototype.method = function () { }; __decorate([ this.decorator ], C.prototype, "method", null); diff --git a/tests/baselines/reference/deepKeysIndexing.js b/tests/baselines/reference/deepKeysIndexing.js index a01cd41849942..502216d53e76f 100644 --- a/tests/baselines/reference/deepKeysIndexing.js +++ b/tests/baselines/reference/deepKeysIndexing.js @@ -60,10 +60,10 @@ bar.workaround("a", "1", true); // ok - true is not allowed var Bar = /** @class */ (function () { function Bar() { } - var proto_1 = Bar.prototype; - proto_1.broken = function (k1, k2, value) { }; - proto_1.working = function (k1, k2, value) { }; - proto_1.workaround = function (k1, k2, value) { }; + var Bar_prototype = Bar.prototype; + Bar_prototype.broken = function (k1, k2, value) { }; + Bar_prototype.working = function (k1, k2, value) { }; + Bar_prototype.workaround = function (k1, k2, value) { }; return Bar; }()); var bar = new Bar(); diff --git a/tests/baselines/reference/derivedClassIncludesInheritedMembers.js b/tests/baselines/reference/derivedClassIncludesInheritedMembers.js index 2ee5a52e193c1..aa4d308bc3db1 100644 --- a/tests/baselines/reference/derivedClassIncludesInheritedMembers.js +++ b/tests/baselines/reference/derivedClassIncludesInheritedMembers.js @@ -57,9 +57,9 @@ var __extends = (this && this.__extends) || (function () { var Base = /** @class */ (function () { function Base(x) { } - var proto_1 = Base.prototype; - proto_1.b = function () { }; - Object.defineProperty(proto_1, "c", { + var Base_prototype = Base.prototype; + Base_prototype.b = function () { }; + Object.defineProperty(Base_prototype, "c", { get: function () { return ''; }, set: function (v) { }, enumerable: false, diff --git a/tests/baselines/reference/derivedClassOverridesProtectedMembers.js b/tests/baselines/reference/derivedClassOverridesProtectedMembers.js index 1b8cf7bdca104..9583ce373f620 100644 --- a/tests/baselines/reference/derivedClassOverridesProtectedMembers.js +++ b/tests/baselines/reference/derivedClassOverridesProtectedMembers.js @@ -54,9 +54,9 @@ var y; var Base = /** @class */ (function () { function Base(a) { } - var proto_1 = Base.prototype; - proto_1.b = function (a) { }; - Object.defineProperty(proto_1, "c", { + var Base_prototype = Base.prototype; + Base_prototype.b = function (a) { }; + Object.defineProperty(Base_prototype, "c", { get: function () { return x; }, set: function (v) { }, enumerable: false, @@ -76,9 +76,9 @@ var Derived = /** @class */ (function (_super) { function Derived(a) { return _super.call(this, x) || this; } - var proto_2 = Derived.prototype; - proto_2.b = function (a) { }; - Object.defineProperty(proto_2, "c", { + var Derived_prototype = Derived.prototype; + Derived_prototype.b = function (a) { }; + Object.defineProperty(Derived_prototype, "c", { get: function () { return y; }, set: function (v) { }, enumerable: false, diff --git a/tests/baselines/reference/derivedClassOverridesProtectedMembers2.js b/tests/baselines/reference/derivedClassOverridesProtectedMembers2.js index 1908809850fad..5ea7aa7e61c1a 100644 --- a/tests/baselines/reference/derivedClassOverridesProtectedMembers2.js +++ b/tests/baselines/reference/derivedClassOverridesProtectedMembers2.js @@ -82,9 +82,9 @@ var y; var Base = /** @class */ (function () { function Base(a) { } - var proto_1 = Base.prototype; - proto_1.b = function (a) { }; - Object.defineProperty(proto_1, "c", { + var Base_prototype = Base.prototype; + Base_prototype.b = function (a) { }; + Object.defineProperty(Base_prototype, "c", { get: function () { return x; }, set: function (v) { }, enumerable: false, @@ -105,9 +105,9 @@ var Derived = /** @class */ (function (_super) { function Derived(a) { return _super.call(this, a) || this; } - var proto_2 = Derived.prototype; - proto_2.b = function (a) { }; - Object.defineProperty(proto_2, "c", { + var Derived_prototype = Derived.prototype; + Derived_prototype.b = function (a) { }; + Object.defineProperty(Derived_prototype, "c", { get: function () { return y; }, set: function (v) { }, enumerable: false, diff --git a/tests/baselines/reference/derivedClassOverridesProtectedMembers3.js b/tests/baselines/reference/derivedClassOverridesProtectedMembers3.js index eb7466afc2d10..1817d802d7e7b 100644 --- a/tests/baselines/reference/derivedClassOverridesProtectedMembers3.js +++ b/tests/baselines/reference/derivedClassOverridesProtectedMembers3.js @@ -89,9 +89,9 @@ var y; var Base = /** @class */ (function () { function Base(a) { } - var proto_1 = Base.prototype; - proto_1.b = function (a) { }; - Object.defineProperty(proto_1, "c", { + var Base_prototype = Base.prototype; + Base_prototype.b = function (a) { }; + Object.defineProperty(Base_prototype, "c", { get: function () { return x; }, set: function (v) { }, enumerable: false, diff --git a/tests/baselines/reference/derivedClassOverridesPublicMembers.js b/tests/baselines/reference/derivedClassOverridesPublicMembers.js index 5b3ff1007ad90..588b58a9dda70 100644 --- a/tests/baselines/reference/derivedClassOverridesPublicMembers.js +++ b/tests/baselines/reference/derivedClassOverridesPublicMembers.js @@ -81,9 +81,9 @@ var y; var Base = /** @class */ (function () { function Base(a) { } - var proto_1 = Base.prototype; - proto_1.b = function (a) { }; - Object.defineProperty(proto_1, "c", { + var Base_prototype = Base.prototype; + Base_prototype.b = function (a) { }; + Object.defineProperty(Base_prototype, "c", { get: function () { return x; }, set: function (v) { }, enumerable: false, @@ -103,9 +103,9 @@ var Derived = /** @class */ (function (_super) { function Derived(a) { return _super.call(this, x) || this; } - var proto_2 = Derived.prototype; - proto_2.b = function (a) { }; - Object.defineProperty(proto_2, "c", { + var Derived_prototype = Derived.prototype; + Derived_prototype.b = function (a) { }; + Object.defineProperty(Derived_prototype, "c", { get: function () { return y; }, set: function (v) { }, enumerable: false, diff --git a/tests/baselines/reference/derivedClassWithAny.js b/tests/baselines/reference/derivedClassWithAny.js index 2a86e0f065f4f..a31e79717d80f 100644 --- a/tests/baselines/reference/derivedClassWithAny.js +++ b/tests/baselines/reference/derivedClassWithAny.js @@ -76,13 +76,13 @@ var __extends = (this && this.__extends) || (function () { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - Object.defineProperty(proto_1, "X", { + var C_prototype = C.prototype; + Object.defineProperty(C_prototype, "X", { get: function () { return 1; }, enumerable: false, configurable: true }); - proto_1.foo = function () { + C_prototype.foo = function () { return 1; }; Object.defineProperty(C, "Y", { @@ -102,15 +102,15 @@ var D = /** @class */ (function (_super) { function D() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_2 = D.prototype; - Object.defineProperty(proto_2, "X", { + var D_prototype = D.prototype; + Object.defineProperty(D_prototype, "X", { get: function () { return null; }, enumerable: false, configurable: true }); - proto_2.foo = function () { + D_prototype.foo = function () { return 1; }; Object.defineProperty(D, "Y", { @@ -131,13 +131,13 @@ var E = /** @class */ (function (_super) { function E() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_3 = E.prototype; - Object.defineProperty(proto_3, "X", { + var E_prototype = E.prototype; + Object.defineProperty(E_prototype, "X", { get: function () { return ''; }, enumerable: false, configurable: true }); - proto_3.foo = function () { + E_prototype.foo = function () { return ''; }; Object.defineProperty(E, "Y", { diff --git a/tests/baselines/reference/derivedClassWithPrivateInstanceShadowingProtectedInstance.js b/tests/baselines/reference/derivedClassWithPrivateInstanceShadowingProtectedInstance.js index 8a91d18927f00..38d5686643cf6 100644 --- a/tests/baselines/reference/derivedClassWithPrivateInstanceShadowingProtectedInstance.js +++ b/tests/baselines/reference/derivedClassWithPrivateInstanceShadowingProtectedInstance.js @@ -38,11 +38,11 @@ var __extends = (this && this.__extends) || (function () { var Base = /** @class */ (function () { function Base() { } - var proto_1 = Base.prototype; - proto_1.fn = function () { + var Base_prototype = Base.prototype; + Base_prototype.fn = function () { return ''; }; - Object.defineProperty(proto_1, "a", { + Object.defineProperty(Base_prototype, "a", { get: function () { return 1; }, set: function (v) { }, enumerable: false, @@ -56,11 +56,11 @@ var Derived = /** @class */ (function (_super) { function Derived() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_2 = Derived.prototype; - proto_2.fn = function () { + var Derived_prototype = Derived.prototype; + Derived_prototype.fn = function () { return ''; }; - Object.defineProperty(proto_2, "a", { + Object.defineProperty(Derived_prototype, "a", { get: function () { return 1; }, set: function (v) { }, enumerable: false, diff --git a/tests/baselines/reference/derivedClassWithPrivateInstanceShadowingPublicInstance.js b/tests/baselines/reference/derivedClassWithPrivateInstanceShadowingPublicInstance.js index 5dff7e6ae425c..061238c530c83 100644 --- a/tests/baselines/reference/derivedClassWithPrivateInstanceShadowingPublicInstance.js +++ b/tests/baselines/reference/derivedClassWithPrivateInstanceShadowingPublicInstance.js @@ -49,11 +49,11 @@ var __extends = (this && this.__extends) || (function () { var Base = /** @class */ (function () { function Base() { } - var proto_1 = Base.prototype; - proto_1.fn = function () { + var Base_prototype = Base.prototype; + Base_prototype.fn = function () { return ''; }; - Object.defineProperty(proto_1, "a", { + Object.defineProperty(Base_prototype, "a", { get: function () { return 1; }, set: function (v) { }, enumerable: false, @@ -67,11 +67,11 @@ var Derived = /** @class */ (function (_super) { function Derived() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_2 = Derived.prototype; - proto_2.fn = function () { + var Derived_prototype = Derived.prototype; + Derived_prototype.fn = function () { return ''; }; - Object.defineProperty(proto_2, "a", { + Object.defineProperty(Derived_prototype, "a", { get: function () { return 1; }, set: function (v) { }, enumerable: false, diff --git a/tests/baselines/reference/derivedClasses.js b/tests/baselines/reference/derivedClasses.js index 28891314cc153..67ab0456912a8 100644 --- a/tests/baselines/reference/derivedClasses.js +++ b/tests/baselines/reference/derivedClasses.js @@ -59,9 +59,9 @@ var Red = /** @class */ (function (_super) { var Color = /** @class */ (function () { function Color() { } - var proto_1 = Color.prototype; - proto_1.shade = function () { return "some shade"; }; - proto_1.hue = function () { return "some hue"; }; + var Color_prototype = Color.prototype; + Color_prototype.shade = function () { return "some shade"; }; + Color_prototype.hue = function () { return "some hue"; }; return Color; }()); var Blue = /** @class */ (function (_super) { diff --git a/tests/baselines/reference/derivedGenericClassWithAny.js b/tests/baselines/reference/derivedGenericClassWithAny.js index c02a283989511..b137e7964e4d0 100644 --- a/tests/baselines/reference/derivedGenericClassWithAny.js +++ b/tests/baselines/reference/derivedGenericClassWithAny.js @@ -59,13 +59,13 @@ var __extends = (this && this.__extends) || (function () { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - Object.defineProperty(proto_1, "X", { + var C_prototype = C.prototype; + Object.defineProperty(C_prototype, "X", { get: function () { return null; }, enumerable: false, configurable: true }); - proto_1.foo = function () { + C_prototype.foo = function () { return null; }; return C; @@ -75,15 +75,15 @@ var D = /** @class */ (function (_super) { function D() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_2 = D.prototype; - Object.defineProperty(proto_2, "X", { + var D_prototype = D.prototype; + Object.defineProperty(D_prototype, "X", { get: function () { return null; }, enumerable: false, configurable: true }); - proto_2.foo = function () { + D_prototype.foo = function () { return 1; }; Object.defineProperty(D, "Y", { @@ -104,14 +104,14 @@ var E = /** @class */ (function (_super) { function E() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_3 = E.prototype; - Object.defineProperty(proto_3, "X", { + var E_prototype = E.prototype; + Object.defineProperty(E_prototype, "X", { get: function () { return ''; } // error , enumerable: false, configurable: true }); - proto_3.foo = function () { + E_prototype.foo = function () { return ''; // error }; return E; diff --git a/tests/baselines/reference/derivedTypeAccessesHiddenBaseCallViaSuperPropertyAccess.js b/tests/baselines/reference/derivedTypeAccessesHiddenBaseCallViaSuperPropertyAccess.js index 630ac487d6e60..485f6784acbfe 100644 --- a/tests/baselines/reference/derivedTypeAccessesHiddenBaseCallViaSuperPropertyAccess.js +++ b/tests/baselines/reference/derivedTypeAccessesHiddenBaseCallViaSuperPropertyAccess.js @@ -44,11 +44,11 @@ var Derived = /** @class */ (function (_super) { function Derived() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_1 = Derived.prototype; - proto_1.foo = function (x) { + var Derived_prototype = Derived.prototype; + Derived_prototype.foo = function (x) { return null; }; - proto_1.bar = function () { + Derived_prototype.bar = function () { var r = _super.prototype.foo.call(this, { a: 1 }); // { a: number } var r2 = _super.prototype.foo.call(this, { a: 1, b: 2 }); // { a: number } var r3 = this.foo({ a: 1, b: 2 }); // { a: number; b: number; } diff --git a/tests/baselines/reference/destructuringParameterDeclaration1ES5.js b/tests/baselines/reference/destructuringParameterDeclaration1ES5.js index 7bb4dd4213e73..527264a4d6f93 100644 --- a/tests/baselines/reference/destructuringParameterDeclaration1ES5.js +++ b/tests/baselines/reference/destructuringParameterDeclaration1ES5.js @@ -181,10 +181,10 @@ function d0(x) { var C2 = /** @class */ (function () { function C2() { } - var proto_1 = C2.prototype; - proto_1.d3 = function () { }; - proto_1.d4 = function () { }; - proto_1.e0 = function (_a) { + var C2_prototype = C2.prototype; + C2_prototype.d3 = function () { }; + C2_prototype.d4 = function () { }; + C2_prototype.e0 = function (_a) { var a = _a[0], b = _a[1], c = _a[2]; }; return C2; @@ -192,14 +192,14 @@ var C2 = /** @class */ (function () { var C3 = /** @class */ (function () { function C3() { } - var proto_2 = C3.prototype; - proto_2.d3 = function (_a) { + var C3_prototype = C3.prototype; + C3_prototype.d3 = function (_a) { var a = _a[0], b = _a[1], c = _a[2]; }; - proto_2.d4 = function (_a) { + C3_prototype.d4 = function (_a) { var x = _a.x, y = _a.y, z = _a.z; }; - proto_2.e0 = function (_a) { + C3_prototype.e0 = function (_a) { var a = _a[0], b = _a[1], c = _a[2]; }; return C3; diff --git a/tests/baselines/reference/destructuringParameterDeclaration1ES5iterable.js b/tests/baselines/reference/destructuringParameterDeclaration1ES5iterable.js index 1f13274504edf..3d3528ee54b95 100644 --- a/tests/baselines/reference/destructuringParameterDeclaration1ES5iterable.js +++ b/tests/baselines/reference/destructuringParameterDeclaration1ES5iterable.js @@ -197,10 +197,10 @@ function d0(x) { var C2 = /** @class */ (function () { function C2() { } - var proto_1 = C2.prototype; - proto_1.d3 = function () { }; - proto_1.d4 = function () { }; - proto_1.e0 = function (_a) { + var C2_prototype = C2.prototype; + C2_prototype.d3 = function () { }; + C2_prototype.d4 = function () { }; + C2_prototype.e0 = function (_a) { var _b = __read(_a, 3), a = _b[0], b = _b[1], c = _b[2]; }; return C2; @@ -208,14 +208,14 @@ var C2 = /** @class */ (function () { var C3 = /** @class */ (function () { function C3() { } - var proto_2 = C3.prototype; - proto_2.d3 = function (_a) { + var C3_prototype = C3.prototype; + C3_prototype.d3 = function (_a) { var _b = __read(_a, 3), a = _b[0], b = _b[1], c = _b[2]; }; - proto_2.d4 = function (_a) { + C3_prototype.d4 = function (_a) { var x = _a.x, y = _a.y, z = _a.z; }; - proto_2.e0 = function (_a) { + C3_prototype.e0 = function (_a) { var _b = __read(_a, 3), a = _b[0], b = _b[1], c = _b[2]; }; return C3; diff --git a/tests/baselines/reference/destructuringParameterDeclaration2.js b/tests/baselines/reference/destructuringParameterDeclaration2.js index a854afbe91b5e..3bcc3d35f9e58 100644 --- a/tests/baselines/reference/destructuringParameterDeclaration2.js +++ b/tests/baselines/reference/destructuringParameterDeclaration2.js @@ -130,14 +130,14 @@ function d2(_a) { var C4 = /** @class */ (function () { function C4() { } - var proto_1 = C4.prototype; - proto_1.d3 = function (_a) { + var C4_prototype = C4.prototype; + C4_prototype.d3 = function (_a) { var a = _a[0], b = _a[1], c = _a[2]; }; // Error, binding pattern can't be optional in implementation signature - proto_1.d4 = function (_a) { + C4_prototype.d4 = function (_a) { var x = _a.x, y = _a.y, c = _a.c; }; - proto_1.e0 = function (_a) { + C4_prototype.e0 = function (_a) { var a = _a[0], b = _a[1], q = _a[2]; }; return C4; diff --git a/tests/baselines/reference/destructuringParameterProperties2.js b/tests/baselines/reference/destructuringParameterProperties2.js index cc0f5a53beb46..a422c0a6a7c44 100644 --- a/tests/baselines/reference/destructuringParameterProperties2.js +++ b/tests/baselines/reference/destructuringParameterProperties2.js @@ -38,14 +38,14 @@ var C1 = /** @class */ (function () { this.a = a || k; } } - var proto_1 = C1.prototype; - proto_1.getA = function () { + var C1_prototype = C1.prototype; + C1_prototype.getA = function () { return this.a; }; - proto_1.getB = function () { + C1_prototype.getB = function () { return this.b; }; - proto_1.getC = function () { + C1_prototype.getC = function () { return this.c; }; return C1; diff --git a/tests/baselines/reference/destructuringParameterProperties3.js b/tests/baselines/reference/destructuringParameterProperties3.js index ae46624d2e6c9..2ca040190f027 100644 --- a/tests/baselines/reference/destructuringParameterProperties3.js +++ b/tests/baselines/reference/destructuringParameterProperties3.js @@ -41,14 +41,14 @@ var C1 = /** @class */ (function () { this.a = a || k; } } - var proto_1 = C1.prototype; - proto_1.getA = function () { + var C1_prototype = C1.prototype; + C1_prototype.getA = function () { return this.a; }; - proto_1.getB = function () { + C1_prototype.getB = function () { return this.b; }; - proto_1.getC = function () { + C1_prototype.getC = function () { return this.c; }; return C1; diff --git a/tests/baselines/reference/downlevelLetConst16.js b/tests/baselines/reference/downlevelLetConst16.js index fb4aa9f67c148..064872cebc69d 100644 --- a/tests/baselines/reference/downlevelLetConst16.js +++ b/tests/baselines/reference/downlevelLetConst16.js @@ -257,8 +257,8 @@ function foo2() { var A = /** @class */ (function () { function A() { } - var proto_1 = A.prototype; - proto_1.m1 = function () { + var A_prototype = A.prototype; + A_prototype.m1 = function () { var x = 1; use(x); var y = [1][0]; @@ -266,7 +266,7 @@ var A = /** @class */ (function () { var z = { a: 1 }.a; use(z); }; - proto_1.m2 = function () { + A_prototype.m2 = function () { { var x_2 = 1; use(x_2); @@ -282,8 +282,8 @@ var A = /** @class */ (function () { var B = /** @class */ (function () { function B() { } - var proto_2 = B.prototype; - proto_2.m1 = function () { + var B_prototype = B.prototype; + B_prototype.m1 = function () { var x = 1; use(x); var y = [1][0]; @@ -291,7 +291,7 @@ var B = /** @class */ (function () { var z = { a: 1 }.a; use(z); }; - proto_2.m2 = function () { + B_prototype.m2 = function () { { var x_3 = 1; use(x_3); diff --git a/tests/baselines/reference/duplicateClassElements.js b/tests/baselines/reference/duplicateClassElements.js index 3ff91b2e2176e..e5a0bd16bc125 100644 --- a/tests/baselines/reference/duplicateClassElements.js +++ b/tests/baselines/reference/duplicateClassElements.js @@ -48,12 +48,12 @@ class a { var a = /** @class */ (function () { function a() { } - var proto_1 = a.prototype; - proto_1.b = function () { + var a_prototype = a.prototype; + a_prototype.b = function () { }; - proto_1.b = function () { + a_prototype.b = function () { }; - Object.defineProperty(proto_1, "x", { + Object.defineProperty(a_prototype, "x", { get: function () { return 10; }, @@ -62,7 +62,7 @@ var a = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "y", { + Object.defineProperty(a_prototype, "y", { get: function () { return "Hello"; }, @@ -71,9 +71,9 @@ var a = /** @class */ (function () { enumerable: false, configurable: true }); - proto_1.z = function () { + a_prototype.z = function () { }; - Object.defineProperty(proto_1, "z", { + Object.defineProperty(a_prototype, "z", { get: function () { return "Hello"; }, @@ -82,7 +82,7 @@ var a = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "x2", { + Object.defineProperty(a_prototype, "x2", { get: function () { return 10; }, @@ -91,7 +91,7 @@ var a = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "z2", { + Object.defineProperty(a_prototype, "z2", { get: function () { return "Hello"; }, @@ -100,7 +100,7 @@ var a = /** @class */ (function () { enumerable: false, configurable: true }); - proto_1.z2 = function () { + a_prototype.z2 = function () { }; return a; }()); diff --git a/tests/baselines/reference/duplicateLocalVariable1.js b/tests/baselines/reference/duplicateLocalVariable1.js index 74c0374f7da7a..d6e707225c1f4 100644 --- a/tests/baselines/reference/duplicateLocalVariable1.js +++ b/tests/baselines/reference/duplicateLocalVariable1.js @@ -363,14 +363,14 @@ var TestRunner = /** @class */ (function () { function TestRunner() { this.tests = []; } - var proto_1 = TestRunner.prototype; + var TestRunner_prototype = TestRunner.prototype; TestRunner.arrayCompare = function (arg1, arg2) { return (arg1.every(function (val, index) { return val === arg2[index]; })); }; - proto_1.addTest = function (test) { + TestRunner_prototype.addTest = function (test) { this.tests.push(test); }; - proto_1.run = function () { + TestRunner_prototype.run = function () { var success = true; for (var test in this.tests) { var exception = false; diff --git a/tests/baselines/reference/emitDefaultParametersMethod.js b/tests/baselines/reference/emitDefaultParametersMethod.js index 3f9987db101f5..afbf69030ef51 100644 --- a/tests/baselines/reference/emitDefaultParametersMethod.js +++ b/tests/baselines/reference/emitDefaultParametersMethod.js @@ -22,21 +22,21 @@ var C = /** @class */ (function () { function C(t, z, x, y) { if (y === void 0) { y = "hello"; } } - var proto_1 = C.prototype; - proto_1.foo = function (x, t) { + var C_prototype = C.prototype; + C_prototype.foo = function (x, t) { if (t === void 0) { t = false; } }; - proto_1.foo1 = function (x, t) { + C_prototype.foo1 = function (x, t) { if (t === void 0) { t = false; } var rest = []; for (var _i = 2; _i < arguments.length; _i++) { rest[_i - 2] = arguments[_i]; } }; - proto_1.bar = function (t) { + C_prototype.bar = function (t) { if (t === void 0) { t = false; } }; - proto_1.boo = function (t) { + C_prototype.boo = function (t) { if (t === void 0) { t = false; } var rest = []; for (var _i = 1; _i < arguments.length; _i++) { diff --git a/tests/baselines/reference/emitRestParametersMethod.js b/tests/baselines/reference/emitRestParametersMethod.js index b23ecd3b55680..5a8292b04ac7b 100644 --- a/tests/baselines/reference/emitRestParametersMethod.js +++ b/tests/baselines/reference/emitRestParametersMethod.js @@ -21,14 +21,14 @@ var C = /** @class */ (function () { rest[_i - 1] = arguments[_i]; } } - var proto_1 = C.prototype; - proto_1.bar = function () { + var C_prototype = C.prototype; + C_prototype.bar = function () { var rest = []; for (var _i = 0; _i < arguments.length; _i++) { rest[_i] = arguments[_i]; } }; - proto_1.foo = function (x) { + C_prototype.foo = function (x) { var rest = []; for (var _i = 1; _i < arguments.length; _i++) { rest[_i - 1] = arguments[_i]; @@ -43,14 +43,14 @@ var D = /** @class */ (function () { rest[_i] = arguments[_i]; } } - var proto_2 = D.prototype; - proto_2.bar = function () { + var D_prototype = D.prototype; + D_prototype.bar = function () { var rest = []; for (var _i = 0; _i < arguments.length; _i++) { rest[_i] = arguments[_i]; } }; - proto_2.foo = function (x) { + D_prototype.foo = function (x) { var rest = []; for (var _i = 1; _i < arguments.length; _i++) { rest[_i - 1] = arguments[_i]; diff --git a/tests/baselines/reference/emitThisInSuperMethodCall.js b/tests/baselines/reference/emitThisInSuperMethodCall.js index 7f39d994bc15d..1b2ce5fff59d3 100644 --- a/tests/baselines/reference/emitThisInSuperMethodCall.js +++ b/tests/baselines/reference/emitThisInSuperMethodCall.js @@ -53,15 +53,15 @@ var RegisteredUser = /** @class */ (function (_super) { function RegisteredUser() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_1 = RegisteredUser.prototype; - proto_1.f = function () { + var RegisteredUser_prototype = RegisteredUser.prototype; + RegisteredUser_prototype.f = function () { (function () { function inner() { _super.sayHello.call(this); } }); }; - proto_1.g = function () { + RegisteredUser_prototype.g = function () { function inner() { var _this = this; (function () { @@ -69,7 +69,7 @@ var RegisteredUser = /** @class */ (function (_super) { }); } }; - proto_1.h = function () { + RegisteredUser_prototype.h = function () { function inner() { _super.sayHello.call(this); } diff --git a/tests/baselines/reference/emitter.asyncGenerators.classMethods.es5.js b/tests/baselines/reference/emitter.asyncGenerators.classMethods.es5.js index debb982d80a79..18ccb8e4bb800 100644 --- a/tests/baselines/reference/emitter.asyncGenerators.classMethods.es5.js +++ b/tests/baselines/reference/emitter.asyncGenerators.classMethods.es5.js @@ -558,10 +558,10 @@ var __asyncGenerator = (this && this.__asyncGenerator) || function (thisArg, _ar var C8 = /** @class */ (function () { function C8() { } - var proto_1 = C8.prototype; - proto_1.g = function () { + var C8_prototype = C8.prototype; + C8_prototype.g = function () { }; - proto_1.f = function () { + C8_prototype.f = function () { return __asyncGenerator(this, arguments, function f_1() { return __generator(this, function (_a) { this.g(); diff --git a/tests/baselines/reference/errorSuperCalls.js b/tests/baselines/reference/errorSuperCalls.js index a27da2dd406df..023e228626131 100644 --- a/tests/baselines/reference/errorSuperCalls.js +++ b/tests/baselines/reference/errorSuperCalls.js @@ -95,12 +95,12 @@ var NoBase = /** @class */ (function () { //super call in class member initializer with no base type this.p = _this = _super.call(this) || this; } - var proto_1 = NoBase.prototype; + var NoBase_prototype = NoBase.prototype; //super call in class member function with no base type - proto_1.fn = function () { + NoBase_prototype.fn = function () { _this = _super.call(this) || this; }; - Object.defineProperty(proto_1, "foo", { + Object.defineProperty(NoBase_prototype, "foo", { //super call in class accessor (get and set) with no base type get: function () { _this = _super.call(this) || this; @@ -160,12 +160,12 @@ var OtherDerived = /** @class */ (function (_super) { _this.t = _this = _super.call(this) || this; return _this; } - var proto_2 = OtherDerived.prototype; - proto_2.fn = function () { + var OtherDerived_prototype = OtherDerived.prototype; + OtherDerived_prototype.fn = function () { //super call in class member function of derived type _this = _super.call(this) || this; }; - Object.defineProperty(proto_2, "foo", { + Object.defineProperty(OtherDerived_prototype, "foo", { //super call in class accessor (get and set) of derived type get: function () { _this = _super.call(this) || this; diff --git a/tests/baselines/reference/errorSuperPropertyAccess.js b/tests/baselines/reference/errorSuperPropertyAccess.js index 00967247e9905..318f234a4f996 100644 --- a/tests/baselines/reference/errorSuperPropertyAccess.js +++ b/tests/baselines/reference/errorSuperPropertyAccess.js @@ -179,9 +179,9 @@ var SomeBase = /** @class */ (function () { this.privateMember = 0; this.publicMember = 0; } - var proto_1 = SomeBase.prototype; - proto_1.privateFunc = function () { }; - proto_1.publicFunc = function () { }; + var SomeBase_prototype = SomeBase.prototype; + SomeBase_prototype.privateFunc = function () { }; + SomeBase_prototype.publicFunc = function () { }; SomeBase.privateStaticFunc = function () { }; SomeBase.publicStaticFunc = function () { }; SomeBase.privateStaticMember = 0; @@ -199,11 +199,11 @@ var SomeDerived1 = /** @class */ (function (_super) { _super.prototype.publicMember = 1; return _this; } - var proto_2 = SomeDerived1.prototype; - proto_2.fn = function () { + var SomeDerived1_prototype = SomeDerived1.prototype; + SomeDerived1_prototype.fn = function () { var x = _super.prototype.publicMember; }; - Object.defineProperty(proto_2, "a", { + Object.defineProperty(SomeDerived1_prototype, "a", { get: function () { var x = _super.prototype.publicMember; return undefined; @@ -214,7 +214,7 @@ var SomeDerived1 = /** @class */ (function (_super) { enumerable: false, configurable: true }); - proto_2.fn2 = function () { + SomeDerived1_prototype.fn2 = function () { function inner() { _super.publicFunc.call(this); } @@ -234,11 +234,11 @@ var SomeDerived2 = /** @class */ (function (_super) { _super.prototype.privateMember = 1; return _this; } - var proto_3 = SomeDerived2.prototype; - proto_3.fn = function () { + var SomeDerived2_prototype = SomeDerived2.prototype; + SomeDerived2_prototype.fn = function () { var x = _super.prototype.privateMember; }; - Object.defineProperty(proto_3, "a", { + Object.defineProperty(SomeDerived2_prototype, "a", { get: function () { var x = _super.prototype.privateMember; return undefined; diff --git a/tests/baselines/reference/errorsInGenericTypeReference.js b/tests/baselines/reference/errorsInGenericTypeReference.js index 1b783f99c4a36..8b34606b46226 100644 --- a/tests/baselines/reference/errorsInGenericTypeReference.js +++ b/tests/baselines/reference/errorsInGenericTypeReference.js @@ -110,10 +110,10 @@ var tc2 = new testClass2(); // error: could not find symbol V var testClass3 = /** @class */ (function () { function testClass3() { } - var proto_1 = testClass3.prototype; - proto_1.testMethod1 = function () { return null; }; // error: could not find symbol V + var testClass3_prototype = testClass3.prototype; + testClass3_prototype.testMethod1 = function () { return null; }; // error: could not find symbol V testClass3.testMethod2 = function () { return null; }; // error: could not find symbol V - Object.defineProperty(proto_1, "a", { + Object.defineProperty(testClass3_prototype, "a", { set: function (value) { } // error: could not find symbol V , enumerable: false, diff --git a/tests/baselines/reference/es6ClassTest.js b/tests/baselines/reference/es6ClassTest.js index 553496c118c6b..ca304cb1ef967 100644 --- a/tests/baselines/reference/es6ClassTest.js +++ b/tests/baselines/reference/es6ClassTest.js @@ -120,9 +120,9 @@ var Foo = /** @class */ (function (_super) { _this.gar = 5; return _this; } - var proto_1 = Foo.prototype; - proto_1.bar = function () { return 0; }; - proto_1.boo = function (x) { return x; }; + var Foo_prototype = Foo.prototype; + Foo_prototype.bar = function () { return 0; }; + Foo_prototype.boo = function (x) { return x; }; Foo.statVal = 0; return Foo; }(Bar)); diff --git a/tests/baselines/reference/es6ClassTest2.js b/tests/baselines/reference/es6ClassTest2.js index be001c8c65ded..ea3a8397d09a1 100644 --- a/tests/baselines/reference/es6ClassTest2.js +++ b/tests/baselines/reference/es6ClassTest2.js @@ -193,11 +193,11 @@ var GetSetMonster = /** @class */ (function () { this.name = name; this._health = _health; } - var proto_1 = GetSetMonster.prototype; - proto_1.attack = function (target) { + var GetSetMonster_prototype = GetSetMonster.prototype; + GetSetMonster_prototype.attack = function (target) { // WScript.Echo("Attacks " + target); }; - Object.defineProperty(proto_1, "isAlive", { + Object.defineProperty(GetSetMonster_prototype, "isAlive", { // The contextual keyword "get" followed by an identifier and // a curly body defines a getter in the same way that "get" // defines one in an object literal. @@ -207,7 +207,7 @@ var GetSetMonster = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "health", { + Object.defineProperty(GetSetMonster_prototype, "health", { // Likewise, "set" can be used to define setters. set: function (value) { if (value < 0) { @@ -267,10 +267,10 @@ var PrototypeMonster = /** @class */ (function () { var SuperParent = /** @class */ (function () { function SuperParent(a) { } - var proto_2 = SuperParent.prototype; - proto_2.b = function (b) { + var SuperParent_prototype = SuperParent.prototype; + SuperParent_prototype.b = function (b) { }; - proto_2.c = function () { + SuperParent_prototype.c = function () { }; return SuperParent; }()); @@ -279,11 +279,11 @@ var SuperChild = /** @class */ (function (_super) { function SuperChild() { return _super.call(this, 1) || this; } - var proto_3 = SuperChild.prototype; - proto_3.b = function () { + var SuperChild_prototype = SuperChild.prototype; + SuperChild_prototype.b = function () { _super.prototype.b.call(this, 'str'); }; - proto_3.c = function () { + SuperChild_prototype.c = function () { _super.prototype.c.call(this); }; return SuperChild; @@ -310,9 +310,9 @@ var Visibility = /** @class */ (function () { this.x = 1; this.y = 2; } - var proto_4 = Visibility.prototype; - proto_4.foo = function () { }; - proto_4.bar = function () { }; + var Visibility_prototype = Visibility.prototype; + Visibility_prototype.foo = function () { }; + Visibility_prototype.bar = function () { }; return Visibility; }()); var BaseClassWithConstructor = /** @class */ (function () { diff --git a/tests/baselines/reference/es6ClassTest3.js b/tests/baselines/reference/es6ClassTest3.js index 6ad98dcedf100..868b2dc64c934 100644 --- a/tests/baselines/reference/es6ClassTest3.js +++ b/tests/baselines/reference/es6ClassTest3.js @@ -22,10 +22,10 @@ var M; this.x = 1; this.y = 2; } - var proto_1 = Visibility.prototype; - proto_1.foo = function () { }; + var Visibility_prototype = Visibility.prototype; + Visibility_prototype.foo = function () { }; ; - proto_1.bar = function () { }; + Visibility_prototype.bar = function () { }; ; return Visibility; }()); diff --git a/tests/baselines/reference/fatArrowSelf.js b/tests/baselines/reference/fatArrowSelf.js index 44846d568262f..0684e99d50bd1 100644 --- a/tests/baselines/reference/fatArrowSelf.js +++ b/tests/baselines/reference/fatArrowSelf.js @@ -42,14 +42,14 @@ var Consumer; function EventEmitterConsummer(emitter) { this.emitter = emitter; } - var proto_1 = EventEmitterConsummer.prototype; - proto_1.register = function () { + var EventEmitterConsummer_prototype = EventEmitterConsummer.prototype; + EventEmitterConsummer_prototype.register = function () { var _this = this; this.emitter.addListener('change', function (e) { _this.changed(); }); }; - proto_1.changed = function () { + EventEmitterConsummer_prototype.changed = function () { }; return EventEmitterConsummer; }()); diff --git a/tests/baselines/reference/functionOverloadErrors.js b/tests/baselines/reference/functionOverloadErrors.js index 8d063510e31a3..a9c1604a6e075 100644 --- a/tests/baselines/reference/functionOverloadErrors.js +++ b/tests/baselines/reference/functionOverloadErrors.js @@ -138,9 +138,9 @@ function fn12() { } var cls = /** @class */ (function () { function cls() { } - var proto_1 = cls.prototype; - proto_1.f = function () { }; - proto_1.g = function () { }; + var cls_prototype = cls.prototype; + cls_prototype.f = function () { }; + cls_prototype.g = function () { }; return cls; }()); //Function overloads with differing export diff --git a/tests/baselines/reference/functionOverloads7.js b/tests/baselines/reference/functionOverloads7.js index bddc8437c5827..624686301b28b 100644 --- a/tests/baselines/reference/functionOverloads7.js +++ b/tests/baselines/reference/functionOverloads7.js @@ -14,9 +14,9 @@ class foo { var foo = /** @class */ (function () { function foo() { } - var proto_1 = foo.prototype; - proto_1.bar = function (foo) { return "foo"; }; - proto_1.n = function () { + var foo_prototype = foo.prototype; + foo_prototype.bar = function (foo) { return "foo"; }; + foo_prototype.n = function () { var foo = this.bar(); foo = this.bar("test"); }; diff --git a/tests/baselines/reference/functionsMissingReturnStatementsAndExpressions.js b/tests/baselines/reference/functionsMissingReturnStatementsAndExpressions.js index ecfbc4c3d3e27..02c8363904b18 100644 --- a/tests/baselines/reference/functionsMissingReturnStatementsAndExpressions.js +++ b/tests/baselines/reference/functionsMissingReturnStatementsAndExpressions.js @@ -212,15 +212,15 @@ function f21() { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - Object.defineProperty(proto_1, "m1", { + var C_prototype = C.prototype; + Object.defineProperty(C_prototype, "m1", { get: function () { // Errors; get accessors must return a value. }, enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "m2", { + Object.defineProperty(C_prototype, "m2", { get: function () { // Permissible; returns undefined. return; @@ -228,14 +228,14 @@ var C = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "m3", { + Object.defineProperty(C_prototype, "m3", { get: function () { return "Okay, because this is a return expression."; }, enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "m4", { + Object.defineProperty(C_prototype, "m4", { get: function () { // Fine since this consists of a single throw statement. throw null; @@ -243,7 +243,7 @@ var C = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "m5", { + Object.defineProperty(C_prototype, "m5", { get: function () { // Not fine, since we can *only* consist of a single throw statement // if no return statements are present but we are a get accessor. diff --git a/tests/baselines/reference/fuzzy.js b/tests/baselines/reference/fuzzy.js index 66191b12aeb8a..dedec53297cc9 100644 --- a/tests/baselines/reference/fuzzy.js +++ b/tests/baselines/reference/fuzzy.js @@ -37,14 +37,14 @@ var M; function C(x) { this.x = x; } - var proto_1 = C.prototype; - proto_1.works = function () { + var C_prototype = C.prototype; + C_prototype.works = function () { return ({ anything: 1 }); }; - proto_1.doesntWork = function () { + C_prototype.doesntWork = function () { return { anything: 1, oneI: this }; }; - proto_1.worksToo = function () { + C_prototype.worksToo = function () { return ({ oneI: this }); }; return C; diff --git a/tests/baselines/reference/genericCallTypeArgumentInference.js b/tests/baselines/reference/genericCallTypeArgumentInference.js index bcc7b2a7a8508..62198ae3ca7be 100644 --- a/tests/baselines/reference/genericCallTypeArgumentInference.js +++ b/tests/baselines/reference/genericCallTypeArgumentInference.js @@ -111,31 +111,31 @@ var C = /** @class */ (function () { this.t = t; this.u = u; } - var proto_1 = C.prototype; - proto_1.foo = function (t, u) { + var C_prototype = C.prototype; + C_prototype.foo = function (t, u) { return t; }; - proto_1.foo2 = function (t, u) { + C_prototype.foo2 = function (t, u) { return u; }; - proto_1.foo3 = function (t, u) { + C_prototype.foo3 = function (t, u) { return t; }; - proto_1.foo4 = function (t, u) { + C_prototype.foo4 = function (t, u) { return t; }; - proto_1.foo5 = function (t, u) { + C_prototype.foo5 = function (t, u) { return t; }; - proto_1.foo6 = function () { + C_prototype.foo6 = function () { var x; return x; }; - proto_1.foo7 = function (u) { + C_prototype.foo7 = function (u) { var x; return x; }; - proto_1.foo8 = function () { + C_prototype.foo8 = function () { var x; return x; }; diff --git a/tests/baselines/reference/genericCallWithConstraintsTypeArgumentInference.js b/tests/baselines/reference/genericCallWithConstraintsTypeArgumentInference.js index 4a95d786e30e2..23e48c392635e 100644 --- a/tests/baselines/reference/genericCallWithConstraintsTypeArgumentInference.js +++ b/tests/baselines/reference/genericCallWithConstraintsTypeArgumentInference.js @@ -167,31 +167,31 @@ var C = /** @class */ (function () { this.t = t; this.u = u; } - var proto_1 = C.prototype; - proto_1.foo = function (t, u) { + var C_prototype = C.prototype; + C_prototype.foo = function (t, u) { return t; }; - proto_1.foo2 = function (t, u) { + C_prototype.foo2 = function (t, u) { return u; }; - proto_1.foo3 = function (t, u) { + C_prototype.foo3 = function (t, u) { return t; }; - proto_1.foo4 = function (t, u) { + C_prototype.foo4 = function (t, u) { return t; }; - proto_1.foo5 = function (t, u) { + C_prototype.foo5 = function (t, u) { return t; }; - proto_1.foo6 = function () { + C_prototype.foo6 = function () { var x; return x; }; - proto_1.foo7 = function (u) { + C_prototype.foo7 = function (u) { var x; return x; }; - proto_1.foo8 = function () { + C_prototype.foo8 = function () { var x; return x; }; diff --git a/tests/baselines/reference/genericClassPropertyInheritanceSpecialization.js b/tests/baselines/reference/genericClassPropertyInheritanceSpecialization.js index 1f8dced4725f3..b4410e62f3703 100644 --- a/tests/baselines/reference/genericClassPropertyInheritanceSpecialization.js +++ b/tests/baselines/reference/genericClassPropertyInheritanceSpecialization.js @@ -98,9 +98,9 @@ var Portal; var Validator = /** @class */ (function () { function Validator(message) { } - var proto_1 = Validator.prototype; - proto_1.destroy = function () { }; - proto_1._validate = function (value) { return 0; }; + var Validator_prototype = Validator.prototype; + Validator_prototype.destroy = function () { }; + Validator_prototype._validate = function (value) { return 0; }; return Validator; }()); Validators.Validator = Validator; diff --git a/tests/baselines/reference/genericClassWithStaticFactory.js b/tests/baselines/reference/genericClassWithStaticFactory.js index df239901767eb..ef0d2977ef9fb 100644 --- a/tests/baselines/reference/genericClassWithStaticFactory.js +++ b/tests/baselines/reference/genericClassWithStaticFactory.js @@ -150,8 +150,8 @@ var Editor; this.data = data; this.listFactory = new ListFactory(); } - var proto_1 = List.prototype; - proto_1.add = function (data) { + var List_prototype = List.prototype; + List_prototype.add = function (data) { var entry = this.listFactory.MakeEntry(data); this.prev.next = entry; entry.next = this; @@ -159,7 +159,7 @@ var Editor; this.prev = entry; return entry; }; - proto_1.count = function () { + List_prototype.count = function () { var entry; var i; entry = this.next; @@ -168,10 +168,10 @@ var Editor; } return (i); }; - proto_1.isEmpty = function () { + List_prototype.isEmpty = function () { return (this.next == this); }; - proto_1.first = function () { + List_prototype.first = function () { if (this.isEmpty()) { return this.next.data; } @@ -179,14 +179,14 @@ var Editor; return null; } }; - proto_1.pushEntry = function (entry) { + List_prototype.pushEntry = function (entry) { entry.isHead = false; entry.next = this.next; entry.prev = this; this.next = entry; entry.next.prev = entry; // entry.next.prev does not show intellisense, but entry.prev.prev does }; - proto_1.push = function (data) { + List_prototype.push = function (data) { var entry = this.listFactory.MakeEntry(data); entry.data = data; entry.isHead = false; @@ -195,7 +195,7 @@ var Editor; this.next = entry; entry.next.prev = entry; // entry.next.prev does not show intellisense, but entry.prev.prev does }; - proto_1.popEntry = function (head) { + List_prototype.popEntry = function (head) { if (this.next.isHead) { return null; } @@ -203,7 +203,7 @@ var Editor; return this.listFactory.RemoveEntry(this.next); } }; - proto_1.insertEntry = function (entry) { + List_prototype.insertEntry = function (entry) { entry.isHead = false; this.prev.next = entry; entry.next = this; @@ -211,7 +211,7 @@ var Editor; this.prev = entry; return entry; }; - proto_1.insertAfter = function (data) { + List_prototype.insertAfter = function (data) { var entry = this.listFactory.MakeEntry(data); entry.next = this.next; entry.prev = this; @@ -219,14 +219,14 @@ var Editor; entry.next.prev = entry; // entry.next.prev does not show intellisense, but entry.prev.prev does return entry; }; - proto_1.insertEntryBefore = function (entry) { + List_prototype.insertEntryBefore = function (entry) { this.prev.next = entry; entry.next = this; entry.prev = this.prev; this.prev = entry; return entry; }; - proto_1.insertBefore = function (data) { + List_prototype.insertBefore = function (data) { var entry = this.listFactory.MakeEntry(data); return this.insertEntryBefore(entry); }; @@ -236,20 +236,20 @@ var Editor; var ListFactory = /** @class */ (function () { function ListFactory() { } - var proto_2 = ListFactory.prototype; - proto_2.MakeHead = function () { + var ListFactory_prototype = ListFactory.prototype; + ListFactory_prototype.MakeHead = function () { var entry = new List(true, null); entry.prev = entry; entry.next = entry; return entry; }; - proto_2.MakeEntry = function (data) { + ListFactory_prototype.MakeEntry = function (data) { var entry = new List(false, data); entry.prev = entry; entry.next = entry; return entry; }; - proto_2.RemoveEntry = function (entry) { + ListFactory_prototype.RemoveEntry = function (entry) { if (entry == null) { return null; } diff --git a/tests/baselines/reference/genericClasses4.js b/tests/baselines/reference/genericClasses4.js index 54646c900d36b..6b3da9f52f693 100644 --- a/tests/baselines/reference/genericClasses4.js +++ b/tests/baselines/reference/genericClasses4.js @@ -24,14 +24,14 @@ var Vec2_T = /** @class */ (function () { this.x = x; this.y = y; } - var proto_1 = Vec2_T.prototype; - proto_1.fmap = function (f) { + var Vec2_T_prototype = Vec2_T.prototype; + Vec2_T_prototype.fmap = function (f) { var x = f(this.x); var y = f(this.y); var retval = new Vec2_T(x, y); return retval; }; - proto_1.apply = function (f) { + Vec2_T_prototype.apply = function (f) { var x = f.x(this.x); var y = f.y(this.y); var retval = new Vec2_T(x, y); diff --git a/tests/baselines/reference/genericInterfaceImplementation.js b/tests/baselines/reference/genericInterfaceImplementation.js index 720b4edd60028..7e47a592b87ec 100644 --- a/tests/baselines/reference/genericInterfaceImplementation.js +++ b/tests/baselines/reference/genericInterfaceImplementation.js @@ -20,11 +20,11 @@ class None implements IOption{ var None = /** @class */ (function () { function None() { } - var proto_1 = None.prototype; - proto_1.get = function () { + var None_prototype = None.prototype; + None_prototype.get = function () { throw null; }; - proto_1.flatten = function () { + None_prototype.flatten = function () { return new None(); }; return None; diff --git a/tests/baselines/reference/genericMemberFunction.js b/tests/baselines/reference/genericMemberFunction.js index 1497f3180c417..0cea3da6c5035 100644 --- a/tests/baselines/reference/genericMemberFunction.js +++ b/tests/baselines/reference/genericMemberFunction.js @@ -39,11 +39,11 @@ define(["require", "exports"], function (require, exports) { var FileWithErrors = /** @class */ (function () { function FileWithErrors() { } - var proto_1 = FileWithErrors.prototype; - proto_1.errors = function () { + var FileWithErrors_prototype = FileWithErrors.prototype; + FileWithErrors_prototype.errors = function () { return undefined; }; - proto_1.parent = function () { + FileWithErrors_prototype.parent = function () { return undefined; }; return FileWithErrors; diff --git a/tests/baselines/reference/genericRecursiveImplicitConstructorErrors2.js b/tests/baselines/reference/genericRecursiveImplicitConstructorErrors2.js index 56f1f802eef5c..9e2cf68676492 100644 --- a/tests/baselines/reference/genericRecursiveImplicitConstructorErrors2.js +++ b/tests/baselines/reference/genericRecursiveImplicitConstructorErrors2.js @@ -53,11 +53,11 @@ var TypeScript2; var PullSymbol = /** @class */ (function () { function PullSymbol(name, declKind) { } - var proto_1 = PullSymbol.prototype; + var PullSymbol_prototype = PullSymbol.prototype; // link methods - proto_1.addOutgoingLink = function (linkTo, kind) { + PullSymbol_prototype.addOutgoingLink = function (linkTo, kind) { }; - proto_1.getType = function () { + PullSymbol_prototype.getType = function () { return undefined; }; return PullSymbol; diff --git a/tests/baselines/reference/genericRecursiveImplicitConstructorErrors3.js b/tests/baselines/reference/genericRecursiveImplicitConstructorErrors3.js index d0f7d26f95607..255a6e2874269 100644 --- a/tests/baselines/reference/genericRecursiveImplicitConstructorErrors3.js +++ b/tests/baselines/reference/genericRecursiveImplicitConstructorErrors3.js @@ -70,12 +70,12 @@ var TypeScript; _this._elementType = null; return _this; } - var proto_1 = PullTypeSymbol.prototype; - proto_1.toString = function (scopeSymbol, useConstraintInName) { + var PullTypeSymbol_prototype = PullTypeSymbol.prototype; + PullTypeSymbol_prototype.toString = function (scopeSymbol, useConstraintInName) { var s = this.getScopedNameEx(scopeSymbol, useConstraintInName).toString(); return s; }; - proto_1.getScopedNameEx = function (scopeSymbol, useConstraintInName, getPrettyTypeName, getTypeParamMarkerInfo) { + PullTypeSymbol_prototype.getScopedNameEx = function (scopeSymbol, useConstraintInName, getPrettyTypeName, getTypeParamMarkerInfo) { if (this.isArray()) { var elementMemberName = this._elementType ? (this._elementType.isArray() || this._elementType.isNamedTypeSymbol() ? diff --git a/tests/baselines/reference/genericReversingTypeParameters.js b/tests/baselines/reference/genericReversingTypeParameters.js index 197cb557f3fb5..bdc030993e8a1 100644 --- a/tests/baselines/reference/genericReversingTypeParameters.js +++ b/tests/baselines/reference/genericReversingTypeParameters.js @@ -14,9 +14,9 @@ var r2b = i.get(1); var BiMap = /** @class */ (function () { function BiMap() { } - var proto_1 = BiMap.prototype; - proto_1.get = function (key) { return null; }; - proto_1.inverse = function () { return null; }; + var BiMap_prototype = BiMap.prototype; + BiMap_prototype.get = function (key) { return null; }; + BiMap_prototype.inverse = function () { return null; }; return BiMap; }()); var b = new BiMap(); diff --git a/tests/baselines/reference/genericReversingTypeParameters2.js b/tests/baselines/reference/genericReversingTypeParameters2.js index aaf64b3fd8934..9e9b52e1683d4 100644 --- a/tests/baselines/reference/genericReversingTypeParameters2.js +++ b/tests/baselines/reference/genericReversingTypeParameters2.js @@ -13,9 +13,9 @@ var r2b = i.get(1); var BiMap = /** @class */ (function () { function BiMap() { } - var proto_1 = BiMap.prototype; - proto_1.get = function (key) { return null; }; - proto_1.inverse = function () { return null; }; + var BiMap_prototype = BiMap.prototype; + BiMap_prototype.get = function (key) { return null; }; + BiMap_prototype.inverse = function () { return null; }; return BiMap; }()); var b = new BiMap(); diff --git a/tests/baselines/reference/genericsWithDuplicateTypeParameters1.js b/tests/baselines/reference/genericsWithDuplicateTypeParameters1.js index 825128afdefab..8766e3c90a83f 100644 --- a/tests/baselines/reference/genericsWithDuplicateTypeParameters1.js +++ b/tests/baselines/reference/genericsWithDuplicateTypeParameters1.js @@ -22,9 +22,9 @@ function f2(a, b) { return null; } var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1.f = function () { }; - proto_1.f2 = function (a, b) { return null; }; + var C_prototype = C.prototype; + C_prototype.f = function () { }; + C_prototype.f2 = function (a, b) { return null; }; return C; }()); var m = { diff --git a/tests/baselines/reference/getAndSetAsMemberNames.js b/tests/baselines/reference/getAndSetAsMemberNames.js index 682ce4b8072ee..0fd59659de7c2 100644 --- a/tests/baselines/reference/getAndSetAsMemberNames.js +++ b/tests/baselines/reference/getAndSetAsMemberNames.js @@ -51,9 +51,9 @@ var C5 = /** @class */ (function () { function C5() { this.set = function () { return true; }; } - var proto_1 = C5.prototype; - proto_1.get = function () { return true; }; - Object.defineProperty(proto_1, "t", { + var C5_prototype = C5.prototype; + C5_prototype.get = function () { return true; }; + Object.defineProperty(C5_prototype, "t", { set: function (x) { }, enumerable: false, configurable: true diff --git a/tests/baselines/reference/getSetAccessorContextualTyping.js b/tests/baselines/reference/getSetAccessorContextualTyping.js index 3a5a4d670db90..45d4e31f95382 100644 --- a/tests/baselines/reference/getSetAccessorContextualTyping.js +++ b/tests/baselines/reference/getSetAccessorContextualTyping.js @@ -32,8 +32,8 @@ class C { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - Object.defineProperty(proto_1, "X", { + var C_prototype = C.prototype; + Object.defineProperty(C_prototype, "X", { get: function () { return "string"; // Error; get contextual type by set accessor parameter type annotation }, @@ -41,7 +41,7 @@ var C = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "Y", { + Object.defineProperty(C_prototype, "Y", { get: function () { return true; }, @@ -49,7 +49,7 @@ var C = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "W", { + Object.defineProperty(C_prototype, "W", { get: function () { return true; }, @@ -57,7 +57,7 @@ var C = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "Z", { + Object.defineProperty(C_prototype, "Z", { get: function () { return 1; }, diff --git a/tests/baselines/reference/getterThatThrowsShouldNotNeedReturn.js b/tests/baselines/reference/getterThatThrowsShouldNotNeedReturn.js index 78566b7f09562..9432a5dcd29a0 100644 --- a/tests/baselines/reference/getterThatThrowsShouldNotNeedReturn.js +++ b/tests/baselines/reference/getterThatThrowsShouldNotNeedReturn.js @@ -13,15 +13,15 @@ class Greeter { var Greeter = /** @class */ (function () { function Greeter() { } - var proto_1 = Greeter.prototype; - Object.defineProperty(proto_1, "greet", { + var Greeter_prototype = Greeter.prototype; + Object.defineProperty(Greeter_prototype, "greet", { get: function () { throw ''; // should not raise an error }, enumerable: false, configurable: true }); - proto_1.greeting = function () { + Greeter_prototype.greeting = function () { throw ''; // should not raise an error }; return Greeter; diff --git a/tests/baselines/reference/gettersAndSettersErrors.js b/tests/baselines/reference/gettersAndSettersErrors.js index 0d83077aa20a0..0b46bfeaade26 100644 --- a/tests/baselines/reference/gettersAndSettersErrors.js +++ b/tests/baselines/reference/gettersAndSettersErrors.js @@ -21,8 +21,8 @@ var C = /** @class */ (function () { function C() { this.Foo = 0; // error - duplicate identifier Foo - confirmed } - var proto_1 = C.prototype; - Object.defineProperty(proto_1, "Foo", { + var C_prototype = C.prototype; + Object.defineProperty(C_prototype, "Foo", { get: function () { return "foo"; } // ok , set: function (foo) { } // ok @@ -30,7 +30,7 @@ var C = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "Goo", { + Object.defineProperty(C_prototype, "Goo", { get: function (v) { return null; } // error - getters must not have a parameter , set: function (v) { } // error - setters must not specify a return type diff --git a/tests/baselines/reference/gettersAndSettersTypesAgree.js b/tests/baselines/reference/gettersAndSettersTypesAgree.js index bc772e6de0a3d..3b84632ce6fb3 100644 --- a/tests/baselines/reference/gettersAndSettersTypesAgree.js +++ b/tests/baselines/reference/gettersAndSettersTypesAgree.js @@ -14,8 +14,8 @@ var o2 = {get Foo(){return 0;}, set Foo(val:number){}}; // ok - types agree var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - Object.defineProperty(proto_1, "Foo", { + var C_prototype = C.prototype; + Object.defineProperty(C_prototype, "Foo", { get: function () { return "foo"; } // ok , set: function (foo) { } // ok - type inferred from getter return statement @@ -23,7 +23,7 @@ var C = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "Bar", { + Object.defineProperty(C_prototype, "Bar", { get: function () { return "foo"; } // ok , set: function (bar) { } // ok - type must be declared diff --git a/tests/baselines/reference/giant.js b/tests/baselines/reference/giant.js index 074794367c779..f453ff11067a4 100644 --- a/tests/baselines/reference/giant.js +++ b/tests/baselines/reference/giant.js @@ -704,29 +704,29 @@ define(["require", "exports"], function (require, exports) { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1.pF = function () { }; - proto_1.rF = function () { }; - proto_1.pgF = function () { }; - Object.defineProperty(proto_1, "pgF", { + var C_prototype = C.prototype; + C_prototype.pF = function () { }; + C_prototype.rF = function () { }; + C_prototype.pgF = function () { }; + Object.defineProperty(C_prototype, "pgF", { get: function () { }, enumerable: false, configurable: true }); - proto_1.psF = function (param) { }; - Object.defineProperty(proto_1, "psF", { + C_prototype.psF = function (param) { }; + Object.defineProperty(C_prototype, "psF", { set: function (param) { }, enumerable: false, configurable: true }); - proto_1.rgF = function () { }; - Object.defineProperty(proto_1, "rgF", { + C_prototype.rgF = function () { }; + Object.defineProperty(C_prototype, "rgF", { get: function () { }, enumerable: false, configurable: true }); - proto_1.rsF = function (param) { }; - Object.defineProperty(proto_1, "rsF", { + C_prototype.rsF = function (param) { }; + Object.defineProperty(C_prototype, "rsF", { set: function (param) { }, enumerable: false, configurable: true @@ -754,29 +754,29 @@ define(["require", "exports"], function (require, exports) { var C = /** @class */ (function () { function C() { } - var proto_2 = C.prototype; - proto_2.pF = function () { }; - proto_2.rF = function () { }; - proto_2.pgF = function () { }; - Object.defineProperty(proto_2, "pgF", { + var C_prototype_1 = C.prototype; + C_prototype_1.pF = function () { }; + C_prototype_1.rF = function () { }; + C_prototype_1.pgF = function () { }; + Object.defineProperty(C_prototype_1, "pgF", { get: function () { }, enumerable: false, configurable: true }); - proto_2.psF = function (param) { }; - Object.defineProperty(proto_2, "psF", { + C_prototype_1.psF = function (param) { }; + Object.defineProperty(C_prototype_1, "psF", { set: function (param) { }, enumerable: false, configurable: true }); - proto_2.rgF = function () { }; - Object.defineProperty(proto_2, "rgF", { + C_prototype_1.rgF = function () { }; + Object.defineProperty(C_prototype_1, "rgF", { get: function () { }, enumerable: false, configurable: true }); - proto_2.rsF = function (param) { }; - Object.defineProperty(proto_2, "rsF", { + C_prototype_1.rsF = function (param) { }; + Object.defineProperty(C_prototype_1, "rsF", { set: function (param) { }, enumerable: false, configurable: true @@ -831,29 +831,29 @@ define(["require", "exports"], function (require, exports) { var eC = /** @class */ (function () { function eC() { } - var proto_3 = eC.prototype; - proto_3.pF = function () { }; - proto_3.rF = function () { }; - proto_3.pgF = function () { }; - Object.defineProperty(proto_3, "pgF", { + var eC_prototype = eC.prototype; + eC_prototype.pF = function () { }; + eC_prototype.rF = function () { }; + eC_prototype.pgF = function () { }; + Object.defineProperty(eC_prototype, "pgF", { get: function () { }, enumerable: false, configurable: true }); - proto_3.psF = function (param) { }; - Object.defineProperty(proto_3, "psF", { + eC_prototype.psF = function (param) { }; + Object.defineProperty(eC_prototype, "psF", { set: function (param) { }, enumerable: false, configurable: true }); - proto_3.rgF = function () { }; - Object.defineProperty(proto_3, "rgF", { + eC_prototype.rgF = function () { }; + Object.defineProperty(eC_prototype, "rgF", { get: function () { }, enumerable: false, configurable: true }); - proto_3.rsF = function (param) { }; - Object.defineProperty(proto_3, "rsF", { + eC_prototype.rsF = function (param) { }; + Object.defineProperty(eC_prototype, "rsF", { set: function (param) { }, enumerable: false, configurable: true @@ -911,29 +911,29 @@ define(["require", "exports"], function (require, exports) { var eC = /** @class */ (function () { function eC() { } - var proto_4 = eC.prototype; - proto_4.pF = function () { }; - proto_4.rF = function () { }; - proto_4.pgF = function () { }; - Object.defineProperty(proto_4, "pgF", { + var eC_prototype_1 = eC.prototype; + eC_prototype_1.pF = function () { }; + eC_prototype_1.rF = function () { }; + eC_prototype_1.pgF = function () { }; + Object.defineProperty(eC_prototype_1, "pgF", { get: function () { }, enumerable: false, configurable: true }); - proto_4.psF = function (param) { }; - Object.defineProperty(proto_4, "psF", { + eC_prototype_1.psF = function (param) { }; + Object.defineProperty(eC_prototype_1, "psF", { set: function (param) { }, enumerable: false, configurable: true }); - proto_4.rgF = function () { }; - Object.defineProperty(proto_4, "rgF", { + eC_prototype_1.rgF = function () { }; + Object.defineProperty(eC_prototype_1, "rgF", { get: function () { }, enumerable: false, configurable: true }); - proto_4.rsF = function (param) { }; - Object.defineProperty(proto_4, "rsF", { + eC_prototype_1.rsF = function (param) { }; + Object.defineProperty(eC_prototype_1, "rsF", { set: function (param) { }, enumerable: false, configurable: true @@ -962,29 +962,29 @@ define(["require", "exports"], function (require, exports) { var C = /** @class */ (function () { function C() { } - var proto_5 = C.prototype; - proto_5.pF = function () { }; - proto_5.rF = function () { }; - proto_5.pgF = function () { }; - Object.defineProperty(proto_5, "pgF", { + var C_prototype_2 = C.prototype; + C_prototype_2.pF = function () { }; + C_prototype_2.rF = function () { }; + C_prototype_2.pgF = function () { }; + Object.defineProperty(C_prototype_2, "pgF", { get: function () { }, enumerable: false, configurable: true }); - proto_5.psF = function (param) { }; - Object.defineProperty(proto_5, "psF", { + C_prototype_2.psF = function (param) { }; + Object.defineProperty(C_prototype_2, "psF", { set: function (param) { }, enumerable: false, configurable: true }); - proto_5.rgF = function () { }; - Object.defineProperty(proto_5, "rgF", { + C_prototype_2.rgF = function () { }; + Object.defineProperty(C_prototype_2, "rgF", { get: function () { }, enumerable: false, configurable: true }); - proto_5.rsF = function (param) { }; - Object.defineProperty(proto_5, "rsF", { + C_prototype_2.rsF = function (param) { }; + Object.defineProperty(C_prototype_2, "rsF", { set: function (param) { }, enumerable: false, configurable: true @@ -1039,29 +1039,29 @@ define(["require", "exports"], function (require, exports) { var eC = /** @class */ (function () { function eC() { } - var proto_6 = eC.prototype; - proto_6.pF = function () { }; - proto_6.rF = function () { }; - proto_6.pgF = function () { }; - Object.defineProperty(proto_6, "pgF", { + var eC_prototype_2 = eC.prototype; + eC_prototype_2.pF = function () { }; + eC_prototype_2.rF = function () { }; + eC_prototype_2.pgF = function () { }; + Object.defineProperty(eC_prototype_2, "pgF", { get: function () { }, enumerable: false, configurable: true }); - proto_6.psF = function (param) { }; - Object.defineProperty(proto_6, "psF", { + eC_prototype_2.psF = function (param) { }; + Object.defineProperty(eC_prototype_2, "psF", { set: function (param) { }, enumerable: false, configurable: true }); - proto_6.rgF = function () { }; - Object.defineProperty(proto_6, "rgF", { + eC_prototype_2.rgF = function () { }; + Object.defineProperty(eC_prototype_2, "rgF", { get: function () { }, enumerable: false, configurable: true }); - proto_6.rsF = function (param) { }; - Object.defineProperty(proto_6, "rsF", { + eC_prototype_2.rsF = function (param) { }; + Object.defineProperty(eC_prototype_2, "rsF", { set: function (param) { }, enumerable: false, configurable: true diff --git a/tests/baselines/reference/heterogeneousArrayAndOverloads.js b/tests/baselines/reference/heterogeneousArrayAndOverloads.js index f1156e3d0fa5c..f27ddbfcf1529 100644 --- a/tests/baselines/reference/heterogeneousArrayAndOverloads.js +++ b/tests/baselines/reference/heterogeneousArrayAndOverloads.js @@ -15,9 +15,9 @@ class arrTest { var arrTest = /** @class */ (function () { function arrTest() { } - var proto_1 = arrTest.prototype; - proto_1.test = function (arg1) { }; - proto_1.callTest = function () { + var arrTest_prototype = arrTest.prototype; + arrTest_prototype.test = function (arg1) { }; + arrTest_prototype.callTest = function () { this.test([1, 2, 3, 5]); this.test(["hi"]); this.test([]); diff --git a/tests/baselines/reference/implicitAnyAnyReturningFunction.js b/tests/baselines/reference/implicitAnyAnyReturningFunction.js index c1f5e76e8f2ad..77e45ddac4cc0 100644 --- a/tests/baselines/reference/implicitAnyAnyReturningFunction.js +++ b/tests/baselines/reference/implicitAnyAnyReturningFunction.js @@ -31,11 +31,11 @@ function B() { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1.A = function () { + var C_prototype = C.prototype; + C_prototype.A = function () { return ""; }; - proto_1.B = function () { + C_prototype.B = function () { var someLocal = {}; return someLocal; }; diff --git a/tests/baselines/reference/implicitAnyCastedValue.js b/tests/baselines/reference/implicitAnyCastedValue.js index b738976d9ce37..a70ccdec305d9 100644 --- a/tests/baselines/reference/implicitAnyCastedValue.js +++ b/tests/baselines/reference/implicitAnyCastedValue.js @@ -90,18 +90,18 @@ var C = /** @class */ (function () { this.bar = null; // this should be an error this.foo = undefined; // this should be an error } - var proto_1 = C.prototype; - Object.defineProperty(proto_1, "tempVar", { + var C_prototype = C.prototype; + Object.defineProperty(C_prototype, "tempVar", { get: function () { return 0; // this should not be an error }, enumerable: false, configurable: true }); - proto_1.returnBarWithCase = function () { + C_prototype.returnBarWithCase = function () { return this.bar; }; - proto_1.returnFooWithCase = function () { + C_prototype.returnFooWithCase = function () { return this.foo; // this should not be an error }; return C; @@ -110,15 +110,15 @@ var C1 = /** @class */ (function () { function C1() { this.getValue = null; // this should be an error } - var proto_2 = C1.prototype; - Object.defineProperty(proto_2, "castedGet", { + var C1_prototype = C1.prototype; + Object.defineProperty(C1_prototype, "castedGet", { get: function () { return this.getValue; // this should not be an error }, enumerable: false, configurable: true }); - Object.defineProperty(proto_2, "notCastedGet", { + Object.defineProperty(C1_prototype, "notCastedGet", { get: function () { return this.getValue; // this should not be an error }, diff --git a/tests/baselines/reference/implicitAnyFunctionReturnNullOrUndefined.js b/tests/baselines/reference/implicitAnyFunctionReturnNullOrUndefined.js index e6a3d141b20d2..0e878cba0f614 100644 --- a/tests/baselines/reference/implicitAnyFunctionReturnNullOrUndefined.js +++ b/tests/baselines/reference/implicitAnyFunctionReturnNullOrUndefined.js @@ -31,11 +31,11 @@ function undefinedWidenFunction() { return undefined; } // error at "undefinedWi var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1.nullWidenFuncOfC = function () { + var C_prototype = C.prototype; + C_prototype.nullWidenFuncOfC = function () { return null; }; - proto_1.underfinedWidenFuncOfC = function () { + C_prototype.underfinedWidenFuncOfC = function () { return undefined; }; return C; diff --git a/tests/baselines/reference/inferFromGenericFunctionReturnTypes1.js b/tests/baselines/reference/inferFromGenericFunctionReturnTypes1.js index fce9ff33d6bf6..b68c2eb0f67b9 100644 --- a/tests/baselines/reference/inferFromGenericFunctionReturnTypes1.js +++ b/tests/baselines/reference/inferFromGenericFunctionReturnTypes1.js @@ -77,14 +77,14 @@ testSet.transform( var SetOf = /** @class */ (function () { function SetOf() { } - var proto_1 = SetOf.prototype; - proto_1.add = function (a) { + var SetOf_prototype = SetOf.prototype; + SetOf_prototype.add = function (a) { this._store.push(a); }; - proto_1.transform = function (transformer) { + SetOf_prototype.transform = function (transformer) { return transformer(this); }; - proto_1.forEach = function (fn) { + SetOf_prototype.forEach = function (fn) { this._store.forEach(function (a, i) { return fn(a, i); }); }; return SetOf; diff --git a/tests/baselines/reference/inferFromGenericFunctionReturnTypes2.js b/tests/baselines/reference/inferFromGenericFunctionReturnTypes2.js index 31a86058a157d..64acc4040c000 100644 --- a/tests/baselines/reference/inferFromGenericFunctionReturnTypes2.js +++ b/tests/baselines/reference/inferFromGenericFunctionReturnTypes2.js @@ -111,14 +111,14 @@ var a6 = ["a", "b"].map(combine(wrap(function (s) { return s.length; }), identit var SetOf = /** @class */ (function () { function SetOf() { } - var proto_1 = SetOf.prototype; - proto_1.add = function (a) { + var SetOf_prototype = SetOf.prototype; + SetOf_prototype.add = function (a) { this._store.push(a); }; - proto_1.transform = function (transformer) { + SetOf_prototype.transform = function (transformer) { return transformer(this); }; - proto_1.forEach = function (fn) { + SetOf_prototype.forEach = function (fn) { this._store.forEach(function (a, i) { return fn(a, i); }); }; return SetOf; diff --git a/tests/baselines/reference/inferParameterWithMethodCallInitializer.js b/tests/baselines/reference/inferParameterWithMethodCallInitializer.js index 615e513a3db64..a783924e69fbe 100644 --- a/tests/baselines/reference/inferParameterWithMethodCallInitializer.js +++ b/tests/baselines/reference/inferParameterWithMethodCallInitializer.js @@ -27,11 +27,11 @@ function getNumber() { var Example = /** @class */ (function () { function Example() { } - var proto_1 = Example.prototype; - proto_1.getNumber = function () { + var Example_prototype = Example.prototype; + Example_prototype.getNumber = function () { return 1; }; - proto_1.doSomething = function (a) { + Example_prototype.doSomething = function (a) { if (a === void 0) { a = this.getNumber(); } return a; }; diff --git a/tests/baselines/reference/inferringClassMembersFromAssignments.js b/tests/baselines/reference/inferringClassMembersFromAssignments.js index a3ac6cb837de7..703d7097fa9e9 100644 --- a/tests/baselines/reference/inferringClassMembersFromAssignments.js +++ b/tests/baselines/reference/inferringClassMembersFromAssignments.js @@ -153,8 +153,8 @@ var C = /** @class */ (function () { } this.inMultiple = 0; } - var proto_1 = C.prototype; - proto_1.method = function () { + var C_prototype = C.prototype; + C_prototype.method = function () { var _this = this; if (Math.random()) { this.inMethod = 0; @@ -175,7 +175,7 @@ var C = /** @class */ (function () { } }; }; - proto_1.get = function () { + C_prototype.get = function () { if (Math.random()) { this.inGetter = 0; } @@ -185,7 +185,7 @@ var C = /** @class */ (function () { this.inMultiple = false; this.inMultipleMethods = false; }; - proto_1.set = function () { + C_prototype.set = function () { if (Math.random()) { this.inSetter = 0; } diff --git a/tests/baselines/reference/inheritance.js b/tests/baselines/reference/inheritance.js index ed288690277e3..adde36936bd6c 100644 --- a/tests/baselines/reference/inheritance.js +++ b/tests/baselines/reference/inheritance.js @@ -96,8 +96,8 @@ var Baad = /** @class */ (function (_super) { function Baad() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_1 = Baad.prototype; - proto_1.f = function () { return 0; }; - proto_1.g = function (n) { return 0; }; + var Baad_prototype = Baad.prototype; + Baad_prototype.f = function () { return 0; }; + Baad_prototype.g = function (n) { return 0; }; return Baad; }(Good)); diff --git a/tests/baselines/reference/innerTypeParameterShadowingOuterOne2.js b/tests/baselines/reference/innerTypeParameterShadowingOuterOne2.js index 3b9af454b2b50..1bfcc6fb98219 100644 --- a/tests/baselines/reference/innerTypeParameterShadowingOuterOne2.js +++ b/tests/baselines/reference/innerTypeParameterShadowingOuterOne2.js @@ -43,12 +43,12 @@ class C2 { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1.g = function () { + var C_prototype = C.prototype; + C_prototype.g = function () { var x; x.toFixed(); }; - proto_1.h = function () { + C_prototype.h = function () { var x; x.getDate(); }; @@ -57,12 +57,12 @@ var C = /** @class */ (function () { var C2 = /** @class */ (function () { function C2() { } - var proto_2 = C2.prototype; - proto_2.g = function () { + var C2_prototype = C2.prototype; + C2_prototype.g = function () { var x; x.toFixed(); }; - proto_2.h = function () { + C2_prototype.h = function () { var x; x.getDate(); }; diff --git a/tests/baselines/reference/instanceMemberAssignsToClassPrototype.js b/tests/baselines/reference/instanceMemberAssignsToClassPrototype.js index 593c2e83fae3f..9de1b20a42426 100644 --- a/tests/baselines/reference/instanceMemberAssignsToClassPrototype.js +++ b/tests/baselines/reference/instanceMemberAssignsToClassPrototype.js @@ -16,11 +16,11 @@ class C { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1.foo = function () { + var C_prototype = C.prototype; + C_prototype.foo = function () { C.prototype.foo = function () { }; }; - proto_1.bar = function (x) { + C_prototype.bar = function (x) { C.prototype.bar = function () { }; // error C.prototype.bar = function (x) { return x; }; // ok C.prototype.bar = function (x) { return 1; }; // ok diff --git a/tests/baselines/reference/instancePropertiesInheritedIntoClassType.js b/tests/baselines/reference/instancePropertiesInheritedIntoClassType.js index bb37c57d54f24..9ab0340e238c1 100644 --- a/tests/baselines/reference/instancePropertiesInheritedIntoClassType.js +++ b/tests/baselines/reference/instancePropertiesInheritedIntoClassType.js @@ -63,8 +63,8 @@ var NonGeneric; this.a = a; this.b = b; } - var proto_1 = C.prototype; - Object.defineProperty(proto_1, "y", { + var C_prototype = C.prototype; + Object.defineProperty(C_prototype, "y", { get: function () { return 1; }, @@ -72,7 +72,7 @@ var NonGeneric; enumerable: false, configurable: true }); - proto_1.fn = function () { return this; }; + C_prototype.fn = function () { return this; }; return C; }()); var D = /** @class */ (function (_super) { @@ -96,8 +96,8 @@ var Generic; this.a = a; this.b = b; } - var proto_2 = C.prototype; - Object.defineProperty(proto_2, "y", { + var C_prototype_1 = C.prototype; + Object.defineProperty(C_prototype_1, "y", { get: function () { return null; }, @@ -105,7 +105,7 @@ var Generic; enumerable: false, configurable: true }); - proto_2.fn = function () { return this; }; + C_prototype_1.fn = function () { return this; }; return C; }()); var D = /** @class */ (function (_super) { diff --git a/tests/baselines/reference/instancePropertyInClassType.js b/tests/baselines/reference/instancePropertyInClassType.js index 66dd5badac153..0ba510d359a74 100644 --- a/tests/baselines/reference/instancePropertyInClassType.js +++ b/tests/baselines/reference/instancePropertyInClassType.js @@ -46,8 +46,8 @@ var NonGeneric; this.a = a; this.b = b; } - var proto_1 = C.prototype; - Object.defineProperty(proto_1, "y", { + var C_prototype = C.prototype; + Object.defineProperty(C_prototype, "y", { get: function () { return 1; }, @@ -55,7 +55,7 @@ var NonGeneric; enumerable: false, configurable: true }); - proto_1.fn = function () { return this; }; + C_prototype.fn = function () { return this; }; return C; }()); var c = new C(1, 2); @@ -72,8 +72,8 @@ var Generic; this.a = a; this.b = b; } - var proto_2 = C.prototype; - Object.defineProperty(proto_2, "y", { + var C_prototype_1 = C.prototype; + Object.defineProperty(C_prototype_1, "y", { get: function () { return null; }, @@ -81,7 +81,7 @@ var Generic; enumerable: false, configurable: true }); - proto_2.fn = function () { return this; }; + C_prototype_1.fn = function () { return this; }; return C; }()); var c = new C(1, ''); diff --git a/tests/baselines/reference/interfaceContextualType.js b/tests/baselines/reference/interfaceContextualType.js index a1883ad732e7e..eee10011134cc 100644 --- a/tests/baselines/reference/interfaceContextualType.js +++ b/tests/baselines/reference/interfaceContextualType.js @@ -27,12 +27,12 @@ exports.__esModule = true; var Bug = /** @class */ (function () { function Bug() { } - var proto_1 = Bug.prototype; - proto_1.ok = function () { + var Bug_prototype = Bug.prototype; + Bug_prototype.ok = function () { this.values = {}; this.values['comments'] = { italic: true }; }; - proto_1.shouldBeOK = function () { + Bug_prototype.shouldBeOK = function () { this.values = { comments: { italic: true } }; diff --git a/tests/baselines/reference/interfaceExtendingClass.js b/tests/baselines/reference/interfaceExtendingClass.js index 586d51831e843..87c75bed9c1f2 100644 --- a/tests/baselines/reference/interfaceExtendingClass.js +++ b/tests/baselines/reference/interfaceExtendingClass.js @@ -23,9 +23,9 @@ i = f; var Foo = /** @class */ (function () { function Foo() { } - var proto_1 = Foo.prototype; - proto_1.y = function () { }; - Object.defineProperty(proto_1, "Z", { + var Foo_prototype = Foo.prototype; + Foo_prototype.y = function () { }; + Object.defineProperty(Foo_prototype, "Z", { get: function () { return 1; }, diff --git a/tests/baselines/reference/interfaceExtendingClass2.js b/tests/baselines/reference/interfaceExtendingClass2.js index 01d4657fbb0a4..e4ef4b9c95435 100644 --- a/tests/baselines/reference/interfaceExtendingClass2.js +++ b/tests/baselines/reference/interfaceExtendingClass2.js @@ -19,9 +19,9 @@ interface I2 extends Foo { // error var Foo = /** @class */ (function () { function Foo() { } - var proto_1 = Foo.prototype; - proto_1.y = function () { }; - Object.defineProperty(proto_1, "Z", { + var Foo_prototype = Foo.prototype; + Foo_prototype.y = function () { }; + Object.defineProperty(Foo_prototype, "Z", { get: function () { return 1; }, diff --git a/tests/baselines/reference/interfaceExtendsClassWithPrivate1.js b/tests/baselines/reference/interfaceExtendsClassWithPrivate1.js index 6765a9f6109ce..57638542dec9a 100644 --- a/tests/baselines/reference/interfaceExtendsClassWithPrivate1.js +++ b/tests/baselines/reference/interfaceExtendsClassWithPrivate1.js @@ -53,10 +53,10 @@ var D = /** @class */ (function (_super) { function D() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_1 = D.prototype; - proto_1.foo = function (x) { return x; }; - proto_1.other = function (x) { return x; }; - proto_1.bar = function () { }; + var D_prototype = D.prototype; + D_prototype.foo = function (x) { return x; }; + D_prototype.other = function (x) { return x; }; + D_prototype.bar = function () { }; return D; }(C)); var c; diff --git a/tests/baselines/reference/interfaceExtendsClassWithPrivate2.js b/tests/baselines/reference/interfaceExtendsClassWithPrivate2.js index 11cd21d911f36..a67ac10fc90bf 100644 --- a/tests/baselines/reference/interfaceExtendsClassWithPrivate2.js +++ b/tests/baselines/reference/interfaceExtendsClassWithPrivate2.js @@ -52,10 +52,10 @@ var D = /** @class */ (function (_super) { _this.y = 3; return _this; } - var proto_1 = D.prototype; - proto_1.foo = function (x) { return x; }; - proto_1.other = function (x) { return x; }; - proto_1.bar = function () { }; + var D_prototype = D.prototype; + D_prototype.foo = function (x) { return x; }; + D_prototype.other = function (x) { return x; }; + D_prototype.bar = function () { }; return D; }(C)); var D2 = /** @class */ (function (_super) { @@ -65,9 +65,9 @@ var D2 = /** @class */ (function (_super) { _this.x = ""; return _this; } - var proto_2 = D2.prototype; - proto_2.foo = function (x) { return x; }; - proto_2.other = function (x) { return x; }; - proto_2.bar = function () { }; + var D2_prototype = D2.prototype; + D2_prototype.foo = function (x) { return x; }; + D2_prototype.other = function (x) { return x; }; + D2_prototype.bar = function () { }; return D2; }(C)); diff --git a/tests/baselines/reference/invalidNewTarget.es5.js b/tests/baselines/reference/invalidNewTarget.es5.js index bce13391b3a34..7df13fa5dea4f 100644 --- a/tests/baselines/reference/invalidNewTarget.es5.js +++ b/tests/baselines/reference/invalidNewTarget.es5.js @@ -33,13 +33,13 @@ var C = /** @class */ (function () { var _newTarget = this.constructor; this.f = function () { return _newTarget; }; } - var proto_1 = C.prototype; - proto_1[_newTarget] = function () { }; - proto_1.c = function () { + var C_prototype = C.prototype; + C_prototype[_newTarget] = function () { }; + C_prototype.c = function () { var _newTarget = void 0; return _newTarget; }; - Object.defineProperty(proto_1, "d", { + Object.defineProperty(C_prototype, "d", { get: function () { var _newTarget = void 0; return _newTarget; @@ -47,7 +47,7 @@ var C = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "e", { + Object.defineProperty(C_prototype, "e", { set: function (_) { var _newTarget = void 0; _ = _newTarget; diff --git a/tests/baselines/reference/isDeclarationVisibleNodeKinds.js b/tests/baselines/reference/isDeclarationVisibleNodeKinds.js index c5f5fa64d85a7..cc81f25bef7ff 100644 --- a/tests/baselines/reference/isDeclarationVisibleNodeKinds.js +++ b/tests/baselines/reference/isDeclarationVisibleNodeKinds.js @@ -130,15 +130,15 @@ var schema; var T = /** @class */ (function () { function T() { } - var proto_1 = T.prototype; - Object.defineProperty(proto_1, "createValidator9", { + var T_prototype = T.prototype; + Object.defineProperty(T_prototype, "createValidator9", { get: function () { return undefined; }, enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "createValidator10", { + Object.defineProperty(T_prototype, "createValidator10", { set: function (v) { }, enumerable: false, diff --git a/tests/baselines/reference/jsDeclarationsClasses.js b/tests/baselines/reference/jsDeclarationsClasses.js index 7e27c1cf528e8..3ffa9c21d3867 100644 --- a/tests/baselines/reference/jsDeclarationsClasses.js +++ b/tests/baselines/reference/jsDeclarationsClasses.js @@ -256,8 +256,8 @@ var E = /** @class */ (function () { function E(a, b) { this.initializedField = 12; } - var proto_1 = E.prototype; - Object.defineProperty(proto_1, "f1", { + var E_prototype = E.prototype; + Object.defineProperty(E_prototype, "f1", { /** * @return {U} */ @@ -269,7 +269,7 @@ var E = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "f2", { + Object.defineProperty(E_prototype, "f2", { /** * @return {U} */ @@ -277,7 +277,7 @@ var E = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "f3", { + Object.defineProperty(E_prototype, "f3", { /** * @param {U} _p */ diff --git a/tests/baselines/reference/keyofAndIndexedAccess.js b/tests/baselines/reference/keyofAndIndexedAccess.js index aeb85a5b0c15e..042c7a18ec3a1 100644 --- a/tests/baselines/reference/keyofAndIndexedAccess.js +++ b/tests/baselines/reference/keyofAndIndexedAccess.js @@ -732,11 +732,11 @@ function f13(foo, bar) { var Component = /** @class */ (function () { function Component() { } - var proto_1 = Component.prototype; - proto_1.getProperty = function (key) { + var Component_prototype = Component.prototype; + Component_prototype.getProperty = function (key) { return this.props[key]; }; - proto_1.setProperty = function (key, value) { + Component_prototype.setProperty = function (key, value) { this.props[key] = value; }; return Component; @@ -869,14 +869,14 @@ function f84() { var C1 = /** @class */ (function () { function C1() { } - var proto_2 = C1.prototype; - proto_2.get = function (key) { + var C1_prototype = C1.prototype; + C1_prototype.get = function (key) { return this[key]; }; - proto_2.set = function (key, value) { + C1_prototype.set = function (key, value) { this[key] = value; }; - proto_2.foo = function () { + C1_prototype.foo = function () { var x1 = this.x; // number var x2 = this["x"]; // number var x3 = this.get("x"); // this["x"] @@ -915,11 +915,11 @@ function f92(x, y, z) { var Base = /** @class */ (function () { function Base() { } - var proto_3 = Base.prototype; - proto_3.get = function (prop) { + var Base_prototype = Base.prototype; + Base_prototype.get = function (prop) { return this[prop]; }; - proto_3.set = function (prop, value) { + Base_prototype.set = function (prop, value) { this[prop] = value; }; return Base; diff --git a/tests/baselines/reference/lift.js b/tests/baselines/reference/lift.js index 38a38339e05b6..70784a7f83ef8 100644 --- a/tests/baselines/reference/lift.js +++ b/tests/baselines/reference/lift.js @@ -45,8 +45,8 @@ var C = /** @class */ (function (_super) { var ll = x * w; return _this; } - var proto_1 = C.prototype; - proto_1.liftxyz = function () { return x + z + this.y; }; - proto_1.liftxylocllz = function () { return x + z + this.y + this.ll; }; + var C_prototype = C.prototype; + C_prototype.liftxyz = function () { return x + z + this.y; }; + C_prototype.liftxylocllz = function () { return x + z + this.y + this.ll; }; return C; }(B)); diff --git a/tests/baselines/reference/listFailure.js b/tests/baselines/reference/listFailure.js index ac4acba14f2fd..674bdf0a8a8aa 100644 --- a/tests/baselines/reference/listFailure.js +++ b/tests/baselines/reference/listFailure.js @@ -71,12 +71,12 @@ var Editor; var List = /** @class */ (function () { function List() { } - var proto_1 = List.prototype; - proto_1.add = function (data) { + var List_prototype = List.prototype; + List_prototype.add = function (data) { this.next = ListMakeEntry(data); return this.next; }; - proto_1.popEntry = function (head) { + List_prototype.popEntry = function (head) { return (ListRemoveEntry(this.next)); }; return List; diff --git a/tests/baselines/reference/literalTypes2.js b/tests/baselines/reference/literalTypes2.js index 4b95fde11b8da..79d9123a389d3 100644 --- a/tests/baselines/reference/literalTypes2.js +++ b/tests/baselines/reference/literalTypes2.js @@ -307,11 +307,11 @@ function f12() { var C2 = /** @class */ (function () { function C2() { } - var proto_1 = C2.prototype; - proto_1.foo = function () { + var C2_prototype = C2.prototype; + C2_prototype.foo = function () { return 0; }; - proto_1.bar = function () { + C2_prototype.bar = function () { return cond ? 0 : 1; }; return C2; diff --git a/tests/baselines/reference/localTypes1.js b/tests/baselines/reference/localTypes1.js index 50fcf39c128ea..ffec08f7d2f15 100644 --- a/tests/baselines/reference/localTypes1.js +++ b/tests/baselines/reference/localTypes1.js @@ -263,8 +263,8 @@ var A = /** @class */ (function () { return C; }()); } - var proto_1 = A.prototype; - proto_1.m = function () { + var A_prototype = A.prototype; + A_prototype.m = function () { var E; (function (E) { E[E["A"] = 0] = "A"; @@ -278,7 +278,7 @@ var A = /** @class */ (function () { }()); return new C(); }; - Object.defineProperty(proto_1, "p", { + Object.defineProperty(A_prototype, "p", { get: function () { var E; (function (E) { diff --git a/tests/baselines/reference/looseThisTypeInFunctions.js b/tests/baselines/reference/looseThisTypeInFunctions.js index 822286d6b3f80..89e55663f0ca5 100644 --- a/tests/baselines/reference/looseThisTypeInFunctions.js +++ b/tests/baselines/reference/looseThisTypeInFunctions.js @@ -52,14 +52,14 @@ i.explicitThis = function(m) { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1.explicitThis = function (m) { + var C_prototype = C.prototype; + C_prototype.explicitThis = function (m) { return this.n + m; }; - proto_1.implicitThis = function (m) { + C_prototype.implicitThis = function (m) { return this.n + m; }; - proto_1.explicitVoid = function (m) { + C_prototype.explicitVoid = function (m) { return m + 1; }; return C; diff --git a/tests/baselines/reference/memberFunctionsWithPrivateOverloads.js b/tests/baselines/reference/memberFunctionsWithPrivateOverloads.js index 8d0422148c056..05365f4b1ca4c 100644 --- a/tests/baselines/reference/memberFunctionsWithPrivateOverloads.js +++ b/tests/baselines/reference/memberFunctionsWithPrivateOverloads.js @@ -53,9 +53,9 @@ var r4 = D.bar(''); // error var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1.foo = function (x, y) { }; - proto_1.bar = function (x, y) { }; + var C_prototype = C.prototype; + C_prototype.foo = function (x, y) { }; + C_prototype.bar = function (x, y) { }; C.foo = function (x, y) { }; C.bar = function (x, y) { }; return C; @@ -63,9 +63,9 @@ var C = /** @class */ (function () { var D = /** @class */ (function () { function D() { } - var proto_2 = D.prototype; - proto_2.foo = function (x, y) { }; - proto_2.bar = function (x, y) { }; + var D_prototype = D.prototype; + D_prototype.foo = function (x, y) { }; + D_prototype.bar = function (x, y) { }; D.foo = function (x, y) { }; D.bar = function (x, y) { }; return D; diff --git a/tests/baselines/reference/memberFunctionsWithPublicOverloads.js b/tests/baselines/reference/memberFunctionsWithPublicOverloads.js index 571b8de84fb5d..30a88246ca6f2 100644 --- a/tests/baselines/reference/memberFunctionsWithPublicOverloads.js +++ b/tests/baselines/reference/memberFunctionsWithPublicOverloads.js @@ -44,9 +44,9 @@ class D { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1.foo = function (x, y) { }; - proto_1.bar = function (x, y) { }; + var C_prototype = C.prototype; + C_prototype.foo = function (x, y) { }; + C_prototype.bar = function (x, y) { }; C.foo = function (x, y) { }; C.bar = function (x, y) { }; return C; @@ -54,9 +54,9 @@ var C = /** @class */ (function () { var D = /** @class */ (function () { function D() { } - var proto_2 = D.prototype; - proto_2.foo = function (x, y) { }; - proto_2.bar = function (x, y) { }; + var D_prototype = D.prototype; + D_prototype.foo = function (x, y) { }; + D_prototype.bar = function (x, y) { }; D.foo = function (x, y) { }; D.bar = function (x, y) { }; return D; diff --git a/tests/baselines/reference/memberFunctionsWithPublicPrivateOverloads.js b/tests/baselines/reference/memberFunctionsWithPublicPrivateOverloads.js index 12ba9a8bb65ac..8213c3d4a32ab 100644 --- a/tests/baselines/reference/memberFunctionsWithPublicPrivateOverloads.js +++ b/tests/baselines/reference/memberFunctionsWithPublicPrivateOverloads.js @@ -66,11 +66,11 @@ var r2 = d.foo(2); // error var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1.foo = function (x, y) { }; - proto_1.bar = function (x, y) { }; + var C_prototype = C.prototype; + C_prototype.foo = function (x, y) { }; + C_prototype.bar = function (x, y) { }; C.foo = function (x, y) { }; - proto_1.baz = function (x, y) { }; + C_prototype.baz = function (x, y) { }; C.bar = function (x, y) { }; C.baz = function (x, y) { }; return C; @@ -78,10 +78,10 @@ var C = /** @class */ (function () { var D = /** @class */ (function () { function D() { } - var proto_2 = D.prototype; - proto_2.foo = function (x, y) { }; - proto_2.bar = function (x, y) { }; - proto_2.baz = function (x, y) { }; + var D_prototype = D.prototype; + D_prototype.foo = function (x, y) { }; + D_prototype.bar = function (x, y) { }; + D_prototype.baz = function (x, y) { }; D.foo = function (x, y) { }; D.bar = function (x, y) { }; D.baz = function (x, y) { }; diff --git a/tests/baselines/reference/missingSelf.js b/tests/baselines/reference/missingSelf.js index b464fa52d3036..9f38e66166d8e 100644 --- a/tests/baselines/reference/missingSelf.js +++ b/tests/baselines/reference/missingSelf.js @@ -22,20 +22,20 @@ c2.b(); var CalcButton = /** @class */ (function () { function CalcButton() { } - var proto_1 = CalcButton.prototype; - proto_1.a = function () { this.onClick(); }; - proto_1.onClick = function () { }; + var CalcButton_prototype = CalcButton.prototype; + CalcButton_prototype.a = function () { this.onClick(); }; + CalcButton_prototype.onClick = function () { }; return CalcButton; }()); var CalcButton2 = /** @class */ (function () { function CalcButton2() { } - var proto_2 = CalcButton2.prototype; - proto_2.b = function () { + var CalcButton2_prototype = CalcButton2.prototype; + CalcButton2_prototype.b = function () { var _this = this; (function () { return _this.onClick(); }); }; - proto_2.onClick = function () { }; + CalcButton2_prototype.onClick = function () { }; return CalcButton2; }()); var c = new CalcButton(); diff --git a/tests/baselines/reference/mixedStaticAndInstanceClassMembers.js b/tests/baselines/reference/mixedStaticAndInstanceClassMembers.js index 629334bfd12d8..bd5c18e42cbb0 100644 --- a/tests/baselines/reference/mixedStaticAndInstanceClassMembers.js +++ b/tests/baselines/reference/mixedStaticAndInstanceClassMembers.js @@ -19,18 +19,18 @@ class B { var A = /** @class */ (function () { function A() { } - var proto_1 = A.prototype; - proto_1.f = function () { }; - proto_1.m1 = function (a) { + var A_prototype = A.prototype; + A_prototype.f = function () { }; + A_prototype.m1 = function (a) { }; return A; }()); var B = /** @class */ (function () { function B() { } - var proto_2 = B.prototype; - proto_2.f = function () { }; - proto_2.m1 = function (a) { + var B_prototype = B.prototype; + B_prototype.f = function () { }; + B_prototype.m1 = function (a) { }; return B; }()); diff --git a/tests/baselines/reference/mixinAccessModifiers.js b/tests/baselines/reference/mixinAccessModifiers.js index f78baa06b5a91..95dd00c3367f4 100644 --- a/tests/baselines/reference/mixinAccessModifiers.js +++ b/tests/baselines/reference/mixinAccessModifiers.js @@ -294,17 +294,17 @@ var C6 = /** @class */ (function (_super) { var ProtectedGeneric = /** @class */ (function () { function ProtectedGeneric() { } - var proto_1 = ProtectedGeneric.prototype; - proto_1.privateMethod = function () { }; - proto_1.protectedMethod = function () { }; + var ProtectedGeneric_prototype = ProtectedGeneric.prototype; + ProtectedGeneric_prototype.privateMethod = function () { }; + ProtectedGeneric_prototype.protectedMethod = function () { }; return ProtectedGeneric; }()); var ProtectedGeneric2 = /** @class */ (function () { function ProtectedGeneric2() { } - var proto_2 = ProtectedGeneric2.prototype; - proto_2.privateMethod = function () { }; - proto_2.protectedMethod = function () { }; + var ProtectedGeneric2_prototype = ProtectedGeneric2.prototype; + ProtectedGeneric2_prototype.privateMethod = function () { }; + ProtectedGeneric2_prototype.protectedMethod = function () { }; return ProtectedGeneric2; }()); function f7(x) { diff --git a/tests/baselines/reference/moduleMemberWithoutTypeAnnotation1.js b/tests/baselines/reference/moduleMemberWithoutTypeAnnotation1.js index 4be6a47026b78..9a03162f61738 100644 --- a/tests/baselines/reference/moduleMemberWithoutTypeAnnotation1.js +++ b/tests/baselines/reference/moduleMemberWithoutTypeAnnotation1.js @@ -84,13 +84,13 @@ var TypeScript; var SyntaxNode = /** @class */ (function () { function SyntaxNode() { } - var proto_1 = SyntaxNode.prototype; - proto_1.findToken = function (position, includeSkippedTokens) { + var SyntaxNode_prototype = SyntaxNode.prototype; + SyntaxNode_prototype.findToken = function (position, includeSkippedTokens) { if (includeSkippedTokens === void 0) { includeSkippedTokens = false; } var positionedToken = this.findTokenInternal(null, position, 0); return null; }; - proto_1.findTokenInternal = function (x, y, z) { + SyntaxNode_prototype.findTokenInternal = function (x, y, z) { return null; }; return SyntaxNode; diff --git a/tests/baselines/reference/moduleVisibilityTest1.js b/tests/baselines/reference/moduleVisibilityTest1.js index 860eeed803bdd..28962e7c33d7f 100644 --- a/tests/baselines/reference/moduleVisibilityTest1.js +++ b/tests/baselines/reference/moduleVisibilityTest1.js @@ -104,11 +104,11 @@ var M; function someInnerFunc() { return 2; } var someInnerVar = 3; } - var proto_1 = C.prototype; - proto_1.someMethodThatCallsAnOuterMethod = function () { return OuterInnerAlias.someExportedOuterInnerFunc(); }; - proto_1.someMethodThatCallsAnInnerMethod = function () { return InnerMod.someExportedInnerFunc(); }; - proto_1.someMethodThatCallsAnOuterInnerMethod = function () { return OuterMod.someExportedOuterFunc(); }; - proto_1.someMethod = function () { return 0; }; + var C_prototype = C.prototype; + C_prototype.someMethodThatCallsAnOuterMethod = function () { return OuterInnerAlias.someExportedOuterInnerFunc(); }; + C_prototype.someMethodThatCallsAnInnerMethod = function () { return InnerMod.someExportedInnerFunc(); }; + C_prototype.someMethodThatCallsAnOuterInnerMethod = function () { return OuterMod.someExportedOuterFunc(); }; + C_prototype.someMethod = function () { return 0; }; return C; }()); M.C = C; diff --git a/tests/baselines/reference/moduleVisibilityTest2.js b/tests/baselines/reference/moduleVisibilityTest2.js index 4740290542499..8a0f6c26f903a 100644 --- a/tests/baselines/reference/moduleVisibilityTest2.js +++ b/tests/baselines/reference/moduleVisibilityTest2.js @@ -105,11 +105,11 @@ var M; function someInnerFunc() { return 2; } var someInnerVar = 3; } - var proto_1 = C.prototype; - proto_1.someMethodThatCallsAnOuterMethod = function () { return OuterInnerAlias.someExportedOuterInnerFunc(); }; - proto_1.someMethodThatCallsAnInnerMethod = function () { return InnerMod.someExportedInnerFunc(); }; - proto_1.someMethodThatCallsAnOuterInnerMethod = function () { return OuterMod.someExportedOuterFunc(); }; - proto_1.someMethod = function () { return 0; }; + var C_prototype = C.prototype; + C_prototype.someMethodThatCallsAnOuterMethod = function () { return OuterInnerAlias.someExportedOuterInnerFunc(); }; + C_prototype.someMethodThatCallsAnInnerMethod = function () { return InnerMod.someExportedInnerFunc(); }; + C_prototype.someMethodThatCallsAnOuterInnerMethod = function () { return OuterMod.someExportedOuterFunc(); }; + C_prototype.someMethod = function () { return 0; }; return C; }()); M.C = C; diff --git a/tests/baselines/reference/moduledecl.js b/tests/baselines/reference/moduledecl.js index 304e7e4ab5a67..3b009ac79b96b 100644 --- a/tests/baselines/reference/moduledecl.js +++ b/tests/baselines/reference/moduledecl.js @@ -306,11 +306,11 @@ var exportTests; var C1_public = /** @class */ (function () { function C1_public() { } - var proto_1 = C1_public.prototype; - proto_1.f2 = function () { + var C1_public_prototype = C1_public.prototype; + C1_public_prototype.f2 = function () { return 30; }; - proto_1.f3 = function () { + C1_public_prototype.f3 = function () { return "string"; }; return C1_public; @@ -319,11 +319,11 @@ var exportTests; var C2_private = /** @class */ (function () { function C2_private() { } - var proto_2 = C2_private.prototype; - proto_2.f2 = function () { + var C2_private_prototype = C2_private.prototype; + C2_private_prototype.f2 = function () { return 30; }; - proto_2.f3 = function () { + C2_private_prototype.f3 = function () { return "string"; }; return C2_private; @@ -331,25 +331,25 @@ var exportTests; var C3_public = /** @class */ (function () { function C3_public() { } - var proto_3 = C3_public.prototype; - proto_3.getC2_private = function () { + var C3_public_prototype = C3_public.prototype; + C3_public_prototype.getC2_private = function () { return new C2_private(); }; - proto_3.setC2_private = function (arg) { + C3_public_prototype.setC2_private = function (arg) { }; - Object.defineProperty(proto_3, "c2", { + Object.defineProperty(C3_public_prototype, "c2", { get: function () { return new C2_private(); }, enumerable: false, configurable: true }); - proto_3.getC1_public = function () { + C3_public_prototype.getC1_public = function () { return new C1_public(); }; - proto_3.setC1_public = function (arg) { + C3_public_prototype.setC1_public = function (arg) { }; - Object.defineProperty(proto_3, "c1", { + Object.defineProperty(C3_public_prototype, "c1", { get: function () { return new C1_public(); }, diff --git a/tests/baselines/reference/multiModuleClodule1.js b/tests/baselines/reference/multiModuleClodule1.js index 713f3fd762758..fd1c5cf1cbc15 100644 --- a/tests/baselines/reference/multiModuleClodule1.js +++ b/tests/baselines/reference/multiModuleClodule1.js @@ -22,9 +22,9 @@ c.foo = C.foo; var C = /** @class */ (function () { function C(x) { } - var proto_1 = C.prototype; - proto_1.foo = function () { }; - proto_1.bar = function () { }; + var C_prototype = C.prototype; + C_prototype.foo = function () { }; + C_prototype.bar = function () { }; C.boo = function () { }; return C; }()); diff --git a/tests/baselines/reference/multipleDeclarations.js b/tests/baselines/reference/multipleDeclarations.js index 0bd3fea538941..af5e762821288 100644 --- a/tests/baselines/reference/multipleDeclarations.js +++ b/tests/baselines/reference/multipleDeclarations.js @@ -47,10 +47,10 @@ var X = /** @class */ (function () { this.m = this.m.bind(this); this.mistake = 'frankly, complete nonsense'; } - var proto_1 = X.prototype; - proto_1.m = function () { + var X_prototype = X.prototype; + X_prototype.m = function () { }; - proto_1.mistake = function () { + X_prototype.mistake = function () { }; return X; }()); @@ -63,10 +63,10 @@ var Y = /** @class */ (function () { this.m = this.m.bind(this); this.mistake = 'even more nonsense'; } - var proto_2 = Y.prototype; - proto_2.mistake = function () { + var Y_prototype = Y.prototype; + Y_prototype.mistake = function () { }; - proto_2.m = function () { + Y_prototype.m = function () { }; return Y; }()); diff --git a/tests/baselines/reference/multipleInheritance.js b/tests/baselines/reference/multipleInheritance.js index fb9f356c7f66c..0b68f33999386 100644 --- a/tests/baselines/reference/multipleInheritance.js +++ b/tests/baselines/reference/multipleInheritance.js @@ -114,8 +114,8 @@ var Baad = /** @class */ (function (_super) { function Baad() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_1 = Baad.prototype; - proto_1.f = function () { return 0; }; - proto_1.g = function (n) { return 0; }; + var Baad_prototype = Baad.prototype; + Baad_prototype.f = function () { return 0; }; + Baad_prototype.g = function (n) { return 0; }; return Baad; }(Good)); diff --git a/tests/baselines/reference/neverReturningFunctions1.js b/tests/baselines/reference/neverReturningFunctions1.js index 48a8cefc5bcae..27d49c7fb4fcf 100644 --- a/tests/baselines/reference/neverReturningFunctions1.js +++ b/tests/baselines/reference/neverReturningFunctions1.js @@ -341,22 +341,22 @@ function f24(x) { var Test = /** @class */ (function () { function Test() { } - var proto_1 = Test.prototype; - proto_1.fail = function (message) { + var Test_prototype = Test.prototype; + Test_prototype.fail = function (message) { throw new Error(message); }; - proto_1.f1 = function (x) { + Test_prototype.f1 = function (x) { if (x === undefined) this.fail("undefined argument"); x.length; // string }; - proto_1.f2 = function (x) { + Test_prototype.f2 = function (x) { if (x >= 0) return x; this.fail("negative number"); x; // Unreachable }; - proto_1.f3 = function (x) { + Test_prototype.f3 = function (x) { x; // string this.fail(); x; // Unreachable @@ -474,11 +474,11 @@ var SuperThrowable = /** @class */ (function (_super) { function SuperThrowable() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_2 = SuperThrowable.prototype; - proto_2.err = function (msg) { + var SuperThrowable_prototype = SuperThrowable.prototype; + SuperThrowable_prototype.err = function (msg) { _super.prototype["throw"].call(this); }; - proto_2.ok = function () { + SuperThrowable_prototype.ok = function () { this["throw"](); }; return SuperThrowable; diff --git a/tests/baselines/reference/neverType.js b/tests/baselines/reference/neverType.js index 9c2a07acf9d8f..d318a9f911cfa 100644 --- a/tests/baselines/reference/neverType.js +++ b/tests/baselines/reference/neverType.js @@ -134,17 +134,17 @@ function check(x) { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1.void1 = function () { + var C_prototype = C.prototype; + C_prototype.void1 = function () { throw new Error(); }; - proto_1.void2 = function () { + C_prototype.void2 = function () { while (true) { } }; - proto_1.never1 = function () { + C_prototype.never1 = function () { throw new Error(); }; - proto_1.never2 = function () { + C_prototype.never2 = function () { while (true) { } }; return C; diff --git a/tests/baselines/reference/noCollisionThisExpressionAndLocalVarInMethod.js b/tests/baselines/reference/noCollisionThisExpressionAndLocalVarInMethod.js index 8d7f27675eaaa..cabdf478b9d9e 100644 --- a/tests/baselines/reference/noCollisionThisExpressionAndLocalVarInMethod.js +++ b/tests/baselines/reference/noCollisionThisExpressionAndLocalVarInMethod.js @@ -24,8 +24,8 @@ var _this = 2; var a = /** @class */ (function () { function a() { } - var proto_1 = a.prototype; - proto_1.method1 = function () { + var a_prototype = a.prototype; + a_prototype.method1 = function () { return { doStuff: function (callback) { return function () { var _this = 2; @@ -33,7 +33,7 @@ var a = /** @class */ (function () { }; } }; }; - proto_1.method2 = function () { + a_prototype.method2 = function () { var _this = 2; return { doStuff: function (callback) { return function () { diff --git a/tests/baselines/reference/noImplicitAnyParametersInClass.js b/tests/baselines/reference/noImplicitAnyParametersInClass.js index 349b90c38e4c5..7be8beb54d74c 100644 --- a/tests/baselines/reference/noImplicitAnyParametersInClass.js +++ b/tests/baselines/reference/noImplicitAnyParametersInClass.js @@ -143,57 +143,57 @@ var C = /** @class */ (function () { return ""; }; } - var proto_1 = C.prototype; + var C_prototype = C.prototype; // No implicit-'any' errors. - proto_1.pub_f1 = function () { }; + C_prototype.pub_f1 = function () { }; // Implicit-'any' errors for x. - proto_1.pub_f2 = function (x) { }; + C_prototype.pub_f2 = function (x) { }; // No implicit-'any' errors. - proto_1.pub_f3 = function (x) { }; + C_prototype.pub_f3 = function (x) { }; // Implicit-'any' errors for x, y, and z. - proto_1.pub_f4 = function (x, y, z) { }; + C_prototype.pub_f4 = function (x, y, z) { }; // Implicit-'any' errors for x, and z. - proto_1.pub_f5 = function (x, y, z) { }; + C_prototype.pub_f5 = function (x, y, z) { }; // Implicit-'any[]' errors for r. - proto_1.pub_f6 = function () { + C_prototype.pub_f6 = function () { var r = []; for (var _i = 0; _i < arguments.length; _i++) { r[_i] = arguments[_i]; } }; // Implicit-'any'/'any[]' errors for x, r. - proto_1.pub_f7 = function (x) { + C_prototype.pub_f7 = function (x) { var r = []; for (var _i = 1; _i < arguments.length; _i++) { r[_i - 1] = arguments[_i]; } }; - proto_1.pub_f8 = function (x3, y3) { }; + C_prototype.pub_f8 = function (x3, y3) { }; /////////////////////////////////////////// // No implicit-'any' errors. - proto_1.priv_f1 = function () { }; + C_prototype.priv_f1 = function () { }; // Implicit-'any' errors for x. - proto_1.priv_f2 = function (x) { }; + C_prototype.priv_f2 = function (x) { }; // No implicit-'any' errors. - proto_1.priv_f3 = function (x) { }; + C_prototype.priv_f3 = function (x) { }; // Implicit-'any' errors for x, y, and z. - proto_1.priv_f4 = function (x, y, z) { }; + C_prototype.priv_f4 = function (x, y, z) { }; // Implicit-'any' errors for x, and z. - proto_1.priv_f5 = function (x, y, z) { }; + C_prototype.priv_f5 = function (x, y, z) { }; // Implicit-'any[]' errors for r. - proto_1.priv_f6 = function () { + C_prototype.priv_f6 = function () { var r = []; for (var _i = 0; _i < arguments.length; _i++) { r[_i] = arguments[_i]; } }; // Implicit-'any'/'any[]' errors for x, r. - proto_1.priv_f7 = function (x) { + C_prototype.priv_f7 = function (x) { var r = []; for (var _i = 1; _i < arguments.length; _i++) { r[_i - 1] = arguments[_i]; } }; - proto_1.priv_f8 = function (x3, y3) { }; + C_prototype.priv_f8 = function (x3, y3) { }; return C; }()); diff --git a/tests/baselines/reference/noUnusedLocals_destructuringAssignment.js b/tests/baselines/reference/noUnusedLocals_destructuringAssignment.js index 7f62e1c39afb9..74e3b11f9d778 100644 --- a/tests/baselines/reference/noUnusedLocals_destructuringAssignment.js +++ b/tests/baselines/reference/noUnusedLocals_destructuringAssignment.js @@ -21,13 +21,13 @@ var C = /** @class */ (function () { function C() { this.x = 0; } - var proto_1 = C.prototype; - proto_1.m = function () { + var C_prototype = C.prototype; + C_prototype.m = function () { var x; (x = this.x); return x; }; - proto_1.f = function () { + C_prototype.f = function () { var f; (f = this.f); return f; diff --git a/tests/baselines/reference/nonMergedDeclarationsAndOverloads.js b/tests/baselines/reference/nonMergedDeclarationsAndOverloads.js index 2c95726859540..8f60c718e181e 100644 --- a/tests/baselines/reference/nonMergedDeclarationsAndOverloads.js +++ b/tests/baselines/reference/nonMergedDeclarationsAndOverloads.js @@ -12,9 +12,9 @@ class A { var A = /** @class */ (function () { function A() { } - var proto_1 = A.prototype; - proto_1.f = function () { }; - proto_1.m1 = function (a) { + var A_prototype = A.prototype; + A_prototype.f = function () { }; + A_prototype.m1 = function (a) { }; return A; }()); diff --git a/tests/baselines/reference/numericIndexerConstrainsPropertyDeclarations.js b/tests/baselines/reference/numericIndexerConstrainsPropertyDeclarations.js index 37372454b0e4c..6ecc987250de6 100644 --- a/tests/baselines/reference/numericIndexerConstrainsPropertyDeclarations.js +++ b/tests/baselines/reference/numericIndexerConstrainsPropertyDeclarations.js @@ -102,8 +102,8 @@ var b: { [x: number]: string; } = { var C = /** @class */ (function () { function C() { } // ok - var proto_1 = C.prototype; - Object.defineProperty(proto_1, "X", { + var C_prototype = C.prototype; + Object.defineProperty(C_prototype, "X", { get: function () { return ''; }, @@ -112,7 +112,7 @@ var C = /** @class */ (function () { enumerable: false, configurable: true }); - proto_1.foo = function () { + C_prototype.foo = function () { return ''; }; C.foo = function () { }; // ok diff --git a/tests/baselines/reference/objectRestParameterES5.js b/tests/baselines/reference/objectRestParameterES5.js index 84cfd22e324b6..e2fe8e7f10dd4 100644 --- a/tests/baselines/reference/objectRestParameterES5.js +++ b/tests/baselines/reference/objectRestParameterES5.js @@ -48,12 +48,12 @@ suddenly(function (_a) { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1.m = function (_a) { + var C_prototype = C.prototype; + C_prototype.m = function (_a) { var a = _a.a, clone = __rest(_a, ["a"]); // actually, never mind, don't clone }; - Object.defineProperty(proto_1, "p", { + Object.defineProperty(C_prototype, "p", { set: function (_a) { var a = _a.a, clone = __rest(_a, ["a"]); // actually, never mind, don't clone diff --git a/tests/baselines/reference/optionalMethods.js b/tests/baselines/reference/optionalMethods.js index c25eec8e805e0..51a0f7b631c40 100644 --- a/tests/baselines/reference/optionalMethods.js +++ b/tests/baselines/reference/optionalMethods.js @@ -86,11 +86,11 @@ var Bar = /** @class */ (function () { this.e = e; this.c = 2; } - var proto_1 = Bar.prototype; - proto_1.f = function () { + var Bar_prototype = Bar.prototype; + Bar_prototype.f = function () { return 1; }; - proto_1.h = function () { + Bar_prototype.h = function () { return 2; }; return Bar; diff --git a/tests/baselines/reference/optionalParamArgsTest.js b/tests/baselines/reference/optionalParamArgsTest.js index 5044ff33bd43d..4eccf83325ecb 100644 --- a/tests/baselines/reference/optionalParamArgsTest.js +++ b/tests/baselines/reference/optionalParamArgsTest.js @@ -145,23 +145,23 @@ var C1 = /** @class */ (function () { if (p === void 0) { p = 0; } this.n = 0; } - var proto_1 = C1.prototype; - proto_1.C1M1 = function () { return 0; }; // returning C1M1A1 will result in "Unresolved symbol C1M1A1" - proto_1.C1M2 = function (C1M2A1) { return C1M2A1; }; // will return C1M1A2 without complaint + var C1_prototype = C1.prototype; + C1_prototype.C1M1 = function () { return 0; }; // returning C1M1A1 will result in "Unresolved symbol C1M1A1" + C1_prototype.C1M2 = function (C1M2A1) { return C1M2A1; }; // will return C1M1A2 without complaint // C1M3 contains all optional parameters - proto_1.C1M3 = function (C1M3A1, C1M3A2) { + C1_prototype.C1M3 = function (C1M3A1, C1M3A2) { if (C1M3A1 === void 0) { C1M3A1 = 0; } if (C1M3A2 === void 0) { C1M3A2 = C1M3A1; } return C1M3A1 + C1M3A2; }; // C1M4 contains a mix of optional and non-optional parameters - proto_1.C1M4 = function (C1M4A1, C1M4A2) { return C1M4A1 + C1M4A2; }; - proto_1.C1M5 = function (C1M5A1, C1M5A2, C1M5A3) { + C1_prototype.C1M4 = function (C1M4A1, C1M4A2) { return C1M4A1 + C1M4A2; }; + C1_prototype.C1M5 = function (C1M5A1, C1M5A2, C1M5A3) { if (C1M5A2 === void 0) { C1M5A2 = 0; } return C1M5A1 + C1M5A2; }; // Uninitialized parameter makes the initialized one required - proto_1.C1M5 = function (C1M5A1, C1M5A2, C1M5A3) { + C1_prototype.C1M5 = function (C1M5A1, C1M5A2, C1M5A3) { if (C1M5A2 === void 0) { C1M5A2 = 0; } return C1M5A1 + C1M5A2; }; diff --git a/tests/baselines/reference/out-flag.js b/tests/baselines/reference/out-flag.js index 4986aa7f79119..96d99ca10c32b 100644 --- a/tests/baselines/reference/out-flag.js +++ b/tests/baselines/reference/out-flag.js @@ -22,12 +22,12 @@ class MyClass var MyClass = /** @class */ (function () { function MyClass() { } - var proto_1 = MyClass.prototype; + var MyClass_prototype = MyClass.prototype; // my function comments - proto_1.Count = function () { + MyClass_prototype.Count = function () { return 42; }; - proto_1.SetCount = function (value) { + MyClass_prototype.SetCount = function (value) { // }; return MyClass; diff --git a/tests/baselines/reference/out-flag.js.map b/tests/baselines/reference/out-flag.js.map index e665772fbdd87..51098395ffa6e 100644 --- a/tests/baselines/reference/out-flag.js.map +++ b/tests/baselines/reference/out-flag.js.map @@ -1,3 +1,3 @@ //// [out-flag.js.map] -{"version":3,"file":"out-flag.js","sourceRoot":"","sources":["out-flag.ts"],"names":[],"mappings":"AAAA,eAAe;AAEf,oBAAoB;AACpB;IAAA;IAYA,CAAC;;IAVG,uBAAuB;IAChB,aAAK,GAAZ;QAEI,OAAO,EAAE,CAAC;IACd,CAAC;IAEM,gBAAQ,GAAf,UAAgB,KAAa;QAEzB,EAAE;IACN,CAAC;IACL,cAAC;AAAD,CAAC,AAZD,IAYC"} -//// https://sokra.github.io/source-map-visualization#base64,Ly8vLyBAb3V0OiBiaW5cDQovLyBteSBjbGFzcyBjb21tZW50cw0KdmFyIE15Q2xhc3MgPSAvKiogQGNsYXNzICovIChmdW5jdGlvbiAoKSB7DQogICAgZnVuY3Rpb24gTXlDbGFzcygpIHsNCiAgICB9DQogICAgdmFyIHByb3RvXzEgPSBNeUNsYXNzLnByb3RvdHlwZTsNCiAgICAvLyBteSBmdW5jdGlvbiBjb21tZW50cw0KICAgIHByb3RvXzEuQ291bnQgPSBmdW5jdGlvbiAoKSB7DQogICAgICAgIHJldHVybiA0MjsNCiAgICB9Ow0KICAgIHByb3RvXzEuU2V0Q291bnQgPSBmdW5jdGlvbiAodmFsdWUpIHsNCiAgICAgICAgLy8NCiAgICB9Ow0KICAgIHJldHVybiBNeUNsYXNzOw0KfSgpKTsNCi8vIyBzb3VyY2VNYXBwaW5nVVJMPW91dC1mbGFnLmpzLm1hcA==,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3V0LWZsYWcuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJvdXQtZmxhZy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxlQUFlO0FBRWYsb0JBQW9CO0FBQ3BCO0lBQUE7SUFZQSxDQUFDOztJQVZHLHVCQUF1QjtJQUNoQixhQUFLLEdBQVo7UUFFSSxPQUFPLEVBQUUsQ0FBQztJQUNkLENBQUM7SUFFTSxnQkFBUSxHQUFmLFVBQWdCLEtBQWE7UUFFekIsRUFBRTtJQUNOLENBQUM7SUFDTCxjQUFDO0FBQUQsQ0FBQyxBQVpELElBWUMifQ==,Ly8vLyBAb3V0OiBiaW5cCgovLyBteSBjbGFzcyBjb21tZW50cwpjbGFzcyBNeUNsYXNzCnsKICAgIC8vIG15IGZ1bmN0aW9uIGNvbW1lbnRzCiAgICBwdWJsaWMgQ291bnQoKTogbnVtYmVyCiAgICB7CiAgICAgICAgcmV0dXJuIDQyOwogICAgfQoKICAgIHB1YmxpYyBTZXRDb3VudCh2YWx1ZTogbnVtYmVyKQogICAgewogICAgICAgIC8vCiAgICB9Cn0= +{"version":3,"file":"out-flag.js","sourceRoot":"","sources":["out-flag.ts"],"names":[],"mappings":"AAAA,eAAe;AAEf,oBAAoB;AACpB;IAAA;IAYA,CAAC;;IAVG,uBAAuB;IAChB,uBAAK,GAAZ;QAEI,OAAO,EAAE,CAAC;IACd,CAAC;IAEM,0BAAQ,GAAf,UAAgB,KAAa;QAEzB,EAAE;IACN,CAAC;IACL,cAAC;AAAD,CAAC,AAZD,IAYC"} +//// https://sokra.github.io/source-map-visualization#base64,Ly8vLyBAb3V0OiBiaW5cDQovLyBteSBjbGFzcyBjb21tZW50cw0KdmFyIE15Q2xhc3MgPSAvKiogQGNsYXNzICovIChmdW5jdGlvbiAoKSB7DQogICAgZnVuY3Rpb24gTXlDbGFzcygpIHsNCiAgICB9DQogICAgdmFyIE15Q2xhc3NfcHJvdG90eXBlID0gTXlDbGFzcy5wcm90b3R5cGU7DQogICAgLy8gbXkgZnVuY3Rpb24gY29tbWVudHMNCiAgICBNeUNsYXNzX3Byb3RvdHlwZS5Db3VudCA9IGZ1bmN0aW9uICgpIHsNCiAgICAgICAgcmV0dXJuIDQyOw0KICAgIH07DQogICAgTXlDbGFzc19wcm90b3R5cGUuU2V0Q291bnQgPSBmdW5jdGlvbiAodmFsdWUpIHsNCiAgICAgICAgLy8NCiAgICB9Ow0KICAgIHJldHVybiBNeUNsYXNzOw0KfSgpKTsNCi8vIyBzb3VyY2VNYXBwaW5nVVJMPW91dC1mbGFnLmpzLm1hcA==,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3V0LWZsYWcuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJvdXQtZmxhZy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxlQUFlO0FBRWYsb0JBQW9CO0FBQ3BCO0lBQUE7SUFZQSxDQUFDOztJQVZHLHVCQUF1QjtJQUNoQix1QkFBSyxHQUFaO1FBRUksT0FBTyxFQUFFLENBQUM7SUFDZCxDQUFDO0lBRU0sMEJBQVEsR0FBZixVQUFnQixLQUFhO1FBRXpCLEVBQUU7SUFDTixDQUFDO0lBQ0wsY0FBQztBQUFELENBQUMsQUFaRCxJQVlDIn0=,Ly8vLyBAb3V0OiBiaW5cCgovLyBteSBjbGFzcyBjb21tZW50cwpjbGFzcyBNeUNsYXNzCnsKICAgIC8vIG15IGZ1bmN0aW9uIGNvbW1lbnRzCiAgICBwdWJsaWMgQ291bnQoKTogbnVtYmVyCiAgICB7CiAgICAgICAgcmV0dXJuIDQyOwogICAgfQoKICAgIHB1YmxpYyBTZXRDb3VudCh2YWx1ZTogbnVtYmVyKQogICAgewogICAgICAgIC8vCiAgICB9Cn0= diff --git a/tests/baselines/reference/out-flag.sourcemap.txt b/tests/baselines/reference/out-flag.sourcemap.txt index 785b363b5c2cf..55291626980d4 100644 --- a/tests/baselines/reference/out-flag.sourcemap.txt +++ b/tests/baselines/reference/out-flag.sourcemap.txt @@ -44,7 +44,7 @@ sourceFile:out-flag.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->class MyClass >{ > // my function comments @@ -62,27 +62,27 @@ sourceFile:out-flag.ts 1->Emitted(5, 5) Source(16, 1) + SourceIndex(0) 2 >Emitted(5, 6) Source(16, 2) + SourceIndex(0) --- ->>> var proto_1 = MyClass.prototype; +>>> var MyClass_prototype = MyClass.prototype; >>> // my function comments 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^-> 1-> 2 > // my function comments 1->Emitted(7, 5) Source(6, 5) + SourceIndex(0) 2 >Emitted(7, 28) Source(6, 28) + SourceIndex(0) --- ->>> proto_1.Count = function () { +>>> MyClass_prototype.Count = function () { 1->^^^^ -2 > ^^^^^^^^^^^^^ -3 > ^^^ +2 > ^^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^ 1-> > public 2 > Count -3 > +3 > 1->Emitted(8, 5) Source(7, 12) + SourceIndex(0) -2 >Emitted(8, 18) Source(7, 17) + SourceIndex(0) -3 >Emitted(8, 21) Source(7, 5) + SourceIndex(0) +2 >Emitted(8, 28) Source(7, 17) + SourceIndex(0) +3 >Emitted(8, 31) Source(7, 5) + SourceIndex(0) --- >>> return 42; 1 >^^^^^^^^ @@ -103,31 +103,31 @@ sourceFile:out-flag.ts >>> }; 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 > > 2 > } 1 >Emitted(10, 5) Source(10, 5) + SourceIndex(0) 2 >Emitted(10, 6) Source(10, 6) + SourceIndex(0) --- ->>> proto_1.SetCount = function (value) { +>>> MyClass_prototype.SetCount = function (value) { 1->^^^^ -2 > ^^^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^ -5 > ^^^^^ +2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^ +5 > ^^^^^ 1-> > > public 2 > SetCount -3 > -4 > public SetCount( -5 > value: number +3 > +4 > public SetCount( +5 > value: number 1->Emitted(11, 5) Source(12, 12) + SourceIndex(0) -2 >Emitted(11, 21) Source(12, 20) + SourceIndex(0) -3 >Emitted(11, 24) Source(12, 5) + SourceIndex(0) -4 >Emitted(11, 34) Source(12, 21) + SourceIndex(0) -5 >Emitted(11, 39) Source(12, 34) + SourceIndex(0) +2 >Emitted(11, 31) Source(12, 20) + SourceIndex(0) +3 >Emitted(11, 34) Source(12, 5) + SourceIndex(0) +4 >Emitted(11, 44) Source(12, 21) + SourceIndex(0) +5 >Emitted(11, 49) Source(12, 34) + SourceIndex(0) --- >>> // 1 >^^^^^^^^ diff --git a/tests/baselines/reference/overloadConsecutiveness.js b/tests/baselines/reference/overloadConsecutiveness.js index 61aecae679593..1a2ea2b291f36 100644 --- a/tests/baselines/reference/overloadConsecutiveness.js +++ b/tests/baselines/reference/overloadConsecutiveness.js @@ -21,10 +21,10 @@ function f3() { } var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1.m1 = function () { }; - proto_1.m2 = function () { }; - proto_1.m2 = function () { }; - proto_1.m3 = function () { }; + var C_prototype = C.prototype; + C_prototype.m1 = function () { }; + C_prototype.m2 = function () { }; + C_prototype.m2 = function () { }; + C_prototype.m3 = function () { }; return C; }()); diff --git a/tests/baselines/reference/overrideBaseIntersectionMethod.js b/tests/baselines/reference/overrideBaseIntersectionMethod.js index 330af203d57eb..acd3dd07812ba 100644 --- a/tests/baselines/reference/overrideBaseIntersectionMethod.js +++ b/tests/baselines/reference/overrideBaseIntersectionMethod.js @@ -72,14 +72,14 @@ var Foo = /** @class */ (function (_super) { function Foo() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_1 = Foo.prototype; - proto_1.calculate = function () { + var Foo_prototype = Foo.prototype; + Foo_prototype.calculate = function () { return this.x + this.y; }; - proto_1.getLocation = function () { + Foo_prototype.getLocation = function () { return _super.prototype.getLocation.call(this); }; - proto_1.whereAmI = function () { + Foo_prototype.whereAmI = function () { return this.getLocation(); }; return Foo; diff --git a/tests/baselines/reference/parameterNamesInTypeParameterList.js b/tests/baselines/reference/parameterNamesInTypeParameterList.js index 4fa96123025a7..44ec55696a5b2 100644 --- a/tests/baselines/reference/parameterNamesInTypeParameterList.js +++ b/tests/baselines/reference/parameterNamesInTypeParameterList.js @@ -38,15 +38,15 @@ function f2(_a) { var A = /** @class */ (function () { function A() { } - var proto_1 = A.prototype; - proto_1.m0 = function (a) { + var A_prototype = A.prototype; + A_prototype.m0 = function (a) { a.b; }; - proto_1.m1 = function (_a) { + A_prototype.m1 = function (_a) { var a = _a.a; a.b; }; - proto_1.m2 = function (_a) { + A_prototype.m2 = function (_a) { var a = _a[0]; a.b; }; diff --git a/tests/baselines/reference/parser0_004152.js b/tests/baselines/reference/parser0_004152.js index fe3297ee3c118..3991bc3e878a3 100644 --- a/tests/baselines/reference/parser0_004152.js +++ b/tests/baselines/reference/parser0_004152.js @@ -12,6 +12,7 @@ var Game = /** @class */ (function () { function Game() { this.position = new DisplayPosition([]); } + var Game_prototype = Game.prototype; ; return Game; }()); diff --git a/tests/baselines/reference/parser509667.js b/tests/baselines/reference/parser509667.js index 187ddc29cc73f..283a0ed7ee55b 100644 --- a/tests/baselines/reference/parser509667.js +++ b/tests/baselines/reference/parser509667.js @@ -15,15 +15,15 @@ class Foo { var Foo = /** @class */ (function () { function Foo() { } - var proto_1 = Foo.prototype; - proto_1.f1 = function () { + var Foo_prototype = Foo.prototype; + Foo_prototype.f1 = function () { if (this. ) ; }; - proto_1.f2 = function () { + Foo_prototype.f2 = function () { }; - proto_1.f3 = function () { + Foo_prototype.f3 = function () { }; return Foo; }()); diff --git a/tests/baselines/reference/parserAstSpans1.js b/tests/baselines/reference/parserAstSpans1.js index 5dcf98e9b6a94..5d0f9e6292c2c 100644 --- a/tests/baselines/reference/parserAstSpans1.js +++ b/tests/baselines/reference/parserAstSpans1.js @@ -236,16 +236,16 @@ var __extends = (this && this.__extends) || (function () { var c1 = /** @class */ (function () { function c1() { } - var proto_1 = c1.prototype; - proto_1.i1_f1 = function () { + var c1_prototype = c1.prototype; + c1_prototype.i1_f1 = function () { }; - proto_1.i1_nc_f1 = function () { + c1_prototype.i1_nc_f1 = function () { }; /** c1_f1*/ - proto_1.f1 = function () { + c1_prototype.f1 = function () { }; /** c1_nc_f1*/ - proto_1.nc_f1 = function () { + c1_prototype.nc_f1 = function () { }; return c1; }()); @@ -282,11 +282,11 @@ var c2 = /** @class */ (function () { function c2(a) { this.c2_p1 = a; } - var proto_2 = c2.prototype; + var c2_prototype = c2.prototype; /** c2 c2_f1*/ - proto_2.c2_f1 = function () { + c2_prototype.c2_f1 = function () { }; - Object.defineProperty(proto_2, "c2_prop", { + Object.defineProperty(c2_prototype, "c2_prop", { /** c2 c2_prop*/ get: function () { return 10; @@ -294,9 +294,9 @@ var c2 = /** @class */ (function () { enumerable: false, configurable: true }); - proto_2.c2_nc_f1 = function () { + c2_prototype.c2_nc_f1 = function () { }; - Object.defineProperty(proto_2, "c2_nc_prop", { + Object.defineProperty(c2_prototype, "c2_nc_prop", { get: function () { return 10; }, @@ -304,9 +304,9 @@ var c2 = /** @class */ (function () { configurable: true }); /** c2 f1*/ - proto_2.f1 = function () { + c2_prototype.f1 = function () { }; - Object.defineProperty(proto_2, "prop", { + Object.defineProperty(c2_prototype, "prop", { /** c2 prop*/ get: function () { return 10; @@ -314,9 +314,9 @@ var c2 = /** @class */ (function () { enumerable: false, configurable: true }); - proto_2.nc_f1 = function () { + c2_prototype.nc_f1 = function () { }; - Object.defineProperty(proto_2, "nc_prop", { + Object.defineProperty(c2_prototype, "nc_prop", { get: function () { return 10; }, @@ -332,11 +332,11 @@ var c3 = /** @class */ (function (_super) { _this.p1 = _super.prototype.c2_p1; return _this; } - var proto_3 = c3.prototype; + var c3_prototype = c3.prototype; /** c3 f1*/ - proto_3.f1 = function () { + c3_prototype.f1 = function () { }; - Object.defineProperty(proto_3, "prop", { + Object.defineProperty(c3_prototype, "prop", { /** c3 prop*/ get: function () { return 10; @@ -344,9 +344,9 @@ var c3 = /** @class */ (function (_super) { enumerable: false, configurable: true }); - proto_3.nc_f1 = function () { + c3_prototype.nc_f1 = function () { }; - Object.defineProperty(proto_3, "nc_prop", { + Object.defineProperty(c3_prototype, "nc_prop", { get: function () { return 10; }, diff --git a/tests/baselines/reference/parserClass1.js b/tests/baselines/reference/parserClass1.js index b87b4c7a751f7..5e722f72348e8 100644 --- a/tests/baselines/reference/parserClass1.js +++ b/tests/baselines/reference/parserClass1.js @@ -16,13 +16,13 @@ exports.NullLogger = void 0; var NullLogger = /** @class */ (function () { function NullLogger() { } - var proto_1 = NullLogger.prototype; - proto_1.information = function () { return false; }; - proto_1.debug = function () { return false; }; - proto_1.warning = function () { return false; }; - proto_1.error = function () { return false; }; - proto_1.fatal = function () { return false; }; - proto_1.log = function (s) { + var NullLogger_prototype = NullLogger.prototype; + NullLogger_prototype.information = function () { return false; }; + NullLogger_prototype.debug = function () { return false; }; + NullLogger_prototype.warning = function () { return false; }; + NullLogger_prototype.error = function () { return false; }; + NullLogger_prototype.fatal = function () { return false; }; + NullLogger_prototype.log = function (s) { }; return NullLogger; }()); diff --git a/tests/baselines/reference/parserErrantSemicolonInClass1.js b/tests/baselines/reference/parserErrantSemicolonInClass1.js index b78ce0f6ace23..9c20cbfeb8949 100644 --- a/tests/baselines/reference/parserErrantSemicolonInClass1.js +++ b/tests/baselines/reference/parserErrantSemicolonInClass1.js @@ -39,10 +39,10 @@ class a { var a = /** @class */ (function () { function a(ns) { } - var proto_1 = a.prototype; - proto_1.pgF = function () { }; + var a_prototype = a.prototype; + a_prototype.pgF = function () { }; ; - Object.defineProperty(proto_1, "d", { + Object.defineProperty(a_prototype, "d", { get: function () { return 30; }, @@ -67,7 +67,7 @@ var a = /** @class */ (function () { enumerable: false, configurable: true }); - proto_1.foo = function (ns) { + a_prototype.foo = function (ns) { return ns.toString(); }; return a; diff --git a/tests/baselines/reference/parserErrorRecoveryIfStatement1.js b/tests/baselines/reference/parserErrorRecoveryIfStatement1.js index 85ad369ea211a..c211ff4d6a0d8 100644 --- a/tests/baselines/reference/parserErrorRecoveryIfStatement1.js +++ b/tests/baselines/reference/parserErrorRecoveryIfStatement1.js @@ -13,14 +13,14 @@ class Foo { var Foo = /** @class */ (function () { function Foo() { } - var proto_1 = Foo.prototype; - proto_1.f1 = function () { + var Foo_prototype = Foo.prototype; + Foo_prototype.f1 = function () { if () ; }; - proto_1.f2 = function () { + Foo_prototype.f2 = function () { }; - proto_1.f3 = function () { + Foo_prototype.f3 = function () { }; return Foo; }()); diff --git a/tests/baselines/reference/parserErrorRecoveryIfStatement2.js b/tests/baselines/reference/parserErrorRecoveryIfStatement2.js index f5c57c05df9d6..c89b6cdc47693 100644 --- a/tests/baselines/reference/parserErrorRecoveryIfStatement2.js +++ b/tests/baselines/reference/parserErrorRecoveryIfStatement2.js @@ -13,14 +13,14 @@ class Foo { var Foo = /** @class */ (function () { function Foo() { } - var proto_1 = Foo.prototype; - proto_1.f1 = function () { + var Foo_prototype = Foo.prototype; + Foo_prototype.f1 = function () { if (a) ; }; - proto_1.f2 = function () { + Foo_prototype.f2 = function () { }; - proto_1.f3 = function () { + Foo_prototype.f3 = function () { }; return Foo; }()); diff --git a/tests/baselines/reference/parserErrorRecoveryIfStatement3.js b/tests/baselines/reference/parserErrorRecoveryIfStatement3.js index 463152b9801ee..8dc3427fdef26 100644 --- a/tests/baselines/reference/parserErrorRecoveryIfStatement3.js +++ b/tests/baselines/reference/parserErrorRecoveryIfStatement3.js @@ -13,14 +13,14 @@ class Foo { var Foo = /** @class */ (function () { function Foo() { } - var proto_1 = Foo.prototype; - proto_1.f1 = function () { + var Foo_prototype = Foo.prototype; + Foo_prototype.f1 = function () { if (a.b) ; }; - proto_1.f2 = function () { + Foo_prototype.f2 = function () { }; - proto_1.f3 = function () { + Foo_prototype.f3 = function () { }; return Foo; }()); diff --git a/tests/baselines/reference/parserErrorRecoveryIfStatement4.js b/tests/baselines/reference/parserErrorRecoveryIfStatement4.js index 7e6c92c510888..cf37fc2b09ef5 100644 --- a/tests/baselines/reference/parserErrorRecoveryIfStatement4.js +++ b/tests/baselines/reference/parserErrorRecoveryIfStatement4.js @@ -13,14 +13,14 @@ class Foo { var Foo = /** @class */ (function () { function Foo() { } - var proto_1 = Foo.prototype; - proto_1.f1 = function () { + var Foo_prototype = Foo.prototype; + Foo_prototype.f1 = function () { if (a.b) ; }; - proto_1.f2 = function () { + Foo_prototype.f2 = function () { }; - proto_1.f3 = function () { + Foo_prototype.f3 = function () { }; return Foo; }()); diff --git a/tests/baselines/reference/parserErrorRecoveryIfStatement6.js b/tests/baselines/reference/parserErrorRecoveryIfStatement6.js index 28392b343cf18..abe5a48f20ad6 100644 --- a/tests/baselines/reference/parserErrorRecoveryIfStatement6.js +++ b/tests/baselines/reference/parserErrorRecoveryIfStatement6.js @@ -14,14 +14,14 @@ class Foo { var Foo = /** @class */ (function () { function Foo() { } - var proto_1 = Foo.prototype; - proto_1.f1 = function () { + var Foo_prototype = Foo.prototype; + Foo_prototype.f1 = function () { if (a.b) { } }; - proto_1.f2 = function () { + Foo_prototype.f2 = function () { }; - proto_1.f3 = function () { + Foo_prototype.f3 = function () { }; return Foo; }()); diff --git a/tests/baselines/reference/parserErrorRecovery_Block3.js b/tests/baselines/reference/parserErrorRecovery_Block3.js index c91e7a2788439..fb4ef545ad10f 100644 --- a/tests/baselines/reference/parserErrorRecovery_Block3.js +++ b/tests/baselines/reference/parserErrorRecovery_Block3.js @@ -10,10 +10,10 @@ class C { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1.a = function () { + var C_prototype = C.prototype; + C_prototype.a = function () { }; - proto_1.b = function () { + C_prototype.b = function () { }; return C; }()); diff --git a/tests/baselines/reference/parserMemberFunctionDeclarationAmbiguities1.js b/tests/baselines/reference/parserMemberFunctionDeclarationAmbiguities1.js index 0d738d81d9a54..4a246de1011a5 100644 --- a/tests/baselines/reference/parserMemberFunctionDeclarationAmbiguities1.js +++ b/tests/baselines/reference/parserMemberFunctionDeclarationAmbiguities1.js @@ -17,11 +17,11 @@ class C { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1.public = function () { }; - proto_1.static = function () { }; - proto_1.public = function () { }; - proto_1.static = function () { }; + var C_prototype = C.prototype; + C_prototype.public = function () { }; + C_prototype.static = function () { }; + C_prototype.public = function () { }; + C_prototype.static = function () { }; C.public = function () { }; C.static = function () { }; C.public = function () { }; diff --git a/tests/baselines/reference/parserRealSource1.js b/tests/baselines/reference/parserRealSource1.js index 901093e6fff4e..6e4365cee4e30 100644 --- a/tests/baselines/reference/parserRealSource1.js +++ b/tests/baselines/reference/parserRealSource1.js @@ -189,13 +189,13 @@ var TypeScript; var NullLogger = /** @class */ (function () { function NullLogger() { } - var proto_1 = NullLogger.prototype; - proto_1.information = function () { return false; }; - proto_1.debug = function () { return false; }; - proto_1.warning = function () { return false; }; - proto_1.error = function () { return false; }; - proto_1.fatal = function () { return false; }; - proto_1.log = function (s) { + var NullLogger_prototype = NullLogger.prototype; + NullLogger_prototype.information = function () { return false; }; + NullLogger_prototype.debug = function () { return false; }; + NullLogger_prototype.warning = function () { return false; }; + NullLogger_prototype.error = function () { return false; }; + NullLogger_prototype.fatal = function () { return false; }; + NullLogger_prototype.log = function (s) { }; return NullLogger; }()); @@ -209,13 +209,13 @@ var TypeScript; this._error = this.logger.error(); this._fatal = this.logger.fatal(); } - var proto_2 = LoggerAdapter.prototype; - proto_2.information = function () { return this._information; }; - proto_2.debug = function () { return this._debug; }; - proto_2.warning = function () { return this._warning; }; - proto_2.error = function () { return this._error; }; - proto_2.fatal = function () { return this._fatal; }; - proto_2.log = function (s) { + var LoggerAdapter_prototype = LoggerAdapter.prototype; + LoggerAdapter_prototype.information = function () { return this._information; }; + LoggerAdapter_prototype.debug = function () { return this._debug; }; + LoggerAdapter_prototype.warning = function () { return this._warning; }; + LoggerAdapter_prototype.error = function () { return this._error; }; + LoggerAdapter_prototype.fatal = function () { return this._fatal; }; + LoggerAdapter_prototype.log = function (s) { this.logger.log(s); }; return LoggerAdapter; @@ -225,13 +225,13 @@ var TypeScript; function BufferedLogger() { this.logContents = []; } - var proto_3 = BufferedLogger.prototype; - proto_3.information = function () { return false; }; - proto_3.debug = function () { return false; }; - proto_3.warning = function () { return false; }; - proto_3.error = function () { return false; }; - proto_3.fatal = function () { return false; }; - proto_3.log = function (s) { + var BufferedLogger_prototype = BufferedLogger.prototype; + BufferedLogger_prototype.information = function () { return false; }; + BufferedLogger_prototype.debug = function () { return false; }; + BufferedLogger_prototype.warning = function () { return false; }; + BufferedLogger_prototype.error = function () { return false; }; + BufferedLogger_prototype.fatal = function () { return false; }; + BufferedLogger_prototype.log = function (s) { this.logContents.push(s); }; return BufferedLogger; diff --git a/tests/baselines/reference/parserRealSource10.js b/tests/baselines/reference/parserRealSource10.js index 01bf3525183c4..348ff5ba83874 100644 --- a/tests/baselines/reference/parserRealSource10.js +++ b/tests/baselines/reference/parserRealSource10.js @@ -804,17 +804,17 @@ var TypeScript; function Token(tokenId) { this.tokenId = tokenId; } - var proto_1 = Token.prototype; - proto_1.toString = function () { + var Token_prototype = Token.prototype; + Token_prototype.toString = function () { return "token: " + this.tokenId + " " + this.getText() + " (" + TokenID._map[this.tokenId] + ")"; }; - proto_1.print = function (line, outfile) { + Token_prototype.print = function (line, outfile) { outfile.WriteLine(this.toString() + ",on line" + line); }; - proto_1.getText = function () { + Token_prototype.getText = function () { return TypeScript.tokenTable[this.tokenId].text; }; - proto_1.classification = function () { + Token_prototype.classification = function () { if (this.tokenId <= TokenID.LimKeyword) { return TokenClass.Keyword; } @@ -840,11 +840,11 @@ var TypeScript; _this.hasEmptyFraction = hasEmptyFraction; return _this; } - var proto_2 = NumberLiteralToken.prototype; - proto_2.getText = function () { + var NumberLiteralToken_prototype = NumberLiteralToken.prototype; + NumberLiteralToken_prototype.getText = function () { return this.hasEmptyFraction ? this.value.toString() + ".0" : this.value.toString(); }; - proto_2.classification = function () { + NumberLiteralToken_prototype.classification = function () { return TokenClass.Literal; }; return NumberLiteralToken; @@ -857,11 +857,11 @@ var TypeScript; _this.value = value; return _this; } - var proto_3 = StringLiteralToken.prototype; - proto_3.getText = function () { + var StringLiteralToken_prototype = StringLiteralToken.prototype; + StringLiteralToken_prototype.getText = function () { return this.value; }; - proto_3.classification = function () { + StringLiteralToken_prototype.classification = function () { return TokenClass.Literal; }; return StringLiteralToken; @@ -875,11 +875,11 @@ var TypeScript; _this.hasEscapeSequence = hasEscapeSequence; return _this; } - var proto_4 = IdentifierToken.prototype; - proto_4.getText = function () { + var IdentifierToken_prototype = IdentifierToken.prototype; + IdentifierToken_prototype.getText = function () { return this.value; }; - proto_4.classification = function () { + IdentifierToken_prototype.classification = function () { return TokenClass.Identifier; }; return IdentifierToken; @@ -892,11 +892,11 @@ var TypeScript; _this.value = value; return _this; } - var proto_5 = WhitespaceToken.prototype; - proto_5.getText = function () { + var WhitespaceToken_prototype = WhitespaceToken.prototype; + WhitespaceToken_prototype.getText = function () { return this.value; }; - proto_5.classification = function () { + WhitespaceToken_prototype.classification = function () { return TokenClass.Whitespace; }; return WhitespaceToken; @@ -913,11 +913,11 @@ var TypeScript; _this.endsLine = endsLine; return _this; } - var proto_6 = CommentToken.prototype; - proto_6.getText = function () { + var CommentToken_prototype = CommentToken.prototype; + CommentToken_prototype.getText = function () { return this.value; }; - proto_6.classification = function () { + CommentToken_prototype.classification = function () { return TokenClass.Comment; }; return CommentToken; @@ -930,11 +930,11 @@ var TypeScript; _this.regex = regex; return _this; } - var proto_7 = RegularExpressionLiteralToken.prototype; - proto_7.getText = function () { + var RegularExpressionLiteralToken_prototype = RegularExpressionLiteralToken.prototype; + RegularExpressionLiteralToken_prototype.getText = function () { return this.regex.toString(); }; - proto_7.classification = function () { + RegularExpressionLiteralToken_prototype.classification = function () { return TokenClass.Literal; }; return RegularExpressionLiteralToken; diff --git a/tests/baselines/reference/parserRealSource11.js b/tests/baselines/reference/parserRealSource11.js index f9a1f9b87afd1..e33fcc9a0c4aa 100644 --- a/tests/baselines/reference/parserRealSource11.js +++ b/tests/baselines/reference/parserRealSource11.js @@ -2405,12 +2405,12 @@ var TypeScript; _this.isParenthesized = false; return _this; } - var proto_1 = AST.prototype; - proto_1.isExpression = function () { return false; }; - proto_1.isStatementOrExpression = function () { return false; }; - proto_1.isCompoundStatement = function () { return false; }; - proto_1.isLeaf = function () { return this.isStatementOrExpression() && (!this.isCompoundStatement()); }; - proto_1.typeCheck = function (typeFlow) { + var AST_prototype = AST.prototype; + AST_prototype.isExpression = function () { return false; }; + AST_prototype.isStatementOrExpression = function () { return false; }; + AST_prototype.isCompoundStatement = function () { return false; }; + AST_prototype.isLeaf = function () { return this.isStatementOrExpression() && (!this.isCompoundStatement()); }; + AST_prototype.typeCheck = function (typeFlow) { switch (this.nodeType) { case NodeType.Error: case NodeType.EmptyExpr: @@ -2437,7 +2437,7 @@ var TypeScript; } return this; }; - proto_1.emit = function (emitter, tokenId, startLine) { + AST_prototype.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); switch (this.nodeType) { case NodeType.This: @@ -2490,7 +2490,7 @@ var TypeScript; } emitter.emitParensAndCommentsInPlace(this, false); }; - proto_1.print = function (context) { + AST_prototype.print = function (context) { context.startLine(); var lineCol = { line: -1, col: -1 }; var limLineCol = { line: -1, col: -1 }; @@ -2506,7 +2506,7 @@ var TypeScript; } context.writeLine(lab); }; - proto_1.printLabel = function () { + AST_prototype.printLabel = function () { if (nodeTypeTable[this.nodeType] !== undefined) { return nodeTypeTable[this.nodeType]; } @@ -2514,14 +2514,14 @@ var TypeScript; return NodeType._map[this.nodeType]; } }; - proto_1.addToControlFlow = function (context) { + AST_prototype.addToControlFlow = function (context) { // by default, AST adds itself to current basic block and does not check its children context.walker.options.goChildren = false; context.addContent(this); }; - proto_1.netFreeUses = function (container, freeUses) { + AST_prototype.netFreeUses = function (container, freeUses) { }; - proto_1.treeViewLabel = function () { + AST_prototype.treeViewLabel = function () { return NodeType._map[this.nodeType]; }; AST.getResolvedIdentifierName = function (name) { @@ -2568,8 +2568,8 @@ var TypeScript; _this.members = new AST[]; return _this; } - var proto_2 = ASTList.prototype; - proto_2.addToControlFlow = function (context) { + var ASTList_prototype = ASTList.prototype; + ASTList_prototype.addToControlFlow = function (context) { var len = this.members.length; for (var i = 0; i < len; i++) { if (context.noContinuation) { @@ -2582,11 +2582,11 @@ var TypeScript; } context.walker.options.goChildren = false; }; - proto_2.append = function (ast) { + ASTList_prototype.append = function (ast) { this.members[this.members.length] = ast; return this; }; - proto_2.appendAll = function (ast) { + ASTList_prototype.appendAll = function (ast) { if (ast.nodeType == NodeType.List) { var list = ast; for (var i = 0, len = list.members.length; i < len; i++) { @@ -2598,12 +2598,12 @@ var TypeScript; } return this; }; - proto_2.emit = function (emitter, tokenId, startLine) { + ASTList_prototype.emit = function (emitter, tokenId, startLine) { emitter.recordSourceMappingStart(this); emitter.emitJavascriptList(this, null, TokenID.Semicolon, startLine, false, false); emitter.recordSourceMappingEnd(this); }; - proto_2.typeCheck = function (typeFlow) { + ASTList_prototype.typeCheck = function (typeFlow) { var len = this.members.length; typeFlow.nestingLevel++; for (var i = 0; i < len; i++) { @@ -2640,8 +2640,8 @@ var TypeScript; _this.setText(actualText, hasEscapeSequence); return _this; } - var proto_3 = Identifier.prototype; - proto_3.setText = function (actualText, hasEscapeSequence) { + var Identifier_prototype = Identifier.prototype; + Identifier_prototype.setText = function (actualText, hasEscapeSequence) { this.actualText = actualText; if (hasEscapeSequence) { this.text = AST.getResolvedIdentifierName(actualText); @@ -2650,12 +2650,12 @@ var TypeScript; this.text = actualText; } }; - proto_3.isMissing = function () { return false; }; - proto_3.isLeaf = function () { return true; }; - proto_3.treeViewLabel = function () { + Identifier_prototype.isMissing = function () { return false; }; + Identifier_prototype.isLeaf = function () { return true; }; + Identifier_prototype.treeViewLabel = function () { return "id: " + this.actualText; }; - proto_3.printLabel = function () { + Identifier_prototype.printLabel = function () { if (this.actualText) { return "id: " + this.actualText; } @@ -2663,10 +2663,10 @@ var TypeScript; return "name node"; } }; - proto_3.typeCheck = function (typeFlow) { + Identifier_prototype.typeCheck = function (typeFlow) { return typeFlow.typeCheckName(this); }; - proto_3.emit = function (emitter, tokenId, startLine) { + Identifier_prototype.emit = function (emitter, tokenId, startLine) { emitter.emitJavascriptName(this, true); }; Identifier.fromToken = function (token) { @@ -2680,11 +2680,11 @@ var TypeScript; function MissingIdentifier() { return _super.call(this, "__missing") || this; } - var proto_4 = MissingIdentifier.prototype; - proto_4.isMissing = function () { + var MissingIdentifier_prototype = MissingIdentifier.prototype; + MissingIdentifier_prototype.isMissing = function () { return true; }; - proto_4.emit = function (emitter, tokenId, startLine) { + MissingIdentifier_prototype.emit = function (emitter, tokenId, startLine) { // Emit nothing for a missing ID }; return MissingIdentifier; @@ -2697,13 +2697,13 @@ var TypeScript; _this.id = id; return _this; } - var proto_5 = Label.prototype; - proto_5.printLabel = function () { return this.id.actualText + ":"; }; - proto_5.typeCheck = function (typeFlow) { + var Label_prototype = Label.prototype; + Label_prototype.printLabel = function () { return this.id.actualText + ":"; }; + Label_prototype.typeCheck = function (typeFlow) { this.type = typeFlow.voidType; return this; }; - proto_5.emit = function (emitter, tokenId, startLine) { + Label_prototype.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); emitter.recordSourceMappingStart(this.id); @@ -2721,9 +2721,9 @@ var TypeScript; function Expression(nodeType) { return _super.call(this, nodeType) || this; } - var proto_6 = Expression.prototype; - proto_6.isExpression = function () { return true; }; - proto_6.isStatementOrExpression = function () { return true; }; + var Expression_prototype = Expression.prototype; + Expression_prototype.isExpression = function () { return true; }; + Expression_prototype.isStatementOrExpression = function () { return true; }; return Expression; }(AST)); TypeScript.Expression = Expression; @@ -2736,15 +2736,15 @@ var TypeScript; _this.castTerm = null; return _this; } - var proto_7 = UnaryExpression.prototype; - proto_7.addToControlFlow = function (context) { + var UnaryExpression_prototype = UnaryExpression.prototype; + UnaryExpression_prototype.addToControlFlow = function (context) { _super.prototype.addToControlFlow.call(this, context); // TODO: add successor as catch block/finally block if present if (this.nodeType == NodeType.Throw) { context.returnStmt(); } }; - proto_7.typeCheck = function (typeFlow) { + UnaryExpression_prototype.typeCheck = function (typeFlow) { switch (this.nodeType) { case NodeType.Not: return typeFlow.typeCheckBitNot(this); @@ -2796,7 +2796,7 @@ var TypeScript; } return this; }; - proto_7.emit = function (emitter, tokenId, startLine) { + UnaryExpression_prototype.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); switch (this.nodeType) { @@ -2883,8 +2883,8 @@ var TypeScript; _this.minChar = _this.target.minChar; return _this; } - var proto_8 = CallExpression.prototype; - proto_8.typeCheck = function (typeFlow) { + var CallExpression_prototype = CallExpression.prototype; + CallExpression_prototype.typeCheck = function (typeFlow) { if (this.nodeType == NodeType.New) { return typeFlow.typeCheckNew(this); } @@ -2892,7 +2892,7 @@ var TypeScript; return typeFlow.typeCheckCall(this); } }; - proto_8.emit = function (emitter, tokenId, startLine) { + CallExpression_prototype.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); if (this.nodeType == NodeType.New) { @@ -2915,8 +2915,8 @@ var TypeScript; _this.operand2 = operand2; return _this; } - var proto_9 = BinaryExpression.prototype; - proto_9.typeCheck = function (typeFlow) { + var BinaryExpression_prototype = BinaryExpression.prototype; + BinaryExpression_prototype.typeCheck = function (typeFlow) { switch (this.nodeType) { case NodeType.Dot: return typeFlow.typeCheckDotOperator(this); @@ -2993,7 +2993,7 @@ var TypeScript; } return this; }; - proto_9.emit = function (emitter, tokenId, startLine) { + BinaryExpression_prototype.emit = function (emitter, tokenId, startLine) { var binTokenId = nodeTypeToTokTable[this.nodeType]; emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); @@ -3070,11 +3070,11 @@ var TypeScript; _this.operand3 = operand3; return _this; } - var proto_10 = ConditionalExpression.prototype; - proto_10.typeCheck = function (typeFlow) { + var ConditionalExpression_prototype = ConditionalExpression.prototype; + ConditionalExpression_prototype.typeCheck = function (typeFlow) { return typeFlow.typeCheckQMark(this); }; - proto_10.emit = function (emitter, tokenId, startLine) { + ConditionalExpression_prototype.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); emitter.emitJavascript(this.operand1, TokenID.Question, false); @@ -3097,15 +3097,15 @@ var TypeScript; _this.isNegativeZero = false; return _this; } - var proto_11 = NumberLiteral.prototype; - proto_11.typeCheck = function (typeFlow) { + var NumberLiteral_prototype = NumberLiteral.prototype; + NumberLiteral_prototype.typeCheck = function (typeFlow) { this.type = typeFlow.doubleType; return this; }; - proto_11.treeViewLabel = function () { + NumberLiteral_prototype.treeViewLabel = function () { return "num: " + this.printLabel(); }; - proto_11.emit = function (emitter, tokenId, startLine) { + NumberLiteral_prototype.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); if (this.isNegativeZero) { @@ -3117,7 +3117,7 @@ var TypeScript; emitter.recordSourceMappingEnd(this); emitter.emitParensAndCommentsInPlace(this, false); }; - proto_11.printLabel = function () { + NumberLiteral_prototype.printLabel = function () { if (Math.floor(this.value) != this.value) { return this.value.toFixed(2).toString(); } @@ -3138,12 +3138,12 @@ var TypeScript; _this.regex = regex; return _this; } - var proto_12 = RegexLiteral.prototype; - proto_12.typeCheck = function (typeFlow) { + var RegexLiteral_prototype = RegexLiteral.prototype; + RegexLiteral_prototype.typeCheck = function (typeFlow) { this.type = typeFlow.regexType; return this; }; - proto_12.emit = function (emitter, tokenId, startLine) { + RegexLiteral_prototype.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); emitter.writeToOutput(this.regex.toString()); @@ -3160,22 +3160,22 @@ var TypeScript; _this.text = text; return _this; } - var proto_13 = StringLiteral.prototype; - proto_13.emit = function (emitter, tokenId, startLine) { + var StringLiteral_prototype = StringLiteral.prototype; + StringLiteral_prototype.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); emitter.emitStringLiteral(this.text); emitter.recordSourceMappingEnd(this); emitter.emitParensAndCommentsInPlace(this, false); }; - proto_13.typeCheck = function (typeFlow) { + StringLiteral_prototype.typeCheck = function (typeFlow) { this.type = typeFlow.stringType; return this; }; - proto_13.treeViewLabel = function () { + StringLiteral_prototype.treeViewLabel = function () { return "st: " + this.text; }; - proto_13.printLabel = function () { + StringLiteral_prototype.printLabel = function () { return this.text; }; return StringLiteral; @@ -3199,9 +3199,9 @@ var TypeScript; _this.isDynamicImport = false; return _this; } - var proto_14 = ImportDeclaration.prototype; - proto_14.isStatementOrExpression = function () { return true; }; - proto_14.emit = function (emitter, tokenId, startLine) { + var ImportDeclaration_prototype = ImportDeclaration.prototype; + ImportDeclaration_prototype.isStatementOrExpression = function () { return true; }; + ImportDeclaration_prototype.emit = function (emitter, tokenId, startLine) { var mod = this.alias.type; // REVIEW: Only modules may be aliased for now, though there's no real // restriction on what the type symbol may be @@ -3224,10 +3224,10 @@ var TypeScript; emitter.firstModAlias = prevFirstModAlias; } }; - proto_14.typeCheck = function (typeFlow) { + ImportDeclaration_prototype.typeCheck = function (typeFlow) { return typeFlow.typeCheckImportDecl(this); }; - proto_14.getAliasName = function (aliasAST) { + ImportDeclaration_prototype.getAliasName = function (aliasAST) { if (aliasAST === void 0) { aliasAST = this.alias; } if (aliasAST.nodeType == NodeType.Name) { return aliasAST.actualText; @@ -3237,7 +3237,7 @@ var TypeScript; return this.getAliasName(dotExpr.operand1) + "." + this.getAliasName(dotExpr.operand2); } }; - proto_14.firstAliasedModToString = function () { + ImportDeclaration_prototype.firstAliasedModToString = function () { if (this.alias.nodeType == NodeType.Name) { return this.alias.actualText; } @@ -3262,15 +3262,15 @@ var TypeScript; _this.sym = null; return _this; } - var proto_15 = BoundDecl.prototype; - proto_15.isStatementOrExpression = function () { return true; }; - proto_15.isPrivate = function () { return hasFlag(this.varFlags, VarFlags.Private); }; - proto_15.isPublic = function () { return hasFlag(this.varFlags, VarFlags.Public); }; - proto_15.isProperty = function () { return hasFlag(this.varFlags, VarFlags.Property); }; - proto_15.typeCheck = function (typeFlow) { + var BoundDecl_prototype = BoundDecl.prototype; + BoundDecl_prototype.isStatementOrExpression = function () { return true; }; + BoundDecl_prototype.isPrivate = function () { return hasFlag(this.varFlags, VarFlags.Private); }; + BoundDecl_prototype.isPublic = function () { return hasFlag(this.varFlags, VarFlags.Public); }; + BoundDecl_prototype.isProperty = function () { return hasFlag(this.varFlags, VarFlags.Property); }; + BoundDecl_prototype.typeCheck = function (typeFlow) { return typeFlow.typeCheckBoundDecl(this); }; - proto_15.printLabel = function () { + BoundDecl_prototype.printLabel = function () { return this.treeViewLabel(); }; return BoundDecl; @@ -3281,14 +3281,14 @@ var TypeScript; function VarDecl(id, nest) { return _super.call(this, id, NodeType.VarDecl, nest) || this; } - var proto_16 = VarDecl.prototype; - proto_16.isAmbient = function () { return hasFlag(this.varFlags, VarFlags.Ambient); }; - proto_16.isExported = function () { return hasFlag(this.varFlags, VarFlags.Exported); }; - proto_16.isStatic = function () { return hasFlag(this.varFlags, VarFlags.Static); }; - proto_16.emit = function (emitter, tokenId, startLine) { + var VarDecl_prototype = VarDecl.prototype; + VarDecl_prototype.isAmbient = function () { return hasFlag(this.varFlags, VarFlags.Ambient); }; + VarDecl_prototype.isExported = function () { return hasFlag(this.varFlags, VarFlags.Exported); }; + VarDecl_prototype.isStatic = function () { return hasFlag(this.varFlags, VarFlags.Static); }; + VarDecl_prototype.emit = function (emitter, tokenId, startLine) { emitter.emitJavascriptVarDecl(this, tokenId); }; - proto_16.treeViewLabel = function () { + VarDecl_prototype.treeViewLabel = function () { return "var " + this.id.actualText; }; return VarDecl; @@ -3302,12 +3302,12 @@ var TypeScript; _this.parameterPropertySym = null; return _this; } - var proto_17 = ArgDecl.prototype; - proto_17.isOptionalArg = function () { return this.isOptional || this.init; }; - proto_17.treeViewLabel = function () { + var ArgDecl_prototype = ArgDecl.prototype; + ArgDecl_prototype.isOptionalArg = function () { return this.isOptional || this.init; }; + ArgDecl_prototype.treeViewLabel = function () { return "arg: " + this.id.actualText; }; - proto_17.emit = function (emitter, tokenId, startLine) { + ArgDecl_prototype.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); emitter.writeToOutput(this.id.actualText); @@ -3353,8 +3353,8 @@ var TypeScript; _this.endingToken = null; return _this; } - var proto_18 = FuncDecl.prototype; - proto_18.internalName = function () { + var FuncDecl_prototype = FuncDecl.prototype; + FuncDecl_prototype.internalName = function () { if (this.internalNameCache == null) { var extName = this.getNameText(); if (extName) { @@ -3366,9 +3366,9 @@ var TypeScript; } return this.internalNameCache; }; - proto_18.hasSelfReference = function () { return hasFlag(this.fncFlags, FncFlags.HasSelfReference); }; - proto_18.setHasSelfReference = function () { this.fncFlags |= FncFlags.HasSelfReference; }; - proto_18.addCloRef = function (id, sym) { + FuncDecl_prototype.hasSelfReference = function () { return hasFlag(this.fncFlags, FncFlags.HasSelfReference); }; + FuncDecl_prototype.setHasSelfReference = function () { this.fncFlags |= FncFlags.HasSelfReference; }; + FuncDecl_prototype.addCloRef = function (id, sym) { if (this.envids == null) { this.envids = new Identifier[]; } @@ -3382,7 +3382,7 @@ var TypeScript; } return this.envids.length - 1; }; - proto_18.addJumpRef = function (sym) { + FuncDecl_prototype.addJumpRef = function (sym) { if (this.jumpRefs == null) { this.jumpRefs = new Identifier[]; } @@ -3391,7 +3391,7 @@ var TypeScript; id.sym = sym; id.cloId = this.addCloRef(id, null); }; - proto_18.buildControlFlow = function () { + FuncDecl_prototype.buildControlFlow = function () { var entry = new BasicBlock(); var exit = new BasicBlock(); var context = new ControlFlowContext(entry, exit); @@ -3404,13 +3404,13 @@ var TypeScript; walker.walk(this.bod, this); return context; }; - proto_18.typeCheck = function (typeFlow) { + FuncDecl_prototype.typeCheck = function (typeFlow) { return typeFlow.typeCheckFunction(this); }; - proto_18.emit = function (emitter, tokenId, startLine) { + FuncDecl_prototype.emit = function (emitter, tokenId, startLine) { emitter.emitJavascriptFunction(this); }; - proto_18.getNameText = function () { + FuncDecl_prototype.getNameText = function () { if (this.name) { return this.name.actualText; } @@ -3418,23 +3418,23 @@ var TypeScript; return this.hint; } }; - proto_18.isMethod = function () { + FuncDecl_prototype.isMethod = function () { return (this.fncFlags & FncFlags.Method) != FncFlags.None; }; - proto_18.isCallMember = function () { return hasFlag(this.fncFlags, FncFlags.CallMember); }; - proto_18.isConstructMember = function () { return hasFlag(this.fncFlags, FncFlags.ConstructMember); }; - proto_18.isIndexerMember = function () { return hasFlag(this.fncFlags, FncFlags.IndexerMember); }; - proto_18.isSpecialFn = function () { return this.isCallMember() || this.isIndexerMember() || this.isConstructMember(); }; - proto_18.isAnonymousFn = function () { return this.name === null; }; - proto_18.isAccessor = function () { return hasFlag(this.fncFlags, FncFlags.GetAccessor) || hasFlag(this.fncFlags, FncFlags.SetAccessor); }; - proto_18.isGetAccessor = function () { return hasFlag(this.fncFlags, FncFlags.GetAccessor); }; - proto_18.isSetAccessor = function () { return hasFlag(this.fncFlags, FncFlags.SetAccessor); }; - proto_18.isAmbient = function () { return hasFlag(this.fncFlags, FncFlags.Ambient); }; - proto_18.isExported = function () { return hasFlag(this.fncFlags, FncFlags.Exported); }; - proto_18.isPrivate = function () { return hasFlag(this.fncFlags, FncFlags.Private); }; - proto_18.isPublic = function () { return hasFlag(this.fncFlags, FncFlags.Public); }; - proto_18.isStatic = function () { return hasFlag(this.fncFlags, FncFlags.Static); }; - proto_18.treeViewLabel = function () { + FuncDecl_prototype.isCallMember = function () { return hasFlag(this.fncFlags, FncFlags.CallMember); }; + FuncDecl_prototype.isConstructMember = function () { return hasFlag(this.fncFlags, FncFlags.ConstructMember); }; + FuncDecl_prototype.isIndexerMember = function () { return hasFlag(this.fncFlags, FncFlags.IndexerMember); }; + FuncDecl_prototype.isSpecialFn = function () { return this.isCallMember() || this.isIndexerMember() || this.isConstructMember(); }; + FuncDecl_prototype.isAnonymousFn = function () { return this.name === null; }; + FuncDecl_prototype.isAccessor = function () { return hasFlag(this.fncFlags, FncFlags.GetAccessor) || hasFlag(this.fncFlags, FncFlags.SetAccessor); }; + FuncDecl_prototype.isGetAccessor = function () { return hasFlag(this.fncFlags, FncFlags.GetAccessor); }; + FuncDecl_prototype.isSetAccessor = function () { return hasFlag(this.fncFlags, FncFlags.SetAccessor); }; + FuncDecl_prototype.isAmbient = function () { return hasFlag(this.fncFlags, FncFlags.Ambient); }; + FuncDecl_prototype.isExported = function () { return hasFlag(this.fncFlags, FncFlags.Exported); }; + FuncDecl_prototype.isPrivate = function () { return hasFlag(this.fncFlags, FncFlags.Private); }; + FuncDecl_prototype.isPublic = function () { return hasFlag(this.fncFlags, FncFlags.Public); }; + FuncDecl_prototype.isStatic = function () { return hasFlag(this.fncFlags, FncFlags.Static); }; + FuncDecl_prototype.treeViewLabel = function () { if (this.name == null) { return "funcExpr"; } @@ -3442,11 +3442,11 @@ var TypeScript; return "func: " + this.name.actualText; } }; - proto_18.ClearFlags = function () { + FuncDecl_prototype.ClearFlags = function () { this.fncFlags = FncFlags.None; }; - proto_18.isSignature = function () { return (this.fncFlags & FncFlags.Signature) != FncFlags.None; }; - proto_18.hasStaticDeclarations = function () { return (!this.isConstructor && (this.statics.members.length > 0 || this.innerStaticFuncs.length > 0)); }; + FuncDecl_prototype.isSignature = function () { return (this.fncFlags & FncFlags.Signature) != FncFlags.None; }; + FuncDecl_prototype.hasStaticDeclarations = function () { return (!this.isConstructor && (this.statics.members.length > 0 || this.innerStaticFuncs.length > 0)); }; return FuncDecl; }(AST)); TypeScript.FuncDecl = FuncDecl; @@ -3481,14 +3481,14 @@ var TypeScript; _this.scopes = scopes; return _this; } - var proto_19 = Script.prototype; - proto_19.typeCheck = function (typeFlow) { + var Script_prototype = Script.prototype; + Script_prototype.typeCheck = function (typeFlow) { return typeFlow.typeCheckScript(this); }; - proto_19.treeViewLabel = function () { + Script_prototype.treeViewLabel = function () { return "Script"; }; - proto_19.emitRequired = function () { + Script_prototype.emitRequired = function () { if (!this.isDeclareFile && !this.isResident && this.bod) { for (var i = 0, len = this.bod.members.length; i < len; i++) { var stmt = this.bod.members[i]; @@ -3519,7 +3519,7 @@ var TypeScript; } return false; }; - proto_19.emit = function (emitter, tokenId, startLine) { + Script_prototype.emit = function (emitter, tokenId, startLine) { if (this.emitRequired()) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); @@ -3559,17 +3559,17 @@ var TypeScript; _this.prettyName = _this.name.actualText; return _this; } - var proto_20 = ModuleDeclaration.prototype; - proto_20.isExported = function () { return hasFlag(this.modFlags, ModuleFlags.Exported); }; - proto_20.isAmbient = function () { return hasFlag(this.modFlags, ModuleFlags.Ambient); }; - proto_20.isEnum = function () { return hasFlag(this.modFlags, ModuleFlags.IsEnum); }; - proto_20.recordNonInterface = function () { + var ModuleDeclaration_prototype = ModuleDeclaration.prototype; + ModuleDeclaration_prototype.isExported = function () { return hasFlag(this.modFlags, ModuleFlags.Exported); }; + ModuleDeclaration_prototype.isAmbient = function () { return hasFlag(this.modFlags, ModuleFlags.Ambient); }; + ModuleDeclaration_prototype.isEnum = function () { return hasFlag(this.modFlags, ModuleFlags.IsEnum); }; + ModuleDeclaration_prototype.recordNonInterface = function () { this.modFlags &= ~ModuleFlags.ShouldEmitModuleDecl; }; - proto_20.typeCheck = function (typeFlow) { + ModuleDeclaration_prototype.typeCheck = function (typeFlow) { return typeFlow.typeCheckModule(this); }; - proto_20.emit = function (emitter, tokenId, startLine) { + ModuleDeclaration_prototype.emit = function (emitter, tokenId, startLine) { if (!hasFlag(this.modFlags, ModuleFlags.ShouldEmitModuleDecl)) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); @@ -3590,11 +3590,11 @@ var TypeScript; _this.varFlags = VarFlags.None; return _this; } - var proto_21 = TypeDeclaration.prototype; - proto_21.isExported = function () { + var TypeDeclaration_prototype = TypeDeclaration.prototype; + TypeDeclaration_prototype.isExported = function () { return hasFlag(this.varFlags, VarFlags.Exported); }; - proto_21.isAmbient = function () { + TypeDeclaration_prototype.isAmbient = function () { return hasFlag(this.varFlags, VarFlags.Ambient); }; return TypeDeclaration; @@ -3610,11 +3610,11 @@ var TypeScript; _this.endingToken = null; return _this; } - var proto_22 = ClassDeclaration.prototype; - proto_22.typeCheck = function (typeFlow) { + var ClassDeclaration_prototype = ClassDeclaration.prototype; + ClassDeclaration_prototype.typeCheck = function (typeFlow) { return typeFlow.typeCheckClass(this); }; - proto_22.emit = function (emitter, tokenId, startLine) { + ClassDeclaration_prototype.emit = function (emitter, tokenId, startLine) { emitter.emitJavascriptClass(this); }; return ClassDeclaration; @@ -3625,11 +3625,11 @@ var TypeScript; function InterfaceDeclaration(name, members, extendsList, implementsList) { return _super.call(this, NodeType.InterfaceDeclaration, name, extendsList, implementsList, members) || this; } - var proto_23 = InterfaceDeclaration.prototype; - proto_23.typeCheck = function (typeFlow) { + var InterfaceDeclaration_prototype = InterfaceDeclaration.prototype; + InterfaceDeclaration_prototype.typeCheck = function (typeFlow) { return typeFlow.typeCheckInterface(this); }; - proto_23.emit = function (emitter, tokenId, startLine) { + InterfaceDeclaration_prototype.emit = function (emitter, tokenId, startLine) { }; return InterfaceDeclaration; }(TypeDeclaration)); @@ -3641,11 +3641,11 @@ var TypeScript; _this.flags |= ASTFlags.IsStatement; return _this; } - var proto_24 = Statement.prototype; - proto_24.isLoop = function () { return false; }; - proto_24.isStatementOrExpression = function () { return true; }; - proto_24.isCompoundStatement = function () { return this.isLoop(); }; - proto_24.typeCheck = function (typeFlow) { + var Statement_prototype = Statement.prototype; + Statement_prototype.isLoop = function () { return false; }; + Statement_prototype.isStatementOrExpression = function () { return true; }; + Statement_prototype.isCompoundStatement = function () { return this.isLoop(); }; + Statement_prototype.typeCheck = function (typeFlow) { this.type = typeFlow.voidType; return this; }; @@ -3660,8 +3660,8 @@ var TypeScript; _this.stmt = stmt; return _this; } - var proto_25 = LabeledStatement.prototype; - proto_25.emit = function (emitter, tokenId, startLine) { + var LabeledStatement_prototype = LabeledStatement.prototype; + LabeledStatement_prototype.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); if (this.labels) { @@ -3674,12 +3674,12 @@ var TypeScript; emitter.recordSourceMappingEnd(this); emitter.emitParensAndCommentsInPlace(this, false); }; - proto_25.typeCheck = function (typeFlow) { + LabeledStatement_prototype.typeCheck = function (typeFlow) { typeFlow.typeCheck(this.labels); this.stmt = this.stmt.typeCheck(typeFlow); return this; }; - proto_25.addToControlFlow = function (context) { + LabeledStatement_prototype.addToControlFlow = function (context) { var beforeBB = context.current; var bb = new BasicBlock(); context.current = bb; @@ -3696,8 +3696,8 @@ var TypeScript; _this.isStatementBlock = isStatementBlock; return _this; } - var proto_26 = Block.prototype; - proto_26.emit = function (emitter, tokenId, startLine) { + var Block_prototype = Block.prototype; + Block_prototype.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); if (this.isStatementBlock) { @@ -3720,7 +3720,7 @@ var TypeScript; emitter.recordSourceMappingEnd(this); emitter.emitParensAndCommentsInPlace(this, false); }; - proto_26.addToControlFlow = function (context) { + Block_prototype.addToControlFlow = function (context) { var afterIfNeeded = new BasicBlock(); context.pushStatement(this, context.current, afterIfNeeded); if (this.statements) { @@ -3733,7 +3733,7 @@ var TypeScript; context.current = afterIfNeeded; } }; - proto_26.typeCheck = function (typeFlow) { + Block_prototype.typeCheck = function (typeFlow) { if (!typeFlow.checker.styleSettings.emptyBlocks) { if ((this.statements === null) || (this.statements.members.length == 0)) { typeFlow.checker.errorReporter.styleError(this, "empty block"); @@ -3753,9 +3753,9 @@ var TypeScript; _this.resolvedTarget = null; return _this; } - var proto_27 = Jump.prototype; - proto_27.hasExplicitTarget = function () { return (this.target); }; - proto_27.setResolvedTarget = function (parser, stmt) { + var Jump_prototype = Jump.prototype; + Jump_prototype.hasExplicitTarget = function () { return (this.target); }; + Jump_prototype.setResolvedTarget = function (parser, stmt) { if (stmt.isLoop()) { this.resolvedTarget = stmt; return true; @@ -3775,11 +3775,11 @@ var TypeScript; } } }; - proto_27.addToControlFlow = function (context) { + Jump_prototype.addToControlFlow = function (context) { _super.prototype.addToControlFlow.call(this, context); context.unconditionalBranch(this.resolvedTarget, (this.nodeType == NodeType.Continue)); }; - proto_27.emit = function (emitter, tokenId, startLine) { + Jump_prototype.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); if (this.nodeType == NodeType.Break) { @@ -3806,9 +3806,9 @@ var TypeScript; _this.body = null; return _this; } - var proto_28 = WhileStatement.prototype; - proto_28.isLoop = function () { return true; }; - proto_28.emit = function (emitter, tokenId, startLine) { + var WhileStatement_prototype = WhileStatement.prototype; + WhileStatement_prototype.isLoop = function () { return true; }; + WhileStatement_prototype.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); var temp = emitter.setInObjectLiteral(false); @@ -3820,10 +3820,10 @@ var TypeScript; emitter.recordSourceMappingEnd(this); emitter.emitParensAndCommentsInPlace(this, false); }; - proto_28.typeCheck = function (typeFlow) { + WhileStatement_prototype.typeCheck = function (typeFlow) { return typeFlow.typeCheckWhile(this); }; - proto_28.addToControlFlow = function (context) { + WhileStatement_prototype.addToControlFlow = function (context) { var loopHeader = context.current; var loopStart = new BasicBlock(); var afterLoop = new BasicBlock(); @@ -3861,9 +3861,9 @@ var TypeScript; _this.cond = null; return _this; } - var proto_29 = DoWhileStatement.prototype; - proto_29.isLoop = function () { return true; }; - proto_29.emit = function (emitter, tokenId, startLine) { + var DoWhileStatement_prototype = DoWhileStatement.prototype; + DoWhileStatement_prototype.isLoop = function () { return true; }; + DoWhileStatement_prototype.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); var temp = emitter.setInObjectLiteral(false); @@ -3879,10 +3879,10 @@ var TypeScript; emitter.recordSourceMappingEnd(this); emitter.emitParensAndCommentsInPlace(this, false); }; - proto_29.typeCheck = function (typeFlow) { + DoWhileStatement_prototype.typeCheck = function (typeFlow) { return typeFlow.typeCheckDoWhile(this); }; - proto_29.addToControlFlow = function (context) { + DoWhileStatement_prototype.addToControlFlow = function (context) { var loopHeader = context.current; var loopStart = new BasicBlock(); var afterLoop = new BasicBlock(); @@ -3919,9 +3919,9 @@ var TypeScript; _this.statement = new ASTSpan(); return _this; } - var proto_30 = IfStatement.prototype; - proto_30.isCompoundStatement = function () { return true; }; - proto_30.emit = function (emitter, tokenId, startLine) { + var IfStatement_prototype = IfStatement.prototype; + IfStatement_prototype.isCompoundStatement = function () { return true; }; + IfStatement_prototype.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); var temp = emitter.setInObjectLiteral(false); @@ -3939,10 +3939,10 @@ var TypeScript; emitter.recordSourceMappingEnd(this); emitter.emitParensAndCommentsInPlace(this, false); }; - proto_30.typeCheck = function (typeFlow) { + IfStatement_prototype.typeCheck = function (typeFlow) { return typeFlow.typeCheckIf(this); }; - proto_30.addToControlFlow = function (context) { + IfStatement_prototype.addToControlFlow = function (context) { this.cond.addToControlFlow(context); var afterIf = new BasicBlock(); var beforeIf = context.current; @@ -3997,8 +3997,8 @@ var TypeScript; _this.returnExpression = null; return _this; } - var proto_31 = ReturnStatement.prototype; - proto_31.emit = function (emitter, tokenId, startLine) { + var ReturnStatement_prototype = ReturnStatement.prototype; + ReturnStatement_prototype.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); var temp = emitter.setInObjectLiteral(false); @@ -4013,11 +4013,11 @@ var TypeScript; emitter.recordSourceMappingEnd(this); emitter.emitParensAndCommentsInPlace(this, false); }; - proto_31.addToControlFlow = function (context) { + ReturnStatement_prototype.addToControlFlow = function (context) { _super.prototype.addToControlFlow.call(this, context); context.returnStmt(); }; - proto_31.typeCheck = function (typeFlow) { + ReturnStatement_prototype.typeCheck = function (typeFlow) { return typeFlow.typeCheckReturn(this); }; return ReturnStatement; @@ -4043,9 +4043,9 @@ var TypeScript; } return _this; } - var proto_32 = ForInStatement.prototype; - proto_32.isLoop = function () { return true; }; - proto_32.isFiltered = function () { + var ForInStatement_prototype = ForInStatement.prototype; + ForInStatement_prototype.isLoop = function () { return true; }; + ForInStatement_prototype.isFiltered = function () { if (this.body) { var singleItem = null; if (this.body.nodeType == NodeType.List) { @@ -4095,7 +4095,7 @@ var TypeScript; } return false; }; - proto_32.emit = function (emitter, tokenId, startLine) { + ForInStatement_prototype.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); var temp = emitter.setInObjectLiteral(false); @@ -4111,7 +4111,7 @@ var TypeScript; emitter.recordSourceMappingEnd(this); emitter.emitParensAndCommentsInPlace(this, false); }; - proto_32.typeCheck = function (typeFlow) { + ForInStatement_prototype.typeCheck = function (typeFlow) { if (typeFlow.checker.styleSettings.forin) { if (!this.isFiltered()) { typeFlow.checker.errorReporter.styleError(this, "no hasOwnProperty filter"); @@ -4119,7 +4119,7 @@ var TypeScript; } return typeFlow.typeCheckForIn(this); }; - proto_32.addToControlFlow = function (context) { + ForInStatement_prototype.addToControlFlow = function (context) { if (this.lval) { context.addContent(this.lval); } @@ -4155,9 +4155,9 @@ var TypeScript; _this.init = init; return _this; } - var proto_33 = ForStatement.prototype; - proto_33.isLoop = function () { return true; }; - proto_33.emit = function (emitter, tokenId, startLine) { + var ForStatement_prototype = ForStatement.prototype; + ForStatement_prototype.isLoop = function () { return true; }; + ForStatement_prototype.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); var temp = emitter.setInObjectLiteral(false); @@ -4181,10 +4181,10 @@ var TypeScript; emitter.recordSourceMappingEnd(this); emitter.emitParensAndCommentsInPlace(this, false); }; - proto_33.typeCheck = function (typeFlow) { + ForStatement_prototype.typeCheck = function (typeFlow) { return typeFlow.typeCheckFor(this); }; - proto_33.addToControlFlow = function (context) { + ForStatement_prototype.addToControlFlow = function (context) { if (this.init) { context.addContent(this.init); } @@ -4249,9 +4249,9 @@ var TypeScript; _this.withSym = null; return _this; } - var proto_34 = WithStatement.prototype; - proto_34.isCompoundStatement = function () { return true; }; - proto_34.emit = function (emitter, tokenId, startLine) { + var WithStatement_prototype = WithStatement.prototype; + WithStatement_prototype.isCompoundStatement = function () { return true; }; + WithStatement_prototype.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); emitter.writeToOutput("with ("); @@ -4263,7 +4263,7 @@ var TypeScript; emitter.recordSourceMappingEnd(this); emitter.emitParensAndCommentsInPlace(this, false); }; - proto_34.typeCheck = function (typeFlow) { + WithStatement_prototype.typeCheck = function (typeFlow) { return typeFlow.typeCheckWith(this); }; return WithStatement; @@ -4278,9 +4278,9 @@ var TypeScript; _this.statement = new ASTSpan(); return _this; } - var proto_35 = SwitchStatement.prototype; - proto_35.isCompoundStatement = function () { return true; }; - proto_35.emit = function (emitter, tokenId, startLine) { + var SwitchStatement_prototype = SwitchStatement.prototype; + SwitchStatement_prototype.isCompoundStatement = function () { return true; }; + SwitchStatement_prototype.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); var temp = emitter.setInObjectLiteral(false); @@ -4304,7 +4304,7 @@ var TypeScript; emitter.recordSourceMappingEnd(this); emitter.emitParensAndCommentsInPlace(this, false); }; - proto_35.typeCheck = function (typeFlow) { + SwitchStatement_prototype.typeCheck = function (typeFlow) { var len = this.caseList.members.length; this.val = typeFlow.typeCheck(this.val); for (var i = 0; i < len; i++) { @@ -4315,7 +4315,7 @@ var TypeScript; return this; }; // if there are break statements that match this switch, then just link cond block with block after switch - proto_35.addToControlFlow = function (context) { + SwitchStatement_prototype.addToControlFlow = function (context) { var condBlock = context.current; context.addContent(this.val); var execBlock = new BasicBlock(); @@ -4350,8 +4350,8 @@ var TypeScript; _this.expr = null; return _this; } - var proto_36 = CaseStatement.prototype; - proto_36.emit = function (emitter, tokenId, startLine) { + var CaseStatement_prototype = CaseStatement.prototype; + CaseStatement_prototype.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); if (this.expr) { @@ -4366,7 +4366,7 @@ var TypeScript; emitter.recordSourceMappingEnd(this); emitter.emitParensAndCommentsInPlace(this, false); }; - proto_36.typeCheck = function (typeFlow) { + CaseStatement_prototype.typeCheck = function (typeFlow) { this.expr = typeFlow.typeCheck(this.expr); typeFlow.typeCheck(this.body); this.type = typeFlow.voidType; @@ -4374,7 +4374,7 @@ var TypeScript; }; // TODO: more reasoning about unreachable cases (such as duplicate literals as case expressions) // for now, assume all cases are reachable, regardless of whether some cases fall through - proto_36.addToControlFlow = function (context) { + CaseStatement_prototype.addToControlFlow = function (context) { var execBlock = new BasicBlock(); var sw = context.currentSwitch[context.currentSwitch.length - 1]; // TODO: fall-through from previous (+ to end of switch) @@ -4406,11 +4406,11 @@ var TypeScript; _this.arrayCount = arrayCount; return _this; } - var proto_37 = TypeReference.prototype; - proto_37.emit = function (emitter, tokenId, startLine) { + var TypeReference_prototype = TypeReference.prototype; + TypeReference_prototype.emit = function (emitter, tokenId, startLine) { throw new Error("should not emit a type ref"); }; - proto_37.typeCheck = function (typeFlow) { + TypeReference_prototype.typeCheck = function (typeFlow) { var prevInTCTR = typeFlow.inTypeRefTypeCheck; typeFlow.inTypeRefTypeCheck = true; var typeLink = getTypeLink(this, typeFlow.checker, true); @@ -4438,21 +4438,21 @@ var TypeScript; _this.finallyNode = finallyNode; return _this; } - var proto_38 = TryFinally.prototype; - proto_38.isCompoundStatement = function () { return true; }; - proto_38.emit = function (emitter, tokenId, startLine) { + var TryFinally_prototype = TryFinally.prototype; + TryFinally_prototype.isCompoundStatement = function () { return true; }; + TryFinally_prototype.emit = function (emitter, tokenId, startLine) { emitter.recordSourceMappingStart(this); emitter.emitJavascript(this.tryNode, TokenID.Try, false); emitter.emitJavascript(this.finallyNode, TokenID.Finally, false); emitter.recordSourceMappingEnd(this); }; - proto_38.typeCheck = function (typeFlow) { + TryFinally_prototype.typeCheck = function (typeFlow) { this.tryNode = typeFlow.typeCheck(this.tryNode); this.finallyNode = typeFlow.typeCheck(this.finallyNode); this.type = typeFlow.voidType; return this; }; - proto_38.addToControlFlow = function (context) { + TryFinally_prototype.addToControlFlow = function (context) { var afterFinally = new BasicBlock(); context.walk(this.tryNode, this); var finBlock = new BasicBlock(); @@ -4485,9 +4485,9 @@ var TypeScript; _this.catchNode = catchNode; return _this; } - var proto_39 = TryCatch.prototype; - proto_39.isCompoundStatement = function () { return true; }; - proto_39.emit = function (emitter, tokenId, startLine) { + var TryCatch_prototype = TryCatch.prototype; + TryCatch_prototype.isCompoundStatement = function () { return true; }; + TryCatch_prototype.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); emitter.emitJavascript(this.tryNode, TokenID.Try, false); @@ -4495,7 +4495,7 @@ var TypeScript; emitter.recordSourceMappingEnd(this); emitter.emitParensAndCommentsInPlace(this, false); }; - proto_39.addToControlFlow = function (context) { + TryCatch_prototype.addToControlFlow = function (context) { var beforeTry = context.current; var tryBlock = new BasicBlock(); beforeTry.addSuccessor(tryBlock); @@ -4520,7 +4520,7 @@ var TypeScript; context.current = afterTryCatch; context.walker.options.goChildren = false; }; - proto_39.typeCheck = function (typeFlow) { + TryCatch_prototype.typeCheck = function (typeFlow) { this.tryNode = typeFlow.typeCheck(this.tryNode); this.catchNode = typeFlow.typeCheck(this.catchNode); this.type = typeFlow.voidType; @@ -4536,8 +4536,8 @@ var TypeScript; _this.body = body; return _this; } - var proto_40 = Try.prototype; - proto_40.emit = function (emitter, tokenId, startLine) { + var Try_prototype = Try.prototype; + Try_prototype.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); emitter.writeToOutput("try "); @@ -4545,11 +4545,11 @@ var TypeScript; emitter.recordSourceMappingEnd(this); emitter.emitParensAndCommentsInPlace(this, false); }; - proto_40.typeCheck = function (typeFlow) { + Try_prototype.typeCheck = function (typeFlow) { this.body = typeFlow.typeCheck(this.body); return this; }; - proto_40.addToControlFlow = function (context) { + Try_prototype.addToControlFlow = function (context) { if (this.body) { context.walk(this.body, this); } @@ -4572,8 +4572,8 @@ var TypeScript; } return _this; } - var proto_41 = Catch.prototype; - proto_41.emit = function (emitter, tokenId, startLine) { + var Catch_prototype = Catch.prototype; + Catch_prototype.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); emitter.writeToOutput(" "); @@ -4586,7 +4586,7 @@ var TypeScript; emitter.recordSourceMappingEnd(this); emitter.emitParensAndCommentsInPlace(this, false); }; - proto_41.addToControlFlow = function (context) { + Catch_prototype.addToControlFlow = function (context) { if (this.param) { context.addContent(this.param); var bodBlock = new BasicBlock(); @@ -4599,7 +4599,7 @@ var TypeScript; context.noContinuation = false; context.walker.options.goChildren = false; }; - proto_41.typeCheck = function (typeFlow) { + Catch_prototype.typeCheck = function (typeFlow) { var prevScope = typeFlow.scope; typeFlow.scope = this.containedScope; this.param = typeFlow.typeCheck(this.param); @@ -4641,8 +4641,8 @@ var TypeScript; _this.body = body; return _this; } - var proto_42 = Finally.prototype; - proto_42.emit = function (emitter, tokenId, startLine) { + var Finally_prototype = Finally.prototype; + Finally_prototype.emit = function (emitter, tokenId, startLine) { emitter.emitParensAndCommentsInPlace(this, true); emitter.recordSourceMappingStart(this); emitter.writeToOutput("finally"); @@ -4650,14 +4650,14 @@ var TypeScript; emitter.recordSourceMappingEnd(this); emitter.emitParensAndCommentsInPlace(this, false); }; - proto_42.addToControlFlow = function (context) { + Finally_prototype.addToControlFlow = function (context) { if (this.body) { context.walk(this.body, this); } context.walker.options.goChildren = false; context.noContinuation = false; }; - proto_42.typeCheck = function (typeFlow) { + Finally_prototype.typeCheck = function (typeFlow) { this.body = typeFlow.typeCheck(this.body); return this; }; diff --git a/tests/baselines/reference/parserRealSource12.js b/tests/baselines/reference/parserRealSource12.js index e68204242ac2c..2c85504ce5db5 100644 --- a/tests/baselines/reference/parserRealSource12.js +++ b/tests/baselines/reference/parserRealSource12.js @@ -592,20 +592,20 @@ var TypeScript; this.childrenWalkers = []; this.initChildrenWalkers(); } - var proto_1 = AstWalkerFactory.prototype; - proto_1.walk = function (ast, pre, post, options, state) { + var AstWalkerFactory_prototype = AstWalkerFactory.prototype; + AstWalkerFactory_prototype.walk = function (ast, pre, post, options, state) { return this.getWalker(pre, post, options, state).walk(ast, null); }; - proto_1.getWalker = function (pre, post, options, state) { + AstWalkerFactory_prototype.getWalker = function (pre, post, options, state) { return this.getSlowWalker(pre, post, options, state); }; - proto_1.getSlowWalker = function (pre, post, options, state) { + AstWalkerFactory_prototype.getSlowWalker = function (pre, post, options, state) { if (!options) { options = new AstWalkOptions(); } return new AstWalker(this.childrenWalkers, pre, post, options, state); }; - proto_1.initChildrenWalkers = function () { + AstWalkerFactory_prototype.initChildrenWalkers = function () { this.childrenWalkers[NodeType.None] = ChildrenWalkers.walkNone; this.childrenWalkers[NodeType.Empty] = ChildrenWalkers.walkNone; this.childrenWalkers[NodeType.EmptyExpr] = ChildrenWalkers.walkNone; diff --git a/tests/baselines/reference/parserRealSource14.js b/tests/baselines/reference/parserRealSource14.js index 3e4e1e1d8b255..887809b04299e 100644 --- a/tests/baselines/reference/parserRealSource14.js +++ b/tests/baselines/reference/parserRealSource14.js @@ -602,17 +602,17 @@ var TypeScript; this.asts = []; this.top = -1; } - var proto_1 = AstPath.prototype; + var AstPath_prototype = AstPath.prototype; AstPath.reverseIndexOf = function (items, index) { return (items === null || items.length <= index) ? null : items[items.length - index - 1]; }; - proto_1.clone = function () { + AstPath_prototype.clone = function () { var clone = new AstPath(); clone.asts = this.asts.map(function (value) { return value; }); clone.top = this.top; return clone; }; - proto_1.pop = function () { + AstPath_prototype.pop = function () { var head = this.ast(); this.up(); while (this.asts.length > this.count()) { @@ -620,104 +620,104 @@ var TypeScript; } return head; }; - proto_1.push = function (ast) { + AstPath_prototype.push = function (ast) { while (this.asts.length > this.count()) { this.asts.pop(); } this.top = this.asts.length; this.asts.push(ast); }; - proto_1.up = function () { + AstPath_prototype.up = function () { if (this.top <= -1) throw new Error("Invalid call to 'up'"); this.top--; }; - proto_1.down = function () { + AstPath_prototype.down = function () { if (this.top == this.ast.length - 1) throw new Error("Invalid call to 'down'"); this.top++; }; - proto_1.nodeType = function () { + AstPath_prototype.nodeType = function () { if (this.ast() == null) return TypeScript.NodeType.None; return this.ast().nodeType; }; - proto_1.ast = function () { + AstPath_prototype.ast = function () { return AstPath.reverseIndexOf(this.asts, this.asts.length - (this.top + 1)); }; - proto_1.parent = function () { + AstPath_prototype.parent = function () { return AstPath.reverseIndexOf(this.asts, this.asts.length - this.top); }; - proto_1.count = function () { + AstPath_prototype.count = function () { return this.top + 1; }; - proto_1.get = function (index) { + AstPath_prototype.get = function (index) { return this.asts[index]; }; - proto_1.isNameOfClass = function () { + AstPath_prototype.isNameOfClass = function () { if (this.ast() === null || this.parent() === null) return false; return (this.ast().nodeType === TypeScript.NodeType.Name) && (this.parent().nodeType === TypeScript.NodeType.ClassDeclaration) && (this.parent().name === this.ast()); }; - proto_1.isNameOfInterface = function () { + AstPath_prototype.isNameOfInterface = function () { if (this.ast() === null || this.parent() === null) return false; return (this.ast().nodeType === TypeScript.NodeType.Name) && (this.parent().nodeType === TypeScript.NodeType.InterfaceDeclaration) && (this.parent().name === this.ast()); }; - proto_1.isNameOfArgument = function () { + AstPath_prototype.isNameOfArgument = function () { if (this.ast() === null || this.parent() === null) return false; return (this.ast().nodeType === TypeScript.NodeType.Name) && (this.parent().nodeType === TypeScript.NodeType.ArgDecl) && (this.parent().id === this.ast()); }; - proto_1.isNameOfVariable = function () { + AstPath_prototype.isNameOfVariable = function () { if (this.ast() === null || this.parent() === null) return false; return (this.ast().nodeType === TypeScript.NodeType.Name) && (this.parent().nodeType === TypeScript.NodeType.VarDecl) && (this.parent().id === this.ast()); }; - proto_1.isNameOfModule = function () { + AstPath_prototype.isNameOfModule = function () { if (this.ast() === null || this.parent() === null) return false; return (this.ast().nodeType === TypeScript.NodeType.Name) && (this.parent().nodeType === TypeScript.NodeType.ModuleDeclaration) && (this.parent().name === this.ast()); }; - proto_1.isNameOfFunction = function () { + AstPath_prototype.isNameOfFunction = function () { if (this.ast() === null || this.parent() === null) return false; return (this.ast().nodeType === TypeScript.NodeType.Name) && (this.parent().nodeType === TypeScript.NodeType.FuncDecl) && (this.parent().name === this.ast()); }; - proto_1.isChildOfScript = function () { + AstPath_prototype.isChildOfScript = function () { var ast = lastOf(this.asts); return this.count() >= 3 && this.asts[this.top] === ast && this.asts[this.top - 1].nodeType === TypeScript.NodeType.List && this.asts[this.top - 2].nodeType === TypeScript.NodeType.Script; }; - proto_1.isChildOfModule = function () { + AstPath_prototype.isChildOfModule = function () { var ast = lastOf(this.asts); return this.count() >= 3 && this.asts[this.top] === ast && this.asts[this.top - 1].nodeType === TypeScript.NodeType.List && this.asts[this.top - 2].nodeType === TypeScript.NodeType.ModuleDeclaration; }; - proto_1.isChildOfClass = function () { + AstPath_prototype.isChildOfClass = function () { var ast = lastOf(this.asts); return this.count() >= 3 && this.asts[this.top] === ast && this.asts[this.top - 1].nodeType === TypeScript.NodeType.List && this.asts[this.top - 2].nodeType === TypeScript.NodeType.ClassDeclaration; }; - proto_1.isArgumentOfClassConstructor = function () { + AstPath_prototype.isArgumentOfClassConstructor = function () { var ast = lastOf(this.asts); return this.count() >= 5 && this.asts[this.top] === ast && @@ -729,142 +729,142 @@ var TypeScript; (this.asts[this.top - 2].arguments === this.asts[this.top - 1]) && (this.asts[this.top - 4].constructorDecl === this.asts[this.top - 2]); }; - proto_1.isChildOfInterface = function () { + AstPath_prototype.isChildOfInterface = function () { var ast = lastOf(this.asts); return this.count() >= 3 && this.asts[this.top] === ast && this.asts[this.top - 1].nodeType === TypeScript.NodeType.List && this.asts[this.top - 2].nodeType === TypeScript.NodeType.InterfaceDeclaration; }; - proto_1.isTopLevelImplicitModule = function () { + AstPath_prototype.isTopLevelImplicitModule = function () { return this.count() >= 1 && this.asts[this.top].nodeType === TypeScript.NodeType.ModuleDeclaration && TypeScript.hasFlag(this.asts[this.top].modFlags, TypeScript.ModuleFlags.IsWholeFile); }; - proto_1.isBodyOfTopLevelImplicitModule = function () { + AstPath_prototype.isBodyOfTopLevelImplicitModule = function () { return this.count() >= 2 && this.asts[this.top - 0].nodeType === TypeScript.NodeType.List && this.asts[this.top - 1].nodeType === TypeScript.NodeType.ModuleDeclaration && this.asts[this.top - 1].members == this.asts[this.top - 0] && TypeScript.hasFlag(this.asts[this.top - 1].modFlags, TypeScript.ModuleFlags.IsWholeFile); }; - proto_1.isBodyOfScript = function () { + AstPath_prototype.isBodyOfScript = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.Script && this.asts[this.top - 1].bod == this.asts[this.top - 0]; }; - proto_1.isBodyOfSwitch = function () { + AstPath_prototype.isBodyOfSwitch = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.Switch && this.asts[this.top - 1].caseList == this.asts[this.top - 0]; }; - proto_1.isBodyOfModule = function () { + AstPath_prototype.isBodyOfModule = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.ModuleDeclaration && this.asts[this.top - 1].members == this.asts[this.top - 0]; }; - proto_1.isBodyOfClass = function () { + AstPath_prototype.isBodyOfClass = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.ClassDeclaration && this.asts[this.top - 1].members == this.asts[this.top - 0]; }; - proto_1.isBodyOfFunction = function () { + AstPath_prototype.isBodyOfFunction = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.FuncDecl && this.asts[this.top - 1].bod == this.asts[this.top - 0]; }; - proto_1.isBodyOfInterface = function () { + AstPath_prototype.isBodyOfInterface = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.InterfaceDeclaration && this.asts[this.top - 1].members == this.asts[this.top - 0]; }; - proto_1.isBodyOfBlock = function () { + AstPath_prototype.isBodyOfBlock = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.Block && this.asts[this.top - 1].statements == this.asts[this.top - 0]; }; - proto_1.isBodyOfFor = function () { + AstPath_prototype.isBodyOfFor = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.For && this.asts[this.top - 1].body == this.asts[this.top - 0]; }; - proto_1.isBodyOfCase = function () { + AstPath_prototype.isBodyOfCase = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.Case && this.asts[this.top - 1].body == this.asts[this.top - 0]; }; - proto_1.isBodyOfTry = function () { + AstPath_prototype.isBodyOfTry = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.Try && this.asts[this.top - 1].body == this.asts[this.top - 0]; }; - proto_1.isBodyOfCatch = function () { + AstPath_prototype.isBodyOfCatch = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.Catch && this.asts[this.top - 1].body == this.asts[this.top - 0]; }; - proto_1.isBodyOfDoWhile = function () { + AstPath_prototype.isBodyOfDoWhile = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.DoWhile && this.asts[this.top - 1].body == this.asts[this.top - 0]; }; - proto_1.isBodyOfWhile = function () { + AstPath_prototype.isBodyOfWhile = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.While && this.asts[this.top - 1].body == this.asts[this.top - 0]; }; - proto_1.isBodyOfForIn = function () { + AstPath_prototype.isBodyOfForIn = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.ForIn && this.asts[this.top - 1].body == this.asts[this.top - 0]; }; - proto_1.isBodyOfWith = function () { + AstPath_prototype.isBodyOfWith = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.With && this.asts[this.top - 1].body == this.asts[this.top - 0]; }; - proto_1.isBodyOfFinally = function () { + AstPath_prototype.isBodyOfFinally = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.Finally && this.asts[this.top - 1].body == this.asts[this.top - 0]; }; - proto_1.isCaseOfSwitch = function () { + AstPath_prototype.isCaseOfSwitch = function () { return this.count() >= 3 && this.asts[this.top - 2].nodeType === TypeScript.NodeType.Switch && this.asts[this.top - 1].nodeType === TypeScript.NodeType.List && this.asts[this.top - 2].caseList == this.asts[this.top - 1]; }; - proto_1.isDefaultCaseOfSwitch = function () { + AstPath_prototype.isDefaultCaseOfSwitch = function () { return this.count() >= 3 && this.asts[this.top - 2].nodeType === TypeScript.NodeType.Switch && this.asts[this.top - 1].nodeType === TypeScript.NodeType.List && this.asts[this.top - 2].caseList == this.asts[this.top - 1] && this.asts[this.top - 2].defaultCase == this.asts[this.top - 0]; }; - proto_1.isListOfObjectLit = function () { + AstPath_prototype.isListOfObjectLit = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.ObjectLit && this.asts[this.top - 0].nodeType === TypeScript.NodeType.List && this.asts[this.top - 1].operand == this.asts[this.top - 0]; }; - proto_1.isBodyOfObjectLit = function () { + AstPath_prototype.isBodyOfObjectLit = function () { return this.isListOfObjectLit(); }; - proto_1.isEmptyListOfObjectLit = function () { + AstPath_prototype.isEmptyListOfObjectLit = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.ObjectLit && this.asts[this.top - 0].nodeType === TypeScript.NodeType.List && this.asts[this.top - 1].operand == this.asts[this.top - 0] && this.asts[this.top - 0].members.length == 0; }; - proto_1.isMemberOfObjectLit = function () { + AstPath_prototype.isMemberOfObjectLit = function () { return this.count() >= 3 && this.asts[this.top - 2].nodeType === TypeScript.NodeType.ObjectLit && this.asts[this.top - 1].nodeType === TypeScript.NodeType.List && this.asts[this.top - 0].nodeType === TypeScript.NodeType.Member && this.asts[this.top - 2].operand == this.asts[this.top - 1]; }; - proto_1.isNameOfMemberOfObjectLit = function () { + AstPath_prototype.isNameOfMemberOfObjectLit = function () { return this.count() >= 4 && this.asts[this.top - 3].nodeType === TypeScript.NodeType.ObjectLit && this.asts[this.top - 2].nodeType === TypeScript.NodeType.List && @@ -872,70 +872,70 @@ var TypeScript; this.asts[this.top - 0].nodeType === TypeScript.NodeType.Name && this.asts[this.top - 3].operand == this.asts[this.top - 2]; }; - proto_1.isListOfArrayLit = function () { + AstPath_prototype.isListOfArrayLit = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.ArrayLit && this.asts[this.top - 0].nodeType === TypeScript.NodeType.List && this.asts[this.top - 1].operand == this.asts[this.top - 0]; }; - proto_1.isTargetOfMember = function () { + AstPath_prototype.isTargetOfMember = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.Member && this.asts[this.top - 1].operand1 === this.asts[this.top - 0]; }; - proto_1.isMemberOfMember = function () { + AstPath_prototype.isMemberOfMember = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.Member && this.asts[this.top - 1].operand2 === this.asts[this.top - 0]; }; - proto_1.isItemOfList = function () { + AstPath_prototype.isItemOfList = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.List; //(this.asts[this.top - 1]).operand2 === this.asts[this.top - 0]; }; - proto_1.isThenOfIf = function () { + AstPath_prototype.isThenOfIf = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.If && this.asts[this.top - 1].thenBod == this.asts[this.top - 0]; }; - proto_1.isElseOfIf = function () { + AstPath_prototype.isElseOfIf = function () { return this.count() >= 2 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.If && this.asts[this.top - 1].elseBod == this.asts[this.top - 0]; }; - proto_1.isBodyOfDefaultCase = function () { + AstPath_prototype.isBodyOfDefaultCase = function () { return this.isBodyOfCase(); }; - proto_1.isSingleStatementList = function () { + AstPath_prototype.isSingleStatementList = function () { return this.count() >= 1 && this.asts[this.top].nodeType === TypeScript.NodeType.List && this.asts[this.top].members.length === 1; }; - proto_1.isArgumentListOfFunction = function () { + AstPath_prototype.isArgumentListOfFunction = function () { return this.count() >= 2 && this.asts[this.top - 0].nodeType === TypeScript.NodeType.List && this.asts[this.top - 1].nodeType === TypeScript.NodeType.FuncDecl && this.asts[this.top - 1].arguments === this.asts[this.top - 0]; }; - proto_1.isArgumentOfFunction = function () { + AstPath_prototype.isArgumentOfFunction = function () { return this.count() >= 3 && this.asts[this.top - 1].nodeType === TypeScript.NodeType.List && this.asts[this.top - 2].nodeType === TypeScript.NodeType.FuncDecl && this.asts[this.top - 2].arguments === this.asts[this.top - 1]; }; - proto_1.isArgumentListOfCall = function () { + AstPath_prototype.isArgumentListOfCall = function () { return this.count() >= 2 && this.asts[this.top - 0].nodeType === TypeScript.NodeType.List && this.asts[this.top - 1].nodeType === TypeScript.NodeType.Call && this.asts[this.top - 1].arguments === this.asts[this.top - 0]; }; - proto_1.isArgumentListOfNew = function () { + AstPath_prototype.isArgumentListOfNew = function () { return this.count() >= 2 && this.asts[this.top - 0].nodeType === TypeScript.NodeType.List && this.asts[this.top - 1].nodeType === TypeScript.NodeType.New && this.asts[this.top - 1].arguments === this.asts[this.top - 0]; }; - proto_1.isSynthesizedBlock = function () { + AstPath_prototype.isSynthesizedBlock = function () { return this.count() >= 1 && this.asts[this.top - 0].nodeType === TypeScript.NodeType.Block && this.asts[this.top - 0].isStatementBlock === false; diff --git a/tests/baselines/reference/parserRealSource4.js b/tests/baselines/reference/parserRealSource4.js index e761b94b5d1f7..9a047dfce57ee 100644 --- a/tests/baselines/reference/parserRealSource4.js +++ b/tests/baselines/reference/parserRealSource4.js @@ -321,8 +321,8 @@ var TypeScript; this.itemCount = 0; this.table = new BlockIntrinsics(); } - var proto_1 = StringHashTable.prototype; - proto_1.getAllKeys = function () { + var StringHashTable_prototype = StringHashTable.prototype; + StringHashTable_prototype.getAllKeys = function () { var result = []; for (var k in this.table) { if (this.table[k] != undefined) { @@ -331,7 +331,7 @@ var TypeScript; } return result; }; - proto_1.add = function (key, data) { + StringHashTable_prototype.add = function (key, data) { if (this.table[key] != undefined) { return false; } @@ -339,7 +339,7 @@ var TypeScript; this.itemCount++; return true; }; - proto_1.addOrUpdate = function (key, data) { + StringHashTable_prototype.addOrUpdate = function (key, data) { if (this.table[key] != undefined) { this.table[key] = data; return false; @@ -348,7 +348,7 @@ var TypeScript; this.itemCount++; return true; }; - proto_1.map = function (fn, context) { + StringHashTable_prototype.map = function (fn, context) { for (var k in this.table) { var data = this.table[k]; if (data != undefined) { @@ -356,7 +356,7 @@ var TypeScript; } } }; - proto_1.every = function (fn, context) { + StringHashTable_prototype.every = function (fn, context) { for (var k in this.table) { var data = this.table[k]; if (data != undefined) { @@ -367,7 +367,7 @@ var TypeScript; } return true; }; - proto_1.some = function (fn, context) { + StringHashTable_prototype.some = function (fn, context) { for (var k in this.table) { var data = this.table[k]; if (data != undefined) { @@ -378,8 +378,8 @@ var TypeScript; } return false; }; - proto_1.count = function () { return this.itemCount; }; - proto_1.lookup = function (key) { + StringHashTable_prototype.count = function () { return this.itemCount; }; + StringHashTable_prototype.lookup = function (key) { var data = this.table[key]; if (data != undefined) { return data; @@ -400,11 +400,11 @@ var TypeScript; this.secondaryTable = secondaryTable; this.insertPrimary = true; } - var proto_2 = DualStringHashTable.prototype; - proto_2.getAllKeys = function () { + var DualStringHashTable_prototype = DualStringHashTable.prototype; + DualStringHashTable_prototype.getAllKeys = function () { return this.primaryTable.getAllKeys().concat(this.secondaryTable.getAllKeys()); }; - proto_2.add = function (key, data) { + DualStringHashTable_prototype.add = function (key, data) { if (this.insertPrimary) { return this.primaryTable.add(key, data); } @@ -412,7 +412,7 @@ var TypeScript; return this.secondaryTable.add(key, data); } }; - proto_2.addOrUpdate = function (key, data) { + DualStringHashTable_prototype.addOrUpdate = function (key, data) { if (this.insertPrimary) { return this.primaryTable.addOrUpdate(key, data); } @@ -420,20 +420,20 @@ var TypeScript; return this.secondaryTable.addOrUpdate(key, data); } }; - proto_2.map = function (fn, context) { + DualStringHashTable_prototype.map = function (fn, context) { this.primaryTable.map(fn, context); this.secondaryTable.map(fn, context); }; - proto_2.every = function (fn, context) { + DualStringHashTable_prototype.every = function (fn, context) { return this.primaryTable.every(fn, context) && this.secondaryTable.every(fn, context); }; - proto_2.some = function (fn, context) { + DualStringHashTable_prototype.some = function (fn, context) { return this.primaryTable.some(fn, context) || this.secondaryTable.some(fn, context); }; - proto_2.count = function () { + DualStringHashTable_prototype.count = function () { return this.primaryTable.count() + this.secondaryTable.count(); }; - proto_2.lookup = function (key) { + DualStringHashTable_prototype.lookup = function (key) { var data = this.primaryTable.lookup(key); if (data != undefined) { return data; @@ -478,8 +478,8 @@ var TypeScript; this.table[i] = null; } } - var proto_3 = HashTable.prototype; - proto_3.add = function (key, data) { + var HashTable_prototype = HashTable.prototype; + HashTable_prototype.add = function (key, data) { var current; var entry = new HashEntry(key, data); var val = this.hashFn(key); @@ -494,7 +494,7 @@ var TypeScript; this.itemCount++; return true; }; - proto_3.remove = function (key) { + HashTable_prototype.remove = function (key) { var current; var val = this.hashFn(key); val = val % this.size; @@ -516,8 +516,8 @@ var TypeScript; } return result; }; - proto_3.count = function () { return this.itemCount; }; - proto_3.lookup = function (key) { + HashTable_prototype.count = function () { return this.itemCount; }; + HashTable_prototype.lookup = function (key) { var current; var val = this.hashFn(key); val = val % this.size; @@ -537,8 +537,8 @@ var TypeScript; this.keys = []; this.values = []; } - var proto_4 = SimpleHashTable.prototype; - proto_4.lookup = function (key, findValue) { + var SimpleHashTable_prototype = SimpleHashTable.prototype; + SimpleHashTable_prototype.lookup = function (key, findValue) { var searchArray = this.keys; if (findValue) { searchArray = this.values; @@ -553,7 +553,7 @@ var TypeScript; } return null; }; - proto_4.add = function (key, data) { + SimpleHashTable_prototype.add = function (key, data) { var lookupData = this.lookup(key); if (lookupData) { return false; diff --git a/tests/baselines/reference/parserRealSource5.js b/tests/baselines/reference/parserRealSource5.js index 962c7cfd975a3..13397ac5149ba 100644 --- a/tests/baselines/reference/parserRealSource5.js +++ b/tests/baselines/reference/parserRealSource5.js @@ -82,14 +82,14 @@ var TypeScript; this.indentStrings = []; this.indentAmt = 0; } - var proto_1 = PrintContext.prototype; - proto_1.increaseIndent = function () { + var PrintContext_prototype = PrintContext.prototype; + PrintContext_prototype.increaseIndent = function () { this.indentAmt++; }; - proto_1.decreaseIndent = function () { + PrintContext_prototype.decreaseIndent = function () { this.indentAmt--; }; - proto_1.startLine = function () { + PrintContext_prototype.startLine = function () { if (this.builder.length > 0) { CompilerDiagnostics.Alert(this.builder); } @@ -103,10 +103,10 @@ var TypeScript; } this.builder += indentString; }; - proto_1.write = function (s) { + PrintContext_prototype.write = function (s) { this.builder += s; }; - proto_1.writeLine = function (s) { + PrintContext_prototype.writeLine = function (s) { this.builder += s; this.outfile.WriteLine(this.builder); this.builder = ""; diff --git a/tests/baselines/reference/parserRealSource6.js b/tests/baselines/reference/parserRealSource6.js index d83ac90578375..99c4e4ece9b07 100644 --- a/tests/baselines/reference/parserRealSource6.js +++ b/tests/baselines/reference/parserRealSource6.js @@ -265,26 +265,26 @@ var TypeScript; this.publicsOnly = true; this.useFullAst = false; } - var proto_1 = EnclosingScopeContext.prototype; - proto_1.getScope = function () { + var EnclosingScopeContext_prototype = EnclosingScopeContext.prototype; + EnclosingScopeContext_prototype.getScope = function () { return this.scopeGetter(); }; - proto_1.getObjectLiteralScope = function () { + EnclosingScopeContext_prototype.getObjectLiteralScope = function () { return this.objectLiteralScopeGetter(); }; - proto_1.getScopeAST = function () { + EnclosingScopeContext_prototype.getScopeAST = function () { return this.scopeStartAST; }; - proto_1.getScopePosition = function () { + EnclosingScopeContext_prototype.getScopePosition = function () { return this.scopeStartAST.minChar; }; - proto_1.getScriptFragmentStartAST = function () { + EnclosingScopeContext_prototype.getScriptFragmentStartAST = function () { return this.scopeStartAST; }; - proto_1.getScriptFragmentPosition = function () { + EnclosingScopeContext_prototype.getScriptFragmentPosition = function () { return this.getScriptFragmentStartAST().minChar; }; - proto_1.getScriptFragment = function () { + EnclosingScopeContext_prototype.getScriptFragment = function () { if (this.scriptFragment == null) { var ast = this.getScriptFragmentStartAST(); var minChar = ast.minChar; diff --git a/tests/baselines/reference/parserRealSource8.js b/tests/baselines/reference/parserRealSource8.js index 6704a084557b4..6e01b5c3e58a8 100644 --- a/tests/baselines/reference/parserRealSource8.js +++ b/tests/baselines/reference/parserRealSource8.js @@ -512,11 +512,11 @@ var TypeScript; this.stop = stop; this.result = null; } - var proto_1 = ScopeSearchFilter.prototype; - proto_1.reset = function () { + var ScopeSearchFilter_prototype = ScopeSearchFilter.prototype; + ScopeSearchFilter_prototype.reset = function () { this.result = null; }; - proto_1.update = function (b) { + ScopeSearchFilter_prototype.update = function (b) { this.result = this.select(this.result, b); if (this.result) { return this.stop(this.result); diff --git a/tests/baselines/reference/parserRealSource9.js b/tests/baselines/reference/parserRealSource9.js index 0b8338e1d119f..f166483e37fe0 100644 --- a/tests/baselines/reference/parserRealSource9.js +++ b/tests/baselines/reference/parserRealSource9.js @@ -219,8 +219,8 @@ var TypeScript; function Binder(checker) { this.checker = checker; } - var proto_1 = Binder.prototype; - proto_1.resolveBaseTypeLinks = function (typeLinks, scope) { + var Binder_prototype = Binder.prototype; + Binder_prototype.resolveBaseTypeLinks = function (typeLinks, scope) { var extendsList = null; if (typeLinks) { extendsList = new Type[]; @@ -239,7 +239,7 @@ var TypeScript; } return extendsList; }; - proto_1.resolveBases = function (scope, type) { + Binder_prototype.resolveBases = function (scope, type) { type.extendsList = this.resolveBaseTypeLinks(type.extendsTypeLinks, scope); var i = 0, len = type.extendsList.length; var derivedIsClass = type.isClassInstance(); @@ -270,7 +270,7 @@ var TypeScript; } } }; - proto_1.resolveSignatureGroup = function (signatureGroup, scope, instanceType) { + Binder_prototype.resolveSignatureGroup = function (signatureGroup, scope, instanceType) { var supplyVar = !(signatureGroup.hasImplementation); for (var i = 0, len = signatureGroup.signatures.length; i < len; i++) { var signature = signatureGroup.signatures[i]; @@ -295,7 +295,7 @@ var TypeScript; } } }; - proto_1.bindType = function (scope, type, instanceType) { + Binder_prototype.bindType = function (scope, type, instanceType) { if (instanceType) { this.bindType(scope, instanceType, null); } @@ -345,7 +345,7 @@ var TypeScript; this.bindType(scope, type.elementType, null); } }; - proto_1.bindSymbol = function (scope, symbol) { + Binder_prototype.bindSymbol = function (scope, symbol) { if (!symbol.bound) { var prevLocationInfo = this.checker.locationInfo; if ((this.checker.units) && (symbol.unitIndex >= 0) && (symbol.unitIndex < this.checker.units.length)) { @@ -391,7 +391,7 @@ var TypeScript; } symbol.bound = true; }; - proto_1.bind = function (scope, table) { + Binder_prototype.bind = function (scope, table) { table.map(function (key, sym, binder) { binder.bindSymbol(scope, sym); }, this); diff --git a/tests/baselines/reference/parserharness.js b/tests/baselines/reference/parserharness.js index 99617c55e60c1..3c9870855bdb7 100644 --- a/tests/baselines/reference/parserharness.js +++ b/tests/baselines/reference/parserharness.js @@ -2278,18 +2278,18 @@ var Harness; var Logger = /** @class */ (function () { function Logger() { } - var proto_1 = Logger.prototype; - proto_1.start = function (fileName, priority) { }; - proto_1.end = function (fileName) { }; - proto_1.scenarioStart = function (scenario) { }; - proto_1.scenarioEnd = function (scenario, error) { }; - proto_1.testStart = function (test) { }; - proto_1.pass = function (test) { }; - proto_1.bug = function (test) { }; - proto_1.fail = function (test) { }; - proto_1.error = function (test, error) { }; - proto_1.comment = function (comment) { }; - proto_1.verify = function (test, passed, actual, expected, message) { }; + var Logger_prototype = Logger.prototype; + Logger_prototype.start = function (fileName, priority) { }; + Logger_prototype.end = function (fileName) { }; + Logger_prototype.scenarioStart = function (scenario) { }; + Logger_prototype.scenarioEnd = function (scenario, error) { }; + Logger_prototype.testStart = function (test) { }; + Logger_prototype.pass = function (test) { }; + Logger_prototype.bug = function (test) { }; + Logger_prototype.fail = function (test) { }; + Logger_prototype.error = function (test, error) { }; + Logger_prototype.comment = function (comment) { }; + Logger_prototype.verify = function (test, passed, actual, expected, message) { }; return Logger; }()); Harness.Logger = Logger; @@ -2324,15 +2324,15 @@ var Harness; // A list of all our child Runnables this.children = []; } - var proto_2 = Runnable.prototype; - proto_2.addChild = function (child) { + var Runnable_prototype = Runnable.prototype; + Runnable_prototype.addChild = function (child) { this.children.push(child); }; /** Call function fn, which may take a done function and may possibly execute * asynchronously, calling done when finished. Returns true or false depending * on whether the function was asynchronous or not. */ - proto_2.call = function (fn, done) { + Runnable_prototype.call = function (fn, done) { var isAsync = true; try { if (fn.length === 0) { @@ -2357,11 +2357,11 @@ var Harness; return false; } }; - proto_2.run = function (done) { }; - proto_2.runBlock = function (done) { + Runnable_prototype.run = function (done) { }; + Runnable_prototype.runBlock = function (done) { return this.call(this.block, done); }; - proto_2.runChild = function (index, done) { + Runnable_prototype.runChild = function (index, done) { var _this = this; return this.call((function (done) { return _this.children[index].run(done); }), done); }; @@ -2395,12 +2395,12 @@ var Harness; _this.block = block; return _this; } - var proto_3 = TestCase.prototype; - proto_3.addChild = function (child) { + var TestCase_prototype = TestCase.prototype; + TestCase_prototype.addChild = function (child) { throw new Error("Testcases may not be nested inside other testcases"); }; /** Run the test case block and fail the test if it raised an error. If no error is raised, the test passes. */ - proto_3.run = function (done) { + TestCase_prototype.run = function (done) { var that = this; Runnable.currentStack.push(this); emitLog('testStart', { desc: this.description }); @@ -2431,9 +2431,9 @@ var Harness; _this.block = block; return _this; } - var proto_4 = Scenario.prototype; + var Scenario_prototype = Scenario.prototype; /** Run the block, and if the block doesn't raise an error, run the children. */ - proto_4.run = function (done) { + Scenario_prototype.run = function (done) { var that = this; Runnable.currentStack.push(this); emitLog('scenarioStart', { desc: this.description }); @@ -2458,7 +2458,7 @@ var Harness; * set this scenario to failed. Synchronous tests will run synchronously without * adding stack frames. */ - proto_4.runChildren = function (done, index) { + Scenario_prototype.runChildren = function (done, index) { if (index === void 0) { index = 0; } var that = this; var async = false; @@ -2485,12 +2485,12 @@ var Harness; function Run() { return _super.call(this, 'Test Run', null) || this; } - var proto_5 = Run.prototype; - proto_5.run = function () { + var Run_prototype = Run.prototype; + Run_prototype.run = function () { emitLog('start'); this.runChildren(); }; - proto_5.runChildren = function (index) { + Run_prototype.runChildren = function (index) { if (index === void 0) { index = 0; } var async = false; var that = this; @@ -2536,12 +2536,12 @@ var Harness; function Timer() { this.time = 0; } - var proto_6 = Timer.prototype; - proto_6.start = function () { + var Timer_prototype = Timer.prototype; + Timer_prototype.start = function () { this.time = 0; this.startTime = Clock.now(); }; - proto_6.end = function () { + Timer_prototype.end = function () { // Set time to MS. this.time = (Clock.now() - this.startTime) / Clock.resolution * 1000; }; @@ -2552,18 +2552,18 @@ var Harness; function Dataset() { this.data = []; } - var proto_7 = Dataset.prototype; - proto_7.add = function (value) { + var Dataset_prototype = Dataset.prototype; + Dataset_prototype.add = function (value) { this.data.push(value); }; - proto_7.mean = function () { + Dataset_prototype.mean = function () { var sum = 0; for (var i = 0; i < this.data.length; i++) { sum += this.data[i]; } return sum / this.data.length; }; - proto_7.min = function () { + Dataset_prototype.min = function () { var min = this.data[0]; for (var i = 1; i < this.data.length; i++) { if (this.data[i] < min) { @@ -2572,7 +2572,7 @@ var Harness; } return min; }; - proto_7.max = function () { + Dataset_prototype.max = function () { var max = this.data[0]; for (var i = 1; i < this.data.length; i++) { if (this.data[i] > max) { @@ -2581,7 +2581,7 @@ var Harness; } return max; }; - proto_7.stdDev = function () { + Dataset_prototype.stdDev = function () { var sampleMean = this.mean(); var sumOfSquares = 0; for (var i = 0; i < this.data.length; i++) { @@ -2599,13 +2599,13 @@ var Harness; this.description = ""; this.results = {}; } - var proto_8 = Benchmark.prototype; - proto_8.bench = function (subBench) { }; - proto_8.before = function () { }; - proto_8.beforeEach = function () { }; - proto_8.after = function () { }; - proto_8.afterEach = function () { }; - proto_8.addTimingFor = function (name, timing) { + var Benchmark_prototype = Benchmark.prototype; + Benchmark_prototype.bench = function (subBench) { }; + Benchmark_prototype.before = function () { }; + Benchmark_prototype.beforeEach = function () { }; + Benchmark_prototype.after = function () { }; + Benchmark_prototype.afterEach = function () { }; + Benchmark_prototype.addTimingFor = function (name, timing) { this.results[name] = this.results[name] || new Dataset(); this.results[name].add(timing); }; @@ -2673,21 +2673,21 @@ var Harness; this.lines = []; this.currentLine = ""; } - var proto_9 = WriterAggregator.prototype; - proto_9.Write = function (str) { + var WriterAggregator_prototype = WriterAggregator.prototype; + WriterAggregator_prototype.Write = function (str) { this.currentLine += str; }; - proto_9.WriteLine = function (str) { + WriterAggregator_prototype.WriteLine = function (str) { this.lines.push(this.currentLine + str); this.currentLine = ""; }; - proto_9.Close = function () { + WriterAggregator_prototype.Close = function () { if (this.currentLine.length > 0) { this.lines.push(this.currentLine); } this.currentLine = ""; }; - proto_9.reset = function () { + WriterAggregator_prototype.reset = function () { this.lines = []; this.currentLine = ""; }; @@ -2699,9 +2699,9 @@ var Harness; function EmitterIOHost() { this.fileCollection = {}; } - var proto_10 = EmitterIOHost.prototype; + var EmitterIOHost_prototype = EmitterIOHost.prototype; /** create file gets the whole path to create, so this works as expected with the --out parameter */ - proto_10.createFile = function (s, useUTF8) { + EmitterIOHost_prototype.createFile = function (s, useUTF8) { if (this.fileCollection[s]) { return this.fileCollection[s]; } @@ -2709,11 +2709,11 @@ var Harness; this.fileCollection[s] = writer; return writer; }; - proto_10.directoryExists = function (s) { return false; }; - proto_10.fileExists = function (s) { return typeof this.fileCollection[s] !== 'undefined'; }; - proto_10.resolvePath = function (s) { return s; }; - proto_10.reset = function () { this.fileCollection = {}; }; - proto_10.toArray = function () { + EmitterIOHost_prototype.directoryExists = function (s) { return false; }; + EmitterIOHost_prototype.fileExists = function (s) { return typeof this.fileCollection[s] !== 'undefined'; }; + EmitterIOHost_prototype.resolvePath = function (s) { return s; }; + EmitterIOHost_prototype.reset = function () { this.fileCollection = {}; }; + EmitterIOHost_prototype.toArray = function () { var result = []; for (var p in this.fileCollection) { if (this.fileCollection.hasOwnProperty(p)) { @@ -2783,20 +2783,20 @@ var Harness; this.code = code; this.identifier = identifier; } - var proto_11 = Type.prototype; - proto_11.normalizeToArray = function (arg) { + var Type_prototype = Type.prototype; + Type_prototype.normalizeToArray = function (arg) { if ((Array.isArray && Array.isArray(arg)) || arg instanceof Array) return arg; return [arg]; }; - proto_11.compilesOk = function (testCode) { + Type_prototype.compilesOk = function (testCode) { var errors = null; compileString(testCode, 'test.ts', function (compilerResult) { errors = compilerResult.errors; }); return errors.length === 0; }; - proto_11.isSubtypeOf = function (other) { + Type_prototype.isSubtypeOf = function (other) { var testCode = 'class __test1__ {\n'; testCode += ' public test() {\n'; testCode += ' ' + other.code + ';\n'; @@ -2826,7 +2826,7 @@ var Harness; // testCode += 'function __test__function__() { if(true) { return __test1__val__ }; return __test2__val__; }'; // return this.compilesOk(testCode); //} - proto_11.assertSubtypeOf = function (others) { + Type_prototype.assertSubtypeOf = function (others) { others = this.normalizeToArray(others); for (var i = 0; i < others.length; i++) { if (!this.isSubtypeOf(others[i])) { @@ -2834,7 +2834,7 @@ var Harness; } } }; - proto_11.assertNotSubtypeOf = function (others) { + Type_prototype.assertNotSubtypeOf = function (others) { others = this.normalizeToArray(others); for (var i = 0; i < others.length; i++) { if (this.isSubtypeOf(others[i])) { @@ -2852,7 +2852,7 @@ var Harness; // throw new Error("Expected " + this.type + " to not be identical to " + other.type); // } //} - proto_11.isAssignmentCompatibleWith = function (other) { + Type_prototype.isAssignmentCompatibleWith = function (other) { var testCode = 'module __test1__ {\n'; testCode += ' ' + this.code + ';\n'; testCode += ' export var __val__ = ' + this.identifier + ';\n'; @@ -2866,7 +2866,7 @@ var Harness; testCode += '__test2__val__ = __test1__val__;'; return this.compilesOk(testCode); }; - proto_11.assertAssignmentCompatibleWith = function (others) { + Type_prototype.assertAssignmentCompatibleWith = function (others) { others = this.normalizeToArray(others); for (var i = 0; i < others.length; i++) { var other = others[i]; @@ -2875,7 +2875,7 @@ var Harness; } } }; - proto_11.assertNotAssignmentCompatibleWith = function (others) { + Type_prototype.assertNotAssignmentCompatibleWith = function (others) { others = this.normalizeToArray(others); for (var i = 0; i < others.length; i++) { var other = others[i]; @@ -2884,7 +2884,7 @@ var Harness; } } }; - proto_11.assertThisCanBeAssignedTo = function (desc, these, notThese) { + Type_prototype.assertThisCanBeAssignedTo = function (desc, these, notThese) { var _this = this; it(desc + " is assignable to ", function () { _this.assertAssignmentCompatibleWith(these); @@ -2903,8 +2903,8 @@ var Harness; this.string = this.get('var x : string', 'x'); this.boolean = this.get('var x : boolean', 'x'); } - var proto_12 = TypeFactory.prototype; - proto_12.get = function (code, target) { + var TypeFactory_prototype = TypeFactory.prototype; + TypeFactory_prototype.get = function (code, target) { var targetIdentifier = ''; var targetPosition = -1; if (typeof target === "string") { @@ -2980,7 +2980,7 @@ var Harness; return matchingIdentifiers[0]; } }; - proto_12.getTypeInfoName = function (ast) { + TypeFactory_prototype.getTypeInfoName = function (ast) { var name = ''; switch (ast.nodeType) { case TypeScript.NodeType.Name: // Type Name? @@ -3029,7 +3029,7 @@ var Harness; } return name; }; - proto_12.isOfType = function (expr, expectedType) { + TypeFactory_prototype.isOfType = function (expr, expectedType) { var actualType = this.get('var _v_a_r_ = ' + expr, '_v_a_r_'); it('Expression "' + expr + '" is of type "' + expectedType + '"', function () { assert.equal(actualType.type, expectedType); @@ -3434,14 +3434,14 @@ var Harness; this.editRanges = []; this.version = 1; } - var proto_13 = ScriptInfo.prototype; - proto_13.updateContent = function (content, isResident) { + var ScriptInfo_prototype = ScriptInfo.prototype; + ScriptInfo_prototype.updateContent = function (content, isResident) { this.editRanges = []; this.content = content; this.isResident = isResident; this.version++; }; - proto_13.editContent = function (minChar, limChar, newText) { + ScriptInfo_prototype.editContent = function (minChar, limChar, newText) { // Apply edits var prefix = this.content.substring(0, minChar); var middle = newText; @@ -3458,7 +3458,7 @@ var Harness; // Update version # this.version++; }; - proto_13.getEditRangeSinceVersion = function (version) { + ScriptInfo_prototype.getEditRangeSinceVersion = function (version) { if (this.version == version) { // No edits! return null; @@ -3483,21 +3483,21 @@ var Harness; this.scripts = []; this.maxScriptVersions = 100; } - var proto_14 = TypeScriptLS.prototype; - proto_14.addDefaultLibrary = function () { + var TypeScriptLS_prototype = TypeScriptLS.prototype; + TypeScriptLS_prototype.addDefaultLibrary = function () { this.addScript("lib.d.ts", Harness.Compiler.libText, true); }; - proto_14.addFile = function (name, isResident) { + TypeScriptLS_prototype.addFile = function (name, isResident) { if (isResident === void 0) { isResident = false; } var code = readFile(name); this.addScript(name, code, isResident); }; - proto_14.addScript = function (name, content, isResident) { + TypeScriptLS_prototype.addScript = function (name, content, isResident) { if (isResident === void 0) { isResident = false; } var script = new ScriptInfo(name, content, isResident, this.maxScriptVersions); this.scripts.push(script); }; - proto_14.updateScript = function (name, content, isResident) { + TypeScriptLS_prototype.updateScript = function (name, content, isResident) { if (isResident === void 0) { isResident = false; } for (var i = 0; i < this.scripts.length; i++) { if (this.scripts[i].name == name) { @@ -3507,7 +3507,7 @@ var Harness; } this.addScript(name, content, isResident); }; - proto_14.editScript = function (name, minChar, limChar, newText) { + TypeScriptLS_prototype.editScript = function (name, minChar, limChar, newText) { for (var i = 0; i < this.scripts.length; i++) { if (this.scripts[i].name == name) { this.scripts[i].editContent(minChar, limChar, newText); @@ -3516,46 +3516,46 @@ var Harness; } throw new Error("No script with name '" + name + "'"); }; - proto_14.getScriptContent = function (scriptIndex) { + TypeScriptLS_prototype.getScriptContent = function (scriptIndex) { return this.scripts[scriptIndex].content; }; ////////////////////////////////////////////////////////////////////// // ILogger implementation // - proto_14.information = function () { return false; }; - proto_14.debug = function () { return true; }; - proto_14.warning = function () { return true; }; - proto_14.error = function () { return true; }; - proto_14.fatal = function () { return true; }; - proto_14.log = function (s) { + TypeScriptLS_prototype.information = function () { return false; }; + TypeScriptLS_prototype.debug = function () { return true; }; + TypeScriptLS_prototype.warning = function () { return true; }; + TypeScriptLS_prototype.error = function () { return true; }; + TypeScriptLS_prototype.fatal = function () { return true; }; + TypeScriptLS_prototype.log = function (s) { // For debugging... //IO.printLine("TypeScriptLS:" + s); }; ////////////////////////////////////////////////////////////////////// // ILanguageServiceShimHost implementation // - proto_14.getCompilationSettings = function () { + TypeScriptLS_prototype.getCompilationSettings = function () { return ""; // i.e. default settings }; - proto_14.getScriptCount = function () { + TypeScriptLS_prototype.getScriptCount = function () { return this.scripts.length; }; - proto_14.getScriptSourceText = function (scriptIndex, start, end) { + TypeScriptLS_prototype.getScriptSourceText = function (scriptIndex, start, end) { return this.scripts[scriptIndex].content.substring(start, end); }; - proto_14.getScriptSourceLength = function (scriptIndex) { + TypeScriptLS_prototype.getScriptSourceLength = function (scriptIndex) { return this.scripts[scriptIndex].content.length; }; - proto_14.getScriptId = function (scriptIndex) { + TypeScriptLS_prototype.getScriptId = function (scriptIndex) { return this.scripts[scriptIndex].name; }; - proto_14.getScriptIsResident = function (scriptIndex) { + TypeScriptLS_prototype.getScriptIsResident = function (scriptIndex) { return this.scripts[scriptIndex].isResident; }; - proto_14.getScriptVersion = function (scriptIndex) { + TypeScriptLS_prototype.getScriptVersion = function (scriptIndex) { return this.scripts[scriptIndex].version; }; - proto_14.getScriptEditRangeSinceVersion = function (scriptIndex, scriptVersion) { + TypeScriptLS_prototype.getScriptEditRangeSinceVersion = function (scriptIndex, scriptVersion) { var range = this.scripts[scriptIndex].getEditRangeSinceVersion(scriptVersion); var result = (range.minChar + "," + range.limChar + "," + range.delta); return result; @@ -3563,14 +3563,14 @@ var Harness; /** Return a new instance of the language service shim, up-to-date wrt to typecheck. * To access the non-shim (i.e. actual) language service, use the "ls.languageService" property. */ - proto_14.getLanguageService = function () { + TypeScriptLS_prototype.getLanguageService = function () { var ls = new Services.TypeScriptServicesFactory().createLanguageServiceShim(this); ls.refresh(true); this.ls = ls; return ls; }; /** Parse file given its source text */ - proto_14.parseSourceText = function (fileName, sourceText) { + TypeScriptLS_prototype.parseSourceText = function (fileName, sourceText) { var parser = new TypeScript.Parser(); parser.setErrorRecovery(null); parser.errorCallback = function (a, b, c, d) { }; @@ -3578,7 +3578,7 @@ var Harness; return script; }; /** Parse a file on disk given its filename */ - proto_14.parseFile = function (fileName) { + TypeScriptLS_prototype.parseFile = function (fileName) { var sourceText = new TypeScript.StringSourceText(IO.readFile(fileName)); return this.parseSourceText(fileName, sourceText); }; @@ -3586,7 +3586,7 @@ var Harness; * @param line 1 based index * @param col 1 based index */ - proto_14.lineColToPosition = function (fileName, line, col) { + TypeScriptLS_prototype.lineColToPosition = function (fileName, line, col) { var script = this.ls.languageService.getScriptAST(fileName); assert.notNull(script); assert.is(line >= 1); @@ -3598,7 +3598,7 @@ var Harness; * @param line 0 based index * @param col 0 based index */ - proto_14.positionToZeroBasedLineCol = function (fileName, position) { + TypeScriptLS_prototype.positionToZeroBasedLineCol = function (fileName, position) { var script = this.ls.languageService.getScriptAST(fileName); assert.notNull(script); var result = TypeScript.getZeroBasedLineColumnFromPosition(script, position); @@ -3607,7 +3607,7 @@ var Harness; return result; }; /** Verify that applying edits to sourceFileName result in the content of the file baselineFileName */ - proto_14.checkEdits = function (sourceFileName, baselineFileName, edits) { + TypeScriptLS_prototype.checkEdits = function (sourceFileName, baselineFileName, edits) { var script = readFile(sourceFileName); var formattedScript = this.applyEdits(script, edits); var baseline = readFile(baselineFileName); @@ -3615,7 +3615,7 @@ var Harness; assert.equal(formattedScript, baseline); }; /** Apply an array of text edits to a string, and return the resulting string. */ - proto_14.applyEdits = function (content, edits) { + TypeScriptLS_prototype.applyEdits = function (content, edits) { var result = content; edits = this.normalizeEdits(edits); for (var i = edits.length - 1; i >= 0; i--) { @@ -3628,7 +3628,7 @@ var Harness; return result; }; /** Normalize an array of edits by removing overlapping entries and sorting entries on the minChar position. */ - proto_14.normalizeEdits = function (edits) { + TypeScriptLS_prototype.normalizeEdits = function (edits) { var result = []; function mapEdits(edits) { var result = []; @@ -3674,7 +3674,7 @@ var Harness; } return result; }; - proto_14.getHostSettings = function () { + TypeScriptLS_prototype.getHostSettings = function () { return JSON.stringify({ usePullLanguageService: Harness.usePull }); }; return TypeScriptLS; diff --git a/tests/baselines/reference/parserindenter.js b/tests/baselines/reference/parserindenter.js index d71696fa91eec..65a4d774f65ac 100644 --- a/tests/baselines/reference/parserindenter.js +++ b/tests/baselines/reference/parserindenter.js @@ -776,8 +776,8 @@ var Formatting; this.ApplyScriptBlockIndentation(this.languageHostIndentation, this.tree); this.FillInheritedIndentation(this.tree); } - var proto_1 = Indenter.prototype; - proto_1.GetIndentationEdits = function (token, nextToken, node, sameLineIndent) { + var Indenter_prototype = Indenter.prototype; + Indenter_prototype.GetIndentationEdits = function (token, nextToken, node, sameLineIndent) { if (this.logger.information()) { this.logger.log("GetIndentationEdits(" + "t1=[" + token.Span.startPosition() + "," + token.Span.endPosition() + "], " + @@ -793,7 +793,7 @@ var Formatting; } return result; }; - proto_1.GetIndentationEditsWorker = function (token, nextToken, node, sameLineIndent) { + Indenter_prototype.GetIndentationEditsWorker = function (token, nextToken, node, sameLineIndent) { var result = new List_TextEditInfo(); var indentationInfo = null; // This handles the case: @@ -866,7 +866,7 @@ var Formatting; } return result; }; - proto_1.GetCommentIndentationEdits = function (token) { + Indenter_prototype.GetCommentIndentationEdits = function (token) { var result = new List_TextEditInfo(); if (token.Token != AuthorTokenKind.atkComment) return result; @@ -910,7 +910,7 @@ var Formatting; } return indentSize; }; - proto_1.GetSpecialCaseIndentation = function (token, node) { + Indenter_prototype.GetSpecialCaseIndentation = function (token, node) { var indentationInfo = null; switch (token.Token) { case AuthorTokenKind.atkLCurly: // { is not part of the tree @@ -940,7 +940,7 @@ var Formatting; return indentationInfo; } }; - proto_1.GetSpecialCaseIndentationForLCurly = function (node) { + Indenter_prototype.GetSpecialCaseIndentationForLCurly = function (node) { var indentationInfo = null; if (node.AuthorNode.Details.Kind == AuthorParseNodeKind.apnkFncDecl || node.AuthorNode.EdgeLabel == AuthorParseNodeEdge.apneThen || node.AuthorNode.EdgeLabel == AuthorParseNodeEdge.apneElse) { @@ -956,7 +956,7 @@ var Formatting; indentationInfo = node.GetEffectiveIndentation(this); return indentationInfo; }; - proto_1.GetSpecialCaseIndentationForSemicolon = function (token, node) { + Indenter_prototype.GetSpecialCaseIndentationForSemicolon = function (token, node) { var indentationInfo = null; if (this.smartIndent) { indentationInfo = node.GetEffectiveChildrenIndentation(this); @@ -976,7 +976,7 @@ var Formatting; } return null; }; - proto_1.GetSpecialCaseIndentationForComment = function (token, node) { + Indenter_prototype.GetSpecialCaseIndentationForComment = function (token, node) { var indentationInfo = null; // Only indent line comment and the first line of block comment var twoCharSpan = token.Span.Intersection(new Span(token.Span.startPosition(), 2)); @@ -992,7 +992,7 @@ var Formatting; } return indentationInfo; }; - proto_1.CanIndentComment = function (token, node) { + Indenter_prototype.CanIndentComment = function (token, node) { switch (node.AuthorNode.Details.Kind) { case AuthorParseNodeKind.apnkProg: case AuthorParseNodeKind.apnkBlock: @@ -1023,7 +1023,7 @@ var Formatting; } return false; }; - proto_1.ApplyScriptBlockIndentation = function (languageHostIndentation, tree) { + Indenter_prototype.ApplyScriptBlockIndentation = function (languageHostIndentation, tree) { if (languageHostIndentation == null || tree.StartNodeSelf == null) return; var scriptBlockIndentation = this.ApplyIndentationLevel(languageHostIndentation, 1); @@ -1064,7 +1064,7 @@ var Formatting; // The root is the program. tree.Root.SetIndentationOverride(scriptBlockIndentation); }; - proto_1.GetIndentEdit = function (indentInfo, tokenStartPosition, sameLineIndent) { + Indenter_prototype.GetIndentEdit = function (indentInfo, tokenStartPosition, sameLineIndent) { var indentText = this.ApplyIndentationLevel(indentInfo.Prefix, indentInfo.Level); if (sameLineIndent) { return new TextEditInfo(tokenStartPosition, 0, indentText); @@ -1089,7 +1089,7 @@ var Formatting; } return null; }; - proto_1.ApplyIndentationLevel = function (existingIndentation, level) { + Indenter_prototype.ApplyIndentationLevel = function (existingIndentation, level) { var indentSize = this.editorOptions.IndentSize; var tabSize = this.editorOptions.TabSize; var convertTabsToSpaces = this.editorOptions.ConvertTabsToSpaces; @@ -1112,7 +1112,7 @@ var Formatting; var totalIndentSize = level * indentSize; return this.GetIndentString(existingIndentation, totalIndentSize, tabSize, convertTabsToSpaces); }; - proto_1.GetIndentString = function (prefix, totalIndentSize, tabSize, convertTabsToSpaces) { + Indenter_prototype.GetIndentString = function (prefix, totalIndentSize, tabSize, convertTabsToSpaces) { var tabString = convertTabsToSpaces ? StringUtils.create(' ', tabSize) : "\t"; var text = ""; if (!StringUtils.IsNullOrEmpty(prefix)) @@ -1130,7 +1130,7 @@ var Formatting; } return text; }; - proto_1.ApplyIndentationDeltaFromParent = function (token, node) { + Indenter_prototype.ApplyIndentationDeltaFromParent = function (token, node) { var indentationInfo = null; var indentableParent = node; while (indentableParent != null && !indentableParent.CanIndent()) @@ -1143,7 +1143,7 @@ var Formatting; } return indentationInfo; }; - proto_1.ApplyIndentationDelta1 = function (tokenStartPosition, delta) { + Indenter_prototype.ApplyIndentationDelta1 = function (tokenStartPosition, delta) { // Get current indentation var snapshotLine = this.snapshot.GetLineFromPosition(tokenStartPosition); var currentIndentSpan = new Span(snapshotLine.startPosition(), tokenStartPosition - snapshotLine.startPosition()); @@ -1151,7 +1151,7 @@ var Formatting; // Calculate new indentation from current-indentation and delta return this.ApplyIndentationDelta2(currentIndent, delta); }; - proto_1.ApplyIndentationDelta2 = function (currentIndent, delta) { + Indenter_prototype.ApplyIndentationDelta2 = function (currentIndent, delta) { if (delta == 0) return null; var currentIndentSize = Indenter.GetIndentSizeFromIndentText(currentIndent, this.editorOptions); @@ -1165,7 +1165,7 @@ var Formatting; } return null; }; - proto_1.GetIndentationDelta = function (tokenStartPosition, childTokenStartPosition /*?*/) { + Indenter_prototype.GetIndentationDelta = function (tokenStartPosition, childTokenStartPosition /*?*/) { Debug.Assert(childTokenStartPosition !== undefined, "Error: caller must pass 'null' for undefined position"); var indentationDeltaSize = this.offsetIndentationDeltas.GetValue(tokenStartPosition); if (indentationDeltaSize === null) { @@ -1203,7 +1203,7 @@ var Formatting; } return indentationDeltaSize; }; - proto_1.FillInheritedIndentation = function (tree) { + Indenter_prototype.FillInheritedIndentation = function (tree) { var offset = -1; var indentNode = null; if (tree.StartNodeSelf != null) { @@ -1283,7 +1283,7 @@ var Formatting; } while (indentNode != null); } }; - proto_1.GetLineIndentationForOffset = function (offset) { + Indenter_prototype.GetLineIndentationForOffset = function (offset) { var indentationEdit; // First check if we already have indentation info in our indentation bag indentationEdit = this.indentationBag.FindIndent(offset); @@ -1301,7 +1301,7 @@ var Formatting; return lineText.substr(0, index); } }; - proto_1.RegisterIndentation = function (indent, sameLineIndent) { + Indenter_prototype.RegisterIndentation = function (indent, sameLineIndent) { var indentationInfo = null; if (sameLineIndent) { // Consider the original indentation from the beginning of the line up to the indent position (or really the token position) @@ -1314,10 +1314,10 @@ var Formatting; } this.indentationBag.AddIndent(indentationInfo); }; - proto_1.RegisterIndentation2 = function (position, indent) { + Indenter_prototype.RegisterIndentation2 = function (position, indent) { this.RegisterIndentation(new TextEditInfo(position, 0, indent), false); }; - proto_1.AdjustStartOffsetIfNeeded = function (token, node) { + Indenter_prototype.AdjustStartOffsetIfNeeded = function (token, node) { if (token == null) return; var updateStartOffset = false; @@ -1336,7 +1336,7 @@ var Formatting; ParseNodeExtensions.SetNodeSpan(node, token.Span.startPosition(), node.AuthorNode.Details.EndOffset); } }; - proto_1.IsMultiLineString = function (token) { + Indenter_prototype.IsMultiLineString = function (token) { return token.tokenID === TypeScript.TokenID.StringLiteral && this.snapshot.GetLineNumberFromPosition(token.Span.endPosition()) > this.snapshot.GetLineNumberFromPosition(token.Span.startPosition()); }; diff --git a/tests/baselines/reference/parsingClassRecoversWhenHittingUnexpectedSemicolon.js b/tests/baselines/reference/parsingClassRecoversWhenHittingUnexpectedSemicolon.js index 2b83d2ddf668f..db60189dc0f15 100644 --- a/tests/baselines/reference/parsingClassRecoversWhenHittingUnexpectedSemicolon.js +++ b/tests/baselines/reference/parsingClassRecoversWhenHittingUnexpectedSemicolon.js @@ -9,8 +9,8 @@ class C { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1.f = function () { }; + var C_prototype = C.prototype; + C_prototype.f = function () { }; ; return C; }()); diff --git a/tests/baselines/reference/primitiveMembers.js b/tests/baselines/reference/primitiveMembers.js index 2a2e98e55800a..cdb24902159b5 100644 --- a/tests/baselines/reference/primitiveMembers.js +++ b/tests/baselines/reference/primitiveMembers.js @@ -64,8 +64,8 @@ var n3 = 5 || {}; var baz = /** @class */ (function () { function baz() { } - var proto_1 = baz.prototype; - proto_1.bar = function () { }; + var baz_prototype = baz.prototype; + baz_prototype.bar = function () { }; ; return baz; }()); @@ -74,8 +74,8 @@ var foo = /** @class */ (function (_super) { function foo() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_2 = foo.prototype; - proto_2.bar = function () { return undefined; }; + var foo_prototype = foo.prototype; + foo_prototype.bar = function () { return undefined; }; ; return foo; }(baz)); diff --git a/tests/baselines/reference/privacyAccessorDeclFile.js b/tests/baselines/reference/privacyAccessorDeclFile.js index f032e7a35f37b..d6f74d245db7d 100644 --- a/tests/baselines/reference/privacyAccessorDeclFile.js +++ b/tests/baselines/reference/privacyAccessorDeclFile.js @@ -1076,7 +1076,7 @@ exports.publicClass = publicClass; var publicClassWithWithPrivateGetAccessorTypes = /** @class */ (function () { function publicClassWithWithPrivateGetAccessorTypes() { } - var proto_1 = publicClassWithWithPrivateGetAccessorTypes.prototype; + var publicClassWithWithPrivateGetAccessorTypes_prototype = publicClassWithWithPrivateGetAccessorTypes.prototype; Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -1091,14 +1091,14 @@ var publicClassWithWithPrivateGetAccessorTypes = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "myPublicMethod", { + Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes_prototype, "myPublicMethod", { get: function () { return null; }, enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "myPrivateMethod", { + Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes_prototype, "myPrivateMethod", { get: function () { return null; }, @@ -1119,14 +1119,14 @@ var publicClassWithWithPrivateGetAccessorTypes = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "myPublicMethod1", { + Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes_prototype, "myPublicMethod1", { get: function () { return new privateClass(); }, enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "myPrivateMethod1", { + Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes_prototype, "myPrivateMethod1", { get: function () { return new privateClass(); }, @@ -1139,7 +1139,7 @@ exports.publicClassWithWithPrivateGetAccessorTypes = publicClassWithWithPrivateG var publicClassWithWithPublicGetAccessorTypes = /** @class */ (function () { function publicClassWithWithPublicGetAccessorTypes() { } - var proto_2 = publicClassWithWithPublicGetAccessorTypes.prototype; + var publicClassWithWithPublicGetAccessorTypes_prototype = publicClassWithWithPublicGetAccessorTypes.prototype; Object.defineProperty(publicClassWithWithPublicGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -1154,14 +1154,14 @@ var publicClassWithWithPublicGetAccessorTypes = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_2, "myPublicMethod", { + Object.defineProperty(publicClassWithWithPublicGetAccessorTypes_prototype, "myPublicMethod", { get: function () { return null; }, enumerable: false, configurable: true }); - Object.defineProperty(proto_2, "myPrivateMethod", { + Object.defineProperty(publicClassWithWithPublicGetAccessorTypes_prototype, "myPrivateMethod", { get: function () { return null; }, @@ -1182,14 +1182,14 @@ var publicClassWithWithPublicGetAccessorTypes = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_2, "myPublicMethod1", { + Object.defineProperty(publicClassWithWithPublicGetAccessorTypes_prototype, "myPublicMethod1", { get: function () { return new publicClass(); }, enumerable: false, configurable: true }); - Object.defineProperty(proto_2, "myPrivateMethod1", { + Object.defineProperty(publicClassWithWithPublicGetAccessorTypes_prototype, "myPrivateMethod1", { get: function () { return new publicClass(); }, @@ -1202,7 +1202,7 @@ exports.publicClassWithWithPublicGetAccessorTypes = publicClassWithWithPublicGet var privateClassWithWithPrivateGetAccessorTypes = /** @class */ (function () { function privateClassWithWithPrivateGetAccessorTypes() { } - var proto_3 = privateClassWithWithPrivateGetAccessorTypes.prototype; + var privateClassWithWithPrivateGetAccessorTypes_prototype = privateClassWithWithPrivateGetAccessorTypes.prototype; Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -1217,14 +1217,14 @@ var privateClassWithWithPrivateGetAccessorTypes = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_3, "myPublicMethod", { + Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes_prototype, "myPublicMethod", { get: function () { return null; }, enumerable: false, configurable: true }); - Object.defineProperty(proto_3, "myPrivateMethod", { + Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes_prototype, "myPrivateMethod", { get: function () { return null; }, @@ -1245,14 +1245,14 @@ var privateClassWithWithPrivateGetAccessorTypes = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_3, "myPublicMethod1", { + Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes_prototype, "myPublicMethod1", { get: function () { return new privateClass(); }, enumerable: false, configurable: true }); - Object.defineProperty(proto_3, "myPrivateMethod1", { + Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes_prototype, "myPrivateMethod1", { get: function () { return new privateClass(); }, @@ -1264,7 +1264,7 @@ var privateClassWithWithPrivateGetAccessorTypes = /** @class */ (function () { var privateClassWithWithPublicGetAccessorTypes = /** @class */ (function () { function privateClassWithWithPublicGetAccessorTypes() { } - var proto_4 = privateClassWithWithPublicGetAccessorTypes.prototype; + var privateClassWithWithPublicGetAccessorTypes_prototype = privateClassWithWithPublicGetAccessorTypes.prototype; Object.defineProperty(privateClassWithWithPublicGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -1279,14 +1279,14 @@ var privateClassWithWithPublicGetAccessorTypes = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_4, "myPublicMethod", { + Object.defineProperty(privateClassWithWithPublicGetAccessorTypes_prototype, "myPublicMethod", { get: function () { return null; }, enumerable: false, configurable: true }); - Object.defineProperty(proto_4, "myPrivateMethod", { + Object.defineProperty(privateClassWithWithPublicGetAccessorTypes_prototype, "myPrivateMethod", { get: function () { return null; }, @@ -1307,14 +1307,14 @@ var privateClassWithWithPublicGetAccessorTypes = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_4, "myPublicMethod1", { + Object.defineProperty(privateClassWithWithPublicGetAccessorTypes_prototype, "myPublicMethod1", { get: function () { return new publicClass(); }, enumerable: false, configurable: true }); - Object.defineProperty(proto_4, "myPrivateMethod1", { + Object.defineProperty(privateClassWithWithPublicGetAccessorTypes_prototype, "myPrivateMethod1", { get: function () { return new publicClass(); }, @@ -1326,7 +1326,7 @@ var privateClassWithWithPublicGetAccessorTypes = /** @class */ (function () { var publicClassWithWithPrivateSetAccessorTypes = /** @class */ (function () { function publicClassWithWithPrivateSetAccessorTypes() { } - var proto_5 = publicClassWithWithPrivateSetAccessorTypes.prototype; + var publicClassWithWithPrivateSetAccessorTypes_prototype = publicClassWithWithPrivateSetAccessorTypes.prototype; Object.defineProperty(publicClassWithWithPrivateSetAccessorTypes, "myPublicStaticMethod", { set: function (param) { }, @@ -1339,13 +1339,13 @@ var publicClassWithWithPrivateSetAccessorTypes = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_5, "myPublicMethod", { + Object.defineProperty(publicClassWithWithPrivateSetAccessorTypes_prototype, "myPublicMethod", { set: function (param) { }, enumerable: false, configurable: true }); - Object.defineProperty(proto_5, "myPrivateMethod", { + Object.defineProperty(publicClassWithWithPrivateSetAccessorTypes_prototype, "myPrivateMethod", { set: function (param) { }, enumerable: false, @@ -1357,7 +1357,7 @@ exports.publicClassWithWithPrivateSetAccessorTypes = publicClassWithWithPrivateS var publicClassWithWithPublicSetAccessorTypes = /** @class */ (function () { function publicClassWithWithPublicSetAccessorTypes() { } - var proto_6 = publicClassWithWithPublicSetAccessorTypes.prototype; + var publicClassWithWithPublicSetAccessorTypes_prototype = publicClassWithWithPublicSetAccessorTypes.prototype; Object.defineProperty(publicClassWithWithPublicSetAccessorTypes, "myPublicStaticMethod", { set: function (param) { }, @@ -1370,13 +1370,13 @@ var publicClassWithWithPublicSetAccessorTypes = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_6, "myPublicMethod", { + Object.defineProperty(publicClassWithWithPublicSetAccessorTypes_prototype, "myPublicMethod", { set: function (param) { }, enumerable: false, configurable: true }); - Object.defineProperty(proto_6, "myPrivateMethod", { + Object.defineProperty(publicClassWithWithPublicSetAccessorTypes_prototype, "myPrivateMethod", { set: function (param) { }, enumerable: false, @@ -1388,7 +1388,7 @@ exports.publicClassWithWithPublicSetAccessorTypes = publicClassWithWithPublicSet var privateClassWithWithPrivateSetAccessorTypes = /** @class */ (function () { function privateClassWithWithPrivateSetAccessorTypes() { } - var proto_7 = privateClassWithWithPrivateSetAccessorTypes.prototype; + var privateClassWithWithPrivateSetAccessorTypes_prototype = privateClassWithWithPrivateSetAccessorTypes.prototype; Object.defineProperty(privateClassWithWithPrivateSetAccessorTypes, "myPublicStaticMethod", { set: function (param) { }, @@ -1401,13 +1401,13 @@ var privateClassWithWithPrivateSetAccessorTypes = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_7, "myPublicMethod", { + Object.defineProperty(privateClassWithWithPrivateSetAccessorTypes_prototype, "myPublicMethod", { set: function (param) { }, enumerable: false, configurable: true }); - Object.defineProperty(proto_7, "myPrivateMethod", { + Object.defineProperty(privateClassWithWithPrivateSetAccessorTypes_prototype, "myPrivateMethod", { set: function (param) { }, enumerable: false, @@ -1418,7 +1418,7 @@ var privateClassWithWithPrivateSetAccessorTypes = /** @class */ (function () { var privateClassWithWithPublicSetAccessorTypes = /** @class */ (function () { function privateClassWithWithPublicSetAccessorTypes() { } - var proto_8 = privateClassWithWithPublicSetAccessorTypes.prototype; + var privateClassWithWithPublicSetAccessorTypes_prototype = privateClassWithWithPublicSetAccessorTypes.prototype; Object.defineProperty(privateClassWithWithPublicSetAccessorTypes, "myPublicStaticMethod", { set: function (param) { }, @@ -1431,13 +1431,13 @@ var privateClassWithWithPublicSetAccessorTypes = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_8, "myPublicMethod", { + Object.defineProperty(privateClassWithWithPublicSetAccessorTypes_prototype, "myPublicMethod", { set: function (param) { }, enumerable: false, configurable: true }); - Object.defineProperty(proto_8, "myPrivateMethod", { + Object.defineProperty(privateClassWithWithPublicSetAccessorTypes_prototype, "myPrivateMethod", { set: function (param) { }, enumerable: false, @@ -1448,7 +1448,7 @@ var privateClassWithWithPublicSetAccessorTypes = /** @class */ (function () { var publicClassWithPrivateModuleGetAccessorTypes = /** @class */ (function () { function publicClassWithPrivateModuleGetAccessorTypes() { } - var proto_9 = publicClassWithPrivateModuleGetAccessorTypes.prototype; + var publicClassWithPrivateModuleGetAccessorTypes_prototype = publicClassWithPrivateModuleGetAccessorTypes.prototype; Object.defineProperty(publicClassWithPrivateModuleGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -1456,7 +1456,7 @@ var publicClassWithPrivateModuleGetAccessorTypes = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_9, "myPublicMethod", { + Object.defineProperty(publicClassWithPrivateModuleGetAccessorTypes_prototype, "myPublicMethod", { get: function () { return null; }, @@ -1470,7 +1470,7 @@ var publicClassWithPrivateModuleGetAccessorTypes = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_9, "myPublicMethod1", { + Object.defineProperty(publicClassWithPrivateModuleGetAccessorTypes_prototype, "myPublicMethod1", { get: function () { return new privateModule.publicClass(); }, @@ -1501,7 +1501,7 @@ exports.publicClassWithPrivateModuleSetAccessorTypes = publicClassWithPrivateMod var privateClassWithPrivateModuleGetAccessorTypes = /** @class */ (function () { function privateClassWithPrivateModuleGetAccessorTypes() { } - var proto_10 = privateClassWithPrivateModuleGetAccessorTypes.prototype; + var privateClassWithPrivateModuleGetAccessorTypes_prototype = privateClassWithPrivateModuleGetAccessorTypes.prototype; Object.defineProperty(privateClassWithPrivateModuleGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -1509,7 +1509,7 @@ var privateClassWithPrivateModuleGetAccessorTypes = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_10, "myPublicMethod", { + Object.defineProperty(privateClassWithPrivateModuleGetAccessorTypes_prototype, "myPublicMethod", { get: function () { return null; }, @@ -1523,7 +1523,7 @@ var privateClassWithPrivateModuleGetAccessorTypes = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_10, "myPublicMethod1", { + Object.defineProperty(privateClassWithPrivateModuleGetAccessorTypes_prototype, "myPublicMethod1", { get: function () { return new privateModule.publicClass(); }, @@ -1565,7 +1565,7 @@ var publicModule; var publicClassWithWithPrivateGetAccessorTypes = /** @class */ (function () { function publicClassWithWithPrivateGetAccessorTypes() { } - var proto_11 = publicClassWithWithPrivateGetAccessorTypes.prototype; + var publicClassWithWithPrivateGetAccessorTypes_prototype_1 = publicClassWithWithPrivateGetAccessorTypes.prototype; Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -1580,14 +1580,14 @@ var publicModule; enumerable: false, configurable: true }); - Object.defineProperty(proto_11, "myPublicMethod", { + Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes_prototype_1, "myPublicMethod", { get: function () { return null; }, enumerable: false, configurable: true }); - Object.defineProperty(proto_11, "myPrivateMethod", { + Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes_prototype_1, "myPrivateMethod", { get: function () { return null; }, @@ -1608,14 +1608,14 @@ var publicModule; enumerable: false, configurable: true }); - Object.defineProperty(proto_11, "myPublicMethod1", { + Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes_prototype_1, "myPublicMethod1", { get: function () { return new privateClass(); }, enumerable: false, configurable: true }); - Object.defineProperty(proto_11, "myPrivateMethod1", { + Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes_prototype_1, "myPrivateMethod1", { get: function () { return new privateClass(); }, @@ -1628,7 +1628,7 @@ var publicModule; var publicClassWithWithPublicGetAccessorTypes = /** @class */ (function () { function publicClassWithWithPublicGetAccessorTypes() { } - var proto_12 = publicClassWithWithPublicGetAccessorTypes.prototype; + var publicClassWithWithPublicGetAccessorTypes_prototype_1 = publicClassWithWithPublicGetAccessorTypes.prototype; Object.defineProperty(publicClassWithWithPublicGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -1643,14 +1643,14 @@ var publicModule; enumerable: false, configurable: true }); - Object.defineProperty(proto_12, "myPublicMethod", { + Object.defineProperty(publicClassWithWithPublicGetAccessorTypes_prototype_1, "myPublicMethod", { get: function () { return null; }, enumerable: false, configurable: true }); - Object.defineProperty(proto_12, "myPrivateMethod", { + Object.defineProperty(publicClassWithWithPublicGetAccessorTypes_prototype_1, "myPrivateMethod", { get: function () { return null; }, @@ -1671,14 +1671,14 @@ var publicModule; enumerable: false, configurable: true }); - Object.defineProperty(proto_12, "myPublicMethod1", { + Object.defineProperty(publicClassWithWithPublicGetAccessorTypes_prototype_1, "myPublicMethod1", { get: function () { return new publicClass(); }, enumerable: false, configurable: true }); - Object.defineProperty(proto_12, "myPrivateMethod1", { + Object.defineProperty(publicClassWithWithPublicGetAccessorTypes_prototype_1, "myPrivateMethod1", { get: function () { return new publicClass(); }, @@ -1691,7 +1691,7 @@ var publicModule; var privateClassWithWithPrivateGetAccessorTypes = /** @class */ (function () { function privateClassWithWithPrivateGetAccessorTypes() { } - var proto_13 = privateClassWithWithPrivateGetAccessorTypes.prototype; + var privateClassWithWithPrivateGetAccessorTypes_prototype_1 = privateClassWithWithPrivateGetAccessorTypes.prototype; Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -1706,14 +1706,14 @@ var publicModule; enumerable: false, configurable: true }); - Object.defineProperty(proto_13, "myPublicMethod", { + Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes_prototype_1, "myPublicMethod", { get: function () { return null; }, enumerable: false, configurable: true }); - Object.defineProperty(proto_13, "myPrivateMethod", { + Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes_prototype_1, "myPrivateMethod", { get: function () { return null; }, @@ -1734,14 +1734,14 @@ var publicModule; enumerable: false, configurable: true }); - Object.defineProperty(proto_13, "myPublicMethod1", { + Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes_prototype_1, "myPublicMethod1", { get: function () { return new privateClass(); }, enumerable: false, configurable: true }); - Object.defineProperty(proto_13, "myPrivateMethod1", { + Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes_prototype_1, "myPrivateMethod1", { get: function () { return new privateClass(); }, @@ -1753,7 +1753,7 @@ var publicModule; var privateClassWithWithPublicGetAccessorTypes = /** @class */ (function () { function privateClassWithWithPublicGetAccessorTypes() { } - var proto_14 = privateClassWithWithPublicGetAccessorTypes.prototype; + var privateClassWithWithPublicGetAccessorTypes_prototype_1 = privateClassWithWithPublicGetAccessorTypes.prototype; Object.defineProperty(privateClassWithWithPublicGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -1768,14 +1768,14 @@ var publicModule; enumerable: false, configurable: true }); - Object.defineProperty(proto_14, "myPublicMethod", { + Object.defineProperty(privateClassWithWithPublicGetAccessorTypes_prototype_1, "myPublicMethod", { get: function () { return null; }, enumerable: false, configurable: true }); - Object.defineProperty(proto_14, "myPrivateMethod", { + Object.defineProperty(privateClassWithWithPublicGetAccessorTypes_prototype_1, "myPrivateMethod", { get: function () { return null; }, @@ -1796,14 +1796,14 @@ var publicModule; enumerable: false, configurable: true }); - Object.defineProperty(proto_14, "myPublicMethod1", { + Object.defineProperty(privateClassWithWithPublicGetAccessorTypes_prototype_1, "myPublicMethod1", { get: function () { return new publicClass(); }, enumerable: false, configurable: true }); - Object.defineProperty(proto_14, "myPrivateMethod1", { + Object.defineProperty(privateClassWithWithPublicGetAccessorTypes_prototype_1, "myPrivateMethod1", { get: function () { return new publicClass(); }, @@ -1815,7 +1815,7 @@ var publicModule; var publicClassWithWithPrivateSetAccessorTypes = /** @class */ (function () { function publicClassWithWithPrivateSetAccessorTypes() { } - var proto_15 = publicClassWithWithPrivateSetAccessorTypes.prototype; + var publicClassWithWithPrivateSetAccessorTypes_prototype_1 = publicClassWithWithPrivateSetAccessorTypes.prototype; Object.defineProperty(publicClassWithWithPrivateSetAccessorTypes, "myPublicStaticMethod", { set: function (param) { }, @@ -1828,13 +1828,13 @@ var publicModule; enumerable: false, configurable: true }); - Object.defineProperty(proto_15, "myPublicMethod", { + Object.defineProperty(publicClassWithWithPrivateSetAccessorTypes_prototype_1, "myPublicMethod", { set: function (param) { }, enumerable: false, configurable: true }); - Object.defineProperty(proto_15, "myPrivateMethod", { + Object.defineProperty(publicClassWithWithPrivateSetAccessorTypes_prototype_1, "myPrivateMethod", { set: function (param) { }, enumerable: false, @@ -1846,7 +1846,7 @@ var publicModule; var publicClassWithWithPublicSetAccessorTypes = /** @class */ (function () { function publicClassWithWithPublicSetAccessorTypes() { } - var proto_16 = publicClassWithWithPublicSetAccessorTypes.prototype; + var publicClassWithWithPublicSetAccessorTypes_prototype_1 = publicClassWithWithPublicSetAccessorTypes.prototype; Object.defineProperty(publicClassWithWithPublicSetAccessorTypes, "myPublicStaticMethod", { set: function (param) { }, @@ -1859,13 +1859,13 @@ var publicModule; enumerable: false, configurable: true }); - Object.defineProperty(proto_16, "myPublicMethod", { + Object.defineProperty(publicClassWithWithPublicSetAccessorTypes_prototype_1, "myPublicMethod", { set: function (param) { }, enumerable: false, configurable: true }); - Object.defineProperty(proto_16, "myPrivateMethod", { + Object.defineProperty(publicClassWithWithPublicSetAccessorTypes_prototype_1, "myPrivateMethod", { set: function (param) { }, enumerable: false, @@ -1877,7 +1877,7 @@ var publicModule; var privateClassWithWithPrivateSetAccessorTypes = /** @class */ (function () { function privateClassWithWithPrivateSetAccessorTypes() { } - var proto_17 = privateClassWithWithPrivateSetAccessorTypes.prototype; + var privateClassWithWithPrivateSetAccessorTypes_prototype_1 = privateClassWithWithPrivateSetAccessorTypes.prototype; Object.defineProperty(privateClassWithWithPrivateSetAccessorTypes, "myPublicStaticMethod", { set: function (param) { }, @@ -1890,13 +1890,13 @@ var publicModule; enumerable: false, configurable: true }); - Object.defineProperty(proto_17, "myPublicMethod", { + Object.defineProperty(privateClassWithWithPrivateSetAccessorTypes_prototype_1, "myPublicMethod", { set: function (param) { }, enumerable: false, configurable: true }); - Object.defineProperty(proto_17, "myPrivateMethod", { + Object.defineProperty(privateClassWithWithPrivateSetAccessorTypes_prototype_1, "myPrivateMethod", { set: function (param) { }, enumerable: false, @@ -1907,7 +1907,7 @@ var publicModule; var privateClassWithWithPublicSetAccessorTypes = /** @class */ (function () { function privateClassWithWithPublicSetAccessorTypes() { } - var proto_18 = privateClassWithWithPublicSetAccessorTypes.prototype; + var privateClassWithWithPublicSetAccessorTypes_prototype_1 = privateClassWithWithPublicSetAccessorTypes.prototype; Object.defineProperty(privateClassWithWithPublicSetAccessorTypes, "myPublicStaticMethod", { set: function (param) { }, @@ -1920,13 +1920,13 @@ var publicModule; enumerable: false, configurable: true }); - Object.defineProperty(proto_18, "myPublicMethod", { + Object.defineProperty(privateClassWithWithPublicSetAccessorTypes_prototype_1, "myPublicMethod", { set: function (param) { }, enumerable: false, configurable: true }); - Object.defineProperty(proto_18, "myPrivateMethod", { + Object.defineProperty(privateClassWithWithPublicSetAccessorTypes_prototype_1, "myPrivateMethod", { set: function (param) { }, enumerable: false, @@ -1937,7 +1937,7 @@ var publicModule; var publicClassWithPrivateModuleGetAccessorTypes = /** @class */ (function () { function publicClassWithPrivateModuleGetAccessorTypes() { } - var proto_19 = publicClassWithPrivateModuleGetAccessorTypes.prototype; + var publicClassWithPrivateModuleGetAccessorTypes_prototype_1 = publicClassWithPrivateModuleGetAccessorTypes.prototype; Object.defineProperty(publicClassWithPrivateModuleGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -1945,7 +1945,7 @@ var publicModule; enumerable: false, configurable: true }); - Object.defineProperty(proto_19, "myPublicMethod", { + Object.defineProperty(publicClassWithPrivateModuleGetAccessorTypes_prototype_1, "myPublicMethod", { get: function () { return null; }, @@ -1959,7 +1959,7 @@ var publicModule; enumerable: false, configurable: true }); - Object.defineProperty(proto_19, "myPublicMethod1", { + Object.defineProperty(publicClassWithPrivateModuleGetAccessorTypes_prototype_1, "myPublicMethod1", { get: function () { return new privateModule.publicClass(); }, @@ -1990,7 +1990,7 @@ var publicModule; var privateClassWithPrivateModuleGetAccessorTypes = /** @class */ (function () { function privateClassWithPrivateModuleGetAccessorTypes() { } - var proto_20 = privateClassWithPrivateModuleGetAccessorTypes.prototype; + var privateClassWithPrivateModuleGetAccessorTypes_prototype_1 = privateClassWithPrivateModuleGetAccessorTypes.prototype; Object.defineProperty(privateClassWithPrivateModuleGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -1998,7 +1998,7 @@ var publicModule; enumerable: false, configurable: true }); - Object.defineProperty(proto_20, "myPublicMethod", { + Object.defineProperty(privateClassWithPrivateModuleGetAccessorTypes_prototype_1, "myPublicMethod", { get: function () { return null; }, @@ -2012,7 +2012,7 @@ var publicModule; enumerable: false, configurable: true }); - Object.defineProperty(proto_20, "myPublicMethod1", { + Object.defineProperty(privateClassWithPrivateModuleGetAccessorTypes_prototype_1, "myPublicMethod1", { get: function () { return new privateModule.publicClass(); }, @@ -2055,7 +2055,7 @@ var privateModule; var publicClassWithWithPrivateGetAccessorTypes = /** @class */ (function () { function publicClassWithWithPrivateGetAccessorTypes() { } - var proto_21 = publicClassWithWithPrivateGetAccessorTypes.prototype; + var publicClassWithWithPrivateGetAccessorTypes_prototype_2 = publicClassWithWithPrivateGetAccessorTypes.prototype; Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -2070,14 +2070,14 @@ var privateModule; enumerable: false, configurable: true }); - Object.defineProperty(proto_21, "myPublicMethod", { + Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes_prototype_2, "myPublicMethod", { get: function () { return null; }, enumerable: false, configurable: true }); - Object.defineProperty(proto_21, "myPrivateMethod", { + Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes_prototype_2, "myPrivateMethod", { get: function () { return null; }, @@ -2098,14 +2098,14 @@ var privateModule; enumerable: false, configurable: true }); - Object.defineProperty(proto_21, "myPublicMethod1", { + Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes_prototype_2, "myPublicMethod1", { get: function () { return new privateClass(); }, enumerable: false, configurable: true }); - Object.defineProperty(proto_21, "myPrivateMethod1", { + Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes_prototype_2, "myPrivateMethod1", { get: function () { return new privateClass(); }, @@ -2118,7 +2118,7 @@ var privateModule; var publicClassWithWithPublicGetAccessorTypes = /** @class */ (function () { function publicClassWithWithPublicGetAccessorTypes() { } - var proto_22 = publicClassWithWithPublicGetAccessorTypes.prototype; + var publicClassWithWithPublicGetAccessorTypes_prototype_2 = publicClassWithWithPublicGetAccessorTypes.prototype; Object.defineProperty(publicClassWithWithPublicGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -2133,14 +2133,14 @@ var privateModule; enumerable: false, configurable: true }); - Object.defineProperty(proto_22, "myPublicMethod", { + Object.defineProperty(publicClassWithWithPublicGetAccessorTypes_prototype_2, "myPublicMethod", { get: function () { return null; }, enumerable: false, configurable: true }); - Object.defineProperty(proto_22, "myPrivateMethod", { + Object.defineProperty(publicClassWithWithPublicGetAccessorTypes_prototype_2, "myPrivateMethod", { get: function () { return null; }, @@ -2161,14 +2161,14 @@ var privateModule; enumerable: false, configurable: true }); - Object.defineProperty(proto_22, "myPublicMethod1", { + Object.defineProperty(publicClassWithWithPublicGetAccessorTypes_prototype_2, "myPublicMethod1", { get: function () { return new publicClass(); }, enumerable: false, configurable: true }); - Object.defineProperty(proto_22, "myPrivateMethod1", { + Object.defineProperty(publicClassWithWithPublicGetAccessorTypes_prototype_2, "myPrivateMethod1", { get: function () { return new publicClass(); }, @@ -2181,7 +2181,7 @@ var privateModule; var privateClassWithWithPrivateGetAccessorTypes = /** @class */ (function () { function privateClassWithWithPrivateGetAccessorTypes() { } - var proto_23 = privateClassWithWithPrivateGetAccessorTypes.prototype; + var privateClassWithWithPrivateGetAccessorTypes_prototype_2 = privateClassWithWithPrivateGetAccessorTypes.prototype; Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -2196,14 +2196,14 @@ var privateModule; enumerable: false, configurable: true }); - Object.defineProperty(proto_23, "myPublicMethod", { + Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes_prototype_2, "myPublicMethod", { get: function () { return null; }, enumerable: false, configurable: true }); - Object.defineProperty(proto_23, "myPrivateMethod", { + Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes_prototype_2, "myPrivateMethod", { get: function () { return null; }, @@ -2224,14 +2224,14 @@ var privateModule; enumerable: false, configurable: true }); - Object.defineProperty(proto_23, "myPublicMethod1", { + Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes_prototype_2, "myPublicMethod1", { get: function () { return new privateClass(); }, enumerable: false, configurable: true }); - Object.defineProperty(proto_23, "myPrivateMethod1", { + Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes_prototype_2, "myPrivateMethod1", { get: function () { return new privateClass(); }, @@ -2243,7 +2243,7 @@ var privateModule; var privateClassWithWithPublicGetAccessorTypes = /** @class */ (function () { function privateClassWithWithPublicGetAccessorTypes() { } - var proto_24 = privateClassWithWithPublicGetAccessorTypes.prototype; + var privateClassWithWithPublicGetAccessorTypes_prototype_2 = privateClassWithWithPublicGetAccessorTypes.prototype; Object.defineProperty(privateClassWithWithPublicGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -2258,14 +2258,14 @@ var privateModule; enumerable: false, configurable: true }); - Object.defineProperty(proto_24, "myPublicMethod", { + Object.defineProperty(privateClassWithWithPublicGetAccessorTypes_prototype_2, "myPublicMethod", { get: function () { return null; }, enumerable: false, configurable: true }); - Object.defineProperty(proto_24, "myPrivateMethod", { + Object.defineProperty(privateClassWithWithPublicGetAccessorTypes_prototype_2, "myPrivateMethod", { get: function () { return null; }, @@ -2286,14 +2286,14 @@ var privateModule; enumerable: false, configurable: true }); - Object.defineProperty(proto_24, "myPublicMethod1", { + Object.defineProperty(privateClassWithWithPublicGetAccessorTypes_prototype_2, "myPublicMethod1", { get: function () { return new publicClass(); }, enumerable: false, configurable: true }); - Object.defineProperty(proto_24, "myPrivateMethod1", { + Object.defineProperty(privateClassWithWithPublicGetAccessorTypes_prototype_2, "myPrivateMethod1", { get: function () { return new publicClass(); }, @@ -2305,7 +2305,7 @@ var privateModule; var publicClassWithWithPrivateSetAccessorTypes = /** @class */ (function () { function publicClassWithWithPrivateSetAccessorTypes() { } - var proto_25 = publicClassWithWithPrivateSetAccessorTypes.prototype; + var publicClassWithWithPrivateSetAccessorTypes_prototype_2 = publicClassWithWithPrivateSetAccessorTypes.prototype; Object.defineProperty(publicClassWithWithPrivateSetAccessorTypes, "myPublicStaticMethod", { set: function (param) { }, @@ -2318,13 +2318,13 @@ var privateModule; enumerable: false, configurable: true }); - Object.defineProperty(proto_25, "myPublicMethod", { + Object.defineProperty(publicClassWithWithPrivateSetAccessorTypes_prototype_2, "myPublicMethod", { set: function (param) { }, enumerable: false, configurable: true }); - Object.defineProperty(proto_25, "myPrivateMethod", { + Object.defineProperty(publicClassWithWithPrivateSetAccessorTypes_prototype_2, "myPrivateMethod", { set: function (param) { }, enumerable: false, @@ -2336,7 +2336,7 @@ var privateModule; var publicClassWithWithPublicSetAccessorTypes = /** @class */ (function () { function publicClassWithWithPublicSetAccessorTypes() { } - var proto_26 = publicClassWithWithPublicSetAccessorTypes.prototype; + var publicClassWithWithPublicSetAccessorTypes_prototype_2 = publicClassWithWithPublicSetAccessorTypes.prototype; Object.defineProperty(publicClassWithWithPublicSetAccessorTypes, "myPublicStaticMethod", { set: function (param) { }, @@ -2349,13 +2349,13 @@ var privateModule; enumerable: false, configurable: true }); - Object.defineProperty(proto_26, "myPublicMethod", { + Object.defineProperty(publicClassWithWithPublicSetAccessorTypes_prototype_2, "myPublicMethod", { set: function (param) { }, enumerable: false, configurable: true }); - Object.defineProperty(proto_26, "myPrivateMethod", { + Object.defineProperty(publicClassWithWithPublicSetAccessorTypes_prototype_2, "myPrivateMethod", { set: function (param) { }, enumerable: false, @@ -2367,7 +2367,7 @@ var privateModule; var privateClassWithWithPrivateSetAccessorTypes = /** @class */ (function () { function privateClassWithWithPrivateSetAccessorTypes() { } - var proto_27 = privateClassWithWithPrivateSetAccessorTypes.prototype; + var privateClassWithWithPrivateSetAccessorTypes_prototype_2 = privateClassWithWithPrivateSetAccessorTypes.prototype; Object.defineProperty(privateClassWithWithPrivateSetAccessorTypes, "myPublicStaticMethod", { set: function (param) { }, @@ -2380,13 +2380,13 @@ var privateModule; enumerable: false, configurable: true }); - Object.defineProperty(proto_27, "myPublicMethod", { + Object.defineProperty(privateClassWithWithPrivateSetAccessorTypes_prototype_2, "myPublicMethod", { set: function (param) { }, enumerable: false, configurable: true }); - Object.defineProperty(proto_27, "myPrivateMethod", { + Object.defineProperty(privateClassWithWithPrivateSetAccessorTypes_prototype_2, "myPrivateMethod", { set: function (param) { }, enumerable: false, @@ -2397,7 +2397,7 @@ var privateModule; var privateClassWithWithPublicSetAccessorTypes = /** @class */ (function () { function privateClassWithWithPublicSetAccessorTypes() { } - var proto_28 = privateClassWithWithPublicSetAccessorTypes.prototype; + var privateClassWithWithPublicSetAccessorTypes_prototype_2 = privateClassWithWithPublicSetAccessorTypes.prototype; Object.defineProperty(privateClassWithWithPublicSetAccessorTypes, "myPublicStaticMethod", { set: function (param) { }, @@ -2410,13 +2410,13 @@ var privateModule; enumerable: false, configurable: true }); - Object.defineProperty(proto_28, "myPublicMethod", { + Object.defineProperty(privateClassWithWithPublicSetAccessorTypes_prototype_2, "myPublicMethod", { set: function (param) { }, enumerable: false, configurable: true }); - Object.defineProperty(proto_28, "myPrivateMethod", { + Object.defineProperty(privateClassWithWithPublicSetAccessorTypes_prototype_2, "myPrivateMethod", { set: function (param) { }, enumerable: false, @@ -2427,7 +2427,7 @@ var privateModule; var publicClassWithPrivateModuleGetAccessorTypes = /** @class */ (function () { function publicClassWithPrivateModuleGetAccessorTypes() { } - var proto_29 = publicClassWithPrivateModuleGetAccessorTypes.prototype; + var publicClassWithPrivateModuleGetAccessorTypes_prototype_2 = publicClassWithPrivateModuleGetAccessorTypes.prototype; Object.defineProperty(publicClassWithPrivateModuleGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -2435,7 +2435,7 @@ var privateModule; enumerable: false, configurable: true }); - Object.defineProperty(proto_29, "myPublicMethod", { + Object.defineProperty(publicClassWithPrivateModuleGetAccessorTypes_prototype_2, "myPublicMethod", { get: function () { return null; }, @@ -2449,7 +2449,7 @@ var privateModule; enumerable: false, configurable: true }); - Object.defineProperty(proto_29, "myPublicMethod1", { + Object.defineProperty(publicClassWithPrivateModuleGetAccessorTypes_prototype_2, "myPublicMethod1", { get: function () { return new privateModule.publicClass(); }, @@ -2480,7 +2480,7 @@ var privateModule; var privateClassWithPrivateModuleGetAccessorTypes = /** @class */ (function () { function privateClassWithPrivateModuleGetAccessorTypes() { } - var proto_30 = privateClassWithPrivateModuleGetAccessorTypes.prototype; + var privateClassWithPrivateModuleGetAccessorTypes_prototype_2 = privateClassWithPrivateModuleGetAccessorTypes.prototype; Object.defineProperty(privateClassWithPrivateModuleGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -2488,7 +2488,7 @@ var privateModule; enumerable: false, configurable: true }); - Object.defineProperty(proto_30, "myPublicMethod", { + Object.defineProperty(privateClassWithPrivateModuleGetAccessorTypes_prototype_2, "myPublicMethod", { get: function () { return null; }, @@ -2502,7 +2502,7 @@ var privateModule; enumerable: false, configurable: true }); - Object.defineProperty(proto_30, "myPublicMethod1", { + Object.defineProperty(privateClassWithPrivateModuleGetAccessorTypes_prototype_2, "myPublicMethod1", { get: function () { return new privateModule.publicClass(); }, @@ -2538,7 +2538,7 @@ var publicClassInGlobal = /** @class */ (function () { var publicClassInGlobalWithPublicGetAccessorTypes = /** @class */ (function () { function publicClassInGlobalWithPublicGetAccessorTypes() { } - var proto_1 = publicClassInGlobalWithPublicGetAccessorTypes.prototype; + var publicClassInGlobalWithPublicGetAccessorTypes_prototype = publicClassInGlobalWithPublicGetAccessorTypes.prototype; Object.defineProperty(publicClassInGlobalWithPublicGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -2553,14 +2553,14 @@ var publicClassInGlobalWithPublicGetAccessorTypes = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "myPublicMethod", { + Object.defineProperty(publicClassInGlobalWithPublicGetAccessorTypes_prototype, "myPublicMethod", { get: function () { return null; }, enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "myPrivateMethod", { + Object.defineProperty(publicClassInGlobalWithPublicGetAccessorTypes_prototype, "myPrivateMethod", { get: function () { return null; }, @@ -2581,14 +2581,14 @@ var publicClassInGlobalWithPublicGetAccessorTypes = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "myPublicMethod1", { + Object.defineProperty(publicClassInGlobalWithPublicGetAccessorTypes_prototype, "myPublicMethod1", { get: function () { return new publicClassInGlobal(); }, enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "myPrivateMethod1", { + Object.defineProperty(publicClassInGlobalWithPublicGetAccessorTypes_prototype, "myPrivateMethod1", { get: function () { return new publicClassInGlobal(); }, @@ -2600,7 +2600,7 @@ var publicClassInGlobalWithPublicGetAccessorTypes = /** @class */ (function () { var publicClassInGlobalWithWithPublicSetAccessorTypes = /** @class */ (function () { function publicClassInGlobalWithWithPublicSetAccessorTypes() { } - var proto_2 = publicClassInGlobalWithWithPublicSetAccessorTypes.prototype; + var publicClassInGlobalWithWithPublicSetAccessorTypes_prototype = publicClassInGlobalWithWithPublicSetAccessorTypes.prototype; Object.defineProperty(publicClassInGlobalWithWithPublicSetAccessorTypes, "myPublicStaticMethod", { set: function (param) { }, @@ -2613,13 +2613,13 @@ var publicClassInGlobalWithWithPublicSetAccessorTypes = /** @class */ (function enumerable: false, configurable: true }); - Object.defineProperty(proto_2, "myPublicMethod", { + Object.defineProperty(publicClassInGlobalWithWithPublicSetAccessorTypes_prototype, "myPublicMethod", { set: function (param) { }, enumerable: false, configurable: true }); - Object.defineProperty(proto_2, "myPrivateMethod", { + Object.defineProperty(publicClassInGlobalWithWithPublicSetAccessorTypes_prototype, "myPrivateMethod", { set: function (param) { }, enumerable: false, @@ -2656,7 +2656,7 @@ var publicModuleInGlobal; var publicClassWithWithPrivateGetAccessorTypes = /** @class */ (function () { function publicClassWithWithPrivateGetAccessorTypes() { } - var proto_3 = publicClassWithWithPrivateGetAccessorTypes.prototype; + var publicClassWithWithPrivateGetAccessorTypes_prototype = publicClassWithWithPrivateGetAccessorTypes.prototype; Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -2671,14 +2671,14 @@ var publicModuleInGlobal; enumerable: false, configurable: true }); - Object.defineProperty(proto_3, "myPublicMethod", { + Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes_prototype, "myPublicMethod", { get: function () { return null; }, enumerable: false, configurable: true }); - Object.defineProperty(proto_3, "myPrivateMethod", { + Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes_prototype, "myPrivateMethod", { get: function () { return null; }, @@ -2699,14 +2699,14 @@ var publicModuleInGlobal; enumerable: false, configurable: true }); - Object.defineProperty(proto_3, "myPublicMethod1", { + Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes_prototype, "myPublicMethod1", { get: function () { return new privateClass(); }, enumerable: false, configurable: true }); - Object.defineProperty(proto_3, "myPrivateMethod1", { + Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes_prototype, "myPrivateMethod1", { get: function () { return new privateClass(); }, @@ -2719,7 +2719,7 @@ var publicModuleInGlobal; var publicClassWithWithPublicGetAccessorTypes = /** @class */ (function () { function publicClassWithWithPublicGetAccessorTypes() { } - var proto_4 = publicClassWithWithPublicGetAccessorTypes.prototype; + var publicClassWithWithPublicGetAccessorTypes_prototype = publicClassWithWithPublicGetAccessorTypes.prototype; Object.defineProperty(publicClassWithWithPublicGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -2734,14 +2734,14 @@ var publicModuleInGlobal; enumerable: false, configurable: true }); - Object.defineProperty(proto_4, "myPublicMethod", { + Object.defineProperty(publicClassWithWithPublicGetAccessorTypes_prototype, "myPublicMethod", { get: function () { return null; }, enumerable: false, configurable: true }); - Object.defineProperty(proto_4, "myPrivateMethod", { + Object.defineProperty(publicClassWithWithPublicGetAccessorTypes_prototype, "myPrivateMethod", { get: function () { return null; }, @@ -2762,14 +2762,14 @@ var publicModuleInGlobal; enumerable: false, configurable: true }); - Object.defineProperty(proto_4, "myPublicMethod1", { + Object.defineProperty(publicClassWithWithPublicGetAccessorTypes_prototype, "myPublicMethod1", { get: function () { return new publicClass(); }, enumerable: false, configurable: true }); - Object.defineProperty(proto_4, "myPrivateMethod1", { + Object.defineProperty(publicClassWithWithPublicGetAccessorTypes_prototype, "myPrivateMethod1", { get: function () { return new publicClass(); }, @@ -2782,7 +2782,7 @@ var publicModuleInGlobal; var privateClassWithWithPrivateGetAccessorTypes = /** @class */ (function () { function privateClassWithWithPrivateGetAccessorTypes() { } - var proto_5 = privateClassWithWithPrivateGetAccessorTypes.prototype; + var privateClassWithWithPrivateGetAccessorTypes_prototype = privateClassWithWithPrivateGetAccessorTypes.prototype; Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -2797,14 +2797,14 @@ var publicModuleInGlobal; enumerable: false, configurable: true }); - Object.defineProperty(proto_5, "myPublicMethod", { + Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes_prototype, "myPublicMethod", { get: function () { return null; }, enumerable: false, configurable: true }); - Object.defineProperty(proto_5, "myPrivateMethod", { + Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes_prototype, "myPrivateMethod", { get: function () { return null; }, @@ -2825,14 +2825,14 @@ var publicModuleInGlobal; enumerable: false, configurable: true }); - Object.defineProperty(proto_5, "myPublicMethod1", { + Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes_prototype, "myPublicMethod1", { get: function () { return new privateClass(); }, enumerable: false, configurable: true }); - Object.defineProperty(proto_5, "myPrivateMethod1", { + Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes_prototype, "myPrivateMethod1", { get: function () { return new privateClass(); }, @@ -2844,7 +2844,7 @@ var publicModuleInGlobal; var privateClassWithWithPublicGetAccessorTypes = /** @class */ (function () { function privateClassWithWithPublicGetAccessorTypes() { } - var proto_6 = privateClassWithWithPublicGetAccessorTypes.prototype; + var privateClassWithWithPublicGetAccessorTypes_prototype = privateClassWithWithPublicGetAccessorTypes.prototype; Object.defineProperty(privateClassWithWithPublicGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -2859,14 +2859,14 @@ var publicModuleInGlobal; enumerable: false, configurable: true }); - Object.defineProperty(proto_6, "myPublicMethod", { + Object.defineProperty(privateClassWithWithPublicGetAccessorTypes_prototype, "myPublicMethod", { get: function () { return null; }, enumerable: false, configurable: true }); - Object.defineProperty(proto_6, "myPrivateMethod", { + Object.defineProperty(privateClassWithWithPublicGetAccessorTypes_prototype, "myPrivateMethod", { get: function () { return null; }, @@ -2887,14 +2887,14 @@ var publicModuleInGlobal; enumerable: false, configurable: true }); - Object.defineProperty(proto_6, "myPublicMethod1", { + Object.defineProperty(privateClassWithWithPublicGetAccessorTypes_prototype, "myPublicMethod1", { get: function () { return new publicClass(); }, enumerable: false, configurable: true }); - Object.defineProperty(proto_6, "myPrivateMethod1", { + Object.defineProperty(privateClassWithWithPublicGetAccessorTypes_prototype, "myPrivateMethod1", { get: function () { return new publicClass(); }, @@ -2906,7 +2906,7 @@ var publicModuleInGlobal; var publicClassWithWithPrivateSetAccessorTypes = /** @class */ (function () { function publicClassWithWithPrivateSetAccessorTypes() { } - var proto_7 = publicClassWithWithPrivateSetAccessorTypes.prototype; + var publicClassWithWithPrivateSetAccessorTypes_prototype = publicClassWithWithPrivateSetAccessorTypes.prototype; Object.defineProperty(publicClassWithWithPrivateSetAccessorTypes, "myPublicStaticMethod", { set: function (param) { }, @@ -2919,13 +2919,13 @@ var publicModuleInGlobal; enumerable: false, configurable: true }); - Object.defineProperty(proto_7, "myPublicMethod", { + Object.defineProperty(publicClassWithWithPrivateSetAccessorTypes_prototype, "myPublicMethod", { set: function (param) { }, enumerable: false, configurable: true }); - Object.defineProperty(proto_7, "myPrivateMethod", { + Object.defineProperty(publicClassWithWithPrivateSetAccessorTypes_prototype, "myPrivateMethod", { set: function (param) { }, enumerable: false, @@ -2937,7 +2937,7 @@ var publicModuleInGlobal; var publicClassWithWithPublicSetAccessorTypes = /** @class */ (function () { function publicClassWithWithPublicSetAccessorTypes() { } - var proto_8 = publicClassWithWithPublicSetAccessorTypes.prototype; + var publicClassWithWithPublicSetAccessorTypes_prototype = publicClassWithWithPublicSetAccessorTypes.prototype; Object.defineProperty(publicClassWithWithPublicSetAccessorTypes, "myPublicStaticMethod", { set: function (param) { }, @@ -2950,13 +2950,13 @@ var publicModuleInGlobal; enumerable: false, configurable: true }); - Object.defineProperty(proto_8, "myPublicMethod", { + Object.defineProperty(publicClassWithWithPublicSetAccessorTypes_prototype, "myPublicMethod", { set: function (param) { }, enumerable: false, configurable: true }); - Object.defineProperty(proto_8, "myPrivateMethod", { + Object.defineProperty(publicClassWithWithPublicSetAccessorTypes_prototype, "myPrivateMethod", { set: function (param) { }, enumerable: false, @@ -2968,7 +2968,7 @@ var publicModuleInGlobal; var privateClassWithWithPrivateSetAccessorTypes = /** @class */ (function () { function privateClassWithWithPrivateSetAccessorTypes() { } - var proto_9 = privateClassWithWithPrivateSetAccessorTypes.prototype; + var privateClassWithWithPrivateSetAccessorTypes_prototype = privateClassWithWithPrivateSetAccessorTypes.prototype; Object.defineProperty(privateClassWithWithPrivateSetAccessorTypes, "myPublicStaticMethod", { set: function (param) { }, @@ -2981,13 +2981,13 @@ var publicModuleInGlobal; enumerable: false, configurable: true }); - Object.defineProperty(proto_9, "myPublicMethod", { + Object.defineProperty(privateClassWithWithPrivateSetAccessorTypes_prototype, "myPublicMethod", { set: function (param) { }, enumerable: false, configurable: true }); - Object.defineProperty(proto_9, "myPrivateMethod", { + Object.defineProperty(privateClassWithWithPrivateSetAccessorTypes_prototype, "myPrivateMethod", { set: function (param) { }, enumerable: false, @@ -2998,7 +2998,7 @@ var publicModuleInGlobal; var privateClassWithWithPublicSetAccessorTypes = /** @class */ (function () { function privateClassWithWithPublicSetAccessorTypes() { } - var proto_10 = privateClassWithWithPublicSetAccessorTypes.prototype; + var privateClassWithWithPublicSetAccessorTypes_prototype = privateClassWithWithPublicSetAccessorTypes.prototype; Object.defineProperty(privateClassWithWithPublicSetAccessorTypes, "myPublicStaticMethod", { set: function (param) { }, @@ -3011,13 +3011,13 @@ var publicModuleInGlobal; enumerable: false, configurable: true }); - Object.defineProperty(proto_10, "myPublicMethod", { + Object.defineProperty(privateClassWithWithPublicSetAccessorTypes_prototype, "myPublicMethod", { set: function (param) { }, enumerable: false, configurable: true }); - Object.defineProperty(proto_10, "myPrivateMethod", { + Object.defineProperty(privateClassWithWithPublicSetAccessorTypes_prototype, "myPrivateMethod", { set: function (param) { }, enumerable: false, @@ -3028,7 +3028,7 @@ var publicModuleInGlobal; var publicClassWithPrivateModuleGetAccessorTypes = /** @class */ (function () { function publicClassWithPrivateModuleGetAccessorTypes() { } - var proto_11 = publicClassWithPrivateModuleGetAccessorTypes.prototype; + var publicClassWithPrivateModuleGetAccessorTypes_prototype = publicClassWithPrivateModuleGetAccessorTypes.prototype; Object.defineProperty(publicClassWithPrivateModuleGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -3036,7 +3036,7 @@ var publicModuleInGlobal; enumerable: false, configurable: true }); - Object.defineProperty(proto_11, "myPublicMethod", { + Object.defineProperty(publicClassWithPrivateModuleGetAccessorTypes_prototype, "myPublicMethod", { get: function () { return null; }, @@ -3050,7 +3050,7 @@ var publicModuleInGlobal; enumerable: false, configurable: true }); - Object.defineProperty(proto_11, "myPublicMethod1", { + Object.defineProperty(publicClassWithPrivateModuleGetAccessorTypes_prototype, "myPublicMethod1", { get: function () { return new privateModule.publicClass(); }, @@ -3081,7 +3081,7 @@ var publicModuleInGlobal; var privateClassWithPrivateModuleGetAccessorTypes = /** @class */ (function () { function privateClassWithPrivateModuleGetAccessorTypes() { } - var proto_12 = privateClassWithPrivateModuleGetAccessorTypes.prototype; + var privateClassWithPrivateModuleGetAccessorTypes_prototype = privateClassWithPrivateModuleGetAccessorTypes.prototype; Object.defineProperty(privateClassWithPrivateModuleGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -3089,7 +3089,7 @@ var publicModuleInGlobal; enumerable: false, configurable: true }); - Object.defineProperty(proto_12, "myPublicMethod", { + Object.defineProperty(privateClassWithPrivateModuleGetAccessorTypes_prototype, "myPublicMethod", { get: function () { return null; }, @@ -3103,7 +3103,7 @@ var publicModuleInGlobal; enumerable: false, configurable: true }); - Object.defineProperty(proto_12, "myPublicMethod1", { + Object.defineProperty(privateClassWithPrivateModuleGetAccessorTypes_prototype, "myPublicMethod1", { get: function () { return new privateModule.publicClass(); }, @@ -3133,7 +3133,7 @@ var publicModuleInGlobal; var publicClassWithWithPrivateGetAccessorTypes = /** @class */ (function () { function publicClassWithWithPrivateGetAccessorTypes() { } - var proto_13 = publicClassWithWithPrivateGetAccessorTypes.prototype; + var publicClassWithWithPrivateGetAccessorTypes_prototype_1 = publicClassWithWithPrivateGetAccessorTypes.prototype; Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -3148,14 +3148,14 @@ var publicModuleInGlobal; enumerable: false, configurable: true }); - Object.defineProperty(proto_13, "myPublicMethod", { + Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes_prototype_1, "myPublicMethod", { get: function () { return null; }, enumerable: false, configurable: true }); - Object.defineProperty(proto_13, "myPrivateMethod", { + Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes_prototype_1, "myPrivateMethod", { get: function () { return null; }, @@ -3176,14 +3176,14 @@ var publicModuleInGlobal; enumerable: false, configurable: true }); - Object.defineProperty(proto_13, "myPublicMethod1", { + Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes_prototype_1, "myPublicMethod1", { get: function () { return new privateClass(); }, enumerable: false, configurable: true }); - Object.defineProperty(proto_13, "myPrivateMethod1", { + Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes_prototype_1, "myPrivateMethod1", { get: function () { return new privateClass(); }, @@ -3196,7 +3196,7 @@ var publicModuleInGlobal; var publicClassWithWithPublicGetAccessorTypes = /** @class */ (function () { function publicClassWithWithPublicGetAccessorTypes() { } - var proto_14 = publicClassWithWithPublicGetAccessorTypes.prototype; + var publicClassWithWithPublicGetAccessorTypes_prototype_1 = publicClassWithWithPublicGetAccessorTypes.prototype; Object.defineProperty(publicClassWithWithPublicGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -3211,14 +3211,14 @@ var publicModuleInGlobal; enumerable: false, configurable: true }); - Object.defineProperty(proto_14, "myPublicMethod", { + Object.defineProperty(publicClassWithWithPublicGetAccessorTypes_prototype_1, "myPublicMethod", { get: function () { return null; }, enumerable: false, configurable: true }); - Object.defineProperty(proto_14, "myPrivateMethod", { + Object.defineProperty(publicClassWithWithPublicGetAccessorTypes_prototype_1, "myPrivateMethod", { get: function () { return null; }, @@ -3239,14 +3239,14 @@ var publicModuleInGlobal; enumerable: false, configurable: true }); - Object.defineProperty(proto_14, "myPublicMethod1", { + Object.defineProperty(publicClassWithWithPublicGetAccessorTypes_prototype_1, "myPublicMethod1", { get: function () { return new publicClass(); }, enumerable: false, configurable: true }); - Object.defineProperty(proto_14, "myPrivateMethod1", { + Object.defineProperty(publicClassWithWithPublicGetAccessorTypes_prototype_1, "myPrivateMethod1", { get: function () { return new publicClass(); }, @@ -3259,7 +3259,7 @@ var publicModuleInGlobal; var privateClassWithWithPrivateGetAccessorTypes = /** @class */ (function () { function privateClassWithWithPrivateGetAccessorTypes() { } - var proto_15 = privateClassWithWithPrivateGetAccessorTypes.prototype; + var privateClassWithWithPrivateGetAccessorTypes_prototype_1 = privateClassWithWithPrivateGetAccessorTypes.prototype; Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -3274,14 +3274,14 @@ var publicModuleInGlobal; enumerable: false, configurable: true }); - Object.defineProperty(proto_15, "myPublicMethod", { + Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes_prototype_1, "myPublicMethod", { get: function () { return null; }, enumerable: false, configurable: true }); - Object.defineProperty(proto_15, "myPrivateMethod", { + Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes_prototype_1, "myPrivateMethod", { get: function () { return null; }, @@ -3302,14 +3302,14 @@ var publicModuleInGlobal; enumerable: false, configurable: true }); - Object.defineProperty(proto_15, "myPublicMethod1", { + Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes_prototype_1, "myPublicMethod1", { get: function () { return new privateClass(); }, enumerable: false, configurable: true }); - Object.defineProperty(proto_15, "myPrivateMethod1", { + Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes_prototype_1, "myPrivateMethod1", { get: function () { return new privateClass(); }, @@ -3321,7 +3321,7 @@ var publicModuleInGlobal; var privateClassWithWithPublicGetAccessorTypes = /** @class */ (function () { function privateClassWithWithPublicGetAccessorTypes() { } - var proto_16 = privateClassWithWithPublicGetAccessorTypes.prototype; + var privateClassWithWithPublicGetAccessorTypes_prototype_1 = privateClassWithWithPublicGetAccessorTypes.prototype; Object.defineProperty(privateClassWithWithPublicGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -3336,14 +3336,14 @@ var publicModuleInGlobal; enumerable: false, configurable: true }); - Object.defineProperty(proto_16, "myPublicMethod", { + Object.defineProperty(privateClassWithWithPublicGetAccessorTypes_prototype_1, "myPublicMethod", { get: function () { return null; }, enumerable: false, configurable: true }); - Object.defineProperty(proto_16, "myPrivateMethod", { + Object.defineProperty(privateClassWithWithPublicGetAccessorTypes_prototype_1, "myPrivateMethod", { get: function () { return null; }, @@ -3364,14 +3364,14 @@ var publicModuleInGlobal; enumerable: false, configurable: true }); - Object.defineProperty(proto_16, "myPublicMethod1", { + Object.defineProperty(privateClassWithWithPublicGetAccessorTypes_prototype_1, "myPublicMethod1", { get: function () { return new publicClass(); }, enumerable: false, configurable: true }); - Object.defineProperty(proto_16, "myPrivateMethod1", { + Object.defineProperty(privateClassWithWithPublicGetAccessorTypes_prototype_1, "myPrivateMethod1", { get: function () { return new publicClass(); }, @@ -3383,7 +3383,7 @@ var publicModuleInGlobal; var publicClassWithWithPrivateSetAccessorTypes = /** @class */ (function () { function publicClassWithWithPrivateSetAccessorTypes() { } - var proto_17 = publicClassWithWithPrivateSetAccessorTypes.prototype; + var publicClassWithWithPrivateSetAccessorTypes_prototype_1 = publicClassWithWithPrivateSetAccessorTypes.prototype; Object.defineProperty(publicClassWithWithPrivateSetAccessorTypes, "myPublicStaticMethod", { set: function (param) { }, @@ -3396,13 +3396,13 @@ var publicModuleInGlobal; enumerable: false, configurable: true }); - Object.defineProperty(proto_17, "myPublicMethod", { + Object.defineProperty(publicClassWithWithPrivateSetAccessorTypes_prototype_1, "myPublicMethod", { set: function (param) { }, enumerable: false, configurable: true }); - Object.defineProperty(proto_17, "myPrivateMethod", { + Object.defineProperty(publicClassWithWithPrivateSetAccessorTypes_prototype_1, "myPrivateMethod", { set: function (param) { }, enumerable: false, @@ -3414,7 +3414,7 @@ var publicModuleInGlobal; var publicClassWithWithPublicSetAccessorTypes = /** @class */ (function () { function publicClassWithWithPublicSetAccessorTypes() { } - var proto_18 = publicClassWithWithPublicSetAccessorTypes.prototype; + var publicClassWithWithPublicSetAccessorTypes_prototype_1 = publicClassWithWithPublicSetAccessorTypes.prototype; Object.defineProperty(publicClassWithWithPublicSetAccessorTypes, "myPublicStaticMethod", { set: function (param) { }, @@ -3427,13 +3427,13 @@ var publicModuleInGlobal; enumerable: false, configurable: true }); - Object.defineProperty(proto_18, "myPublicMethod", { + Object.defineProperty(publicClassWithWithPublicSetAccessorTypes_prototype_1, "myPublicMethod", { set: function (param) { }, enumerable: false, configurable: true }); - Object.defineProperty(proto_18, "myPrivateMethod", { + Object.defineProperty(publicClassWithWithPublicSetAccessorTypes_prototype_1, "myPrivateMethod", { set: function (param) { }, enumerable: false, @@ -3445,7 +3445,7 @@ var publicModuleInGlobal; var privateClassWithWithPrivateSetAccessorTypes = /** @class */ (function () { function privateClassWithWithPrivateSetAccessorTypes() { } - var proto_19 = privateClassWithWithPrivateSetAccessorTypes.prototype; + var privateClassWithWithPrivateSetAccessorTypes_prototype_1 = privateClassWithWithPrivateSetAccessorTypes.prototype; Object.defineProperty(privateClassWithWithPrivateSetAccessorTypes, "myPublicStaticMethod", { set: function (param) { }, @@ -3458,13 +3458,13 @@ var publicModuleInGlobal; enumerable: false, configurable: true }); - Object.defineProperty(proto_19, "myPublicMethod", { + Object.defineProperty(privateClassWithWithPrivateSetAccessorTypes_prototype_1, "myPublicMethod", { set: function (param) { }, enumerable: false, configurable: true }); - Object.defineProperty(proto_19, "myPrivateMethod", { + Object.defineProperty(privateClassWithWithPrivateSetAccessorTypes_prototype_1, "myPrivateMethod", { set: function (param) { }, enumerable: false, @@ -3475,7 +3475,7 @@ var publicModuleInGlobal; var privateClassWithWithPublicSetAccessorTypes = /** @class */ (function () { function privateClassWithWithPublicSetAccessorTypes() { } - var proto_20 = privateClassWithWithPublicSetAccessorTypes.prototype; + var privateClassWithWithPublicSetAccessorTypes_prototype_1 = privateClassWithWithPublicSetAccessorTypes.prototype; Object.defineProperty(privateClassWithWithPublicSetAccessorTypes, "myPublicStaticMethod", { set: function (param) { }, @@ -3488,13 +3488,13 @@ var publicModuleInGlobal; enumerable: false, configurable: true }); - Object.defineProperty(proto_20, "myPublicMethod", { + Object.defineProperty(privateClassWithWithPublicSetAccessorTypes_prototype_1, "myPublicMethod", { set: function (param) { }, enumerable: false, configurable: true }); - Object.defineProperty(proto_20, "myPrivateMethod", { + Object.defineProperty(privateClassWithWithPublicSetAccessorTypes_prototype_1, "myPrivateMethod", { set: function (param) { }, enumerable: false, @@ -3505,7 +3505,7 @@ var publicModuleInGlobal; var publicClassWithPrivateModuleGetAccessorTypes = /** @class */ (function () { function publicClassWithPrivateModuleGetAccessorTypes() { } - var proto_21 = publicClassWithPrivateModuleGetAccessorTypes.prototype; + var publicClassWithPrivateModuleGetAccessorTypes_prototype_1 = publicClassWithPrivateModuleGetAccessorTypes.prototype; Object.defineProperty(publicClassWithPrivateModuleGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -3513,7 +3513,7 @@ var publicModuleInGlobal; enumerable: false, configurable: true }); - Object.defineProperty(proto_21, "myPublicMethod", { + Object.defineProperty(publicClassWithPrivateModuleGetAccessorTypes_prototype_1, "myPublicMethod", { get: function () { return null; }, @@ -3527,7 +3527,7 @@ var publicModuleInGlobal; enumerable: false, configurable: true }); - Object.defineProperty(proto_21, "myPublicMethod1", { + Object.defineProperty(publicClassWithPrivateModuleGetAccessorTypes_prototype_1, "myPublicMethod1", { get: function () { return new privateModule.publicClass(); }, @@ -3558,7 +3558,7 @@ var publicModuleInGlobal; var privateClassWithPrivateModuleGetAccessorTypes = /** @class */ (function () { function privateClassWithPrivateModuleGetAccessorTypes() { } - var proto_22 = privateClassWithPrivateModuleGetAccessorTypes.prototype; + var privateClassWithPrivateModuleGetAccessorTypes_prototype_1 = privateClassWithPrivateModuleGetAccessorTypes.prototype; Object.defineProperty(privateClassWithPrivateModuleGetAccessorTypes, "myPublicStaticMethod", { get: function () { return null; @@ -3566,7 +3566,7 @@ var publicModuleInGlobal; enumerable: false, configurable: true }); - Object.defineProperty(proto_22, "myPublicMethod", { + Object.defineProperty(privateClassWithPrivateModuleGetAccessorTypes_prototype_1, "myPublicMethod", { get: function () { return null; }, @@ -3580,7 +3580,7 @@ var publicModuleInGlobal; enumerable: false, configurable: true }); - Object.defineProperty(proto_22, "myPublicMethod1", { + Object.defineProperty(privateClassWithPrivateModuleGetAccessorTypes_prototype_1, "myPublicMethod1", { get: function () { return new privateModule.publicClass(); }, diff --git a/tests/baselines/reference/privacyCannotNameAccessorDeclFile.js b/tests/baselines/reference/privacyCannotNameAccessorDeclFile.js index d113abc8cbbb0..9bafa90e41789 100644 --- a/tests/baselines/reference/privacyCannotNameAccessorDeclFile.js +++ b/tests/baselines/reference/privacyCannotNameAccessorDeclFile.js @@ -196,7 +196,7 @@ var exporter = require("./privacyCannotNameAccessorDeclFile_exporter"); var publicClassWithWithPrivateGetAccessorTypes = /** @class */ (function () { function publicClassWithWithPrivateGetAccessorTypes() { } - var proto_1 = publicClassWithWithPrivateGetAccessorTypes.prototype; + var publicClassWithWithPrivateGetAccessorTypes_prototype = publicClassWithWithPrivateGetAccessorTypes.prototype; Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes, "myPublicStaticMethod", { get: function () { return exporter.createExportedWidget1(); @@ -211,14 +211,14 @@ var publicClassWithWithPrivateGetAccessorTypes = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "myPublicMethod", { + Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes_prototype, "myPublicMethod", { get: function () { return exporter.createExportedWidget1(); }, enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "myPrivateMethod", { + Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes_prototype, "myPrivateMethod", { get: function () { return exporter.createExportedWidget1(); }, @@ -239,14 +239,14 @@ var publicClassWithWithPrivateGetAccessorTypes = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "myPublicMethod1", { + Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes_prototype, "myPublicMethod1", { get: function () { return exporter.createExportedWidget3(); }, enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "myPrivateMethod1", { + Object.defineProperty(publicClassWithWithPrivateGetAccessorTypes_prototype, "myPrivateMethod1", { get: function () { return exporter.createExportedWidget3(); }, @@ -259,7 +259,7 @@ exports.publicClassWithWithPrivateGetAccessorTypes = publicClassWithWithPrivateG var privateClassWithWithPrivateGetAccessorTypes = /** @class */ (function () { function privateClassWithWithPrivateGetAccessorTypes() { } - var proto_2 = privateClassWithWithPrivateGetAccessorTypes.prototype; + var privateClassWithWithPrivateGetAccessorTypes_prototype = privateClassWithWithPrivateGetAccessorTypes.prototype; Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes, "myPublicStaticMethod", { get: function () { return exporter.createExportedWidget1(); @@ -274,14 +274,14 @@ var privateClassWithWithPrivateGetAccessorTypes = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_2, "myPublicMethod", { + Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes_prototype, "myPublicMethod", { get: function () { return exporter.createExportedWidget1(); }, enumerable: false, configurable: true }); - Object.defineProperty(proto_2, "myPrivateMethod", { + Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes_prototype, "myPrivateMethod", { get: function () { return exporter.createExportedWidget1(); }, @@ -302,14 +302,14 @@ var privateClassWithWithPrivateGetAccessorTypes = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_2, "myPublicMethod1", { + Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes_prototype, "myPublicMethod1", { get: function () { return exporter.createExportedWidget3(); }, enumerable: false, configurable: true }); - Object.defineProperty(proto_2, "myPrivateMethod1", { + Object.defineProperty(privateClassWithWithPrivateGetAccessorTypes_prototype, "myPrivateMethod1", { get: function () { return exporter.createExportedWidget3(); }, @@ -321,7 +321,7 @@ var privateClassWithWithPrivateGetAccessorTypes = /** @class */ (function () { var publicClassWithPrivateModuleGetAccessorTypes = /** @class */ (function () { function publicClassWithPrivateModuleGetAccessorTypes() { } - var proto_3 = publicClassWithPrivateModuleGetAccessorTypes.prototype; + var publicClassWithPrivateModuleGetAccessorTypes_prototype = publicClassWithPrivateModuleGetAccessorTypes.prototype; Object.defineProperty(publicClassWithPrivateModuleGetAccessorTypes, "myPublicStaticMethod", { get: function () { return exporter.createExportedWidget2(); @@ -329,7 +329,7 @@ var publicClassWithPrivateModuleGetAccessorTypes = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_3, "myPublicMethod", { + Object.defineProperty(publicClassWithPrivateModuleGetAccessorTypes_prototype, "myPublicMethod", { get: function () { return exporter.createExportedWidget2(); }, @@ -343,7 +343,7 @@ var publicClassWithPrivateModuleGetAccessorTypes = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_3, "myPublicMethod1", { + Object.defineProperty(publicClassWithPrivateModuleGetAccessorTypes_prototype, "myPublicMethod1", { get: function () { return exporter.createExportedWidget4(); }, @@ -356,7 +356,7 @@ exports.publicClassWithPrivateModuleGetAccessorTypes = publicClassWithPrivateMod var privateClassWithPrivateModuleGetAccessorTypes = /** @class */ (function () { function privateClassWithPrivateModuleGetAccessorTypes() { } - var proto_4 = privateClassWithPrivateModuleGetAccessorTypes.prototype; + var privateClassWithPrivateModuleGetAccessorTypes_prototype = privateClassWithPrivateModuleGetAccessorTypes.prototype; Object.defineProperty(privateClassWithPrivateModuleGetAccessorTypes, "myPublicStaticMethod", { get: function () { return exporter.createExportedWidget2(); @@ -364,7 +364,7 @@ var privateClassWithPrivateModuleGetAccessorTypes = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_4, "myPublicMethod", { + Object.defineProperty(privateClassWithPrivateModuleGetAccessorTypes_prototype, "myPublicMethod", { get: function () { return exporter.createExportedWidget2(); }, @@ -378,7 +378,7 @@ var privateClassWithPrivateModuleGetAccessorTypes = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_4, "myPublicMethod1", { + Object.defineProperty(privateClassWithPrivateModuleGetAccessorTypes_prototype, "myPublicMethod1", { get: function () { return exporter.createExportedWidget4(); }, diff --git a/tests/baselines/reference/privacyFunc.js b/tests/baselines/reference/privacyFunc.js index 3d990d87ae8a4..9b9010b239492 100644 --- a/tests/baselines/reference/privacyFunc.js +++ b/tests/baselines/reference/privacyFunc.js @@ -247,37 +247,37 @@ var m1; var C3_public = /** @class */ (function () { function C3_public(m1_c3_c1_2) { } - var proto_1 = C3_public.prototype; - proto_1.f1_private = function (m1_c3_f1_arg) { + var C3_public_prototype = C3_public.prototype; + C3_public_prototype.f1_private = function (m1_c3_f1_arg) { }; - proto_1.f2_public = function (m1_c3_f2_arg) { + C3_public_prototype.f2_public = function (m1_c3_f2_arg) { }; - proto_1.f3_private = function (m1_c3_f3_arg) { + C3_public_prototype.f3_private = function (m1_c3_f3_arg) { }; - proto_1.f4_public = function (m1_c3_f4_arg) { + C3_public_prototype.f4_public = function (m1_c3_f4_arg) { }; - proto_1.f5_private = function () { + C3_public_prototype.f5_private = function () { return new C1_public(); }; - proto_1.f6_public = function () { + C3_public_prototype.f6_public = function () { return new C1_public(); }; - proto_1.f7_private = function () { + C3_public_prototype.f7_private = function () { return new C2_private(); }; - proto_1.f8_public = function () { + C3_public_prototype.f8_public = function () { return new C2_private(); // error }; - proto_1.f9_private = function () { + C3_public_prototype.f9_private = function () { return new C1_public(); }; - proto_1.f10_public = function () { + C3_public_prototype.f10_public = function () { return new C1_public(); }; - proto_1.f11_private = function () { + C3_public_prototype.f11_private = function () { return new C2_private(); }; - proto_1.f12_public = function () { + C3_public_prototype.f12_public = function () { return new C2_private(); //error }; return C3_public; @@ -286,37 +286,37 @@ var m1; var C4_private = /** @class */ (function () { function C4_private(m1_c4_c1_2) { } - var proto_2 = C4_private.prototype; - proto_2.f1_private = function (m1_c4_f1_arg) { + var C4_private_prototype = C4_private.prototype; + C4_private_prototype.f1_private = function (m1_c4_f1_arg) { }; - proto_2.f2_public = function (m1_c4_f2_arg) { + C4_private_prototype.f2_public = function (m1_c4_f2_arg) { }; - proto_2.f3_private = function (m1_c4_f3_arg) { + C4_private_prototype.f3_private = function (m1_c4_f3_arg) { }; - proto_2.f4_public = function (m1_c4_f4_arg) { + C4_private_prototype.f4_public = function (m1_c4_f4_arg) { }; - proto_2.f5_private = function () { + C4_private_prototype.f5_private = function () { return new C1_public(); }; - proto_2.f6_public = function () { + C4_private_prototype.f6_public = function () { return new C1_public(); }; - proto_2.f7_private = function () { + C4_private_prototype.f7_private = function () { return new C2_private(); }; - proto_2.f8_public = function () { + C4_private_prototype.f8_public = function () { return new C2_private(); }; - proto_2.f9_private = function () { + C4_private_prototype.f9_private = function () { return new C1_public(); }; - proto_2.f10_public = function () { + C4_private_prototype.f10_public = function () { return new C1_public(); }; - proto_2.f11_private = function () { + C4_private_prototype.f11_private = function () { return new C2_private(); }; - proto_2.f12_public = function () { + C4_private_prototype.f12_public = function () { return new C2_private(); }; return C4_private; @@ -390,21 +390,21 @@ var C6_public = /** @class */ (function () { var C7_public = /** @class */ (function () { function C7_public(c7_c1_2) { } - var proto_3 = C7_public.prototype; - proto_3.f1_private = function (c7_f1_arg) { + var C7_public_prototype = C7_public.prototype; + C7_public_prototype.f1_private = function (c7_f1_arg) { }; - proto_3.f2_public = function (c7_f2_arg) { + C7_public_prototype.f2_public = function (c7_f2_arg) { }; - proto_3.f5_private = function () { + C7_public_prototype.f5_private = function () { return new C6_public(); }; - proto_3.f6_public = function () { + C7_public_prototype.f6_public = function () { return new C6_public(); }; - proto_3.f9_private = function () { + C7_public_prototype.f9_private = function () { return new C6_public(); }; - proto_3.f10_public = function () { + C7_public_prototype.f10_public = function () { return new C6_public(); }; return C7_public; diff --git a/tests/baselines/reference/privacyFunctionCannotNameParameterTypeDeclFile.js b/tests/baselines/reference/privacyFunctionCannotNameParameterTypeDeclFile.js index 5377ba68f45b4..10c0a0769d596 100644 --- a/tests/baselines/reference/privacyFunctionCannotNameParameterTypeDeclFile.js +++ b/tests/baselines/reference/privacyFunctionCannotNameParameterTypeDeclFile.js @@ -220,17 +220,17 @@ var publicClassWithWithPrivateParmeterTypes = /** @class */ (function () { this.param1 = param1; this.param2 = param2; } - var proto_1 = publicClassWithWithPrivateParmeterTypes.prototype; + var publicClassWithWithPrivateParmeterTypes_prototype = publicClassWithWithPrivateParmeterTypes.prototype; publicClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function (param) { if (param === void 0) { param = exporter.createExportedWidget1(); } }; publicClassWithWithPrivateParmeterTypes.myPrivateStaticMethod = function (param) { if (param === void 0) { param = exporter.createExportedWidget1(); } }; - proto_1.myPublicMethod = function (param) { + publicClassWithWithPrivateParmeterTypes_prototype.myPublicMethod = function (param) { if (param === void 0) { param = exporter.createExportedWidget1(); } }; - proto_1.myPrivateMethod = function (param) { + publicClassWithWithPrivateParmeterTypes_prototype.myPrivateMethod = function (param) { if (param === void 0) { param = exporter.createExportedWidget1(); } }; return publicClassWithWithPrivateParmeterTypes; @@ -244,17 +244,17 @@ var publicClassWithWithPrivateParmeterTypes1 = /** @class */ (function () { this.param1 = param1; this.param2 = param2; } - var proto_2 = publicClassWithWithPrivateParmeterTypes1.prototype; + var publicClassWithWithPrivateParmeterTypes1_prototype = publicClassWithWithPrivateParmeterTypes1.prototype; publicClassWithWithPrivateParmeterTypes1.myPublicStaticMethod = function (param) { if (param === void 0) { param = exporter.createExportedWidget3(); } }; publicClassWithWithPrivateParmeterTypes1.myPrivateStaticMethod = function (param) { if (param === void 0) { param = exporter.createExportedWidget3(); } }; - proto_2.myPublicMethod = function (param) { + publicClassWithWithPrivateParmeterTypes1_prototype.myPublicMethod = function (param) { if (param === void 0) { param = exporter.createExportedWidget3(); } }; - proto_2.myPrivateMethod = function (param) { + publicClassWithWithPrivateParmeterTypes1_prototype.myPrivateMethod = function (param) { if (param === void 0) { param = exporter.createExportedWidget3(); } }; return publicClassWithWithPrivateParmeterTypes1; @@ -268,17 +268,17 @@ var privateClassWithWithPrivateParmeterTypes = /** @class */ (function () { this.param1 = param1; this.param2 = param2; } - var proto_3 = privateClassWithWithPrivateParmeterTypes.prototype; + var privateClassWithWithPrivateParmeterTypes_prototype = privateClassWithWithPrivateParmeterTypes.prototype; privateClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function (param) { if (param === void 0) { param = exporter.createExportedWidget1(); } }; privateClassWithWithPrivateParmeterTypes.myPrivateStaticMethod = function (param) { if (param === void 0) { param = exporter.createExportedWidget1(); } }; - proto_3.myPublicMethod = function (param) { + privateClassWithWithPrivateParmeterTypes_prototype.myPublicMethod = function (param) { if (param === void 0) { param = exporter.createExportedWidget1(); } }; - proto_3.myPrivateMethod = function (param) { + privateClassWithWithPrivateParmeterTypes_prototype.myPrivateMethod = function (param) { if (param === void 0) { param = exporter.createExportedWidget1(); } }; return privateClassWithWithPrivateParmeterTypes; @@ -291,17 +291,17 @@ var privateClassWithWithPrivateParmeterTypes2 = /** @class */ (function () { this.param1 = param1; this.param2 = param2; } - var proto_4 = privateClassWithWithPrivateParmeterTypes2.prototype; + var privateClassWithWithPrivateParmeterTypes2_prototype = privateClassWithWithPrivateParmeterTypes2.prototype; privateClassWithWithPrivateParmeterTypes2.myPublicStaticMethod = function (param) { if (param === void 0) { param = exporter.createExportedWidget3(); } }; privateClassWithWithPrivateParmeterTypes2.myPrivateStaticMethod = function (param) { if (param === void 0) { param = exporter.createExportedWidget3(); } }; - proto_4.myPublicMethod = function (param) { + privateClassWithWithPrivateParmeterTypes2_prototype.myPublicMethod = function (param) { if (param === void 0) { param = exporter.createExportedWidget3(); } }; - proto_4.myPrivateMethod = function (param) { + privateClassWithWithPrivateParmeterTypes2_prototype.myPrivateMethod = function (param) { if (param === void 0) { param = exporter.createExportedWidget3(); } }; return privateClassWithWithPrivateParmeterTypes2; diff --git a/tests/baselines/reference/privacyFunctionCannotNameReturnTypeDeclFile.js b/tests/baselines/reference/privacyFunctionCannotNameReturnTypeDeclFile.js index 74f87e3c27cb9..acd72aa0872b8 100644 --- a/tests/baselines/reference/privacyFunctionCannotNameReturnTypeDeclFile.js +++ b/tests/baselines/reference/privacyFunctionCannotNameReturnTypeDeclFile.js @@ -222,7 +222,7 @@ var exporter = require("./privacyFunctionReturnTypeDeclFile_exporter"); var publicClassWithWithPrivateParmeterTypes = /** @class */ (function () { function publicClassWithWithPrivateParmeterTypes() { } - var proto_1 = publicClassWithWithPrivateParmeterTypes.prototype; + var publicClassWithWithPrivateParmeterTypes_prototype = publicClassWithWithPrivateParmeterTypes.prototype; publicClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function () { return exporter.createExportedWidget1(); }; @@ -230,11 +230,11 @@ var publicClassWithWithPrivateParmeterTypes = /** @class */ (function () { return exporter.createExportedWidget1(); ; }; - proto_1.myPublicMethod = function () { + publicClassWithWithPrivateParmeterTypes_prototype.myPublicMethod = function () { return exporter.createExportedWidget1(); ; }; - proto_1.myPrivateMethod = function () { + publicClassWithWithPrivateParmeterTypes_prototype.myPrivateMethod = function () { return exporter.createExportedWidget1(); ; }; @@ -245,11 +245,11 @@ var publicClassWithWithPrivateParmeterTypes = /** @class */ (function () { return exporter.createExportedWidget3(); ; }; - proto_1.myPublicMethod1 = function () { + publicClassWithWithPrivateParmeterTypes_prototype.myPublicMethod1 = function () { return exporter.createExportedWidget3(); ; }; - proto_1.myPrivateMethod1 = function () { + publicClassWithWithPrivateParmeterTypes_prototype.myPrivateMethod1 = function () { return exporter.createExportedWidget3(); ; }; @@ -259,7 +259,7 @@ exports.publicClassWithWithPrivateParmeterTypes = publicClassWithWithPrivateParm var privateClassWithWithPrivateParmeterTypes = /** @class */ (function () { function privateClassWithWithPrivateParmeterTypes() { } - var proto_2 = privateClassWithWithPrivateParmeterTypes.prototype; + var privateClassWithWithPrivateParmeterTypes_prototype = privateClassWithWithPrivateParmeterTypes.prototype; privateClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function () { return exporter.createExportedWidget1(); }; @@ -267,11 +267,11 @@ var privateClassWithWithPrivateParmeterTypes = /** @class */ (function () { return exporter.createExportedWidget1(); ; }; - proto_2.myPublicMethod = function () { + privateClassWithWithPrivateParmeterTypes_prototype.myPublicMethod = function () { return exporter.createExportedWidget1(); ; }; - proto_2.myPrivateMethod = function () { + privateClassWithWithPrivateParmeterTypes_prototype.myPrivateMethod = function () { return exporter.createExportedWidget1(); ; }; @@ -282,11 +282,11 @@ var privateClassWithWithPrivateParmeterTypes = /** @class */ (function () { return exporter.createExportedWidget3(); ; }; - proto_2.myPublicMethod1 = function () { + privateClassWithWithPrivateParmeterTypes_prototype.myPublicMethod1 = function () { return exporter.createExportedWidget3(); ; }; - proto_2.myPrivateMethod1 = function () { + privateClassWithWithPrivateParmeterTypes_prototype.myPrivateMethod1 = function () { return exporter.createExportedWidget3(); ; }; @@ -309,17 +309,17 @@ function privateFunctionWithPrivateParmeterTypes1() { var publicClassWithPrivateModuleReturnTypes = /** @class */ (function () { function publicClassWithPrivateModuleReturnTypes() { } - var proto_3 = publicClassWithPrivateModuleReturnTypes.prototype; + var publicClassWithPrivateModuleReturnTypes_prototype = publicClassWithPrivateModuleReturnTypes.prototype; publicClassWithPrivateModuleReturnTypes.myPublicStaticMethod = function () { return exporter.createExportedWidget2(); }; - proto_3.myPublicMethod = function () { + publicClassWithPrivateModuleReturnTypes_prototype.myPublicMethod = function () { return exporter.createExportedWidget2(); }; publicClassWithPrivateModuleReturnTypes.myPublicStaticMethod1 = function () { return exporter.createExportedWidget4(); }; - proto_3.myPublicMethod1 = function () { + publicClassWithPrivateModuleReturnTypes_prototype.myPublicMethod1 = function () { return exporter.createExportedWidget4(); }; return publicClassWithPrivateModuleReturnTypes; @@ -336,17 +336,17 @@ exports.publicFunctionWithPrivateModuleReturnTypes1 = publicFunctionWithPrivateM var privateClassWithPrivateModuleReturnTypes = /** @class */ (function () { function privateClassWithPrivateModuleReturnTypes() { } - var proto_4 = privateClassWithPrivateModuleReturnTypes.prototype; + var privateClassWithPrivateModuleReturnTypes_prototype = privateClassWithPrivateModuleReturnTypes.prototype; privateClassWithPrivateModuleReturnTypes.myPublicStaticMethod = function () { return exporter.createExportedWidget2(); }; - proto_4.myPublicMethod = function () { + privateClassWithPrivateModuleReturnTypes_prototype.myPublicMethod = function () { return exporter.createExportedWidget2(); }; privateClassWithPrivateModuleReturnTypes.myPublicStaticMethod1 = function () { return exporter.createExportedWidget4(); }; - proto_4.myPublicMethod1 = function () { + privateClassWithPrivateModuleReturnTypes_prototype.myPublicMethod1 = function () { return exporter.createExportedWidget4(); }; return privateClassWithPrivateModuleReturnTypes; diff --git a/tests/baselines/reference/privacyFunctionParameterDeclFile.js b/tests/baselines/reference/privacyFunctionParameterDeclFile.js index 8b175b33b610a..6be744a0edc4a 100644 --- a/tests/baselines/reference/privacyFunctionParameterDeclFile.js +++ b/tests/baselines/reference/privacyFunctionParameterDeclFile.js @@ -705,14 +705,14 @@ var publicClassWithWithPrivateParmeterTypes = /** @class */ (function () { this.param1 = param1; this.param2 = param2; } - var proto_1 = publicClassWithWithPrivateParmeterTypes.prototype; + var publicClassWithWithPrivateParmeterTypes_prototype = publicClassWithWithPrivateParmeterTypes.prototype; publicClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function (param) { }; publicClassWithWithPrivateParmeterTypes.myPrivateStaticMethod = function (param) { }; - proto_1.myPublicMethod = function (param) { + publicClassWithWithPrivateParmeterTypes_prototype.myPublicMethod = function (param) { }; - proto_1.myPrivateMethod = function (param) { + publicClassWithWithPrivateParmeterTypes_prototype.myPrivateMethod = function (param) { }; return publicClassWithWithPrivateParmeterTypes; }()); @@ -722,14 +722,14 @@ var publicClassWithWithPublicParmeterTypes = /** @class */ (function () { this.param1 = param1; this.param2 = param2; } - var proto_2 = publicClassWithWithPublicParmeterTypes.prototype; + var publicClassWithWithPublicParmeterTypes_prototype = publicClassWithWithPublicParmeterTypes.prototype; publicClassWithWithPublicParmeterTypes.myPublicStaticMethod = function (param) { }; publicClassWithWithPublicParmeterTypes.myPrivateStaticMethod = function (param) { }; - proto_2.myPublicMethod = function (param) { + publicClassWithWithPublicParmeterTypes_prototype.myPublicMethod = function (param) { }; - proto_2.myPrivateMethod = function (param) { + publicClassWithWithPublicParmeterTypes_prototype.myPrivateMethod = function (param) { }; return publicClassWithWithPublicParmeterTypes; }()); @@ -739,14 +739,14 @@ var privateClassWithWithPrivateParmeterTypes = /** @class */ (function () { this.param1 = param1; this.param2 = param2; } - var proto_3 = privateClassWithWithPrivateParmeterTypes.prototype; + var privateClassWithWithPrivateParmeterTypes_prototype = privateClassWithWithPrivateParmeterTypes.prototype; privateClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function (param) { }; privateClassWithWithPrivateParmeterTypes.myPrivateStaticMethod = function (param) { }; - proto_3.myPublicMethod = function (param) { + privateClassWithWithPrivateParmeterTypes_prototype.myPublicMethod = function (param) { }; - proto_3.myPrivateMethod = function (param) { + privateClassWithWithPrivateParmeterTypes_prototype.myPrivateMethod = function (param) { }; return privateClassWithWithPrivateParmeterTypes; }()); @@ -755,14 +755,14 @@ var privateClassWithWithPublicParmeterTypes = /** @class */ (function () { this.param1 = param1; this.param2 = param2; } - var proto_4 = privateClassWithWithPublicParmeterTypes.prototype; + var privateClassWithWithPublicParmeterTypes_prototype = privateClassWithWithPublicParmeterTypes.prototype; privateClassWithWithPublicParmeterTypes.myPublicStaticMethod = function (param) { }; privateClassWithWithPublicParmeterTypes.myPrivateStaticMethod = function (param) { }; - proto_4.myPublicMethod = function (param) { + privateClassWithWithPublicParmeterTypes_prototype.myPublicMethod = function (param) { }; - proto_4.myPrivateMethod = function (param) { + privateClassWithWithPublicParmeterTypes_prototype.myPrivateMethod = function (param) { }; return privateClassWithWithPublicParmeterTypes; }()); @@ -822,14 +822,14 @@ var publicModule; this.param1 = param1; this.param2 = param2; } - var proto_5 = publicClassWithWithPrivateParmeterTypes.prototype; + var publicClassWithWithPrivateParmeterTypes_prototype_1 = publicClassWithWithPrivateParmeterTypes.prototype; publicClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function (param) { }; publicClassWithWithPrivateParmeterTypes.myPrivateStaticMethod = function (param) { }; - proto_5.myPublicMethod = function (param) { + publicClassWithWithPrivateParmeterTypes_prototype_1.myPublicMethod = function (param) { }; - proto_5.myPrivateMethod = function (param) { + publicClassWithWithPrivateParmeterTypes_prototype_1.myPrivateMethod = function (param) { }; return publicClassWithWithPrivateParmeterTypes; }()); @@ -839,14 +839,14 @@ var publicModule; this.param1 = param1; this.param2 = param2; } - var proto_6 = publicClassWithWithPublicParmeterTypes.prototype; + var publicClassWithWithPublicParmeterTypes_prototype_1 = publicClassWithWithPublicParmeterTypes.prototype; publicClassWithWithPublicParmeterTypes.myPublicStaticMethod = function (param) { }; publicClassWithWithPublicParmeterTypes.myPrivateStaticMethod = function (param) { }; - proto_6.myPublicMethod = function (param) { + publicClassWithWithPublicParmeterTypes_prototype_1.myPublicMethod = function (param) { }; - proto_6.myPrivateMethod = function (param) { + publicClassWithWithPublicParmeterTypes_prototype_1.myPrivateMethod = function (param) { }; return publicClassWithWithPublicParmeterTypes; }()); @@ -856,14 +856,14 @@ var publicModule; this.param1 = param1; this.param2 = param2; } - var proto_7 = privateClassWithWithPrivateParmeterTypes.prototype; + var privateClassWithWithPrivateParmeterTypes_prototype_1 = privateClassWithWithPrivateParmeterTypes.prototype; privateClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function (param) { }; privateClassWithWithPrivateParmeterTypes.myPrivateStaticMethod = function (param) { }; - proto_7.myPublicMethod = function (param) { + privateClassWithWithPrivateParmeterTypes_prototype_1.myPublicMethod = function (param) { }; - proto_7.myPrivateMethod = function (param) { + privateClassWithWithPrivateParmeterTypes_prototype_1.myPrivateMethod = function (param) { }; return privateClassWithWithPrivateParmeterTypes; }()); @@ -872,14 +872,14 @@ var publicModule; this.param1 = param1; this.param2 = param2; } - var proto_8 = privateClassWithWithPublicParmeterTypes.prototype; + var privateClassWithWithPublicParmeterTypes_prototype_1 = privateClassWithWithPublicParmeterTypes.prototype; privateClassWithWithPublicParmeterTypes.myPublicStaticMethod = function (param) { }; privateClassWithWithPublicParmeterTypes.myPrivateStaticMethod = function (param) { }; - proto_8.myPublicMethod = function (param) { + privateClassWithWithPublicParmeterTypes_prototype_1.myPublicMethod = function (param) { }; - proto_8.myPrivateMethod = function (param) { + privateClassWithWithPublicParmeterTypes_prototype_1.myPrivateMethod = function (param) { }; return privateClassWithWithPublicParmeterTypes; }()); @@ -940,14 +940,14 @@ var privateModule; this.param1 = param1; this.param2 = param2; } - var proto_9 = publicClassWithWithPrivateParmeterTypes.prototype; + var publicClassWithWithPrivateParmeterTypes_prototype_2 = publicClassWithWithPrivateParmeterTypes.prototype; publicClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function (param) { }; publicClassWithWithPrivateParmeterTypes.myPrivateStaticMethod = function (param) { }; - proto_9.myPublicMethod = function (param) { + publicClassWithWithPrivateParmeterTypes_prototype_2.myPublicMethod = function (param) { }; - proto_9.myPrivateMethod = function (param) { + publicClassWithWithPrivateParmeterTypes_prototype_2.myPrivateMethod = function (param) { }; return publicClassWithWithPrivateParmeterTypes; }()); @@ -957,14 +957,14 @@ var privateModule; this.param1 = param1; this.param2 = param2; } - var proto_10 = publicClassWithWithPublicParmeterTypes.prototype; + var publicClassWithWithPublicParmeterTypes_prototype_2 = publicClassWithWithPublicParmeterTypes.prototype; publicClassWithWithPublicParmeterTypes.myPublicStaticMethod = function (param) { }; publicClassWithWithPublicParmeterTypes.myPrivateStaticMethod = function (param) { }; - proto_10.myPublicMethod = function (param) { + publicClassWithWithPublicParmeterTypes_prototype_2.myPublicMethod = function (param) { }; - proto_10.myPrivateMethod = function (param) { + publicClassWithWithPublicParmeterTypes_prototype_2.myPrivateMethod = function (param) { }; return publicClassWithWithPublicParmeterTypes; }()); @@ -974,14 +974,14 @@ var privateModule; this.param1 = param1; this.param2 = param2; } - var proto_11 = privateClassWithWithPrivateParmeterTypes.prototype; + var privateClassWithWithPrivateParmeterTypes_prototype_2 = privateClassWithWithPrivateParmeterTypes.prototype; privateClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function (param) { }; privateClassWithWithPrivateParmeterTypes.myPrivateStaticMethod = function (param) { }; - proto_11.myPublicMethod = function (param) { + privateClassWithWithPrivateParmeterTypes_prototype_2.myPublicMethod = function (param) { }; - proto_11.myPrivateMethod = function (param) { + privateClassWithWithPrivateParmeterTypes_prototype_2.myPrivateMethod = function (param) { }; return privateClassWithWithPrivateParmeterTypes; }()); @@ -990,14 +990,14 @@ var privateModule; this.param1 = param1; this.param2 = param2; } - var proto_12 = privateClassWithWithPublicParmeterTypes.prototype; + var privateClassWithWithPublicParmeterTypes_prototype_2 = privateClassWithWithPublicParmeterTypes.prototype; privateClassWithWithPublicParmeterTypes.myPublicStaticMethod = function (param) { }; privateClassWithWithPublicParmeterTypes.myPrivateStaticMethod = function (param) { }; - proto_12.myPublicMethod = function (param) { + privateClassWithWithPublicParmeterTypes_prototype_2.myPublicMethod = function (param) { }; - proto_12.myPrivateMethod = function (param) { + privateClassWithWithPublicParmeterTypes_prototype_2.myPrivateMethod = function (param) { }; return privateClassWithWithPublicParmeterTypes; }()); @@ -1051,14 +1051,14 @@ var publicClassWithWithPublicParmeterTypesInGlobal = /** @class */ (function () this.param1 = param1; this.param2 = param2; } - var proto_1 = publicClassWithWithPublicParmeterTypesInGlobal.prototype; + var publicClassWithWithPublicParmeterTypesInGlobal_prototype = publicClassWithWithPublicParmeterTypesInGlobal.prototype; publicClassWithWithPublicParmeterTypesInGlobal.myPublicStaticMethod = function (param) { }; publicClassWithWithPublicParmeterTypesInGlobal.myPrivateStaticMethod = function (param) { }; - proto_1.myPublicMethod = function (param) { + publicClassWithWithPublicParmeterTypesInGlobal_prototype.myPublicMethod = function (param) { }; - proto_1.myPrivateMethod = function (param) { + publicClassWithWithPublicParmeterTypesInGlobal_prototype.myPrivateMethod = function (param) { }; return publicClassWithWithPublicParmeterTypesInGlobal; }()); @@ -1095,14 +1095,14 @@ var publicModuleInGlobal; this.param1 = param1; this.param2 = param2; } - var proto_2 = publicClassWithWithPrivateParmeterTypes.prototype; + var publicClassWithWithPrivateParmeterTypes_prototype = publicClassWithWithPrivateParmeterTypes.prototype; publicClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function (param) { }; publicClassWithWithPrivateParmeterTypes.myPrivateStaticMethod = function (param) { }; - proto_2.myPublicMethod = function (param) { + publicClassWithWithPrivateParmeterTypes_prototype.myPublicMethod = function (param) { }; - proto_2.myPrivateMethod = function (param) { + publicClassWithWithPrivateParmeterTypes_prototype.myPrivateMethod = function (param) { }; return publicClassWithWithPrivateParmeterTypes; }()); @@ -1112,14 +1112,14 @@ var publicModuleInGlobal; this.param1 = param1; this.param2 = param2; } - var proto_3 = publicClassWithWithPublicParmeterTypes.prototype; + var publicClassWithWithPublicParmeterTypes_prototype = publicClassWithWithPublicParmeterTypes.prototype; publicClassWithWithPublicParmeterTypes.myPublicStaticMethod = function (param) { }; publicClassWithWithPublicParmeterTypes.myPrivateStaticMethod = function (param) { }; - proto_3.myPublicMethod = function (param) { + publicClassWithWithPublicParmeterTypes_prototype.myPublicMethod = function (param) { }; - proto_3.myPrivateMethod = function (param) { + publicClassWithWithPublicParmeterTypes_prototype.myPrivateMethod = function (param) { }; return publicClassWithWithPublicParmeterTypes; }()); @@ -1129,14 +1129,14 @@ var publicModuleInGlobal; this.param1 = param1; this.param2 = param2; } - var proto_4 = privateClassWithWithPrivateParmeterTypes.prototype; + var privateClassWithWithPrivateParmeterTypes_prototype = privateClassWithWithPrivateParmeterTypes.prototype; privateClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function (param) { }; privateClassWithWithPrivateParmeterTypes.myPrivateStaticMethod = function (param) { }; - proto_4.myPublicMethod = function (param) { + privateClassWithWithPrivateParmeterTypes_prototype.myPublicMethod = function (param) { }; - proto_4.myPrivateMethod = function (param) { + privateClassWithWithPrivateParmeterTypes_prototype.myPrivateMethod = function (param) { }; return privateClassWithWithPrivateParmeterTypes; }()); @@ -1145,14 +1145,14 @@ var publicModuleInGlobal; this.param1 = param1; this.param2 = param2; } - var proto_5 = privateClassWithWithPublicParmeterTypes.prototype; + var privateClassWithWithPublicParmeterTypes_prototype = privateClassWithWithPublicParmeterTypes.prototype; privateClassWithWithPublicParmeterTypes.myPublicStaticMethod = function (param) { }; privateClassWithWithPublicParmeterTypes.myPrivateStaticMethod = function (param) { }; - proto_5.myPublicMethod = function (param) { + privateClassWithWithPublicParmeterTypes_prototype.myPublicMethod = function (param) { }; - proto_5.myPrivateMethod = function (param) { + privateClassWithWithPublicParmeterTypes_prototype.myPrivateMethod = function (param) { }; return privateClassWithWithPublicParmeterTypes; }()); @@ -1200,14 +1200,14 @@ var publicModuleInGlobal; this.param1 = param1; this.param2 = param2; } - var proto_6 = publicClassWithWithPrivateParmeterTypes.prototype; + var publicClassWithWithPrivateParmeterTypes_prototype_1 = publicClassWithWithPrivateParmeterTypes.prototype; publicClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function (param) { }; publicClassWithWithPrivateParmeterTypes.myPrivateStaticMethod = function (param) { }; - proto_6.myPublicMethod = function (param) { + publicClassWithWithPrivateParmeterTypes_prototype_1.myPublicMethod = function (param) { }; - proto_6.myPrivateMethod = function (param) { + publicClassWithWithPrivateParmeterTypes_prototype_1.myPrivateMethod = function (param) { }; return publicClassWithWithPrivateParmeterTypes; }()); @@ -1217,14 +1217,14 @@ var publicModuleInGlobal; this.param1 = param1; this.param2 = param2; } - var proto_7 = publicClassWithWithPublicParmeterTypes.prototype; + var publicClassWithWithPublicParmeterTypes_prototype_1 = publicClassWithWithPublicParmeterTypes.prototype; publicClassWithWithPublicParmeterTypes.myPublicStaticMethod = function (param) { }; publicClassWithWithPublicParmeterTypes.myPrivateStaticMethod = function (param) { }; - proto_7.myPublicMethod = function (param) { + publicClassWithWithPublicParmeterTypes_prototype_1.myPublicMethod = function (param) { }; - proto_7.myPrivateMethod = function (param) { + publicClassWithWithPublicParmeterTypes_prototype_1.myPrivateMethod = function (param) { }; return publicClassWithWithPublicParmeterTypes; }()); @@ -1234,14 +1234,14 @@ var publicModuleInGlobal; this.param1 = param1; this.param2 = param2; } - var proto_8 = privateClassWithWithPrivateParmeterTypes.prototype; + var privateClassWithWithPrivateParmeterTypes_prototype_1 = privateClassWithWithPrivateParmeterTypes.prototype; privateClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function (param) { }; privateClassWithWithPrivateParmeterTypes.myPrivateStaticMethod = function (param) { }; - proto_8.myPublicMethod = function (param) { + privateClassWithWithPrivateParmeterTypes_prototype_1.myPublicMethod = function (param) { }; - proto_8.myPrivateMethod = function (param) { + privateClassWithWithPrivateParmeterTypes_prototype_1.myPrivateMethod = function (param) { }; return privateClassWithWithPrivateParmeterTypes; }()); @@ -1250,14 +1250,14 @@ var publicModuleInGlobal; this.param1 = param1; this.param2 = param2; } - var proto_9 = privateClassWithWithPublicParmeterTypes.prototype; + var privateClassWithWithPublicParmeterTypes_prototype_1 = privateClassWithWithPublicParmeterTypes.prototype; privateClassWithWithPublicParmeterTypes.myPublicStaticMethod = function (param) { }; privateClassWithWithPublicParmeterTypes.myPrivateStaticMethod = function (param) { }; - proto_9.myPublicMethod = function (param) { + privateClassWithWithPublicParmeterTypes_prototype_1.myPublicMethod = function (param) { }; - proto_9.myPrivateMethod = function (param) { + privateClassWithWithPublicParmeterTypes_prototype_1.myPrivateMethod = function (param) { }; return privateClassWithWithPublicParmeterTypes; }()); diff --git a/tests/baselines/reference/privacyFunctionReturnTypeDeclFile.js b/tests/baselines/reference/privacyFunctionReturnTypeDeclFile.js index b1047a2529413..3c47cce8a911f 100644 --- a/tests/baselines/reference/privacyFunctionReturnTypeDeclFile.js +++ b/tests/baselines/reference/privacyFunctionReturnTypeDeclFile.js @@ -1210,17 +1210,17 @@ exports.publicClass = publicClass; var publicClassWithWithPrivateParmeterTypes = /** @class */ (function () { function publicClassWithWithPrivateParmeterTypes() { } - var proto_1 = publicClassWithWithPrivateParmeterTypes.prototype; + var publicClassWithWithPrivateParmeterTypes_prototype = publicClassWithWithPrivateParmeterTypes.prototype; publicClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function () { return null; }; publicClassWithWithPrivateParmeterTypes.myPrivateStaticMethod = function () { return null; }; - proto_1.myPublicMethod = function () { + publicClassWithWithPrivateParmeterTypes_prototype.myPublicMethod = function () { return null; }; - proto_1.myPrivateMethod = function () { + publicClassWithWithPrivateParmeterTypes_prototype.myPrivateMethod = function () { return null; }; publicClassWithWithPrivateParmeterTypes.myPublicStaticMethod1 = function () { @@ -1229,10 +1229,10 @@ var publicClassWithWithPrivateParmeterTypes = /** @class */ (function () { publicClassWithWithPrivateParmeterTypes.myPrivateStaticMethod1 = function () { return new privateClass(); }; - proto_1.myPublicMethod1 = function () { + publicClassWithWithPrivateParmeterTypes_prototype.myPublicMethod1 = function () { return new privateClass(); }; - proto_1.myPrivateMethod1 = function () { + publicClassWithWithPrivateParmeterTypes_prototype.myPrivateMethod1 = function () { return new privateClass(); }; return publicClassWithWithPrivateParmeterTypes; @@ -1241,17 +1241,17 @@ exports.publicClassWithWithPrivateParmeterTypes = publicClassWithWithPrivateParm var publicClassWithWithPublicParmeterTypes = /** @class */ (function () { function publicClassWithWithPublicParmeterTypes() { } - var proto_2 = publicClassWithWithPublicParmeterTypes.prototype; + var publicClassWithWithPublicParmeterTypes_prototype = publicClassWithWithPublicParmeterTypes.prototype; publicClassWithWithPublicParmeterTypes.myPublicStaticMethod = function () { return null; }; publicClassWithWithPublicParmeterTypes.myPrivateStaticMethod = function () { return null; }; - proto_2.myPublicMethod = function () { + publicClassWithWithPublicParmeterTypes_prototype.myPublicMethod = function () { return null; }; - proto_2.myPrivateMethod = function () { + publicClassWithWithPublicParmeterTypes_prototype.myPrivateMethod = function () { return null; }; publicClassWithWithPublicParmeterTypes.myPublicStaticMethod1 = function () { @@ -1260,10 +1260,10 @@ var publicClassWithWithPublicParmeterTypes = /** @class */ (function () { publicClassWithWithPublicParmeterTypes.myPrivateStaticMethod1 = function () { return new publicClass(); }; - proto_2.myPublicMethod1 = function () { + publicClassWithWithPublicParmeterTypes_prototype.myPublicMethod1 = function () { return new publicClass(); }; - proto_2.myPrivateMethod1 = function () { + publicClassWithWithPublicParmeterTypes_prototype.myPrivateMethod1 = function () { return new publicClass(); }; return publicClassWithWithPublicParmeterTypes; @@ -1272,17 +1272,17 @@ exports.publicClassWithWithPublicParmeterTypes = publicClassWithWithPublicParmet var privateClassWithWithPrivateParmeterTypes = /** @class */ (function () { function privateClassWithWithPrivateParmeterTypes() { } - var proto_3 = privateClassWithWithPrivateParmeterTypes.prototype; + var privateClassWithWithPrivateParmeterTypes_prototype = privateClassWithWithPrivateParmeterTypes.prototype; privateClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function () { return null; }; privateClassWithWithPrivateParmeterTypes.myPrivateStaticMethod = function () { return null; }; - proto_3.myPublicMethod = function () { + privateClassWithWithPrivateParmeterTypes_prototype.myPublicMethod = function () { return null; }; - proto_3.myPrivateMethod = function () { + privateClassWithWithPrivateParmeterTypes_prototype.myPrivateMethod = function () { return null; }; privateClassWithWithPrivateParmeterTypes.myPublicStaticMethod1 = function () { @@ -1291,10 +1291,10 @@ var privateClassWithWithPrivateParmeterTypes = /** @class */ (function () { privateClassWithWithPrivateParmeterTypes.myPrivateStaticMethod1 = function () { return new privateClass(); }; - proto_3.myPublicMethod1 = function () { + privateClassWithWithPrivateParmeterTypes_prototype.myPublicMethod1 = function () { return new privateClass(); }; - proto_3.myPrivateMethod1 = function () { + privateClassWithWithPrivateParmeterTypes_prototype.myPrivateMethod1 = function () { return new privateClass(); }; return privateClassWithWithPrivateParmeterTypes; @@ -1302,17 +1302,17 @@ var privateClassWithWithPrivateParmeterTypes = /** @class */ (function () { var privateClassWithWithPublicParmeterTypes = /** @class */ (function () { function privateClassWithWithPublicParmeterTypes() { } - var proto_4 = privateClassWithWithPublicParmeterTypes.prototype; + var privateClassWithWithPublicParmeterTypes_prototype = privateClassWithWithPublicParmeterTypes.prototype; privateClassWithWithPublicParmeterTypes.myPublicStaticMethod = function () { return null; }; privateClassWithWithPublicParmeterTypes.myPrivateStaticMethod = function () { return null; }; - proto_4.myPublicMethod = function () { + privateClassWithWithPublicParmeterTypes_prototype.myPublicMethod = function () { return null; }; - proto_4.myPrivateMethod = function () { + privateClassWithWithPublicParmeterTypes_prototype.myPrivateMethod = function () { return null; }; privateClassWithWithPublicParmeterTypes.myPublicStaticMethod1 = function () { @@ -1321,10 +1321,10 @@ var privateClassWithWithPublicParmeterTypes = /** @class */ (function () { privateClassWithWithPublicParmeterTypes.myPrivateStaticMethod1 = function () { return new publicClass(); }; - proto_4.myPublicMethod1 = function () { + privateClassWithWithPublicParmeterTypes_prototype.myPublicMethod1 = function () { return new publicClass(); }; - proto_4.myPrivateMethod1 = function () { + privateClassWithWithPublicParmeterTypes_prototype.myPrivateMethod1 = function () { return new publicClass(); }; return privateClassWithWithPublicParmeterTypes; @@ -1360,17 +1360,17 @@ function privateFunctionWithPublicParmeterTypes1() { var publicClassWithPrivateModuleParameterTypes = /** @class */ (function () { function publicClassWithPrivateModuleParameterTypes() { } - var proto_5 = publicClassWithPrivateModuleParameterTypes.prototype; + var publicClassWithPrivateModuleParameterTypes_prototype = publicClassWithPrivateModuleParameterTypes.prototype; publicClassWithPrivateModuleParameterTypes.myPublicStaticMethod = function () { return null; }; - proto_5.myPublicMethod = function () { + publicClassWithPrivateModuleParameterTypes_prototype.myPublicMethod = function () { return null; }; publicClassWithPrivateModuleParameterTypes.myPublicStaticMethod1 = function () { return new privateModule.publicClass(); }; - proto_5.myPublicMethod1 = function () { + publicClassWithPrivateModuleParameterTypes_prototype.myPublicMethod1 = function () { return new privateModule.publicClass(); }; return publicClassWithPrivateModuleParameterTypes; @@ -1387,17 +1387,17 @@ exports.publicFunctionWithPrivateModuleParameterTypes1 = publicFunctionWithPriva var privateClassWithPrivateModuleParameterTypes = /** @class */ (function () { function privateClassWithPrivateModuleParameterTypes() { } - var proto_6 = privateClassWithPrivateModuleParameterTypes.prototype; + var privateClassWithPrivateModuleParameterTypes_prototype = privateClassWithPrivateModuleParameterTypes.prototype; privateClassWithPrivateModuleParameterTypes.myPublicStaticMethod = function () { return null; }; - proto_6.myPublicMethod = function () { + privateClassWithPrivateModuleParameterTypes_prototype.myPublicMethod = function () { return null; }; privateClassWithPrivateModuleParameterTypes.myPublicStaticMethod1 = function () { return new privateModule.publicClass(); }; - proto_6.myPublicMethod1 = function () { + privateClassWithPrivateModuleParameterTypes_prototype.myPublicMethod1 = function () { return new privateModule.publicClass(); }; return privateClassWithPrivateModuleParameterTypes; @@ -1424,17 +1424,17 @@ var publicModule; var publicClassWithWithPrivateParmeterTypes = /** @class */ (function () { function publicClassWithWithPrivateParmeterTypes() { } - var proto_7 = publicClassWithWithPrivateParmeterTypes.prototype; + var publicClassWithWithPrivateParmeterTypes_prototype_1 = publicClassWithWithPrivateParmeterTypes.prototype; publicClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function () { return null; }; publicClassWithWithPrivateParmeterTypes.myPrivateStaticMethod = function () { return null; }; - proto_7.myPublicMethod = function () { + publicClassWithWithPrivateParmeterTypes_prototype_1.myPublicMethod = function () { return null; }; - proto_7.myPrivateMethod = function () { + publicClassWithWithPrivateParmeterTypes_prototype_1.myPrivateMethod = function () { return null; }; publicClassWithWithPrivateParmeterTypes.myPublicStaticMethod1 = function () { @@ -1443,10 +1443,10 @@ var publicModule; publicClassWithWithPrivateParmeterTypes.myPrivateStaticMethod1 = function () { return new privateClass(); }; - proto_7.myPublicMethod1 = function () { + publicClassWithWithPrivateParmeterTypes_prototype_1.myPublicMethod1 = function () { return new privateClass(); }; - proto_7.myPrivateMethod1 = function () { + publicClassWithWithPrivateParmeterTypes_prototype_1.myPrivateMethod1 = function () { return new privateClass(); }; return publicClassWithWithPrivateParmeterTypes; @@ -1455,17 +1455,17 @@ var publicModule; var publicClassWithWithPublicParmeterTypes = /** @class */ (function () { function publicClassWithWithPublicParmeterTypes() { } - var proto_8 = publicClassWithWithPublicParmeterTypes.prototype; + var publicClassWithWithPublicParmeterTypes_prototype_1 = publicClassWithWithPublicParmeterTypes.prototype; publicClassWithWithPublicParmeterTypes.myPublicStaticMethod = function () { return null; }; publicClassWithWithPublicParmeterTypes.myPrivateStaticMethod = function () { return null; }; - proto_8.myPublicMethod = function () { + publicClassWithWithPublicParmeterTypes_prototype_1.myPublicMethod = function () { return null; }; - proto_8.myPrivateMethod = function () { + publicClassWithWithPublicParmeterTypes_prototype_1.myPrivateMethod = function () { return null; }; publicClassWithWithPublicParmeterTypes.myPublicStaticMethod1 = function () { @@ -1474,10 +1474,10 @@ var publicModule; publicClassWithWithPublicParmeterTypes.myPrivateStaticMethod1 = function () { return new publicClass(); }; - proto_8.myPublicMethod1 = function () { + publicClassWithWithPublicParmeterTypes_prototype_1.myPublicMethod1 = function () { return new publicClass(); }; - proto_8.myPrivateMethod1 = function () { + publicClassWithWithPublicParmeterTypes_prototype_1.myPrivateMethod1 = function () { return new publicClass(); }; return publicClassWithWithPublicParmeterTypes; @@ -1486,17 +1486,17 @@ var publicModule; var privateClassWithWithPrivateParmeterTypes = /** @class */ (function () { function privateClassWithWithPrivateParmeterTypes() { } - var proto_9 = privateClassWithWithPrivateParmeterTypes.prototype; + var privateClassWithWithPrivateParmeterTypes_prototype_1 = privateClassWithWithPrivateParmeterTypes.prototype; privateClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function () { return null; }; privateClassWithWithPrivateParmeterTypes.myPrivateStaticMethod = function () { return null; }; - proto_9.myPublicMethod = function () { + privateClassWithWithPrivateParmeterTypes_prototype_1.myPublicMethod = function () { return null; }; - proto_9.myPrivateMethod = function () { + privateClassWithWithPrivateParmeterTypes_prototype_1.myPrivateMethod = function () { return null; }; privateClassWithWithPrivateParmeterTypes.myPublicStaticMethod1 = function () { @@ -1505,10 +1505,10 @@ var publicModule; privateClassWithWithPrivateParmeterTypes.myPrivateStaticMethod1 = function () { return new privateClass(); }; - proto_9.myPublicMethod1 = function () { + privateClassWithWithPrivateParmeterTypes_prototype_1.myPublicMethod1 = function () { return new privateClass(); }; - proto_9.myPrivateMethod1 = function () { + privateClassWithWithPrivateParmeterTypes_prototype_1.myPrivateMethod1 = function () { return new privateClass(); }; return privateClassWithWithPrivateParmeterTypes; @@ -1516,17 +1516,17 @@ var publicModule; var privateClassWithWithPublicParmeterTypes = /** @class */ (function () { function privateClassWithWithPublicParmeterTypes() { } - var proto_10 = privateClassWithWithPublicParmeterTypes.prototype; + var privateClassWithWithPublicParmeterTypes_prototype_1 = privateClassWithWithPublicParmeterTypes.prototype; privateClassWithWithPublicParmeterTypes.myPublicStaticMethod = function () { return null; }; privateClassWithWithPublicParmeterTypes.myPrivateStaticMethod = function () { return null; }; - proto_10.myPublicMethod = function () { + privateClassWithWithPublicParmeterTypes_prototype_1.myPublicMethod = function () { return null; }; - proto_10.myPrivateMethod = function () { + privateClassWithWithPublicParmeterTypes_prototype_1.myPrivateMethod = function () { return null; }; privateClassWithWithPublicParmeterTypes.myPublicStaticMethod1 = function () { @@ -1535,10 +1535,10 @@ var publicModule; privateClassWithWithPublicParmeterTypes.myPrivateStaticMethod1 = function () { return new publicClass(); }; - proto_10.myPublicMethod1 = function () { + privateClassWithWithPublicParmeterTypes_prototype_1.myPublicMethod1 = function () { return new publicClass(); }; - proto_10.myPrivateMethod1 = function () { + privateClassWithWithPublicParmeterTypes_prototype_1.myPrivateMethod1 = function () { return new publicClass(); }; return privateClassWithWithPublicParmeterTypes; @@ -1574,17 +1574,17 @@ var publicModule; var publicClassWithPrivateModuleParameterTypes = /** @class */ (function () { function publicClassWithPrivateModuleParameterTypes() { } - var proto_11 = publicClassWithPrivateModuleParameterTypes.prototype; + var publicClassWithPrivateModuleParameterTypes_prototype_1 = publicClassWithPrivateModuleParameterTypes.prototype; publicClassWithPrivateModuleParameterTypes.myPublicStaticMethod = function () { return null; }; - proto_11.myPublicMethod = function () { + publicClassWithPrivateModuleParameterTypes_prototype_1.myPublicMethod = function () { return null; }; publicClassWithPrivateModuleParameterTypes.myPublicStaticMethod1 = function () { return new privateModule.publicClass(); }; - proto_11.myPublicMethod1 = function () { + publicClassWithPrivateModuleParameterTypes_prototype_1.myPublicMethod1 = function () { return new privateModule.publicClass(); }; return publicClassWithPrivateModuleParameterTypes; @@ -1601,17 +1601,17 @@ var publicModule; var privateClassWithPrivateModuleParameterTypes = /** @class */ (function () { function privateClassWithPrivateModuleParameterTypes() { } - var proto_12 = privateClassWithPrivateModuleParameterTypes.prototype; + var privateClassWithPrivateModuleParameterTypes_prototype_1 = privateClassWithPrivateModuleParameterTypes.prototype; privateClassWithPrivateModuleParameterTypes.myPublicStaticMethod = function () { return null; }; - proto_12.myPublicMethod = function () { + privateClassWithPrivateModuleParameterTypes_prototype_1.myPublicMethod = function () { return null; }; privateClassWithPrivateModuleParameterTypes.myPublicStaticMethod1 = function () { return new privateModule.publicClass(); }; - proto_12.myPublicMethod1 = function () { + privateClassWithPrivateModuleParameterTypes_prototype_1.myPublicMethod1 = function () { return new privateModule.publicClass(); }; return privateClassWithPrivateModuleParameterTypes; @@ -1639,17 +1639,17 @@ var privateModule; var publicClassWithWithPrivateParmeterTypes = /** @class */ (function () { function publicClassWithWithPrivateParmeterTypes() { } - var proto_13 = publicClassWithWithPrivateParmeterTypes.prototype; + var publicClassWithWithPrivateParmeterTypes_prototype_2 = publicClassWithWithPrivateParmeterTypes.prototype; publicClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function () { return null; }; publicClassWithWithPrivateParmeterTypes.myPrivateStaticMethod = function () { return null; }; - proto_13.myPublicMethod = function () { + publicClassWithWithPrivateParmeterTypes_prototype_2.myPublicMethod = function () { return null; }; - proto_13.myPrivateMethod = function () { + publicClassWithWithPrivateParmeterTypes_prototype_2.myPrivateMethod = function () { return null; }; publicClassWithWithPrivateParmeterTypes.myPublicStaticMethod1 = function () { @@ -1658,10 +1658,10 @@ var privateModule; publicClassWithWithPrivateParmeterTypes.myPrivateStaticMethod1 = function () { return new privateClass(); }; - proto_13.myPublicMethod1 = function () { + publicClassWithWithPrivateParmeterTypes_prototype_2.myPublicMethod1 = function () { return new privateClass(); }; - proto_13.myPrivateMethod1 = function () { + publicClassWithWithPrivateParmeterTypes_prototype_2.myPrivateMethod1 = function () { return new privateClass(); }; return publicClassWithWithPrivateParmeterTypes; @@ -1670,17 +1670,17 @@ var privateModule; var publicClassWithWithPublicParmeterTypes = /** @class */ (function () { function publicClassWithWithPublicParmeterTypes() { } - var proto_14 = publicClassWithWithPublicParmeterTypes.prototype; + var publicClassWithWithPublicParmeterTypes_prototype_2 = publicClassWithWithPublicParmeterTypes.prototype; publicClassWithWithPublicParmeterTypes.myPublicStaticMethod = function () { return null; }; publicClassWithWithPublicParmeterTypes.myPrivateStaticMethod = function () { return null; }; - proto_14.myPublicMethod = function () { + publicClassWithWithPublicParmeterTypes_prototype_2.myPublicMethod = function () { return null; }; - proto_14.myPrivateMethod = function () { + publicClassWithWithPublicParmeterTypes_prototype_2.myPrivateMethod = function () { return null; }; publicClassWithWithPublicParmeterTypes.myPublicStaticMethod1 = function () { @@ -1689,10 +1689,10 @@ var privateModule; publicClassWithWithPublicParmeterTypes.myPrivateStaticMethod1 = function () { return new publicClass(); }; - proto_14.myPublicMethod1 = function () { + publicClassWithWithPublicParmeterTypes_prototype_2.myPublicMethod1 = function () { return new publicClass(); }; - proto_14.myPrivateMethod1 = function () { + publicClassWithWithPublicParmeterTypes_prototype_2.myPrivateMethod1 = function () { return new publicClass(); }; return publicClassWithWithPublicParmeterTypes; @@ -1701,17 +1701,17 @@ var privateModule; var privateClassWithWithPrivateParmeterTypes = /** @class */ (function () { function privateClassWithWithPrivateParmeterTypes() { } - var proto_15 = privateClassWithWithPrivateParmeterTypes.prototype; + var privateClassWithWithPrivateParmeterTypes_prototype_2 = privateClassWithWithPrivateParmeterTypes.prototype; privateClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function () { return null; }; privateClassWithWithPrivateParmeterTypes.myPrivateStaticMethod = function () { return null; }; - proto_15.myPublicMethod = function () { + privateClassWithWithPrivateParmeterTypes_prototype_2.myPublicMethod = function () { return null; }; - proto_15.myPrivateMethod = function () { + privateClassWithWithPrivateParmeterTypes_prototype_2.myPrivateMethod = function () { return null; }; privateClassWithWithPrivateParmeterTypes.myPublicStaticMethod1 = function () { @@ -1720,10 +1720,10 @@ var privateModule; privateClassWithWithPrivateParmeterTypes.myPrivateStaticMethod1 = function () { return new privateClass(); }; - proto_15.myPublicMethod1 = function () { + privateClassWithWithPrivateParmeterTypes_prototype_2.myPublicMethod1 = function () { return new privateClass(); }; - proto_15.myPrivateMethod1 = function () { + privateClassWithWithPrivateParmeterTypes_prototype_2.myPrivateMethod1 = function () { return new privateClass(); }; return privateClassWithWithPrivateParmeterTypes; @@ -1731,17 +1731,17 @@ var privateModule; var privateClassWithWithPublicParmeterTypes = /** @class */ (function () { function privateClassWithWithPublicParmeterTypes() { } - var proto_16 = privateClassWithWithPublicParmeterTypes.prototype; + var privateClassWithWithPublicParmeterTypes_prototype_2 = privateClassWithWithPublicParmeterTypes.prototype; privateClassWithWithPublicParmeterTypes.myPublicStaticMethod = function () { return null; }; privateClassWithWithPublicParmeterTypes.myPrivateStaticMethod = function () { return null; }; - proto_16.myPublicMethod = function () { + privateClassWithWithPublicParmeterTypes_prototype_2.myPublicMethod = function () { return null; }; - proto_16.myPrivateMethod = function () { + privateClassWithWithPublicParmeterTypes_prototype_2.myPrivateMethod = function () { return null; }; privateClassWithWithPublicParmeterTypes.myPublicStaticMethod1 = function () { @@ -1750,10 +1750,10 @@ var privateModule; privateClassWithWithPublicParmeterTypes.myPrivateStaticMethod1 = function () { return new publicClass(); }; - proto_16.myPublicMethod1 = function () { + privateClassWithWithPublicParmeterTypes_prototype_2.myPublicMethod1 = function () { return new publicClass(); }; - proto_16.myPrivateMethod1 = function () { + privateClassWithWithPublicParmeterTypes_prototype_2.myPrivateMethod1 = function () { return new publicClass(); }; return privateClassWithWithPublicParmeterTypes; @@ -1789,17 +1789,17 @@ var privateModule; var publicClassWithPrivateModuleParameterTypes = /** @class */ (function () { function publicClassWithPrivateModuleParameterTypes() { } - var proto_17 = publicClassWithPrivateModuleParameterTypes.prototype; + var publicClassWithPrivateModuleParameterTypes_prototype_2 = publicClassWithPrivateModuleParameterTypes.prototype; publicClassWithPrivateModuleParameterTypes.myPublicStaticMethod = function () { return null; }; - proto_17.myPublicMethod = function () { + publicClassWithPrivateModuleParameterTypes_prototype_2.myPublicMethod = function () { return null; }; publicClassWithPrivateModuleParameterTypes.myPublicStaticMethod1 = function () { return new privateModule.publicClass(); }; - proto_17.myPublicMethod1 = function () { + publicClassWithPrivateModuleParameterTypes_prototype_2.myPublicMethod1 = function () { return new privateModule.publicClass(); }; return publicClassWithPrivateModuleParameterTypes; @@ -1816,17 +1816,17 @@ var privateModule; var privateClassWithPrivateModuleParameterTypes = /** @class */ (function () { function privateClassWithPrivateModuleParameterTypes() { } - var proto_18 = privateClassWithPrivateModuleParameterTypes.prototype; + var privateClassWithPrivateModuleParameterTypes_prototype_2 = privateClassWithPrivateModuleParameterTypes.prototype; privateClassWithPrivateModuleParameterTypes.myPublicStaticMethod = function () { return null; }; - proto_18.myPublicMethod = function () { + privateClassWithPrivateModuleParameterTypes_prototype_2.myPublicMethod = function () { return null; }; privateClassWithPrivateModuleParameterTypes.myPublicStaticMethod1 = function () { return new privateModule.publicClass(); }; - proto_18.myPublicMethod1 = function () { + privateClassWithPrivateModuleParameterTypes_prototype_2.myPublicMethod1 = function () { return new privateModule.publicClass(); }; return privateClassWithPrivateModuleParameterTypes; @@ -1847,17 +1847,17 @@ var publicClassInGlobal = /** @class */ (function () { var publicClassWithWithPublicParmeterTypesInGlobal = /** @class */ (function () { function publicClassWithWithPublicParmeterTypesInGlobal() { } - var proto_1 = publicClassWithWithPublicParmeterTypesInGlobal.prototype; + var publicClassWithWithPublicParmeterTypesInGlobal_prototype = publicClassWithWithPublicParmeterTypesInGlobal.prototype; publicClassWithWithPublicParmeterTypesInGlobal.myPublicStaticMethod = function () { return null; }; publicClassWithWithPublicParmeterTypesInGlobal.myPrivateStaticMethod = function () { return null; }; - proto_1.myPublicMethod = function () { + publicClassWithWithPublicParmeterTypesInGlobal_prototype.myPublicMethod = function () { return null; }; - proto_1.myPrivateMethod = function () { + publicClassWithWithPublicParmeterTypesInGlobal_prototype.myPrivateMethod = function () { return null; }; publicClassWithWithPublicParmeterTypesInGlobal.myPublicStaticMethod1 = function () { @@ -1866,10 +1866,10 @@ var publicClassWithWithPublicParmeterTypesInGlobal = /** @class */ (function () publicClassWithWithPublicParmeterTypesInGlobal.myPrivateStaticMethod1 = function () { return new publicClassInGlobal(); }; - proto_1.myPublicMethod1 = function () { + publicClassWithWithPublicParmeterTypesInGlobal_prototype.myPublicMethod1 = function () { return new publicClassInGlobal(); }; - proto_1.myPrivateMethod1 = function () { + publicClassWithWithPublicParmeterTypesInGlobal_prototype.myPrivateMethod1 = function () { return new publicClassInGlobal(); }; return publicClassWithWithPublicParmeterTypesInGlobal; @@ -1909,17 +1909,17 @@ var publicModuleInGlobal; var publicClassWithWithPrivateParmeterTypes = /** @class */ (function () { function publicClassWithWithPrivateParmeterTypes() { } - var proto_2 = publicClassWithWithPrivateParmeterTypes.prototype; + var publicClassWithWithPrivateParmeterTypes_prototype = publicClassWithWithPrivateParmeterTypes.prototype; publicClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function () { return null; }; publicClassWithWithPrivateParmeterTypes.myPrivateStaticMethod = function () { return null; }; - proto_2.myPublicMethod = function () { + publicClassWithWithPrivateParmeterTypes_prototype.myPublicMethod = function () { return null; }; - proto_2.myPrivateMethod = function () { + publicClassWithWithPrivateParmeterTypes_prototype.myPrivateMethod = function () { return null; }; publicClassWithWithPrivateParmeterTypes.myPublicStaticMethod1 = function () { @@ -1928,10 +1928,10 @@ var publicModuleInGlobal; publicClassWithWithPrivateParmeterTypes.myPrivateStaticMethod1 = function () { return new privateClass(); }; - proto_2.myPublicMethod1 = function () { + publicClassWithWithPrivateParmeterTypes_prototype.myPublicMethod1 = function () { return new privateClass(); }; - proto_2.myPrivateMethod1 = function () { + publicClassWithWithPrivateParmeterTypes_prototype.myPrivateMethod1 = function () { return new privateClass(); }; return publicClassWithWithPrivateParmeterTypes; @@ -1940,17 +1940,17 @@ var publicModuleInGlobal; var publicClassWithWithPublicParmeterTypes = /** @class */ (function () { function publicClassWithWithPublicParmeterTypes() { } - var proto_3 = publicClassWithWithPublicParmeterTypes.prototype; + var publicClassWithWithPublicParmeterTypes_prototype = publicClassWithWithPublicParmeterTypes.prototype; publicClassWithWithPublicParmeterTypes.myPublicStaticMethod = function () { return null; }; publicClassWithWithPublicParmeterTypes.myPrivateStaticMethod = function () { return null; }; - proto_3.myPublicMethod = function () { + publicClassWithWithPublicParmeterTypes_prototype.myPublicMethod = function () { return null; }; - proto_3.myPrivateMethod = function () { + publicClassWithWithPublicParmeterTypes_prototype.myPrivateMethod = function () { return null; }; publicClassWithWithPublicParmeterTypes.myPublicStaticMethod1 = function () { @@ -1959,10 +1959,10 @@ var publicModuleInGlobal; publicClassWithWithPublicParmeterTypes.myPrivateStaticMethod1 = function () { return new publicClass(); }; - proto_3.myPublicMethod1 = function () { + publicClassWithWithPublicParmeterTypes_prototype.myPublicMethod1 = function () { return new publicClass(); }; - proto_3.myPrivateMethod1 = function () { + publicClassWithWithPublicParmeterTypes_prototype.myPrivateMethod1 = function () { return new publicClass(); }; return publicClassWithWithPublicParmeterTypes; @@ -1971,17 +1971,17 @@ var publicModuleInGlobal; var privateClassWithWithPrivateParmeterTypes = /** @class */ (function () { function privateClassWithWithPrivateParmeterTypes() { } - var proto_4 = privateClassWithWithPrivateParmeterTypes.prototype; + var privateClassWithWithPrivateParmeterTypes_prototype = privateClassWithWithPrivateParmeterTypes.prototype; privateClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function () { return null; }; privateClassWithWithPrivateParmeterTypes.myPrivateStaticMethod = function () { return null; }; - proto_4.myPublicMethod = function () { + privateClassWithWithPrivateParmeterTypes_prototype.myPublicMethod = function () { return null; }; - proto_4.myPrivateMethod = function () { + privateClassWithWithPrivateParmeterTypes_prototype.myPrivateMethod = function () { return null; }; privateClassWithWithPrivateParmeterTypes.myPublicStaticMethod1 = function () { @@ -1990,10 +1990,10 @@ var publicModuleInGlobal; privateClassWithWithPrivateParmeterTypes.myPrivateStaticMethod1 = function () { return new privateClass(); }; - proto_4.myPublicMethod1 = function () { + privateClassWithWithPrivateParmeterTypes_prototype.myPublicMethod1 = function () { return new privateClass(); }; - proto_4.myPrivateMethod1 = function () { + privateClassWithWithPrivateParmeterTypes_prototype.myPrivateMethod1 = function () { return new privateClass(); }; return privateClassWithWithPrivateParmeterTypes; @@ -2001,17 +2001,17 @@ var publicModuleInGlobal; var privateClassWithWithPublicParmeterTypes = /** @class */ (function () { function privateClassWithWithPublicParmeterTypes() { } - var proto_5 = privateClassWithWithPublicParmeterTypes.prototype; + var privateClassWithWithPublicParmeterTypes_prototype = privateClassWithWithPublicParmeterTypes.prototype; privateClassWithWithPublicParmeterTypes.myPublicStaticMethod = function () { return null; }; privateClassWithWithPublicParmeterTypes.myPrivateStaticMethod = function () { return null; }; - proto_5.myPublicMethod = function () { + privateClassWithWithPublicParmeterTypes_prototype.myPublicMethod = function () { return null; }; - proto_5.myPrivateMethod = function () { + privateClassWithWithPublicParmeterTypes_prototype.myPrivateMethod = function () { return null; }; privateClassWithWithPublicParmeterTypes.myPublicStaticMethod1 = function () { @@ -2020,10 +2020,10 @@ var publicModuleInGlobal; privateClassWithWithPublicParmeterTypes.myPrivateStaticMethod1 = function () { return new publicClass(); }; - proto_5.myPublicMethod1 = function () { + privateClassWithWithPublicParmeterTypes_prototype.myPublicMethod1 = function () { return new publicClass(); }; - proto_5.myPrivateMethod1 = function () { + privateClassWithWithPublicParmeterTypes_prototype.myPrivateMethod1 = function () { return new publicClass(); }; return privateClassWithWithPublicParmeterTypes; @@ -2059,17 +2059,17 @@ var publicModuleInGlobal; var publicClassWithPrivateModuleParameterTypes = /** @class */ (function () { function publicClassWithPrivateModuleParameterTypes() { } - var proto_6 = publicClassWithPrivateModuleParameterTypes.prototype; + var publicClassWithPrivateModuleParameterTypes_prototype = publicClassWithPrivateModuleParameterTypes.prototype; publicClassWithPrivateModuleParameterTypes.myPublicStaticMethod = function () { return null; }; - proto_6.myPublicMethod = function () { + publicClassWithPrivateModuleParameterTypes_prototype.myPublicMethod = function () { return null; }; publicClassWithPrivateModuleParameterTypes.myPublicStaticMethod1 = function () { return new privateModule.publicClass(); }; - proto_6.myPublicMethod1 = function () { + publicClassWithPrivateModuleParameterTypes_prototype.myPublicMethod1 = function () { return new privateModule.publicClass(); }; return publicClassWithPrivateModuleParameterTypes; @@ -2086,17 +2086,17 @@ var publicModuleInGlobal; var privateClassWithPrivateModuleParameterTypes = /** @class */ (function () { function privateClassWithPrivateModuleParameterTypes() { } - var proto_7 = privateClassWithPrivateModuleParameterTypes.prototype; + var privateClassWithPrivateModuleParameterTypes_prototype = privateClassWithPrivateModuleParameterTypes.prototype; privateClassWithPrivateModuleParameterTypes.myPublicStaticMethod = function () { return null; }; - proto_7.myPublicMethod = function () { + privateClassWithPrivateModuleParameterTypes_prototype.myPublicMethod = function () { return null; }; privateClassWithPrivateModuleParameterTypes.myPublicStaticMethod1 = function () { return new privateModule.publicClass(); }; - proto_7.myPublicMethod1 = function () { + privateClassWithPrivateModuleParameterTypes_prototype.myPublicMethod1 = function () { return new privateModule.publicClass(); }; return privateClassWithPrivateModuleParameterTypes; @@ -2111,17 +2111,17 @@ var publicModuleInGlobal; var publicClassWithWithPrivateParmeterTypes = /** @class */ (function () { function publicClassWithWithPrivateParmeterTypes() { } - var proto_8 = publicClassWithWithPrivateParmeterTypes.prototype; + var publicClassWithWithPrivateParmeterTypes_prototype_1 = publicClassWithWithPrivateParmeterTypes.prototype; publicClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function () { return null; }; publicClassWithWithPrivateParmeterTypes.myPrivateStaticMethod = function () { return null; }; - proto_8.myPublicMethod = function () { + publicClassWithWithPrivateParmeterTypes_prototype_1.myPublicMethod = function () { return null; }; - proto_8.myPrivateMethod = function () { + publicClassWithWithPrivateParmeterTypes_prototype_1.myPrivateMethod = function () { return null; }; publicClassWithWithPrivateParmeterTypes.myPublicStaticMethod1 = function () { @@ -2130,10 +2130,10 @@ var publicModuleInGlobal; publicClassWithWithPrivateParmeterTypes.myPrivateStaticMethod1 = function () { return new privateClass(); }; - proto_8.myPublicMethod1 = function () { + publicClassWithWithPrivateParmeterTypes_prototype_1.myPublicMethod1 = function () { return new privateClass(); }; - proto_8.myPrivateMethod1 = function () { + publicClassWithWithPrivateParmeterTypes_prototype_1.myPrivateMethod1 = function () { return new privateClass(); }; return publicClassWithWithPrivateParmeterTypes; @@ -2142,17 +2142,17 @@ var publicModuleInGlobal; var publicClassWithWithPublicParmeterTypes = /** @class */ (function () { function publicClassWithWithPublicParmeterTypes() { } - var proto_9 = publicClassWithWithPublicParmeterTypes.prototype; + var publicClassWithWithPublicParmeterTypes_prototype_1 = publicClassWithWithPublicParmeterTypes.prototype; publicClassWithWithPublicParmeterTypes.myPublicStaticMethod = function () { return null; }; publicClassWithWithPublicParmeterTypes.myPrivateStaticMethod = function () { return null; }; - proto_9.myPublicMethod = function () { + publicClassWithWithPublicParmeterTypes_prototype_1.myPublicMethod = function () { return null; }; - proto_9.myPrivateMethod = function () { + publicClassWithWithPublicParmeterTypes_prototype_1.myPrivateMethod = function () { return null; }; publicClassWithWithPublicParmeterTypes.myPublicStaticMethod1 = function () { @@ -2161,10 +2161,10 @@ var publicModuleInGlobal; publicClassWithWithPublicParmeterTypes.myPrivateStaticMethod1 = function () { return new publicClass(); }; - proto_9.myPublicMethod1 = function () { + publicClassWithWithPublicParmeterTypes_prototype_1.myPublicMethod1 = function () { return new publicClass(); }; - proto_9.myPrivateMethod1 = function () { + publicClassWithWithPublicParmeterTypes_prototype_1.myPrivateMethod1 = function () { return new publicClass(); }; return publicClassWithWithPublicParmeterTypes; @@ -2173,17 +2173,17 @@ var publicModuleInGlobal; var privateClassWithWithPrivateParmeterTypes = /** @class */ (function () { function privateClassWithWithPrivateParmeterTypes() { } - var proto_10 = privateClassWithWithPrivateParmeterTypes.prototype; + var privateClassWithWithPrivateParmeterTypes_prototype_1 = privateClassWithWithPrivateParmeterTypes.prototype; privateClassWithWithPrivateParmeterTypes.myPublicStaticMethod = function () { return null; }; privateClassWithWithPrivateParmeterTypes.myPrivateStaticMethod = function () { return null; }; - proto_10.myPublicMethod = function () { + privateClassWithWithPrivateParmeterTypes_prototype_1.myPublicMethod = function () { return null; }; - proto_10.myPrivateMethod = function () { + privateClassWithWithPrivateParmeterTypes_prototype_1.myPrivateMethod = function () { return null; }; privateClassWithWithPrivateParmeterTypes.myPublicStaticMethod1 = function () { @@ -2192,10 +2192,10 @@ var publicModuleInGlobal; privateClassWithWithPrivateParmeterTypes.myPrivateStaticMethod1 = function () { return new privateClass(); }; - proto_10.myPublicMethod1 = function () { + privateClassWithWithPrivateParmeterTypes_prototype_1.myPublicMethod1 = function () { return new privateClass(); }; - proto_10.myPrivateMethod1 = function () { + privateClassWithWithPrivateParmeterTypes_prototype_1.myPrivateMethod1 = function () { return new privateClass(); }; return privateClassWithWithPrivateParmeterTypes; @@ -2203,17 +2203,17 @@ var publicModuleInGlobal; var privateClassWithWithPublicParmeterTypes = /** @class */ (function () { function privateClassWithWithPublicParmeterTypes() { } - var proto_11 = privateClassWithWithPublicParmeterTypes.prototype; + var privateClassWithWithPublicParmeterTypes_prototype_1 = privateClassWithWithPublicParmeterTypes.prototype; privateClassWithWithPublicParmeterTypes.myPublicStaticMethod = function () { return null; }; privateClassWithWithPublicParmeterTypes.myPrivateStaticMethod = function () { return null; }; - proto_11.myPublicMethod = function () { + privateClassWithWithPublicParmeterTypes_prototype_1.myPublicMethod = function () { return null; }; - proto_11.myPrivateMethod = function () { + privateClassWithWithPublicParmeterTypes_prototype_1.myPrivateMethod = function () { return null; }; privateClassWithWithPublicParmeterTypes.myPublicStaticMethod1 = function () { @@ -2222,10 +2222,10 @@ var publicModuleInGlobal; privateClassWithWithPublicParmeterTypes.myPrivateStaticMethod1 = function () { return new publicClass(); }; - proto_11.myPublicMethod1 = function () { + privateClassWithWithPublicParmeterTypes_prototype_1.myPublicMethod1 = function () { return new publicClass(); }; - proto_11.myPrivateMethod1 = function () { + privateClassWithWithPublicParmeterTypes_prototype_1.myPrivateMethod1 = function () { return new publicClass(); }; return privateClassWithWithPublicParmeterTypes; @@ -2261,17 +2261,17 @@ var publicModuleInGlobal; var publicClassWithPrivateModuleParameterTypes = /** @class */ (function () { function publicClassWithPrivateModuleParameterTypes() { } - var proto_12 = publicClassWithPrivateModuleParameterTypes.prototype; + var publicClassWithPrivateModuleParameterTypes_prototype_1 = publicClassWithPrivateModuleParameterTypes.prototype; publicClassWithPrivateModuleParameterTypes.myPublicStaticMethod = function () { return null; }; - proto_12.myPublicMethod = function () { + publicClassWithPrivateModuleParameterTypes_prototype_1.myPublicMethod = function () { return null; }; publicClassWithPrivateModuleParameterTypes.myPublicStaticMethod1 = function () { return new privateModule.publicClass(); }; - proto_12.myPublicMethod1 = function () { + publicClassWithPrivateModuleParameterTypes_prototype_1.myPublicMethod1 = function () { return new privateModule.publicClass(); }; return publicClassWithPrivateModuleParameterTypes; @@ -2288,17 +2288,17 @@ var publicModuleInGlobal; var privateClassWithPrivateModuleParameterTypes = /** @class */ (function () { function privateClassWithPrivateModuleParameterTypes() { } - var proto_13 = privateClassWithPrivateModuleParameterTypes.prototype; + var privateClassWithPrivateModuleParameterTypes_prototype_1 = privateClassWithPrivateModuleParameterTypes.prototype; privateClassWithPrivateModuleParameterTypes.myPublicStaticMethod = function () { return null; }; - proto_13.myPublicMethod = function () { + privateClassWithPrivateModuleParameterTypes_prototype_1.myPublicMethod = function () { return null; }; privateClassWithPrivateModuleParameterTypes.myPublicStaticMethod1 = function () { return new privateModule.publicClass(); }; - proto_13.myPublicMethod1 = function () { + privateClassWithPrivateModuleParameterTypes_prototype_1.myPublicMethod1 = function () { return new privateModule.publicClass(); }; return privateClassWithPrivateModuleParameterTypes; diff --git a/tests/baselines/reference/privacyGetter.js b/tests/baselines/reference/privacyGetter.js index f9d631af8ba57..88226b8565974 100644 --- a/tests/baselines/reference/privacyGetter.js +++ b/tests/baselines/reference/privacyGetter.js @@ -230,8 +230,8 @@ define(["require", "exports"], function (require, exports) { var C3_public = /** @class */ (function () { function C3_public() { } - var proto_1 = C3_public.prototype; - Object.defineProperty(proto_1, "p1_private", { + var C3_public_prototype = C3_public.prototype; + Object.defineProperty(C3_public_prototype, "p1_private", { get: function () { return new C1_public(); }, @@ -240,7 +240,7 @@ define(["require", "exports"], function (require, exports) { enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "p2_private", { + Object.defineProperty(C3_public_prototype, "p2_private", { get: function () { return new C1_public(); }, @@ -249,7 +249,7 @@ define(["require", "exports"], function (require, exports) { enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "p3_private", { + Object.defineProperty(C3_public_prototype, "p3_private", { get: function () { return new C2_private(); }, @@ -258,7 +258,7 @@ define(["require", "exports"], function (require, exports) { enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "p4_public", { + Object.defineProperty(C3_public_prototype, "p4_public", { get: function () { return new C2_private(); //error }, @@ -273,8 +273,8 @@ define(["require", "exports"], function (require, exports) { var C4_private = /** @class */ (function () { function C4_private() { } - var proto_2 = C4_private.prototype; - Object.defineProperty(proto_2, "p1_private", { + var C4_private_prototype = C4_private.prototype; + Object.defineProperty(C4_private_prototype, "p1_private", { get: function () { return new C1_public(); }, @@ -283,7 +283,7 @@ define(["require", "exports"], function (require, exports) { enumerable: false, configurable: true }); - Object.defineProperty(proto_2, "p2_private", { + Object.defineProperty(C4_private_prototype, "p2_private", { get: function () { return new C1_public(); }, @@ -292,7 +292,7 @@ define(["require", "exports"], function (require, exports) { enumerable: false, configurable: true }); - Object.defineProperty(proto_2, "p3_private", { + Object.defineProperty(C4_private_prototype, "p3_private", { get: function () { return new C2_private(); }, @@ -301,7 +301,7 @@ define(["require", "exports"], function (require, exports) { enumerable: false, configurable: true }); - Object.defineProperty(proto_2, "p4_public", { + Object.defineProperty(C4_private_prototype, "p4_public", { get: function () { return new C2_private(); }, @@ -331,8 +331,8 @@ define(["require", "exports"], function (require, exports) { var m2_C3_public = /** @class */ (function () { function m2_C3_public() { } - var proto_3 = m2_C3_public.prototype; - Object.defineProperty(proto_3, "p1_private", { + var m2_C3_public_prototype = m2_C3_public.prototype; + Object.defineProperty(m2_C3_public_prototype, "p1_private", { get: function () { return new m2_C1_public(); }, @@ -341,7 +341,7 @@ define(["require", "exports"], function (require, exports) { enumerable: false, configurable: true }); - Object.defineProperty(proto_3, "p2_private", { + Object.defineProperty(m2_C3_public_prototype, "p2_private", { get: function () { return new m2_C1_public(); }, @@ -350,7 +350,7 @@ define(["require", "exports"], function (require, exports) { enumerable: false, configurable: true }); - Object.defineProperty(proto_3, "p3_private", { + Object.defineProperty(m2_C3_public_prototype, "p3_private", { get: function () { return new m2_C2_private(); }, @@ -359,7 +359,7 @@ define(["require", "exports"], function (require, exports) { enumerable: false, configurable: true }); - Object.defineProperty(proto_3, "p4_public", { + Object.defineProperty(m2_C3_public_prototype, "p4_public", { get: function () { return new m2_C2_private(); }, @@ -374,8 +374,8 @@ define(["require", "exports"], function (require, exports) { var m2_C4_private = /** @class */ (function () { function m2_C4_private() { } - var proto_4 = m2_C4_private.prototype; - Object.defineProperty(proto_4, "p1_private", { + var m2_C4_private_prototype = m2_C4_private.prototype; + Object.defineProperty(m2_C4_private_prototype, "p1_private", { get: function () { return new m2_C1_public(); }, @@ -384,7 +384,7 @@ define(["require", "exports"], function (require, exports) { enumerable: false, configurable: true }); - Object.defineProperty(proto_4, "p2_private", { + Object.defineProperty(m2_C4_private_prototype, "p2_private", { get: function () { return new m2_C1_public(); }, @@ -393,7 +393,7 @@ define(["require", "exports"], function (require, exports) { enumerable: false, configurable: true }); - Object.defineProperty(proto_4, "p3_private", { + Object.defineProperty(m2_C4_private_prototype, "p3_private", { get: function () { return new m2_C2_private(); }, @@ -402,7 +402,7 @@ define(["require", "exports"], function (require, exports) { enumerable: false, configurable: true }); - Object.defineProperty(proto_4, "p4_public", { + Object.defineProperty(m2_C4_private_prototype, "p4_public", { get: function () { return new m2_C2_private(); }, @@ -430,8 +430,8 @@ define(["require", "exports"], function (require, exports) { var C7_public = /** @class */ (function () { function C7_public() { } - var proto_5 = C7_public.prototype; - Object.defineProperty(proto_5, "p1_private", { + var C7_public_prototype = C7_public.prototype; + Object.defineProperty(C7_public_prototype, "p1_private", { get: function () { return new C6_public(); }, @@ -440,7 +440,7 @@ define(["require", "exports"], function (require, exports) { enumerable: false, configurable: true }); - Object.defineProperty(proto_5, "p2_private", { + Object.defineProperty(C7_public_prototype, "p2_private", { get: function () { return new C6_public(); }, @@ -449,7 +449,7 @@ define(["require", "exports"], function (require, exports) { enumerable: false, configurable: true }); - Object.defineProperty(proto_5, "p3_private", { + Object.defineProperty(C7_public_prototype, "p3_private", { get: function () { return new C5_private(); }, @@ -458,7 +458,7 @@ define(["require", "exports"], function (require, exports) { enumerable: false, configurable: true }); - Object.defineProperty(proto_5, "p4_public", { + Object.defineProperty(C7_public_prototype, "p4_public", { get: function () { return new C5_private(); //error }, @@ -473,8 +473,8 @@ define(["require", "exports"], function (require, exports) { var C8_private = /** @class */ (function () { function C8_private() { } - var proto_6 = C8_private.prototype; - Object.defineProperty(proto_6, "p1_private", { + var C8_private_prototype = C8_private.prototype; + Object.defineProperty(C8_private_prototype, "p1_private", { get: function () { return new C6_public(); }, @@ -483,7 +483,7 @@ define(["require", "exports"], function (require, exports) { enumerable: false, configurable: true }); - Object.defineProperty(proto_6, "p2_private", { + Object.defineProperty(C8_private_prototype, "p2_private", { get: function () { return new C6_public(); }, @@ -492,7 +492,7 @@ define(["require", "exports"], function (require, exports) { enumerable: false, configurable: true }); - Object.defineProperty(proto_6, "p3_private", { + Object.defineProperty(C8_private_prototype, "p3_private", { get: function () { return new C5_private(); }, @@ -501,7 +501,7 @@ define(["require", "exports"], function (require, exports) { enumerable: false, configurable: true }); - Object.defineProperty(proto_6, "p4_public", { + Object.defineProperty(C8_private_prototype, "p4_public", { get: function () { return new C5_private(); }, diff --git a/tests/baselines/reference/privacyGloFunc.js b/tests/baselines/reference/privacyGloFunc.js index b95deaa1a4dc8..a3a7ced0a9db6 100644 --- a/tests/baselines/reference/privacyGloFunc.js +++ b/tests/baselines/reference/privacyGloFunc.js @@ -553,37 +553,37 @@ define(["require", "exports"], function (require, exports) { var C3_public = /** @class */ (function () { function C3_public(m1_c3_c1_2) { } - var proto_1 = C3_public.prototype; - proto_1.f1_private = function (m1_c3_f1_arg) { + var C3_public_prototype = C3_public.prototype; + C3_public_prototype.f1_private = function (m1_c3_f1_arg) { }; - proto_1.f2_public = function (m1_c3_f2_arg) { + C3_public_prototype.f2_public = function (m1_c3_f2_arg) { }; - proto_1.f3_private = function (m1_c3_f3_arg) { + C3_public_prototype.f3_private = function (m1_c3_f3_arg) { }; - proto_1.f4_public = function (m1_c3_f4_arg) { + C3_public_prototype.f4_public = function (m1_c3_f4_arg) { }; - proto_1.f5_private = function () { + C3_public_prototype.f5_private = function () { return new C1_public(); }; - proto_1.f6_public = function () { + C3_public_prototype.f6_public = function () { return new C1_public(); }; - proto_1.f7_private = function () { + C3_public_prototype.f7_private = function () { return new C2_private(); }; - proto_1.f8_public = function () { + C3_public_prototype.f8_public = function () { return new C2_private(); // error }; - proto_1.f9_private = function () { + C3_public_prototype.f9_private = function () { return new C1_public(); }; - proto_1.f10_public = function () { + C3_public_prototype.f10_public = function () { return new C1_public(); }; - proto_1.f11_private = function () { + C3_public_prototype.f11_private = function () { return new C2_private(); }; - proto_1.f12_public = function () { + C3_public_prototype.f12_public = function () { return new C2_private(); //error }; return C3_public; @@ -592,37 +592,37 @@ define(["require", "exports"], function (require, exports) { var C4_private = /** @class */ (function () { function C4_private(m1_c4_c1_2) { } - var proto_2 = C4_private.prototype; - proto_2.f1_private = function (m1_c4_f1_arg) { + var C4_private_prototype = C4_private.prototype; + C4_private_prototype.f1_private = function (m1_c4_f1_arg) { }; - proto_2.f2_public = function (m1_c4_f2_arg) { + C4_private_prototype.f2_public = function (m1_c4_f2_arg) { }; - proto_2.f3_private = function (m1_c4_f3_arg) { + C4_private_prototype.f3_private = function (m1_c4_f3_arg) { }; - proto_2.f4_public = function (m1_c4_f4_arg) { + C4_private_prototype.f4_public = function (m1_c4_f4_arg) { }; - proto_2.f5_private = function () { + C4_private_prototype.f5_private = function () { return new C1_public(); }; - proto_2.f6_public = function () { + C4_private_prototype.f6_public = function () { return new C1_public(); }; - proto_2.f7_private = function () { + C4_private_prototype.f7_private = function () { return new C2_private(); }; - proto_2.f8_public = function () { + C4_private_prototype.f8_public = function () { return new C2_private(); }; - proto_2.f9_private = function () { + C4_private_prototype.f9_private = function () { return new C1_public(); }; - proto_2.f10_public = function () { + C4_private_prototype.f10_public = function () { return new C1_public(); }; - proto_2.f11_private = function () { + C4_private_prototype.f11_private = function () { return new C2_private(); }; - proto_2.f12_public = function () { + C4_private_prototype.f12_public = function () { return new C2_private(); }; return C4_private; @@ -706,37 +706,37 @@ define(["require", "exports"], function (require, exports) { var m2_C3_public = /** @class */ (function () { function m2_C3_public(m2_c3_c1_2) { } - var proto_3 = m2_C3_public.prototype; - proto_3.f1_private = function (m2_c3_f1_arg) { + var m2_C3_public_prototype = m2_C3_public.prototype; + m2_C3_public_prototype.f1_private = function (m2_c3_f1_arg) { }; - proto_3.f2_public = function (m2_c3_f2_arg) { + m2_C3_public_prototype.f2_public = function (m2_c3_f2_arg) { }; - proto_3.f3_private = function (m2_c3_f3_arg) { + m2_C3_public_prototype.f3_private = function (m2_c3_f3_arg) { }; - proto_3.f4_public = function (m2_c3_f4_arg) { + m2_C3_public_prototype.f4_public = function (m2_c3_f4_arg) { }; - proto_3.f5_private = function () { + m2_C3_public_prototype.f5_private = function () { return new m2_C1_public(); }; - proto_3.f6_public = function () { + m2_C3_public_prototype.f6_public = function () { return new m2_C1_public(); }; - proto_3.f7_private = function () { + m2_C3_public_prototype.f7_private = function () { return new m2_C2_private(); }; - proto_3.f8_public = function () { + m2_C3_public_prototype.f8_public = function () { return new m2_C2_private(); }; - proto_3.f9_private = function () { + m2_C3_public_prototype.f9_private = function () { return new m2_C1_public(); }; - proto_3.f10_public = function () { + m2_C3_public_prototype.f10_public = function () { return new m2_C1_public(); }; - proto_3.f11_private = function () { + m2_C3_public_prototype.f11_private = function () { return new m2_C2_private(); }; - proto_3.f12_public = function () { + m2_C3_public_prototype.f12_public = function () { return new m2_C2_private(); }; return m2_C3_public; @@ -745,37 +745,37 @@ define(["require", "exports"], function (require, exports) { var m2_C4_private = /** @class */ (function () { function m2_C4_private(m2_c4_c1_2) { } - var proto_4 = m2_C4_private.prototype; - proto_4.f1_private = function (m2_c4_f1_arg) { + var m2_C4_private_prototype = m2_C4_private.prototype; + m2_C4_private_prototype.f1_private = function (m2_c4_f1_arg) { }; - proto_4.f2_public = function (m2_c4_f2_arg) { + m2_C4_private_prototype.f2_public = function (m2_c4_f2_arg) { }; - proto_4.f3_private = function (m2_c4_f3_arg) { + m2_C4_private_prototype.f3_private = function (m2_c4_f3_arg) { }; - proto_4.f4_public = function (m2_c4_f4_arg) { + m2_C4_private_prototype.f4_public = function (m2_c4_f4_arg) { }; - proto_4.f5_private = function () { + m2_C4_private_prototype.f5_private = function () { return new m2_C1_public(); }; - proto_4.f6_public = function () { + m2_C4_private_prototype.f6_public = function () { return new m2_C1_public(); }; - proto_4.f7_private = function () { + m2_C4_private_prototype.f7_private = function () { return new m2_C2_private(); }; - proto_4.f8_public = function () { + m2_C4_private_prototype.f8_public = function () { return new m2_C2_private(); }; - proto_4.f9_private = function () { + m2_C4_private_prototype.f9_private = function () { return new m2_C1_public(); }; - proto_4.f10_public = function () { + m2_C4_private_prototype.f10_public = function () { return new m2_C1_public(); }; - proto_4.f11_private = function () { + m2_C4_private_prototype.f11_private = function () { return new m2_C2_private(); }; - proto_4.f12_public = function () { + m2_C4_private_prototype.f12_public = function () { return new m2_C2_private(); }; return m2_C4_private; @@ -857,37 +857,37 @@ define(["require", "exports"], function (require, exports) { var C7_public = /** @class */ (function () { function C7_public(c7_c1_2) { } - var proto_5 = C7_public.prototype; - proto_5.f1_private = function (c7_f1_arg) { + var C7_public_prototype = C7_public.prototype; + C7_public_prototype.f1_private = function (c7_f1_arg) { }; - proto_5.f2_public = function (c7_f2_arg) { + C7_public_prototype.f2_public = function (c7_f2_arg) { }; - proto_5.f3_private = function (c7_f3_arg) { + C7_public_prototype.f3_private = function (c7_f3_arg) { }; - proto_5.f4_public = function (c7_f4_arg) { + C7_public_prototype.f4_public = function (c7_f4_arg) { }; - proto_5.f5_private = function () { + C7_public_prototype.f5_private = function () { return new C6_public(); }; - proto_5.f6_public = function () { + C7_public_prototype.f6_public = function () { return new C6_public(); }; - proto_5.f7_private = function () { + C7_public_prototype.f7_private = function () { return new C5_private(); }; - proto_5.f8_public = function () { + C7_public_prototype.f8_public = function () { return new C5_private(); //error }; - proto_5.f9_private = function () { + C7_public_prototype.f9_private = function () { return new C6_public(); }; - proto_5.f10_public = function () { + C7_public_prototype.f10_public = function () { return new C6_public(); }; - proto_5.f11_private = function () { + C7_public_prototype.f11_private = function () { return new C5_private(); }; - proto_5.f12_public = function () { + C7_public_prototype.f12_public = function () { return new C5_private(); //error }; return C7_public; @@ -896,37 +896,37 @@ define(["require", "exports"], function (require, exports) { var C8_private = /** @class */ (function () { function C8_private(c8_c1_2) { } - var proto_6 = C8_private.prototype; - proto_6.f1_private = function (c8_f1_arg) { + var C8_private_prototype = C8_private.prototype; + C8_private_prototype.f1_private = function (c8_f1_arg) { }; - proto_6.f2_public = function (c8_f2_arg) { + C8_private_prototype.f2_public = function (c8_f2_arg) { }; - proto_6.f3_private = function (c8_f3_arg) { + C8_private_prototype.f3_private = function (c8_f3_arg) { }; - proto_6.f4_public = function (c8_f4_arg) { + C8_private_prototype.f4_public = function (c8_f4_arg) { }; - proto_6.f5_private = function () { + C8_private_prototype.f5_private = function () { return new C6_public(); }; - proto_6.f6_public = function () { + C8_private_prototype.f6_public = function () { return new C6_public(); }; - proto_6.f7_private = function () { + C8_private_prototype.f7_private = function () { return new C5_private(); }; - proto_6.f8_public = function () { + C8_private_prototype.f8_public = function () { return new C5_private(); }; - proto_6.f9_private = function () { + C8_private_prototype.f9_private = function () { return new C6_public(); }; - proto_6.f10_public = function () { + C8_private_prototype.f10_public = function () { return new C6_public(); }; - proto_6.f11_private = function () { + C8_private_prototype.f11_private = function () { return new C5_private(); }; - proto_6.f12_public = function () { + C8_private_prototype.f12_public = function () { return new C5_private(); }; return C8_private; diff --git a/tests/baselines/reference/privacyGloGetter.js b/tests/baselines/reference/privacyGloGetter.js index 851d9dc9da4b3..753702eff8c36 100644 --- a/tests/baselines/reference/privacyGloGetter.js +++ b/tests/baselines/reference/privacyGloGetter.js @@ -107,8 +107,8 @@ var m1; var C3_public = /** @class */ (function () { function C3_public() { } - var proto_1 = C3_public.prototype; - Object.defineProperty(proto_1, "p1_private", { + var C3_public_prototype = C3_public.prototype; + Object.defineProperty(C3_public_prototype, "p1_private", { get: function () { return new C1_public(); }, @@ -117,7 +117,7 @@ var m1; enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "p2_private", { + Object.defineProperty(C3_public_prototype, "p2_private", { get: function () { return new C1_public(); }, @@ -126,7 +126,7 @@ var m1; enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "p3_private", { + Object.defineProperty(C3_public_prototype, "p3_private", { get: function () { return new C2_private(); }, @@ -135,7 +135,7 @@ var m1; enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "p4_public", { + Object.defineProperty(C3_public_prototype, "p4_public", { get: function () { return new C2_private(); //error }, @@ -150,8 +150,8 @@ var m1; var C4_private = /** @class */ (function () { function C4_private() { } - var proto_2 = C4_private.prototype; - Object.defineProperty(proto_2, "p1_private", { + var C4_private_prototype = C4_private.prototype; + Object.defineProperty(C4_private_prototype, "p1_private", { get: function () { return new C1_public(); }, @@ -160,7 +160,7 @@ var m1; enumerable: false, configurable: true }); - Object.defineProperty(proto_2, "p2_private", { + Object.defineProperty(C4_private_prototype, "p2_private", { get: function () { return new C1_public(); }, @@ -169,7 +169,7 @@ var m1; enumerable: false, configurable: true }); - Object.defineProperty(proto_2, "p3_private", { + Object.defineProperty(C4_private_prototype, "p3_private", { get: function () { return new C2_private(); }, @@ -178,7 +178,7 @@ var m1; enumerable: false, configurable: true }); - Object.defineProperty(proto_2, "p4_public", { + Object.defineProperty(C4_private_prototype, "p4_public", { get: function () { return new C2_private(); }, @@ -198,8 +198,8 @@ var C6_public = /** @class */ (function () { var C7_public = /** @class */ (function () { function C7_public() { } - var proto_3 = C7_public.prototype; - Object.defineProperty(proto_3, "p1_private", { + var C7_public_prototype = C7_public.prototype; + Object.defineProperty(C7_public_prototype, "p1_private", { get: function () { return new C6_public(); }, @@ -208,7 +208,7 @@ var C7_public = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_3, "p2_private", { + Object.defineProperty(C7_public_prototype, "p2_private", { get: function () { return new C6_public(); }, diff --git a/tests/baselines/reference/privacyTypeParameterOfFunction.js b/tests/baselines/reference/privacyTypeParameterOfFunction.js index 388d86a5a30c4..5657cd64b9a91 100644 --- a/tests/baselines/reference/privacyTypeParameterOfFunction.js +++ b/tests/baselines/reference/privacyTypeParameterOfFunction.js @@ -150,16 +150,16 @@ exports.publicClass = publicClass; var publicClassWithWithPrivateTypeParameters = /** @class */ (function () { function publicClassWithWithPrivateTypeParameters() { } - var proto_1 = publicClassWithWithPrivateTypeParameters.prototype; + var publicClassWithWithPrivateTypeParameters_prototype = publicClassWithWithPrivateTypeParameters.prototype; // TypeParameter_0_of_public_static_method_from_exported_class_has_or_is_using_private_type_1 publicClassWithWithPrivateTypeParameters.myPublicStaticMethod = function () { }; publicClassWithWithPrivateTypeParameters.myPrivateStaticMethod = function () { }; // TypeParameter_0_of_public_method_from_exported_class_has_or_is_using_private_type_1 - proto_1.myPublicMethod = function () { + publicClassWithWithPrivateTypeParameters_prototype.myPublicMethod = function () { }; - proto_1.myPrivateMethod = function () { + publicClassWithWithPrivateTypeParameters_prototype.myPrivateMethod = function () { }; return publicClassWithWithPrivateTypeParameters; }()); @@ -167,14 +167,14 @@ exports.publicClassWithWithPrivateTypeParameters = publicClassWithWithPrivateTyp var publicClassWithWithPublicTypeParameters = /** @class */ (function () { function publicClassWithWithPublicTypeParameters() { } - var proto_2 = publicClassWithWithPublicTypeParameters.prototype; + var publicClassWithWithPublicTypeParameters_prototype = publicClassWithWithPublicTypeParameters.prototype; publicClassWithWithPublicTypeParameters.myPublicStaticMethod = function () { }; publicClassWithWithPublicTypeParameters.myPrivateStaticMethod = function () { }; - proto_2.myPublicMethod = function () { + publicClassWithWithPublicTypeParameters_prototype.myPublicMethod = function () { }; - proto_2.myPrivateMethod = function () { + publicClassWithWithPublicTypeParameters_prototype.myPrivateMethod = function () { }; return publicClassWithWithPublicTypeParameters; }()); @@ -182,28 +182,28 @@ exports.publicClassWithWithPublicTypeParameters = publicClassWithWithPublicTypeP var privateClassWithWithPrivateTypeParameters = /** @class */ (function () { function privateClassWithWithPrivateTypeParameters() { } - var proto_3 = privateClassWithWithPrivateTypeParameters.prototype; + var privateClassWithWithPrivateTypeParameters_prototype = privateClassWithWithPrivateTypeParameters.prototype; privateClassWithWithPrivateTypeParameters.myPublicStaticMethod = function () { }; privateClassWithWithPrivateTypeParameters.myPrivateStaticMethod = function () { }; - proto_3.myPublicMethod = function () { + privateClassWithWithPrivateTypeParameters_prototype.myPublicMethod = function () { }; - proto_3.myPrivateMethod = function () { + privateClassWithWithPrivateTypeParameters_prototype.myPrivateMethod = function () { }; return privateClassWithWithPrivateTypeParameters; }()); var privateClassWithWithPublicTypeParameters = /** @class */ (function () { function privateClassWithWithPublicTypeParameters() { } - var proto_4 = privateClassWithWithPublicTypeParameters.prototype; + var privateClassWithWithPublicTypeParameters_prototype = privateClassWithWithPublicTypeParameters.prototype; privateClassWithWithPublicTypeParameters.myPublicStaticMethod = function () { }; privateClassWithWithPublicTypeParameters.myPrivateStaticMethod = function () { }; - proto_4.myPublicMethod = function () { + privateClassWithWithPublicTypeParameters_prototype.myPublicMethod = function () { }; - proto_4.myPrivateMethod = function () { + privateClassWithWithPublicTypeParameters_prototype.myPrivateMethod = function () { }; return privateClassWithWithPublicTypeParameters; }()); @@ -221,14 +221,14 @@ function privateFunctionWithPublicTypeParameters() { var publicClassWithWithPublicTypeParametersWithoutExtends = /** @class */ (function () { function publicClassWithWithPublicTypeParametersWithoutExtends() { } - var proto_5 = publicClassWithWithPublicTypeParametersWithoutExtends.prototype; + var publicClassWithWithPublicTypeParametersWithoutExtends_prototype = publicClassWithWithPublicTypeParametersWithoutExtends.prototype; publicClassWithWithPublicTypeParametersWithoutExtends.myPublicStaticMethod = function () { }; publicClassWithWithPublicTypeParametersWithoutExtends.myPrivateStaticMethod = function () { }; - proto_5.myPublicMethod = function () { + publicClassWithWithPublicTypeParametersWithoutExtends_prototype.myPublicMethod = function () { }; - proto_5.myPrivateMethod = function () { + publicClassWithWithPublicTypeParametersWithoutExtends_prototype.myPrivateMethod = function () { }; return publicClassWithWithPublicTypeParametersWithoutExtends; }()); @@ -236,14 +236,14 @@ exports.publicClassWithWithPublicTypeParametersWithoutExtends = publicClassWithW var privateClassWithWithPublicTypeParametersWithoutExtends = /** @class */ (function () { function privateClassWithWithPublicTypeParametersWithoutExtends() { } - var proto_6 = privateClassWithWithPublicTypeParametersWithoutExtends.prototype; + var privateClassWithWithPublicTypeParametersWithoutExtends_prototype = privateClassWithWithPublicTypeParametersWithoutExtends.prototype; privateClassWithWithPublicTypeParametersWithoutExtends.myPublicStaticMethod = function () { }; privateClassWithWithPublicTypeParametersWithoutExtends.myPrivateStaticMethod = function () { }; - proto_6.myPublicMethod = function () { + privateClassWithWithPublicTypeParametersWithoutExtends_prototype.myPublicMethod = function () { }; - proto_6.myPrivateMethod = function () { + privateClassWithWithPublicTypeParametersWithoutExtends_prototype.myPrivateMethod = function () { }; return privateClassWithWithPublicTypeParametersWithoutExtends; }()); diff --git a/tests/baselines/reference/privacyTypeParameterOfFunctionDeclFile.js b/tests/baselines/reference/privacyTypeParameterOfFunctionDeclFile.js index b8195a1d619a8..3fdff242847df 100644 --- a/tests/baselines/reference/privacyTypeParameterOfFunctionDeclFile.js +++ b/tests/baselines/reference/privacyTypeParameterOfFunctionDeclFile.js @@ -456,14 +456,14 @@ exports.publicClass = publicClass; var publicClassWithWithPrivateTypeParameters = /** @class */ (function () { function publicClassWithWithPrivateTypeParameters() { } - var proto_1 = publicClassWithWithPrivateTypeParameters.prototype; + var publicClassWithWithPrivateTypeParameters_prototype = publicClassWithWithPrivateTypeParameters.prototype; publicClassWithWithPrivateTypeParameters.myPublicStaticMethod = function () { }; publicClassWithWithPrivateTypeParameters.myPrivateStaticMethod = function () { }; - proto_1.myPublicMethod = function () { + publicClassWithWithPrivateTypeParameters_prototype.myPublicMethod = function () { }; - proto_1.myPrivateMethod = function () { + publicClassWithWithPrivateTypeParameters_prototype.myPrivateMethod = function () { }; return publicClassWithWithPrivateTypeParameters; }()); @@ -471,14 +471,14 @@ exports.publicClassWithWithPrivateTypeParameters = publicClassWithWithPrivateTyp var publicClassWithWithPublicTypeParameters = /** @class */ (function () { function publicClassWithWithPublicTypeParameters() { } - var proto_2 = publicClassWithWithPublicTypeParameters.prototype; + var publicClassWithWithPublicTypeParameters_prototype = publicClassWithWithPublicTypeParameters.prototype; publicClassWithWithPublicTypeParameters.myPublicStaticMethod = function () { }; publicClassWithWithPublicTypeParameters.myPrivateStaticMethod = function () { }; - proto_2.myPublicMethod = function () { + publicClassWithWithPublicTypeParameters_prototype.myPublicMethod = function () { }; - proto_2.myPrivateMethod = function () { + publicClassWithWithPublicTypeParameters_prototype.myPrivateMethod = function () { }; return publicClassWithWithPublicTypeParameters; }()); @@ -486,28 +486,28 @@ exports.publicClassWithWithPublicTypeParameters = publicClassWithWithPublicTypeP var privateClassWithWithPrivateTypeParameters = /** @class */ (function () { function privateClassWithWithPrivateTypeParameters() { } - var proto_3 = privateClassWithWithPrivateTypeParameters.prototype; + var privateClassWithWithPrivateTypeParameters_prototype = privateClassWithWithPrivateTypeParameters.prototype; privateClassWithWithPrivateTypeParameters.myPublicStaticMethod = function () { }; privateClassWithWithPrivateTypeParameters.myPrivateStaticMethod = function () { }; - proto_3.myPublicMethod = function () { + privateClassWithWithPrivateTypeParameters_prototype.myPublicMethod = function () { }; - proto_3.myPrivateMethod = function () { + privateClassWithWithPrivateTypeParameters_prototype.myPrivateMethod = function () { }; return privateClassWithWithPrivateTypeParameters; }()); var privateClassWithWithPublicTypeParameters = /** @class */ (function () { function privateClassWithWithPublicTypeParameters() { } - var proto_4 = privateClassWithWithPublicTypeParameters.prototype; + var privateClassWithWithPublicTypeParameters_prototype = privateClassWithWithPublicTypeParameters.prototype; privateClassWithWithPublicTypeParameters.myPublicStaticMethod = function () { }; privateClassWithWithPublicTypeParameters.myPrivateStaticMethod = function () { }; - proto_4.myPublicMethod = function () { + privateClassWithWithPublicTypeParameters_prototype.myPublicMethod = function () { }; - proto_4.myPrivateMethod = function () { + privateClassWithWithPublicTypeParameters_prototype.myPrivateMethod = function () { }; return privateClassWithWithPublicTypeParameters; }()); @@ -524,14 +524,14 @@ function privateFunctionWithPublicTypeParameters() { var publicClassWithWithPublicTypeParametersWithoutExtends = /** @class */ (function () { function publicClassWithWithPublicTypeParametersWithoutExtends() { } - var proto_5 = publicClassWithWithPublicTypeParametersWithoutExtends.prototype; + var publicClassWithWithPublicTypeParametersWithoutExtends_prototype = publicClassWithWithPublicTypeParametersWithoutExtends.prototype; publicClassWithWithPublicTypeParametersWithoutExtends.myPublicStaticMethod = function () { }; publicClassWithWithPublicTypeParametersWithoutExtends.myPrivateStaticMethod = function () { }; - proto_5.myPublicMethod = function () { + publicClassWithWithPublicTypeParametersWithoutExtends_prototype.myPublicMethod = function () { }; - proto_5.myPrivateMethod = function () { + publicClassWithWithPublicTypeParametersWithoutExtends_prototype.myPrivateMethod = function () { }; return publicClassWithWithPublicTypeParametersWithoutExtends; }()); @@ -539,14 +539,14 @@ exports.publicClassWithWithPublicTypeParametersWithoutExtends = publicClassWithW var privateClassWithWithPublicTypeParametersWithoutExtends = /** @class */ (function () { function privateClassWithWithPublicTypeParametersWithoutExtends() { } - var proto_6 = privateClassWithWithPublicTypeParametersWithoutExtends.prototype; + var privateClassWithWithPublicTypeParametersWithoutExtends_prototype = privateClassWithWithPublicTypeParametersWithoutExtends.prototype; privateClassWithWithPublicTypeParametersWithoutExtends.myPublicStaticMethod = function () { }; privateClassWithWithPublicTypeParametersWithoutExtends.myPrivateStaticMethod = function () { }; - proto_6.myPublicMethod = function () { + privateClassWithWithPublicTypeParametersWithoutExtends_prototype.myPublicMethod = function () { }; - proto_6.myPrivateMethod = function () { + privateClassWithWithPublicTypeParametersWithoutExtends_prototype.myPrivateMethod = function () { }; return privateClassWithWithPublicTypeParametersWithoutExtends; }()); @@ -595,14 +595,14 @@ var publicModule; var publicClassWithWithPrivateTypeParameters = /** @class */ (function () { function publicClassWithWithPrivateTypeParameters() { } - var proto_7 = publicClassWithWithPrivateTypeParameters.prototype; + var publicClassWithWithPrivateTypeParameters_prototype_1 = publicClassWithWithPrivateTypeParameters.prototype; publicClassWithWithPrivateTypeParameters.myPublicStaticMethod = function () { }; publicClassWithWithPrivateTypeParameters.myPrivateStaticMethod = function () { }; - proto_7.myPublicMethod = function () { + publicClassWithWithPrivateTypeParameters_prototype_1.myPublicMethod = function () { }; - proto_7.myPrivateMethod = function () { + publicClassWithWithPrivateTypeParameters_prototype_1.myPrivateMethod = function () { }; return publicClassWithWithPrivateTypeParameters; }()); @@ -610,14 +610,14 @@ var publicModule; var publicClassWithWithPublicTypeParameters = /** @class */ (function () { function publicClassWithWithPublicTypeParameters() { } - var proto_8 = publicClassWithWithPublicTypeParameters.prototype; + var publicClassWithWithPublicTypeParameters_prototype_1 = publicClassWithWithPublicTypeParameters.prototype; publicClassWithWithPublicTypeParameters.myPublicStaticMethod = function () { }; publicClassWithWithPublicTypeParameters.myPrivateStaticMethod = function () { }; - proto_8.myPublicMethod = function () { + publicClassWithWithPublicTypeParameters_prototype_1.myPublicMethod = function () { }; - proto_8.myPrivateMethod = function () { + publicClassWithWithPublicTypeParameters_prototype_1.myPrivateMethod = function () { }; return publicClassWithWithPublicTypeParameters; }()); @@ -625,28 +625,28 @@ var publicModule; var privateClassWithWithPrivateTypeParameters = /** @class */ (function () { function privateClassWithWithPrivateTypeParameters() { } - var proto_9 = privateClassWithWithPrivateTypeParameters.prototype; + var privateClassWithWithPrivateTypeParameters_prototype_1 = privateClassWithWithPrivateTypeParameters.prototype; privateClassWithWithPrivateTypeParameters.myPublicStaticMethod = function () { }; privateClassWithWithPrivateTypeParameters.myPrivateStaticMethod = function () { }; - proto_9.myPublicMethod = function () { + privateClassWithWithPrivateTypeParameters_prototype_1.myPublicMethod = function () { }; - proto_9.myPrivateMethod = function () { + privateClassWithWithPrivateTypeParameters_prototype_1.myPrivateMethod = function () { }; return privateClassWithWithPrivateTypeParameters; }()); var privateClassWithWithPublicTypeParameters = /** @class */ (function () { function privateClassWithWithPublicTypeParameters() { } - var proto_10 = privateClassWithWithPublicTypeParameters.prototype; + var privateClassWithWithPublicTypeParameters_prototype_1 = privateClassWithWithPublicTypeParameters.prototype; privateClassWithWithPublicTypeParameters.myPublicStaticMethod = function () { }; privateClassWithWithPublicTypeParameters.myPrivateStaticMethod = function () { }; - proto_10.myPublicMethod = function () { + privateClassWithWithPublicTypeParameters_prototype_1.myPublicMethod = function () { }; - proto_10.myPrivateMethod = function () { + privateClassWithWithPublicTypeParameters_prototype_1.myPrivateMethod = function () { }; return privateClassWithWithPublicTypeParameters; }()); @@ -663,14 +663,14 @@ var publicModule; var publicClassWithWithPublicTypeParametersWithoutExtends = /** @class */ (function () { function publicClassWithWithPublicTypeParametersWithoutExtends() { } - var proto_11 = publicClassWithWithPublicTypeParametersWithoutExtends.prototype; + var publicClassWithWithPublicTypeParametersWithoutExtends_prototype_1 = publicClassWithWithPublicTypeParametersWithoutExtends.prototype; publicClassWithWithPublicTypeParametersWithoutExtends.myPublicStaticMethod = function () { }; publicClassWithWithPublicTypeParametersWithoutExtends.myPrivateStaticMethod = function () { }; - proto_11.myPublicMethod = function () { + publicClassWithWithPublicTypeParametersWithoutExtends_prototype_1.myPublicMethod = function () { }; - proto_11.myPrivateMethod = function () { + publicClassWithWithPublicTypeParametersWithoutExtends_prototype_1.myPrivateMethod = function () { }; return publicClassWithWithPublicTypeParametersWithoutExtends; }()); @@ -678,14 +678,14 @@ var publicModule; var privateClassWithWithPublicTypeParametersWithoutExtends = /** @class */ (function () { function privateClassWithWithPublicTypeParametersWithoutExtends() { } - var proto_12 = privateClassWithWithPublicTypeParametersWithoutExtends.prototype; + var privateClassWithWithPublicTypeParametersWithoutExtends_prototype_1 = privateClassWithWithPublicTypeParametersWithoutExtends.prototype; privateClassWithWithPublicTypeParametersWithoutExtends.myPublicStaticMethod = function () { }; privateClassWithWithPublicTypeParametersWithoutExtends.myPrivateStaticMethod = function () { }; - proto_12.myPublicMethod = function () { + privateClassWithWithPublicTypeParametersWithoutExtends_prototype_1.myPublicMethod = function () { }; - proto_12.myPrivateMethod = function () { + privateClassWithWithPublicTypeParametersWithoutExtends_prototype_1.myPrivateMethod = function () { }; return privateClassWithWithPublicTypeParametersWithoutExtends; }()); @@ -735,14 +735,14 @@ var privateModule; var publicClassWithWithPrivateTypeParameters = /** @class */ (function () { function publicClassWithWithPrivateTypeParameters() { } - var proto_13 = publicClassWithWithPrivateTypeParameters.prototype; + var publicClassWithWithPrivateTypeParameters_prototype_2 = publicClassWithWithPrivateTypeParameters.prototype; publicClassWithWithPrivateTypeParameters.myPublicStaticMethod = function () { }; publicClassWithWithPrivateTypeParameters.myPrivateStaticMethod = function () { }; - proto_13.myPublicMethod = function () { + publicClassWithWithPrivateTypeParameters_prototype_2.myPublicMethod = function () { }; - proto_13.myPrivateMethod = function () { + publicClassWithWithPrivateTypeParameters_prototype_2.myPrivateMethod = function () { }; return publicClassWithWithPrivateTypeParameters; }()); @@ -750,14 +750,14 @@ var privateModule; var publicClassWithWithPublicTypeParameters = /** @class */ (function () { function publicClassWithWithPublicTypeParameters() { } - var proto_14 = publicClassWithWithPublicTypeParameters.prototype; + var publicClassWithWithPublicTypeParameters_prototype_2 = publicClassWithWithPublicTypeParameters.prototype; publicClassWithWithPublicTypeParameters.myPublicStaticMethod = function () { }; publicClassWithWithPublicTypeParameters.myPrivateStaticMethod = function () { }; - proto_14.myPublicMethod = function () { + publicClassWithWithPublicTypeParameters_prototype_2.myPublicMethod = function () { }; - proto_14.myPrivateMethod = function () { + publicClassWithWithPublicTypeParameters_prototype_2.myPrivateMethod = function () { }; return publicClassWithWithPublicTypeParameters; }()); @@ -765,28 +765,28 @@ var privateModule; var privateClassWithWithPrivateTypeParameters = /** @class */ (function () { function privateClassWithWithPrivateTypeParameters() { } - var proto_15 = privateClassWithWithPrivateTypeParameters.prototype; + var privateClassWithWithPrivateTypeParameters_prototype_2 = privateClassWithWithPrivateTypeParameters.prototype; privateClassWithWithPrivateTypeParameters.myPublicStaticMethod = function () { }; privateClassWithWithPrivateTypeParameters.myPrivateStaticMethod = function () { }; - proto_15.myPublicMethod = function () { + privateClassWithWithPrivateTypeParameters_prototype_2.myPublicMethod = function () { }; - proto_15.myPrivateMethod = function () { + privateClassWithWithPrivateTypeParameters_prototype_2.myPrivateMethod = function () { }; return privateClassWithWithPrivateTypeParameters; }()); var privateClassWithWithPublicTypeParameters = /** @class */ (function () { function privateClassWithWithPublicTypeParameters() { } - var proto_16 = privateClassWithWithPublicTypeParameters.prototype; + var privateClassWithWithPublicTypeParameters_prototype_2 = privateClassWithWithPublicTypeParameters.prototype; privateClassWithWithPublicTypeParameters.myPublicStaticMethod = function () { }; privateClassWithWithPublicTypeParameters.myPrivateStaticMethod = function () { }; - proto_16.myPublicMethod = function () { + privateClassWithWithPublicTypeParameters_prototype_2.myPublicMethod = function () { }; - proto_16.myPrivateMethod = function () { + privateClassWithWithPublicTypeParameters_prototype_2.myPrivateMethod = function () { }; return privateClassWithWithPublicTypeParameters; }()); @@ -803,14 +803,14 @@ var privateModule; var publicClassWithWithPublicTypeParametersWithoutExtends = /** @class */ (function () { function publicClassWithWithPublicTypeParametersWithoutExtends() { } - var proto_17 = publicClassWithWithPublicTypeParametersWithoutExtends.prototype; + var publicClassWithWithPublicTypeParametersWithoutExtends_prototype_2 = publicClassWithWithPublicTypeParametersWithoutExtends.prototype; publicClassWithWithPublicTypeParametersWithoutExtends.myPublicStaticMethod = function () { }; publicClassWithWithPublicTypeParametersWithoutExtends.myPrivateStaticMethod = function () { }; - proto_17.myPublicMethod = function () { + publicClassWithWithPublicTypeParametersWithoutExtends_prototype_2.myPublicMethod = function () { }; - proto_17.myPrivateMethod = function () { + publicClassWithWithPublicTypeParametersWithoutExtends_prototype_2.myPrivateMethod = function () { }; return publicClassWithWithPublicTypeParametersWithoutExtends; }()); @@ -818,14 +818,14 @@ var privateModule; var privateClassWithWithPublicTypeParametersWithoutExtends = /** @class */ (function () { function privateClassWithWithPublicTypeParametersWithoutExtends() { } - var proto_18 = privateClassWithWithPublicTypeParametersWithoutExtends.prototype; + var privateClassWithWithPublicTypeParametersWithoutExtends_prototype_2 = privateClassWithWithPublicTypeParametersWithoutExtends.prototype; privateClassWithWithPublicTypeParametersWithoutExtends.myPublicStaticMethod = function () { }; privateClassWithWithPublicTypeParametersWithoutExtends.myPrivateStaticMethod = function () { }; - proto_18.myPublicMethod = function () { + privateClassWithWithPublicTypeParametersWithoutExtends_prototype_2.myPublicMethod = function () { }; - proto_18.myPrivateMethod = function () { + privateClassWithWithPublicTypeParametersWithoutExtends_prototype_2.myPrivateMethod = function () { }; return privateClassWithWithPublicTypeParametersWithoutExtends; }()); diff --git a/tests/baselines/reference/privateClassPropertyAccessibleWithinClass.js b/tests/baselines/reference/privateClassPropertyAccessibleWithinClass.js index ab16d65238c26..50c1494607b2d 100644 --- a/tests/baselines/reference/privateClassPropertyAccessibleWithinClass.js +++ b/tests/baselines/reference/privateClassPropertyAccessibleWithinClass.js @@ -36,14 +36,14 @@ class C2 { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - Object.defineProperty(proto_1, "y", { + var C_prototype = C.prototype; + Object.defineProperty(C_prototype, "y", { get: function () { return this.x; }, set: function (x) { this.y = this.x; }, enumerable: false, configurable: true }); - proto_1.foo = function () { return this.foo; }; + C_prototype.foo = function () { return this.foo; }; Object.defineProperty(C, "y", { get: function () { return this.x; }, set: function (x) { this.y = this.x; }, @@ -58,8 +58,8 @@ var C = /** @class */ (function () { var C2 = /** @class */ (function () { function C2() { } - var proto_2 = C2.prototype; - Object.defineProperty(proto_2, "y", { + var C2_prototype = C2.prototype; + Object.defineProperty(C2_prototype, "y", { get: function () { var _this = this; (function () { return _this.x; }); @@ -72,7 +72,7 @@ var C2 = /** @class */ (function () { enumerable: false, configurable: true }); - proto_2.foo = function () { + C2_prototype.foo = function () { var _this = this; (function () { return _this.foo; }); }; diff --git a/tests/baselines/reference/privateClassPropertyAccessibleWithinNestedClass.js b/tests/baselines/reference/privateClassPropertyAccessibleWithinNestedClass.js index 5fe23c24d3ec1..12f86b63ffbca 100644 --- a/tests/baselines/reference/privateClassPropertyAccessibleWithinNestedClass.js +++ b/tests/baselines/reference/privateClassPropertyAccessibleWithinNestedClass.js @@ -42,14 +42,14 @@ class C { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - Object.defineProperty(proto_1, "y", { + var C_prototype = C.prototype; + Object.defineProperty(C_prototype, "y", { get: function () { return this.x; }, set: function (x) { this.y = this.x; }, enumerable: false, configurable: true }); - proto_1.foo = function () { return this.foo; }; + C_prototype.foo = function () { return this.foo; }; Object.defineProperty(C, "y", { get: function () { return this.x; }, set: function (x) { this.y = this.x; }, @@ -58,7 +58,7 @@ var C = /** @class */ (function () { }); C.foo = function () { return this.foo; }; C.bar = function () { this.foo(); }; - proto_1.bar = function () { + C_prototype.bar = function () { var C2 = /** @class */ (function () { function C2() { } diff --git a/tests/baselines/reference/privateInstanceVisibility.js b/tests/baselines/reference/privateInstanceVisibility.js index 4fc78fc13a380..c9bc9d0db68e9 100644 --- a/tests/baselines/reference/privateInstanceVisibility.js +++ b/tests/baselines/reference/privateInstanceVisibility.js @@ -57,9 +57,9 @@ var Test; var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1.getX = function () { return this.x; }; - proto_1.clone = function (other) { + var C_prototype = C.prototype; + C_prototype.getX = function () { return this.x; }; + C_prototype.clone = function (other) { this.x = other.x; }; return C; diff --git a/tests/baselines/reference/privateProtectedMembersAreNotAccessibleDestructuring.js b/tests/baselines/reference/privateProtectedMembersAreNotAccessibleDestructuring.js index 2ac259e8b8be8..b43291e881646 100644 --- a/tests/baselines/reference/privateProtectedMembersAreNotAccessibleDestructuring.js +++ b/tests/baselines/reference/privateProtectedMembersAreNotAccessibleDestructuring.js @@ -41,9 +41,9 @@ var __extends = (this && this.__extends) || (function () { var K = /** @class */ (function () { function K() { } - var proto_1 = K.prototype; - proto_1.privateMethod = function () { }; - proto_1.m = function () { + var K_prototype = K.prototype; + K_prototype.privateMethod = function () { }; + K_prototype.m = function () { var _a = this, a = _a.priv, b = _a.prot; // ok var _b = new K(), priv = _b.priv, prot = _b.prot; // ok }; diff --git a/tests/baselines/reference/privateVisibility.js b/tests/baselines/reference/privateVisibility.js index 4b7fb03c5b0f2..07133043e7afc 100644 --- a/tests/baselines/reference/privateVisibility.js +++ b/tests/baselines/reference/privateVisibility.js @@ -32,9 +32,9 @@ var Foo = /** @class */ (function () { this.pubProp = 0; this.privProp = 0; } - var proto_1 = Foo.prototype; - proto_1.pubMeth = function () { this.privMeth(); }; - proto_1.privMeth = function () { }; + var Foo_prototype = Foo.prototype; + Foo_prototype.pubMeth = function () { this.privMeth(); }; + Foo_prototype.privMeth = function () { }; return Foo; }()); var f = new Foo(); diff --git a/tests/baselines/reference/project/visibilityOfTypeUsedAcrossModules/amd/fs.js b/tests/baselines/reference/project/visibilityOfTypeUsedAcrossModules/amd/fs.js index c5e4393da20eb..a56c3dbc087bb 100644 --- a/tests/baselines/reference/project/visibilityOfTypeUsedAcrossModules/amd/fs.js +++ b/tests/baselines/reference/project/visibilityOfTypeUsedAcrossModules/amd/fs.js @@ -5,14 +5,14 @@ define(["require", "exports"], function (require, exports) { var RM = /** @class */ (function () { function RM() { } - var proto_1 = RM.prototype; - proto_1.getName = function () { + var RM_prototype = RM.prototype; + RM_prototype.getName = function () { return 'rm'; }; - proto_1.getDescription = function () { + RM_prototype.getDescription = function () { return "\t\t\tDelete file"; }; - proto_1.run = function (configuration) { + RM_prototype.run = function (configuration) { var absoluteWorkspacePath = configuration.workspace.toAbsolutePath(configuration.server); }; return RM; diff --git a/tests/baselines/reference/project/visibilityOfTypeUsedAcrossModules/node/fs.js b/tests/baselines/reference/project/visibilityOfTypeUsedAcrossModules/node/fs.js index 62d512e469fed..f63845bc6f051 100644 --- a/tests/baselines/reference/project/visibilityOfTypeUsedAcrossModules/node/fs.js +++ b/tests/baselines/reference/project/visibilityOfTypeUsedAcrossModules/node/fs.js @@ -4,14 +4,14 @@ exports.RM = void 0; var RM = /** @class */ (function () { function RM() { } - var proto_1 = RM.prototype; - proto_1.getName = function () { + var RM_prototype = RM.prototype; + RM_prototype.getName = function () { return 'rm'; }; - proto_1.getDescription = function () { + RM_prototype.getDescription = function () { return "\t\t\tDelete file"; }; - proto_1.run = function (configuration) { + RM_prototype.run = function (configuration) { var absoluteWorkspacePath = configuration.workspace.toAbsolutePath(configuration.server); }; return RM; diff --git a/tests/baselines/reference/propertyAccessOnTypeParameterWithConstraints2.js b/tests/baselines/reference/propertyAccessOnTypeParameterWithConstraints2.js index 305efc3097193..ee98dddb6976d 100644 --- a/tests/baselines/reference/propertyAccessOnTypeParameterWithConstraints2.js +++ b/tests/baselines/reference/propertyAccessOnTypeParameterWithConstraints2.js @@ -115,13 +115,13 @@ var B = /** @class */ (function (_super) { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1.f = function () { + var C_prototype = C.prototype; + C_prototype.f = function () { var x; var a = x['foo'](); // should be string return a + x.foo(); }; - proto_1.g = function (x) { + C_prototype.g = function (x) { var a = x['foo'](); // should be string return a + x.foo(); }; diff --git a/tests/baselines/reference/propertyAccessOnTypeParameterWithConstraints3.js b/tests/baselines/reference/propertyAccessOnTypeParameterWithConstraints3.js index 5c3d94a2c8c43..04f6ad5bd475b 100644 --- a/tests/baselines/reference/propertyAccessOnTypeParameterWithConstraints3.js +++ b/tests/baselines/reference/propertyAccessOnTypeParameterWithConstraints3.js @@ -90,14 +90,14 @@ var B = /** @class */ (function (_super) { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1.f = function () { + var C_prototype = C.prototype; + C_prototype.f = function () { var x; // BUG 823818 var a = x['foo'](); // should be string return a + x.foo(); }; - proto_1.g = function (x) { + C_prototype.g = function (x) { // BUG 823818 var a = x['foo'](); // should be string return a + x.foo(); diff --git a/tests/baselines/reference/propertyOrdering.js b/tests/baselines/reference/propertyOrdering.js index cb3401807c2fe..ed6d99122ee3a 100644 --- a/tests/baselines/reference/propertyOrdering.js +++ b/tests/baselines/reference/propertyOrdering.js @@ -28,11 +28,11 @@ var Foo = /** @class */ (function () { function Foo(store) { this._store = store; // no repro if this is first line in class body } - var proto_1 = Foo.prototype; - proto_1.foo = function () { + var Foo_prototype = Foo.prototype; + Foo_prototype.foo = function () { return this._store.length; // shouldn't be an error }; - proto_1.bar = function () { return this.store; }; // should be an error + Foo_prototype.bar = function () { return this.store; }; // should be an error return Foo; }()); var Bar = /** @class */ (function () { diff --git a/tests/baselines/reference/protectedClassPropertyAccessibleWithinClass.js b/tests/baselines/reference/protectedClassPropertyAccessibleWithinClass.js index 5acc04cc19c21..515a7438eb4a3 100644 --- a/tests/baselines/reference/protectedClassPropertyAccessibleWithinClass.js +++ b/tests/baselines/reference/protectedClassPropertyAccessibleWithinClass.js @@ -36,14 +36,14 @@ class C2 { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - Object.defineProperty(proto_1, "y", { + var C_prototype = C.prototype; + Object.defineProperty(C_prototype, "y", { get: function () { return this.x; }, set: function (x) { this.y = this.x; }, enumerable: false, configurable: true }); - proto_1.foo = function () { return this.foo; }; + C_prototype.foo = function () { return this.foo; }; Object.defineProperty(C, "y", { get: function () { return this.x; }, set: function (x) { this.y = this.x; }, @@ -58,8 +58,8 @@ var C = /** @class */ (function () { var C2 = /** @class */ (function () { function C2() { } - var proto_2 = C2.prototype; - Object.defineProperty(proto_2, "y", { + var C2_prototype = C2.prototype; + Object.defineProperty(C2_prototype, "y", { get: function () { var _this = this; (function () { return _this.x; }); @@ -72,7 +72,7 @@ var C2 = /** @class */ (function () { enumerable: false, configurable: true }); - proto_2.foo = function () { + C2_prototype.foo = function () { var _this = this; (function () { return _this.foo; }); }; diff --git a/tests/baselines/reference/protectedClassPropertyAccessibleWithinNestedClass.js b/tests/baselines/reference/protectedClassPropertyAccessibleWithinNestedClass.js index 2ff8758931d68..b8d39f63b8e6a 100644 --- a/tests/baselines/reference/protectedClassPropertyAccessibleWithinNestedClass.js +++ b/tests/baselines/reference/protectedClassPropertyAccessibleWithinNestedClass.js @@ -42,14 +42,14 @@ class C { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - Object.defineProperty(proto_1, "y", { + var C_prototype = C.prototype; + Object.defineProperty(C_prototype, "y", { get: function () { return this.x; }, set: function (x) { this.y = this.x; }, enumerable: false, configurable: true }); - proto_1.foo = function () { return this.foo; }; + C_prototype.foo = function () { return this.foo; }; Object.defineProperty(C, "y", { get: function () { return this.x; }, set: function (x) { this.y = this.x; }, @@ -58,7 +58,7 @@ var C = /** @class */ (function () { }); C.foo = function () { return this.foo; }; C.bar = function () { this.foo(); }; - proto_1.bar = function () { + C_prototype.bar = function () { var C2 = /** @class */ (function () { function C2() { } diff --git a/tests/baselines/reference/protectedClassPropertyAccessibleWithinNestedSubclass.js b/tests/baselines/reference/protectedClassPropertyAccessibleWithinNestedSubclass.js index e770e2e44d671..c52a31728f4fc 100644 --- a/tests/baselines/reference/protectedClassPropertyAccessibleWithinNestedSubclass.js +++ b/tests/baselines/reference/protectedClassPropertyAccessibleWithinNestedSubclass.js @@ -61,14 +61,14 @@ var C = /** @class */ (function (_super) { function C() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_1 = C.prototype; - Object.defineProperty(proto_1, "y", { + var C_prototype = C.prototype; + Object.defineProperty(C_prototype, "y", { get: function () { return this.x; }, set: function (x) { this.y = this.x; }, enumerable: false, configurable: true }); - proto_1.foo = function () { return this.x; }; + C_prototype.foo = function () { return this.x; }; Object.defineProperty(C, "y", { get: function () { return this.x; }, set: function (x) { this.y = this.x; }, @@ -77,7 +77,7 @@ var C = /** @class */ (function (_super) { }); C.foo = function () { return this.x; }; C.bar = function () { this.foo(); }; - proto_1.bar = function () { + C_prototype.bar = function () { var D = /** @class */ (function () { function D() { } diff --git a/tests/baselines/reference/protectedClassPropertyAccessibleWithinSubclass.js b/tests/baselines/reference/protectedClassPropertyAccessibleWithinSubclass.js index 4b96fd683e189..ac7b61b653836 100644 --- a/tests/baselines/reference/protectedClassPropertyAccessibleWithinSubclass.js +++ b/tests/baselines/reference/protectedClassPropertyAccessibleWithinSubclass.js @@ -44,15 +44,15 @@ var C = /** @class */ (function (_super) { function C() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_1 = C.prototype; - Object.defineProperty(proto_1, "y", { + var C_prototype = C.prototype; + Object.defineProperty(C_prototype, "y", { get: function () { return this.x; }, set: function (x) { this.y = this.x; }, enumerable: false, configurable: true }); - proto_1.foo = function () { return this.x; }; - proto_1.bar = function () { return this.foo(); }; + C_prototype.foo = function () { return this.x; }; + C_prototype.bar = function () { return this.foo(); }; Object.defineProperty(C, "y", { get: function () { return this.x; }, set: function (x) { this.y = this.x; }, diff --git a/tests/baselines/reference/protoOverlapVariables.js b/tests/baselines/reference/protoOverlapVariables.js index 8bd0a19253370..41ce63f243518 100644 --- a/tests/baselines/reference/protoOverlapVariables.js +++ b/tests/baselines/reference/protoOverlapVariables.js @@ -41,11 +41,11 @@ var DeclarationWithOne = /** @class */ (function () { var DeclarationWithTwo = /** @class */ (function () { function DeclarationWithTwo() { } - var proto_1 = DeclarationWithTwo.prototype; - proto_1.memberOne = function () { + var DeclarationWithTwo_prototype = DeclarationWithTwo.prototype; + DeclarationWithTwo_prototype.memberOne = function () { return this; }; - proto_1.memberTwo = function () { + DeclarationWithTwo_prototype.memberTwo = function () { return this; }; return DeclarationWithTwo; @@ -53,11 +53,11 @@ var DeclarationWithTwo = /** @class */ (function () { var Expression = /** @class */ (function () { function Expression() { } - var proto_2 = Expression.prototype; - proto_2.memberOne = function () { + var proto_1 = Expression.prototype; + proto_1.memberOne = function () { return this; }; - proto_2.memberTwo = function () { + proto_1.memberTwo = function () { return this; }; return Expression; diff --git a/tests/baselines/reference/readonlyInDeclarationFile.js b/tests/baselines/reference/readonlyInDeclarationFile.js index b2cdaee5d72f0..13957f4e761a5 100644 --- a/tests/baselines/reference/readonlyInDeclarationFile.js +++ b/tests/baselines/reference/readonlyInDeclarationFile.js @@ -57,35 +57,35 @@ function g() { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - Object.defineProperty(proto_1, "b1", { + var C_prototype = C.prototype; + Object.defineProperty(C_prototype, "b1", { get: function () { return 1; }, enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "b2", { + Object.defineProperty(C_prototype, "b2", { get: function () { return 1; }, enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "b3", { + Object.defineProperty(C_prototype, "b3", { get: function () { return 1; }, enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "c1", { + Object.defineProperty(C_prototype, "c1", { get: function () { return 1; }, set: function (value) { }, enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "c2", { + Object.defineProperty(C_prototype, "c2", { get: function () { return 1; }, set: function (value) { }, enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "c3", { + Object.defineProperty(C_prototype, "c3", { get: function () { return 1; }, set: function (value) { }, enumerable: false, diff --git a/tests/baselines/reference/readonlyInNonPropertyParameters.js b/tests/baselines/reference/readonlyInNonPropertyParameters.js index 4cecbfd91ccb4..84538af9534af 100644 --- a/tests/baselines/reference/readonlyInNonPropertyParameters.js +++ b/tests/baselines/reference/readonlyInNonPropertyParameters.js @@ -13,9 +13,9 @@ class X { var X = /** @class */ (function () { function X() { } - var proto_1 = X.prototype; - proto_1.method = function (x) { }; - Object.defineProperty(proto_1, "x", { + var X_prototype = X.prototype; + X_prototype.method = function (x) { }; + Object.defineProperty(X_prototype, "x", { set: function (value) { }, enumerable: false, configurable: true diff --git a/tests/baselines/reference/readonlyMembers.js b/tests/baselines/reference/readonlyMembers.js index f999f9135e667..556043fce0d9a 100644 --- a/tests/baselines/reference/readonlyMembers.js +++ b/tests/baselines/reference/readonlyMembers.js @@ -82,13 +82,13 @@ var C = /** @class */ (function () { _this.c = 1; // Error }; } - var proto_1 = C.prototype; - Object.defineProperty(proto_1, "c", { + var C_prototype = C.prototype; + Object.defineProperty(C_prototype, "c", { get: function () { return 1; }, enumerable: false, configurable: true }); - proto_1.foo = function () { + C_prototype.foo = function () { this.a = 1; // Error this.b = 1; // Error this.c = 1; // Error diff --git a/tests/baselines/reference/recursiveClassReferenceTest.js b/tests/baselines/reference/recursiveClassReferenceTest.js index 2603437b36568..332132c5de7d1 100644 --- a/tests/baselines/reference/recursiveClassReferenceTest.js +++ b/tests/baselines/reference/recursiveClassReferenceTest.js @@ -129,9 +129,9 @@ var Sample; var StartFindAction = /** @class */ (function () { function StartFindAction() { } - var proto_1 = StartFindAction.prototype; - proto_1.getId = function () { return "yo"; }; - proto_1.run = function (Thing) { + var StartFindAction_prototype = StartFindAction.prototype; + StartFindAction_prototype.getId = function () { return "yo"; }; + StartFindAction_prototype.run = function (Thing) { return true; }; return StartFindAction; @@ -153,14 +153,14 @@ var Sample; // scenario 1 codeThing.addWidget("addWidget", this); } - var proto_2 = FindWidget.prototype; - proto_2.gar = function (runner) { if (true) { + var FindWidget_prototype = FindWidget.prototype; + FindWidget_prototype.gar = function (runner) { if (true) { return runner(this); } }; - proto_2.getDomNode = function () { + FindWidget_prototype.getDomNode = function () { return domNode; }; - proto_2.destroy = function () { + FindWidget_prototype.destroy = function () { }; return FindWidget; }()); @@ -185,14 +185,14 @@ var AbstractMode = /** @class */ (function () { function State(mode) { this.mode = mode; } - var proto_3 = State.prototype; - proto_3.clone = function () { + var State_prototype = State.prototype; + State_prototype.clone = function () { return this; }; - proto_3.equals = function (other) { + State_prototype.equals = function (other) { return this === other; }; - proto_3.getMode = function () { return mode; }; + State_prototype.getMode = function () { return mode; }; return State; }()); PlainText.State = State; diff --git a/tests/baselines/reference/recursiveClassReferenceTest.js.map b/tests/baselines/reference/recursiveClassReferenceTest.js.map index ba9e904b977f7..95bb75e8c8b8d 100644 --- a/tests/baselines/reference/recursiveClassReferenceTest.js.map +++ b/tests/baselines/reference/recursiveClassReferenceTest.js.map @@ -1,3 +1,3 @@ //// [recursiveClassReferenceTest.js.map] -{"version":3,"file":"recursiveClassReferenceTest.js","sourceRoot":"","sources":["recursiveClassReferenceTest.ts"],"names":[],"mappings":"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"} -//// https://sokra.github.io/source-map-visualization#base64,Ly8gU2NlbmFyaW8gMTogVGVzdCByZXF1cnNpdmUgZnVuY3Rpb24gY2FsbCB3aXRoICJ0aGlzIiBwYXJhbWV0ZXINCi8vIFNjZW5hcmlvIDI6IFRlc3QgcmVjdXJzaXZlIGZ1bmN0aW9uIGNhbGwgd2l0aCBjYXN0IGFuZCAidGhpcyIgcGFyYW1ldGVyDQp2YXIgX19leHRlbmRzID0gKHRoaXMgJiYgdGhpcy5fX2V4dGVuZHMpIHx8IChmdW5jdGlvbiAoKSB7DQogICAgdmFyIGV4dGVuZFN0YXRpY3MgPSBmdW5jdGlvbiAoZCwgYikgew0KICAgICAgICBleHRlbmRTdGF0aWNzID0gT2JqZWN0LnNldFByb3RvdHlwZU9mIHx8DQogICAgICAgICAgICAoeyBfX3Byb3RvX186IFtdIH0gaW5zdGFuY2VvZiBBcnJheSAmJiBmdW5jdGlvbiAoZCwgYikgeyBkLl9fcHJvdG9fXyA9IGI7IH0pIHx8DQogICAgICAgICAgICBmdW5jdGlvbiAoZCwgYikgeyBmb3IgKHZhciBwIGluIGIpIGlmIChPYmplY3QucHJvdG90eXBlLmhhc093blByb3BlcnR5LmNhbGwoYiwgcCkpIGRbcF0gPSBiW3BdOyB9Ow0KICAgICAgICByZXR1cm4gZXh0ZW5kU3RhdGljcyhkLCBiKTsNCiAgICB9Ow0KICAgIHJldHVybiBmdW5jdGlvbiAoZCwgYikgew0KICAgICAgICBleHRlbmRTdGF0aWNzKGQsIGIpOw0KICAgICAgICBmdW5jdGlvbiBfXygpIHsgdGhpcy5jb25zdHJ1Y3RvciA9IGQ7IH0NCiAgICAgICAgZC5wcm90b3R5cGUgPSBiID09PSBudWxsID8gT2JqZWN0LmNyZWF0ZShiKSA6IChfXy5wcm90b3R5cGUgPSBiLnByb3RvdHlwZSwgbmV3IF9fKCkpOw0KICAgIH07DQp9KSgpOw0KdmFyIFNhbXBsZTsNCihmdW5jdGlvbiAoU2FtcGxlKSB7DQogICAgdmFyIEFjdGlvbnM7DQogICAgKGZ1bmN0aW9uIChBY3Rpb25zKSB7DQogICAgICAgIHZhciBUaGluZzsNCiAgICAgICAgKGZ1bmN0aW9uIChUaGluZ18xKSB7DQogICAgICAgICAgICB2YXIgRmluZDsNCiAgICAgICAgICAgIChmdW5jdGlvbiAoRmluZCkgew0KICAgICAgICAgICAgICAgIHZhciBTdGFydEZpbmRBY3Rpb24gPSAvKiogQGNsYXNzICovIChmdW5jdGlvbiAoKSB7DQogICAgICAgICAgICAgICAgICAgIGZ1bmN0aW9uIFN0YXJ0RmluZEFjdGlvbigpIHsNCiAgICAgICAgICAgICAgICAgICAgfQ0KICAgICAgICAgICAgICAgICAgICB2YXIgcHJvdG9fMSA9IFN0YXJ0RmluZEFjdGlvbi5wcm90b3R5cGU7DQogICAgICAgICAgICAgICAgICAgIHByb3RvXzEuZ2V0SWQgPSBmdW5jdGlvbiAoKSB7IHJldHVybiAieW8iOyB9Ow0KICAgICAgICAgICAgICAgICAgICBwcm90b18xLnJ1biA9IGZ1bmN0aW9uIChUaGluZykgew0KICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuIHRydWU7DQogICAgICAgICAgICAgICAgICAgIH07DQogICAgICAgICAgICAgICAgICAgIHJldHVybiBTdGFydEZpbmRBY3Rpb247DQogICAgICAgICAgICAgICAgfSgpKTsNCiAgICAgICAgICAgICAgICBGaW5kLlN0YXJ0RmluZEFjdGlvbiA9IFN0YXJ0RmluZEFjdGlvbjsNCiAgICAgICAgICAgIH0pKEZpbmQgPSBUaGluZ18xLkZpbmQgfHwgKFRoaW5nXzEuRmluZCA9IHt9KSk7DQogICAgICAgIH0pKFRoaW5nID0gQWN0aW9ucy5UaGluZyB8fCAoQWN0aW9ucy5UaGluZyA9IHt9KSk7DQogICAgfSkoQWN0aW9ucyA9IFNhbXBsZS5BY3Rpb25zIHx8IChTYW1wbGUuQWN0aW9ucyA9IHt9KSk7DQp9KShTYW1wbGUgfHwgKFNhbXBsZSA9IHt9KSk7DQooZnVuY3Rpb24gKFNhbXBsZSkgew0KICAgIHZhciBUaGluZzsNCiAgICAoZnVuY3Rpb24gKFRoaW5nKSB7DQogICAgICAgIHZhciBXaWRnZXRzOw0KICAgICAgICAoZnVuY3Rpb24gKFdpZGdldHMpIHsNCiAgICAgICAgICAgIHZhciBGaW5kV2lkZ2V0ID0gLyoqIEBjbGFzcyAqLyAoZnVuY3Rpb24gKCkgew0KICAgICAgICAgICAgICAgIGZ1bmN0aW9uIEZpbmRXaWRnZXQoY29kZVRoaW5nKSB7DQogICAgICAgICAgICAgICAgICAgIHRoaXMuY29kZVRoaW5nID0gY29kZVRoaW5nOw0KICAgICAgICAgICAgICAgICAgICB0aGlzLmRvbU5vZGUgPSBudWxsOw0KICAgICAgICAgICAgICAgICAgICAvLyBzY2VuYXJpbyAxDQogICAgICAgICAgICAgICAgICAgIGNvZGVUaGluZy5hZGRXaWRnZXQoImFkZFdpZGdldCIsIHRoaXMpOw0KICAgICAgICAgICAgICAgIH0NCiAgICAgICAgICAgICAgICB2YXIgcHJvdG9fMiA9IEZpbmRXaWRnZXQucHJvdG90eXBlOw0KICAgICAgICAgICAgICAgIHByb3RvXzIuZ2FyID0gZnVuY3Rpb24gKHJ1bm5lcikgeyBpZiAodHJ1ZSkgew0KICAgICAgICAgICAgICAgICAgICByZXR1cm4gcnVubmVyKHRoaXMpOw0KICAgICAgICAgICAgICAgIH0gfTsNCiAgICAgICAgICAgICAgICBwcm90b18yLmdldERvbU5vZGUgPSBmdW5jdGlvbiAoKSB7DQogICAgICAgICAgICAgICAgICAgIHJldHVybiBkb21Ob2RlOw0KICAgICAgICAgICAgICAgIH07DQogICAgICAgICAgICAgICAgcHJvdG9fMi5kZXN0cm95ID0gZnVuY3Rpb24gKCkgew0KICAgICAgICAgICAgICAgIH07DQogICAgICAgICAgICAgICAgcmV0dXJuIEZpbmRXaWRnZXQ7DQogICAgICAgICAgICB9KCkpOw0KICAgICAgICAgICAgV2lkZ2V0cy5GaW5kV2lkZ2V0ID0gRmluZFdpZGdldDsNCiAgICAgICAgfSkoV2lkZ2V0cyA9IFRoaW5nLldpZGdldHMgfHwgKFRoaW5nLldpZGdldHMgPSB7fSkpOw0KICAgIH0pKFRoaW5nID0gU2FtcGxlLlRoaW5nIHx8IChTYW1wbGUuVGhpbmcgPSB7fSkpOw0KfSkoU2FtcGxlIHx8IChTYW1wbGUgPSB7fSkpOw0KdmFyIEFic3RyYWN0TW9kZSA9IC8qKiBAY2xhc3MgKi8gKGZ1bmN0aW9uICgpIHsNCiAgICBmdW5jdGlvbiBBYnN0cmFjdE1vZGUoKSB7DQogICAgfQ0KICAgIEFic3RyYWN0TW9kZS5wcm90b3R5cGUuZ2V0SW5pdGlhbFN0YXRlID0gZnVuY3Rpb24gKCkgeyByZXR1cm4gbnVsbDsgfTsNCiAgICByZXR1cm4gQWJzdHJhY3RNb2RlOw0KfSgpKTsNCihmdW5jdGlvbiAoU2FtcGxlKSB7DQogICAgdmFyIFRoaW5nOw0KICAgIChmdW5jdGlvbiAoVGhpbmcpIHsNCiAgICAgICAgdmFyIExhbmd1YWdlczsNCiAgICAgICAgKGZ1bmN0aW9uIChMYW5ndWFnZXMpIHsNCiAgICAgICAgICAgIHZhciBQbGFpblRleHQ7DQogICAgICAgICAgICAoZnVuY3Rpb24gKFBsYWluVGV4dCkgew0KICAgICAgICAgICAgICAgIHZhciBTdGF0ZSA9IC8qKiBAY2xhc3MgKi8gKGZ1bmN0aW9uICgpIHsNCiAgICAgICAgICAgICAgICAgICAgZnVuY3Rpb24gU3RhdGUobW9kZSkgew0KICAgICAgICAgICAgICAgICAgICAgICAgdGhpcy5tb2RlID0gbW9kZTsNCiAgICAgICAgICAgICAgICAgICAgfQ0KICAgICAgICAgICAgICAgICAgICB2YXIgcHJvdG9fMyA9IFN0YXRlLnByb3RvdHlwZTsNCiAgICAgICAgICAgICAgICAgICAgcHJvdG9fMy5jbG9uZSA9IGZ1bmN0aW9uICgpIHsNCiAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybiB0aGlzOw0KICAgICAgICAgICAgICAgICAgICB9Ow0KICAgICAgICAgICAgICAgICAgICBwcm90b18zLmVxdWFscyA9IGZ1bmN0aW9uIChvdGhlcikgew0KICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuIHRoaXMgPT09IG90aGVyOw0KICAgICAgICAgICAgICAgICAgICB9Ow0KICAgICAgICAgICAgICAgICAgICBwcm90b18zLmdldE1vZGUgPSBmdW5jdGlvbiAoKSB7IHJldHVybiBtb2RlOyB9Ow0KICAgICAgICAgICAgICAgICAgICByZXR1cm4gU3RhdGU7DQogICAgICAgICAgICAgICAgfSgpKTsNCiAgICAgICAgICAgICAgICBQbGFpblRleHQuU3RhdGUgPSBTdGF0ZTsNCiAgICAgICAgICAgICAgICB2YXIgTW9kZSA9IC8qKiBAY2xhc3MgKi8gKGZ1bmN0aW9uIChfc3VwZXIpIHsNCiAgICAgICAgICAgICAgICAgICAgX19leHRlbmRzKE1vZGUsIF9zdXBlcik7DQogICAgICAgICAgICAgICAgICAgIGZ1bmN0aW9uIE1vZGUoKSB7DQogICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gX3N1cGVyICE9PSBudWxsICYmIF9zdXBlci5hcHBseSh0aGlzLCBhcmd1bWVudHMpIHx8IHRoaXM7DQogICAgICAgICAgICAgICAgICAgIH0NCiAgICAgICAgICAgICAgICAgICAgLy8gc2NlbmFyaW8gMg0KICAgICAgICAgICAgICAgICAgICBNb2RlLnByb3RvdHlwZS5nZXRJbml0aWFsU3RhdGUgPSBmdW5jdGlvbiAoKSB7DQogICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gbmV3IFN0YXRlKHNlbGYpOw0KICAgICAgICAgICAgICAgICAgICB9Ow0KICAgICAgICAgICAgICAgICAgICByZXR1cm4gTW9kZTsNCiAgICAgICAgICAgICAgICB9KEFic3RyYWN0TW9kZSkpOw0KICAgICAgICAgICAgICAgIFBsYWluVGV4dC5Nb2RlID0gTW9kZTsNCiAgICAgICAgICAgIH0pKFBsYWluVGV4dCA9IExhbmd1YWdlcy5QbGFpblRleHQgfHwgKExhbmd1YWdlcy5QbGFpblRleHQgPSB7fSkpOw0KICAgICAgICB9KShMYW5ndWFnZXMgPSBUaGluZy5MYW5ndWFnZXMgfHwgKFRoaW5nLkxhbmd1YWdlcyA9IHt9KSk7DQogICAgfSkoVGhpbmcgPSBTYW1wbGUuVGhpbmcgfHwgKFNhbXBsZS5UaGluZyA9IHt9KSk7DQp9KShTYW1wbGUgfHwgKFNhbXBsZSA9IHt9KSk7DQovLyMgc291cmNlTWFwcGluZ1VSTD1yZWN1cnNpdmVDbGFzc1JlZmVyZW5jZVRlc3QuanMubWFw,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVjdXJzaXZlQ2xhc3NSZWZlcmVuY2VUZXN0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsicmVjdXJzaXZlQ2xhc3NSZWZlcmVuY2VUZXN0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGlFQUFpRTtBQUNqRSwwRUFBMEU7Ozs7Ozs7Ozs7Ozs7O0FBOEIxRSxJQUFPLE1BQU0sQ0FVWjtBQVZELFdBQU8sTUFBTTtJQUFDLElBQUEsT0FBTyxDQVVwQjtJQVZhLFdBQUEsT0FBTztRQUFDLElBQUEsS0FBSyxDQVUxQjtRQVZxQixXQUFBLE9BQUs7WUFBQyxJQUFBLElBQUksQ0FVL0I7WUFWMkIsV0FBQSxJQUFJO2dCQUMvQjtvQkFBQTtvQkFRQSxDQUFDOztvQkFOTyxhQUFLLEdBQVosY0FBaUIsT0FBTyxJQUFJLENBQUMsQ0FBQyxDQUFDO29CQUV4QixXQUFHLEdBQVYsVUFBVyxLQUE2Qjt3QkFFdkMsT0FBTyxJQUFJLENBQUM7b0JBQ2IsQ0FBQztvQkFDRixzQkFBQztnQkFBRCxDQUFDLEFBUkQsSUFRQztnQkFSWSxvQkFBZSxrQkFRM0IsQ0FBQTtZQUNGLENBQUMsRUFWMkIsSUFBSSxHQUFKLFlBQUksS0FBSixZQUFJLFFBVS9CO1FBQUQsQ0FBQyxFQVZxQixLQUFLLEdBQUwsYUFBSyxLQUFMLGFBQUssUUFVMUI7SUFBRCxDQUFDLEVBVmEsT0FBTyxHQUFQLGNBQU8sS0FBUCxjQUFPLFFBVXBCO0FBQUQsQ0FBQyxFQVZNLE1BQU0sS0FBTixNQUFNLFFBVVo7QUFFRCxXQUFPLE1BQU07SUFBQyxJQUFBLEtBQUssQ0FvQmxCO0lBcEJhLFdBQUEsS0FBSztRQUFDLElBQUEsT0FBTyxDQW9CMUI7UUFwQm1CLFdBQUEsT0FBTztZQUMxQjtnQkFLQyxvQkFBb0IsU0FBa0M7b0JBQWxDLGNBQVMsR0FBVCxTQUFTLENBQXlCO29CQUQ5QyxZQUFPLEdBQU8sSUFBSSxDQUFDO29CQUV2QixhQUFhO29CQUNiLFNBQVMsQ0FBQyxTQUFTLENBQUMsV0FBVyxFQUFFLElBQUksQ0FBQyxDQUFDO2dCQUMzQyxDQUFDOztnQkFOTSxXQUFHLEdBQVYsVUFBVyxNQUF5QyxJQUFJLElBQUksSUFBSSxFQUFFO29CQUFDLE9BQU8sTUFBTSxDQUFDLElBQUksQ0FBQyxDQUFDO2lCQUFDLENBQUEsQ0FBQztnQkFRbEYsa0JBQVUsR0FBakI7b0JBQ0MsT0FBTyxPQUFPLENBQUM7Z0JBQ2hCLENBQUM7Z0JBRU0sZUFBTyxHQUFkO2dCQUVBLENBQUM7Z0JBRUYsaUJBQUM7WUFBRCxDQUFDLEFBbEJELElBa0JDO1lBbEJZLGtCQUFVLGFBa0J0QixDQUFBO1FBQ0YsQ0FBQyxFQXBCbUIsT0FBTyxHQUFQLGFBQU8sS0FBUCxhQUFPLFFBb0IxQjtJQUFELENBQUMsRUFwQmEsS0FBSyxHQUFMLFlBQUssS0FBTCxZQUFLLFFBb0JsQjtBQUFELENBQUMsRUFwQk0sTUFBTSxLQUFOLE1BQU0sUUFvQlo7QUFHRDtJQUFBO0lBQXVGLENBQUM7SUFBM0Msc0NBQWUsR0FBdEIsY0FBbUMsT0FBTyxJQUFJLENBQUMsQ0FBQSxDQUFDO0lBQUMsbUJBQUM7QUFBRCxDQUFDLEFBQXhGLElBQXdGO0FBU3hGLFdBQU8sTUFBTTtJQUFDLElBQUEsS0FBSyxDQXdCbEI7SUF4QmEsV0FBQSxLQUFLO1FBQUMsSUFBQSxTQUFTLENBd0I1QjtRQXhCbUIsV0FBQSxTQUFTO1lBQUMsSUFBQSxTQUFTLENBd0J0QztZQXhCNkIsV0FBQSxTQUFTO2dCQUV0QztvQkFDTyxlQUFvQixJQUFXO3dCQUFYLFNBQUksR0FBSixJQUFJLENBQU87b0JBQUksQ0FBQzs7b0JBQ25DLGFBQUssR0FBWjt3QkFDQyxPQUFPLElBQUksQ0FBQztvQkFDYixDQUFDO29CQUVNLGNBQU0sR0FBYixVQUFjLEtBQVk7d0JBQ3pCLE9BQU8sSUFBSSxLQUFLLEtBQUssQ0FBQztvQkFDdkIsQ0FBQztvQkFFTSxlQUFPLEdBQWQsY0FBMEIsT0FBTyxJQUFJLENBQUMsQ0FBQyxDQUFDO29CQUN6QyxZQUFDO2dCQUFELENBQUMsQUFYRCxJQVdDO2dCQVhZLGVBQUssUUFXakIsQ0FBQTtnQkFFRDtvQkFBMEIsd0JBQVk7b0JBQXRDOztvQkFRQSxDQUFDO29CQU5BLGFBQWE7b0JBQ04sOEJBQWUsR0FBdEI7d0JBQ0MsT0FBTyxJQUFJLEtBQUssQ0FBQyxJQUFJLENBQUMsQ0FBQztvQkFDeEIsQ0FBQztvQkFHRixXQUFDO2dCQUFELENBQUMsQUFSRCxDQUEwQixZQUFZLEdBUXJDO2dCQVJZLGNBQUksT0FRaEIsQ0FBQTtZQUNGLENBQUMsRUF4QjZCLFNBQVMsR0FBVCxtQkFBUyxLQUFULG1CQUFTLFFBd0J0QztRQUFELENBQUMsRUF4Qm1CLFNBQVMsR0FBVCxlQUFTLEtBQVQsZUFBUyxRQXdCNUI7SUFBRCxDQUFDLEVBeEJhLEtBQUssR0FBTCxZQUFLLEtBQUwsWUFBSyxRQXdCbEI7QUFBRCxDQUFDLEVBeEJNLE1BQU0sS0FBTixNQUFNLFFBd0JaIn0=,Ly8gU2NlbmFyaW8gMTogVGVzdCByZXF1cnNpdmUgZnVuY3Rpb24gY2FsbCB3aXRoICJ0aGlzIiBwYXJhbWV0ZXIKLy8gU2NlbmFyaW8gMjogVGVzdCByZWN1cnNpdmUgZnVuY3Rpb24gY2FsbCB3aXRoIGNhc3QgYW5kICJ0aGlzIiBwYXJhbWV0ZXIKCgoKZGVjbGFyZSBtb2R1bGUgU2FtcGxlLlRoaW5nIHsKCglleHBvcnQgaW50ZXJmYWNlIElXaWRnZXQgewoJCWdldERvbU5vZGUoKTogYW55OwoJCWRlc3Ryb3koKTsKCQlnYXIocnVubmVyOih3aWRnZXQ6U2FtcGxlLlRoaW5nLklXaWRnZXQpPT5hbnkpOmFueTsKCX0KCglleHBvcnQgaW50ZXJmYWNlIElDb2RlVGhpbmcgewogIAogIAkJZ2V0RG9tTm9kZSgpOiBFbGVtZW50OwoJCQoJCWFkZFdpZGdldCh3aWRnZXRJZDpzdHJpbmcsIHdpZGdldDpJV2lkZ2V0KTsKCgkJCgkJZm9jdXMoKTsgCgkJCgkJLy9hZGRXaWRnZXQod2lkZ2V0OiBTYW1wbGUuVGhpbmcuV2lkZ2V0cy5JV2lkZ2V0KTsKCX0KCglleHBvcnQgaW50ZXJmYWNlIElBY3Rpb24gewoJCXJ1bihUaGluZzpJQ29kZVRoaW5nKTpib29sZWFuOwoJCWdldElkKCk6c3RyaW5nOwoJfQkKfQoKbW9kdWxlIFNhbXBsZS5BY3Rpb25zLlRoaW5nLkZpbmQgewoJZXhwb3J0IGNsYXNzIFN0YXJ0RmluZEFjdGlvbiBpbXBsZW1lbnRzIFNhbXBsZS5UaGluZy5JQWN0aW9uIHsKCQkKCQlwdWJsaWMgZ2V0SWQoKSB7IHJldHVybiAieW8iOyB9CgkJCgkJcHVibGljIHJ1bihUaGluZzpTYW1wbGUuVGhpbmcuSUNvZGVUaGluZyk6Ym9vbGVhbiB7CgoJCQlyZXR1cm4gdHJ1ZTsKCQl9Cgl9Cn0KCm1vZHVsZSBTYW1wbGUuVGhpbmcuV2lkZ2V0cyB7CglleHBvcnQgY2xhc3MgRmluZFdpZGdldCBpbXBsZW1lbnRzIFNhbXBsZS5UaGluZy5JV2lkZ2V0IHsKCgkJcHVibGljIGdhcihydW5uZXI6KHdpZGdldDpTYW1wbGUuVGhpbmcuSVdpZGdldCk9PmFueSkgeyBpZiAodHJ1ZSkge3JldHVybiBydW5uZXIodGhpcyk7fX0KCQkJCgkJcHJpdmF0ZSBkb21Ob2RlOmFueSA9IG51bGw7CgkJY29uc3RydWN0b3IocHJpdmF0ZSBjb2RlVGhpbmc6IFNhbXBsZS5UaGluZy5JQ29kZVRoaW5nKSB7CgkJICAgIC8vIHNjZW5hcmlvIDEKCQkgICAgY29kZVRoaW5nLmFkZFdpZGdldCgiYWRkV2lkZ2V0IiwgdGhpcyk7CgkJfQoJCQoJCXB1YmxpYyBnZXREb21Ob2RlKCkgewoJCQlyZXR1cm4gZG9tTm9kZTsKCQl9CgkJCgkJcHVibGljIGRlc3Ryb3koKSB7CgoJCX0KCgl9Cn0KCmludGVyZmFjZSBJTW9kZSB7IGdldEluaXRpYWxTdGF0ZSgpOiBJU3RhdGU7fSAKY2xhc3MgQWJzdHJhY3RNb2RlIGltcGxlbWVudHMgSU1vZGUgeyBwdWJsaWMgZ2V0SW5pdGlhbFN0YXRlKCk6IElTdGF0ZSB7IHJldHVybiBudWxsO30gfQoKaW50ZXJmYWNlIElTdGF0ZSB7fQoKaW50ZXJmYWNlIFdpbmRvdyB7CiAgICBvcGVuZXI6IFdpbmRvdzsKfQpkZWNsYXJlIHZhciBzZWxmOiBXaW5kb3c7Cgptb2R1bGUgU2FtcGxlLlRoaW5nLkxhbmd1YWdlcy5QbGFpblRleHQgewoJCglleHBvcnQgY2xhc3MgU3RhdGUgaW1wbGVtZW50cyBJU3RhdGUgewkJCiAgICAgICAgY29uc3RydWN0b3IocHJpdmF0ZSBtb2RlOiBJTW9kZSkgeyB9CgkJcHVibGljIGNsb25lKCk6SVN0YXRlIHsKCQkJcmV0dXJuIHRoaXM7CgkJfQoKCQlwdWJsaWMgZXF1YWxzKG90aGVyOklTdGF0ZSk6Ym9vbGVhbiB7CgkJCXJldHVybiB0aGlzID09PSBvdGhlcjsKCQl9CgkJCgkJcHVibGljIGdldE1vZGUoKTogSU1vZGUgeyByZXR1cm4gbW9kZTsgfQoJfQoJCglleHBvcnQgY2xhc3MgTW9kZSBleHRlbmRzIEFic3RyYWN0TW9kZSB7CgoJCS8vIHNjZW5hcmlvIDIKCQlwdWJsaWMgZ2V0SW5pdGlhbFN0YXRlKCk6IElTdGF0ZSB7CgkJCXJldHVybiBuZXcgU3RhdGUoc2VsZik7CgkJfQoKCgl9Cn0KCg== +{"version":3,"file":"recursiveClassReferenceTest.js","sourceRoot":"","sources":["recursiveClassReferenceTest.ts"],"names":[],"mappings":"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"} +//// https://sokra.github.io/source-map-visualization#base64,Ly8gU2NlbmFyaW8gMTogVGVzdCByZXF1cnNpdmUgZnVuY3Rpb24gY2FsbCB3aXRoICJ0aGlzIiBwYXJhbWV0ZXINCi8vIFNjZW5hcmlvIDI6IFRlc3QgcmVjdXJzaXZlIGZ1bmN0aW9uIGNhbGwgd2l0aCBjYXN0IGFuZCAidGhpcyIgcGFyYW1ldGVyDQp2YXIgX19leHRlbmRzID0gKHRoaXMgJiYgdGhpcy5fX2V4dGVuZHMpIHx8IChmdW5jdGlvbiAoKSB7DQogICAgdmFyIGV4dGVuZFN0YXRpY3MgPSBmdW5jdGlvbiAoZCwgYikgew0KICAgICAgICBleHRlbmRTdGF0aWNzID0gT2JqZWN0LnNldFByb3RvdHlwZU9mIHx8DQogICAgICAgICAgICAoeyBfX3Byb3RvX186IFtdIH0gaW5zdGFuY2VvZiBBcnJheSAmJiBmdW5jdGlvbiAoZCwgYikgeyBkLl9fcHJvdG9fXyA9IGI7IH0pIHx8DQogICAgICAgICAgICBmdW5jdGlvbiAoZCwgYikgeyBmb3IgKHZhciBwIGluIGIpIGlmIChPYmplY3QucHJvdG90eXBlLmhhc093blByb3BlcnR5LmNhbGwoYiwgcCkpIGRbcF0gPSBiW3BdOyB9Ow0KICAgICAgICByZXR1cm4gZXh0ZW5kU3RhdGljcyhkLCBiKTsNCiAgICB9Ow0KICAgIHJldHVybiBmdW5jdGlvbiAoZCwgYikgew0KICAgICAgICBleHRlbmRTdGF0aWNzKGQsIGIpOw0KICAgICAgICBmdW5jdGlvbiBfXygpIHsgdGhpcy5jb25zdHJ1Y3RvciA9IGQ7IH0NCiAgICAgICAgZC5wcm90b3R5cGUgPSBiID09PSBudWxsID8gT2JqZWN0LmNyZWF0ZShiKSA6IChfXy5wcm90b3R5cGUgPSBiLnByb3RvdHlwZSwgbmV3IF9fKCkpOw0KICAgIH07DQp9KSgpOw0KdmFyIFNhbXBsZTsNCihmdW5jdGlvbiAoU2FtcGxlKSB7DQogICAgdmFyIEFjdGlvbnM7DQogICAgKGZ1bmN0aW9uIChBY3Rpb25zKSB7DQogICAgICAgIHZhciBUaGluZzsNCiAgICAgICAgKGZ1bmN0aW9uIChUaGluZ18xKSB7DQogICAgICAgICAgICB2YXIgRmluZDsNCiAgICAgICAgICAgIChmdW5jdGlvbiAoRmluZCkgew0KICAgICAgICAgICAgICAgIHZhciBTdGFydEZpbmRBY3Rpb24gPSAvKiogQGNsYXNzICovIChmdW5jdGlvbiAoKSB7DQogICAgICAgICAgICAgICAgICAgIGZ1bmN0aW9uIFN0YXJ0RmluZEFjdGlvbigpIHsNCiAgICAgICAgICAgICAgICAgICAgfQ0KICAgICAgICAgICAgICAgICAgICB2YXIgU3RhcnRGaW5kQWN0aW9uX3Byb3RvdHlwZSA9IFN0YXJ0RmluZEFjdGlvbi5wcm90b3R5cGU7DQogICAgICAgICAgICAgICAgICAgIFN0YXJ0RmluZEFjdGlvbl9wcm90b3R5cGUuZ2V0SWQgPSBmdW5jdGlvbiAoKSB7IHJldHVybiAieW8iOyB9Ow0KICAgICAgICAgICAgICAgICAgICBTdGFydEZpbmRBY3Rpb25fcHJvdG90eXBlLnJ1biA9IGZ1bmN0aW9uIChUaGluZykgew0KICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuIHRydWU7DQogICAgICAgICAgICAgICAgICAgIH07DQogICAgICAgICAgICAgICAgICAgIHJldHVybiBTdGFydEZpbmRBY3Rpb247DQogICAgICAgICAgICAgICAgfSgpKTsNCiAgICAgICAgICAgICAgICBGaW5kLlN0YXJ0RmluZEFjdGlvbiA9IFN0YXJ0RmluZEFjdGlvbjsNCiAgICAgICAgICAgIH0pKEZpbmQgPSBUaGluZ18xLkZpbmQgfHwgKFRoaW5nXzEuRmluZCA9IHt9KSk7DQogICAgICAgIH0pKFRoaW5nID0gQWN0aW9ucy5UaGluZyB8fCAoQWN0aW9ucy5UaGluZyA9IHt9KSk7DQogICAgfSkoQWN0aW9ucyA9IFNhbXBsZS5BY3Rpb25zIHx8IChTYW1wbGUuQWN0aW9ucyA9IHt9KSk7DQp9KShTYW1wbGUgfHwgKFNhbXBsZSA9IHt9KSk7DQooZnVuY3Rpb24gKFNhbXBsZSkgew0KICAgIHZhciBUaGluZzsNCiAgICAoZnVuY3Rpb24gKFRoaW5nKSB7DQogICAgICAgIHZhciBXaWRnZXRzOw0KICAgICAgICAoZnVuY3Rpb24gKFdpZGdldHMpIHsNCiAgICAgICAgICAgIHZhciBGaW5kV2lkZ2V0ID0gLyoqIEBjbGFzcyAqLyAoZnVuY3Rpb24gKCkgew0KICAgICAgICAgICAgICAgIGZ1bmN0aW9uIEZpbmRXaWRnZXQoY29kZVRoaW5nKSB7DQogICAgICAgICAgICAgICAgICAgIHRoaXMuY29kZVRoaW5nID0gY29kZVRoaW5nOw0KICAgICAgICAgICAgICAgICAgICB0aGlzLmRvbU5vZGUgPSBudWxsOw0KICAgICAgICAgICAgICAgICAgICAvLyBzY2VuYXJpbyAxDQogICAgICAgICAgICAgICAgICAgIGNvZGVUaGluZy5hZGRXaWRnZXQoImFkZFdpZGdldCIsIHRoaXMpOw0KICAgICAgICAgICAgICAgIH0NCiAgICAgICAgICAgICAgICB2YXIgRmluZFdpZGdldF9wcm90b3R5cGUgPSBGaW5kV2lkZ2V0LnByb3RvdHlwZTsNCiAgICAgICAgICAgICAgICBGaW5kV2lkZ2V0X3Byb3RvdHlwZS5nYXIgPSBmdW5jdGlvbiAocnVubmVyKSB7IGlmICh0cnVlKSB7DQogICAgICAgICAgICAgICAgICAgIHJldHVybiBydW5uZXIodGhpcyk7DQogICAgICAgICAgICAgICAgfSB9Ow0KICAgICAgICAgICAgICAgIEZpbmRXaWRnZXRfcHJvdG90eXBlLmdldERvbU5vZGUgPSBmdW5jdGlvbiAoKSB7DQogICAgICAgICAgICAgICAgICAgIHJldHVybiBkb21Ob2RlOw0KICAgICAgICAgICAgICAgIH07DQogICAgICAgICAgICAgICAgRmluZFdpZGdldF9wcm90b3R5cGUuZGVzdHJveSA9IGZ1bmN0aW9uICgpIHsNCiAgICAgICAgICAgICAgICB9Ow0KICAgICAgICAgICAgICAgIHJldHVybiBGaW5kV2lkZ2V0Ow0KICAgICAgICAgICAgfSgpKTsNCiAgICAgICAgICAgIFdpZGdldHMuRmluZFdpZGdldCA9IEZpbmRXaWRnZXQ7DQogICAgICAgIH0pKFdpZGdldHMgPSBUaGluZy5XaWRnZXRzIHx8IChUaGluZy5XaWRnZXRzID0ge30pKTsNCiAgICB9KShUaGluZyA9IFNhbXBsZS5UaGluZyB8fCAoU2FtcGxlLlRoaW5nID0ge30pKTsNCn0pKFNhbXBsZSB8fCAoU2FtcGxlID0ge30pKTsNCnZhciBBYnN0cmFjdE1vZGUgPSAvKiogQGNsYXNzICovIChmdW5jdGlvbiAoKSB7DQogICAgZnVuY3Rpb24gQWJzdHJhY3RNb2RlKCkgew0KICAgIH0NCiAgICBBYnN0cmFjdE1vZGUucHJvdG90eXBlLmdldEluaXRpYWxTdGF0ZSA9IGZ1bmN0aW9uICgpIHsgcmV0dXJuIG51bGw7IH07DQogICAgcmV0dXJuIEFic3RyYWN0TW9kZTsNCn0oKSk7DQooZnVuY3Rpb24gKFNhbXBsZSkgew0KICAgIHZhciBUaGluZzsNCiAgICAoZnVuY3Rpb24gKFRoaW5nKSB7DQogICAgICAgIHZhciBMYW5ndWFnZXM7DQogICAgICAgIChmdW5jdGlvbiAoTGFuZ3VhZ2VzKSB7DQogICAgICAgICAgICB2YXIgUGxhaW5UZXh0Ow0KICAgICAgICAgICAgKGZ1bmN0aW9uIChQbGFpblRleHQpIHsNCiAgICAgICAgICAgICAgICB2YXIgU3RhdGUgPSAvKiogQGNsYXNzICovIChmdW5jdGlvbiAoKSB7DQogICAgICAgICAgICAgICAgICAgIGZ1bmN0aW9uIFN0YXRlKG1vZGUpIHsNCiAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMubW9kZSA9IG1vZGU7DQogICAgICAgICAgICAgICAgICAgIH0NCiAgICAgICAgICAgICAgICAgICAgdmFyIFN0YXRlX3Byb3RvdHlwZSA9IFN0YXRlLnByb3RvdHlwZTsNCiAgICAgICAgICAgICAgICAgICAgU3RhdGVfcHJvdG90eXBlLmNsb25lID0gZnVuY3Rpb24gKCkgew0KICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuIHRoaXM7DQogICAgICAgICAgICAgICAgICAgIH07DQogICAgICAgICAgICAgICAgICAgIFN0YXRlX3Byb3RvdHlwZS5lcXVhbHMgPSBmdW5jdGlvbiAob3RoZXIpIHsNCiAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybiB0aGlzID09PSBvdGhlcjsNCiAgICAgICAgICAgICAgICAgICAgfTsNCiAgICAgICAgICAgICAgICAgICAgU3RhdGVfcHJvdG90eXBlLmdldE1vZGUgPSBmdW5jdGlvbiAoKSB7IHJldHVybiBtb2RlOyB9Ow0KICAgICAgICAgICAgICAgICAgICByZXR1cm4gU3RhdGU7DQogICAgICAgICAgICAgICAgfSgpKTsNCiAgICAgICAgICAgICAgICBQbGFpblRleHQuU3RhdGUgPSBTdGF0ZTsNCiAgICAgICAgICAgICAgICB2YXIgTW9kZSA9IC8qKiBAY2xhc3MgKi8gKGZ1bmN0aW9uIChfc3VwZXIpIHsNCiAgICAgICAgICAgICAgICAgICAgX19leHRlbmRzKE1vZGUsIF9zdXBlcik7DQogICAgICAgICAgICAgICAgICAgIGZ1bmN0aW9uIE1vZGUoKSB7DQogICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gX3N1cGVyICE9PSBudWxsICYmIF9zdXBlci5hcHBseSh0aGlzLCBhcmd1bWVudHMpIHx8IHRoaXM7DQogICAgICAgICAgICAgICAgICAgIH0NCiAgICAgICAgICAgICAgICAgICAgLy8gc2NlbmFyaW8gMg0KICAgICAgICAgICAgICAgICAgICBNb2RlLnByb3RvdHlwZS5nZXRJbml0aWFsU3RhdGUgPSBmdW5jdGlvbiAoKSB7DQogICAgICAgICAgICAgICAgICAgICAgICByZXR1cm4gbmV3IFN0YXRlKHNlbGYpOw0KICAgICAgICAgICAgICAgICAgICB9Ow0KICAgICAgICAgICAgICAgICAgICByZXR1cm4gTW9kZTsNCiAgICAgICAgICAgICAgICB9KEFic3RyYWN0TW9kZSkpOw0KICAgICAgICAgICAgICAgIFBsYWluVGV4dC5Nb2RlID0gTW9kZTsNCiAgICAgICAgICAgIH0pKFBsYWluVGV4dCA9IExhbmd1YWdlcy5QbGFpblRleHQgfHwgKExhbmd1YWdlcy5QbGFpblRleHQgPSB7fSkpOw0KICAgICAgICB9KShMYW5ndWFnZXMgPSBUaGluZy5MYW5ndWFnZXMgfHwgKFRoaW5nLkxhbmd1YWdlcyA9IHt9KSk7DQogICAgfSkoVGhpbmcgPSBTYW1wbGUuVGhpbmcgfHwgKFNhbXBsZS5UaGluZyA9IHt9KSk7DQp9KShTYW1wbGUgfHwgKFNhbXBsZSA9IHt9KSk7DQovLyMgc291cmNlTWFwcGluZ1VSTD1yZWN1cnNpdmVDbGFzc1JlZmVyZW5jZVRlc3QuanMubWFw,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVjdXJzaXZlQ2xhc3NSZWZlcmVuY2VUZXN0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsicmVjdXJzaXZlQ2xhc3NSZWZlcmVuY2VUZXN0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGlFQUFpRTtBQUNqRSwwRUFBMEU7Ozs7Ozs7Ozs7Ozs7O0FBOEIxRSxJQUFPLE1BQU0sQ0FVWjtBQVZELFdBQU8sTUFBTTtJQUFDLElBQUEsT0FBTyxDQVVwQjtJQVZhLFdBQUEsT0FBTztRQUFDLElBQUEsS0FBSyxDQVUxQjtRQVZxQixXQUFBLE9BQUs7WUFBQyxJQUFBLElBQUksQ0FVL0I7WUFWMkIsV0FBQSxJQUFJO2dCQUMvQjtvQkFBQTtvQkFRQSxDQUFDOztvQkFOTywrQkFBSyxHQUFaLGNBQWlCLE9BQU8sSUFBSSxDQUFDLENBQUMsQ0FBQztvQkFFeEIsNkJBQUcsR0FBVixVQUFXLEtBQTZCO3dCQUV2QyxPQUFPLElBQUksQ0FBQztvQkFDYixDQUFDO29CQUNGLHNCQUFDO2dCQUFELENBQUMsQUFSRCxJQVFDO2dCQVJZLG9CQUFlLGtCQVEzQixDQUFBO1lBQ0YsQ0FBQyxFQVYyQixJQUFJLEdBQUosWUFBSSxLQUFKLFlBQUksUUFVL0I7UUFBRCxDQUFDLEVBVnFCLEtBQUssR0FBTCxhQUFLLEtBQUwsYUFBSyxRQVUxQjtJQUFELENBQUMsRUFWYSxPQUFPLEdBQVAsY0FBTyxLQUFQLGNBQU8sUUFVcEI7QUFBRCxDQUFDLEVBVk0sTUFBTSxLQUFOLE1BQU0sUUFVWjtBQUVELFdBQU8sTUFBTTtJQUFDLElBQUEsS0FBSyxDQW9CbEI7SUFwQmEsV0FBQSxLQUFLO1FBQUMsSUFBQSxPQUFPLENBb0IxQjtRQXBCbUIsV0FBQSxPQUFPO1lBQzFCO2dCQUtDLG9CQUFvQixTQUFrQztvQkFBbEMsY0FBUyxHQUFULFNBQVMsQ0FBeUI7b0JBRDlDLFlBQU8sR0FBTyxJQUFJLENBQUM7b0JBRXZCLGFBQWE7b0JBQ2IsU0FBUyxDQUFDLFNBQVMsQ0FBQyxXQUFXLEVBQUUsSUFBSSxDQUFDLENBQUM7Z0JBQzNDLENBQUM7O2dCQU5NLHdCQUFHLEdBQVYsVUFBVyxNQUF5QyxJQUFJLElBQUksSUFBSSxFQUFFO29CQUFDLE9BQU8sTUFBTSxDQUFDLElBQUksQ0FBQyxDQUFDO2lCQUFDLENBQUEsQ0FBQztnQkFRbEYsK0JBQVUsR0FBakI7b0JBQ0MsT0FBTyxPQUFPLENBQUM7Z0JBQ2hCLENBQUM7Z0JBRU0sNEJBQU8sR0FBZDtnQkFFQSxDQUFDO2dCQUVGLGlCQUFDO1lBQUQsQ0FBQyxBQWxCRCxJQWtCQztZQWxCWSxrQkFBVSxhQWtCdEIsQ0FBQTtRQUNGLENBQUMsRUFwQm1CLE9BQU8sR0FBUCxhQUFPLEtBQVAsYUFBTyxRQW9CMUI7SUFBRCxDQUFDLEVBcEJhLEtBQUssR0FBTCxZQUFLLEtBQUwsWUFBSyxRQW9CbEI7QUFBRCxDQUFDLEVBcEJNLE1BQU0sS0FBTixNQUFNLFFBb0JaO0FBR0Q7SUFBQTtJQUF1RixDQUFDO0lBQTNDLHNDQUFlLEdBQXRCLGNBQW1DLE9BQU8sSUFBSSxDQUFDLENBQUEsQ0FBQztJQUFDLG1CQUFDO0FBQUQsQ0FBQyxBQUF4RixJQUF3RjtBQVN4RixXQUFPLE1BQU07SUFBQyxJQUFBLEtBQUssQ0F3QmxCO0lBeEJhLFdBQUEsS0FBSztRQUFDLElBQUEsU0FBUyxDQXdCNUI7UUF4Qm1CLFdBQUEsU0FBUztZQUFDLElBQUEsU0FBUyxDQXdCdEM7WUF4QjZCLFdBQUEsU0FBUztnQkFFdEM7b0JBQ08sZUFBb0IsSUFBVzt3QkFBWCxTQUFJLEdBQUosSUFBSSxDQUFPO29CQUFJLENBQUM7O29CQUNuQyxxQkFBSyxHQUFaO3dCQUNDLE9BQU8sSUFBSSxDQUFDO29CQUNiLENBQUM7b0JBRU0sc0JBQU0sR0FBYixVQUFjLEtBQVk7d0JBQ3pCLE9BQU8sSUFBSSxLQUFLLEtBQUssQ0FBQztvQkFDdkIsQ0FBQztvQkFFTSx1QkFBTyxHQUFkLGNBQTBCLE9BQU8sSUFBSSxDQUFDLENBQUMsQ0FBQztvQkFDekMsWUFBQztnQkFBRCxDQUFDLEFBWEQsSUFXQztnQkFYWSxlQUFLLFFBV2pCLENBQUE7Z0JBRUQ7b0JBQTBCLHdCQUFZO29CQUF0Qzs7b0JBUUEsQ0FBQztvQkFOQSxhQUFhO29CQUNOLDhCQUFlLEdBQXRCO3dCQUNDLE9BQU8sSUFBSSxLQUFLLENBQUMsSUFBSSxDQUFDLENBQUM7b0JBQ3hCLENBQUM7b0JBR0YsV0FBQztnQkFBRCxDQUFDLEFBUkQsQ0FBMEIsWUFBWSxHQVFyQztnQkFSWSxjQUFJLE9BUWhCLENBQUE7WUFDRixDQUFDLEVBeEI2QixTQUFTLEdBQVQsbUJBQVMsS0FBVCxtQkFBUyxRQXdCdEM7UUFBRCxDQUFDLEVBeEJtQixTQUFTLEdBQVQsZUFBUyxLQUFULGVBQVMsUUF3QjVCO0lBQUQsQ0FBQyxFQXhCYSxLQUFLLEdBQUwsWUFBSyxLQUFMLFlBQUssUUF3QmxCO0FBQUQsQ0FBQyxFQXhCTSxNQUFNLEtBQU4sTUFBTSxRQXdCWiJ9,Ly8gU2NlbmFyaW8gMTogVGVzdCByZXF1cnNpdmUgZnVuY3Rpb24gY2FsbCB3aXRoICJ0aGlzIiBwYXJhbWV0ZXIKLy8gU2NlbmFyaW8gMjogVGVzdCByZWN1cnNpdmUgZnVuY3Rpb24gY2FsbCB3aXRoIGNhc3QgYW5kICJ0aGlzIiBwYXJhbWV0ZXIKCgoKZGVjbGFyZSBtb2R1bGUgU2FtcGxlLlRoaW5nIHsKCglleHBvcnQgaW50ZXJmYWNlIElXaWRnZXQgewoJCWdldERvbU5vZGUoKTogYW55OwoJCWRlc3Ryb3koKTsKCQlnYXIocnVubmVyOih3aWRnZXQ6U2FtcGxlLlRoaW5nLklXaWRnZXQpPT5hbnkpOmFueTsKCX0KCglleHBvcnQgaW50ZXJmYWNlIElDb2RlVGhpbmcgewogIAogIAkJZ2V0RG9tTm9kZSgpOiBFbGVtZW50OwoJCQoJCWFkZFdpZGdldCh3aWRnZXRJZDpzdHJpbmcsIHdpZGdldDpJV2lkZ2V0KTsKCgkJCgkJZm9jdXMoKTsgCgkJCgkJLy9hZGRXaWRnZXQod2lkZ2V0OiBTYW1wbGUuVGhpbmcuV2lkZ2V0cy5JV2lkZ2V0KTsKCX0KCglleHBvcnQgaW50ZXJmYWNlIElBY3Rpb24gewoJCXJ1bihUaGluZzpJQ29kZVRoaW5nKTpib29sZWFuOwoJCWdldElkKCk6c3RyaW5nOwoJfQkKfQoKbW9kdWxlIFNhbXBsZS5BY3Rpb25zLlRoaW5nLkZpbmQgewoJZXhwb3J0IGNsYXNzIFN0YXJ0RmluZEFjdGlvbiBpbXBsZW1lbnRzIFNhbXBsZS5UaGluZy5JQWN0aW9uIHsKCQkKCQlwdWJsaWMgZ2V0SWQoKSB7IHJldHVybiAieW8iOyB9CgkJCgkJcHVibGljIHJ1bihUaGluZzpTYW1wbGUuVGhpbmcuSUNvZGVUaGluZyk6Ym9vbGVhbiB7CgoJCQlyZXR1cm4gdHJ1ZTsKCQl9Cgl9Cn0KCm1vZHVsZSBTYW1wbGUuVGhpbmcuV2lkZ2V0cyB7CglleHBvcnQgY2xhc3MgRmluZFdpZGdldCBpbXBsZW1lbnRzIFNhbXBsZS5UaGluZy5JV2lkZ2V0IHsKCgkJcHVibGljIGdhcihydW5uZXI6KHdpZGdldDpTYW1wbGUuVGhpbmcuSVdpZGdldCk9PmFueSkgeyBpZiAodHJ1ZSkge3JldHVybiBydW5uZXIodGhpcyk7fX0KCQkJCgkJcHJpdmF0ZSBkb21Ob2RlOmFueSA9IG51bGw7CgkJY29uc3RydWN0b3IocHJpdmF0ZSBjb2RlVGhpbmc6IFNhbXBsZS5UaGluZy5JQ29kZVRoaW5nKSB7CgkJICAgIC8vIHNjZW5hcmlvIDEKCQkgICAgY29kZVRoaW5nLmFkZFdpZGdldCgiYWRkV2lkZ2V0IiwgdGhpcyk7CgkJfQoJCQoJCXB1YmxpYyBnZXREb21Ob2RlKCkgewoJCQlyZXR1cm4gZG9tTm9kZTsKCQl9CgkJCgkJcHVibGljIGRlc3Ryb3koKSB7CgoJCX0KCgl9Cn0KCmludGVyZmFjZSBJTW9kZSB7IGdldEluaXRpYWxTdGF0ZSgpOiBJU3RhdGU7fSAKY2xhc3MgQWJzdHJhY3RNb2RlIGltcGxlbWVudHMgSU1vZGUgeyBwdWJsaWMgZ2V0SW5pdGlhbFN0YXRlKCk6IElTdGF0ZSB7IHJldHVybiBudWxsO30gfQoKaW50ZXJmYWNlIElTdGF0ZSB7fQoKaW50ZXJmYWNlIFdpbmRvdyB7CiAgICBvcGVuZXI6IFdpbmRvdzsKfQpkZWNsYXJlIHZhciBzZWxmOiBXaW5kb3c7Cgptb2R1bGUgU2FtcGxlLlRoaW5nLkxhbmd1YWdlcy5QbGFpblRleHQgewoJCglleHBvcnQgY2xhc3MgU3RhdGUgaW1wbGVtZW50cyBJU3RhdGUgewkJCiAgICAgICAgY29uc3RydWN0b3IocHJpdmF0ZSBtb2RlOiBJTW9kZSkgeyB9CgkJcHVibGljIGNsb25lKCk6SVN0YXRlIHsKCQkJcmV0dXJuIHRoaXM7CgkJfQoKCQlwdWJsaWMgZXF1YWxzKG90aGVyOklTdGF0ZSk6Ym9vbGVhbiB7CgkJCXJldHVybiB0aGlzID09PSBvdGhlcjsKCQl9CgkJCgkJcHVibGljIGdldE1vZGUoKTogSU1vZGUgeyByZXR1cm4gbW9kZTsgfQoJfQoJCglleHBvcnQgY2xhc3MgTW9kZSBleHRlbmRzIEFic3RyYWN0TW9kZSB7CgoJCS8vIHNjZW5hcmlvIDIKCQlwdWJsaWMgZ2V0SW5pdGlhbFN0YXRlKCk6IElTdGF0ZSB7CgkJCXJldHVybiBuZXcgU3RhdGUoc2VsZik7CgkJfQoKCgl9Cn0KCg== diff --git a/tests/baselines/reference/recursiveClassReferenceTest.sourcemap.txt b/tests/baselines/reference/recursiveClassReferenceTest.sourcemap.txt index cedc1c3ae0889..df9836530ab33 100644 --- a/tests/baselines/reference/recursiveClassReferenceTest.sourcemap.txt +++ b/tests/baselines/reference/recursiveClassReferenceTest.sourcemap.txt @@ -230,7 +230,7 @@ sourceFile:recursiveClassReferenceTest.ts >>> } 1->^^^^^^^^^^^^^^^^^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->export class StartFindAction implements Sample.Thing.IAction { > > public getId() { return "yo"; } @@ -244,54 +244,54 @@ sourceFile:recursiveClassReferenceTest.ts 1->Emitted(26, 21) Source(41, 2) + SourceIndex(0) 2 >Emitted(26, 22) Source(41, 3) + SourceIndex(0) --- ->>> var proto_1 = StartFindAction.prototype; ->>> proto_1.getId = function () { return "yo"; }; +>>> var StartFindAction_prototype = StartFindAction.prototype; +>>> StartFindAction_prototype.getId = function () { return "yo"; }; 1->^^^^^^^^^^^^^^^^^^^^ -2 > ^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^ -5 > ^^^^^^^ -6 > ^^^^ -7 > ^ -8 > ^ -9 > ^ +2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^ +5 > ^^^^^^^ +6 > ^^^^ +7 > ^ +8 > ^ +9 > ^ 1-> 2 > getId -3 > -4 > public getId() { -5 > return -6 > "yo" -7 > ; -8 > -9 > } +3 > +4 > public getId() { +5 > return +6 > "yo" +7 > ; +8 > +9 > } 1->Emitted(28, 21) Source(35, 10) + SourceIndex(0) -2 >Emitted(28, 34) Source(35, 15) + SourceIndex(0) -3 >Emitted(28, 37) Source(35, 3) + SourceIndex(0) -4 >Emitted(28, 51) Source(35, 20) + SourceIndex(0) -5 >Emitted(28, 58) Source(35, 27) + SourceIndex(0) -6 >Emitted(28, 62) Source(35, 31) + SourceIndex(0) -7 >Emitted(28, 63) Source(35, 32) + SourceIndex(0) -8 >Emitted(28, 64) Source(35, 33) + SourceIndex(0) -9 >Emitted(28, 65) Source(35, 34) + SourceIndex(0) ---- ->>> proto_1.run = function (Thing) { +2 >Emitted(28, 52) Source(35, 15) + SourceIndex(0) +3 >Emitted(28, 55) Source(35, 3) + SourceIndex(0) +4 >Emitted(28, 69) Source(35, 20) + SourceIndex(0) +5 >Emitted(28, 76) Source(35, 27) + SourceIndex(0) +6 >Emitted(28, 80) Source(35, 31) + SourceIndex(0) +7 >Emitted(28, 81) Source(35, 32) + SourceIndex(0) +8 >Emitted(28, 82) Source(35, 33) + SourceIndex(0) +9 >Emitted(28, 83) Source(35, 34) + SourceIndex(0) +--- +>>> StartFindAction_prototype.run = function (Thing) { 1 >^^^^^^^^^^^^^^^^^^^^ -2 > ^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^ -5 > ^^^^^ +2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^ +5 > ^^^^^ 1 > > > public 2 > run -3 > -4 > public run( -5 > Thing:Sample.Thing.ICodeThing +3 > +4 > public run( +5 > Thing:Sample.Thing.ICodeThing 1 >Emitted(29, 21) Source(37, 10) + SourceIndex(0) -2 >Emitted(29, 32) Source(37, 13) + SourceIndex(0) -3 >Emitted(29, 35) Source(37, 3) + SourceIndex(0) -4 >Emitted(29, 45) Source(37, 14) + SourceIndex(0) -5 >Emitted(29, 50) Source(37, 43) + SourceIndex(0) +2 >Emitted(29, 50) Source(37, 13) + SourceIndex(0) +3 >Emitted(29, 53) Source(37, 3) + SourceIndex(0) +4 >Emitted(29, 63) Source(37, 14) + SourceIndex(0) +5 >Emitted(29, 68) Source(37, 43) + SourceIndex(0) --- >>> return true; 1 >^^^^^^^^^^^^^^^^^^^^^^^^ @@ -738,42 +738,42 @@ sourceFile:recursiveClassReferenceTest.ts >>> } 1 >^^^^^^^^^^^^^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 > > 2 > } 1 >Emitted(50, 17) Source(53, 3) + SourceIndex(0) 2 >Emitted(50, 18) Source(53, 4) + SourceIndex(0) --- ->>> var proto_2 = FindWidget.prototype; ->>> proto_2.gar = function (runner) { if (true) { +>>> var FindWidget_prototype = FindWidget.prototype; +>>> FindWidget_prototype.gar = function (runner) { if (true) { 1->^^^^^^^^^^^^^^^^ -2 > ^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^ -5 > ^^^^^^ -6 > ^^^^ -7 > ^^^^ -8 > ^^^^ -9 > ^^ +2 > ^^^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^ +5 > ^^^^^^ +6 > ^^^^ +7 > ^^^^ +8 > ^^^^ +9 > ^^ 1-> 2 > gar -3 > -4 > public gar( -5 > runner:(widget:Sample.Thing.IWidget)=>any -6 > ) { -7 > if ( -8 > true -9 > ) +3 > +4 > public gar( +5 > runner:(widget:Sample.Thing.IWidget)=>any +6 > ) { +7 > if ( +8 > true +9 > ) 1->Emitted(52, 17) Source(47, 10) + SourceIndex(0) -2 >Emitted(52, 28) Source(47, 13) + SourceIndex(0) -3 >Emitted(52, 31) Source(47, 3) + SourceIndex(0) -4 >Emitted(52, 41) Source(47, 14) + SourceIndex(0) -5 >Emitted(52, 47) Source(47, 55) + SourceIndex(0) -6 >Emitted(52, 51) Source(47, 59) + SourceIndex(0) -7 >Emitted(52, 55) Source(47, 63) + SourceIndex(0) -8 >Emitted(52, 59) Source(47, 67) + SourceIndex(0) -9 >Emitted(52, 61) Source(47, 69) + SourceIndex(0) +2 >Emitted(52, 41) Source(47, 13) + SourceIndex(0) +3 >Emitted(52, 44) Source(47, 3) + SourceIndex(0) +4 >Emitted(52, 54) Source(47, 14) + SourceIndex(0) +5 >Emitted(52, 60) Source(47, 55) + SourceIndex(0) +6 >Emitted(52, 64) Source(47, 59) + SourceIndex(0) +7 >Emitted(52, 68) Source(47, 63) + SourceIndex(0) +8 >Emitted(52, 72) Source(47, 67) + SourceIndex(0) +9 >Emitted(52, 74) Source(47, 69) + SourceIndex(0) --- >>> return runner(this); 1 >^^^^^^^^^^^^^^^^^^^^ @@ -802,7 +802,7 @@ sourceFile:recursiveClassReferenceTest.ts 1 >^^^^^^^^^^^^^^^^^ 2 > ^ 3 > ^ -4 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +4 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >} 2 > 3 > } @@ -810,10 +810,10 @@ sourceFile:recursiveClassReferenceTest.ts 2 >Emitted(54, 19) Source(47, 91) + SourceIndex(0) 3 >Emitted(54, 20) Source(47, 92) + SourceIndex(0) --- ->>> proto_2.getDomNode = function () { +>>> FindWidget_prototype.getDomNode = function () { 1->^^^^^^^^^^^^^^^^ -2 > ^^^^^^^^^^^^^^^^^^ -3 > ^^^ +2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^ 1-> > > private domNode:any = null; @@ -824,10 +824,10 @@ sourceFile:recursiveClassReferenceTest.ts > > public 2 > getDomNode -3 > +3 > 1->Emitted(55, 17) Source(55, 10) + SourceIndex(0) -2 >Emitted(55, 35) Source(55, 20) + SourceIndex(0) -3 >Emitted(55, 38) Source(55, 3) + SourceIndex(0) +2 >Emitted(55, 48) Source(55, 20) + SourceIndex(0) +3 >Emitted(55, 51) Source(55, 3) + SourceIndex(0) --- >>> return domNode; 1 >^^^^^^^^^^^^^^^^^^^^ @@ -847,25 +847,25 @@ sourceFile:recursiveClassReferenceTest.ts >>> }; 1 >^^^^^^^^^^^^^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 > > 2 > } 1 >Emitted(57, 17) Source(57, 3) + SourceIndex(0) 2 >Emitted(57, 18) Source(57, 4) + SourceIndex(0) --- ->>> proto_2.destroy = function () { +>>> FindWidget_prototype.destroy = function () { 1->^^^^^^^^^^^^^^^^ -2 > ^^^^^^^^^^^^^^^ -3 > ^^^ +2 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^ 1-> > > public 2 > destroy -3 > +3 > 1->Emitted(58, 17) Source(59, 10) + SourceIndex(0) -2 >Emitted(58, 32) Source(59, 17) + SourceIndex(0) -3 >Emitted(58, 35) Source(59, 3) + SourceIndex(0) +2 >Emitted(58, 45) Source(59, 17) + SourceIndex(0) +3 >Emitted(58, 48) Source(59, 3) + SourceIndex(0) --- >>> }; 1 >^^^^^^^^^^^^^^^^ @@ -1386,37 +1386,36 @@ sourceFile:recursiveClassReferenceTest.ts >>> } 1 >^^^^^^^^^^^^^^^^^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >) { 2 > } 1 >Emitted(82, 21) Source(79, 44) + SourceIndex(0) 2 >Emitted(82, 22) Source(79, 45) + SourceIndex(0) --- ->>> var proto_3 = State.prototype; ->>> proto_3.clone = function () { +>>> var State_prototype = State.prototype; +>>> State_prototype.clone = function () { 1->^^^^^^^^^^^^^^^^^^^^ -2 > ^^^^^^^^^^^^^ -3 > ^^^ -4 > ^-> +2 > ^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^ 1-> > public 2 > clone -3 > +3 > 1->Emitted(84, 21) Source(80, 10) + SourceIndex(0) -2 >Emitted(84, 34) Source(80, 15) + SourceIndex(0) -3 >Emitted(84, 37) Source(80, 3) + SourceIndex(0) +2 >Emitted(84, 42) Source(80, 15) + SourceIndex(0) +3 >Emitted(84, 45) Source(80, 3) + SourceIndex(0) --- >>> return this; -1->^^^^^^^^^^^^^^^^^^^^^^^^ +1 >^^^^^^^^^^^^^^^^^^^^^^^^ 2 > ^^^^^^^ 3 > ^^^^ 4 > ^ -1->public clone():IState { +1 >public clone():IState { > 2 > return 3 > this 4 > ; -1->Emitted(85, 25) Source(81, 4) + SourceIndex(0) +1 >Emitted(85, 25) Source(81, 4) + SourceIndex(0) 2 >Emitted(85, 32) Source(81, 11) + SourceIndex(0) 3 >Emitted(85, 36) Source(81, 15) + SourceIndex(0) 4 >Emitted(85, 37) Source(81, 16) + SourceIndex(0) @@ -1424,31 +1423,31 @@ sourceFile:recursiveClassReferenceTest.ts >>> }; 1 >^^^^^^^^^^^^^^^^^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 > > 2 > } 1 >Emitted(86, 21) Source(82, 3) + SourceIndex(0) 2 >Emitted(86, 22) Source(82, 4) + SourceIndex(0) --- ->>> proto_3.equals = function (other) { +>>> State_prototype.equals = function (other) { 1->^^^^^^^^^^^^^^^^^^^^ -2 > ^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^ -5 > ^^^^^ +2 > ^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^ +5 > ^^^^^ 1-> > > public 2 > equals -3 > -4 > public equals( -5 > other:IState +3 > +4 > public equals( +5 > other:IState 1->Emitted(87, 21) Source(84, 10) + SourceIndex(0) -2 >Emitted(87, 35) Source(84, 16) + SourceIndex(0) -3 >Emitted(87, 38) Source(84, 3) + SourceIndex(0) -4 >Emitted(87, 48) Source(84, 17) + SourceIndex(0) -5 >Emitted(87, 53) Source(84, 29) + SourceIndex(0) +2 >Emitted(87, 43) Source(84, 16) + SourceIndex(0) +3 >Emitted(87, 46) Source(84, 3) + SourceIndex(0) +4 >Emitted(87, 56) Source(84, 17) + SourceIndex(0) +5 >Emitted(87, 61) Source(84, 29) + SourceIndex(0) --- >>> return this === other; 1 >^^^^^^^^^^^^^^^^^^^^^^^^ @@ -1474,43 +1473,43 @@ sourceFile:recursiveClassReferenceTest.ts >>> }; 1 >^^^^^^^^^^^^^^^^^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 > > 2 > } 1 >Emitted(89, 21) Source(86, 3) + SourceIndex(0) 2 >Emitted(89, 22) Source(86, 4) + SourceIndex(0) --- ->>> proto_3.getMode = function () { return mode; }; +>>> State_prototype.getMode = function () { return mode; }; 1->^^^^^^^^^^^^^^^^^^^^ -2 > ^^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^ -5 > ^^^^^^^ -6 > ^^^^ -7 > ^ -8 > ^ -9 > ^ +2 > ^^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^ +5 > ^^^^^^^ +6 > ^^^^ +7 > ^ +8 > ^ +9 > ^ 1-> > > public 2 > getMode -3 > -4 > public getMode(): IMode { -5 > return -6 > mode -7 > ; -8 > -9 > } +3 > +4 > public getMode(): IMode { +5 > return +6 > mode +7 > ; +8 > +9 > } 1->Emitted(90, 21) Source(88, 10) + SourceIndex(0) -2 >Emitted(90, 36) Source(88, 17) + SourceIndex(0) -3 >Emitted(90, 39) Source(88, 3) + SourceIndex(0) -4 >Emitted(90, 53) Source(88, 29) + SourceIndex(0) -5 >Emitted(90, 60) Source(88, 36) + SourceIndex(0) -6 >Emitted(90, 64) Source(88, 40) + SourceIndex(0) -7 >Emitted(90, 65) Source(88, 41) + SourceIndex(0) -8 >Emitted(90, 66) Source(88, 42) + SourceIndex(0) -9 >Emitted(90, 67) Source(88, 43) + SourceIndex(0) +2 >Emitted(90, 44) Source(88, 17) + SourceIndex(0) +3 >Emitted(90, 47) Source(88, 3) + SourceIndex(0) +4 >Emitted(90, 61) Source(88, 29) + SourceIndex(0) +5 >Emitted(90, 68) Source(88, 36) + SourceIndex(0) +6 >Emitted(90, 72) Source(88, 40) + SourceIndex(0) +7 >Emitted(90, 73) Source(88, 41) + SourceIndex(0) +8 >Emitted(90, 74) Source(88, 42) + SourceIndex(0) +9 >Emitted(90, 75) Source(88, 43) + SourceIndex(0) --- >>> return State; 1 >^^^^^^^^^^^^^^^^^^^^ diff --git a/tests/baselines/reference/resolvingClassDeclarationWhenInBaseTypeResolution.js b/tests/baselines/reference/resolvingClassDeclarationWhenInBaseTypeResolution.js index a005eae52256f..f89447176a559 100644 --- a/tests/baselines/reference/resolvingClassDeclarationWhenInBaseTypeResolution.js +++ b/tests/baselines/reference/resolvingClassDeclarationWhenInBaseTypeResolution.js @@ -1040,32 +1040,32 @@ var rionegrensis; function caniventer() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_1 = caniventer.prototype; - proto_1.salomonseni = function () { + var caniventer_prototype = caniventer.prototype; + caniventer_prototype.salomonseni = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_1.uchidai = function () { + caniventer_prototype.uchidai = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_1.raffrayana = function () { + caniventer_prototype.raffrayana = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_1.Uranium = function () { + caniventer_prototype.Uranium = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_1.nayaur = function () { + caniventer_prototype.nayaur = function () { var _this = this; var x; (function () { var y = _this; }); @@ -1079,32 +1079,32 @@ var rionegrensis; function veraecrucis() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_2 = veraecrucis.prototype; - proto_2.naso = function () { + var veraecrucis_prototype = veraecrucis.prototype; + veraecrucis_prototype.naso = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_2.vancouverensis = function () { + veraecrucis_prototype.vancouverensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_2.africana = function () { + veraecrucis_prototype.africana = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_2.palliolata = function () { + veraecrucis_prototype.palliolata = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_2.nivicola = function () { + veraecrucis_prototype.nivicola = function () { var _this = this; var x; (function () { var y = _this; }); @@ -1125,32 +1125,32 @@ var julianae; var nudicaudus = /** @class */ (function () { function nudicaudus() { } - var proto_3 = nudicaudus.prototype; - proto_3.brandtii = function () { + var nudicaudus_prototype = nudicaudus.prototype; + nudicaudus_prototype.brandtii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_3.maxwellii = function () { + nudicaudus_prototype.maxwellii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_3.endoi = function () { + nudicaudus_prototype.endoi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_3.venezuelae = function () { + nudicaudus_prototype.venezuelae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_3.zamicrus = function () { + nudicaudus_prototype.zamicrus = function () { var _this = this; var x; (function () { var y = _this; }); @@ -1162,44 +1162,44 @@ var julianae; var galapagoensis = /** @class */ (function () { function galapagoensis() { } - var proto_4 = galapagoensis.prototype; - proto_4.isabellae = function () { + var galapagoensis_prototype = galapagoensis.prototype; + galapagoensis_prototype.isabellae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_4.rueppellii = function () { + galapagoensis_prototype.rueppellii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_4.peregusna = function () { + galapagoensis_prototype.peregusna = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_4.gliroides = function () { + galapagoensis_prototype.gliroides = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_4.banakrisi = function () { + galapagoensis_prototype.banakrisi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_4.rozendaali = function () { + galapagoensis_prototype.rozendaali = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_4.stuhlmanni = function () { + galapagoensis_prototype.stuhlmanni = function () { var _this = this; var x; (function () { var y = _this; }); @@ -1211,44 +1211,44 @@ var julianae; var albidens = /** @class */ (function () { function albidens() { } - var proto_5 = albidens.prototype; - proto_5.mattheyi = function () { + var albidens_prototype = albidens.prototype; + albidens_prototype.mattheyi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_5.Astatine = function () { + albidens_prototype.Astatine = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_5.vincenti = function () { + albidens_prototype.vincenti = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_5.hirta = function () { + albidens_prototype.hirta = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_5.virginianus = function () { + albidens_prototype.virginianus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_5.macrophyllum = function () { + albidens_prototype.macrophyllum = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_5.porcellus = function () { + albidens_prototype.porcellus = function () { var _this = this; var x; (function () { var y = _this; }); @@ -1262,80 +1262,80 @@ var julianae; function oralis() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_6 = oralis.prototype; - proto_6.cepapi = function () { + var oralis_prototype = oralis.prototype; + oralis_prototype.cepapi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_6.porteri = function () { + oralis_prototype.porteri = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_6.bindi = function () { + oralis_prototype.bindi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_6.puda = function () { + oralis_prototype.puda = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_6.mindorensis = function () { + oralis_prototype.mindorensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_6.ignitus = function () { + oralis_prototype.ignitus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_6.rufus = function () { + oralis_prototype.rufus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_6.monax = function () { + oralis_prototype.monax = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_6.unalascensis = function () { + oralis_prototype.unalascensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_6.wuchihensis = function () { + oralis_prototype.wuchihensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_6.leucippe = function () { + oralis_prototype.leucippe = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_6.ordii = function () { + oralis_prototype.ordii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_6.eisentrauti = function () { + oralis_prototype.eisentrauti = function () { var _this = this; var x; (function () { var y = _this; }); @@ -1349,44 +1349,44 @@ var julianae; function sumatrana() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_7 = sumatrana.prototype; - proto_7.wolffsohni = function () { + var sumatrana_prototype = sumatrana.prototype; + sumatrana_prototype.wolffsohni = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_7.geata = function () { + sumatrana_prototype.geata = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_7.awashensis = function () { + sumatrana_prototype.awashensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_7.sturdeei = function () { + sumatrana_prototype.sturdeei = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_7.pachyurus = function () { + sumatrana_prototype.pachyurus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_7.lyelli = function () { + sumatrana_prototype.lyelli = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_7.neohibernicus = function () { + sumatrana_prototype.neohibernicus = function () { var _this = this; var x; (function () { var y = _this; }); @@ -1398,68 +1398,68 @@ var julianae; var gerbillus = /** @class */ (function () { function gerbillus() { } - var proto_8 = gerbillus.prototype; - proto_8.pundti = function () { + var gerbillus_prototype = gerbillus.prototype; + gerbillus_prototype.pundti = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_8.tristrami = function () { + gerbillus_prototype.tristrami = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_8.swarthi = function () { + gerbillus_prototype.swarthi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_8.horsfieldii = function () { + gerbillus_prototype.horsfieldii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_8.diazi = function () { + gerbillus_prototype.diazi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_8.rennelli = function () { + gerbillus_prototype.rennelli = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_8.maulinus = function () { + gerbillus_prototype.maulinus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_8.muscina = function () { + gerbillus_prototype.muscina = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_8.pelengensis = function () { + gerbillus_prototype.pelengensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_8.abramus = function () { + gerbillus_prototype.abramus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_8.reevesi = function () { + gerbillus_prototype.reevesi = function () { var _this = this; var x; (function () { var y = _this; }); @@ -1471,74 +1471,74 @@ var julianae; var acariensis = /** @class */ (function () { function acariensis() { } - var proto_9 = acariensis.prototype; - proto_9.levicula = function () { + var acariensis_prototype = acariensis.prototype; + acariensis_prototype.levicula = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_9.minous = function () { + acariensis_prototype.minous = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_9.cinereiventer = function () { + acariensis_prototype.cinereiventer = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_9.longicaudatus = function () { + acariensis_prototype.longicaudatus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_9.baeodon = function () { + acariensis_prototype.baeodon = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_9.soricoides = function () { + acariensis_prototype.soricoides = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_9.datae = function () { + acariensis_prototype.datae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_9.spixii = function () { + acariensis_prototype.spixii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_9.anakuma = function () { + acariensis_prototype.anakuma = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_9.kihaulei = function () { + acariensis_prototype.kihaulei = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_9.gymnura = function () { + acariensis_prototype.gymnura = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_9.olchonensis = function () { + acariensis_prototype.olchonensis = function () { var _this = this; var x; (function () { var y = _this; }); @@ -1552,20 +1552,20 @@ var julianae; function durangae() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_10 = durangae.prototype; - proto_10.Californium = function () { + var durangae_prototype = durangae.prototype; + durangae_prototype.Californium = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_10.Flerovium = function () { + durangae_prototype.Flerovium = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_10.phrudus = function () { + durangae_prototype.phrudus = function () { var _this = this; var x; (function () { var y = _this; }); @@ -1580,14 +1580,14 @@ var ruatanica; var hector = /** @class */ (function () { function hector() { } - var proto_11 = hector.prototype; - proto_11.humulis = function () { + var hector_prototype = hector.prototype; + hector_prototype.humulis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_11.eurycerus = function () { + hector_prototype.eurycerus = function () { var _this = this; var x; (function () { var y = _this; }); @@ -1602,20 +1602,20 @@ var Lanthanum; var suillus = /** @class */ (function () { function suillus() { } - var proto_12 = suillus.prototype; - proto_12.spilosoma = function () { + var suillus_prototype = suillus.prototype; + suillus_prototype.spilosoma = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_12.tumbalensis = function () { + suillus_prototype.tumbalensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_12.anatolicus = function () { + suillus_prototype.anatolicus = function () { var _this = this; var x; (function () { var y = _this; }); @@ -1629,62 +1629,62 @@ var Lanthanum; function nitidus() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_13 = nitidus.prototype; - proto_13.granatensis = function () { + var nitidus_prototype = nitidus.prototype; + nitidus_prototype.granatensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_13.negligens = function () { + nitidus_prototype.negligens = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_13.lewisi = function () { + nitidus_prototype.lewisi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_13.arge = function () { + nitidus_prototype.arge = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_13.dominicensis = function () { + nitidus_prototype.dominicensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_13.taurus = function () { + nitidus_prototype.taurus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_13.tonganus = function () { + nitidus_prototype.tonganus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_13.silvatica = function () { + nitidus_prototype.silvatica = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_13.midas = function () { + nitidus_prototype.midas = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_13.bicornis = function () { + nitidus_prototype.bicornis = function () { var _this = this; var x; (function () { var y = _this; }); @@ -1698,50 +1698,50 @@ var Lanthanum; function megalonyx() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_14 = megalonyx.prototype; - proto_14.phillipsii = function () { + var megalonyx_prototype = megalonyx.prototype; + megalonyx_prototype.phillipsii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_14.melanogaster = function () { + megalonyx_prototype.melanogaster = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_14.elaphus = function () { + megalonyx_prototype.elaphus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_14.elater = function () { + megalonyx_prototype.elater = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_14.ourebi = function () { + megalonyx_prototype.ourebi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_14.caraccioli = function () { + megalonyx_prototype.caraccioli = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_14.parva = function () { + megalonyx_prototype.parva = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_14.albipes = function () { + megalonyx_prototype.albipes = function () { var _this = this; var x; (function () { var y = _this; }); @@ -1753,86 +1753,86 @@ var Lanthanum; var jugularis = /** @class */ (function () { function jugularis() { } - var proto_15 = jugularis.prototype; - proto_15.torrei = function () { + var jugularis_prototype = jugularis.prototype; + jugularis_prototype.torrei = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_15.revoili = function () { + jugularis_prototype.revoili = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_15.macrobullatus = function () { + jugularis_prototype.macrobullatus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_15.compactus = function () { + jugularis_prototype.compactus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_15.talpinus = function () { + jugularis_prototype.talpinus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_15.stramineus = function () { + jugularis_prototype.stramineus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_15.dartmouthi = function () { + jugularis_prototype.dartmouthi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_15.ogilbyi = function () { + jugularis_prototype.ogilbyi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_15.incomtus = function () { + jugularis_prototype.incomtus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_15.surdaster = function () { + jugularis_prototype.surdaster = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_15.melanorhinus = function () { + jugularis_prototype.melanorhinus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_15.picticaudata = function () { + jugularis_prototype.picticaudata = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_15.pomona = function () { + jugularis_prototype.pomona = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_15.ileile = function () { + jugularis_prototype.ileile = function () { var _this = this; var x; (function () { var y = _this; }); @@ -1849,86 +1849,86 @@ var rendalli; function zuluensis() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_16 = zuluensis.prototype; - proto_16.telfairi = function () { + var zuluensis_prototype = zuluensis.prototype; + zuluensis_prototype.telfairi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_16.keyensis = function () { + zuluensis_prototype.keyensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_16.occasius = function () { + zuluensis_prototype.occasius = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_16.damarensis = function () { + zuluensis_prototype.damarensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_16.Neptunium = function () { + zuluensis_prototype.Neptunium = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_16.griseoflavus = function () { + zuluensis_prototype.griseoflavus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_16.thar = function () { + zuluensis_prototype.thar = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_16.alborufus = function () { + zuluensis_prototype.alborufus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_16.fusicaudus = function () { + zuluensis_prototype.fusicaudus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_16.gordonorum = function () { + zuluensis_prototype.gordonorum = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_16.ruber = function () { + zuluensis_prototype.ruber = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_16.desmarestianus = function () { + zuluensis_prototype.desmarestianus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_16.lutillus = function () { + zuluensis_prototype.lutillus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_16.salocco = function () { + zuluensis_prototype.salocco = function () { var _this = this; var x; (function () { var y = _this; }); @@ -1940,62 +1940,62 @@ var rendalli; var moojeni = /** @class */ (function () { function moojeni() { } - var proto_17 = moojeni.prototype; - proto_17.floweri = function () { + var moojeni_prototype = moojeni.prototype; + moojeni_prototype.floweri = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_17.montosa = function () { + moojeni_prototype.montosa = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_17.miletus = function () { + moojeni_prototype.miletus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_17.heaneyi = function () { + moojeni_prototype.heaneyi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_17.marchei = function () { + moojeni_prototype.marchei = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_17.budini = function () { + moojeni_prototype.budini = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_17.maggietaylorae = function () { + moojeni_prototype.maggietaylorae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_17.poliocephalus = function () { + moojeni_prototype.poliocephalus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_17.zibethicus = function () { + moojeni_prototype.zibethicus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_17.biacensis = function () { + moojeni_prototype.biacensis = function () { var _this = this; var x; (function () { var y = _this; }); @@ -2009,20 +2009,20 @@ var rendalli; function crenulata() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_18 = crenulata.prototype; - proto_18.salvanius = function () { + var crenulata_prototype = crenulata.prototype; + crenulata_prototype.salvanius = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_18.maritimus = function () { + crenulata_prototype.maritimus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_18.edax = function () { + crenulata_prototype.edax = function () { var _this = this; var x; (function () { var y = _this; }); @@ -2037,50 +2037,50 @@ var trivirgatus; var tumidifrons = /** @class */ (function () { function tumidifrons() { } - var proto_19 = tumidifrons.prototype; - proto_19.nivalis = function () { + var tumidifrons_prototype = tumidifrons.prototype; + tumidifrons_prototype.nivalis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_19.vestitus = function () { + tumidifrons_prototype.vestitus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_19.aequatorius = function () { + tumidifrons_prototype.aequatorius = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_19.scherman = function () { + tumidifrons_prototype.scherman = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_19.improvisum = function () { + tumidifrons_prototype.improvisum = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_19.cervinipes = function () { + tumidifrons_prototype.cervinipes = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_19.audax = function () { + tumidifrons_prototype.audax = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_19.vallinus = function () { + tumidifrons_prototype.vallinus = function () { var _this = this; var x; (function () { var y = _this; }); @@ -2094,44 +2094,44 @@ var trivirgatus; function mixtus() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_20 = mixtus.prototype; - proto_20.ochrogaster = function () { + var mixtus_prototype = mixtus.prototype; + mixtus_prototype.ochrogaster = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_20.bryophilus = function () { + mixtus_prototype.bryophilus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_20.liechtensteini = function () { + mixtus_prototype.liechtensteini = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_20.crawfordi = function () { + mixtus_prototype.crawfordi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_20.hypsibia = function () { + mixtus_prototype.hypsibia = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_20.matacus = function () { + mixtus_prototype.matacus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_20.demidoff = function () { + mixtus_prototype.demidoff = function () { var _this = this; var x; (function () { var y = _this; }); @@ -2143,14 +2143,14 @@ var trivirgatus; var lotor = /** @class */ (function () { function lotor() { } - var proto_21 = lotor.prototype; - proto_21.balensis = function () { + var lotor_prototype = lotor.prototype; + lotor_prototype.balensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_21.pullata = function () { + lotor_prototype.pullata = function () { var _this = this; var x; (function () { var y = _this; }); @@ -2162,44 +2162,44 @@ var trivirgatus; var falconeri = /** @class */ (function () { function falconeri() { } - var proto_22 = falconeri.prototype; - proto_22.cabrali = function () { + var falconeri_prototype = falconeri.prototype; + falconeri_prototype.cabrali = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_22.gouldi = function () { + falconeri_prototype.gouldi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_22.fuscicollis = function () { + falconeri_prototype.fuscicollis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_22.martiensseni = function () { + falconeri_prototype.martiensseni = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_22.gaoligongensis = function () { + falconeri_prototype.gaoligongensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_22.shawi = function () { + falconeri_prototype.shawi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_22.gmelini = function () { + falconeri_prototype.gmelini = function () { var _this = this; var x; (function () { var y = _this; }); @@ -2211,86 +2211,86 @@ var trivirgatus; var oconnelli = /** @class */ (function () { function oconnelli() { } - var proto_23 = oconnelli.prototype; - proto_23.youngsoni = function () { + var oconnelli_prototype = oconnelli.prototype; + oconnelli_prototype.youngsoni = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_23.terrestris = function () { + oconnelli_prototype.terrestris = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_23.chrysopus = function () { + oconnelli_prototype.chrysopus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_23.fuscomurina = function () { + oconnelli_prototype.fuscomurina = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_23.hellwaldii = function () { + oconnelli_prototype.hellwaldii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_23.aenea = function () { + oconnelli_prototype.aenea = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_23.perrini = function () { + oconnelli_prototype.perrini = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_23.entellus = function () { + oconnelli_prototype.entellus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_23.krebsii = function () { + oconnelli_prototype.krebsii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_23.cephalotes = function () { + oconnelli_prototype.cephalotes = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_23.molossinus = function () { + oconnelli_prototype.molossinus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_23.luisi = function () { + oconnelli_prototype.luisi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_23.ceylonicus = function () { + oconnelli_prototype.ceylonicus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_23.ralli = function () { + oconnelli_prototype.ralli = function () { var _this = this; var x; (function () { var y = _this; }); @@ -2305,26 +2305,26 @@ var quasiater; var bobrinskoi = /** @class */ (function () { function bobrinskoi() { } - var proto_24 = bobrinskoi.prototype; - proto_24.crassicaudatus = function () { + var bobrinskoi_prototype = bobrinskoi.prototype; + bobrinskoi_prototype.crassicaudatus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_24.mulatta = function () { + bobrinskoi_prototype.mulatta = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_24.ansorgei = function () { + bobrinskoi_prototype.ansorgei = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_24.Copper = function () { + bobrinskoi_prototype.Copper = function () { var _this = this; var x; (function () { var y = _this; }); @@ -2340,26 +2340,26 @@ var quasiater; function americanus() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_25 = americanus.prototype; - proto_25.nasoloi = function () { + var americanus_prototype = americanus.prototype; + americanus_prototype.nasoloi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_25.mystacalis = function () { + americanus_prototype.mystacalis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_25.fardoulisi = function () { + americanus_prototype.fardoulisi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_25.tumidus = function () { + americanus_prototype.tumidus = function () { var _this = this; var x; (function () { var y = _this; }); @@ -2376,80 +2376,80 @@ var lavali; function wilsoni() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_26 = wilsoni.prototype; - proto_26.setiger = function () { + var wilsoni_prototype = wilsoni.prototype; + wilsoni_prototype.setiger = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_26.lorentzii = function () { + wilsoni_prototype.lorentzii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_26.antisensis = function () { + wilsoni_prototype.antisensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_26.blossevillii = function () { + wilsoni_prototype.blossevillii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_26.bontanus = function () { + wilsoni_prototype.bontanus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_26.caligata = function () { + wilsoni_prototype.caligata = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_26.franqueti = function () { + wilsoni_prototype.franqueti = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_26.roberti = function () { + wilsoni_prototype.roberti = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_26.degelidus = function () { + wilsoni_prototype.degelidus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_26.amoenus = function () { + wilsoni_prototype.amoenus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_26.kob = function () { + wilsoni_prototype.kob = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_26.csorbai = function () { + wilsoni_prototype.csorbai = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_26.dorsata = function () { + wilsoni_prototype.dorsata = function () { var _this = this; var x; (function () { var y = _this; }); @@ -2469,80 +2469,80 @@ var lavali; function otion() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_27 = otion.prototype; - proto_27.bonaerensis = function () { + var otion_prototype = otion.prototype; + otion_prototype.bonaerensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_27.dussumieri = function () { + otion_prototype.dussumieri = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_27.osvaldoreigi = function () { + otion_prototype.osvaldoreigi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_27.grevyi = function () { + otion_prototype.grevyi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_27.hirtula = function () { + otion_prototype.hirtula = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_27.cristatus = function () { + otion_prototype.cristatus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_27.darlingtoni = function () { + otion_prototype.darlingtoni = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_27.fontanierii = function () { + otion_prototype.fontanierii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_27.umbrosus = function () { + otion_prototype.umbrosus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_27.chiriquinus = function () { + otion_prototype.chiriquinus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_27.orarius = function () { + otion_prototype.orarius = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_27.ilaeus = function () { + otion_prototype.ilaeus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_27.musschenbroekii = function () { + otion_prototype.musschenbroekii = function () { var _this = this; var x; (function () { var y = _this; }); @@ -2554,74 +2554,74 @@ var lavali; var xanthognathus = /** @class */ (function () { function xanthognathus() { } - var proto_28 = xanthognathus.prototype; - proto_28.nanulus = function () { + var xanthognathus_prototype = xanthognathus.prototype; + xanthognathus_prototype.nanulus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_28.albigena = function () { + xanthognathus_prototype.albigena = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_28.onca = function () { + xanthognathus_prototype.onca = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_28.gunnii = function () { + xanthognathus_prototype.gunnii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_28.apeco = function () { + xanthognathus_prototype.apeco = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_28.variegates = function () { + xanthognathus_prototype.variegates = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_28.goudotii = function () { + xanthognathus_prototype.goudotii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_28.pohlei = function () { + xanthognathus_prototype.pohlei = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_28.ineptus = function () { + xanthognathus_prototype.ineptus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_28.euryotis = function () { + xanthognathus_prototype.euryotis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_28.maurisca = function () { + xanthognathus_prototype.maurisca = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_28.coyhaiquensis = function () { + xanthognathus_prototype.coyhaiquensis = function () { var _this = this; var x; (function () { var y = _this; }); @@ -2635,50 +2635,50 @@ var lavali; function thaeleri() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_29 = thaeleri.prototype; - proto_29.coromandra = function () { + var thaeleri_prototype = thaeleri.prototype; + thaeleri_prototype.coromandra = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_29.parvipes = function () { + thaeleri_prototype.parvipes = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_29.sponsorius = function () { + thaeleri_prototype.sponsorius = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_29.vates = function () { + thaeleri_prototype.vates = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_29.roosmalenorum = function () { + thaeleri_prototype.roosmalenorum = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_29.rubicola = function () { + thaeleri_prototype.rubicola = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_29.ikonnikovi = function () { + thaeleri_prototype.ikonnikovi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_29.paramicrus = function () { + thaeleri_prototype.paramicrus = function () { var _this = this; var x; (function () { var y = _this; }); @@ -2692,14 +2692,14 @@ var lavali; function lepturus() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_30 = lepturus.prototype; - proto_30.ferrumequinum = function () { + var lepturus_prototype = lepturus.prototype; + lepturus_prototype.ferrumequinum = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_30.aequalis = function () { + lepturus_prototype.aequalis = function () { var _this = this; var x; (function () { var y = _this; }); @@ -2716,56 +2716,56 @@ var dogramacii; function robustulus() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_31 = robustulus.prototype; - proto_31.fossor = function () { + var robustulus_prototype = robustulus.prototype; + robustulus_prototype.fossor = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_31.humboldti = function () { + robustulus_prototype.humboldti = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_31.mexicana = function () { + robustulus_prototype.mexicana = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_31.martini = function () { + robustulus_prototype.martini = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_31.beatus = function () { + robustulus_prototype.beatus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_31.leporina = function () { + robustulus_prototype.leporina = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_31.pearsonii = function () { + robustulus_prototype.pearsonii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_31.keaysi = function () { + robustulus_prototype.keaysi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_31.hindei = function () { + robustulus_prototype.hindei = function () { var _this = this; var x; (function () { var y = _this; }); @@ -2789,80 +2789,80 @@ var dogramacii; var kaiseri = /** @class */ (function () { function kaiseri() { } - var proto_32 = kaiseri.prototype; - proto_32.bedfordiae = function () { + var kaiseri_prototype = kaiseri.prototype; + kaiseri_prototype.bedfordiae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_32.paramorum = function () { + kaiseri_prototype.paramorum = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_32.rubidus = function () { + kaiseri_prototype.rubidus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_32.juninensis = function () { + kaiseri_prototype.juninensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_32.marginata = function () { + kaiseri_prototype.marginata = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_32.Meitnerium = function () { + kaiseri_prototype.Meitnerium = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_32.pinetorum = function () { + kaiseri_prototype.pinetorum = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_32.hoolock = function () { + kaiseri_prototype.hoolock = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_32.poeyi = function () { + kaiseri_prototype.poeyi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_32.Thulium = function () { + kaiseri_prototype.Thulium = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_32.patrius = function () { + kaiseri_prototype.patrius = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_32.quadraticauda = function () { + kaiseri_prototype.quadraticauda = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_32.ater = function () { + kaiseri_prototype.ater = function () { var _this = this; var x; (function () { var y = _this; }); @@ -2874,50 +2874,50 @@ var dogramacii; var aurata = /** @class */ (function () { function aurata() { } - var proto_33 = aurata.prototype; - proto_33.grunniens = function () { + var aurata_prototype = aurata.prototype; + aurata_prototype.grunniens = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_33.howensis = function () { + aurata_prototype.howensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_33.karlkoopmani = function () { + aurata_prototype.karlkoopmani = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_33.mirapitanga = function () { + aurata_prototype.mirapitanga = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_33.ophiodon = function () { + aurata_prototype.ophiodon = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_33.landeri = function () { + aurata_prototype.landeri = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_33.sonomae = function () { + aurata_prototype.sonomae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_33.erythromos = function () { + aurata_prototype.erythromos = function () { var _this = this; var x; (function () { var y = _this; }); @@ -2934,86 +2934,86 @@ var lutreolus; function schlegeli() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_34 = schlegeli.prototype; - proto_34.mittendorfi = function () { + var schlegeli_prototype = schlegeli.prototype; + schlegeli_prototype.mittendorfi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_34.blicki = function () { + schlegeli_prototype.blicki = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_34.culionensis = function () { + schlegeli_prototype.culionensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_34.scrofa = function () { + schlegeli_prototype.scrofa = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_34.fernandoni = function () { + schlegeli_prototype.fernandoni = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_34.Tin = function () { + schlegeli_prototype.Tin = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_34.marmorata = function () { + schlegeli_prototype.marmorata = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_34.tavaratra = function () { + schlegeli_prototype.tavaratra = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_34.peregrina = function () { + schlegeli_prototype.peregrina = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_34.frontalis = function () { + schlegeli_prototype.frontalis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_34.cuniculus = function () { + schlegeli_prototype.cuniculus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_34.magdalenae = function () { + schlegeli_prototype.magdalenae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_34.andamanensis = function () { + schlegeli_prototype.andamanensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_34.dispar = function () { + schlegeli_prototype.dispar = function () { var _this = this; var x; (function () { var y = _this; }); @@ -3028,68 +3028,68 @@ var argurus; var dauricus = /** @class */ (function () { function dauricus() { } - var proto_35 = dauricus.prototype; - proto_35.chinensis = function () { + var dauricus_prototype = dauricus.prototype; + dauricus_prototype.chinensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_35.duodecimcostatus = function () { + dauricus_prototype.duodecimcostatus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_35.foxi = function () { + dauricus_prototype.foxi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_35.macleayii = function () { + dauricus_prototype.macleayii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_35.darienensis = function () { + dauricus_prototype.darienensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_35.hardwickii = function () { + dauricus_prototype.hardwickii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_35.albifrons = function () { + dauricus_prototype.albifrons = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_35.jacobitus = function () { + dauricus_prototype.jacobitus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_35.guentheri = function () { + dauricus_prototype.guentheri = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_35.mahomet = function () { + dauricus_prototype.mahomet = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_35.misionensis = function () { + dauricus_prototype.misionensis = function () { var _this = this; var x; (function () { var y = _this; }); @@ -3104,50 +3104,50 @@ var nigra; var dolichurus = /** @class */ (function () { function dolichurus() { } - var proto_36 = dolichurus.prototype; - proto_36.solomonis = function () { + var dolichurus_prototype = dolichurus.prototype; + dolichurus_prototype.solomonis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_36.alfredi = function () { + dolichurus_prototype.alfredi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_36.morrisi = function () { + dolichurus_prototype.morrisi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_36.lekaguli = function () { + dolichurus_prototype.lekaguli = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_36.dimissus = function () { + dolichurus_prototype.dimissus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_36.phaeotis = function () { + dolichurus_prototype.phaeotis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_36.ustus = function () { + dolichurus_prototype.ustus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_36.sagei = function () { + dolichurus_prototype.sagei = function () { var _this = this; var x; (function () { var y = _this; }); @@ -3164,38 +3164,38 @@ var panglima; function amphibius() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_37 = amphibius.prototype; - proto_37.bottegi = function () { + var amphibius_prototype = amphibius.prototype; + amphibius_prototype.bottegi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_37.jerdoni = function () { + amphibius_prototype.jerdoni = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_37.camtschatica = function () { + amphibius_prototype.camtschatica = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_37.spadix = function () { + amphibius_prototype.spadix = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_37.luismanueli = function () { + amphibius_prototype.luismanueli = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_37.aceramarcae = function () { + amphibius_prototype.aceramarcae = function () { var _this = this; var x; (function () { var y = _this; }); @@ -3209,20 +3209,20 @@ var panglima; function fundatus() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_38 = fundatus.prototype; - proto_38.crassulus = function () { + var fundatus_prototype = fundatus.prototype; + fundatus_prototype.crassulus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_38.flamarioni = function () { + fundatus_prototype.flamarioni = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_38.mirabilis = function () { + fundatus_prototype.mirabilis = function () { var _this = this; var x; (function () { var y = _this; }); @@ -3236,32 +3236,32 @@ var panglima; function abidi() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_39 = abidi.prototype; - proto_39.greyii = function () { + var abidi_prototype = abidi.prototype; + abidi_prototype.greyii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_39.macedonicus = function () { + abidi_prototype.macedonicus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_39.galili = function () { + abidi_prototype.galili = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_39.thierryi = function () { + abidi_prototype.thierryi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_39.ega = function () { + abidi_prototype.ega = function () { var _this = this; var x; (function () { var y = _this; }); @@ -3275,44 +3275,44 @@ var panglima; var carolinensis = /** @class */ (function () { function carolinensis() { } - var proto_40 = carolinensis.prototype; - proto_40.concinna = function () { + var carolinensis_prototype = carolinensis.prototype; + carolinensis_prototype.concinna = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_40.aeneus = function () { + carolinensis_prototype.aeneus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_40.aloysiisabaudiae = function () { + carolinensis_prototype.aloysiisabaudiae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_40.tenellus = function () { + carolinensis_prototype.tenellus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_40.andium = function () { + carolinensis_prototype.andium = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_40.persephone = function () { + carolinensis_prototype.persephone = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_40.patrizii = function () { + carolinensis_prototype.patrizii = function () { var _this = this; var x; (function () { var y = _this; }); @@ -3329,74 +3329,74 @@ var minutus; function himalayana() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_41 = himalayana.prototype; - proto_41.simoni = function () { + var himalayana_prototype = himalayana.prototype; + himalayana_prototype.simoni = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_41.lobata = function () { + himalayana_prototype.lobata = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_41.rusticus = function () { + himalayana_prototype.rusticus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_41.latona = function () { + himalayana_prototype.latona = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_41.famulus = function () { + himalayana_prototype.famulus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_41.flaviceps = function () { + himalayana_prototype.flaviceps = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_41.paradoxolophus = function () { + himalayana_prototype.paradoxolophus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_41.Osmium = function () { + himalayana_prototype.Osmium = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_41.vulgaris = function () { + himalayana_prototype.vulgaris = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_41.betsileoensis = function () { + himalayana_prototype.betsileoensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_41.vespuccii = function () { + himalayana_prototype.vespuccii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_41.olympus = function () { + himalayana_prototype.olympus = function () { var _this = this; var x; (function () { var y = _this; }); @@ -3413,50 +3413,50 @@ var caurinus; function mahaganus() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_42 = mahaganus.prototype; - proto_42.martiniquensis = function () { + var mahaganus_prototype = mahaganus.prototype; + mahaganus_prototype.martiniquensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_42.devius = function () { + mahaganus_prototype.devius = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_42.masalai = function () { + mahaganus_prototype.masalai = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_42.kathleenae = function () { + mahaganus_prototype.kathleenae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_42.simulus = function () { + mahaganus_prototype.simulus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_42.nigrovittatus = function () { + mahaganus_prototype.nigrovittatus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_42.senegalensis = function () { + mahaganus_prototype.senegalensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_42.acticola = function () { + mahaganus_prototype.acticola = function () { var _this = this; var x; (function () { var y = _this; }); @@ -3511,50 +3511,50 @@ var daubentonii; var thalia = /** @class */ (function () { function thalia() { } - var proto_43 = thalia.prototype; - proto_43.dichotomus = function () { + var thalia_prototype = thalia.prototype; + thalia_prototype.dichotomus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_43.arnuxii = function () { + thalia_prototype.arnuxii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_43.verheyeni = function () { + thalia_prototype.verheyeni = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_43.dauuricus = function () { + thalia_prototype.dauuricus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_43.tristriatus = function () { + thalia_prototype.tristriatus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_43.lasiura = function () { + thalia_prototype.lasiura = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_43.gangetica = function () { + thalia_prototype.gangetica = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_43.brucei = function () { + thalia_prototype.brucei = function () { var _this = this; var x; (function () { var y = _this; }); @@ -3614,56 +3614,56 @@ var panamensis; function linulus() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_44 = linulus.prototype; - proto_44.goslingi = function () { + var linulus_prototype = linulus.prototype; + linulus_prototype.goslingi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_44.taki = function () { + linulus_prototype.taki = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_44.fumosus = function () { + linulus_prototype.fumosus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_44.rufinus = function () { + linulus_prototype.rufinus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_44.lami = function () { + linulus_prototype.lami = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_44.regina = function () { + linulus_prototype.regina = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_44.nanilla = function () { + linulus_prototype.nanilla = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_44.enganus = function () { + linulus_prototype.enganus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_44.gomantongensis = function () { + linulus_prototype.gomantongensis = function () { var _this = this; var x; (function () { var y = _this; }); @@ -3677,80 +3677,80 @@ var panamensis; var gracilis = /** @class */ (function () { function gracilis() { } - var proto_45 = gracilis.prototype; - proto_45.weddellii = function () { + var gracilis_prototype = gracilis.prototype; + gracilis_prototype.weddellii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_45.echinothrix = function () { + gracilis_prototype.echinothrix = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_45.garridoi = function () { + gracilis_prototype.garridoi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_45.rouxii = function () { + gracilis_prototype.rouxii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_45.aurita = function () { + gracilis_prototype.aurita = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_45.geoffrensis = function () { + gracilis_prototype.geoffrensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_45.theresa = function () { + gracilis_prototype.theresa = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_45.melanocarpus = function () { + gracilis_prototype.melanocarpus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_45.dubiaquercus = function () { + gracilis_prototype.dubiaquercus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_45.pectoralis = function () { + gracilis_prototype.pectoralis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_45.apoensis = function () { + gracilis_prototype.apoensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_45.grisescens = function () { + gracilis_prototype.grisescens = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_45.ramirohitra = function () { + gracilis_prototype.ramirohitra = function () { var _this = this; var x; (function () { var y = _this; }); @@ -3767,80 +3767,80 @@ var samarensis; function pelurus() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_46 = pelurus.prototype; - proto_46.Palladium = function () { + var pelurus_prototype = pelurus.prototype; + pelurus_prototype.Palladium = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_46.castanea = function () { + pelurus_prototype.castanea = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_46.chamek = function () { + pelurus_prototype.chamek = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_46.nigriceps = function () { + pelurus_prototype.nigriceps = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_46.lunatus = function () { + pelurus_prototype.lunatus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_46.madurae = function () { + pelurus_prototype.madurae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_46.chinchilla = function () { + pelurus_prototype.chinchilla = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_46.eliasi = function () { + pelurus_prototype.eliasi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_46.proditor = function () { + pelurus_prototype.proditor = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_46.gambianus = function () { + pelurus_prototype.gambianus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_46.petteri = function () { + pelurus_prototype.petteri = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_46.nusatenggara = function () { + pelurus_prototype.nusatenggara = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_46.olitor = function () { + pelurus_prototype.olitor = function () { var _this = this; var x; (function () { var y = _this; }); @@ -3854,86 +3854,86 @@ var samarensis; function fuscus() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_47 = fuscus.prototype; - proto_47.planifrons = function () { + var fuscus_prototype = fuscus.prototype; + fuscus_prototype.planifrons = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_47.badia = function () { + fuscus_prototype.badia = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_47.prymnolopha = function () { + fuscus_prototype.prymnolopha = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_47.natalensis = function () { + fuscus_prototype.natalensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_47.hunteri = function () { + fuscus_prototype.hunteri = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_47.sapiens = function () { + fuscus_prototype.sapiens = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_47.macrocercus = function () { + fuscus_prototype.macrocercus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_47.nimbae = function () { + fuscus_prototype.nimbae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_47.suricatta = function () { + fuscus_prototype.suricatta = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_47.jagorii = function () { + fuscus_prototype.jagorii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_47.beecrofti = function () { + fuscus_prototype.beecrofti = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_47.imaizumii = function () { + fuscus_prototype.imaizumii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_47.colocolo = function () { + fuscus_prototype.colocolo = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_47.wolfi = function () { + fuscus_prototype.wolfi = function () { var _this = this; var x; (function () { var y = _this; }); @@ -3945,26 +3945,26 @@ var samarensis; var pallidus = /** @class */ (function () { function pallidus() { } - var proto_48 = pallidus.prototype; - proto_48.oblativa = function () { + var pallidus_prototype = pallidus.prototype; + pallidus_prototype.oblativa = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_48.watersi = function () { + pallidus_prototype.watersi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_48.glacialis = function () { + pallidus_prototype.glacialis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_48.viaria = function () { + pallidus_prototype.viaria = function () { var _this = this; var x; (function () { var y = _this; }); @@ -3976,32 +3976,32 @@ var samarensis; var cahirinus = /** @class */ (function () { function cahirinus() { } - var proto_49 = cahirinus.prototype; - proto_49.alashanicus = function () { + var cahirinus_prototype = cahirinus.prototype; + cahirinus_prototype.alashanicus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_49.flaviventer = function () { + cahirinus_prototype.flaviventer = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_49.bottai = function () { + cahirinus_prototype.bottai = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_49.pinetis = function () { + cahirinus_prototype.pinetis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_49.saussurei = function () { + cahirinus_prototype.saussurei = function () { var _this = this; var x; (function () { var y = _this; }); @@ -4017,32 +4017,32 @@ var samarensis; function leptoceros() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_50 = leptoceros.prototype; - proto_50.victus = function () { + var leptoceros_prototype = leptoceros.prototype; + leptoceros_prototype.victus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_50.hoplomyoides = function () { + leptoceros_prototype.hoplomyoides = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_50.gratiosus = function () { + leptoceros_prototype.gratiosus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_50.rex = function () { + leptoceros_prototype.rex = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_50.bolami = function () { + leptoceros_prototype.bolami = function () { var _this = this; var x; (function () { var y = _this; }); @@ -4083,20 +4083,20 @@ var dammermani; function pygmaea() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_51 = pygmaea.prototype; - proto_51.pajeros = function () { + var pygmaea_prototype = pygmaea.prototype; + pygmaea_prototype.pajeros = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_51.capucinus = function () { + pygmaea_prototype.capucinus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_51.cuvieri = function () { + pygmaea_prototype.cuvieri = function () { var _this = this; var x; (function () { var y = _this; }); @@ -4113,44 +4113,44 @@ var chrysaeolus; function sarasinorum() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_52 = sarasinorum.prototype; - proto_52.belzebul = function () { + var sarasinorum_prototype = sarasinorum.prototype; + sarasinorum_prototype.belzebul = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_52.hinpoon = function () { + sarasinorum_prototype.hinpoon = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_52.kandti = function () { + sarasinorum_prototype.kandti = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_52.cynosuros = function () { + sarasinorum_prototype.cynosuros = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_52.Germanium = function () { + sarasinorum_prototype.Germanium = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_52.Ununoctium = function () { + sarasinorum_prototype.Ununoctium = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_52.princeps = function () { + sarasinorum_prototype.princeps = function () { var _this = this; var x; (function () { var y = _this; }); @@ -4164,44 +4164,44 @@ var chrysaeolus; var wetmorei = /** @class */ (function () { function wetmorei() { } - var proto_53 = wetmorei.prototype; - proto_53.leucoptera = function () { + var wetmorei_prototype = wetmorei.prototype; + wetmorei_prototype.leucoptera = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_53.ochraventer = function () { + wetmorei_prototype.ochraventer = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_53.tephromelas = function () { + wetmorei_prototype.tephromelas = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_53.cracens = function () { + wetmorei_prototype.cracens = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_53.jamaicensis = function () { + wetmorei_prototype.jamaicensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_53.gymnocaudus = function () { + wetmorei_prototype.gymnocaudus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_53.mayori = function () { + wetmorei_prototype.mayori = function () { var _this = this; var x; (function () { var y = _this; }); @@ -4217,50 +4217,50 @@ var chrysaeolus; function oreas() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_54 = oreas.prototype; - proto_54.salamonis = function () { + var oreas_prototype = oreas.prototype; + oreas_prototype.salamonis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_54.paniscus = function () { + oreas_prototype.paniscus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_54.fagani = function () { + oreas_prototype.fagani = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_54.papuanus = function () { + oreas_prototype.papuanus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_54.timidus = function () { + oreas_prototype.timidus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_54.nghetinhensis = function () { + oreas_prototype.nghetinhensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_54.barbei = function () { + oreas_prototype.barbei = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_54.univittatus = function () { + oreas_prototype.univittatus = function () { var _this = this; var x; (function () { var y = _this; }); @@ -4274,74 +4274,74 @@ var chrysaeolus; var arboreus = /** @class */ (function () { function arboreus() { } - var proto_55 = arboreus.prototype; - proto_55.capreolus = function () { + var arboreus_prototype = arboreus.prototype; + arboreus_prototype.capreolus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_55.moreni = function () { + arboreus_prototype.moreni = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_55.hypoleucos = function () { + arboreus_prototype.hypoleucos = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_55.paedulcus = function () { + arboreus_prototype.paedulcus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_55.pucheranii = function () { + arboreus_prototype.pucheranii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_55.stella = function () { + arboreus_prototype.stella = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_55.brasiliensis = function () { + arboreus_prototype.brasiliensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_55.brevicaudata = function () { + arboreus_prototype.brevicaudata = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_55.vitticollis = function () { + arboreus_prototype.vitticollis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_55.huangensis = function () { + arboreus_prototype.huangensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_55.cameroni = function () { + arboreus_prototype.cameroni = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_55.tianshanica = function () { + arboreus_prototype.tianshanica = function () { var _this = this; var x; (function () { var y = _this; }); @@ -4356,80 +4356,80 @@ var patas; var uralensis = /** @class */ (function () { function uralensis() { } - var proto_56 = uralensis.prototype; - proto_56.cartilagonodus = function () { + var uralensis_prototype = uralensis.prototype; + uralensis_prototype.cartilagonodus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_56.pyrrhinus = function () { + uralensis_prototype.pyrrhinus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_56.insulans = function () { + uralensis_prototype.insulans = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_56.nigricauda = function () { + uralensis_prototype.nigricauda = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_56.muricauda = function () { + uralensis_prototype.muricauda = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_56.albicaudus = function () { + uralensis_prototype.albicaudus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_56.fallax = function () { + uralensis_prototype.fallax = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_56.attenuata = function () { + uralensis_prototype.attenuata = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_56.megalura = function () { + uralensis_prototype.megalura = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_56.neblina = function () { + uralensis_prototype.neblina = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_56.citellus = function () { + uralensis_prototype.citellus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_56.tanezumi = function () { + uralensis_prototype.tanezumi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_56.albiventer = function () { + uralensis_prototype.albiventer = function () { var _this = this; var x; (function () { var y = _this; }); @@ -4446,14 +4446,14 @@ var provocax; function melanoleuca() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_57 = melanoleuca.prototype; - proto_57.Neodymium = function () { + var melanoleuca_prototype = melanoleuca.prototype; + melanoleuca_prototype.Neodymium = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_57.baeri = function () { + melanoleuca_prototype.baeri = function () { var _this = this; var x; (function () { var y = _this; }); @@ -4467,14 +4467,14 @@ var provocax; var sicarius = /** @class */ (function () { function sicarius() { } - var proto_58 = sicarius.prototype; - proto_58.Chlorine = function () { + var sicarius_prototype = sicarius.prototype; + sicarius_prototype.Chlorine = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_58.simulator = function () { + sicarius_prototype.simulator = function () { var _this = this; var x; (function () { var y = _this; }); @@ -4490,86 +4490,86 @@ var provocax; function marcanoi() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_59 = marcanoi.prototype; - proto_59.formosae = function () { + var marcanoi_prototype = marcanoi.prototype; + marcanoi_prototype.formosae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_59.dudui = function () { + marcanoi_prototype.dudui = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_59.leander = function () { + marcanoi_prototype.leander = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_59.martinsi = function () { + marcanoi_prototype.martinsi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_59.beatrix = function () { + marcanoi_prototype.beatrix = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_59.griseoventer = function () { + marcanoi_prototype.griseoventer = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_59.zerda = function () { + marcanoi_prototype.zerda = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_59.yucatanicus = function () { + marcanoi_prototype.yucatanicus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_59.nigrita = function () { + marcanoi_prototype.nigrita = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_59.jouvenetae = function () { + marcanoi_prototype.jouvenetae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_59.indefessus = function () { + marcanoi_prototype.indefessus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_59.vuquangensis = function () { + marcanoi_prototype.vuquangensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_59.Zirconium = function () { + marcanoi_prototype.Zirconium = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_59.hyaena = function () { + marcanoi_prototype.hyaena = function () { var _this = this; var x; (function () { var y = _this; }); @@ -4583,74 +4583,74 @@ var provocax; var gilbertii = /** @class */ (function () { function gilbertii() { } - var proto_60 = gilbertii.prototype; - proto_60.nasutus = function () { + var gilbertii_prototype = gilbertii.prototype; + gilbertii_prototype.nasutus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_60.poecilops = function () { + gilbertii_prototype.poecilops = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_60.sondaicus = function () { + gilbertii_prototype.sondaicus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_60.auriventer = function () { + gilbertii_prototype.auriventer = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_60.cherriei = function () { + gilbertii_prototype.cherriei = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_60.lindberghi = function () { + gilbertii_prototype.lindberghi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_60.pipistrellus = function () { + gilbertii_prototype.pipistrellus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_60.paranus = function () { + gilbertii_prototype.paranus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_60.dubosti = function () { + gilbertii_prototype.dubosti = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_60.opossum = function () { + gilbertii_prototype.opossum = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_60.oreopolus = function () { + gilbertii_prototype.oreopolus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_60.amurensis = function () { + gilbertii_prototype.amurensis = function () { var _this = this; var x; (function () { var y = _this; }); @@ -4673,80 +4673,80 @@ var petrophilus; var punicus = /** @class */ (function () { function punicus() { } - var proto_61 = punicus.prototype; - proto_61.strandi = function () { + var punicus_prototype = punicus.prototype; + punicus_prototype.strandi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_61.lar = function () { + punicus_prototype.lar = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_61.erica = function () { + punicus_prototype.erica = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_61.trichura = function () { + punicus_prototype.trichura = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_61.lemniscatus = function () { + punicus_prototype.lemniscatus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_61.aspalax = function () { + punicus_prototype.aspalax = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_61.marshalli = function () { + punicus_prototype.marshalli = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_61.Zinc = function () { + punicus_prototype.Zinc = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_61.monochromos = function () { + punicus_prototype.monochromos = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_61.purinus = function () { + punicus_prototype.purinus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_61.ischyrus = function () { + punicus_prototype.ischyrus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_61.tenuis = function () { + punicus_prototype.tenuis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_61.Helium = function () { + punicus_prototype.Helium = function () { var _this = this; var x; (function () { var y = _this; }); @@ -4760,38 +4760,38 @@ var petrophilus; var daphaenodon = /** @class */ (function () { function daphaenodon() { } - var proto_62 = daphaenodon.prototype; - proto_62.bredanensis = function () { + var daphaenodon_prototype = daphaenodon.prototype; + daphaenodon_prototype.bredanensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_62.othus = function () { + daphaenodon_prototype.othus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_62.hammondi = function () { + daphaenodon_prototype.hammondi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_62.aureocollaris = function () { + daphaenodon_prototype.aureocollaris = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_62.flavipes = function () { + daphaenodon_prototype.flavipes = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_62.callosus = function () { + daphaenodon_prototype.callosus = function () { var _this = this; var x; (function () { var y = _this; }); @@ -4805,74 +4805,74 @@ var petrophilus; var cinereus = /** @class */ (function () { function cinereus() { } - var proto_63 = cinereus.prototype; - proto_63.zunigae = function () { + var cinereus_prototype = cinereus.prototype; + cinereus_prototype.zunigae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_63.microps = function () { + cinereus_prototype.microps = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_63.guaporensis = function () { + cinereus_prototype.guaporensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_63.tonkeana = function () { + cinereus_prototype.tonkeana = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_63.montensis = function () { + cinereus_prototype.montensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_63.sphinx = function () { + cinereus_prototype.sphinx = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_63.glis = function () { + cinereus_prototype.glis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_63.dorsalis = function () { + cinereus_prototype.dorsalis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_63.fimbriatus = function () { + cinereus_prototype.fimbriatus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_63.sara = function () { + cinereus_prototype.sara = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_63.epimelas = function () { + cinereus_prototype.epimelas = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_63.pittieri = function () { + cinereus_prototype.pittieri = function () { var _this = this; var x; (function () { var y = _this; }); @@ -4903,62 +4903,62 @@ var gabriellae; var amicus = /** @class */ (function () { function amicus() { } - var proto_64 = amicus.prototype; - proto_64.pirrensis = function () { + var amicus_prototype = amicus.prototype; + amicus_prototype.pirrensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_64.phaeura = function () { + amicus_prototype.phaeura = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_64.voratus = function () { + amicus_prototype.voratus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_64.satarae = function () { + amicus_prototype.satarae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_64.hooperi = function () { + amicus_prototype.hooperi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_64.perrensi = function () { + amicus_prototype.perrensi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_64.ridei = function () { + amicus_prototype.ridei = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_64.audeberti = function () { + amicus_prototype.audeberti = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_64.Lutetium = function () { + amicus_prototype.Lutetium = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_64.atrox = function () { + amicus_prototype.atrox = function () { var _this = this; var x; (function () { var y = _this; }); @@ -4985,38 +4985,38 @@ var imperfecta; var lasiurus = /** @class */ (function () { function lasiurus() { } - var proto_65 = lasiurus.prototype; - proto_65.marisae = function () { + var lasiurus_prototype = lasiurus.prototype; + lasiurus_prototype.marisae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_65.fulvus = function () { + lasiurus_prototype.fulvus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_65.paranaensis = function () { + lasiurus_prototype.paranaensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_65.didactylus = function () { + lasiurus_prototype.didactylus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_65.schreibersii = function () { + lasiurus_prototype.schreibersii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_65.orii = function () { + lasiurus_prototype.orii = function () { var _this = this; var x; (function () { var y = _this; }); @@ -5028,68 +5028,68 @@ var imperfecta; var subspinosus = /** @class */ (function () { function subspinosus() { } - var proto_66 = subspinosus.prototype; - proto_66.monticularis = function () { + var subspinosus_prototype = subspinosus.prototype; + subspinosus_prototype.monticularis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_66.Gadolinium = function () { + subspinosus_prototype.Gadolinium = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_66.oasicus = function () { + subspinosus_prototype.oasicus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_66.paterculus = function () { + subspinosus_prototype.paterculus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_66.punctata = function () { + subspinosus_prototype.punctata = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_66.invictus = function () { + subspinosus_prototype.invictus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_66.stangeri = function () { + subspinosus_prototype.stangeri = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_66.siskiyou = function () { + subspinosus_prototype.siskiyou = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_66.welwitschii = function () { + subspinosus_prototype.welwitschii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_66.Polonium = function () { + subspinosus_prototype.Polonium = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_66.harpia = function () { + subspinosus_prototype.harpia = function () { var _this = this; var x; (function () { var y = _this; }); @@ -5103,20 +5103,20 @@ var imperfecta; function ciliolabrum() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_67 = ciliolabrum.prototype; - proto_67.leschenaultii = function () { + var ciliolabrum_prototype = ciliolabrum.prototype; + ciliolabrum_prototype.leschenaultii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_67.ludia = function () { + ciliolabrum_prototype.ludia = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_67.sinicus = function () { + ciliolabrum_prototype.sinicus = function () { var _this = this; var x; (function () { var y = _this; }); @@ -5130,26 +5130,26 @@ var imperfecta; var wattsi = /** @class */ (function () { function wattsi() { } - var proto_68 = wattsi.prototype; - proto_68.lagotis = function () { + var wattsi_prototype = wattsi.prototype; + wattsi_prototype.lagotis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_68.hussoni = function () { + wattsi_prototype.hussoni = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_68.bilarni = function () { + wattsi_prototype.bilarni = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_68.cabrerae = function () { + wattsi_prototype.cabrerae = function () { var _this = this; var x; (function () { var y = _this; }); @@ -5165,56 +5165,56 @@ var imperfecta; function sodyi() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_69 = sodyi.prototype; - proto_69.saundersiae = function () { + var sodyi_prototype = sodyi.prototype; + sodyi_prototype.saundersiae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_69.imberbis = function () { + sodyi_prototype.imberbis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_69.cansdalei = function () { + sodyi_prototype.cansdalei = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_69.Lawrencium = function () { + sodyi_prototype.Lawrencium = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_69.catta = function () { + sodyi_prototype.catta = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_69.breviceps = function () { + sodyi_prototype.breviceps = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_69.transitionalis = function () { + sodyi_prototype.transitionalis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_69.heptneri = function () { + sodyi_prototype.heptneri = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_69.bairdii = function () { + sodyi_prototype.bairdii = function () { var _this = this; var x; (function () { var y = _this; }); @@ -5230,50 +5230,50 @@ var imperfecta; function megaphyllus() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_70 = megaphyllus.prototype; - proto_70.montana = function () { + var megaphyllus_prototype = megaphyllus.prototype; + megaphyllus_prototype.montana = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_70.amatus = function () { + megaphyllus_prototype.amatus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_70.bucculentus = function () { + megaphyllus_prototype.bucculentus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_70.lepida = function () { + megaphyllus_prototype.lepida = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_70.graecus = function () { + megaphyllus_prototype.graecus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_70.forsteri = function () { + megaphyllus_prototype.forsteri = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_70.perotensis = function () { + megaphyllus_prototype.perotensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_70.cirrhosus = function () { + megaphyllus_prototype.cirrhosus = function () { var _this = this; var x; (function () { var y = _this; }); @@ -5287,20 +5287,20 @@ var imperfecta; var portoricensis = /** @class */ (function () { function portoricensis() { } - var proto_71 = portoricensis.prototype; - proto_71.relictus = function () { + var portoricensis_prototype = portoricensis.prototype; + portoricensis_prototype.relictus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_71.aequatorianus = function () { + portoricensis_prototype.aequatorianus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_71.rhinogradoides = function () { + portoricensis_prototype.rhinogradoides = function () { var _this = this; var x; (function () { var y = _this; }); @@ -5314,80 +5314,80 @@ var imperfecta; var foina = /** @class */ (function () { function foina() { } - var proto_72 = foina.prototype; - proto_72.tarfayensis = function () { + var foina_prototype = foina.prototype; + foina_prototype.tarfayensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_72.Promethium = function () { + foina_prototype.Promethium = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_72.salinae = function () { + foina_prototype.salinae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_72.kerri = function () { + foina_prototype.kerri = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_72.scotti = function () { + foina_prototype.scotti = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_72.camerunensis = function () { + foina_prototype.camerunensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_72.affinis = function () { + foina_prototype.affinis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_72.siebersi = function () { + foina_prototype.siebersi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_72.maquassiensis = function () { + foina_prototype.maquassiensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_72.layardi = function () { + foina_prototype.layardi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_72.bishopi = function () { + foina_prototype.bishopi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_72.apodemoides = function () { + foina_prototype.apodemoides = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_72.argentiventer = function () { + foina_prototype.argentiventer = function () { var _this = this; var x; (function () { var y = _this; }); @@ -5403,62 +5403,62 @@ var imperfecta; function cor() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_73 = cor.prototype; - proto_73.antinorii = function () { + var cor_prototype = cor.prototype; + cor_prototype.antinorii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_73.voi = function () { + cor_prototype.voi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_73.mussoi = function () { + cor_prototype.mussoi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_73.truncatus = function () { + cor_prototype.truncatus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_73.achates = function () { + cor_prototype.achates = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_73.praedatrix = function () { + cor_prototype.praedatrix = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_73.mzabi = function () { + cor_prototype.mzabi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_73.xanthinus = function () { + cor_prototype.xanthinus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_73.tapoatafa = function () { + cor_prototype.tapoatafa = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_73.castroviejoi = function () { + cor_prototype.castroviejoi = function () { var _this = this; var x; (function () { var y = _this; }); @@ -5472,14 +5472,14 @@ var imperfecta; var coludo = /** @class */ (function () { function coludo() { } - var proto_74 = coludo.prototype; - proto_74.bernhardi = function () { + var coludo_prototype = coludo.prototype; + coludo_prototype.bernhardi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_74.isseli = function () { + coludo_prototype.isseli = function () { var _this = this; var x; (function () { var y = _this; }); @@ -5495,14 +5495,14 @@ var imperfecta; function germaini() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_75 = germaini.prototype; - proto_75.sharpei = function () { + var germaini_prototype = germaini.prototype; + germaini_prototype.sharpei = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_75.palmarum = function () { + germaini_prototype.palmarum = function () { var _this = this; var x; (function () { var y = _this; }); @@ -5516,68 +5516,68 @@ var imperfecta; var stolzmanni = /** @class */ (function () { function stolzmanni() { } - var proto_76 = stolzmanni.prototype; - proto_76.riparius = function () { + var stolzmanni_prototype = stolzmanni.prototype; + stolzmanni_prototype.riparius = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_76.dhofarensis = function () { + stolzmanni_prototype.dhofarensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_76.tricolor = function () { + stolzmanni_prototype.tricolor = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_76.gardneri = function () { + stolzmanni_prototype.gardneri = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_76.walleri = function () { + stolzmanni_prototype.walleri = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_76.talpoides = function () { + stolzmanni_prototype.talpoides = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_76.pallipes = function () { + stolzmanni_prototype.pallipes = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_76.lagurus = function () { + stolzmanni_prototype.lagurus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_76.hipposideros = function () { + stolzmanni_prototype.hipposideros = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_76.griselda = function () { + stolzmanni_prototype.griselda = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_76.florium = function () { + stolzmanni_prototype.florium = function () { var _this = this; var x; (function () { var y = _this; }); @@ -5593,80 +5593,80 @@ var imperfecta; function melanops() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_77 = melanops.prototype; - proto_77.blarina = function () { + var melanops_prototype = melanops.prototype; + melanops_prototype.blarina = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_77.harwoodi = function () { + melanops_prototype.harwoodi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_77.ashaninka = function () { + melanops_prototype.ashaninka = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_77.wiedii = function () { + melanops_prototype.wiedii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_77.godmani = function () { + melanops_prototype.godmani = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_77.condorensis = function () { + melanops_prototype.condorensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_77.xerophila = function () { + melanops_prototype.xerophila = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_77.laminatus = function () { + melanops_prototype.laminatus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_77.archeri = function () { + melanops_prototype.archeri = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_77.hidalgo = function () { + melanops_prototype.hidalgo = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_77.unicolor = function () { + melanops_prototype.unicolor = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_77.philippii = function () { + melanops_prototype.philippii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_77.bocagei = function () { + melanops_prototype.bocagei = function () { var _this = this; var x; (function () { var y = _this; }); @@ -5682,50 +5682,50 @@ var imperfecta; function peninsulae() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_78 = peninsulae.prototype; - proto_78.aitkeni = function () { + var peninsulae_prototype = peninsulae.prototype; + peninsulae_prototype.aitkeni = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_78.novaeangliae = function () { + peninsulae_prototype.novaeangliae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_78.olallae = function () { + peninsulae_prototype.olallae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_78.anselli = function () { + peninsulae_prototype.anselli = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_78.timminsi = function () { + peninsulae_prototype.timminsi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_78.sordidus = function () { + peninsulae_prototype.sordidus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_78.telfordi = function () { + peninsulae_prototype.telfordi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_78.cavernarum = function () { + peninsulae_prototype.cavernarum = function () { var _this = this; var x; (function () { var y = _this; }); @@ -5739,80 +5739,80 @@ var imperfecta; var netscheri = /** @class */ (function () { function netscheri() { } - var proto_79 = netscheri.prototype; - proto_79.gravis = function () { + var netscheri_prototype = netscheri.prototype; + netscheri_prototype.gravis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_79.ruschii = function () { + netscheri_prototype.ruschii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_79.tricuspidatus = function () { + netscheri_prototype.tricuspidatus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_79.fernandezi = function () { + netscheri_prototype.fernandezi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_79.colletti = function () { + netscheri_prototype.colletti = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_79.microbullatus = function () { + netscheri_prototype.microbullatus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_79.eburneae = function () { + netscheri_prototype.eburneae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_79.tatei = function () { + netscheri_prototype.tatei = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_79.millardi = function () { + netscheri_prototype.millardi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_79.pruinosus = function () { + netscheri_prototype.pruinosus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_79.delator = function () { + netscheri_prototype.delator = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_79.nyikae = function () { + netscheri_prototype.nyikae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_79.ruemmleri = function () { + netscheri_prototype.ruemmleri = function () { var _this = this; var x; (function () { var y = _this; }); @@ -5828,80 +5828,80 @@ var imperfecta; function Praseodymium() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_80 = Praseodymium.prototype; - proto_80.clara = function () { + var Praseodymium_prototype = Praseodymium.prototype; + Praseodymium_prototype.clara = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_80.spectabilis = function () { + Praseodymium_prototype.spectabilis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_80.kamensis = function () { + Praseodymium_prototype.kamensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_80.ruddi = function () { + Praseodymium_prototype.ruddi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_80.bartelsii = function () { + Praseodymium_prototype.bartelsii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_80.yerbabuenae = function () { + Praseodymium_prototype.yerbabuenae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_80.davidi = function () { + Praseodymium_prototype.davidi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_80.pilirostris = function () { + Praseodymium_prototype.pilirostris = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_80.catherinae = function () { + Praseodymium_prototype.catherinae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_80.frontata = function () { + Praseodymium_prototype.frontata = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_80.Terbium = function () { + Praseodymium_prototype.Terbium = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_80.thomensis = function () { + Praseodymium_prototype.thomensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_80.soricinus = function () { + Praseodymium_prototype.soricinus = function () { var _this = this; var x; (function () { var y = _this; }); @@ -5945,50 +5945,50 @@ var imperfecta; var setulosus = /** @class */ (function () { function setulosus() { } - var proto_81 = setulosus.prototype; - proto_81.duthieae = function () { + var setulosus_prototype = setulosus.prototype; + setulosus_prototype.duthieae = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_81.guereza = function () { + setulosus_prototype.guereza = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_81.buselaphus = function () { + setulosus_prototype.buselaphus = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_81.nuttalli = function () { + setulosus_prototype.nuttalli = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_81.pelii = function () { + setulosus_prototype.pelii = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_81.tunneyi = function () { + setulosus_prototype.tunneyi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_81.lamula = function () { + setulosus_prototype.lamula = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_81.vampyrus = function () { + setulosus_prototype.vampyrus = function () { var _this = this; var x; (function () { var y = _this; }); @@ -6002,32 +6002,32 @@ var imperfecta; var rosalia = /** @class */ (function () { function rosalia() { } - var proto_82 = rosalia.prototype; - proto_82.palmeri = function () { + var rosalia_prototype = rosalia.prototype; + rosalia_prototype.palmeri = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_82.baeops = function () { + rosalia_prototype.baeops = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_82.ozensis = function () { + rosalia_prototype.ozensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_82.creaghi = function () { + rosalia_prototype.creaghi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_82.montivaga = function () { + rosalia_prototype.montivaga = function () { var _this = this; var x; (function () { var y = _this; }); @@ -6043,38 +6043,38 @@ var imperfecta; function psilurus() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_83 = psilurus.prototype; - proto_83.socialis = function () { + var psilurus_prototype = psilurus.prototype; + psilurus_prototype.socialis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_83.lundi = function () { + psilurus_prototype.lundi = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_83.araeum = function () { + psilurus_prototype.araeum = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_83.calamianensis = function () { + psilurus_prototype.calamianensis = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_83.petersoni = function () { + psilurus_prototype.petersoni = function () { var _this = this; var x; (function () { var y = _this; }); return x; }; - proto_83.nitela = function () { + psilurus_prototype.nitela = function () { var _this = this; var x; (function () { var y = _this; }); diff --git a/tests/baselines/reference/returnInConstructor1.js b/tests/baselines/reference/returnInConstructor1.js index ab3b13852f84d..1ba5cc2024575 100644 --- a/tests/baselines/reference/returnInConstructor1.js +++ b/tests/baselines/reference/returnInConstructor1.js @@ -124,9 +124,9 @@ var G = /** @class */ (function () { function G() { this.test = 2; } - var proto_1 = G.prototype; - proto_1.test1 = function () { }; - proto_1.foo = function () { }; + var G_prototype = G.prototype; + G_prototype.test1 = function () { }; + G_prototype.foo = function () { }; return G; }()); var H = /** @class */ (function (_super) { diff --git a/tests/baselines/reference/returnTypeTypeArguments.js b/tests/baselines/reference/returnTypeTypeArguments.js index 47fa28a08dd68..9e8a7e9ee6877 100644 --- a/tests/baselines/reference/returnTypeTypeArguments.js +++ b/tests/baselines/reference/returnTypeTypeArguments.js @@ -101,24 +101,24 @@ function B3() { return null; } var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1.A1 = function () { return null; }; - proto_1.A2 = function () { return null; }; - proto_1.A3 = function () { return null; }; - proto_1.B1 = function () { return null; }; - proto_1.B2 = function () { return null; }; - proto_1.B3 = function () { return null; }; + var C_prototype = C.prototype; + C_prototype.A1 = function () { return null; }; + C_prototype.A2 = function () { return null; }; + C_prototype.A3 = function () { return null; }; + C_prototype.B1 = function () { return null; }; + C_prototype.B2 = function () { return null; }; + C_prototype.B3 = function () { return null; }; return C; }()); var D = /** @class */ (function () { function D() { } - var proto_2 = D.prototype; - proto_2.A2 = function () { return null; }; - proto_2.A3 = function () { return null; }; - proto_2.B1 = function () { return null; }; - proto_2.B2 = function () { return null; }; - proto_2.B3 = function () { return null; }; + var D_prototype = D.prototype; + D_prototype.A2 = function () { return null; }; + D_prototype.A3 = function () { return null; }; + D_prototype.B1 = function () { return null; }; + D_prototype.B2 = function () { return null; }; + D_prototype.B3 = function () { return null; }; return D; }()); var Y = /** @class */ (function () { diff --git a/tests/baselines/reference/scopeCheckStaticInitializer.js b/tests/baselines/reference/scopeCheckStaticInitializer.js index a03cce6e0ac9e..8c38f1bb82b32 100644 --- a/tests/baselines/reference/scopeCheckStaticInitializer.js +++ b/tests/baselines/reference/scopeCheckStaticInitializer.js @@ -30,6 +30,7 @@ var X = /** @class */ (function () { var After = /** @class */ (function () { function After() { } + var After_prototype = After.prototype; After.method = function () { }; ; After.data = 12; diff --git a/tests/baselines/reference/selfInCallback.js b/tests/baselines/reference/selfInCallback.js index 905c09ea300c5..b8276da38d887 100644 --- a/tests/baselines/reference/selfInCallback.js +++ b/tests/baselines/reference/selfInCallback.js @@ -12,9 +12,9 @@ var C = /** @class */ (function () { function C() { this.p1 = 0; } - var proto_1 = C.prototype; - proto_1.callback = function (cb) { cb(); }; - proto_1.doit = function () { + var C_prototype = C.prototype; + C_prototype.callback = function (cb) { cb(); }; + C_prototype.doit = function () { var _this = this; this.callback(function () { _this.p1 + 1; }); }; diff --git a/tests/baselines/reference/sourceMapValidationClass.js b/tests/baselines/reference/sourceMapValidationClass.js index 4d83302d16940..26f3f2b955631 100644 --- a/tests/baselines/reference/sourceMapValidationClass.js +++ b/tests/baselines/reference/sourceMapValidationClass.js @@ -28,14 +28,14 @@ var Greeter = /** @class */ (function () { this.greeting = greeting; this.x1 = 10; } - var proto_1 = Greeter.prototype; - proto_1.greet = function () { + var Greeter_prototype = Greeter.prototype; + Greeter_prototype.greet = function () { return "

" + this.greeting + "

"; }; - proto_1.fn = function () { + Greeter_prototype.fn = function () { return this.greeting; }; - Object.defineProperty(proto_1, "greetings", { + Object.defineProperty(Greeter_prototype, "greetings", { get: function () { return this.greeting; }, diff --git a/tests/baselines/reference/sourceMapValidationClass.js.map b/tests/baselines/reference/sourceMapValidationClass.js.map index c2d8dbbced6eb..e5f054829cf91 100644 --- a/tests/baselines/reference/sourceMapValidationClass.js.map +++ b/tests/baselines/reference/sourceMapValidationClass.js.map @@ -1,3 +1,3 @@ //// [sourceMapValidationClass.js.map] -{"version":3,"file":"sourceMapValidationClass.js","sourceRoot":"","sources":["sourceMapValidationClass.ts"],"names":[],"mappings":"AAAA;IACI,iBAAmB,QAAgB;QAAE,WAAc;aAAd,UAAc,EAAd,qBAAc,EAAd,IAAc;YAAd,0BAAc;;QAAhC,aAAQ,GAAR,QAAQ,CAAQ;QAM3B,OAAE,GAAW,EAAE,CAAC;IALxB,CAAC;;IACD,aAAK,GAAL;QACI,OAAO,MAAM,GAAG,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;IAC5C,CAAC;IAGO,UAAE,GAAV;QACI,OAAO,IAAI,CAAC,QAAQ,CAAC;IACzB,CAAC;IACD,sBAAI,oBAAS;aAAb;YACI,OAAO,IAAI,CAAC,QAAQ,CAAC;QACzB,CAAC;aACD,UAAc,SAAiB;YAC3B,IAAI,CAAC,QAAQ,GAAG,SAAS,CAAC;QAC9B,CAAC;;;OAHA;IAIL,cAAC;AAAD,CAAC,AAjBD,IAiBC"} -//// https://sokra.github.io/source-map-visualization#base64,dmFyIEdyZWV0ZXIgPSAvKiogQGNsYXNzICovIChmdW5jdGlvbiAoKSB7DQogICAgZnVuY3Rpb24gR3JlZXRlcihncmVldGluZykgew0KICAgICAgICB2YXIgYiA9IFtdOw0KICAgICAgICBmb3IgKHZhciBfaSA9IDE7IF9pIDwgYXJndW1lbnRzLmxlbmd0aDsgX2krKykgew0KICAgICAgICAgICAgYltfaSAtIDFdID0gYXJndW1lbnRzW19pXTsNCiAgICAgICAgfQ0KICAgICAgICB0aGlzLmdyZWV0aW5nID0gZ3JlZXRpbmc7DQogICAgICAgIHRoaXMueDEgPSAxMDsNCiAgICB9DQogICAgdmFyIHByb3RvXzEgPSBHcmVldGVyLnByb3RvdHlwZTsNCiAgICBwcm90b18xLmdyZWV0ID0gZnVuY3Rpb24gKCkgew0KICAgICAgICByZXR1cm4gIjxoMT4iICsgdGhpcy5ncmVldGluZyArICI8L2gxPiI7DQogICAgfTsNCiAgICBwcm90b18xLmZuID0gZnVuY3Rpb24gKCkgew0KICAgICAgICByZXR1cm4gdGhpcy5ncmVldGluZzsNCiAgICB9Ow0KICAgIE9iamVjdC5kZWZpbmVQcm9wZXJ0eShwcm90b18xLCAiZ3JlZXRpbmdzIiwgew0KICAgICAgICBnZXQ6IGZ1bmN0aW9uICgpIHsNCiAgICAgICAgICAgIHJldHVybiB0aGlzLmdyZWV0aW5nOw0KICAgICAgICB9LA0KICAgICAgICBzZXQ6IGZ1bmN0aW9uIChncmVldGluZ3MpIHsNCiAgICAgICAgICAgIHRoaXMuZ3JlZXRpbmcgPSBncmVldGluZ3M7DQogICAgICAgIH0sDQogICAgICAgIGVudW1lcmFibGU6IGZhbHNlLA0KICAgICAgICBjb25maWd1cmFibGU6IHRydWUNCiAgICB9KTsNCiAgICByZXR1cm4gR3JlZXRlcjsNCn0oKSk7DQovLyMgc291cmNlTWFwcGluZ1VSTD1zb3VyY2VNYXBWYWxpZGF0aW9uQ2xhc3MuanMubWFw,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic291cmNlTWFwVmFsaWRhdGlvbkNsYXNzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsic291cmNlTWFwVmFsaWRhdGlvbkNsYXNzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0lBQ0ksaUJBQW1CLFFBQWdCO1FBQUUsV0FBYzthQUFkLFVBQWMsRUFBZCxxQkFBYyxFQUFkLElBQWM7WUFBZCwwQkFBYzs7UUFBaEMsYUFBUSxHQUFSLFFBQVEsQ0FBUTtRQU0zQixPQUFFLEdBQVcsRUFBRSxDQUFDO0lBTHhCLENBQUM7O0lBQ0QsYUFBSyxHQUFMO1FBQ0ksT0FBTyxNQUFNLEdBQUcsSUFBSSxDQUFDLFFBQVEsR0FBRyxPQUFPLENBQUM7SUFDNUMsQ0FBQztJQUdPLFVBQUUsR0FBVjtRQUNJLE9BQU8sSUFBSSxDQUFDLFFBQVEsQ0FBQztJQUN6QixDQUFDO0lBQ0Qsc0JBQUksb0JBQVM7YUFBYjtZQUNJLE9BQU8sSUFBSSxDQUFDLFFBQVEsQ0FBQztRQUN6QixDQUFDO2FBQ0QsVUFBYyxTQUFpQjtZQUMzQixJQUFJLENBQUMsUUFBUSxHQUFHLFNBQVMsQ0FBQztRQUM5QixDQUFDOzs7T0FIQTtJQUlMLGNBQUM7QUFBRCxDQUFDLEFBakJELElBaUJDIn0=,Y2xhc3MgR3JlZXRlciB7CiAgICBjb25zdHJ1Y3RvcihwdWJsaWMgZ3JlZXRpbmc6IHN0cmluZywgLi4uYjogc3RyaW5nW10pIHsKICAgIH0KICAgIGdyZWV0KCkgewogICAgICAgIHJldHVybiAiPGgxPiIgKyB0aGlzLmdyZWV0aW5nICsgIjwvaDE+IjsKICAgIH0KICAgIHByaXZhdGUgeDogc3RyaW5nOwogICAgcHJpdmF0ZSB4MTogbnVtYmVyID0gMTA7CiAgICBwcml2YXRlIGZuKCkgewogICAgICAgIHJldHVybiB0aGlzLmdyZWV0aW5nOwogICAgfQogICAgZ2V0IGdyZWV0aW5ncygpIHsKICAgICAgICByZXR1cm4gdGhpcy5ncmVldGluZzsKICAgIH0KICAgIHNldCBncmVldGluZ3MoZ3JlZXRpbmdzOiBzdHJpbmcpIHsKICAgICAgICB0aGlzLmdyZWV0aW5nID0gZ3JlZXRpbmdzOwogICAgfQp9 +{"version":3,"file":"sourceMapValidationClass.js","sourceRoot":"","sources":["sourceMapValidationClass.ts"],"names":[],"mappings":"AAAA;IACI,iBAAmB,QAAgB;QAAE,WAAc;aAAd,UAAc,EAAd,qBAAc,EAAd,IAAc;YAAd,0BAAc;;QAAhC,aAAQ,GAAR,QAAQ,CAAQ;QAM3B,OAAE,GAAW,EAAE,CAAC;IALxB,CAAC;;IACD,uBAAK,GAAL;QACI,OAAO,MAAM,GAAG,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;IAC5C,CAAC;IAGO,oBAAE,GAAV;QACI,OAAO,IAAI,CAAC,QAAQ,CAAC;IACzB,CAAC;IACD,sBAAI,8BAAS;aAAb;YACI,OAAO,IAAI,CAAC,QAAQ,CAAC;QACzB,CAAC;aACD,UAAc,SAAiB;YAC3B,IAAI,CAAC,QAAQ,GAAG,SAAS,CAAC;QAC9B,CAAC;;;OAHA;IAIL,cAAC;AAAD,CAAC,AAjBD,IAiBC"} +//// https://sokra.github.io/source-map-visualization#base64,dmFyIEdyZWV0ZXIgPSAvKiogQGNsYXNzICovIChmdW5jdGlvbiAoKSB7DQogICAgZnVuY3Rpb24gR3JlZXRlcihncmVldGluZykgew0KICAgICAgICB2YXIgYiA9IFtdOw0KICAgICAgICBmb3IgKHZhciBfaSA9IDE7IF9pIDwgYXJndW1lbnRzLmxlbmd0aDsgX2krKykgew0KICAgICAgICAgICAgYltfaSAtIDFdID0gYXJndW1lbnRzW19pXTsNCiAgICAgICAgfQ0KICAgICAgICB0aGlzLmdyZWV0aW5nID0gZ3JlZXRpbmc7DQogICAgICAgIHRoaXMueDEgPSAxMDsNCiAgICB9DQogICAgdmFyIEdyZWV0ZXJfcHJvdG90eXBlID0gR3JlZXRlci5wcm90b3R5cGU7DQogICAgR3JlZXRlcl9wcm90b3R5cGUuZ3JlZXQgPSBmdW5jdGlvbiAoKSB7DQogICAgICAgIHJldHVybiAiPGgxPiIgKyB0aGlzLmdyZWV0aW5nICsgIjwvaDE+IjsNCiAgICB9Ow0KICAgIEdyZWV0ZXJfcHJvdG90eXBlLmZuID0gZnVuY3Rpb24gKCkgew0KICAgICAgICByZXR1cm4gdGhpcy5ncmVldGluZzsNCiAgICB9Ow0KICAgIE9iamVjdC5kZWZpbmVQcm9wZXJ0eShHcmVldGVyX3Byb3RvdHlwZSwgImdyZWV0aW5ncyIsIHsNCiAgICAgICAgZ2V0OiBmdW5jdGlvbiAoKSB7DQogICAgICAgICAgICByZXR1cm4gdGhpcy5ncmVldGluZzsNCiAgICAgICAgfSwNCiAgICAgICAgc2V0OiBmdW5jdGlvbiAoZ3JlZXRpbmdzKSB7DQogICAgICAgICAgICB0aGlzLmdyZWV0aW5nID0gZ3JlZXRpbmdzOw0KICAgICAgICB9LA0KICAgICAgICBlbnVtZXJhYmxlOiBmYWxzZSwNCiAgICAgICAgY29uZmlndXJhYmxlOiB0cnVlDQogICAgfSk7DQogICAgcmV0dXJuIEdyZWV0ZXI7DQp9KCkpOw0KLy8jIHNvdXJjZU1hcHBpbmdVUkw9c291cmNlTWFwVmFsaWRhdGlvbkNsYXNzLmpzLm1hcA==,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic291cmNlTWFwVmFsaWRhdGlvbkNsYXNzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsic291cmNlTWFwVmFsaWRhdGlvbkNsYXNzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0lBQ0ksaUJBQW1CLFFBQWdCO1FBQUUsV0FBYzthQUFkLFVBQWMsRUFBZCxxQkFBYyxFQUFkLElBQWM7WUFBZCwwQkFBYzs7UUFBaEMsYUFBUSxHQUFSLFFBQVEsQ0FBUTtRQU0zQixPQUFFLEdBQVcsRUFBRSxDQUFDO0lBTHhCLENBQUM7O0lBQ0QsdUJBQUssR0FBTDtRQUNJLE9BQU8sTUFBTSxHQUFHLElBQUksQ0FBQyxRQUFRLEdBQUcsT0FBTyxDQUFDO0lBQzVDLENBQUM7SUFHTyxvQkFBRSxHQUFWO1FBQ0ksT0FBTyxJQUFJLENBQUMsUUFBUSxDQUFDO0lBQ3pCLENBQUM7SUFDRCxzQkFBSSw4QkFBUzthQUFiO1lBQ0ksT0FBTyxJQUFJLENBQUMsUUFBUSxDQUFDO1FBQ3pCLENBQUM7YUFDRCxVQUFjLFNBQWlCO1lBQzNCLElBQUksQ0FBQyxRQUFRLEdBQUcsU0FBUyxDQUFDO1FBQzlCLENBQUM7OztPQUhBO0lBSUwsY0FBQztBQUFELENBQUMsQUFqQkQsSUFpQkMifQ==,Y2xhc3MgR3JlZXRlciB7CiAgICBjb25zdHJ1Y3RvcihwdWJsaWMgZ3JlZXRpbmc6IHN0cmluZywgLi4uYjogc3RyaW5nW10pIHsKICAgIH0KICAgIGdyZWV0KCkgewogICAgICAgIHJldHVybiAiPGgxPiIgKyB0aGlzLmdyZWV0aW5nICsgIjwvaDE+IjsKICAgIH0KICAgIHByaXZhdGUgeDogc3RyaW5nOwogICAgcHJpdmF0ZSB4MTogbnVtYmVyID0gMTA7CiAgICBwcml2YXRlIGZuKCkgewogICAgICAgIHJldHVybiB0aGlzLmdyZWV0aW5nOwogICAgfQogICAgZ2V0IGdyZWV0aW5ncygpIHsKICAgICAgICByZXR1cm4gdGhpcy5ncmVldGluZzsKICAgIH0KICAgIHNldCBncmVldGluZ3MoZ3JlZXRpbmdzOiBzdHJpbmcpIHsKICAgICAgICB0aGlzLmdyZWV0aW5nID0gZ3JlZXRpbmdzOwogICAgfQp9 diff --git a/tests/baselines/reference/sourceMapValidationClass.sourcemap.txt b/tests/baselines/reference/sourceMapValidationClass.sourcemap.txt index 060526b66f0c3..b784630e31302 100644 --- a/tests/baselines/reference/sourceMapValidationClass.sourcemap.txt +++ b/tests/baselines/reference/sourceMapValidationClass.sourcemap.txt @@ -107,25 +107,25 @@ sourceFile:sourceMapValidationClass.ts >>> } 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 > 2 > } 1 >Emitted(9, 5) Source(3, 5) + SourceIndex(0) 2 >Emitted(9, 6) Source(3, 6) + SourceIndex(0) --- ->>> var proto_1 = Greeter.prototype; ->>> proto_1.greet = function () { +>>> var Greeter_prototype = Greeter.prototype; +>>> Greeter_prototype.greet = function () { 1->^^^^ -2 > ^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +2 > ^^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^^^^^^-> 1-> > 2 > greet -3 > +3 > 1->Emitted(11, 5) Source(4, 5) + SourceIndex(0) -2 >Emitted(11, 18) Source(4, 10) + SourceIndex(0) -3 >Emitted(11, 21) Source(4, 5) + SourceIndex(0) +2 >Emitted(11, 28) Source(4, 10) + SourceIndex(0) +3 >Emitted(11, 31) Source(4, 5) + SourceIndex(0) --- >>> return "

" + this.greeting + "

"; 1->^^^^^^^^ @@ -163,27 +163,27 @@ sourceFile:sourceMapValidationClass.ts >>> }; 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 > > 2 > } 1 >Emitted(13, 5) Source(6, 5) + SourceIndex(0) 2 >Emitted(13, 6) Source(6, 6) + SourceIndex(0) --- ->>> proto_1.fn = function () { +>>> Greeter_prototype.fn = function () { 1->^^^^ -2 > ^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^-> +2 > ^^^^^^^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^-> 1-> > private x: string; > private x1: number = 10; > private 2 > fn -3 > +3 > 1->Emitted(14, 5) Source(9, 13) + SourceIndex(0) -2 >Emitted(14, 15) Source(9, 15) + SourceIndex(0) -3 >Emitted(14, 18) Source(9, 5) + SourceIndex(0) +2 >Emitted(14, 25) Source(9, 15) + SourceIndex(0) +3 >Emitted(14, 28) Source(9, 5) + SourceIndex(0) --- >>> return this.greeting; 1->^^^^^^^^ @@ -209,24 +209,24 @@ sourceFile:sourceMapValidationClass.ts >>> }; 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 > > 2 > } 1 >Emitted(16, 5) Source(11, 5) + SourceIndex(0) 2 >Emitted(16, 6) Source(11, 6) + SourceIndex(0) --- ->>> Object.defineProperty(proto_1, "greetings", { +>>> Object.defineProperty(Greeter_prototype, "greetings", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^ +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 1-> > 2 > get 3 > greetings 1->Emitted(17, 5) Source(12, 5) + SourceIndex(0) 2 >Emitted(17, 27) Source(12, 9) + SourceIndex(0) -3 >Emitted(17, 47) Source(12, 18) + SourceIndex(0) +3 >Emitted(17, 57) Source(12, 18) + SourceIndex(0) --- >>> get: function () { 1 >^^^^^^^^^^^^^ diff --git a/tests/baselines/reference/sourceMapValidationDecorators.js b/tests/baselines/reference/sourceMapValidationDecorators.js index bf84c0a465495..60695a5d1b2c8 100644 --- a/tests/baselines/reference/sourceMapValidationDecorators.js +++ b/tests/baselines/reference/sourceMapValidationDecorators.js @@ -72,14 +72,14 @@ var Greeter = /** @class */ (function () { } this.greeting = greeting; } - var proto_1 = Greeter.prototype; - proto_1.greet = function () { + var Greeter_prototype = Greeter.prototype; + Greeter_prototype.greet = function () { return "

" + this.greeting + "

"; }; - proto_1.fn = function (x) { + Greeter_prototype.fn = function (x) { return this.greeting; }; - Object.defineProperty(proto_1, "greetings", { + Object.defineProperty(Greeter_prototype, "greetings", { get: function () { return this.greeting; }, diff --git a/tests/baselines/reference/sourceMapValidationDecorators.js.map b/tests/baselines/reference/sourceMapValidationDecorators.js.map index 3df9de9566148..90c00bf490acf 100644 --- a/tests/baselines/reference/sourceMapValidationDecorators.js.map +++ b/tests/baselines/reference/sourceMapValidationDecorators.js.map @@ -1,3 +1,3 @@ //// [sourceMapValidationDecorators.js.map] -{"version":3,"file":"sourceMapValidationDecorators.js","sourceRoot":"","sources":["sourceMapValidationDecorators.ts"],"names":[],"mappings":";;;;;;;;;AASA;IACI,iBAGS,QAAgB;QAIvB,WAAc;aAAd,UAAc,EAAd,qBAAc,EAAd,IAAc;YAAd,0BAAc;;QAJP,aAAQ,GAAR,QAAQ,CAAQ;IAKzB,CAAC;;IAID,aAAK,GAAL;QACI,OAAO,MAAM,GAAG,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;IAC5C,CAAC;IAUO,UAAE,GAAV,UAGE,CAAS;QACP,OAAO,IAAI,CAAC,QAAQ,CAAC;IACzB,CAAC;IAID,sBAAI,oBAAS;aAAb;YACI,OAAO,IAAI,CAAC,QAAQ,CAAC;QACzB,CAAC;aAED,UAGE,SAAiB;YACf,IAAI,CAAC,QAAQ,GAAG,SAAS,CAAC;QAC9B,CAAC;;;OAPA;IAbc,UAAE,GAAW,EAAE,CAAC;IAV/B;QAFC,kBAAkB;QAClB,kBAAkB,CAAC,EAAE,CAAC;wCAGtB;IAID;QAFC,kBAAkB;QAClB,kBAAkB,CAAC,EAAE,CAAC;sCACL;IAMlB;QACG,WAAA,mBAAmB,CAAA;QACnB,WAAA,mBAAmB,CAAC,EAAE,CAAC,CAAA;qCAGzB;IAID;QAFC,kBAAkB;QAClB,kBAAkB,CAAC,EAAE,CAAC;QAMpB,WAAA,mBAAmB,CAAA;QACnB,WAAA,mBAAmB,CAAC,EAAE,CAAC,CAAA;4CAJzB;IAbD;QAFC,kBAAkB;QAClB,kBAAkB,CAAC,EAAE,CAAC;6BACQ;IAvB7B,OAAO;QAFZ,eAAe;QACf,eAAe,CAAC,EAAE,CAAC;QAGb,WAAA,mBAAmB,CAAA;QACnB,WAAA,mBAAmB,CAAC,EAAE,CAAC,CAAA;QAGvB,WAAA,mBAAmB,CAAA;QACnB,WAAA,mBAAmB,CAAC,EAAE,CAAC,CAAA;OAPxB,OAAO,CA4CZ;IAAD,cAAC;CAAA,AA5CD,IA4CC"} -//// https://sokra.github.io/source-map-visualization#base64,dmFyIF9fZGVjb3JhdGUgPSAodGhpcyAmJiB0aGlzLl9fZGVjb3JhdGUpIHx8IGZ1bmN0aW9uIChkZWNvcmF0b3JzLCB0YXJnZXQsIGtleSwgZGVzYykgew0KICAgIHZhciBjID0gYXJndW1lbnRzLmxlbmd0aCwgciA9IGMgPCAzID8gdGFyZ2V0IDogZGVzYyA9PT0gbnVsbCA/IGRlc2MgPSBPYmplY3QuZ2V0T3duUHJvcGVydHlEZXNjcmlwdG9yKHRhcmdldCwga2V5KSA6IGRlc2MsIGQ7DQogICAgaWYgKHR5cGVvZiBSZWZsZWN0ID09PSAib2JqZWN0IiAmJiB0eXBlb2YgUmVmbGVjdC5kZWNvcmF0ZSA9PT0gImZ1bmN0aW9uIikgciA9IFJlZmxlY3QuZGVjb3JhdGUoZGVjb3JhdG9ycywgdGFyZ2V0LCBrZXksIGRlc2MpOw0KICAgIGVsc2UgZm9yICh2YXIgaSA9IGRlY29yYXRvcnMubGVuZ3RoIC0gMTsgaSA+PSAwOyBpLS0pIGlmIChkID0gZGVjb3JhdG9yc1tpXSkgciA9IChjIDwgMyA/IGQocikgOiBjID4gMyA/IGQodGFyZ2V0LCBrZXksIHIpIDogZCh0YXJnZXQsIGtleSkpIHx8IHI7DQogICAgcmV0dXJuIGMgPiAzICYmIHIgJiYgT2JqZWN0LmRlZmluZVByb3BlcnR5KHRhcmdldCwga2V5LCByKSwgcjsNCn07DQp2YXIgX19wYXJhbSA9ICh0aGlzICYmIHRoaXMuX19wYXJhbSkgfHwgZnVuY3Rpb24gKHBhcmFtSW5kZXgsIGRlY29yYXRvcikgew0KICAgIHJldHVybiBmdW5jdGlvbiAodGFyZ2V0LCBrZXkpIHsgZGVjb3JhdG9yKHRhcmdldCwga2V5LCBwYXJhbUluZGV4KTsgfQ0KfTsNCnZhciBHcmVldGVyID0gLyoqIEBjbGFzcyAqLyAoZnVuY3Rpb24gKCkgew0KICAgIGZ1bmN0aW9uIEdyZWV0ZXIoZ3JlZXRpbmcpIHsNCiAgICAgICAgdmFyIGIgPSBbXTsNCiAgICAgICAgZm9yICh2YXIgX2kgPSAxOyBfaSA8IGFyZ3VtZW50cy5sZW5ndGg7IF9pKyspIHsNCiAgICAgICAgICAgIGJbX2kgLSAxXSA9IGFyZ3VtZW50c1tfaV07DQogICAgICAgIH0NCiAgICAgICAgdGhpcy5ncmVldGluZyA9IGdyZWV0aW5nOw0KICAgIH0NCiAgICB2YXIgcHJvdG9fMSA9IEdyZWV0ZXIucHJvdG90eXBlOw0KICAgIHByb3RvXzEuZ3JlZXQgPSBmdW5jdGlvbiAoKSB7DQogICAgICAgIHJldHVybiAiPGgxPiIgKyB0aGlzLmdyZWV0aW5nICsgIjwvaDE+IjsNCiAgICB9Ow0KICAgIHByb3RvXzEuZm4gPSBmdW5jdGlvbiAoeCkgew0KICAgICAgICByZXR1cm4gdGhpcy5ncmVldGluZzsNCiAgICB9Ow0KICAgIE9iamVjdC5kZWZpbmVQcm9wZXJ0eShwcm90b18xLCAiZ3JlZXRpbmdzIiwgew0KICAgICAgICBnZXQ6IGZ1bmN0aW9uICgpIHsNCiAgICAgICAgICAgIHJldHVybiB0aGlzLmdyZWV0aW5nOw0KICAgICAgICB9LA0KICAgICAgICBzZXQ6IGZ1bmN0aW9uIChncmVldGluZ3MpIHsNCiAgICAgICAgICAgIHRoaXMuZ3JlZXRpbmcgPSBncmVldGluZ3M7DQogICAgICAgIH0sDQogICAgICAgIGVudW1lcmFibGU6IGZhbHNlLA0KICAgICAgICBjb25maWd1cmFibGU6IHRydWUNCiAgICB9KTsNCiAgICBHcmVldGVyLngxID0gMTA7DQogICAgX19kZWNvcmF0ZShbDQogICAgICAgIFByb3BlcnR5RGVjb3JhdG9yMSwNCiAgICAgICAgUHJvcGVydHlEZWNvcmF0b3IyKDQwKQ0KICAgIF0sIEdyZWV0ZXIucHJvdG90eXBlLCAiZ3JlZXQiLCBudWxsKTsNCiAgICBfX2RlY29yYXRlKFsNCiAgICAgICAgUHJvcGVydHlEZWNvcmF0b3IxLA0KICAgICAgICBQcm9wZXJ0eURlY29yYXRvcjIoNTApDQogICAgXSwgR3JlZXRlci5wcm90b3R5cGUsICJ4Iiwgdm9pZCAwKTsNCiAgICBfX2RlY29yYXRlKFsNCiAgICAgICAgX19wYXJhbSgwLCBQYXJhbWV0ZXJEZWNvcmF0b3IxKSwNCiAgICAgICAgX19wYXJhbSgwLCBQYXJhbWV0ZXJEZWNvcmF0b3IyKDcwKSkNCiAgICBdLCBHcmVldGVyLnByb3RvdHlwZSwgImZuIiwgbnVsbCk7DQogICAgX19kZWNvcmF0ZShbDQogICAgICAgIFByb3BlcnR5RGVjb3JhdG9yMSwNCiAgICAgICAgUHJvcGVydHlEZWNvcmF0b3IyKDgwKSwNCiAgICAgICAgX19wYXJhbSgwLCBQYXJhbWV0ZXJEZWNvcmF0b3IxKSwNCiAgICAgICAgX19wYXJhbSgwLCBQYXJhbWV0ZXJEZWNvcmF0b3IyKDkwKSkNCiAgICBdLCBHcmVldGVyLnByb3RvdHlwZSwgImdyZWV0aW5ncyIsIG51bGwpOw0KICAgIF9fZGVjb3JhdGUoWw0KICAgICAgICBQcm9wZXJ0eURlY29yYXRvcjEsDQogICAgICAgIFByb3BlcnR5RGVjb3JhdG9yMig2MCkNCiAgICBdLCBHcmVldGVyLCAieDEiLCB2b2lkIDApOw0KICAgIEdyZWV0ZXIgPSBfX2RlY29yYXRlKFsNCiAgICAgICAgQ2xhc3NEZWNvcmF0b3IxLA0KICAgICAgICBDbGFzc0RlY29yYXRvcjIoMTApLA0KICAgICAgICBfX3BhcmFtKDAsIFBhcmFtZXRlckRlY29yYXRvcjEpLA0KICAgICAgICBfX3BhcmFtKDAsIFBhcmFtZXRlckRlY29yYXRvcjIoMjApKSwNCiAgICAgICAgX19wYXJhbSgxLCBQYXJhbWV0ZXJEZWNvcmF0b3IxKSwNCiAgICAgICAgX19wYXJhbSgxLCBQYXJhbWV0ZXJEZWNvcmF0b3IyKDMwKSkNCiAgICBdLCBHcmVldGVyKTsNCiAgICByZXR1cm4gR3JlZXRlcjsNCn0oKSk7DQovLyMgc291cmNlTWFwcGluZ1VSTD1zb3VyY2VNYXBWYWxpZGF0aW9uRGVjb3JhdG9ycy5qcy5tYXA=,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic291cmNlTWFwVmFsaWRhdGlvbkRlY29yYXRvcnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJzb3VyY2VNYXBWYWxpZGF0aW9uRGVjb3JhdG9ycy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7QUFTQTtJQUNJLGlCQUdTLFFBQWdCO1FBSXZCLFdBQWM7YUFBZCxVQUFjLEVBQWQscUJBQWMsRUFBZCxJQUFjO1lBQWQsMEJBQWM7O1FBSlAsYUFBUSxHQUFSLFFBQVEsQ0FBUTtJQUt6QixDQUFDOztJQUlELGFBQUssR0FBTDtRQUNJLE9BQU8sTUFBTSxHQUFHLElBQUksQ0FBQyxRQUFRLEdBQUcsT0FBTyxDQUFDO0lBQzVDLENBQUM7SUFVTyxVQUFFLEdBQVYsVUFHRSxDQUFTO1FBQ1AsT0FBTyxJQUFJLENBQUMsUUFBUSxDQUFDO0lBQ3pCLENBQUM7SUFJRCxzQkFBSSxvQkFBUzthQUFiO1lBQ0ksT0FBTyxJQUFJLENBQUMsUUFBUSxDQUFDO1FBQ3pCLENBQUM7YUFFRCxVQUdFLFNBQWlCO1lBQ2YsSUFBSSxDQUFDLFFBQVEsR0FBRyxTQUFTLENBQUM7UUFDOUIsQ0FBQzs7O09BUEE7SUFiYyxVQUFFLEdBQVcsRUFBRSxDQUFDO0lBVi9CO1FBRkMsa0JBQWtCO1FBQ2xCLGtCQUFrQixDQUFDLEVBQUUsQ0FBQzt3Q0FHdEI7SUFJRDtRQUZDLGtCQUFrQjtRQUNsQixrQkFBa0IsQ0FBQyxFQUFFLENBQUM7c0NBQ0w7SUFNbEI7UUFDRyxXQUFBLG1CQUFtQixDQUFBO1FBQ25CLFdBQUEsbUJBQW1CLENBQUMsRUFBRSxDQUFDLENBQUE7cUNBR3pCO0lBSUQ7UUFGQyxrQkFBa0I7UUFDbEIsa0JBQWtCLENBQUMsRUFBRSxDQUFDO1FBTXBCLFdBQUEsbUJBQW1CLENBQUE7UUFDbkIsV0FBQSxtQkFBbUIsQ0FBQyxFQUFFLENBQUMsQ0FBQTs0Q0FKekI7SUFiRDtRQUZDLGtCQUFrQjtRQUNsQixrQkFBa0IsQ0FBQyxFQUFFLENBQUM7NkJBQ1E7SUF2QjdCLE9BQU87UUFGWixlQUFlO1FBQ2YsZUFBZSxDQUFDLEVBQUUsQ0FBQztRQUdiLFdBQUEsbUJBQW1CLENBQUE7UUFDbkIsV0FBQSxtQkFBbUIsQ0FBQyxFQUFFLENBQUMsQ0FBQTtRQUd2QixXQUFBLG1CQUFtQixDQUFBO1FBQ25CLFdBQUEsbUJBQW1CLENBQUMsRUFBRSxDQUFDLENBQUE7T0FQeEIsT0FBTyxDQTRDWjtJQUFELGNBQUM7Q0FBQSxBQTVDRCxJQTRDQyJ9,ZGVjbGFyZSBmdW5jdGlvbiBDbGFzc0RlY29yYXRvcjEodGFyZ2V0OiBGdW5jdGlvbik6IHZvaWQ7CmRlY2xhcmUgZnVuY3Rpb24gQ2xhc3NEZWNvcmF0b3IyKHg6IG51bWJlcik6ICh0YXJnZXQ6IEZ1bmN0aW9uKSA9PiB2b2lkOwpkZWNsYXJlIGZ1bmN0aW9uIFByb3BlcnR5RGVjb3JhdG9yMSh0YXJnZXQ6IE9iamVjdCwga2V5OiBzdHJpbmcgfCBzeW1ib2wsIGRlc2NyaXB0b3I/OiBQcm9wZXJ0eURlc2NyaXB0b3IpOiB2b2lkOwpkZWNsYXJlIGZ1bmN0aW9uIFByb3BlcnR5RGVjb3JhdG9yMih4OiBudW1iZXIpOiAodGFyZ2V0OiBPYmplY3QsIGtleTogc3RyaW5nIHwgc3ltYm9sLCBkZXNjcmlwdG9yPzogUHJvcGVydHlEZXNjcmlwdG9yKSA9PiB2b2lkOwpkZWNsYXJlIGZ1bmN0aW9uIFBhcmFtZXRlckRlY29yYXRvcjEodGFyZ2V0OiBPYmplY3QsIGtleTogc3RyaW5nIHwgc3ltYm9sLCBwYXJhbUluZGV4OiBudW1iZXIpOiB2b2lkOwpkZWNsYXJlIGZ1bmN0aW9uIFBhcmFtZXRlckRlY29yYXRvcjIoeDogbnVtYmVyKTogKHRhcmdldDogT2JqZWN0LCBrZXk6IHN0cmluZyB8IHN5bWJvbCwgcGFyYW1JbmRleDogbnVtYmVyKSA9PiB2b2lkOwoKQENsYXNzRGVjb3JhdG9yMQpAQ2xhc3NEZWNvcmF0b3IyKDEwKQpjbGFzcyBHcmVldGVyIHsKICAgIGNvbnN0cnVjdG9yKAogICAgICBAUGFyYW1ldGVyRGVjb3JhdG9yMSAKICAgICAgQFBhcmFtZXRlckRlY29yYXRvcjIoMjApIAogICAgICBwdWJsaWMgZ3JlZXRpbmc6IHN0cmluZywgCiAgICAgIAogICAgICBAUGFyYW1ldGVyRGVjb3JhdG9yMSAKICAgICAgQFBhcmFtZXRlckRlY29yYXRvcjIoMzApIAogICAgICAuLi5iOiBzdHJpbmdbXSkgewogICAgfQogICAgCiAgICBAUHJvcGVydHlEZWNvcmF0b3IxCiAgICBAUHJvcGVydHlEZWNvcmF0b3IyKDQwKQogICAgZ3JlZXQoKSB7CiAgICAgICAgcmV0dXJuICI8aDE+IiArIHRoaXMuZ3JlZXRpbmcgKyAiPC9oMT4iOwogICAgfQoKICAgIEBQcm9wZXJ0eURlY29yYXRvcjEKICAgIEBQcm9wZXJ0eURlY29yYXRvcjIoNTApCiAgICBwcml2YXRlIHg6IHN0cmluZzsKCiAgICBAUHJvcGVydHlEZWNvcmF0b3IxCiAgICBAUHJvcGVydHlEZWNvcmF0b3IyKDYwKQogICAgcHJpdmF0ZSBzdGF0aWMgeDE6IG51bWJlciA9IDEwOwogICAgCiAgICBwcml2YXRlIGZuKAogICAgICBAUGFyYW1ldGVyRGVjb3JhdG9yMSAKICAgICAgQFBhcmFtZXRlckRlY29yYXRvcjIoNzApIAogICAgICB4OiBudW1iZXIpIHsKICAgICAgICByZXR1cm4gdGhpcy5ncmVldGluZzsKICAgIH0KCiAgICBAUHJvcGVydHlEZWNvcmF0b3IxCiAgICBAUHJvcGVydHlEZWNvcmF0b3IyKDgwKQogICAgZ2V0IGdyZWV0aW5ncygpIHsKICAgICAgICByZXR1cm4gdGhpcy5ncmVldGluZzsKICAgIH0KCiAgICBzZXQgZ3JlZXRpbmdzKAogICAgICBAUGFyYW1ldGVyRGVjb3JhdG9yMSAKICAgICAgQFBhcmFtZXRlckRlY29yYXRvcjIoOTApIAogICAgICBncmVldGluZ3M6IHN0cmluZykgewogICAgICAgIHRoaXMuZ3JlZXRpbmcgPSBncmVldGluZ3M7CiAgICB9ICAgIAp9 +{"version":3,"file":"sourceMapValidationDecorators.js","sourceRoot":"","sources":["sourceMapValidationDecorators.ts"],"names":[],"mappings":";;;;;;;;;AASA;IACI,iBAGS,QAAgB;QAIvB,WAAc;aAAd,UAAc,EAAd,qBAAc,EAAd,IAAc;YAAd,0BAAc;;QAJP,aAAQ,GAAR,QAAQ,CAAQ;IAKzB,CAAC;;IAID,uBAAK,GAAL;QACI,OAAO,MAAM,GAAG,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;IAC5C,CAAC;IAUO,oBAAE,GAAV,UAGE,CAAS;QACP,OAAO,IAAI,CAAC,QAAQ,CAAC;IACzB,CAAC;IAID,sBAAI,8BAAS;aAAb;YACI,OAAO,IAAI,CAAC,QAAQ,CAAC;QACzB,CAAC;aAED,UAGE,SAAiB;YACf,IAAI,CAAC,QAAQ,GAAG,SAAS,CAAC;QAC9B,CAAC;;;OAPA;IAbc,UAAE,GAAW,EAAE,CAAC;IAV/B;QAFC,kBAAkB;QAClB,kBAAkB,CAAC,EAAE,CAAC;wCAGtB;IAID;QAFC,kBAAkB;QAClB,kBAAkB,CAAC,EAAE,CAAC;sCACL;IAMlB;QACG,WAAA,mBAAmB,CAAA;QACnB,WAAA,mBAAmB,CAAC,EAAE,CAAC,CAAA;qCAGzB;IAID;QAFC,kBAAkB;QAClB,kBAAkB,CAAC,EAAE,CAAC;QAMpB,WAAA,mBAAmB,CAAA;QACnB,WAAA,mBAAmB,CAAC,EAAE,CAAC,CAAA;4CAJzB;IAbD;QAFC,kBAAkB;QAClB,kBAAkB,CAAC,EAAE,CAAC;6BACQ;IAvB7B,OAAO;QAFZ,eAAe;QACf,eAAe,CAAC,EAAE,CAAC;QAGb,WAAA,mBAAmB,CAAA;QACnB,WAAA,mBAAmB,CAAC,EAAE,CAAC,CAAA;QAGvB,WAAA,mBAAmB,CAAA;QACnB,WAAA,mBAAmB,CAAC,EAAE,CAAC,CAAA;OAPxB,OAAO,CA4CZ;IAAD,cAAC;CAAA,AA5CD,IA4CC"} +//// https://sokra.github.io/source-map-visualization#base64,dmFyIF9fZGVjb3JhdGUgPSAodGhpcyAmJiB0aGlzLl9fZGVjb3JhdGUpIHx8IGZ1bmN0aW9uIChkZWNvcmF0b3JzLCB0YXJnZXQsIGtleSwgZGVzYykgew0KICAgIHZhciBjID0gYXJndW1lbnRzLmxlbmd0aCwgciA9IGMgPCAzID8gdGFyZ2V0IDogZGVzYyA9PT0gbnVsbCA/IGRlc2MgPSBPYmplY3QuZ2V0T3duUHJvcGVydHlEZXNjcmlwdG9yKHRhcmdldCwga2V5KSA6IGRlc2MsIGQ7DQogICAgaWYgKHR5cGVvZiBSZWZsZWN0ID09PSAib2JqZWN0IiAmJiB0eXBlb2YgUmVmbGVjdC5kZWNvcmF0ZSA9PT0gImZ1bmN0aW9uIikgciA9IFJlZmxlY3QuZGVjb3JhdGUoZGVjb3JhdG9ycywgdGFyZ2V0LCBrZXksIGRlc2MpOw0KICAgIGVsc2UgZm9yICh2YXIgaSA9IGRlY29yYXRvcnMubGVuZ3RoIC0gMTsgaSA+PSAwOyBpLS0pIGlmIChkID0gZGVjb3JhdG9yc1tpXSkgciA9IChjIDwgMyA/IGQocikgOiBjID4gMyA/IGQodGFyZ2V0LCBrZXksIHIpIDogZCh0YXJnZXQsIGtleSkpIHx8IHI7DQogICAgcmV0dXJuIGMgPiAzICYmIHIgJiYgT2JqZWN0LmRlZmluZVByb3BlcnR5KHRhcmdldCwga2V5LCByKSwgcjsNCn07DQp2YXIgX19wYXJhbSA9ICh0aGlzICYmIHRoaXMuX19wYXJhbSkgfHwgZnVuY3Rpb24gKHBhcmFtSW5kZXgsIGRlY29yYXRvcikgew0KICAgIHJldHVybiBmdW5jdGlvbiAodGFyZ2V0LCBrZXkpIHsgZGVjb3JhdG9yKHRhcmdldCwga2V5LCBwYXJhbUluZGV4KTsgfQ0KfTsNCnZhciBHcmVldGVyID0gLyoqIEBjbGFzcyAqLyAoZnVuY3Rpb24gKCkgew0KICAgIGZ1bmN0aW9uIEdyZWV0ZXIoZ3JlZXRpbmcpIHsNCiAgICAgICAgdmFyIGIgPSBbXTsNCiAgICAgICAgZm9yICh2YXIgX2kgPSAxOyBfaSA8IGFyZ3VtZW50cy5sZW5ndGg7IF9pKyspIHsNCiAgICAgICAgICAgIGJbX2kgLSAxXSA9IGFyZ3VtZW50c1tfaV07DQogICAgICAgIH0NCiAgICAgICAgdGhpcy5ncmVldGluZyA9IGdyZWV0aW5nOw0KICAgIH0NCiAgICB2YXIgR3JlZXRlcl9wcm90b3R5cGUgPSBHcmVldGVyLnByb3RvdHlwZTsNCiAgICBHcmVldGVyX3Byb3RvdHlwZS5ncmVldCA9IGZ1bmN0aW9uICgpIHsNCiAgICAgICAgcmV0dXJuICI8aDE+IiArIHRoaXMuZ3JlZXRpbmcgKyAiPC9oMT4iOw0KICAgIH07DQogICAgR3JlZXRlcl9wcm90b3R5cGUuZm4gPSBmdW5jdGlvbiAoeCkgew0KICAgICAgICByZXR1cm4gdGhpcy5ncmVldGluZzsNCiAgICB9Ow0KICAgIE9iamVjdC5kZWZpbmVQcm9wZXJ0eShHcmVldGVyX3Byb3RvdHlwZSwgImdyZWV0aW5ncyIsIHsNCiAgICAgICAgZ2V0OiBmdW5jdGlvbiAoKSB7DQogICAgICAgICAgICByZXR1cm4gdGhpcy5ncmVldGluZzsNCiAgICAgICAgfSwNCiAgICAgICAgc2V0OiBmdW5jdGlvbiAoZ3JlZXRpbmdzKSB7DQogICAgICAgICAgICB0aGlzLmdyZWV0aW5nID0gZ3JlZXRpbmdzOw0KICAgICAgICB9LA0KICAgICAgICBlbnVtZXJhYmxlOiBmYWxzZSwNCiAgICAgICAgY29uZmlndXJhYmxlOiB0cnVlDQogICAgfSk7DQogICAgR3JlZXRlci54MSA9IDEwOw0KICAgIF9fZGVjb3JhdGUoWw0KICAgICAgICBQcm9wZXJ0eURlY29yYXRvcjEsDQogICAgICAgIFByb3BlcnR5RGVjb3JhdG9yMig0MCkNCiAgICBdLCBHcmVldGVyLnByb3RvdHlwZSwgImdyZWV0IiwgbnVsbCk7DQogICAgX19kZWNvcmF0ZShbDQogICAgICAgIFByb3BlcnR5RGVjb3JhdG9yMSwNCiAgICAgICAgUHJvcGVydHlEZWNvcmF0b3IyKDUwKQ0KICAgIF0sIEdyZWV0ZXIucHJvdG90eXBlLCAieCIsIHZvaWQgMCk7DQogICAgX19kZWNvcmF0ZShbDQogICAgICAgIF9fcGFyYW0oMCwgUGFyYW1ldGVyRGVjb3JhdG9yMSksDQogICAgICAgIF9fcGFyYW0oMCwgUGFyYW1ldGVyRGVjb3JhdG9yMig3MCkpDQogICAgXSwgR3JlZXRlci5wcm90b3R5cGUsICJmbiIsIG51bGwpOw0KICAgIF9fZGVjb3JhdGUoWw0KICAgICAgICBQcm9wZXJ0eURlY29yYXRvcjEsDQogICAgICAgIFByb3BlcnR5RGVjb3JhdG9yMig4MCksDQogICAgICAgIF9fcGFyYW0oMCwgUGFyYW1ldGVyRGVjb3JhdG9yMSksDQogICAgICAgIF9fcGFyYW0oMCwgUGFyYW1ldGVyRGVjb3JhdG9yMig5MCkpDQogICAgXSwgR3JlZXRlci5wcm90b3R5cGUsICJncmVldGluZ3MiLCBudWxsKTsNCiAgICBfX2RlY29yYXRlKFsNCiAgICAgICAgUHJvcGVydHlEZWNvcmF0b3IxLA0KICAgICAgICBQcm9wZXJ0eURlY29yYXRvcjIoNjApDQogICAgXSwgR3JlZXRlciwgIngxIiwgdm9pZCAwKTsNCiAgICBHcmVldGVyID0gX19kZWNvcmF0ZShbDQogICAgICAgIENsYXNzRGVjb3JhdG9yMSwNCiAgICAgICAgQ2xhc3NEZWNvcmF0b3IyKDEwKSwNCiAgICAgICAgX19wYXJhbSgwLCBQYXJhbWV0ZXJEZWNvcmF0b3IxKSwNCiAgICAgICAgX19wYXJhbSgwLCBQYXJhbWV0ZXJEZWNvcmF0b3IyKDIwKSksDQogICAgICAgIF9fcGFyYW0oMSwgUGFyYW1ldGVyRGVjb3JhdG9yMSksDQogICAgICAgIF9fcGFyYW0oMSwgUGFyYW1ldGVyRGVjb3JhdG9yMigzMCkpDQogICAgXSwgR3JlZXRlcik7DQogICAgcmV0dXJuIEdyZWV0ZXI7DQp9KCkpOw0KLy8jIHNvdXJjZU1hcHBpbmdVUkw9c291cmNlTWFwVmFsaWRhdGlvbkRlY29yYXRvcnMuanMubWFw,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic291cmNlTWFwVmFsaWRhdGlvbkRlY29yYXRvcnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJzb3VyY2VNYXBWYWxpZGF0aW9uRGVjb3JhdG9ycy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7QUFTQTtJQUNJLGlCQUdTLFFBQWdCO1FBSXZCLFdBQWM7YUFBZCxVQUFjLEVBQWQscUJBQWMsRUFBZCxJQUFjO1lBQWQsMEJBQWM7O1FBSlAsYUFBUSxHQUFSLFFBQVEsQ0FBUTtJQUt6QixDQUFDOztJQUlELHVCQUFLLEdBQUw7UUFDSSxPQUFPLE1BQU0sR0FBRyxJQUFJLENBQUMsUUFBUSxHQUFHLE9BQU8sQ0FBQztJQUM1QyxDQUFDO0lBVU8sb0JBQUUsR0FBVixVQUdFLENBQVM7UUFDUCxPQUFPLElBQUksQ0FBQyxRQUFRLENBQUM7SUFDekIsQ0FBQztJQUlELHNCQUFJLDhCQUFTO2FBQWI7WUFDSSxPQUFPLElBQUksQ0FBQyxRQUFRLENBQUM7UUFDekIsQ0FBQzthQUVELFVBR0UsU0FBaUI7WUFDZixJQUFJLENBQUMsUUFBUSxHQUFHLFNBQVMsQ0FBQztRQUM5QixDQUFDOzs7T0FQQTtJQWJjLFVBQUUsR0FBVyxFQUFFLENBQUM7SUFWL0I7UUFGQyxrQkFBa0I7UUFDbEIsa0JBQWtCLENBQUMsRUFBRSxDQUFDO3dDQUd0QjtJQUlEO1FBRkMsa0JBQWtCO1FBQ2xCLGtCQUFrQixDQUFDLEVBQUUsQ0FBQztzQ0FDTDtJQU1sQjtRQUNHLFdBQUEsbUJBQW1CLENBQUE7UUFDbkIsV0FBQSxtQkFBbUIsQ0FBQyxFQUFFLENBQUMsQ0FBQTtxQ0FHekI7SUFJRDtRQUZDLGtCQUFrQjtRQUNsQixrQkFBa0IsQ0FBQyxFQUFFLENBQUM7UUFNcEIsV0FBQSxtQkFBbUIsQ0FBQTtRQUNuQixXQUFBLG1CQUFtQixDQUFDLEVBQUUsQ0FBQyxDQUFBOzRDQUp6QjtJQWJEO1FBRkMsa0JBQWtCO1FBQ2xCLGtCQUFrQixDQUFDLEVBQUUsQ0FBQzs2QkFDUTtJQXZCN0IsT0FBTztRQUZaLGVBQWU7UUFDZixlQUFlLENBQUMsRUFBRSxDQUFDO1FBR2IsV0FBQSxtQkFBbUIsQ0FBQTtRQUNuQixXQUFBLG1CQUFtQixDQUFDLEVBQUUsQ0FBQyxDQUFBO1FBR3ZCLFdBQUEsbUJBQW1CLENBQUE7UUFDbkIsV0FBQSxtQkFBbUIsQ0FBQyxFQUFFLENBQUMsQ0FBQTtPQVB4QixPQUFPLENBNENaO0lBQUQsY0FBQztDQUFBLEFBNUNELElBNENDIn0=,ZGVjbGFyZSBmdW5jdGlvbiBDbGFzc0RlY29yYXRvcjEodGFyZ2V0OiBGdW5jdGlvbik6IHZvaWQ7CmRlY2xhcmUgZnVuY3Rpb24gQ2xhc3NEZWNvcmF0b3IyKHg6IG51bWJlcik6ICh0YXJnZXQ6IEZ1bmN0aW9uKSA9PiB2b2lkOwpkZWNsYXJlIGZ1bmN0aW9uIFByb3BlcnR5RGVjb3JhdG9yMSh0YXJnZXQ6IE9iamVjdCwga2V5OiBzdHJpbmcgfCBzeW1ib2wsIGRlc2NyaXB0b3I/OiBQcm9wZXJ0eURlc2NyaXB0b3IpOiB2b2lkOwpkZWNsYXJlIGZ1bmN0aW9uIFByb3BlcnR5RGVjb3JhdG9yMih4OiBudW1iZXIpOiAodGFyZ2V0OiBPYmplY3QsIGtleTogc3RyaW5nIHwgc3ltYm9sLCBkZXNjcmlwdG9yPzogUHJvcGVydHlEZXNjcmlwdG9yKSA9PiB2b2lkOwpkZWNsYXJlIGZ1bmN0aW9uIFBhcmFtZXRlckRlY29yYXRvcjEodGFyZ2V0OiBPYmplY3QsIGtleTogc3RyaW5nIHwgc3ltYm9sLCBwYXJhbUluZGV4OiBudW1iZXIpOiB2b2lkOwpkZWNsYXJlIGZ1bmN0aW9uIFBhcmFtZXRlckRlY29yYXRvcjIoeDogbnVtYmVyKTogKHRhcmdldDogT2JqZWN0LCBrZXk6IHN0cmluZyB8IHN5bWJvbCwgcGFyYW1JbmRleDogbnVtYmVyKSA9PiB2b2lkOwoKQENsYXNzRGVjb3JhdG9yMQpAQ2xhc3NEZWNvcmF0b3IyKDEwKQpjbGFzcyBHcmVldGVyIHsKICAgIGNvbnN0cnVjdG9yKAogICAgICBAUGFyYW1ldGVyRGVjb3JhdG9yMSAKICAgICAgQFBhcmFtZXRlckRlY29yYXRvcjIoMjApIAogICAgICBwdWJsaWMgZ3JlZXRpbmc6IHN0cmluZywgCiAgICAgIAogICAgICBAUGFyYW1ldGVyRGVjb3JhdG9yMSAKICAgICAgQFBhcmFtZXRlckRlY29yYXRvcjIoMzApIAogICAgICAuLi5iOiBzdHJpbmdbXSkgewogICAgfQogICAgCiAgICBAUHJvcGVydHlEZWNvcmF0b3IxCiAgICBAUHJvcGVydHlEZWNvcmF0b3IyKDQwKQogICAgZ3JlZXQoKSB7CiAgICAgICAgcmV0dXJuICI8aDE+IiArIHRoaXMuZ3JlZXRpbmcgKyAiPC9oMT4iOwogICAgfQoKICAgIEBQcm9wZXJ0eURlY29yYXRvcjEKICAgIEBQcm9wZXJ0eURlY29yYXRvcjIoNTApCiAgICBwcml2YXRlIHg6IHN0cmluZzsKCiAgICBAUHJvcGVydHlEZWNvcmF0b3IxCiAgICBAUHJvcGVydHlEZWNvcmF0b3IyKDYwKQogICAgcHJpdmF0ZSBzdGF0aWMgeDE6IG51bWJlciA9IDEwOwogICAgCiAgICBwcml2YXRlIGZuKAogICAgICBAUGFyYW1ldGVyRGVjb3JhdG9yMSAKICAgICAgQFBhcmFtZXRlckRlY29yYXRvcjIoNzApIAogICAgICB4OiBudW1iZXIpIHsKICAgICAgICByZXR1cm4gdGhpcy5ncmVldGluZzsKICAgIH0KCiAgICBAUHJvcGVydHlEZWNvcmF0b3IxCiAgICBAUHJvcGVydHlEZWNvcmF0b3IyKDgwKQogICAgZ2V0IGdyZWV0aW5ncygpIHsKICAgICAgICByZXR1cm4gdGhpcy5ncmVldGluZzsKICAgIH0KCiAgICBzZXQgZ3JlZXRpbmdzKAogICAgICBAUGFyYW1ldGVyRGVjb3JhdG9yMSAKICAgICAgQFBhcmFtZXRlckRlY29yYXRvcjIoOTApIAogICAgICBncmVldGluZ3M6IHN0cmluZykgewogICAgICAgIHRoaXMuZ3JlZXRpbmcgPSBncmVldGluZ3M7CiAgICB9ICAgIAp9 diff --git a/tests/baselines/reference/sourceMapValidationDecorators.sourcemap.txt b/tests/baselines/reference/sourceMapValidationDecorators.sourcemap.txt index 19037da4c6030..f98442095aefc 100644 --- a/tests/baselines/reference/sourceMapValidationDecorators.sourcemap.txt +++ b/tests/baselines/reference/sourceMapValidationDecorators.sourcemap.txt @@ -109,7 +109,7 @@ sourceFile:sourceMapValidationDecorators.ts >>> } 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >, > > @ParameterDecorator1 @@ -120,22 +120,22 @@ sourceFile:sourceMapValidationDecorators.ts 1 >Emitted(17, 5) Source(19, 5) + SourceIndex(0) 2 >Emitted(17, 6) Source(19, 6) + SourceIndex(0) --- ->>> var proto_1 = Greeter.prototype; ->>> proto_1.greet = function () { +>>> var Greeter_prototype = Greeter.prototype; +>>> Greeter_prototype.greet = function () { 1->^^^^ -2 > ^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +2 > ^^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^^^^^^-> 1-> > > @PropertyDecorator1 > @PropertyDecorator2(40) > 2 > greet -3 > +3 > 1->Emitted(19, 5) Source(23, 5) + SourceIndex(0) -2 >Emitted(19, 18) Source(23, 10) + SourceIndex(0) -3 >Emitted(19, 21) Source(23, 5) + SourceIndex(0) +2 >Emitted(19, 28) Source(23, 10) + SourceIndex(0) +3 >Emitted(19, 31) Source(23, 5) + SourceIndex(0) --- >>> return "

" + this.greeting + "

"; 1->^^^^^^^^ @@ -173,20 +173,19 @@ sourceFile:sourceMapValidationDecorators.ts >>> }; 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 > > 2 > } 1 >Emitted(21, 5) Source(25, 5) + SourceIndex(0) 2 >Emitted(21, 6) Source(25, 6) + SourceIndex(0) --- ->>> proto_1.fn = function (x) { +>>> Greeter_prototype.fn = function (x) { 1->^^^^ -2 > ^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^ -5 > ^ -6 > ^^-> +2 > ^^^^^^^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^ +5 > ^ 1-> > > @PropertyDecorator1 @@ -199,33 +198,33 @@ sourceFile:sourceMapValidationDecorators.ts > > private 2 > fn -3 > -4 > private fn( - > @ParameterDecorator1 - > @ParameterDecorator2(70) - > -5 > x: number +3 > +4 > private fn( + > @ParameterDecorator1 + > @ParameterDecorator2(70) + > +5 > x: number 1->Emitted(22, 5) Source(35, 13) + SourceIndex(0) -2 >Emitted(22, 15) Source(35, 15) + SourceIndex(0) -3 >Emitted(22, 18) Source(35, 5) + SourceIndex(0) -4 >Emitted(22, 28) Source(38, 7) + SourceIndex(0) -5 >Emitted(22, 29) Source(38, 16) + SourceIndex(0) +2 >Emitted(22, 25) Source(35, 15) + SourceIndex(0) +3 >Emitted(22, 28) Source(35, 5) + SourceIndex(0) +4 >Emitted(22, 38) Source(38, 7) + SourceIndex(0) +5 >Emitted(22, 39) Source(38, 16) + SourceIndex(0) --- >>> return this.greeting; -1->^^^^^^^^ +1 >^^^^^^^^ 2 > ^^^^^^^ 3 > ^^^^ 4 > ^ 5 > ^^^^^^^^ 6 > ^ -1->) { +1 >) { > 2 > return 3 > this 4 > . 5 > greeting 6 > ; -1->Emitted(23, 9) Source(39, 9) + SourceIndex(0) +1 >Emitted(23, 9) Source(39, 9) + SourceIndex(0) 2 >Emitted(23, 16) Source(39, 16) + SourceIndex(0) 3 >Emitted(23, 20) Source(39, 20) + SourceIndex(0) 4 >Emitted(23, 21) Source(39, 21) + SourceIndex(0) @@ -235,17 +234,17 @@ sourceFile:sourceMapValidationDecorators.ts >>> }; 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 > > 2 > } 1 >Emitted(24, 5) Source(40, 5) + SourceIndex(0) 2 >Emitted(24, 6) Source(40, 6) + SourceIndex(0) --- ->>> Object.defineProperty(proto_1, "greetings", { +>>> Object.defineProperty(Greeter_prototype, "greetings", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^^^^^^^^^ +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 1-> > > @PropertyDecorator1 @@ -255,7 +254,7 @@ sourceFile:sourceMapValidationDecorators.ts 3 > greetings 1->Emitted(25, 5) Source(44, 5) + SourceIndex(0) 2 >Emitted(25, 27) Source(44, 9) + SourceIndex(0) -3 >Emitted(25, 47) Source(44, 18) + SourceIndex(0) +3 >Emitted(25, 57) Source(44, 18) + SourceIndex(0) --- >>> get: function () { 1 >^^^^^^^^^^^^^ diff --git a/tests/baselines/reference/staticMethodWithTypeParameterExtendsClauseDeclFile.js b/tests/baselines/reference/staticMethodWithTypeParameterExtendsClauseDeclFile.js index 68dc6bb707e75..abfeca2774ac7 100644 --- a/tests/baselines/reference/staticMethodWithTypeParameterExtendsClauseDeclFile.js +++ b/tests/baselines/reference/staticMethodWithTypeParameterExtendsClauseDeclFile.js @@ -39,18 +39,18 @@ exports.publicClass = publicClass; var publicClassWithWithPrivateTypeParameters = /** @class */ (function () { function publicClassWithWithPrivateTypeParameters() { } - var proto_1 = publicClassWithWithPrivateTypeParameters.prototype; + var publicClassWithWithPrivateTypeParameters_prototype = publicClassWithWithPrivateTypeParameters.prototype; publicClassWithWithPrivateTypeParameters.myPrivateStaticMethod1 = function () { }; - proto_1.myPrivateMethod1 = function () { + publicClassWithWithPrivateTypeParameters_prototype.myPrivateMethod1 = function () { }; publicClassWithWithPrivateTypeParameters.myPrivateStaticMethod2 = function () { }; - proto_1.myPrivateMethod2 = function () { + publicClassWithWithPrivateTypeParameters_prototype.myPrivateMethod2 = function () { }; publicClassWithWithPrivateTypeParameters.myPublicStaticMethod = function () { }; - proto_1.myPublicMethod = function () { + publicClassWithWithPrivateTypeParameters_prototype.myPublicMethod = function () { }; return publicClassWithWithPrivateTypeParameters; }()); diff --git a/tests/baselines/reference/strictBindCallApply1.js b/tests/baselines/reference/strictBindCallApply1.js index 3d78d9e2e9015..f39849c2f36e1 100644 --- a/tests/baselines/reference/strictBindCallApply1.js +++ b/tests/baselines/reference/strictBindCallApply1.js @@ -92,10 +92,10 @@ var a03 = foo.apply(undefined, [10, "hello", 30]); // Error var C = /** @class */ (function () { function C(a, b) { } - var proto_1 = C.prototype; - proto_1.foo = function (a, b) { return ""; }; - proto_1.overloaded = function (x) { return undefined; }; - proto_1.generic = function (x) { return x; }; + var C_prototype = C.prototype; + C_prototype.foo = function (a, b) { return ""; }; + C_prototype.overloaded = function (x) { return undefined; }; + C_prototype.generic = function (x) { return x; }; return C; }()); var f10 = c.foo.bind(c); diff --git a/tests/baselines/reference/strictFunctionTypesErrors.js b/tests/baselines/reference/strictFunctionTypesErrors.js index d0608f6c1acbc..613a5985de318 100644 --- a/tests/baselines/reference/strictFunctionTypesErrors.js +++ b/tests/baselines/reference/strictFunctionTypesErrors.js @@ -223,6 +223,7 @@ var n1; var Foo = /** @class */ (function () { function Foo() { } + var Foo_prototype = Foo.prototype; Foo.f1 = function (x) { throw "wat"; }; Foo.f2 = function (x) { throw "wat"; }; ; diff --git a/tests/baselines/reference/strictModeReservedWordInClassDeclaration.js b/tests/baselines/reference/strictModeReservedWordInClassDeclaration.js index 2438122ff535f..261ac755f42fe 100644 --- a/tests/baselines/reference/strictModeReservedWordInClassDeclaration.js +++ b/tests/baselines/reference/strictModeReservedWordInClassDeclaration.js @@ -53,12 +53,12 @@ var C = /** @class */ (function () { function C(public, let) { this.public = public; } - var proto_1 = C.prototype; - proto_1.foo1 = function (private, static, public) { + var C_prototype = C.prototype; + C_prototype.foo1 = function (private, static, public) { function let() { } var z = function let() { }; }; - proto_1.pulbic = function () { }; // No Error; + C_prototype.pulbic = function () { }; // No Error; return C; }()); var D = /** @class */ (function () { diff --git a/tests/baselines/reference/stringIndexerConstrainsPropertyDeclarations.js b/tests/baselines/reference/stringIndexerConstrainsPropertyDeclarations.js index d2acc97f8b46f..140ce7e1bf8d7 100644 --- a/tests/baselines/reference/stringIndexerConstrainsPropertyDeclarations.js +++ b/tests/baselines/reference/stringIndexerConstrainsPropertyDeclarations.js @@ -102,8 +102,8 @@ var b: { [x: string]: string; } = { var C = /** @class */ (function () { function C() { } // ok - var proto_1 = C.prototype; - Object.defineProperty(proto_1, "X", { + var C_prototype = C.prototype; + Object.defineProperty(C_prototype, "X", { get: function () { return ''; }, @@ -112,7 +112,7 @@ var C = /** @class */ (function () { enumerable: false, configurable: true }); - proto_1.foo = function () { + C_prototype.foo = function () { return ''; }; C.foo = function () { }; // ok diff --git a/tests/baselines/reference/stringLiteralTypeIsSubtypeOfString.js b/tests/baselines/reference/stringLiteralTypeIsSubtypeOfString.js index c6e83e07e903e..f8c562f747f61 100644 --- a/tests/baselines/reference/stringLiteralTypeIsSubtypeOfString.js +++ b/tests/baselines/reference/stringLiteralTypeIsSubtypeOfString.js @@ -114,33 +114,33 @@ function f9(x) { } var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1.toString = function () { return null; }; - proto_1.charAt = function (pos) { return null; }; - proto_1.charCodeAt = function (index) { return null; }; - proto_1.concat = function () { + var C_prototype = C.prototype; + C_prototype.toString = function () { return null; }; + C_prototype.charAt = function (pos) { return null; }; + C_prototype.charCodeAt = function (index) { return null; }; + C_prototype.concat = function () { var strings = []; for (var _i = 0; _i < arguments.length; _i++) { strings[_i] = arguments[_i]; } return null; }; - proto_1.indexOf = function (searchString, position) { return null; }; - proto_1.lastIndexOf = function (searchString, position) { return null; }; - proto_1.localeCompare = function (that) { return null; }; - proto_1.match = function (regexp) { return null; }; - proto_1.replace = function (searchValue, replaceValue) { return null; }; - proto_1.search = function (regexp) { return null; }; - proto_1.slice = function (start, end) { return null; }; - proto_1.split = function (separator, limit) { return null; }; - proto_1.substring = function (start, end) { return null; }; - proto_1.toLowerCase = function () { return null; }; - proto_1.toLocaleLowerCase = function () { return null; }; - proto_1.toUpperCase = function () { return null; }; - proto_1.toLocaleUpperCase = function () { return null; }; - proto_1.trim = function () { return null; }; - proto_1.substr = function (from, length) { return null; }; - proto_1.valueOf = function () { return null; }; + C_prototype.indexOf = function (searchString, position) { return null; }; + C_prototype.lastIndexOf = function (searchString, position) { return null; }; + C_prototype.localeCompare = function (that) { return null; }; + C_prototype.match = function (regexp) { return null; }; + C_prototype.replace = function (searchValue, replaceValue) { return null; }; + C_prototype.search = function (regexp) { return null; }; + C_prototype.slice = function (start, end) { return null; }; + C_prototype.split = function (separator, limit) { return null; }; + C_prototype.substring = function (start, end) { return null; }; + C_prototype.toLowerCase = function () { return null; }; + C_prototype.toLocaleLowerCase = function () { return null; }; + C_prototype.toUpperCase = function () { return null; }; + C_prototype.toLocaleUpperCase = function () { return null; }; + C_prototype.trim = function () { return null; }; + C_prototype.substr = function (from, length) { return null; }; + C_prototype.valueOf = function () { return null; }; return C; }()); function f10(x) { } diff --git a/tests/baselines/reference/stripInternal1.js b/tests/baselines/reference/stripInternal1.js index 241a9c954452f..ac0b3c6abc9ab 100644 --- a/tests/baselines/reference/stripInternal1.js +++ b/tests/baselines/reference/stripInternal1.js @@ -9,10 +9,10 @@ class C { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1.foo = function () { }; + var C_prototype = C.prototype; + C_prototype.foo = function () { }; // @internal - proto_1.bar = function () { }; + C_prototype.bar = function () { }; return C; }()); diff --git a/tests/baselines/reference/super.js b/tests/baselines/reference/super.js index f89a11f858645..4860562731dcc 100644 --- a/tests/baselines/reference/super.js +++ b/tests/baselines/reference/super.js @@ -55,11 +55,11 @@ var Base = /** @class */ (function () { function Base() { var x; } - var proto_1 = Base.prototype; - proto_1.foo = function () { + var Base_prototype = Base.prototype; + Base_prototype.foo = function () { return "base"; }; - proto_1.bar = function () { + Base_prototype.bar = function () { return "basebar"; }; return Base; diff --git a/tests/baselines/reference/super2.js b/tests/baselines/reference/super2.js index b0f5c257d0193..463d1918129ba 100644 --- a/tests/baselines/reference/super2.js +++ b/tests/baselines/reference/super2.js @@ -68,11 +68,11 @@ var __extends = (this && this.__extends) || (function () { var Base5 = /** @class */ (function () { function Base5() { } - var proto_1 = Base5.prototype; - proto_1.x = function () { + var Base5_prototype = Base5.prototype; + Base5_prototype.x = function () { return "BaseX"; }; - proto_1.y = function () { + Base5_prototype.y = function () { return "BaseY"; }; return Base5; @@ -92,11 +92,11 @@ var SubSub5 = /** @class */ (function (_super) { function SubSub5() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_2 = SubSub5.prototype; - proto_2.x = function () { + var SubSub5_prototype = SubSub5.prototype; + SubSub5_prototype.x = function () { return _super.prototype.x.call(this); }; - proto_2.y = function () { + SubSub5_prototype.y = function () { return _super.prototype.y.call(this); }; return SubSub5; diff --git a/tests/baselines/reference/superAccessInFatArrow1.js b/tests/baselines/reference/superAccessInFatArrow1.js index 2649986d893be..823277c5c051c 100644 --- a/tests/baselines/reference/superAccessInFatArrow1.js +++ b/tests/baselines/reference/superAccessInFatArrow1.js @@ -44,10 +44,10 @@ var test; function B() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_1 = B.prototype; - proto_1.bar = function (callback) { + var B_prototype = B.prototype; + B_prototype.bar = function (callback) { }; - proto_1.runme = function () { + B_prototype.runme = function () { var _this = this; this.bar(function () { _super.prototype.foo.call(_this); diff --git a/tests/baselines/reference/superCallInNonStaticMethod.js b/tests/baselines/reference/superCallInNonStaticMethod.js index 61ac939578391..f7700cc67b0be 100644 --- a/tests/baselines/reference/superCallInNonStaticMethod.js +++ b/tests/baselines/reference/superCallInNonStaticMethod.js @@ -80,20 +80,20 @@ var Other = /** @class */ (function (_super) { _super.prototype.instanceMethod.call(_this); return _this; } - var proto_1 = Other.prototype; + var Other_prototype = Other.prototype; // in instance method - proto_1.instanceMethod = function () { + Other_prototype.instanceMethod = function () { _super.prototype.instanceMethod.call(this); }; // in a lambda inside a instance method - proto_1.lambdaInsideAnInstanceMethod = function () { + Other_prototype.lambdaInsideAnInstanceMethod = function () { var _this = this; (function () { _super.prototype.instanceMethod.call(_this); }); }; // in an object literal inside a instance method - proto_1.objectLiteralInsideAnInstanceMethod = function () { + Other_prototype.objectLiteralInsideAnInstanceMethod = function () { var _this = this; return { a: function () { @@ -102,7 +102,7 @@ var Other = /** @class */ (function (_super) { b: _super.prototype.instanceMethod.call(this) }; }; - Object.defineProperty(proto_1, "accessor", { + Object.defineProperty(Other_prototype, "accessor", { // in a getter get: function () { _super.prototype.instanceMethod.call(this); diff --git a/tests/baselines/reference/superCallsInConstructor.js b/tests/baselines/reference/superCallsInConstructor.js index 81dfe255a9c91..ba964652b546f 100644 --- a/tests/baselines/reference/superCallsInConstructor.js +++ b/tests/baselines/reference/superCallsInConstructor.js @@ -37,9 +37,9 @@ var __extends = (this && this.__extends) || (function () { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1.foo = function () { }; - proto_1.bar = function () { }; + var C_prototype = C.prototype; + C_prototype.foo = function () { }; + C_prototype.bar = function () { }; return C; }()); var Base = /** @class */ (function () { diff --git a/tests/baselines/reference/superElementAccess.js b/tests/baselines/reference/superElementAccess.js index 628a234576e4e..ee635d170f5a4 100644 --- a/tests/baselines/reference/superElementAccess.js +++ b/tests/baselines/reference/superElementAccess.js @@ -55,10 +55,10 @@ var MyBase = /** @class */ (function () { this.d1 = 42; this.d2 = 42; } - var proto_1 = MyBase.prototype; - proto_1.m1 = function (a) { return a; }; - proto_1.p1 = function () { }; - Object.defineProperty(proto_1, "value", { + var MyBase_prototype = MyBase.prototype; + MyBase_prototype.m1 = function (a) { return a; }; + MyBase_prototype.p1 = function () { }; + Object.defineProperty(MyBase_prototype, "value", { get: function () { return 0; }, set: function (v) { }, enumerable: false, diff --git a/tests/baselines/reference/superPropertyAccess.js b/tests/baselines/reference/superPropertyAccess.js index c3adbda310771..b29b013705353 100644 --- a/tests/baselines/reference/superPropertyAccess.js +++ b/tests/baselines/reference/superPropertyAccess.js @@ -55,10 +55,10 @@ var MyBase = /** @class */ (function () { this.d1 = 42; this.d2 = 42; } - var proto_1 = MyBase.prototype; - proto_1.m1 = function (a) { return a; }; - proto_1.p1 = function () { }; - Object.defineProperty(proto_1, "value", { + var MyBase_prototype = MyBase.prototype; + MyBase_prototype.m1 = function (a) { return a; }; + MyBase_prototype.p1 = function () { }; + Object.defineProperty(MyBase_prototype, "value", { get: function () { return 0; }, set: function (v) { }, enumerable: false, diff --git a/tests/baselines/reference/superPropertyAccess1.js b/tests/baselines/reference/superPropertyAccess1.js index 5958ec34882ac..404ec6816fd0c 100644 --- a/tests/baselines/reference/superPropertyAccess1.js +++ b/tests/baselines/reference/superPropertyAccess1.js @@ -44,16 +44,16 @@ var __extends = (this && this.__extends) || (function () { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1.foo = function () { }; - Object.defineProperty(proto_1, "x", { + var C_prototype = C.prototype; + C_prototype.foo = function () { }; + Object.defineProperty(C_prototype, "x", { get: function () { return 1; }, enumerable: false, configurable: true }); - proto_1.bar = function () { }; + C_prototype.bar = function () { }; return C; }()); var D = /** @class */ (function (_super) { @@ -64,12 +64,12 @@ var D = /** @class */ (function (_super) { _super.prototype.x; // error return _this; } - var proto_2 = D.prototype; - proto_2.foo = function () { + var D_prototype = D.prototype; + D_prototype.foo = function () { _super.prototype.bar.call(this); _super.prototype.x; // error }; - Object.defineProperty(proto_2, "y", { + Object.defineProperty(D_prototype, "y", { get: function () { _super.prototype.bar.call(this); _super.prototype.x; // error diff --git a/tests/baselines/reference/superPropertyAccessInComputedPropertiesOfNestedType_ES5.js b/tests/baselines/reference/superPropertyAccessInComputedPropertiesOfNestedType_ES5.js index ceb8f4de0d272..063a820852523 100644 --- a/tests/baselines/reference/superPropertyAccessInComputedPropertiesOfNestedType_ES5.js +++ b/tests/baselines/reference/superPropertyAccessInComputedPropertiesOfNestedType_ES5.js @@ -39,9 +39,9 @@ var B = /** @class */ (function (_super) { function B() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_1 = B.prototype; - proto_1.foo = function () { return 2; }; - proto_1.bar = function () { + var B_prototype = B.prototype; + B_prototype.foo = function () { return 2; }; + B_prototype.bar = function () { return /** @class */ (function () { function class_1() { } diff --git a/tests/baselines/reference/superPropertyAccessNoError.js b/tests/baselines/reference/superPropertyAccessNoError.js index c80aaf03668ed..445a2064de195 100644 --- a/tests/baselines/reference/superPropertyAccessNoError.js +++ b/tests/baselines/reference/superPropertyAccessNoError.js @@ -93,14 +93,14 @@ var __extends = (this && this.__extends) || (function () { var SomeBaseClass = /** @class */ (function () { function SomeBaseClass() { } - var proto_1 = SomeBaseClass.prototype; - proto_1.func = function () { + var SomeBaseClass_prototype = SomeBaseClass.prototype; + SomeBaseClass_prototype.func = function () { return ''; }; SomeBaseClass.func = function () { return 3; }; - proto_1.returnThis = function () { + SomeBaseClass_prototype.returnThis = function () { return this; }; return SomeBaseClass; @@ -113,14 +113,14 @@ var SomeDerivedClass = /** @class */ (function (_super) { var x; return _this; } - var proto_2 = SomeDerivedClass.prototype; - proto_2.fn = function () { + var SomeDerivedClass_prototype = SomeDerivedClass.prototype; + SomeDerivedClass_prototype.fn = function () { var _this = this; var x = _super.prototype.func.call(this); var x; var y = function () { return _super.prototype.func.call(_this); }; }; - Object.defineProperty(proto_2, "a", { + Object.defineProperty(SomeDerivedClass_prototype, "a", { get: function () { var x = _super.prototype.func.call(this); var x; @@ -150,7 +150,7 @@ var SomeDerivedClass = /** @class */ (function (_super) { enumerable: false, configurable: true }); - proto_2.returnThis = function () { + SomeDerivedClass_prototype.returnThis = function () { return _super.prototype.returnThis.call(this); }; return SomeDerivedClass; diff --git a/tests/baselines/reference/superPropertyAccess_ES5.js b/tests/baselines/reference/superPropertyAccess_ES5.js index 4388112834e50..3d846037547ba 100644 --- a/tests/baselines/reference/superPropertyAccess_ES5.js +++ b/tests/baselines/reference/superPropertyAccess_ES5.js @@ -45,9 +45,9 @@ var __extends = (this && this.__extends) || (function () { var MyBase = /** @class */ (function () { function MyBase() { } - var proto_1 = MyBase.prototype; - proto_1.getValue = function () { return 1; }; - Object.defineProperty(proto_1, "value", { + var MyBase_prototype = MyBase.prototype; + MyBase_prototype.getValue = function () { return 1; }; + Object.defineProperty(MyBase_prototype, "value", { get: function () { return 1; }, enumerable: false, configurable: true diff --git a/tests/baselines/reference/superPropertyElementNoUnusedLexicalThisCapture.js b/tests/baselines/reference/superPropertyElementNoUnusedLexicalThisCapture.js index 88a0d672233d2..56d978b8c195c 100644 --- a/tests/baselines/reference/superPropertyElementNoUnusedLexicalThisCapture.js +++ b/tests/baselines/reference/superPropertyElementNoUnusedLexicalThisCapture.js @@ -42,13 +42,13 @@ var B = /** @class */ (function (_super) { function B() { return _super.call(this) || this; } - var proto_1 = B.prototype; - proto_1.foo = function () { + var B_prototype = B.prototype; + B_prototype.foo = function () { return function () { _super.prototype.x; }; }; - proto_1.bar = function () { + B_prototype.bar = function () { return function () { _super.prototype["x"]; }; diff --git a/tests/baselines/reference/thisTypeAndConstraints.js b/tests/baselines/reference/thisTypeAndConstraints.js index 44670082bb213..22cc0910c334d 100644 --- a/tests/baselines/reference/thisTypeAndConstraints.js +++ b/tests/baselines/reference/thisTypeAndConstraints.js @@ -40,11 +40,11 @@ function f(x) { var B = /** @class */ (function () { function B() { } - var proto_1 = B.prototype; - proto_1.foo = function (x) { + var B_prototype = B.prototype; + B_prototype.foo = function (x) { x = x.self(); }; - proto_1.bar = function (x) { + B_prototype.bar = function (x) { x = x.self(); }; return B; diff --git a/tests/baselines/reference/thisTypeInClasses.js b/tests/baselines/reference/thisTypeInClasses.js index a6b5dec76bc20..07152cea47ce4 100644 --- a/tests/baselines/reference/thisTypeInClasses.js +++ b/tests/baselines/reference/thisTypeInClasses.js @@ -70,8 +70,8 @@ var C3 = /** @class */ (function () { var C5 = /** @class */ (function () { function C5() { } - var proto_1 = C5.prototype; - proto_1.foo = function () { + var C5_prototype = C5.prototype; + C5_prototype.foo = function () { var _this = this; var f1 = function (x) { return _this; }; var f2 = function (x) { return _this; }; @@ -83,7 +83,7 @@ var C5 = /** @class */ (function () { return g(_this); }; }; - proto_1.bar = function () { + C5_prototype.bar = function () { var x1 = undefined; var x2 = undefined; }; diff --git a/tests/baselines/reference/thisTypeInFunctions.js b/tests/baselines/reference/thisTypeInFunctions.js index 3a75d469e845b..345995f4430ce 100644 --- a/tests/baselines/reference/thisTypeInFunctions.js +++ b/tests/baselines/reference/thisTypeInFunctions.js @@ -218,17 +218,17 @@ var B = /** @class */ (function () { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1.explicitThis = function (m) { + var C_prototype = C.prototype; + C_prototype.explicitThis = function (m) { return this.n + m; }; - proto_1.explicitC = function (m) { + C_prototype.explicitC = function (m) { return this.n + m; }; - proto_1.explicitProperty = function (m) { + C_prototype.explicitProperty = function (m) { return this.n + m; }; - proto_1.explicitVoid = function (m) { + C_prototype.explicitVoid = function (m) { return m + 1; }; return C; @@ -337,9 +337,9 @@ c.explicitVoid = function (n) { return n; }; var Base1 = /** @class */ (function () { function Base1() { } - var proto_2 = Base1.prototype; - proto_2.polymorphic = function () { return this.x; }; - proto_2.explicit = function () { return this.x; }; + var Base1_prototype = Base1.prototype; + Base1_prototype.polymorphic = function () { return this.x; }; + Base1_prototype.explicit = function () { return this.x; }; Base1.explicitStatic = function () { return this.y; }; return Base1; }()); @@ -353,9 +353,9 @@ var Derived1 = /** @class */ (function (_super) { var Base2 = /** @class */ (function () { function Base2() { } - var proto_3 = Base2.prototype; - proto_3.polymorphic = function () { return this.y; }; - proto_3.explicit = function () { return this.x; }; + var Base2_prototype = Base2.prototype; + Base2_prototype.polymorphic = function () { return this.y; }; + Base2_prototype.explicit = function () { return this.x; }; return Base2; }()); var Derived2 = /** @class */ (function (_super) { diff --git a/tests/baselines/reference/topLevel.js b/tests/baselines/reference/topLevel.js index 705deb791810a..c426e9c94ffa1 100644 --- a/tests/baselines/reference/topLevel.js +++ b/tests/baselines/reference/topLevel.js @@ -33,13 +33,13 @@ var Point = /** @class */ (function () { this.x = x; this.y = y; } - var proto_1 = Point.prototype; - proto_1.move = function (xo, yo) { + var Point_prototype = Point.prototype; + Point_prototype.move = function (xo, yo) { this.x += xo; this.y += yo; return this; }; - proto_1.toString = function () { + Point_prototype.toString = function () { return ("(" + this.x + "," + this.y + ")"); }; return Point; diff --git a/tests/baselines/reference/trailingCommaInHeterogenousArrayLiteral1.js b/tests/baselines/reference/trailingCommaInHeterogenousArrayLiteral1.js index eb40f822130ff..6f3bad95271c4 100644 --- a/tests/baselines/reference/trailingCommaInHeterogenousArrayLiteral1.js +++ b/tests/baselines/reference/trailingCommaInHeterogenousArrayLiteral1.js @@ -13,9 +13,9 @@ class arrTest { var arrTest = /** @class */ (function () { function arrTest() { } - var proto_1 = arrTest.prototype; - proto_1.test = function (arg1) { }; - proto_1.callTest = function () { + var arrTest_prototype = arrTest.prototype; + arrTest_prototype.test = function (arg1) { }; + arrTest_prototype.callTest = function () { // these two should give the same error this.test([1, 2, "hi", 5,]); this.test([1, 2, "hi", 5]); diff --git a/tests/baselines/reference/truthinessCallExpressionCoercion.js b/tests/baselines/reference/truthinessCallExpressionCoercion.js index ef080494e1a3f..87bd115e4f204 100644 --- a/tests/baselines/reference/truthinessCallExpressionCoercion.js +++ b/tests/baselines/reference/truthinessCallExpressionCoercion.js @@ -145,11 +145,11 @@ function checksPropertyAccess() { var Foo = /** @class */ (function () { function Foo() { } - var proto_1 = Foo.prototype; - proto_1.isUser = function () { + var Foo_prototype = Foo.prototype; + Foo_prototype.isUser = function () { return true; }; - proto_1.test = function () { + Foo_prototype.test = function () { if (this.isUser) { // error } if (this.maybeIsUser) { // ok diff --git a/tests/baselines/reference/truthinessCallExpressionCoercion1.js b/tests/baselines/reference/truthinessCallExpressionCoercion1.js index 4c771556a4525..3909c0f94215c 100644 --- a/tests/baselines/reference/truthinessCallExpressionCoercion1.js +++ b/tests/baselines/reference/truthinessCallExpressionCoercion1.js @@ -143,11 +143,11 @@ function checksPropertyAccess() { var Foo = /** @class */ (function () { function Foo() { } - var proto_1 = Foo.prototype; - proto_1.isUser = function () { + var Foo_prototype = Foo.prototype; + Foo_prototype.isUser = function () { return true; }; - proto_1.test = function () { + Foo_prototype.test = function () { // error this.isUser ? console.log('this.isUser') : undefined; // ok diff --git a/tests/baselines/reference/truthinessCallExpressionCoercion2.js b/tests/baselines/reference/truthinessCallExpressionCoercion2.js index 8e40efc7f89eb..d6446f70a8b51 100644 --- a/tests/baselines/reference/truthinessCallExpressionCoercion2.js +++ b/tests/baselines/reference/truthinessCallExpressionCoercion2.js @@ -180,11 +180,11 @@ function checksPropertyAccess() { var Foo = /** @class */ (function () { function Foo() { } - var proto_1 = Foo.prototype; - proto_1.required = function () { + var Foo_prototype = Foo.prototype; + Foo_prototype.required = function () { return true; }; - proto_1.test = function () { + Foo_prototype.test = function () { // error this.required && console.log('required'); // error diff --git a/tests/baselines/reference/tsbuild/amdModulesWithOut/incremental-declaration-doesnt-change/stripInternal.js b/tests/baselines/reference/tsbuild/amdModulesWithOut/incremental-declaration-doesnt-change/stripInternal.js index eb4f151316fc7..f321827d31ecc 100644 --- a/tests/baselines/reference/tsbuild/amdModulesWithOut/incremental-declaration-doesnt-change/stripInternal.js +++ b/tests/baselines/reference/tsbuild/amdModulesWithOut/incremental-declaration-doesnt-change/stripInternal.js @@ -58,9 +58,9 @@ define("file1", ["require", "exports"], function (require, exports) { var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - var proto_1 = normalC.prototype; - /*@internal*/ proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + /*@internal*/ normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: false, @@ -165,7 +165,7 @@ var myVar = 30; //# sourceMappingURL=module.js.map //// [/src/app/module.js.map] -{"version":3,"file":"module.js","sourceRoot":"","sources":["../lib/file0.ts","../lib/file1.ts","../lib/file2.ts","../lib/global.ts","file3.ts","file4.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"module.js","sourceRoot":"","sources":["../lib/file0.ts","../lib/file1.ts","../lib/file2.ts","../lib/global.ts","file3.ts","file4.ts"],"names":[],"mappings":"AAAA,aAAa,CAAC,IAAM,MAAM,GAAG,EAAE,CAAC;;;;;ICAnB,QAAA,CAAC,GAAG,EAAE,CAAC;IACpB;QACI,aAAa,CAAC;QAAgB,CAAC;;QAE/B,aAAa,CAAC,wBAAM,GAAN,cAAW,CAAC;QACZ,sBAAI,sBAAC;YAAnB,aAAa,MAAC,cAAU,OAAO,EAAE,CAAC,CAAC,CAAC;YACpC,aAAa,MAAC,UAAM,GAAW,IAAI,CAAC;;;WADA;QAExC,cAAC;IAAD,CAAC,AAND,IAMC;IANY,0BAAO;IAOpB,IAAiB,OAAO,CASvB;IATD,WAAiB,OAAO;QACpB,aAAa,CAAC;YAAA;YAAiB,CAAC;YAAD,QAAC;QAAD,CAAC,AAAlB,IAAkB;QAAL,SAAC,IAAI,CAAA;QAChC,aAAa,CAAC,SAAgB,GAAG,KAAI,CAAC;QAAR,WAAG,MAAK,CAAA;QACtC,aAAa,CAAC,IAAiB,aAAa,CAAsB;QAApD,WAAiB,aAAa;YAAG;gBAAA;gBAAgB,CAAC;gBAAD,QAAC;YAAD,CAAC,AAAjB,IAAiB;YAAJ,eAAC,IAAG,CAAA;QAAC,CAAC,EAAnC,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAAsB;QAClE,aAAa,CAAC,IAAiB,SAAS,CAAwC;QAAlE,WAAiB,SAAS;YAAC,IAAA,SAAS,CAA8B;YAAvC,WAAA,SAAS;gBAAG;oBAAA;oBAAwB,CAAC;oBAAD,gBAAC;gBAAD,CAAC,AAAzB,IAAyB;gBAAZ,mBAAS,YAAG,CAAA;YAAC,CAAC,EAAvC,SAAS,GAAT,mBAAS,KAAT,mBAAS,QAA8B;QAAD,CAAC,EAAjD,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAAwC;QAChF,aAAa,CAAe,kBAAU,GAAG,aAAa,CAAC,CAAC,CAAC;QAEzD,aAAa,CAAc,qBAAa,GAAG,EAAE,CAAC;QAC9C,aAAa,CAAC,IAAY,YAAwB;QAApC,WAAY,YAAY;YAAG,yCAAC,CAAA;YAAE,yCAAC,CAAA;YAAE,yCAAC,CAAA;QAAC,CAAC,EAAxB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAAY;IACtD,CAAC,EATgB,OAAO,GAAP,eAAO,KAAP,eAAO,QASvB;IACD,aAAa,CAAC;QAAA;QAAwB,CAAC;QAAD,gBAAC;IAAD,CAAC,AAAzB,IAAyB;IAAZ,8BAAS;IACpC,aAAa,CAAC,SAAgB,WAAW,KAAI,CAAC;IAAhC,kCAAgC;IAC9C,aAAa,CAAC,IAAiB,iBAAiB,CAA8B;IAAhE,WAAiB,iBAAiB;QAAG;YAAA;YAAwB,CAAC;YAAD,gBAAC;QAAD,CAAC,AAAzB,IAAyB;QAAZ,2BAAS,YAAG,CAAA;IAAC,CAAC,EAA/C,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAA8B;IAC9E,aAAa,CAAC,IAAiB,aAAa,CAAwC;IAAtE,WAAiB,aAAa;QAAC,IAAA,SAAS,CAA8B;QAAvC,WAAA,SAAS;YAAG;gBAAA;gBAAwB,CAAC;gBAAD,gBAAC;YAAD,CAAC,AAAzB,IAAyB;YAAZ,mBAAS,YAAG,CAAA;QAAC,CAAC,EAAvC,SAAS,GAAT,uBAAS,KAAT,uBAAS,QAA8B;IAAD,CAAC,EAArD,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAAwC;IACpF,aAAa,CAAe,QAAA,cAAc,GAAG,iBAAiB,CAAC,SAAS,CAAC;IAEzE,aAAa,CAAc,QAAA,aAAa,GAAG,EAAE,CAAC;IAC9C,aAAa,CAAC,IAAY,YAAwB;IAApC,WAAY,YAAY;QAAG,yCAAC,CAAA;QAAE,yCAAC,CAAA;QAAE,yCAAC,CAAA;IAAC,CAAC,EAAxB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAAY;IAAA,OAAO,CAAC,GAAG,CAAC,SAAC,CAAC,CAAC;;;;;;ICzBpD,QAAA,CAAC,GAAG,EAAE,CAAC;;ACApB,IAAM,WAAW,GAAG,EAAE,CAAC;;;;;ICAV,QAAA,CAAC,GAAG,EAAE,CAAC;;ACApB,IAAM,KAAK,GAAG,EAAE,CAAC"} //// [/src/app/module.js.map.baseline.txt] =================================================================== @@ -256,50 +256,50 @@ sourceFile:../lib/file1.ts >>> } 1 >^^^^^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >constructor() { 2 > } 1 >Emitted(9, 9) Source(3, 35) + SourceIndex(1) 2 >Emitted(9, 10) Source(3, 36) + SourceIndex(1) --- ->>> var proto_1 = normalC.prototype; ->>> /*@internal*/ proto_1.method = function () { }; +>>> var normalC_prototype = normalC.prototype; +>>> /*@internal*/ normalC_prototype.method = function () { }; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^ 3 > ^ -4 > ^^^^^^^^^^^^^^ -5 > ^^^ -6 > ^^^^^^^^^^^^^^ -7 > ^ +4 > ^^^^^^^^^^^^^^^^^^^^^^^^ +5 > ^^^ +6 > ^^^^^^^^^^^^^^ +7 > ^ 1-> > /*@internal*/ prop: string; > 2 > /*@internal*/ 3 > 4 > method -5 > -6 > method() { -7 > } +5 > +6 > method() { +7 > } 1->Emitted(11, 9) Source(5, 5) + SourceIndex(1) 2 >Emitted(11, 22) Source(5, 18) + SourceIndex(1) 3 >Emitted(11, 23) Source(5, 19) + SourceIndex(1) -4 >Emitted(11, 37) Source(5, 25) + SourceIndex(1) -5 >Emitted(11, 40) Source(5, 19) + SourceIndex(1) -6 >Emitted(11, 54) Source(5, 30) + SourceIndex(1) -7 >Emitted(11, 55) Source(5, 31) + SourceIndex(1) +4 >Emitted(11, 47) Source(5, 25) + SourceIndex(1) +5 >Emitted(11, 50) Source(5, 19) + SourceIndex(1) +6 >Emitted(11, 64) Source(5, 30) + SourceIndex(1) +7 >Emitted(11, 65) Source(5, 31) + SourceIndex(1) --- ->>> Object.defineProperty(proto_1, "c", { +>>> Object.defineProperty(normalC_prototype, "c", { 1 >^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^ -4 > ^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^ +4 > ^^^^^^^-> 1 > > /*@internal*/ 2 > get 3 > c 1 >Emitted(12, 9) Source(6, 19) + SourceIndex(1) 2 >Emitted(12, 31) Source(6, 23) + SourceIndex(1) -3 >Emitted(12, 43) Source(6, 24) + SourceIndex(1) +3 >Emitted(12, 53) Source(6, 24) + SourceIndex(1) --- >>> /*@internal*/ get: function () { return 10; }, 1->^^^^^^^^^^^^ @@ -1731,20 +1731,20 @@ sourceFile:file4.ts "sections": [ { "pos": 0, - "end": 4433, + "end": 4463, "kind": "prepend", "data": "../lib/module.js", "texts": [ { "pos": 0, - "end": 4433, + "end": 4463, "kind": "text" } ] }, { - "pos": 4433, - "end": 4659, + "pos": 4463, + "end": 4689, "kind": "text" } ] @@ -1779,9 +1779,9 @@ sourceFile:file4.ts ====================================================================== File:: /src/app/module.js ---------------------------------------------------------------------- -prepend: (0-4433):: ../lib/module.js texts:: 1 +prepend: (0-4463):: ../lib/module.js texts:: 1 >>-------------------------------------------------------------------- -text: (0-4433) +text: (0-4463) /*@internal*/ var myGlob = 20; define("file1", ["require", "exports"], function (require, exports) { "use strict"; @@ -1791,9 +1791,9 @@ define("file1", ["require", "exports"], function (require, exports) { var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - var proto_1 = normalC.prototype; - /*@internal*/ proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + /*@internal*/ normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: false, @@ -1890,7 +1890,7 @@ define("file2", ["require", "exports"], function (require, exports) { var globalConst = 10; ---------------------------------------------------------------------- -text: (4433-4659) +text: (4463-4689) define("file3", ["require", "exports"], function (require, exports) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); @@ -1940,9 +1940,9 @@ define("file1", ["require", "exports"], function (require, exports) { var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - var proto_1 = normalC.prototype; - /*@internal*/ proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + /*@internal*/ normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: false, @@ -2040,7 +2040,7 @@ var globalConst = 10; //# sourceMappingURL=module.js.map //// [/src/lib/module.js.map] -{"version":3,"file":"module.js","sourceRoot":"","sources":["file0.ts","file1.ts","file2.ts","global.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"module.js","sourceRoot":"","sources":["file0.ts","file1.ts","file2.ts","global.ts"],"names":[],"mappings":"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"} //// [/src/lib/module.js.map.baseline.txt] =================================================================== @@ -2131,50 +2131,50 @@ sourceFile:file1.ts >>> } 1 >^^^^^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >constructor() { 2 > } 1 >Emitted(9, 9) Source(3, 35) + SourceIndex(1) 2 >Emitted(9, 10) Source(3, 36) + SourceIndex(1) --- ->>> var proto_1 = normalC.prototype; ->>> /*@internal*/ proto_1.method = function () { }; +>>> var normalC_prototype = normalC.prototype; +>>> /*@internal*/ normalC_prototype.method = function () { }; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^ 3 > ^ -4 > ^^^^^^^^^^^^^^ -5 > ^^^ -6 > ^^^^^^^^^^^^^^ -7 > ^ +4 > ^^^^^^^^^^^^^^^^^^^^^^^^ +5 > ^^^ +6 > ^^^^^^^^^^^^^^ +7 > ^ 1-> > /*@internal*/ prop: string; > 2 > /*@internal*/ 3 > 4 > method -5 > -6 > method() { -7 > } +5 > +6 > method() { +7 > } 1->Emitted(11, 9) Source(5, 5) + SourceIndex(1) 2 >Emitted(11, 22) Source(5, 18) + SourceIndex(1) 3 >Emitted(11, 23) Source(5, 19) + SourceIndex(1) -4 >Emitted(11, 37) Source(5, 25) + SourceIndex(1) -5 >Emitted(11, 40) Source(5, 19) + SourceIndex(1) -6 >Emitted(11, 54) Source(5, 30) + SourceIndex(1) -7 >Emitted(11, 55) Source(5, 31) + SourceIndex(1) +4 >Emitted(11, 47) Source(5, 25) + SourceIndex(1) +5 >Emitted(11, 50) Source(5, 19) + SourceIndex(1) +6 >Emitted(11, 64) Source(5, 30) + SourceIndex(1) +7 >Emitted(11, 65) Source(5, 31) + SourceIndex(1) --- ->>> Object.defineProperty(proto_1, "c", { +>>> Object.defineProperty(normalC_prototype, "c", { 1 >^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^ -4 > ^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^ +4 > ^^^^^^^-> 1 > > /*@internal*/ 2 > get 3 > c 1 >Emitted(12, 9) Source(6, 19) + SourceIndex(1) 2 >Emitted(12, 31) Source(6, 23) + SourceIndex(1) -3 >Emitted(12, 43) Source(6, 24) + SourceIndex(1) +3 >Emitted(12, 53) Source(6, 24) + SourceIndex(1) --- >>> /*@internal*/ get: function () { return 10; }, 1->^^^^^^^^^^^^ @@ -3554,7 +3554,7 @@ sourceFile:global.ts "sections": [ { "pos": 0, - "end": 4433, + "end": 4463, "kind": "text" } ] @@ -3611,7 +3611,7 @@ sourceFile:global.ts ====================================================================== File:: /src/lib/module.js ---------------------------------------------------------------------- -text: (0-4433) +text: (0-4463) /*@internal*/ var myGlob = 20; define("file1", ["require", "exports"], function (require, exports) { "use strict"; @@ -3621,9 +3621,9 @@ define("file1", ["require", "exports"], function (require, exports) { var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - var proto_1 = normalC.prototype; - /*@internal*/ proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + /*@internal*/ normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: false, diff --git a/tests/baselines/reference/tsbuild/amdModulesWithOut/incremental-headers-change-without-dts-changes/stripInternal.js b/tests/baselines/reference/tsbuild/amdModulesWithOut/incremental-headers-change-without-dts-changes/stripInternal.js index a788168e52462..07eb29530ebe7 100644 --- a/tests/baselines/reference/tsbuild/amdModulesWithOut/incremental-headers-change-without-dts-changes/stripInternal.js +++ b/tests/baselines/reference/tsbuild/amdModulesWithOut/incremental-headers-change-without-dts-changes/stripInternal.js @@ -257,9 +257,9 @@ define("file1", ["require", "exports"], function (require, exports) { var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - var proto_1 = normalC.prototype; - /*@internal*/ proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + /*@internal*/ normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: false, @@ -363,7 +363,7 @@ var myVar = 30; //# sourceMappingURL=module.js.map //// [/src/app/module.js.map] -{"version":3,"file":"module.js","sourceRoot":"","sources":["../lib/file0.ts","../lib/file1.ts","../lib/file2.ts","../lib/global.ts","file3.ts","file4.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"module.js","sourceRoot":"","sources":["../lib/file0.ts","../lib/file1.ts","../lib/file2.ts","../lib/global.ts","file3.ts","file4.ts"],"names":[],"mappings":"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"} //// [/src/app/module.js.map.baseline.txt] =================================================================== @@ -460,50 +460,50 @@ sourceFile:../lib/file1.ts >>> } 1 >^^^^^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >constructor() { 2 > } 1 >Emitted(9, 9) Source(3, 35) + SourceIndex(1) 2 >Emitted(9, 10) Source(3, 36) + SourceIndex(1) --- ->>> var proto_1 = normalC.prototype; ->>> /*@internal*/ proto_1.method = function () { }; +>>> var normalC_prototype = normalC.prototype; +>>> /*@internal*/ normalC_prototype.method = function () { }; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^ 3 > ^ -4 > ^^^^^^^^^^^^^^ -5 > ^^^ -6 > ^^^^^^^^^^^^^^ -7 > ^ +4 > ^^^^^^^^^^^^^^^^^^^^^^^^ +5 > ^^^ +6 > ^^^^^^^^^^^^^^ +7 > ^ 1-> > /*@internal*/ prop: string; > 2 > /*@internal*/ 3 > 4 > method -5 > -6 > method() { -7 > } +5 > +6 > method() { +7 > } 1->Emitted(11, 9) Source(5, 5) + SourceIndex(1) 2 >Emitted(11, 22) Source(5, 18) + SourceIndex(1) 3 >Emitted(11, 23) Source(5, 19) + SourceIndex(1) -4 >Emitted(11, 37) Source(5, 25) + SourceIndex(1) -5 >Emitted(11, 40) Source(5, 19) + SourceIndex(1) -6 >Emitted(11, 54) Source(5, 30) + SourceIndex(1) -7 >Emitted(11, 55) Source(5, 31) + SourceIndex(1) +4 >Emitted(11, 47) Source(5, 25) + SourceIndex(1) +5 >Emitted(11, 50) Source(5, 19) + SourceIndex(1) +6 >Emitted(11, 64) Source(5, 30) + SourceIndex(1) +7 >Emitted(11, 65) Source(5, 31) + SourceIndex(1) --- ->>> Object.defineProperty(proto_1, "c", { +>>> Object.defineProperty(normalC_prototype, "c", { 1 >^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^ -4 > ^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^ +4 > ^^^^^^^-> 1 > > /*@internal*/ 2 > get 3 > c 1 >Emitted(12, 9) Source(6, 19) + SourceIndex(1) 2 >Emitted(12, 31) Source(6, 23) + SourceIndex(1) -3 >Emitted(12, 43) Source(6, 24) + SourceIndex(1) +3 >Emitted(12, 53) Source(6, 24) + SourceIndex(1) --- >>> /*@internal*/ get: function () { return 10; }, 1->^^^^^^^^^^^^ @@ -1909,20 +1909,20 @@ sourceFile:file4.ts "sections": [ { "pos": 0, - "end": 4418, + "end": 4448, "kind": "prepend", "data": "../lib/module.js", "texts": [ { "pos": 0, - "end": 4418, + "end": 4448, "kind": "text" } ] }, { - "pos": 4418, - "end": 4644, + "pos": 4448, + "end": 4674, "kind": "text" } ] @@ -1957,9 +1957,9 @@ sourceFile:file4.ts ====================================================================== File:: /src/app/module.js ---------------------------------------------------------------------- -prepend: (0-4418):: ../lib/module.js texts:: 1 +prepend: (0-4448):: ../lib/module.js texts:: 1 >>-------------------------------------------------------------------- -text: (0-4418) +text: (0-4448) /*@internal*/ var myGlob = 20; define("file1", ["require", "exports"], function (require, exports) { "use strict"; @@ -1969,9 +1969,9 @@ define("file1", ["require", "exports"], function (require, exports) { var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - var proto_1 = normalC.prototype; - /*@internal*/ proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + /*@internal*/ normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: false, @@ -2067,7 +2067,7 @@ define("file2", ["require", "exports"], function (require, exports) { var globalConst = 10; ---------------------------------------------------------------------- -text: (4418-4644) +text: (4448-4674) define("file3", ["require", "exports"], function (require, exports) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); @@ -2853,9 +2853,9 @@ define("file1", ["require", "exports"], function (require, exports) { var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - var proto_1 = normalC.prototype; - /*@internal*/ proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + /*@internal*/ normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: false, @@ -2952,7 +2952,7 @@ var globalConst = 10; //# sourceMappingURL=module.js.map //// [/src/lib/module.js.map] -{"version":3,"file":"module.js","sourceRoot":"","sources":["file0.ts","file1.ts","file2.ts","global.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"module.js","sourceRoot":"","sources":["file0.ts","file1.ts","file2.ts","global.ts"],"names":[],"mappings":"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"} //// [/src/lib/module.js.map.baseline.txt] =================================================================== @@ -3049,50 +3049,50 @@ sourceFile:file1.ts >>> } 1 >^^^^^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >constructor() { 2 > } 1 >Emitted(9, 9) Source(3, 35) + SourceIndex(1) 2 >Emitted(9, 10) Source(3, 36) + SourceIndex(1) --- ->>> var proto_1 = normalC.prototype; ->>> /*@internal*/ proto_1.method = function () { }; +>>> var normalC_prototype = normalC.prototype; +>>> /*@internal*/ normalC_prototype.method = function () { }; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^ 3 > ^ -4 > ^^^^^^^^^^^^^^ -5 > ^^^ -6 > ^^^^^^^^^^^^^^ -7 > ^ +4 > ^^^^^^^^^^^^^^^^^^^^^^^^ +5 > ^^^ +6 > ^^^^^^^^^^^^^^ +7 > ^ 1-> > /*@internal*/ prop: string; > 2 > /*@internal*/ 3 > 4 > method -5 > -6 > method() { -7 > } +5 > +6 > method() { +7 > } 1->Emitted(11, 9) Source(5, 5) + SourceIndex(1) 2 >Emitted(11, 22) Source(5, 18) + SourceIndex(1) 3 >Emitted(11, 23) Source(5, 19) + SourceIndex(1) -4 >Emitted(11, 37) Source(5, 25) + SourceIndex(1) -5 >Emitted(11, 40) Source(5, 19) + SourceIndex(1) -6 >Emitted(11, 54) Source(5, 30) + SourceIndex(1) -7 >Emitted(11, 55) Source(5, 31) + SourceIndex(1) +4 >Emitted(11, 47) Source(5, 25) + SourceIndex(1) +5 >Emitted(11, 50) Source(5, 19) + SourceIndex(1) +6 >Emitted(11, 64) Source(5, 30) + SourceIndex(1) +7 >Emitted(11, 65) Source(5, 31) + SourceIndex(1) --- ->>> Object.defineProperty(proto_1, "c", { +>>> Object.defineProperty(normalC_prototype, "c", { 1 >^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^ -4 > ^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^ +4 > ^^^^^^^-> 1 > > /*@internal*/ 2 > get 3 > c 1 >Emitted(12, 9) Source(6, 19) + SourceIndex(1) 2 >Emitted(12, 31) Source(6, 23) + SourceIndex(1) -3 >Emitted(12, 43) Source(6, 24) + SourceIndex(1) +3 >Emitted(12, 53) Source(6, 24) + SourceIndex(1) --- >>> /*@internal*/ get: function () { return 10; }, 1->^^^^^^^^^^^^ @@ -4446,7 +4446,7 @@ sourceFile:global.ts "sections": [ { "pos": 0, - "end": 4418, + "end": 4448, "kind": "text" } ] @@ -4513,7 +4513,7 @@ sourceFile:global.ts ====================================================================== File:: /src/lib/module.js ---------------------------------------------------------------------- -text: (0-4418) +text: (0-4448) /*@internal*/ var myGlob = 20; define("file1", ["require", "exports"], function (require, exports) { "use strict"; @@ -4523,9 +4523,9 @@ define("file1", ["require", "exports"], function (require, exports) { var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - var proto_1 = normalC.prototype; - /*@internal*/ proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + /*@internal*/ normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: false, diff --git a/tests/baselines/reference/tsbuild/amdModulesWithOut/initial-build/stripInternal.js b/tests/baselines/reference/tsbuild/amdModulesWithOut/initial-build/stripInternal.js index 10abb131d5f36..c9b632b8a0a98 100644 --- a/tests/baselines/reference/tsbuild/amdModulesWithOut/initial-build/stripInternal.js +++ b/tests/baselines/reference/tsbuild/amdModulesWithOut/initial-build/stripInternal.js @@ -346,9 +346,9 @@ define("file1", ["require", "exports"], function (require, exports) { var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - var proto_1 = normalC.prototype; - /*@internal*/ proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + /*@internal*/ normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: false, @@ -452,7 +452,7 @@ var myVar = 30; //# sourceMappingURL=module.js.map //// [/src/app/module.js.map] -{"version":3,"file":"module.js","sourceRoot":"","sources":["../lib/file0.ts","../lib/file1.ts","../lib/file2.ts","../lib/global.ts","file3.ts","file4.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"module.js","sourceRoot":"","sources":["../lib/file0.ts","../lib/file1.ts","../lib/file2.ts","../lib/global.ts","file3.ts","file4.ts"],"names":[],"mappings":"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"} //// [/src/app/module.js.map.baseline.txt] =================================================================== @@ -543,50 +543,50 @@ sourceFile:../lib/file1.ts >>> } 1 >^^^^^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >constructor() { 2 > } 1 >Emitted(9, 9) Source(3, 35) + SourceIndex(1) 2 >Emitted(9, 10) Source(3, 36) + SourceIndex(1) --- ->>> var proto_1 = normalC.prototype; ->>> /*@internal*/ proto_1.method = function () { }; +>>> var normalC_prototype = normalC.prototype; +>>> /*@internal*/ normalC_prototype.method = function () { }; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^ 3 > ^ -4 > ^^^^^^^^^^^^^^ -5 > ^^^ -6 > ^^^^^^^^^^^^^^ -7 > ^ +4 > ^^^^^^^^^^^^^^^^^^^^^^^^ +5 > ^^^ +6 > ^^^^^^^^^^^^^^ +7 > ^ 1-> > /*@internal*/ prop: string; > 2 > /*@internal*/ 3 > 4 > method -5 > -6 > method() { -7 > } +5 > +6 > method() { +7 > } 1->Emitted(11, 9) Source(5, 5) + SourceIndex(1) 2 >Emitted(11, 22) Source(5, 18) + SourceIndex(1) 3 >Emitted(11, 23) Source(5, 19) + SourceIndex(1) -4 >Emitted(11, 37) Source(5, 25) + SourceIndex(1) -5 >Emitted(11, 40) Source(5, 19) + SourceIndex(1) -6 >Emitted(11, 54) Source(5, 30) + SourceIndex(1) -7 >Emitted(11, 55) Source(5, 31) + SourceIndex(1) +4 >Emitted(11, 47) Source(5, 25) + SourceIndex(1) +5 >Emitted(11, 50) Source(5, 19) + SourceIndex(1) +6 >Emitted(11, 64) Source(5, 30) + SourceIndex(1) +7 >Emitted(11, 65) Source(5, 31) + SourceIndex(1) --- ->>> Object.defineProperty(proto_1, "c", { +>>> Object.defineProperty(normalC_prototype, "c", { 1 >^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^ -4 > ^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^ +4 > ^^^^^^^-> 1 > > /*@internal*/ 2 > get 3 > c 1 >Emitted(12, 9) Source(6, 19) + SourceIndex(1) 2 >Emitted(12, 31) Source(6, 23) + SourceIndex(1) -3 >Emitted(12, 43) Source(6, 24) + SourceIndex(1) +3 >Emitted(12, 53) Source(6, 24) + SourceIndex(1) --- >>> /*@internal*/ get: function () { return 10; }, 1->^^^^^^^^^^^^ @@ -1992,20 +1992,20 @@ sourceFile:file4.ts "sections": [ { "pos": 0, - "end": 4404, + "end": 4434, "kind": "prepend", "data": "../lib/module.js", "texts": [ { "pos": 0, - "end": 4404, + "end": 4434, "kind": "text" } ] }, { - "pos": 4404, - "end": 4630, + "pos": 4434, + "end": 4660, "kind": "text" } ] @@ -2040,9 +2040,9 @@ sourceFile:file4.ts ====================================================================== File:: /src/app/module.js ---------------------------------------------------------------------- -prepend: (0-4404):: ../lib/module.js texts:: 1 +prepend: (0-4434):: ../lib/module.js texts:: 1 >>-------------------------------------------------------------------- -text: (0-4404) +text: (0-4434) /*@internal*/ var myGlob = 20; define("file1", ["require", "exports"], function (require, exports) { "use strict"; @@ -2052,9 +2052,9 @@ define("file1", ["require", "exports"], function (require, exports) { var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - var proto_1 = normalC.prototype; - /*@internal*/ proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + /*@internal*/ normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: false, @@ -2150,7 +2150,7 @@ define("file2", ["require", "exports"], function (require, exports) { var globalConst = 10; ---------------------------------------------------------------------- -text: (4404-4630) +text: (4434-4660) define("file3", ["require", "exports"], function (require, exports) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); @@ -2994,9 +2994,9 @@ define("file1", ["require", "exports"], function (require, exports) { var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - var proto_1 = normalC.prototype; - /*@internal*/ proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + /*@internal*/ normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: false, @@ -3093,7 +3093,7 @@ var globalConst = 10; //# sourceMappingURL=module.js.map //// [/src/lib/module.js.map] -{"version":3,"file":"module.js","sourceRoot":"","sources":["file0.ts","file1.ts","file2.ts","global.ts"],"names":[],"mappings":"AAAA,aAAa,CAAC,IAAM,MAAM,GAAG,EAAE,CAAC;;;;;ICAnB,QAAA,CAAC,GAAG,EAAE,CAAC;IACpB;QACI,aAAa,CAAC;QAAgB,CAAC;;QAE/B,aAAa,CAAC,cAAM,GAAN,cAAW,CAAC;QACZ,sBAAI,YAAC;YAAnB,aAAa,MAAC,cAAU,OAAO,EAAE,CAAC,CAAC,CAAC;YACpC,aAAa,MAAC,UAAM,GAAW,IAAI,CAAC;;;WADA;QAExC,cAAC;IAAD,CAAC,AAND,IAMC;IANY,0BAAO;IAOpB,IAAiB,OAAO,CASvB;IATD,WAAiB,OAAO;QACpB,aAAa,CAAC;YAAA;YAAiB,CAAC;YAAD,QAAC;QAAD,CAAC,AAAlB,IAAkB;QAAL,SAAC,IAAI,CAAA;QAChC,aAAa,CAAC,SAAgB,GAAG,KAAI,CAAC;QAAR,WAAG,MAAK,CAAA;QACtC,aAAa,CAAC,IAAiB,aAAa,CAAsB;QAApD,WAAiB,aAAa;YAAG;gBAAA;gBAAgB,CAAC;gBAAD,QAAC;YAAD,CAAC,AAAjB,IAAiB;YAAJ,eAAC,IAAG,CAAA;QAAC,CAAC,EAAnC,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAAsB;QAClE,aAAa,CAAC,IAAiB,SAAS,CAAwC;QAAlE,WAAiB,SAAS;YAAC,IAAA,SAAS,CAA8B;YAAvC,WAAA,SAAS;gBAAG;oBAAA;oBAAwB,CAAC;oBAAD,gBAAC;gBAAD,CAAC,AAAzB,IAAyB;gBAAZ,mBAAS,YAAG,CAAA;YAAC,CAAC,EAAvC,SAAS,GAAT,mBAAS,KAAT,mBAAS,QAA8B;QAAD,CAAC,EAAjD,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAAwC;QAChF,aAAa,CAAe,kBAAU,GAAG,aAAa,CAAC,CAAC,CAAC;QAEzD,aAAa,CAAc,qBAAa,GAAG,EAAE,CAAC;QAC9C,aAAa,CAAC,IAAY,YAAwB;QAApC,WAAY,YAAY;YAAG,yCAAC,CAAA;YAAE,yCAAC,CAAA;YAAE,yCAAC,CAAA;QAAC,CAAC,EAAxB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAAY;IACtD,CAAC,EATgB,OAAO,GAAP,eAAO,KAAP,eAAO,QASvB;IACD,aAAa,CAAC;QAAA;QAAwB,CAAC;QAAD,gBAAC;IAAD,CAAC,AAAzB,IAAyB;IAAZ,8BAAS;IACpC,aAAa,CAAC,SAAgB,WAAW,KAAI,CAAC;IAAhC,kCAAgC;IAC9C,aAAa,CAAC,IAAiB,iBAAiB,CAA8B;IAAhE,WAAiB,iBAAiB;QAAG;YAAA;YAAwB,CAAC;YAAD,gBAAC;QAAD,CAAC,AAAzB,IAAyB;QAAZ,2BAAS,YAAG,CAAA;IAAC,CAAC,EAA/C,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAA8B;IAC9E,aAAa,CAAC,IAAiB,aAAa,CAAwC;IAAtE,WAAiB,aAAa;QAAC,IAAA,SAAS,CAA8B;QAAvC,WAAA,SAAS;YAAG;gBAAA;gBAAwB,CAAC;gBAAD,gBAAC;YAAD,CAAC,AAAzB,IAAyB;YAAZ,mBAAS,YAAG,CAAA;QAAC,CAAC,EAAvC,SAAS,GAAT,uBAAS,KAAT,uBAAS,QAA8B;IAAD,CAAC,EAArD,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAAwC;IACpF,aAAa,CAAe,QAAA,cAAc,GAAG,iBAAiB,CAAC,SAAS,CAAC;IAEzE,aAAa,CAAc,QAAA,aAAa,GAAG,EAAE,CAAC;IAC9C,aAAa,CAAC,IAAY,YAAwB;IAApC,WAAY,YAAY;QAAG,yCAAC,CAAA;QAAE,yCAAC,CAAA;QAAE,yCAAC,CAAA;IAAC,CAAC,EAAxB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAAY;;;;;;ICzBrC,QAAA,CAAC,GAAG,EAAE,CAAC;;ACApB,IAAM,WAAW,GAAG,EAAE,CAAC"} +{"version":3,"file":"module.js","sourceRoot":"","sources":["file0.ts","file1.ts","file2.ts","global.ts"],"names":[],"mappings":"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"} //// [/src/lib/module.js.map.baseline.txt] =================================================================== @@ -3184,50 +3184,50 @@ sourceFile:file1.ts >>> } 1 >^^^^^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >constructor() { 2 > } 1 >Emitted(9, 9) Source(3, 35) + SourceIndex(1) 2 >Emitted(9, 10) Source(3, 36) + SourceIndex(1) --- ->>> var proto_1 = normalC.prototype; ->>> /*@internal*/ proto_1.method = function () { }; +>>> var normalC_prototype = normalC.prototype; +>>> /*@internal*/ normalC_prototype.method = function () { }; 1->^^^^^^^^ 2 > ^^^^^^^^^^^^^ 3 > ^ -4 > ^^^^^^^^^^^^^^ -5 > ^^^ -6 > ^^^^^^^^^^^^^^ -7 > ^ +4 > ^^^^^^^^^^^^^^^^^^^^^^^^ +5 > ^^^ +6 > ^^^^^^^^^^^^^^ +7 > ^ 1-> > /*@internal*/ prop: string; > 2 > /*@internal*/ 3 > 4 > method -5 > -6 > method() { -7 > } +5 > +6 > method() { +7 > } 1->Emitted(11, 9) Source(5, 5) + SourceIndex(1) 2 >Emitted(11, 22) Source(5, 18) + SourceIndex(1) 3 >Emitted(11, 23) Source(5, 19) + SourceIndex(1) -4 >Emitted(11, 37) Source(5, 25) + SourceIndex(1) -5 >Emitted(11, 40) Source(5, 19) + SourceIndex(1) -6 >Emitted(11, 54) Source(5, 30) + SourceIndex(1) -7 >Emitted(11, 55) Source(5, 31) + SourceIndex(1) +4 >Emitted(11, 47) Source(5, 25) + SourceIndex(1) +5 >Emitted(11, 50) Source(5, 19) + SourceIndex(1) +6 >Emitted(11, 64) Source(5, 30) + SourceIndex(1) +7 >Emitted(11, 65) Source(5, 31) + SourceIndex(1) --- ->>> Object.defineProperty(proto_1, "c", { +>>> Object.defineProperty(normalC_prototype, "c", { 1 >^^^^^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^ -4 > ^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^ +4 > ^^^^^^^-> 1 > > /*@internal*/ 2 > get 3 > c 1 >Emitted(12, 9) Source(6, 19) + SourceIndex(1) 2 >Emitted(12, 31) Source(6, 23) + SourceIndex(1) -3 >Emitted(12, 43) Source(6, 24) + SourceIndex(1) +3 >Emitted(12, 53) Source(6, 24) + SourceIndex(1) --- >>> /*@internal*/ get: function () { return 10; }, 1->^^^^^^^^^^^^ @@ -4581,7 +4581,7 @@ sourceFile:global.ts "sections": [ { "pos": 0, - "end": 4404, + "end": 4434, "kind": "text" } ] @@ -4638,7 +4638,7 @@ sourceFile:global.ts ====================================================================== File:: /src/lib/module.js ---------------------------------------------------------------------- -text: (0-4404) +text: (0-4434) /*@internal*/ var myGlob = 20; define("file1", ["require", "exports"], function (require, exports) { "use strict"; @@ -4648,9 +4648,9 @@ define("file1", ["require", "exports"], function (require, exports) { var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - var proto_1 = normalC.prototype; - /*@internal*/ proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + /*@internal*/ normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: false, diff --git a/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-changes/stripInternal-when-one-two-three-are-prepended-in-order.js b/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-changes/stripInternal-when-one-two-three-are-prepended-in-order.js index 9d313fccf7a0b..f155016b01b3d 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-changes/stripInternal-when-one-two-three-are-prepended-in-order.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-changes/stripInternal-when-one-two-three-are-prepended-in-order.js @@ -951,9 +951,9 @@ var N; var normalC = (function () { function normalC() { } - var proto_1 = normalC.prototype; - proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: false, @@ -1047,7 +1047,7 @@ var C = (function () { //# sourceMappingURL=second-output.js.map //// [/src/2/second-output.js.map] -{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../first/first_PART1.ts","../first/first_part2.ts","../first/first_part3.ts","../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"AAIA,IAAM,CAAC,GAAG,aAAa,CAAC;AAMxB,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;ACVf,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC;ACAjB,SAAS,CAAC;IACN,OAAO,gBAAgB,CAAC;AAC5B,CAAC;ACED,IAAU,CAAC,CAMV;AAND,WAAU,CAAC;IACP,SAAS,CAAC;QACN,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IAED,CAAC,EAAE,CAAC;AACR,CAAC,EANS,CAAC,KAAD,CAAC,QAMV;AAED;IACkB;IAAgB,CAAC;;IAEjB,cAAM,GAAN,cAAW,CAAC;IACZ,sBAAI,YAAC;aAAL,cAAU,OAAO,EAAE,CAAC,CAAC,CAAC;aACtB,UAAM,GAAW,IAAI,CAAC;;;OADA;IAExC,cAAC;AAAD,CAAC,AAND,IAMC;AACD,IAAU,OAAO,CAShB;AATD,WAAU,OAAO;IACC;QAAA;QAAiB,CAAC;QAAD,QAAC;IAAD,CAAC,AAAlB,IAAkB;IAAL,SAAC,IAAI,CAAA;IAClB,SAAgB,GAAG,KAAI,CAAC;IAAR,WAAG,MAAK,CAAA;IACxB,IAAiB,aAAa,CAAsB;IAApD,WAAiB,aAAa;QAAG;YAAA;YAAgB,CAAC;YAAD,QAAC;QAAD,CAAC,AAAjB,IAAiB;QAAJ,eAAC,IAAG,CAAA;IAAC,CAAC,EAAnC,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAAsB;IACpD,IAAiB,SAAS,CAAwC;IAAlE,WAAiB,SAAS;QAAC,IAAA,SAAS,CAA8B;QAAvC,WAAA,SAAS;YAAG;gBAAA;gBAAwB,CAAC;gBAAD,gBAAC;YAAD,CAAC,AAAzB,IAAyB;YAAZ,mBAAS,YAAG,CAAA;QAAC,CAAC,EAAvC,SAAS,GAAT,mBAAS,KAAT,mBAAS,QAA8B;IAAD,CAAC,EAAjD,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAAwC;IACpD,kBAAU,GAAG,aAAa,CAAC,CAAC,CAAC;IAE9B,qBAAa,GAAG,EAAE,CAAC;IAChC,IAAY,YAAwB;IAApC,WAAY,YAAY;QAAG,yCAAC,CAAA;QAAE,yCAAC,CAAA;QAAE,yCAAC,CAAA;IAAC,CAAC,EAAxB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAAY;AACtD,CAAC,EATS,OAAO,KAAP,OAAO,QAShB;AACa;IAAA;IAAiB,CAAC;IAAD,gBAAC;AAAD,CAAC,AAAlB,IAAkB;AAClB,SAAS,WAAW,KAAI,CAAC;AACzB,IAAU,iBAAiB,CAA8B;AAAzD,WAAU,iBAAiB;IAAG;QAAA;QAAwB,CAAC;QAAD,gBAAC;IAAD,CAAC,AAAzB,IAAyB;IAAZ,2BAAS,YAAG,CAAA;AAAC,CAAC,EAA/C,iBAAiB,KAAjB,iBAAiB,QAA8B;AACzD,IAAU,aAAa,CAAwC;AAA/D,WAAU,aAAa;IAAC,IAAA,SAAS,CAA8B;IAAvC,WAAA,SAAS;QAAG;YAAA;YAAwB,CAAC;YAAD,gBAAC;QAAD,CAAC,AAAzB,IAAyB;QAAZ,mBAAS,YAAG,CAAA;IAAC,CAAC,EAAvC,SAAS,GAAT,uBAAS,KAAT,uBAAS,QAA8B;AAAD,CAAC,EAArD,aAAa,KAAb,aAAa,QAAwC;AAC/D,IAAO,cAAc,GAAG,iBAAiB,CAAC,SAAS,CAAC;AAEpD,IAAM,aAAa,GAAG,EAAE,CAAC;AACzB,IAAK,YAAwB;AAA7B,WAAK,YAAY;IAAG,yCAAC,CAAA;IAAE,yCAAC,CAAA;IAAE,yCAAC,CAAA;AAAC,CAAC,EAAxB,YAAY,KAAZ,YAAY,QAAY;ACpC3C;IAAA;IAIA,CAAC;IAHG,uBAAW,GAAX;QACI,OAAO,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAC;IACtC,CAAC;IACL,QAAC;AAAD,CAAC,AAJD,IAIC"} +{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../first/first_PART1.ts","../first/first_part2.ts","../first/first_part3.ts","../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"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"} //// [/src/2/second-output.js.map.baseline.txt] =================================================================== @@ -1348,62 +1348,61 @@ sourceFile:../second/second_part1.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->constructor() { 2 > } 1->Emitted(16, 5) Source(14, 35) + SourceIndex(3) 2 >Emitted(16, 6) Source(14, 36) + SourceIndex(3) --- ->>> var proto_1 = normalC.prototype; ->>> proto_1.method = function () { }; +>>> var normalC_prototype = normalC.prototype; +>>> normalC_prototype.method = function () { }; 1->^^^^ -2 > ^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^ -5 > ^ -6 > ^^^^^^-> +2 > ^^^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^ +5 > ^ +6 > ^^^^^^-> 1-> > /*@internal*/ prop: string; > /*@internal*/ 2 > method -3 > -4 > method() { -5 > } +3 > +4 > method() { +5 > } 1->Emitted(18, 5) Source(16, 19) + SourceIndex(3) -2 >Emitted(18, 19) Source(16, 25) + SourceIndex(3) -3 >Emitted(18, 22) Source(16, 19) + SourceIndex(3) -4 >Emitted(18, 36) Source(16, 30) + SourceIndex(3) -5 >Emitted(18, 37) Source(16, 31) + SourceIndex(3) +2 >Emitted(18, 29) Source(16, 25) + SourceIndex(3) +3 >Emitted(18, 32) Source(16, 19) + SourceIndex(3) +4 >Emitted(18, 46) Source(16, 30) + SourceIndex(3) +5 >Emitted(18, 47) Source(16, 31) + SourceIndex(3) --- ->>> Object.defineProperty(proto_1, "c", { +>>> Object.defineProperty(normalC_prototype, "c", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^ -4 > ^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^ 1-> > /*@internal*/ 2 > get 3 > c 1->Emitted(19, 5) Source(17, 19) + SourceIndex(3) 2 >Emitted(19, 27) Source(17, 23) + SourceIndex(3) -3 >Emitted(19, 39) Source(17, 24) + SourceIndex(3) +3 >Emitted(19, 49) Source(17, 24) + SourceIndex(3) --- >>> get: function () { return 10; }, -1->^^^^^^^^^^^^^ +1 >^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^^^^^^^ 4 > ^^ 5 > ^ 6 > ^ 7 > ^ -1-> +1 > 2 > get c() { 3 > return 4 > 10 5 > ; 6 > 7 > } -1->Emitted(20, 14) Source(17, 19) + SourceIndex(3) +1 >Emitted(20, 14) Source(17, 19) + SourceIndex(3) 2 >Emitted(20, 28) Source(17, 29) + SourceIndex(3) 3 >Emitted(20, 35) Source(17, 36) + SourceIndex(3) 4 >Emitted(20, 37) Source(17, 38) + SourceIndex(3) @@ -2657,7 +2656,7 @@ sourceFile:../second/second_part2.ts }, { "pos": 109, - "end": 3180, + "end": 3210, "kind": "text" } ] @@ -2738,7 +2737,7 @@ function f() { } ---------------------------------------------------------------------- -text: (109-3180) +text: (109-3210) var N; (function (N) { function f() { @@ -2749,9 +2748,9 @@ var N; var normalC = (function () { function normalC() { } - var proto_1 = normalC.prototype; - proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: false, @@ -3604,9 +3603,9 @@ var N; var normalC = (function () { function normalC() { } - var proto_1 = normalC.prototype; - proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: false, @@ -3702,7 +3701,7 @@ c.doSomething(); //# sourceMappingURL=third-output.js.map //// [/src/third/thirdjs/output/third-output.js.map] -{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} //// [/src/third/thirdjs/output/third-output.js.map.baseline.txt] =================================================================== @@ -4003,62 +4002,61 @@ sourceFile:../../../second/second_part1.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->constructor() { 2 > } 1->Emitted(16, 5) Source(14, 35) + SourceIndex(3) 2 >Emitted(16, 6) Source(14, 36) + SourceIndex(3) --- ->>> var proto_1 = normalC.prototype; ->>> proto_1.method = function () { }; +>>> var normalC_prototype = normalC.prototype; +>>> normalC_prototype.method = function () { }; 1->^^^^ -2 > ^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^ -5 > ^ -6 > ^^^^^^-> +2 > ^^^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^ +5 > ^ +6 > ^^^^^^-> 1-> > /*@internal*/ prop: string; > /*@internal*/ 2 > method -3 > -4 > method() { -5 > } +3 > +4 > method() { +5 > } 1->Emitted(18, 5) Source(16, 19) + SourceIndex(3) -2 >Emitted(18, 19) Source(16, 25) + SourceIndex(3) -3 >Emitted(18, 22) Source(16, 19) + SourceIndex(3) -4 >Emitted(18, 36) Source(16, 30) + SourceIndex(3) -5 >Emitted(18, 37) Source(16, 31) + SourceIndex(3) +2 >Emitted(18, 29) Source(16, 25) + SourceIndex(3) +3 >Emitted(18, 32) Source(16, 19) + SourceIndex(3) +4 >Emitted(18, 46) Source(16, 30) + SourceIndex(3) +5 >Emitted(18, 47) Source(16, 31) + SourceIndex(3) --- ->>> Object.defineProperty(proto_1, "c", { +>>> Object.defineProperty(normalC_prototype, "c", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^ -4 > ^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^ 1-> > /*@internal*/ 2 > get 3 > c 1->Emitted(19, 5) Source(17, 19) + SourceIndex(3) 2 >Emitted(19, 27) Source(17, 23) + SourceIndex(3) -3 >Emitted(19, 39) Source(17, 24) + SourceIndex(3) +3 >Emitted(19, 49) Source(17, 24) + SourceIndex(3) --- >>> get: function () { return 10; }, -1->^^^^^^^^^^^^^ +1 >^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^^^^^^^ 4 > ^^ 5 > ^ 6 > ^ 7 > ^ -1-> +1 > 2 > get c() { 3 > return 4 > 10 5 > ; 6 > 7 > } -1->Emitted(20, 14) Source(17, 19) + SourceIndex(3) +1 >Emitted(20, 14) Source(17, 19) + SourceIndex(3) 2 >Emitted(20, 28) Source(17, 29) + SourceIndex(3) 3 >Emitted(20, 35) Source(17, 36) + SourceIndex(3) 4 >Emitted(20, 37) Source(17, 38) + SourceIndex(3) @@ -5351,20 +5349,20 @@ sourceFile:../../third_part1.ts "sections": [ { "pos": 0, - "end": 3180, + "end": 3210, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 0, - "end": 3180, + "end": 3210, "kind": "text" } ] }, { - "pos": 3180, - "end": 3216, + "pos": 3210, + "end": 3246, "kind": "text" } ] @@ -5399,9 +5397,9 @@ sourceFile:../../third_part1.ts ====================================================================== File:: /src/third/thirdjs/output/third-output.js ---------------------------------------------------------------------- -prepend: (0-3180):: ../../../2/second-output.js texts:: 1 +prepend: (0-3210):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (0-3180) +text: (0-3210) var s = "Hola, world"; console.log(s); console.log(f()); @@ -5418,9 +5416,9 @@ var N; var normalC = (function () { function normalC() { } - var proto_1 = normalC.prototype; - proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: false, @@ -5513,7 +5511,7 @@ var C = (function () { }()); ---------------------------------------------------------------------- -text: (3180-3216) +text: (3210-3246) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-changes/stripInternal.js b/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-changes/stripInternal.js index c229f024d3e0f..658311937a324 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-changes/stripInternal.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-changes/stripInternal.js @@ -723,9 +723,9 @@ var N; var normalC = (function () { function normalC() { } - var proto_1 = normalC.prototype; - proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: false, @@ -821,7 +821,7 @@ c.doSomething(); //# sourceMappingURL=third-output.js.map //// [/src/third/thirdjs/output/third-output.js.map] -{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} //// [/src/third/thirdjs/output/third-output.js.map.baseline.txt] =================================================================== @@ -1122,62 +1122,61 @@ sourceFile:../../../second/second_part1.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->constructor() { 2 > } 1->Emitted(16, 5) Source(14, 35) + SourceIndex(3) 2 >Emitted(16, 6) Source(14, 36) + SourceIndex(3) --- ->>> var proto_1 = normalC.prototype; ->>> proto_1.method = function () { }; +>>> var normalC_prototype = normalC.prototype; +>>> normalC_prototype.method = function () { }; 1->^^^^ -2 > ^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^ -5 > ^ -6 > ^^^^^^-> +2 > ^^^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^ +5 > ^ +6 > ^^^^^^-> 1-> > /*@internal*/ prop: string; > /*@internal*/ 2 > method -3 > -4 > method() { -5 > } +3 > +4 > method() { +5 > } 1->Emitted(18, 5) Source(16, 19) + SourceIndex(3) -2 >Emitted(18, 19) Source(16, 25) + SourceIndex(3) -3 >Emitted(18, 22) Source(16, 19) + SourceIndex(3) -4 >Emitted(18, 36) Source(16, 30) + SourceIndex(3) -5 >Emitted(18, 37) Source(16, 31) + SourceIndex(3) +2 >Emitted(18, 29) Source(16, 25) + SourceIndex(3) +3 >Emitted(18, 32) Source(16, 19) + SourceIndex(3) +4 >Emitted(18, 46) Source(16, 30) + SourceIndex(3) +5 >Emitted(18, 47) Source(16, 31) + SourceIndex(3) --- ->>> Object.defineProperty(proto_1, "c", { +>>> Object.defineProperty(normalC_prototype, "c", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^ -4 > ^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^ 1-> > /*@internal*/ 2 > get 3 > c 1->Emitted(19, 5) Source(17, 19) + SourceIndex(3) 2 >Emitted(19, 27) Source(17, 23) + SourceIndex(3) -3 >Emitted(19, 39) Source(17, 24) + SourceIndex(3) +3 >Emitted(19, 49) Source(17, 24) + SourceIndex(3) --- >>> get: function () { return 10; }, -1->^^^^^^^^^^^^^ +1 >^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^^^^^^^ 4 > ^^ 5 > ^ 6 > ^ 7 > ^ -1-> +1 > 2 > get c() { 3 > return 4 > 10 5 > ; 6 > 7 > } -1->Emitted(20, 14) Source(17, 19) + SourceIndex(3) +1 >Emitted(20, 14) Source(17, 19) + SourceIndex(3) 2 >Emitted(20, 28) Source(17, 29) + SourceIndex(3) 3 >Emitted(20, 35) Source(17, 36) + SourceIndex(3) 4 >Emitted(20, 37) Source(17, 38) + SourceIndex(3) @@ -2483,20 +2482,20 @@ sourceFile:../../third_part1.ts }, { "pos": 109, - "end": 3180, + "end": 3210, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 109, - "end": 3180, + "end": 3210, "kind": "text" } ] }, { - "pos": 3180, - "end": 3216, + "pos": 3210, + "end": 3246, "kind": "text" } ] @@ -2555,9 +2554,9 @@ function f() { } ---------------------------------------------------------------------- -prepend: (109-3180):: ../../../2/second-output.js texts:: 1 +prepend: (109-3210):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (109-3180) +text: (109-3210) var N; (function (N) { function f() { @@ -2568,9 +2567,9 @@ var N; var normalC = (function () { function normalC() { } - var proto_1 = normalC.prototype; - proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: false, @@ -2663,7 +2662,7 @@ var C = (function () { }()); ---------------------------------------------------------------------- -text: (3180-3216) +text: (3210-3246) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-jsdoc-style-comment-when-one-two-three-are-prepended-in-order.js b/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-jsdoc-style-comment-when-one-two-three-are-prepended-in-order.js index 4c515fc500a26..3a0e992075398 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-jsdoc-style-comment-when-one-two-three-are-prepended-in-order.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-jsdoc-style-comment-when-one-two-three-are-prepended-in-order.js @@ -59,9 +59,9 @@ var N; var normalC = (function () { function normalC() { } - var proto_1 = normalC.prototype; - proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: false, @@ -155,7 +155,7 @@ var C = (function () { //# sourceMappingURL=second-output.js.map //// [/src/2/second-output.js.map] -{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../first/first_PART1.ts","../first/first_part2.ts","../first/first_part3.ts","../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../first/first_PART1.ts","../first/first_part2.ts","../first/first_part3.ts","../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"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"} //// [/src/2/second-output.js.map.baseline.txt] =================================================================== @@ -484,62 +484,61 @@ sourceFile:../second/second_part1.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->constructor() { 2 > } 1->Emitted(17, 5) Source(14, 36) + SourceIndex(3) 2 >Emitted(17, 6) Source(14, 37) + SourceIndex(3) --- ->>> var proto_1 = normalC.prototype; ->>> proto_1.method = function () { }; +>>> var normalC_prototype = normalC.prototype; +>>> normalC_prototype.method = function () { }; 1->^^^^ -2 > ^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^ -5 > ^ -6 > ^^^^^^-> +2 > ^^^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^ +5 > ^ +6 > ^^^^^^-> 1-> > /**@internal*/ prop: string; > /**@internal*/ 2 > method -3 > -4 > method() { -5 > } +3 > +4 > method() { +5 > } 1->Emitted(19, 5) Source(16, 20) + SourceIndex(3) -2 >Emitted(19, 19) Source(16, 26) + SourceIndex(3) -3 >Emitted(19, 22) Source(16, 20) + SourceIndex(3) -4 >Emitted(19, 36) Source(16, 31) + SourceIndex(3) -5 >Emitted(19, 37) Source(16, 32) + SourceIndex(3) +2 >Emitted(19, 29) Source(16, 26) + SourceIndex(3) +3 >Emitted(19, 32) Source(16, 20) + SourceIndex(3) +4 >Emitted(19, 46) Source(16, 31) + SourceIndex(3) +5 >Emitted(19, 47) Source(16, 32) + SourceIndex(3) --- ->>> Object.defineProperty(proto_1, "c", { +>>> Object.defineProperty(normalC_prototype, "c", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^ -4 > ^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^ 1-> > /**@internal*/ 2 > get 3 > c 1->Emitted(20, 5) Source(17, 20) + SourceIndex(3) 2 >Emitted(20, 27) Source(17, 24) + SourceIndex(3) -3 >Emitted(20, 39) Source(17, 25) + SourceIndex(3) +3 >Emitted(20, 49) Source(17, 25) + SourceIndex(3) --- >>> get: function () { return 10; }, -1->^^^^^^^^^^^^^ +1 >^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^^^^^^^ 4 > ^^ 5 > ^ 6 > ^ 7 > ^ -1-> +1 > 2 > get c() { 3 > return 4 > 10 5 > ; 6 > 7 > } -1->Emitted(21, 14) Source(17, 20) + SourceIndex(3) +1 >Emitted(21, 14) Source(17, 20) + SourceIndex(3) 2 >Emitted(21, 28) Source(17, 30) + SourceIndex(3) 3 >Emitted(21, 35) Source(17, 37) + SourceIndex(3) 4 >Emitted(21, 37) Source(17, 39) + SourceIndex(3) @@ -1793,7 +1792,7 @@ sourceFile:../second/second_part2.ts }, { "pos": 127, - "end": 3198, + "end": 3228, "kind": "text" } ] @@ -1875,7 +1874,7 @@ function f() { } ---------------------------------------------------------------------- -text: (127-3198) +text: (127-3228) var N; (function (N) { function f() { @@ -1886,9 +1885,9 @@ var N; var normalC = (function () { function normalC() { } - var proto_1 = normalC.prototype; - proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: false, @@ -2345,9 +2344,9 @@ var N; var normalC = (function () { function normalC() { } - var proto_1 = normalC.prototype; - proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: false, @@ -2443,7 +2442,7 @@ c.doSomething(); //# sourceMappingURL=third-output.js.map //// [/src/third/thirdjs/output/third-output.js.map] -{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"AAIA,IAAM,CAAC,GAAG,cAAc,CAAC;AAMzB,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;AACf,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;ACXf,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC;ACAjB,SAAS,CAAC;IACN,OAAO,gBAAgB,CAAC;AAC5B,CAAC;ACED,IAAU,CAAC,CAMV;AAND,WAAU,CAAC;IACP,SAAS,CAAC;QACN,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IAED,CAAC,EAAE,CAAC;AACR,CAAC,EANS,CAAC,KAAD,CAAC,QAMV;AAED;IACmB;IAAgB,CAAC;;IAEjB,cAAM,GAAN,cAAW,CAAC;IACZ,sBAAI,YAAC;aAAL,cAAU,OAAO,EAAE,CAAC,CAAC,CAAC;aACtB,UAAM,GAAW,IAAI,CAAC;;;OADA;IAEzC,cAAC;AAAD,CAAC,AAND,IAMC;AACD,IAAU,OAAO,CAShB;AATD,WAAU,OAAO;IACE;QAAA;QAAiB,CAAC;QAAD,QAAC;IAAD,CAAC,AAAlB,IAAkB;IAAL,SAAC,IAAI,CAAA;IAClB,SAAgB,GAAG,KAAI,CAAC;IAAR,WAAG,MAAK,CAAA;IACxB,IAAiB,aAAa,CAAsB;IAApD,WAAiB,aAAa;QAAG;YAAA;YAAgB,CAAC;YAAD,QAAC;QAAD,CAAC,AAAjB,IAAiB;QAAJ,eAAC,IAAG,CAAA;IAAC,CAAC,EAAnC,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAAsB;IACpD,IAAiB,SAAS,CAAwC;IAAlE,WAAiB,SAAS;QAAC,IAAA,SAAS,CAA8B;QAAvC,WAAA,SAAS;YAAG;gBAAA;gBAAwB,CAAC;gBAAD,gBAAC;YAAD,CAAC,AAAzB,IAAyB;YAAZ,mBAAS,YAAG,CAAA;QAAC,CAAC,EAAvC,SAAS,GAAT,mBAAS,KAAT,mBAAS,QAA8B;IAAD,CAAC,EAAjD,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAAwC;IACpD,kBAAU,GAAG,aAAa,CAAC,CAAC,CAAC;IAE9B,qBAAa,GAAG,EAAE,CAAC;IAChC,IAAY,YAAwB;IAApC,WAAY,YAAY;QAAG,yCAAC,CAAA;QAAE,yCAAC,CAAA;QAAE,yCAAC,CAAA;IAAC,CAAC,EAAxB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAAY;AACvD,CAAC,EATS,OAAO,KAAP,OAAO,QAShB;AACc;IAAA;IAAiB,CAAC;IAAD,gBAAC;AAAD,CAAC,AAAlB,IAAkB;AAClB,SAAS,WAAW,KAAI,CAAC;AACzB,IAAU,iBAAiB,CAA8B;AAAzD,WAAU,iBAAiB;IAAG;QAAA;QAAwB,CAAC;QAAD,gBAAC;IAAD,CAAC,AAAzB,IAAyB;IAAZ,2BAAS,YAAG,CAAA;AAAC,CAAC,EAA/C,iBAAiB,KAAjB,iBAAiB,QAA8B;AACzD,IAAU,aAAa,CAAwC;AAA/D,WAAU,aAAa;IAAC,IAAA,SAAS,CAA8B;IAAvC,WAAA,SAAS;QAAG;YAAA;YAAwB,CAAC;YAAD,gBAAC;QAAD,CAAC,AAAzB,IAAyB;QAAZ,mBAAS,YAAG,CAAA;IAAC,CAAC,EAAvC,SAAS,GAAT,uBAAS,KAAT,uBAAS,QAA8B;AAAD,CAAC,EAArD,aAAa,KAAb,aAAa,QAAwC;AAC/D,IAAO,cAAc,GAAG,iBAAiB,CAAC,SAAS,CAAC;AAEpD,IAAM,aAAa,GAAG,EAAE,CAAC;AACzB,IAAK,YAAwB;AAA7B,WAAK,YAAY;IAAG,yCAAC,CAAA;IAAE,yCAAC,CAAA;IAAE,yCAAC,CAAA;AAAC,CAAC,EAAxB,YAAY,KAAZ,YAAY,QAAY;ACpC5C;IAAA;IAIA,CAAC;IAHG,uBAAW,GAAX;QACI,OAAO,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAC;IACtC,CAAC;IACL,QAAC;AAAD,CAAC,AAJD,IAIC;ACJD,IAAI,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC;AAChB,CAAC,CAAC,WAAW,EAAE,CAAC"} +{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} //// [/src/third/thirdjs/output/third-output.js.map.baseline.txt] =================================================================== @@ -2772,62 +2771,61 @@ sourceFile:../../../second/second_part1.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->constructor() { 2 > } 1->Emitted(17, 5) Source(14, 36) + SourceIndex(3) 2 >Emitted(17, 6) Source(14, 37) + SourceIndex(3) --- ->>> var proto_1 = normalC.prototype; ->>> proto_1.method = function () { }; +>>> var normalC_prototype = normalC.prototype; +>>> normalC_prototype.method = function () { }; 1->^^^^ -2 > ^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^ -5 > ^ -6 > ^^^^^^-> +2 > ^^^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^ +5 > ^ +6 > ^^^^^^-> 1-> > /**@internal*/ prop: string; > /**@internal*/ 2 > method -3 > -4 > method() { -5 > } +3 > +4 > method() { +5 > } 1->Emitted(19, 5) Source(16, 20) + SourceIndex(3) -2 >Emitted(19, 19) Source(16, 26) + SourceIndex(3) -3 >Emitted(19, 22) Source(16, 20) + SourceIndex(3) -4 >Emitted(19, 36) Source(16, 31) + SourceIndex(3) -5 >Emitted(19, 37) Source(16, 32) + SourceIndex(3) +2 >Emitted(19, 29) Source(16, 26) + SourceIndex(3) +3 >Emitted(19, 32) Source(16, 20) + SourceIndex(3) +4 >Emitted(19, 46) Source(16, 31) + SourceIndex(3) +5 >Emitted(19, 47) Source(16, 32) + SourceIndex(3) --- ->>> Object.defineProperty(proto_1, "c", { +>>> Object.defineProperty(normalC_prototype, "c", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^ -4 > ^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^ 1-> > /**@internal*/ 2 > get 3 > c 1->Emitted(20, 5) Source(17, 20) + SourceIndex(3) 2 >Emitted(20, 27) Source(17, 24) + SourceIndex(3) -3 >Emitted(20, 39) Source(17, 25) + SourceIndex(3) +3 >Emitted(20, 49) Source(17, 25) + SourceIndex(3) --- >>> get: function () { return 10; }, -1->^^^^^^^^^^^^^ +1 >^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^^^^^^^ 4 > ^^ 5 > ^ 6 > ^ 7 > ^ -1-> +1 > 2 > get c() { 3 > return 4 > 10 5 > ; 6 > 7 > } -1->Emitted(21, 14) Source(17, 20) + SourceIndex(3) +1 >Emitted(21, 14) Source(17, 20) + SourceIndex(3) 2 >Emitted(21, 28) Source(17, 30) + SourceIndex(3) 3 >Emitted(21, 35) Source(17, 37) + SourceIndex(3) 4 >Emitted(21, 37) Source(17, 39) + SourceIndex(3) @@ -4120,20 +4118,20 @@ sourceFile:../../third_part1.ts "sections": [ { "pos": 0, - "end": 3198, + "end": 3228, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 0, - "end": 3198, + "end": 3228, "kind": "text" } ] }, { - "pos": 3198, - "end": 3234, + "pos": 3228, + "end": 3264, "kind": "text" } ] @@ -4168,9 +4166,9 @@ sourceFile:../../third_part1.ts ====================================================================== File:: /src/third/thirdjs/output/third-output.js ---------------------------------------------------------------------- -prepend: (0-3198):: ../../../2/second-output.js texts:: 1 +prepend: (0-3228):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (0-3198) +text: (0-3228) var s = "Hello, world"; console.log(s); console.log(s); @@ -4188,9 +4186,9 @@ var N; var normalC = (function () { function normalC() { } - var proto_1 = normalC.prototype; - proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: false, @@ -4283,7 +4281,7 @@ var C = (function () { }()); ---------------------------------------------------------------------- -text: (3198-3234) +text: (3228-3264) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-jsdoc-style-comment.js b/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-jsdoc-style-comment.js index 6d80791940879..2a0d9b0f4f29f 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-jsdoc-style-comment.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-jsdoc-style-comment.js @@ -310,9 +310,9 @@ var N; var normalC = (function () { function normalC() { } - var proto_1 = normalC.prototype; - proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: false, @@ -408,7 +408,7 @@ c.doSomething(); //# sourceMappingURL=third-output.js.map //// [/src/third/thirdjs/output/third-output.js.map] -{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} //// [/src/third/thirdjs/output/third-output.js.map.baseline.txt] =================================================================== @@ -737,62 +737,61 @@ sourceFile:../../../second/second_part1.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->constructor() { 2 > } 1->Emitted(17, 5) Source(14, 36) + SourceIndex(3) 2 >Emitted(17, 6) Source(14, 37) + SourceIndex(3) --- ->>> var proto_1 = normalC.prototype; ->>> proto_1.method = function () { }; +>>> var normalC_prototype = normalC.prototype; +>>> normalC_prototype.method = function () { }; 1->^^^^ -2 > ^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^ -5 > ^ -6 > ^^^^^^-> +2 > ^^^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^ +5 > ^ +6 > ^^^^^^-> 1-> > /**@internal*/ prop: string; > /**@internal*/ 2 > method -3 > -4 > method() { -5 > } +3 > +4 > method() { +5 > } 1->Emitted(19, 5) Source(16, 20) + SourceIndex(3) -2 >Emitted(19, 19) Source(16, 26) + SourceIndex(3) -3 >Emitted(19, 22) Source(16, 20) + SourceIndex(3) -4 >Emitted(19, 36) Source(16, 31) + SourceIndex(3) -5 >Emitted(19, 37) Source(16, 32) + SourceIndex(3) +2 >Emitted(19, 29) Source(16, 26) + SourceIndex(3) +3 >Emitted(19, 32) Source(16, 20) + SourceIndex(3) +4 >Emitted(19, 46) Source(16, 31) + SourceIndex(3) +5 >Emitted(19, 47) Source(16, 32) + SourceIndex(3) --- ->>> Object.defineProperty(proto_1, "c", { +>>> Object.defineProperty(normalC_prototype, "c", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^ -4 > ^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^ 1-> > /**@internal*/ 2 > get 3 > c 1->Emitted(20, 5) Source(17, 20) + SourceIndex(3) 2 >Emitted(20, 27) Source(17, 24) + SourceIndex(3) -3 >Emitted(20, 39) Source(17, 25) + SourceIndex(3) +3 >Emitted(20, 49) Source(17, 25) + SourceIndex(3) --- >>> get: function () { return 10; }, -1->^^^^^^^^^^^^^ +1 >^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^^^^^^^ 4 > ^^ 5 > ^ 6 > ^ 7 > ^ -1-> +1 > 2 > get c() { 3 > return 4 > 10 5 > ; 6 > 7 > } -1->Emitted(21, 14) Source(17, 20) + SourceIndex(3) +1 >Emitted(21, 14) Source(17, 20) + SourceIndex(3) 2 >Emitted(21, 28) Source(17, 30) + SourceIndex(3) 3 >Emitted(21, 35) Source(17, 37) + SourceIndex(3) 4 >Emitted(21, 37) Source(17, 39) + SourceIndex(3) @@ -2098,20 +2097,20 @@ sourceFile:../../third_part1.ts }, { "pos": 127, - "end": 3198, + "end": 3228, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 127, - "end": 3198, + "end": 3228, "kind": "text" } ] }, { - "pos": 3198, - "end": 3234, + "pos": 3228, + "end": 3264, "kind": "text" } ] @@ -2171,9 +2170,9 @@ function f() { } ---------------------------------------------------------------------- -prepend: (127-3198):: ../../../2/second-output.js texts:: 1 +prepend: (127-3228):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (127-3198) +text: (127-3228) var N; (function (N) { function f() { @@ -2184,9 +2183,9 @@ var N; var normalC = (function () { function normalC() { } - var proto_1 = normalC.prototype; - proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: false, @@ -2279,7 +2278,7 @@ var C = (function () { }()); ---------------------------------------------------------------------- -text: (3198-3234) +text: (3228-3264) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-jsdoc-style-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js b/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-jsdoc-style-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js index 31247057b0a74..5873dd4664092 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-jsdoc-style-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-jsdoc-style-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js @@ -59,9 +59,9 @@ var N; var normalC = /** @class */ (function () { /**@internal*/ function normalC() { } - var proto_1 = normalC.prototype; - /**@internal*/ proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + /**@internal*/ normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { /**@internal*/ get: function () { return 10; }, /**@internal*/ set: function (val) { }, enumerable: false, @@ -155,7 +155,7 @@ var C = /** @class */ (function () { //# sourceMappingURL=second-output.js.map //// [/src/2/second-output.js.map] -{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../first/first_PART1.ts","../first/first_part2.ts","../first/first_part3.ts","../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../first/first_PART1.ts","../first/first_part2.ts","../first/first_part3.ts","../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"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"} //// [/src/2/second-output.js.map.baseline.txt] =================================================================== @@ -489,50 +489,50 @@ sourceFile:../second/second_part1.ts >>> } 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >constructor() { 2 > } 1 >Emitted(17, 5) Source(14, 36) + SourceIndex(3) 2 >Emitted(17, 6) Source(14, 37) + SourceIndex(3) --- ->>> var proto_1 = normalC.prototype; ->>> /**@internal*/ proto_1.method = function () { }; +>>> var normalC_prototype = normalC.prototype; +>>> /**@internal*/ normalC_prototype.method = function () { }; 1->^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^ -4 > ^^^^^^^^^^^^^^ -5 > ^^^ -6 > ^^^^^^^^^^^^^^ -7 > ^ +4 > ^^^^^^^^^^^^^^^^^^^^^^^^ +5 > ^^^ +6 > ^^^^^^^^^^^^^^ +7 > ^ 1-> > /**@internal*/ prop: string; > 2 > /**@internal*/ 3 > 4 > method -5 > -6 > method() { -7 > } +5 > +6 > method() { +7 > } 1->Emitted(19, 5) Source(16, 5) + SourceIndex(3) 2 >Emitted(19, 19) Source(16, 19) + SourceIndex(3) 3 >Emitted(19, 20) Source(16, 20) + SourceIndex(3) -4 >Emitted(19, 34) Source(16, 26) + SourceIndex(3) -5 >Emitted(19, 37) Source(16, 20) + SourceIndex(3) -6 >Emitted(19, 51) Source(16, 31) + SourceIndex(3) -7 >Emitted(19, 52) Source(16, 32) + SourceIndex(3) +4 >Emitted(19, 44) Source(16, 26) + SourceIndex(3) +5 >Emitted(19, 47) Source(16, 20) + SourceIndex(3) +6 >Emitted(19, 61) Source(16, 31) + SourceIndex(3) +7 >Emitted(19, 62) Source(16, 32) + SourceIndex(3) --- ->>> Object.defineProperty(proto_1, "c", { +>>> Object.defineProperty(normalC_prototype, "c", { 1 >^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^ -4 > ^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^ +4 > ^^^^^^^^-> 1 > > /**@internal*/ 2 > get 3 > c 1 >Emitted(20, 5) Source(17, 20) + SourceIndex(3) 2 >Emitted(20, 27) Source(17, 24) + SourceIndex(3) -3 >Emitted(20, 39) Source(17, 25) + SourceIndex(3) +3 >Emitted(20, 49) Source(17, 25) + SourceIndex(3) --- >>> /**@internal*/ get: function () { return 10; }, 1->^^^^^^^^ @@ -1892,7 +1892,7 @@ sourceFile:../second/second_part2.ts }, { "pos": 127, - "end": 3580, + "end": 3610, "kind": "text" } ] @@ -1974,7 +1974,7 @@ function f() { } ---------------------------------------------------------------------- -text: (127-3580) +text: (127-3610) var N; (function (N) { function f() { @@ -1985,9 +1985,9 @@ var N; var normalC = /** @class */ (function () { /**@internal*/ function normalC() { } - var proto_1 = normalC.prototype; - /**@internal*/ proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + /**@internal*/ normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { /**@internal*/ get: function () { return 10; }, /**@internal*/ set: function (val) { }, enumerable: false, @@ -2444,9 +2444,9 @@ var N; var normalC = /** @class */ (function () { /**@internal*/ function normalC() { } - var proto_1 = normalC.prototype; - /**@internal*/ proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + /**@internal*/ normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { /**@internal*/ get: function () { return 10; }, /**@internal*/ set: function (val) { }, enumerable: false, @@ -2542,7 +2542,7 @@ c.doSomething(); //# sourceMappingURL=third-output.js.map //// [/src/third/thirdjs/output/third-output.js.map] -{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} //// [/src/third/thirdjs/output/third-output.js.map.baseline.txt] =================================================================== @@ -2876,50 +2876,50 @@ sourceFile:../../../second/second_part1.ts >>> } 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >constructor() { 2 > } 1 >Emitted(17, 5) Source(14, 36) + SourceIndex(3) 2 >Emitted(17, 6) Source(14, 37) + SourceIndex(3) --- ->>> var proto_1 = normalC.prototype; ->>> /**@internal*/ proto_1.method = function () { }; +>>> var normalC_prototype = normalC.prototype; +>>> /**@internal*/ normalC_prototype.method = function () { }; 1->^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^ -4 > ^^^^^^^^^^^^^^ -5 > ^^^ -6 > ^^^^^^^^^^^^^^ -7 > ^ +4 > ^^^^^^^^^^^^^^^^^^^^^^^^ +5 > ^^^ +6 > ^^^^^^^^^^^^^^ +7 > ^ 1-> > /**@internal*/ prop: string; > 2 > /**@internal*/ 3 > 4 > method -5 > -6 > method() { -7 > } +5 > +6 > method() { +7 > } 1->Emitted(19, 5) Source(16, 5) + SourceIndex(3) 2 >Emitted(19, 19) Source(16, 19) + SourceIndex(3) 3 >Emitted(19, 20) Source(16, 20) + SourceIndex(3) -4 >Emitted(19, 34) Source(16, 26) + SourceIndex(3) -5 >Emitted(19, 37) Source(16, 20) + SourceIndex(3) -6 >Emitted(19, 51) Source(16, 31) + SourceIndex(3) -7 >Emitted(19, 52) Source(16, 32) + SourceIndex(3) +4 >Emitted(19, 44) Source(16, 26) + SourceIndex(3) +5 >Emitted(19, 47) Source(16, 20) + SourceIndex(3) +6 >Emitted(19, 61) Source(16, 31) + SourceIndex(3) +7 >Emitted(19, 62) Source(16, 32) + SourceIndex(3) --- ->>> Object.defineProperty(proto_1, "c", { +>>> Object.defineProperty(normalC_prototype, "c", { 1 >^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^ -4 > ^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^ +4 > ^^^^^^^^-> 1 > > /**@internal*/ 2 > get 3 > c 1 >Emitted(20, 5) Source(17, 20) + SourceIndex(3) 2 >Emitted(20, 27) Source(17, 24) + SourceIndex(3) -3 >Emitted(20, 39) Source(17, 25) + SourceIndex(3) +3 >Emitted(20, 49) Source(17, 25) + SourceIndex(3) --- >>> /**@internal*/ get: function () { return 10; }, 1->^^^^^^^^ @@ -4318,20 +4318,20 @@ sourceFile:../../third_part1.ts "sections": [ { "pos": 0, - "end": 3580, + "end": 3610, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 0, - "end": 3580, + "end": 3610, "kind": "text" } ] }, { - "pos": 3580, - "end": 3616, + "pos": 3610, + "end": 3646, "kind": "text" } ] @@ -4366,9 +4366,9 @@ sourceFile:../../third_part1.ts ====================================================================== File:: /src/third/thirdjs/output/third-output.js ---------------------------------------------------------------------- -prepend: (0-3580):: ../../../2/second-output.js texts:: 1 +prepend: (0-3610):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (0-3580) +text: (0-3610) var s = "Hello, world"; console.log(s); console.log(s); @@ -4386,9 +4386,9 @@ var N; var normalC = /** @class */ (function () { /**@internal*/ function normalC() { } - var proto_1 = normalC.prototype; - /**@internal*/ proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + /**@internal*/ normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { /**@internal*/ get: function () { return 10; }, /**@internal*/ set: function (val) { }, enumerable: false, @@ -4481,7 +4481,7 @@ var C = /** @class */ (function () { }()); ---------------------------------------------------------------------- -text: (3580-3616) +text: (3610-3646) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-jsdoc-style-with-comments-emit-enabled.js b/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-jsdoc-style-with-comments-emit-enabled.js index b5be95b27711e..79c1b3413ff89 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-jsdoc-style-with-comments-emit-enabled.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-jsdoc-style-with-comments-emit-enabled.js @@ -310,9 +310,9 @@ var N; var normalC = /** @class */ (function () { /**@internal*/ function normalC() { } - var proto_1 = normalC.prototype; - /**@internal*/ proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + /**@internal*/ normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { /**@internal*/ get: function () { return 10; }, /**@internal*/ set: function (val) { }, enumerable: false, @@ -408,7 +408,7 @@ c.doSomething(); //# sourceMappingURL=third-output.js.map //// [/src/third/thirdjs/output/third-output.js.map] -{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} //// [/src/third/thirdjs/output/third-output.js.map.baseline.txt] =================================================================== @@ -742,50 +742,50 @@ sourceFile:../../../second/second_part1.ts >>> } 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >constructor() { 2 > } 1 >Emitted(17, 5) Source(14, 36) + SourceIndex(3) 2 >Emitted(17, 6) Source(14, 37) + SourceIndex(3) --- ->>> var proto_1 = normalC.prototype; ->>> /**@internal*/ proto_1.method = function () { }; +>>> var normalC_prototype = normalC.prototype; +>>> /**@internal*/ normalC_prototype.method = function () { }; 1->^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^ -4 > ^^^^^^^^^^^^^^ -5 > ^^^ -6 > ^^^^^^^^^^^^^^ -7 > ^ +4 > ^^^^^^^^^^^^^^^^^^^^^^^^ +5 > ^^^ +6 > ^^^^^^^^^^^^^^ +7 > ^ 1-> > /**@internal*/ prop: string; > 2 > /**@internal*/ 3 > 4 > method -5 > -6 > method() { -7 > } +5 > +6 > method() { +7 > } 1->Emitted(19, 5) Source(16, 5) + SourceIndex(3) 2 >Emitted(19, 19) Source(16, 19) + SourceIndex(3) 3 >Emitted(19, 20) Source(16, 20) + SourceIndex(3) -4 >Emitted(19, 34) Source(16, 26) + SourceIndex(3) -5 >Emitted(19, 37) Source(16, 20) + SourceIndex(3) -6 >Emitted(19, 51) Source(16, 31) + SourceIndex(3) -7 >Emitted(19, 52) Source(16, 32) + SourceIndex(3) +4 >Emitted(19, 44) Source(16, 26) + SourceIndex(3) +5 >Emitted(19, 47) Source(16, 20) + SourceIndex(3) +6 >Emitted(19, 61) Source(16, 31) + SourceIndex(3) +7 >Emitted(19, 62) Source(16, 32) + SourceIndex(3) --- ->>> Object.defineProperty(proto_1, "c", { +>>> Object.defineProperty(normalC_prototype, "c", { 1 >^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^ -4 > ^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^ +4 > ^^^^^^^^-> 1 > > /**@internal*/ 2 > get 3 > c 1 >Emitted(20, 5) Source(17, 20) + SourceIndex(3) 2 >Emitted(20, 27) Source(17, 24) + SourceIndex(3) -3 >Emitted(20, 39) Source(17, 25) + SourceIndex(3) +3 >Emitted(20, 49) Source(17, 25) + SourceIndex(3) --- >>> /**@internal*/ get: function () { return 10; }, 1->^^^^^^^^ @@ -2197,20 +2197,20 @@ sourceFile:../../third_part1.ts }, { "pos": 127, - "end": 3580, + "end": 3610, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 127, - "end": 3580, + "end": 3610, "kind": "text" } ] }, { - "pos": 3580, - "end": 3616, + "pos": 3610, + "end": 3646, "kind": "text" } ] @@ -2270,9 +2270,9 @@ function f() { } ---------------------------------------------------------------------- -prepend: (127-3580):: ../../../2/second-output.js texts:: 1 +prepend: (127-3610):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (127-3580) +text: (127-3610) var N; (function (N) { function f() { @@ -2283,9 +2283,9 @@ var N; var normalC = /** @class */ (function () { /**@internal*/ function normalC() { } - var proto_1 = normalC.prototype; - /**@internal*/ proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + /**@internal*/ normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { /**@internal*/ get: function () { return 10; }, /**@internal*/ set: function (val) { }, enumerable: false, @@ -2378,7 +2378,7 @@ var C = /** @class */ (function () { }()); ---------------------------------------------------------------------- -text: (3580-3616) +text: (3610-3646) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-when-one-two-three-are-prepended-in-order.js b/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-when-one-two-three-are-prepended-in-order.js index 7be337914ff6e..d532b647643b7 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-when-one-two-three-are-prepended-in-order.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-when-one-two-three-are-prepended-in-order.js @@ -81,9 +81,9 @@ var N; var normalC = (function () { function normalC() { } - var proto_1 = normalC.prototype; - proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: false, @@ -177,7 +177,7 @@ var C = (function () { //# sourceMappingURL=second-output.js.map //// [/src/2/second-output.js.map] -{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../first/first_PART1.ts","../first/first_part2.ts","../first/first_part3.ts","../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../first/first_PART1.ts","../first/first_part2.ts","../first/first_part3.ts","../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"AAIA,IAAM,CAAC,GAAG,cAAc,CAAC;AAMzB,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;AACf,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;ACXf,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC;ACAjB,SAAS,CAAC;IACN,OAAO,gBAAgB,CAAC;AAC5B,CAAC;ACED,IAAU,CAAC,CAMV;AAND,WAAU,CAAC;IACP,SAAS,CAAC;QACN,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IAED,CAAC,EAAE,CAAC;AACR,CAAC,EANS,CAAC,KAAD,CAAC,QAMV;AAED;IACkB;IAAgB,CAAC;;IAEjB,wBAAM,GAAN,cAAW,CAAC;IACZ,sBAAI,sBAAC;aAAL,cAAU,OAAO,EAAE,CAAC,CAAC,CAAC;aACtB,UAAM,GAAW,IAAI,CAAC;;;OADA;IAExC,cAAC;AAAD,CAAC,AAND,IAMC;AACD,IAAU,OAAO,CAShB;AATD,WAAU,OAAO;IACC;QAAA;QAAiB,CAAC;QAAD,QAAC;IAAD,CAAC,AAAlB,IAAkB;IAAL,SAAC,IAAI,CAAA;IAClB,SAAgB,GAAG,KAAI,CAAC;IAAR,WAAG,MAAK,CAAA;IACxB,IAAiB,aAAa,CAAsB;IAApD,WAAiB,aAAa;QAAG;YAAA;YAAgB,CAAC;YAAD,QAAC;QAAD,CAAC,AAAjB,IAAiB;QAAJ,eAAC,IAAG,CAAA;IAAC,CAAC,EAAnC,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAAsB;IACpD,IAAiB,SAAS,CAAwC;IAAlE,WAAiB,SAAS;QAAC,IAAA,SAAS,CAA8B;QAAvC,WAAA,SAAS;YAAG;gBAAA;gBAAwB,CAAC;gBAAD,gBAAC;YAAD,CAAC,AAAzB,IAAyB;YAAZ,mBAAS,YAAG,CAAA;QAAC,CAAC,EAAvC,SAAS,GAAT,mBAAS,KAAT,mBAAS,QAA8B;IAAD,CAAC,EAAjD,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAAwC;IACpD,kBAAU,GAAG,aAAa,CAAC,CAAC,CAAC;IAE9B,qBAAa,GAAG,EAAE,CAAC;IAChC,IAAY,YAAwB;IAApC,WAAY,YAAY;QAAG,yCAAC,CAAA;QAAE,yCAAC,CAAA;QAAE,yCAAC,CAAA;IAAC,CAAC,EAAxB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAAY;AACtD,CAAC,EATS,OAAO,KAAP,OAAO,QAShB;AACa;IAAA;IAAiB,CAAC;IAAD,gBAAC;AAAD,CAAC,AAAlB,IAAkB;AAClB,SAAS,WAAW,KAAI,CAAC;AACzB,IAAU,iBAAiB,CAA8B;AAAzD,WAAU,iBAAiB;IAAG;QAAA;QAAwB,CAAC;QAAD,gBAAC;IAAD,CAAC,AAAzB,IAAyB;IAAZ,2BAAS,YAAG,CAAA;AAAC,CAAC,EAA/C,iBAAiB,KAAjB,iBAAiB,QAA8B;AACzD,IAAU,aAAa,CAAwC;AAA/D,WAAU,aAAa;IAAC,IAAA,SAAS,CAA8B;IAAvC,WAAA,SAAS;QAAG;YAAA;YAAwB,CAAC;YAAD,gBAAC;QAAD,CAAC,AAAzB,IAAyB;QAAZ,mBAAS,YAAG,CAAA;IAAC,CAAC,EAAvC,SAAS,GAAT,uBAAS,KAAT,uBAAS,QAA8B;AAAD,CAAC,EAArD,aAAa,KAAb,aAAa,QAAwC;AAC/D,IAAO,cAAc,GAAG,iBAAiB,CAAC,SAAS,CAAC;AAEpD,IAAM,aAAa,GAAG,EAAE,CAAC;AACzB,IAAK,YAAwB;AAA7B,WAAK,YAAY;IAAG,yCAAC,CAAA;IAAE,yCAAC,CAAA;IAAE,yCAAC,CAAA;AAAC,CAAC,EAAxB,YAAY,KAAZ,YAAY,QAAY;ACpC3C;IAAA;IAIA,CAAC;IAHG,uBAAW,GAAX;QACI,OAAO,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAC;IACtC,CAAC;IACL,QAAC;AAAD,CAAC,AAJD,IAIC"} //// [/src/2/second-output.js.map.baseline.txt] =================================================================== @@ -506,62 +506,61 @@ sourceFile:../second/second_part1.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->constructor() { 2 > } 1->Emitted(17, 5) Source(14, 35) + SourceIndex(3) 2 >Emitted(17, 6) Source(14, 36) + SourceIndex(3) --- ->>> var proto_1 = normalC.prototype; ->>> proto_1.method = function () { }; +>>> var normalC_prototype = normalC.prototype; +>>> normalC_prototype.method = function () { }; 1->^^^^ -2 > ^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^ -5 > ^ -6 > ^^^^^^-> +2 > ^^^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^ +5 > ^ +6 > ^^^^^^-> 1-> > /*@internal*/ prop: string; > /*@internal*/ 2 > method -3 > -4 > method() { -5 > } +3 > +4 > method() { +5 > } 1->Emitted(19, 5) Source(16, 19) + SourceIndex(3) -2 >Emitted(19, 19) Source(16, 25) + SourceIndex(3) -3 >Emitted(19, 22) Source(16, 19) + SourceIndex(3) -4 >Emitted(19, 36) Source(16, 30) + SourceIndex(3) -5 >Emitted(19, 37) Source(16, 31) + SourceIndex(3) +2 >Emitted(19, 29) Source(16, 25) + SourceIndex(3) +3 >Emitted(19, 32) Source(16, 19) + SourceIndex(3) +4 >Emitted(19, 46) Source(16, 30) + SourceIndex(3) +5 >Emitted(19, 47) Source(16, 31) + SourceIndex(3) --- ->>> Object.defineProperty(proto_1, "c", { +>>> Object.defineProperty(normalC_prototype, "c", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^ -4 > ^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^ 1-> > /*@internal*/ 2 > get 3 > c 1->Emitted(20, 5) Source(17, 19) + SourceIndex(3) 2 >Emitted(20, 27) Source(17, 23) + SourceIndex(3) -3 >Emitted(20, 39) Source(17, 24) + SourceIndex(3) +3 >Emitted(20, 49) Source(17, 24) + SourceIndex(3) --- >>> get: function () { return 10; }, -1->^^^^^^^^^^^^^ +1 >^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^^^^^^^ 4 > ^^ 5 > ^ 6 > ^ 7 > ^ -1-> +1 > 2 > get c() { 3 > return 4 > 10 5 > ; 6 > 7 > } -1->Emitted(21, 14) Source(17, 19) + SourceIndex(3) +1 >Emitted(21, 14) Source(17, 19) + SourceIndex(3) 2 >Emitted(21, 28) Source(17, 29) + SourceIndex(3) 3 >Emitted(21, 35) Source(17, 36) + SourceIndex(3) 4 >Emitted(21, 37) Source(17, 38) + SourceIndex(3) @@ -1815,7 +1814,7 @@ sourceFile:../second/second_part2.ts }, { "pos": 127, - "end": 3198, + "end": 3228, "kind": "text" } ] @@ -1897,7 +1896,7 @@ function f() { } ---------------------------------------------------------------------- -text: (127-3198) +text: (127-3228) var N; (function (N) { function f() { @@ -1908,9 +1907,9 @@ var N; var normalC = (function () { function normalC() { } - var proto_1 = normalC.prototype; - proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: false, @@ -2367,9 +2366,9 @@ var N; var normalC = (function () { function normalC() { } - var proto_1 = normalC.prototype; - proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: false, @@ -2465,7 +2464,7 @@ c.doSomething(); //# sourceMappingURL=third-output.js.map //// [/src/third/thirdjs/output/third-output.js.map] -{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} //// [/src/third/thirdjs/output/third-output.js.map.baseline.txt] =================================================================== @@ -2794,62 +2793,61 @@ sourceFile:../../../second/second_part1.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->constructor() { 2 > } 1->Emitted(17, 5) Source(14, 35) + SourceIndex(3) 2 >Emitted(17, 6) Source(14, 36) + SourceIndex(3) --- ->>> var proto_1 = normalC.prototype; ->>> proto_1.method = function () { }; +>>> var normalC_prototype = normalC.prototype; +>>> normalC_prototype.method = function () { }; 1->^^^^ -2 > ^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^ -5 > ^ -6 > ^^^^^^-> +2 > ^^^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^ +5 > ^ +6 > ^^^^^^-> 1-> > /*@internal*/ prop: string; > /*@internal*/ 2 > method -3 > -4 > method() { -5 > } +3 > +4 > method() { +5 > } 1->Emitted(19, 5) Source(16, 19) + SourceIndex(3) -2 >Emitted(19, 19) Source(16, 25) + SourceIndex(3) -3 >Emitted(19, 22) Source(16, 19) + SourceIndex(3) -4 >Emitted(19, 36) Source(16, 30) + SourceIndex(3) -5 >Emitted(19, 37) Source(16, 31) + SourceIndex(3) +2 >Emitted(19, 29) Source(16, 25) + SourceIndex(3) +3 >Emitted(19, 32) Source(16, 19) + SourceIndex(3) +4 >Emitted(19, 46) Source(16, 30) + SourceIndex(3) +5 >Emitted(19, 47) Source(16, 31) + SourceIndex(3) --- ->>> Object.defineProperty(proto_1, "c", { +>>> Object.defineProperty(normalC_prototype, "c", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^ -4 > ^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^ 1-> > /*@internal*/ 2 > get 3 > c 1->Emitted(20, 5) Source(17, 19) + SourceIndex(3) 2 >Emitted(20, 27) Source(17, 23) + SourceIndex(3) -3 >Emitted(20, 39) Source(17, 24) + SourceIndex(3) +3 >Emitted(20, 49) Source(17, 24) + SourceIndex(3) --- >>> get: function () { return 10; }, -1->^^^^^^^^^^^^^ +1 >^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^^^^^^^ 4 > ^^ 5 > ^ 6 > ^ 7 > ^ -1-> +1 > 2 > get c() { 3 > return 4 > 10 5 > ; 6 > 7 > } -1->Emitted(21, 14) Source(17, 19) + SourceIndex(3) +1 >Emitted(21, 14) Source(17, 19) + SourceIndex(3) 2 >Emitted(21, 28) Source(17, 29) + SourceIndex(3) 3 >Emitted(21, 35) Source(17, 36) + SourceIndex(3) 4 >Emitted(21, 37) Source(17, 38) + SourceIndex(3) @@ -4142,20 +4140,20 @@ sourceFile:../../third_part1.ts "sections": [ { "pos": 0, - "end": 3198, + "end": 3228, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 0, - "end": 3198, + "end": 3228, "kind": "text" } ] }, { - "pos": 3198, - "end": 3234, + "pos": 3228, + "end": 3264, "kind": "text" } ] @@ -4190,9 +4188,9 @@ sourceFile:../../third_part1.ts ====================================================================== File:: /src/third/thirdjs/output/third-output.js ---------------------------------------------------------------------- -prepend: (0-3198):: ../../../2/second-output.js texts:: 1 +prepend: (0-3228):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (0-3198) +text: (0-3228) var s = "Hello, world"; console.log(s); console.log(s); @@ -4210,9 +4208,9 @@ var N; var normalC = (function () { function normalC() { } - var proto_1 = normalC.prototype; - proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: false, @@ -4305,7 +4303,7 @@ var C = (function () { }()); ---------------------------------------------------------------------- -text: (3198-3234) +text: (3228-3264) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js b/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js index 116966ce443f3..5e540d51abb32 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js @@ -59,9 +59,9 @@ var N; var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - var proto_1 = normalC.prototype; - /*@internal*/ proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + /*@internal*/ normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: false, @@ -155,7 +155,7 @@ var C = /** @class */ (function () { //# sourceMappingURL=second-output.js.map //// [/src/2/second-output.js.map] -{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../first/first_PART1.ts","../first/first_part2.ts","../first/first_part3.ts","../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../first/first_PART1.ts","../first/first_part2.ts","../first/first_part3.ts","../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"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"} //// [/src/2/second-output.js.map.baseline.txt] =================================================================== @@ -489,50 +489,50 @@ sourceFile:../second/second_part1.ts >>> } 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >constructor() { 2 > } 1 >Emitted(17, 5) Source(14, 35) + SourceIndex(3) 2 >Emitted(17, 6) Source(14, 36) + SourceIndex(3) --- ->>> var proto_1 = normalC.prototype; ->>> /*@internal*/ proto_1.method = function () { }; +>>> var normalC_prototype = normalC.prototype; +>>> /*@internal*/ normalC_prototype.method = function () { }; 1->^^^^ 2 > ^^^^^^^^^^^^^ 3 > ^ -4 > ^^^^^^^^^^^^^^ -5 > ^^^ -6 > ^^^^^^^^^^^^^^ -7 > ^ +4 > ^^^^^^^^^^^^^^^^^^^^^^^^ +5 > ^^^ +6 > ^^^^^^^^^^^^^^ +7 > ^ 1-> > /*@internal*/ prop: string; > 2 > /*@internal*/ 3 > 4 > method -5 > -6 > method() { -7 > } +5 > +6 > method() { +7 > } 1->Emitted(19, 5) Source(16, 5) + SourceIndex(3) 2 >Emitted(19, 18) Source(16, 18) + SourceIndex(3) 3 >Emitted(19, 19) Source(16, 19) + SourceIndex(3) -4 >Emitted(19, 33) Source(16, 25) + SourceIndex(3) -5 >Emitted(19, 36) Source(16, 19) + SourceIndex(3) -6 >Emitted(19, 50) Source(16, 30) + SourceIndex(3) -7 >Emitted(19, 51) Source(16, 31) + SourceIndex(3) +4 >Emitted(19, 43) Source(16, 25) + SourceIndex(3) +5 >Emitted(19, 46) Source(16, 19) + SourceIndex(3) +6 >Emitted(19, 60) Source(16, 30) + SourceIndex(3) +7 >Emitted(19, 61) Source(16, 31) + SourceIndex(3) --- ->>> Object.defineProperty(proto_1, "c", { +>>> Object.defineProperty(normalC_prototype, "c", { 1 >^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^ -4 > ^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^ +4 > ^^^^^^^-> 1 > > /*@internal*/ 2 > get 3 > c 1 >Emitted(20, 5) Source(17, 19) + SourceIndex(3) 2 >Emitted(20, 27) Source(17, 23) + SourceIndex(3) -3 >Emitted(20, 39) Source(17, 24) + SourceIndex(3) +3 >Emitted(20, 49) Source(17, 24) + SourceIndex(3) --- >>> /*@internal*/ get: function () { return 10; }, 1->^^^^^^^^ @@ -1892,7 +1892,7 @@ sourceFile:../second/second_part2.ts }, { "pos": 127, - "end": 3562, + "end": 3592, "kind": "text" } ] @@ -1974,7 +1974,7 @@ function f() { } ---------------------------------------------------------------------- -text: (127-3562) +text: (127-3592) var N; (function (N) { function f() { @@ -1985,9 +1985,9 @@ var N; var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - var proto_1 = normalC.prototype; - /*@internal*/ proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + /*@internal*/ normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: false, @@ -2444,9 +2444,9 @@ var N; var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - var proto_1 = normalC.prototype; - /*@internal*/ proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + /*@internal*/ normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: false, @@ -2542,7 +2542,7 @@ c.doSomething(); //# sourceMappingURL=third-output.js.map //// [/src/third/thirdjs/output/third-output.js.map] -{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"AAIA,IAAM,CAAC,GAAG,cAAc,CAAC;AAMzB,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;AACf,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;ACXf,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC;ACAjB,SAAS,CAAC;IACN,OAAO,gBAAgB,CAAC;AAC5B,CAAC;ACED,IAAU,CAAC,CAMV;AAND,WAAU,CAAC;IACP,SAAS,CAAC;QACN,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IAED,CAAC,EAAE,CAAC;AACR,CAAC,EANS,CAAC,KAAD,CAAC,QAMV;AAED;IACI,aAAa,CAAC;IAAgB,CAAC;;IAE/B,aAAa,CAAC,cAAM,GAAN,cAAW,CAAC;IACZ,sBAAI,YAAC;QAAnB,aAAa,MAAC,cAAU,OAAO,EAAE,CAAC,CAAC,CAAC;QACpC,aAAa,MAAC,UAAM,GAAW,IAAI,CAAC;;;OADA;IAExC,cAAC;AAAD,CAAC,AAND,IAMC;AACD,IAAU,OAAO,CAShB;AATD,WAAU,OAAO;IACb,aAAa,CAAC;QAAA;QAAiB,CAAC;QAAD,QAAC;IAAD,CAAC,AAAlB,IAAkB;IAAL,SAAC,IAAI,CAAA;IAChC,aAAa,CAAC,SAAgB,GAAG,KAAI,CAAC;IAAR,WAAG,MAAK,CAAA;IACtC,aAAa,CAAC,IAAiB,aAAa,CAAsB;IAApD,WAAiB,aAAa;QAAG;YAAA;YAAgB,CAAC;YAAD,QAAC;QAAD,CAAC,AAAjB,IAAiB;QAAJ,eAAC,IAAG,CAAA;IAAC,CAAC,EAAnC,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAAsB;IAClE,aAAa,CAAC,IAAiB,SAAS,CAAwC;IAAlE,WAAiB,SAAS;QAAC,IAAA,SAAS,CAA8B;QAAvC,WAAA,SAAS;YAAG;gBAAA;gBAAwB,CAAC;gBAAD,gBAAC;YAAD,CAAC,AAAzB,IAAyB;YAAZ,mBAAS,YAAG,CAAA;QAAC,CAAC,EAAvC,SAAS,GAAT,mBAAS,KAAT,mBAAS,QAA8B;IAAD,CAAC,EAAjD,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAAwC;IAChF,aAAa,CAAe,kBAAU,GAAG,aAAa,CAAC,CAAC,CAAC;IAEzD,aAAa,CAAc,qBAAa,GAAG,EAAE,CAAC;IAC9C,aAAa,CAAC,IAAY,YAAwB;IAApC,WAAY,YAAY;QAAG,yCAAC,CAAA;QAAE,yCAAC,CAAA;QAAE,yCAAC,CAAA;IAAC,CAAC,EAAxB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAAY;AACtD,CAAC,EATS,OAAO,KAAP,OAAO,QAShB;AACD,aAAa,CAAC;IAAA;IAAiB,CAAC;IAAD,gBAAC;AAAD,CAAC,AAAlB,IAAkB;AAChC,aAAa,CAAC,SAAS,WAAW,KAAI,CAAC;AACvC,aAAa,CAAC,IAAU,iBAAiB,CAA8B;AAAzD,WAAU,iBAAiB;IAAG;QAAA;QAAwB,CAAC;QAAD,gBAAC;IAAD,CAAC,AAAzB,IAAyB;IAAZ,2BAAS,YAAG,CAAA;AAAC,CAAC,EAA/C,iBAAiB,KAAjB,iBAAiB,QAA8B;AACvE,aAAa,CAAC,IAAU,aAAa,CAAwC;AAA/D,WAAU,aAAa;IAAC,IAAA,SAAS,CAA8B;IAAvC,WAAA,SAAS;QAAG;YAAA;YAAwB,CAAC;YAAD,gBAAC;QAAD,CAAC,AAAzB,IAAyB;QAAZ,mBAAS,YAAG,CAAA;IAAC,CAAC,EAAvC,SAAS,GAAT,uBAAS,KAAT,uBAAS,QAA8B;AAAD,CAAC,EAArD,aAAa,KAAb,aAAa,QAAwC;AAC7E,aAAa,CAAC,IAAO,cAAc,GAAG,iBAAiB,CAAC,SAAS,CAAC;AAElE,aAAa,CAAC,IAAM,aAAa,GAAG,EAAE,CAAC;AACvC,aAAa,CAAC,IAAK,YAAwB;AAA7B,WAAK,YAAY;IAAG,yCAAC,CAAA;IAAE,yCAAC,CAAA;IAAE,yCAAC,CAAA;AAAC,CAAC,EAAxB,YAAY,KAAZ,YAAY,QAAY;ACpC3C;IAAA;IAIA,CAAC;IAHG,uBAAW,GAAX;QACI,OAAO,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAC;IACtC,CAAC;IACL,QAAC;AAAD,CAAC,AAJD,IAIC;ACJD,IAAI,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC;AAChB,CAAC,CAAC,WAAW,EAAE,CAAC"} +{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} //// [/src/third/thirdjs/output/third-output.js.map.baseline.txt] =================================================================== @@ -2876,50 +2876,50 @@ sourceFile:../../../second/second_part1.ts >>> } 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >constructor() { 2 > } 1 >Emitted(17, 5) Source(14, 35) + SourceIndex(3) 2 >Emitted(17, 6) Source(14, 36) + SourceIndex(3) --- ->>> var proto_1 = normalC.prototype; ->>> /*@internal*/ proto_1.method = function () { }; +>>> var normalC_prototype = normalC.prototype; +>>> /*@internal*/ normalC_prototype.method = function () { }; 1->^^^^ 2 > ^^^^^^^^^^^^^ 3 > ^ -4 > ^^^^^^^^^^^^^^ -5 > ^^^ -6 > ^^^^^^^^^^^^^^ -7 > ^ +4 > ^^^^^^^^^^^^^^^^^^^^^^^^ +5 > ^^^ +6 > ^^^^^^^^^^^^^^ +7 > ^ 1-> > /*@internal*/ prop: string; > 2 > /*@internal*/ 3 > 4 > method -5 > -6 > method() { -7 > } +5 > +6 > method() { +7 > } 1->Emitted(19, 5) Source(16, 5) + SourceIndex(3) 2 >Emitted(19, 18) Source(16, 18) + SourceIndex(3) 3 >Emitted(19, 19) Source(16, 19) + SourceIndex(3) -4 >Emitted(19, 33) Source(16, 25) + SourceIndex(3) -5 >Emitted(19, 36) Source(16, 19) + SourceIndex(3) -6 >Emitted(19, 50) Source(16, 30) + SourceIndex(3) -7 >Emitted(19, 51) Source(16, 31) + SourceIndex(3) +4 >Emitted(19, 43) Source(16, 25) + SourceIndex(3) +5 >Emitted(19, 46) Source(16, 19) + SourceIndex(3) +6 >Emitted(19, 60) Source(16, 30) + SourceIndex(3) +7 >Emitted(19, 61) Source(16, 31) + SourceIndex(3) --- ->>> Object.defineProperty(proto_1, "c", { +>>> Object.defineProperty(normalC_prototype, "c", { 1 >^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^ -4 > ^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^ +4 > ^^^^^^^-> 1 > > /*@internal*/ 2 > get 3 > c 1 >Emitted(20, 5) Source(17, 19) + SourceIndex(3) 2 >Emitted(20, 27) Source(17, 23) + SourceIndex(3) -3 >Emitted(20, 39) Source(17, 24) + SourceIndex(3) +3 >Emitted(20, 49) Source(17, 24) + SourceIndex(3) --- >>> /*@internal*/ get: function () { return 10; }, 1->^^^^^^^^ @@ -4318,20 +4318,20 @@ sourceFile:../../third_part1.ts "sections": [ { "pos": 0, - "end": 3562, + "end": 3592, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 0, - "end": 3562, + "end": 3592, "kind": "text" } ] }, { - "pos": 3562, - "end": 3598, + "pos": 3592, + "end": 3628, "kind": "text" } ] @@ -4366,9 +4366,9 @@ sourceFile:../../third_part1.ts ====================================================================== File:: /src/third/thirdjs/output/third-output.js ---------------------------------------------------------------------- -prepend: (0-3562):: ../../../2/second-output.js texts:: 1 +prepend: (0-3592):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (0-3562) +text: (0-3592) var s = "Hello, world"; console.log(s); console.log(s); @@ -4386,9 +4386,9 @@ var N; var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - var proto_1 = normalC.prototype; - /*@internal*/ proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + /*@internal*/ normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: false, @@ -4481,7 +4481,7 @@ var C = /** @class */ (function () { }()); ---------------------------------------------------------------------- -text: (3562-3598) +text: (3592-3628) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-with-comments-emit-enabled.js b/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-with-comments-emit-enabled.js index d312e3e78b864..f59ecb6b31b34 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-with-comments-emit-enabled.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal-with-comments-emit-enabled.js @@ -310,9 +310,9 @@ var N; var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - var proto_1 = normalC.prototype; - /*@internal*/ proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + /*@internal*/ normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: false, @@ -408,7 +408,7 @@ c.doSomething(); //# sourceMappingURL=third-output.js.map //// [/src/third/thirdjs/output/third-output.js.map] -{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} //// [/src/third/thirdjs/output/third-output.js.map.baseline.txt] =================================================================== @@ -742,50 +742,50 @@ sourceFile:../../../second/second_part1.ts >>> } 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >constructor() { 2 > } 1 >Emitted(17, 5) Source(14, 35) + SourceIndex(3) 2 >Emitted(17, 6) Source(14, 36) + SourceIndex(3) --- ->>> var proto_1 = normalC.prototype; ->>> /*@internal*/ proto_1.method = function () { }; +>>> var normalC_prototype = normalC.prototype; +>>> /*@internal*/ normalC_prototype.method = function () { }; 1->^^^^ 2 > ^^^^^^^^^^^^^ 3 > ^ -4 > ^^^^^^^^^^^^^^ -5 > ^^^ -6 > ^^^^^^^^^^^^^^ -7 > ^ +4 > ^^^^^^^^^^^^^^^^^^^^^^^^ +5 > ^^^ +6 > ^^^^^^^^^^^^^^ +7 > ^ 1-> > /*@internal*/ prop: string; > 2 > /*@internal*/ 3 > 4 > method -5 > -6 > method() { -7 > } +5 > +6 > method() { +7 > } 1->Emitted(19, 5) Source(16, 5) + SourceIndex(3) 2 >Emitted(19, 18) Source(16, 18) + SourceIndex(3) 3 >Emitted(19, 19) Source(16, 19) + SourceIndex(3) -4 >Emitted(19, 33) Source(16, 25) + SourceIndex(3) -5 >Emitted(19, 36) Source(16, 19) + SourceIndex(3) -6 >Emitted(19, 50) Source(16, 30) + SourceIndex(3) -7 >Emitted(19, 51) Source(16, 31) + SourceIndex(3) +4 >Emitted(19, 43) Source(16, 25) + SourceIndex(3) +5 >Emitted(19, 46) Source(16, 19) + SourceIndex(3) +6 >Emitted(19, 60) Source(16, 30) + SourceIndex(3) +7 >Emitted(19, 61) Source(16, 31) + SourceIndex(3) --- ->>> Object.defineProperty(proto_1, "c", { +>>> Object.defineProperty(normalC_prototype, "c", { 1 >^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^ -4 > ^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^ +4 > ^^^^^^^-> 1 > > /*@internal*/ 2 > get 3 > c 1 >Emitted(20, 5) Source(17, 19) + SourceIndex(3) 2 >Emitted(20, 27) Source(17, 23) + SourceIndex(3) -3 >Emitted(20, 39) Source(17, 24) + SourceIndex(3) +3 >Emitted(20, 49) Source(17, 24) + SourceIndex(3) --- >>> /*@internal*/ get: function () { return 10; }, 1->^^^^^^^^ @@ -2197,20 +2197,20 @@ sourceFile:../../third_part1.ts }, { "pos": 127, - "end": 3562, + "end": 3592, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 127, - "end": 3562, + "end": 3592, "kind": "text" } ] }, { - "pos": 3562, - "end": 3598, + "pos": 3592, + "end": 3628, "kind": "text" } ] @@ -2270,9 +2270,9 @@ function f() { } ---------------------------------------------------------------------- -prepend: (127-3562):: ../../../2/second-output.js texts:: 1 +prepend: (127-3592):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (127-3562) +text: (127-3592) var N; (function (N) { function f() { @@ -2283,9 +2283,9 @@ var N; var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - var proto_1 = normalC.prototype; - /*@internal*/ proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + /*@internal*/ normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: false, @@ -2378,7 +2378,7 @@ var C = /** @class */ (function () { }()); ---------------------------------------------------------------------- -text: (3562-3598) +text: (3592-3628) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal.js b/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal.js index c094b4e08cfbb..ceb14d3c7e193 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/incremental-declaration-doesnt-change/stripInternal.js @@ -332,9 +332,9 @@ var N; var normalC = (function () { function normalC() { } - var proto_1 = normalC.prototype; - proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: false, @@ -430,7 +430,7 @@ c.doSomething(); //# sourceMappingURL=third-output.js.map //// [/src/third/thirdjs/output/third-output.js.map] -{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} //// [/src/third/thirdjs/output/third-output.js.map.baseline.txt] =================================================================== @@ -759,62 +759,61 @@ sourceFile:../../../second/second_part1.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->constructor() { 2 > } 1->Emitted(17, 5) Source(14, 35) + SourceIndex(3) 2 >Emitted(17, 6) Source(14, 36) + SourceIndex(3) --- ->>> var proto_1 = normalC.prototype; ->>> proto_1.method = function () { }; +>>> var normalC_prototype = normalC.prototype; +>>> normalC_prototype.method = function () { }; 1->^^^^ -2 > ^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^ -5 > ^ -6 > ^^^^^^-> +2 > ^^^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^ +5 > ^ +6 > ^^^^^^-> 1-> > /*@internal*/ prop: string; > /*@internal*/ 2 > method -3 > -4 > method() { -5 > } +3 > +4 > method() { +5 > } 1->Emitted(19, 5) Source(16, 19) + SourceIndex(3) -2 >Emitted(19, 19) Source(16, 25) + SourceIndex(3) -3 >Emitted(19, 22) Source(16, 19) + SourceIndex(3) -4 >Emitted(19, 36) Source(16, 30) + SourceIndex(3) -5 >Emitted(19, 37) Source(16, 31) + SourceIndex(3) +2 >Emitted(19, 29) Source(16, 25) + SourceIndex(3) +3 >Emitted(19, 32) Source(16, 19) + SourceIndex(3) +4 >Emitted(19, 46) Source(16, 30) + SourceIndex(3) +5 >Emitted(19, 47) Source(16, 31) + SourceIndex(3) --- ->>> Object.defineProperty(proto_1, "c", { +>>> Object.defineProperty(normalC_prototype, "c", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^ -4 > ^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^ 1-> > /*@internal*/ 2 > get 3 > c 1->Emitted(20, 5) Source(17, 19) + SourceIndex(3) 2 >Emitted(20, 27) Source(17, 23) + SourceIndex(3) -3 >Emitted(20, 39) Source(17, 24) + SourceIndex(3) +3 >Emitted(20, 49) Source(17, 24) + SourceIndex(3) --- >>> get: function () { return 10; }, -1->^^^^^^^^^^^^^ +1 >^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^^^^^^^ 4 > ^^ 5 > ^ 6 > ^ 7 > ^ -1-> +1 > 2 > get c() { 3 > return 4 > 10 5 > ; 6 > 7 > } -1->Emitted(21, 14) Source(17, 19) + SourceIndex(3) +1 >Emitted(21, 14) Source(17, 19) + SourceIndex(3) 2 >Emitted(21, 28) Source(17, 29) + SourceIndex(3) 3 >Emitted(21, 35) Source(17, 36) + SourceIndex(3) 4 >Emitted(21, 37) Source(17, 38) + SourceIndex(3) @@ -2120,20 +2119,20 @@ sourceFile:../../third_part1.ts }, { "pos": 127, - "end": 3198, + "end": 3228, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 127, - "end": 3198, + "end": 3228, "kind": "text" } ] }, { - "pos": 3198, - "end": 3234, + "pos": 3228, + "end": 3264, "kind": "text" } ] @@ -2193,9 +2192,9 @@ function f() { } ---------------------------------------------------------------------- -prepend: (127-3198):: ../../../2/second-output.js texts:: 1 +prepend: (127-3228):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (127-3198) +text: (127-3228) var N; (function (N) { function f() { @@ -2206,9 +2205,9 @@ var N; var normalC = (function () { function normalC() { } - var proto_1 = normalC.prototype; - proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: false, @@ -2301,7 +2300,7 @@ var C = (function () { }()); ---------------------------------------------------------------------- -text: (3198-3234) +text: (3228-3264) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-jsdoc-style-comment-when-one-two-three-are-prepended-in-order.js b/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-jsdoc-style-comment-when-one-two-three-are-prepended-in-order.js index ce84761332fee..c60965863f11e 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-jsdoc-style-comment-when-one-two-three-are-prepended-in-order.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-jsdoc-style-comment-when-one-two-three-are-prepended-in-order.js @@ -877,7 +877,7 @@ sourceFile:../second/second_part2.ts }, { "pos": 110, - "end": 3181, + "end": 3211, "kind": "text" } ] @@ -953,7 +953,7 @@ function f() { } ---------------------------------------------------------------------- -text: (110-3181) +text: (110-3211) var N; (function (N) { function f() { @@ -964,9 +964,9 @@ var N; var normalC = (function () { function normalC() { } - var proto_1 = normalC.prototype; - proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: false, @@ -1821,20 +1821,20 @@ sourceFile:../../third_part1.ts "sections": [ { "pos": 0, - "end": 3181, + "end": 3211, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 0, - "end": 3181, + "end": 3211, "kind": "text" } ] }, { - "pos": 3181, - "end": 3217, + "pos": 3211, + "end": 3247, "kind": "text" } ] @@ -1869,9 +1869,9 @@ sourceFile:../../third_part1.ts ====================================================================== File:: /src/third/thirdjs/output/third-output.js ---------------------------------------------------------------------- -prepend: (0-3181):: ../../../2/second-output.js texts:: 1 +prepend: (0-3211):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (0-3181) +text: (0-3211) var s = "Hello, world"; console.log(s); console.log(f()); @@ -1888,9 +1888,9 @@ var N; var normalC = (function () { function normalC() { } - var proto_1 = normalC.prototype; - proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: false, @@ -1983,7 +1983,7 @@ var C = (function () { }()); ---------------------------------------------------------------------- -text: (3181-3217) +text: (3211-3247) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-jsdoc-style-comment.js b/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-jsdoc-style-comment.js index 0a5176680ea0a..04d55f0cc4f27 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-jsdoc-style-comment.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-jsdoc-style-comment.js @@ -723,20 +723,20 @@ sourceFile:../../third_part1.ts }, { "pos": 110, - "end": 3181, + "end": 3211, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 110, - "end": 3181, + "end": 3211, "kind": "text" } ] }, { - "pos": 3181, - "end": 3217, + "pos": 3211, + "end": 3247, "kind": "text" } ] @@ -795,9 +795,9 @@ function f() { } ---------------------------------------------------------------------- -prepend: (110-3181):: ../../../2/second-output.js texts:: 1 +prepend: (110-3211):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (110-3181) +text: (110-3211) var N; (function (N) { function f() { @@ -808,9 +808,9 @@ var N; var normalC = (function () { function normalC() { } - var proto_1 = normalC.prototype; - proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: false, @@ -903,7 +903,7 @@ var C = (function () { }()); ---------------------------------------------------------------------- -text: (3181-3217) +text: (3211-3247) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-when-one-two-three-are-prepended-in-order.js b/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-when-one-two-three-are-prepended-in-order.js index 7eda5a4c77d0c..553911b84a5a0 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-when-one-two-three-are-prepended-in-order.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-when-one-two-three-are-prepended-in-order.js @@ -899,7 +899,7 @@ sourceFile:../second/second_part2.ts }, { "pos": 110, - "end": 3181, + "end": 3211, "kind": "text" } ] @@ -975,7 +975,7 @@ function f() { } ---------------------------------------------------------------------- -text: (110-3181) +text: (110-3211) var N; (function (N) { function f() { @@ -986,9 +986,9 @@ var N; var normalC = (function () { function normalC() { } - var proto_1 = normalC.prototype; - proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: false, @@ -1843,20 +1843,20 @@ sourceFile:../../third_part1.ts "sections": [ { "pos": 0, - "end": 3181, + "end": 3211, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 0, - "end": 3181, + "end": 3211, "kind": "text" } ] }, { - "pos": 3181, - "end": 3217, + "pos": 3211, + "end": 3247, "kind": "text" } ] @@ -1891,9 +1891,9 @@ sourceFile:../../third_part1.ts ====================================================================== File:: /src/third/thirdjs/output/third-output.js ---------------------------------------------------------------------- -prepend: (0-3181):: ../../../2/second-output.js texts:: 1 +prepend: (0-3211):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (0-3181) +text: (0-3211) var s = "Hello, world"; console.log(s); console.log(f()); @@ -1910,9 +1910,9 @@ var N; var normalC = (function () { function normalC() { } - var proto_1 = normalC.prototype; - proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: false, @@ -2005,7 +2005,7 @@ var C = (function () { }()); ---------------------------------------------------------------------- -text: (3181-3217) +text: (3211-3247) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js b/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js index 7972e8897a7cb..ae35e4dfe808b 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js @@ -877,7 +877,7 @@ sourceFile:../second/second_part2.ts }, { "pos": 110, - "end": 3545, + "end": 3575, "kind": "text" } ] @@ -953,7 +953,7 @@ function f() { } ---------------------------------------------------------------------- -text: (110-3545) +text: (110-3575) var N; (function (N) { function f() { @@ -964,9 +964,9 @@ var N; var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - var proto_1 = normalC.prototype; - /*@internal*/ proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + /*@internal*/ normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: false, @@ -1821,20 +1821,20 @@ sourceFile:../../third_part1.ts "sections": [ { "pos": 0, - "end": 3545, + "end": 3575, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 0, - "end": 3545, + "end": 3575, "kind": "text" } ] }, { - "pos": 3545, - "end": 3581, + "pos": 3575, + "end": 3611, "kind": "text" } ] @@ -1869,9 +1869,9 @@ sourceFile:../../third_part1.ts ====================================================================== File:: /src/third/thirdjs/output/third-output.js ---------------------------------------------------------------------- -prepend: (0-3545):: ../../../2/second-output.js texts:: 1 +prepend: (0-3575):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (0-3545) +text: (0-3575) var s = "Hello, world"; console.log(s); console.log(f()); @@ -1888,9 +1888,9 @@ var N; var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - var proto_1 = normalC.prototype; - /*@internal*/ proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + /*@internal*/ normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: false, @@ -1983,7 +1983,7 @@ var C = /** @class */ (function () { }()); ---------------------------------------------------------------------- -text: (3545-3581) +text: (3575-3611) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-with-comments-emit-enabled.js b/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-with-comments-emit-enabled.js index 05d98c660051d..e426192fa56f1 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-with-comments-emit-enabled.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal-with-comments-emit-enabled.js @@ -723,20 +723,20 @@ sourceFile:../../third_part1.ts }, { "pos": 110, - "end": 3545, + "end": 3575, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 110, - "end": 3545, + "end": 3575, "kind": "text" } ] }, { - "pos": 3545, - "end": 3581, + "pos": 3575, + "end": 3611, "kind": "text" } ] @@ -795,9 +795,9 @@ function f() { } ---------------------------------------------------------------------- -prepend: (110-3545):: ../../../2/second-output.js texts:: 1 +prepend: (110-3575):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (110-3545) +text: (110-3575) var N; (function (N) { function f() { @@ -808,9 +808,9 @@ var N; var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - var proto_1 = normalC.prototype; - /*@internal*/ proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + /*@internal*/ normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: false, @@ -903,7 +903,7 @@ var C = /** @class */ (function () { }()); ---------------------------------------------------------------------- -text: (3545-3581) +text: (3575-3611) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal.js b/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal.js index 7d92af01eac61..dda7ddb274cce 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/incremental-headers-change-without-dts-changes/stripInternal.js @@ -745,20 +745,20 @@ sourceFile:../../third_part1.ts }, { "pos": 110, - "end": 3181, + "end": 3211, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 110, - "end": 3181, + "end": 3211, "kind": "text" } ] }, { - "pos": 3181, - "end": 3217, + "pos": 3211, + "end": 3247, "kind": "text" } ] @@ -817,9 +817,9 @@ function f() { } ---------------------------------------------------------------------- -prepend: (110-3181):: ../../../2/second-output.js texts:: 1 +prepend: (110-3211):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (110-3181) +text: (110-3211) var N; (function (N) { function f() { @@ -830,9 +830,9 @@ var N; var normalC = (function () { function normalC() { } - var proto_1 = normalC.prototype; - proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: false, @@ -925,7 +925,7 @@ var C = (function () { }()); ---------------------------------------------------------------------- -text: (3181-3217) +text: (3211-3247) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/initial-build/stripInternal-jsdoc-style-comment-when-one-two-three-are-prepended-in-order.js b/tests/baselines/reference/tsbuild/outfile-concat/initial-build/stripInternal-jsdoc-style-comment-when-one-two-three-are-prepended-in-order.js index 47630973f2ab6..e86611950d233 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/initial-build/stripInternal-jsdoc-style-comment-when-one-two-three-are-prepended-in-order.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/initial-build/stripInternal-jsdoc-style-comment-when-one-two-three-are-prepended-in-order.js @@ -1074,9 +1074,9 @@ var N; var normalC = (function () { function normalC() { } - var proto_1 = normalC.prototype; - proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: false, @@ -1170,7 +1170,7 @@ var C = (function () { //# sourceMappingURL=second-output.js.map //// [/src/2/second-output.js.map] -{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../first/first_PART1.ts","../first/first_part2.ts","../first/first_part3.ts","../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../first/first_PART1.ts","../first/first_part2.ts","../first/first_part3.ts","../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"AAIA,IAAM,CAAC,GAAG,cAAc,CAAC;AAMzB,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;ACVf,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC;ACAjB,SAAS,CAAC;IACN,OAAO,gBAAgB,CAAC;AAC5B,CAAC;ACED,IAAU,CAAC,CAMV;AAND,WAAU,CAAC;IACP,SAAS,CAAC;QACN,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IAED,CAAC,EAAE,CAAC;AACR,CAAC,EANS,CAAC,KAAD,CAAC,QAMV;AAED;IACmB;IAAgB,CAAC;;IAEjB,wBAAM,GAAN,cAAW,CAAC;IACZ,sBAAI,sBAAC;aAAL,cAAU,OAAO,EAAE,CAAC,CAAC,CAAC;aACtB,UAAM,GAAW,IAAI,CAAC;;;OADA;IAEzC,cAAC;AAAD,CAAC,AAND,IAMC;AACD,IAAU,OAAO,CAShB;AATD,WAAU,OAAO;IACE;QAAA;QAAiB,CAAC;QAAD,QAAC;IAAD,CAAC,AAAlB,IAAkB;IAAL,SAAC,IAAI,CAAA;IAClB,SAAgB,GAAG,KAAI,CAAC;IAAR,WAAG,MAAK,CAAA;IACxB,IAAiB,aAAa,CAAsB;IAApD,WAAiB,aAAa;QAAG;YAAA;YAAgB,CAAC;YAAD,QAAC;QAAD,CAAC,AAAjB,IAAiB;QAAJ,eAAC,IAAG,CAAA;IAAC,CAAC,EAAnC,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAAsB;IACpD,IAAiB,SAAS,CAAwC;IAAlE,WAAiB,SAAS;QAAC,IAAA,SAAS,CAA8B;QAAvC,WAAA,SAAS;YAAG;gBAAA;gBAAwB,CAAC;gBAAD,gBAAC;YAAD,CAAC,AAAzB,IAAyB;YAAZ,mBAAS,YAAG,CAAA;QAAC,CAAC,EAAvC,SAAS,GAAT,mBAAS,KAAT,mBAAS,QAA8B;IAAD,CAAC,EAAjD,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAAwC;IACpD,kBAAU,GAAG,aAAa,CAAC,CAAC,CAAC;IAE9B,qBAAa,GAAG,EAAE,CAAC;IAChC,IAAY,YAAwB;IAApC,WAAY,YAAY;QAAG,yCAAC,CAAA;QAAE,yCAAC,CAAA;QAAE,yCAAC,CAAA;IAAC,CAAC,EAAxB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAAY;AACvD,CAAC,EATS,OAAO,KAAP,OAAO,QAShB;AACc;IAAA;IAAiB,CAAC;IAAD,gBAAC;AAAD,CAAC,AAAlB,IAAkB;AAClB,SAAS,WAAW,KAAI,CAAC;AACzB,IAAU,iBAAiB,CAA8B;AAAzD,WAAU,iBAAiB;IAAG;QAAA;QAAwB,CAAC;QAAD,gBAAC;IAAD,CAAC,AAAzB,IAAyB;IAAZ,2BAAS,YAAG,CAAA;AAAC,CAAC,EAA/C,iBAAiB,KAAjB,iBAAiB,QAA8B;AACzD,IAAU,aAAa,CAAwC;AAA/D,WAAU,aAAa;IAAC,IAAA,SAAS,CAA8B;IAAvC,WAAA,SAAS;QAAG;YAAA;YAAwB,CAAC;YAAD,gBAAC;QAAD,CAAC,AAAzB,IAAyB;QAAZ,mBAAS,YAAG,CAAA;IAAC,CAAC,EAAvC,SAAS,GAAT,uBAAS,KAAT,uBAAS,QAA8B;AAAD,CAAC,EAArD,aAAa,KAAb,aAAa,QAAwC;AAC/D,IAAO,cAAc,GAAG,iBAAiB,CAAC,SAAS,CAAC;AAEpD,IAAM,aAAa,GAAG,EAAE,CAAC;AACzB,IAAK,YAAwB;AAA7B,WAAK,YAAY;IAAG,yCAAC,CAAA;IAAE,yCAAC,CAAA;IAAE,yCAAC,CAAA;AAAC,CAAC,EAAxB,YAAY,KAAZ,YAAY,QAAY;ACpC5C;IAAA;IAIA,CAAC;IAHG,uBAAW,GAAX;QACI,OAAO,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAC;IACtC,CAAC;IACL,QAAC;AAAD,CAAC,AAJD,IAIC"} //// [/src/2/second-output.js.map.baseline.txt] =================================================================== @@ -1471,62 +1471,61 @@ sourceFile:../second/second_part1.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->constructor() { 2 > } 1->Emitted(16, 5) Source(14, 36) + SourceIndex(3) 2 >Emitted(16, 6) Source(14, 37) + SourceIndex(3) --- ->>> var proto_1 = normalC.prototype; ->>> proto_1.method = function () { }; +>>> var normalC_prototype = normalC.prototype; +>>> normalC_prototype.method = function () { }; 1->^^^^ -2 > ^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^ -5 > ^ -6 > ^^^^^^-> +2 > ^^^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^ +5 > ^ +6 > ^^^^^^-> 1-> > /**@internal*/ prop: string; > /**@internal*/ 2 > method -3 > -4 > method() { -5 > } +3 > +4 > method() { +5 > } 1->Emitted(18, 5) Source(16, 20) + SourceIndex(3) -2 >Emitted(18, 19) Source(16, 26) + SourceIndex(3) -3 >Emitted(18, 22) Source(16, 20) + SourceIndex(3) -4 >Emitted(18, 36) Source(16, 31) + SourceIndex(3) -5 >Emitted(18, 37) Source(16, 32) + SourceIndex(3) +2 >Emitted(18, 29) Source(16, 26) + SourceIndex(3) +3 >Emitted(18, 32) Source(16, 20) + SourceIndex(3) +4 >Emitted(18, 46) Source(16, 31) + SourceIndex(3) +5 >Emitted(18, 47) Source(16, 32) + SourceIndex(3) --- ->>> Object.defineProperty(proto_1, "c", { +>>> Object.defineProperty(normalC_prototype, "c", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^ -4 > ^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^ 1-> > /**@internal*/ 2 > get 3 > c 1->Emitted(19, 5) Source(17, 20) + SourceIndex(3) 2 >Emitted(19, 27) Source(17, 24) + SourceIndex(3) -3 >Emitted(19, 39) Source(17, 25) + SourceIndex(3) +3 >Emitted(19, 49) Source(17, 25) + SourceIndex(3) --- >>> get: function () { return 10; }, -1->^^^^^^^^^^^^^ +1 >^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^^^^^^^ 4 > ^^ 5 > ^ 6 > ^ 7 > ^ -1-> +1 > 2 > get c() { 3 > return 4 > 10 5 > ; 6 > 7 > } -1->Emitted(20, 14) Source(17, 20) + SourceIndex(3) +1 >Emitted(20, 14) Source(17, 20) + SourceIndex(3) 2 >Emitted(20, 28) Source(17, 30) + SourceIndex(3) 3 >Emitted(20, 35) Source(17, 37) + SourceIndex(3) 4 >Emitted(20, 37) Source(17, 39) + SourceIndex(3) @@ -2780,7 +2779,7 @@ sourceFile:../second/second_part2.ts }, { "pos": 110, - "end": 3181, + "end": 3211, "kind": "text" } ] @@ -2861,7 +2860,7 @@ function f() { } ---------------------------------------------------------------------- -text: (110-3181) +text: (110-3211) var N; (function (N) { function f() { @@ -2872,9 +2871,9 @@ var N; var normalC = (function () { function normalC() { } - var proto_1 = normalC.prototype; - proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: false, @@ -3727,9 +3726,9 @@ var N; var normalC = (function () { function normalC() { } - var proto_1 = normalC.prototype; - proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: false, @@ -3825,7 +3824,7 @@ c.doSomething(); //# sourceMappingURL=third-output.js.map //// [/src/third/thirdjs/output/third-output.js.map] -{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} //// [/src/third/thirdjs/output/third-output.js.map.baseline.txt] =================================================================== @@ -4126,62 +4125,61 @@ sourceFile:../../../second/second_part1.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->constructor() { 2 > } 1->Emitted(16, 5) Source(14, 36) + SourceIndex(3) 2 >Emitted(16, 6) Source(14, 37) + SourceIndex(3) --- ->>> var proto_1 = normalC.prototype; ->>> proto_1.method = function () { }; +>>> var normalC_prototype = normalC.prototype; +>>> normalC_prototype.method = function () { }; 1->^^^^ -2 > ^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^ -5 > ^ -6 > ^^^^^^-> +2 > ^^^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^ +5 > ^ +6 > ^^^^^^-> 1-> > /**@internal*/ prop: string; > /**@internal*/ 2 > method -3 > -4 > method() { -5 > } +3 > +4 > method() { +5 > } 1->Emitted(18, 5) Source(16, 20) + SourceIndex(3) -2 >Emitted(18, 19) Source(16, 26) + SourceIndex(3) -3 >Emitted(18, 22) Source(16, 20) + SourceIndex(3) -4 >Emitted(18, 36) Source(16, 31) + SourceIndex(3) -5 >Emitted(18, 37) Source(16, 32) + SourceIndex(3) +2 >Emitted(18, 29) Source(16, 26) + SourceIndex(3) +3 >Emitted(18, 32) Source(16, 20) + SourceIndex(3) +4 >Emitted(18, 46) Source(16, 31) + SourceIndex(3) +5 >Emitted(18, 47) Source(16, 32) + SourceIndex(3) --- ->>> Object.defineProperty(proto_1, "c", { +>>> Object.defineProperty(normalC_prototype, "c", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^ -4 > ^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^ 1-> > /**@internal*/ 2 > get 3 > c 1->Emitted(19, 5) Source(17, 20) + SourceIndex(3) 2 >Emitted(19, 27) Source(17, 24) + SourceIndex(3) -3 >Emitted(19, 39) Source(17, 25) + SourceIndex(3) +3 >Emitted(19, 49) Source(17, 25) + SourceIndex(3) --- >>> get: function () { return 10; }, -1->^^^^^^^^^^^^^ +1 >^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^^^^^^^ 4 > ^^ 5 > ^ 6 > ^ 7 > ^ -1-> +1 > 2 > get c() { 3 > return 4 > 10 5 > ; 6 > 7 > } -1->Emitted(20, 14) Source(17, 20) + SourceIndex(3) +1 >Emitted(20, 14) Source(17, 20) + SourceIndex(3) 2 >Emitted(20, 28) Source(17, 30) + SourceIndex(3) 3 >Emitted(20, 35) Source(17, 37) + SourceIndex(3) 4 >Emitted(20, 37) Source(17, 39) + SourceIndex(3) @@ -5474,20 +5472,20 @@ sourceFile:../../third_part1.ts "sections": [ { "pos": 0, - "end": 3181, + "end": 3211, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 0, - "end": 3181, + "end": 3211, "kind": "text" } ] }, { - "pos": 3181, - "end": 3217, + "pos": 3211, + "end": 3247, "kind": "text" } ] @@ -5522,9 +5520,9 @@ sourceFile:../../third_part1.ts ====================================================================== File:: /src/third/thirdjs/output/third-output.js ---------------------------------------------------------------------- -prepend: (0-3181):: ../../../2/second-output.js texts:: 1 +prepend: (0-3211):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (0-3181) +text: (0-3211) var s = "Hello, world"; console.log(s); console.log(f()); @@ -5541,9 +5539,9 @@ var N; var normalC = (function () { function normalC() { } - var proto_1 = normalC.prototype; - proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: false, @@ -5636,7 +5634,7 @@ var C = (function () { }()); ---------------------------------------------------------------------- -text: (3181-3217) +text: (3211-3247) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/initial-build/stripInternal-jsdoc-style-comment.js b/tests/baselines/reference/tsbuild/outfile-concat/initial-build/stripInternal-jsdoc-style-comment.js index e205d95bab7e4..d74403c7ea08e 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/initial-build/stripInternal-jsdoc-style-comment.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/initial-build/stripInternal-jsdoc-style-comment.js @@ -939,9 +939,9 @@ var N; var normalC = (function () { function normalC() { } - var proto_1 = normalC.prototype; - proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: false, @@ -1035,7 +1035,7 @@ var C = (function () { //# sourceMappingURL=second-output.js.map //// [/src/2/second-output.js.map] -{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"AAIA,IAAU,CAAC,CAMV;AAND,WAAU,CAAC;IACP,SAAS,CAAC;QACN,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IAED,CAAC,EAAE,CAAC;AACR,CAAC,EANS,CAAC,KAAD,CAAC,QAMV;AAED;IACmB;IAAgB,CAAC;;IAEjB,cAAM,GAAN,cAAW,CAAC;IACZ,sBAAI,YAAC;aAAL,cAAU,OAAO,EAAE,CAAC,CAAC,CAAC;aACtB,UAAM,GAAW,IAAI,CAAC;;;OADA;IAEzC,cAAC;AAAD,CAAC,AAND,IAMC;AACD,IAAU,OAAO,CAShB;AATD,WAAU,OAAO;IACE;QAAA;QAAiB,CAAC;QAAD,QAAC;IAAD,CAAC,AAAlB,IAAkB;IAAL,SAAC,IAAI,CAAA;IAClB,SAAgB,GAAG,KAAI,CAAC;IAAR,WAAG,MAAK,CAAA;IACxB,IAAiB,aAAa,CAAsB;IAApD,WAAiB,aAAa;QAAG;YAAA;YAAgB,CAAC;YAAD,QAAC;QAAD,CAAC,AAAjB,IAAiB;QAAJ,eAAC,IAAG,CAAA;IAAC,CAAC,EAAnC,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAAsB;IACpD,IAAiB,SAAS,CAAwC;IAAlE,WAAiB,SAAS;QAAC,IAAA,SAAS,CAA8B;QAAvC,WAAA,SAAS;YAAG;gBAAA;gBAAwB,CAAC;gBAAD,gBAAC;YAAD,CAAC,AAAzB,IAAyB;YAAZ,mBAAS,YAAG,CAAA;QAAC,CAAC,EAAvC,SAAS,GAAT,mBAAS,KAAT,mBAAS,QAA8B;IAAD,CAAC,EAAjD,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAAwC;IACpD,kBAAU,GAAG,aAAa,CAAC,CAAC,CAAC;IAE9B,qBAAa,GAAG,EAAE,CAAC;IAChC,IAAY,YAAwB;IAApC,WAAY,YAAY;QAAG,yCAAC,CAAA;QAAE,yCAAC,CAAA;QAAE,yCAAC,CAAA;IAAC,CAAC,EAAxB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAAY;AACvD,CAAC,EATS,OAAO,KAAP,OAAO,QAShB;AACc;IAAA;IAAiB,CAAC;IAAD,gBAAC;AAAD,CAAC,AAAlB,IAAkB;AAClB,SAAS,WAAW,KAAI,CAAC;AACzB,IAAU,iBAAiB,CAA8B;AAAzD,WAAU,iBAAiB;IAAG;QAAA;QAAwB,CAAC;QAAD,gBAAC;IAAD,CAAC,AAAzB,IAAyB;IAAZ,2BAAS,YAAG,CAAA;AAAC,CAAC,EAA/C,iBAAiB,KAAjB,iBAAiB,QAA8B;AACzD,IAAU,aAAa,CAAwC;AAA/D,WAAU,aAAa;IAAC,IAAA,SAAS,CAA8B;IAAvC,WAAA,SAAS;QAAG;YAAA;YAAwB,CAAC;YAAD,gBAAC;QAAD,CAAC,AAAzB,IAAyB;QAAZ,mBAAS,YAAG,CAAA;IAAC,CAAC,EAAvC,SAAS,GAAT,uBAAS,KAAT,uBAAS,QAA8B;AAAD,CAAC,EAArD,aAAa,KAAb,aAAa,QAAwC;AAC/D,IAAO,cAAc,GAAG,iBAAiB,CAAC,SAAS,CAAC;AAEpD,IAAM,aAAa,GAAG,EAAE,CAAC;AACzB,IAAK,YAAwB;AAA7B,WAAK,YAAY;IAAG,yCAAC,CAAA;IAAE,yCAAC,CAAA;IAAE,yCAAC,CAAA;AAAC,CAAC,EAAxB,YAAY,KAAZ,YAAY,QAAY;ACpC5C;IAAA;IAIA,CAAC;IAHG,uBAAW,GAAX;QACI,OAAO,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAC;IACtC,CAAC;IACL,QAAC;AAAD,CAAC,AAJD,IAIC"} +{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"AAIA,IAAU,CAAC,CAMV;AAND,WAAU,CAAC;IACP,SAAS,CAAC;QACN,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IAED,CAAC,EAAE,CAAC;AACR,CAAC,EANS,CAAC,KAAD,CAAC,QAMV;AAED;IACmB;IAAgB,CAAC;;IAEjB,wBAAM,GAAN,cAAW,CAAC;IACZ,sBAAI,sBAAC;aAAL,cAAU,OAAO,EAAE,CAAC,CAAC,CAAC;aACtB,UAAM,GAAW,IAAI,CAAC;;;OADA;IAEzC,cAAC;AAAD,CAAC,AAND,IAMC;AACD,IAAU,OAAO,CAShB;AATD,WAAU,OAAO;IACE;QAAA;QAAiB,CAAC;QAAD,QAAC;IAAD,CAAC,AAAlB,IAAkB;IAAL,SAAC,IAAI,CAAA;IAClB,SAAgB,GAAG,KAAI,CAAC;IAAR,WAAG,MAAK,CAAA;IACxB,IAAiB,aAAa,CAAsB;IAApD,WAAiB,aAAa;QAAG;YAAA;YAAgB,CAAC;YAAD,QAAC;QAAD,CAAC,AAAjB,IAAiB;QAAJ,eAAC,IAAG,CAAA;IAAC,CAAC,EAAnC,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAAsB;IACpD,IAAiB,SAAS,CAAwC;IAAlE,WAAiB,SAAS;QAAC,IAAA,SAAS,CAA8B;QAAvC,WAAA,SAAS;YAAG;gBAAA;gBAAwB,CAAC;gBAAD,gBAAC;YAAD,CAAC,AAAzB,IAAyB;YAAZ,mBAAS,YAAG,CAAA;QAAC,CAAC,EAAvC,SAAS,GAAT,mBAAS,KAAT,mBAAS,QAA8B;IAAD,CAAC,EAAjD,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAAwC;IACpD,kBAAU,GAAG,aAAa,CAAC,CAAC,CAAC;IAE9B,qBAAa,GAAG,EAAE,CAAC;IAChC,IAAY,YAAwB;IAApC,WAAY,YAAY;QAAG,yCAAC,CAAA;QAAE,yCAAC,CAAA;QAAE,yCAAC,CAAA;IAAC,CAAC,EAAxB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAAY;AACvD,CAAC,EATS,OAAO,KAAP,OAAO,QAShB;AACc;IAAA;IAAiB,CAAC;IAAD,gBAAC;AAAD,CAAC,AAAlB,IAAkB;AAClB,SAAS,WAAW,KAAI,CAAC;AACzB,IAAU,iBAAiB,CAA8B;AAAzD,WAAU,iBAAiB;IAAG;QAAA;QAAwB,CAAC;QAAD,gBAAC;IAAD,CAAC,AAAzB,IAAyB;IAAZ,2BAAS,YAAG,CAAA;AAAC,CAAC,EAA/C,iBAAiB,KAAjB,iBAAiB,QAA8B;AACzD,IAAU,aAAa,CAAwC;AAA/D,WAAU,aAAa;IAAC,IAAA,SAAS,CAA8B;IAAvC,WAAA,SAAS;QAAG;YAAA;YAAwB,CAAC;YAAD,gBAAC;QAAD,CAAC,AAAzB,IAAyB;QAAZ,mBAAS,YAAG,CAAA;IAAC,CAAC,EAAvC,SAAS,GAAT,uBAAS,KAAT,uBAAS,QAA8B;AAAD,CAAC,EAArD,aAAa,KAAb,aAAa,QAAwC;AAC/D,IAAO,cAAc,GAAG,iBAAiB,CAAC,SAAS,CAAC;AAEpD,IAAM,aAAa,GAAG,EAAE,CAAC;AACzB,IAAK,YAAwB;AAA7B,WAAK,YAAY;IAAG,yCAAC,CAAA;IAAE,yCAAC,CAAA;IAAE,yCAAC,CAAA;AAAC,CAAC,EAAxB,YAAY,KAAZ,YAAY,QAAY;ACpC5C;IAAA;IAIA,CAAC;IAHG,uBAAW,GAAX;QACI,OAAO,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAC;IACtC,CAAC;IACL,QAAC;AAAD,CAAC,AAJD,IAIC"} //// [/src/2/second-output.js.map.baseline.txt] =================================================================== @@ -1201,62 +1201,61 @@ sourceFile:../second/second_part1.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->constructor() { 2 > } 1->Emitted(10, 5) Source(14, 36) + SourceIndex(0) 2 >Emitted(10, 6) Source(14, 37) + SourceIndex(0) --- ->>> var proto_1 = normalC.prototype; ->>> proto_1.method = function () { }; +>>> var normalC_prototype = normalC.prototype; +>>> normalC_prototype.method = function () { }; 1->^^^^ -2 > ^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^ -5 > ^ -6 > ^^^^^^-> +2 > ^^^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^ +5 > ^ +6 > ^^^^^^-> 1-> > /**@internal*/ prop: string; > /**@internal*/ 2 > method -3 > -4 > method() { -5 > } +3 > +4 > method() { +5 > } 1->Emitted(12, 5) Source(16, 20) + SourceIndex(0) -2 >Emitted(12, 19) Source(16, 26) + SourceIndex(0) -3 >Emitted(12, 22) Source(16, 20) + SourceIndex(0) -4 >Emitted(12, 36) Source(16, 31) + SourceIndex(0) -5 >Emitted(12, 37) Source(16, 32) + SourceIndex(0) +2 >Emitted(12, 29) Source(16, 26) + SourceIndex(0) +3 >Emitted(12, 32) Source(16, 20) + SourceIndex(0) +4 >Emitted(12, 46) Source(16, 31) + SourceIndex(0) +5 >Emitted(12, 47) Source(16, 32) + SourceIndex(0) --- ->>> Object.defineProperty(proto_1, "c", { +>>> Object.defineProperty(normalC_prototype, "c", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^ -4 > ^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^ 1-> > /**@internal*/ 2 > get 3 > c 1->Emitted(13, 5) Source(17, 20) + SourceIndex(0) 2 >Emitted(13, 27) Source(17, 24) + SourceIndex(0) -3 >Emitted(13, 39) Source(17, 25) + SourceIndex(0) +3 >Emitted(13, 49) Source(17, 25) + SourceIndex(0) --- >>> get: function () { return 10; }, -1->^^^^^^^^^^^^^ +1 >^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^^^^^^^ 4 > ^^ 5 > ^ 6 > ^ 7 > ^ -1-> +1 > 2 > get c() { 3 > return 4 > 10 5 > ; 6 > 7 > } -1->Emitted(14, 14) Source(17, 20) + SourceIndex(0) +1 >Emitted(14, 14) Source(17, 20) + SourceIndex(0) 2 >Emitted(14, 28) Source(17, 30) + SourceIndex(0) 3 >Emitted(14, 35) Source(17, 37) + SourceIndex(0) 4 >Emitted(14, 37) Source(17, 39) + SourceIndex(0) @@ -2497,7 +2496,7 @@ sourceFile:../second/second_part2.ts "sections": [ { "pos": 0, - "end": 3071, + "end": 3101, "kind": "text" } ] @@ -2549,7 +2548,7 @@ sourceFile:../second/second_part2.ts ====================================================================== File:: /src/2/second-output.js ---------------------------------------------------------------------- -text: (0-3071) +text: (0-3101) var N; (function (N) { function f() { @@ -2560,9 +2559,9 @@ var N; var normalC = (function () { function normalC() { } - var proto_1 = normalC.prototype; - proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: false, @@ -3400,9 +3399,9 @@ var N; var normalC = (function () { function normalC() { } - var proto_1 = normalC.prototype; - proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: false, @@ -3498,7 +3497,7 @@ c.doSomething(); //# sourceMappingURL=third-output.js.map //// [/src/third/thirdjs/output/third-output.js.map] -{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} //// [/src/third/thirdjs/output/third-output.js.map.baseline.txt] =================================================================== @@ -3799,62 +3798,61 @@ sourceFile:../../../second/second_part1.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->constructor() { 2 > } 1->Emitted(16, 5) Source(14, 36) + SourceIndex(3) 2 >Emitted(16, 6) Source(14, 37) + SourceIndex(3) --- ->>> var proto_1 = normalC.prototype; ->>> proto_1.method = function () { }; +>>> var normalC_prototype = normalC.prototype; +>>> normalC_prototype.method = function () { }; 1->^^^^ -2 > ^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^ -5 > ^ -6 > ^^^^^^-> +2 > ^^^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^ +5 > ^ +6 > ^^^^^^-> 1-> > /**@internal*/ prop: string; > /**@internal*/ 2 > method -3 > -4 > method() { -5 > } +3 > +4 > method() { +5 > } 1->Emitted(18, 5) Source(16, 20) + SourceIndex(3) -2 >Emitted(18, 19) Source(16, 26) + SourceIndex(3) -3 >Emitted(18, 22) Source(16, 20) + SourceIndex(3) -4 >Emitted(18, 36) Source(16, 31) + SourceIndex(3) -5 >Emitted(18, 37) Source(16, 32) + SourceIndex(3) +2 >Emitted(18, 29) Source(16, 26) + SourceIndex(3) +3 >Emitted(18, 32) Source(16, 20) + SourceIndex(3) +4 >Emitted(18, 46) Source(16, 31) + SourceIndex(3) +5 >Emitted(18, 47) Source(16, 32) + SourceIndex(3) --- ->>> Object.defineProperty(proto_1, "c", { +>>> Object.defineProperty(normalC_prototype, "c", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^ -4 > ^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^ 1-> > /**@internal*/ 2 > get 3 > c 1->Emitted(19, 5) Source(17, 20) + SourceIndex(3) 2 >Emitted(19, 27) Source(17, 24) + SourceIndex(3) -3 >Emitted(19, 39) Source(17, 25) + SourceIndex(3) +3 >Emitted(19, 49) Source(17, 25) + SourceIndex(3) --- >>> get: function () { return 10; }, -1->^^^^^^^^^^^^^ +1 >^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^^^^^^^ 4 > ^^ 5 > ^ 6 > ^ 7 > ^ -1-> +1 > 2 > get c() { 3 > return 4 > 10 5 > ; 6 > 7 > } -1->Emitted(20, 14) Source(17, 20) + SourceIndex(3) +1 >Emitted(20, 14) Source(17, 20) + SourceIndex(3) 2 >Emitted(20, 28) Source(17, 30) + SourceIndex(3) 3 >Emitted(20, 35) Source(17, 37) + SourceIndex(3) 4 >Emitted(20, 37) Source(17, 39) + SourceIndex(3) @@ -5160,20 +5158,20 @@ sourceFile:../../third_part1.ts }, { "pos": 110, - "end": 3181, + "end": 3211, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 110, - "end": 3181, + "end": 3211, "kind": "text" } ] }, { - "pos": 3181, - "end": 3217, + "pos": 3211, + "end": 3247, "kind": "text" } ] @@ -5232,9 +5230,9 @@ function f() { } ---------------------------------------------------------------------- -prepend: (110-3181):: ../../../2/second-output.js texts:: 1 +prepend: (110-3211):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (110-3181) +text: (110-3211) var N; (function (N) { function f() { @@ -5245,9 +5243,9 @@ var N; var normalC = (function () { function normalC() { } - var proto_1 = normalC.prototype; - proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: false, @@ -5340,7 +5338,7 @@ var C = (function () { }()); ---------------------------------------------------------------------- -text: (3181-3217) +text: (3211-3247) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/initial-build/stripInternal-jsdoc-style-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js b/tests/baselines/reference/tsbuild/outfile-concat/initial-build/stripInternal-jsdoc-style-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js index 1a954a95122a5..0d954a31ac992 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/initial-build/stripInternal-jsdoc-style-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/initial-build/stripInternal-jsdoc-style-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js @@ -1210,9 +1210,9 @@ var N; var normalC = /** @class */ (function () { /**@internal*/ function normalC() { } - var proto_1 = normalC.prototype; - /**@internal*/ proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + /**@internal*/ normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { /**@internal*/ get: function () { return 10; }, /**@internal*/ set: function (val) { }, enumerable: false, @@ -1306,7 +1306,7 @@ var C = /** @class */ (function () { //# sourceMappingURL=second-output.js.map //// [/src/2/second-output.js.map] -{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../first/first_PART1.ts","../first/first_part2.ts","../first/first_part3.ts","../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../first/first_PART1.ts","../first/first_part2.ts","../first/first_part3.ts","../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"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"} //// [/src/2/second-output.js.map.baseline.txt] =================================================================== @@ -1612,50 +1612,50 @@ sourceFile:../second/second_part1.ts >>> } 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >constructor() { 2 > } 1 >Emitted(16, 5) Source(14, 36) + SourceIndex(3) 2 >Emitted(16, 6) Source(14, 37) + SourceIndex(3) --- ->>> var proto_1 = normalC.prototype; ->>> /**@internal*/ proto_1.method = function () { }; +>>> var normalC_prototype = normalC.prototype; +>>> /**@internal*/ normalC_prototype.method = function () { }; 1->^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^ -4 > ^^^^^^^^^^^^^^ -5 > ^^^ -6 > ^^^^^^^^^^^^^^ -7 > ^ +4 > ^^^^^^^^^^^^^^^^^^^^^^^^ +5 > ^^^ +6 > ^^^^^^^^^^^^^^ +7 > ^ 1-> > /**@internal*/ prop: string; > 2 > /**@internal*/ 3 > 4 > method -5 > -6 > method() { -7 > } +5 > +6 > method() { +7 > } 1->Emitted(18, 5) Source(16, 5) + SourceIndex(3) 2 >Emitted(18, 19) Source(16, 19) + SourceIndex(3) 3 >Emitted(18, 20) Source(16, 20) + SourceIndex(3) -4 >Emitted(18, 34) Source(16, 26) + SourceIndex(3) -5 >Emitted(18, 37) Source(16, 20) + SourceIndex(3) -6 >Emitted(18, 51) Source(16, 31) + SourceIndex(3) -7 >Emitted(18, 52) Source(16, 32) + SourceIndex(3) +4 >Emitted(18, 44) Source(16, 26) + SourceIndex(3) +5 >Emitted(18, 47) Source(16, 20) + SourceIndex(3) +6 >Emitted(18, 61) Source(16, 31) + SourceIndex(3) +7 >Emitted(18, 62) Source(16, 32) + SourceIndex(3) --- ->>> Object.defineProperty(proto_1, "c", { +>>> Object.defineProperty(normalC_prototype, "c", { 1 >^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^ -4 > ^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^ +4 > ^^^^^^^^-> 1 > > /**@internal*/ 2 > get 3 > c 1 >Emitted(19, 5) Source(17, 20) + SourceIndex(3) 2 >Emitted(19, 27) Source(17, 24) + SourceIndex(3) -3 >Emitted(19, 39) Source(17, 25) + SourceIndex(3) +3 >Emitted(19, 49) Source(17, 25) + SourceIndex(3) --- >>> /**@internal*/ get: function () { return 10; }, 1->^^^^^^^^ @@ -3015,7 +3015,7 @@ sourceFile:../second/second_part2.ts }, { "pos": 110, - "end": 3563, + "end": 3593, "kind": "text" } ] @@ -3096,7 +3096,7 @@ function f() { } ---------------------------------------------------------------------- -text: (110-3563) +text: (110-3593) var N; (function (N) { function f() { @@ -3107,9 +3107,9 @@ var N; var normalC = /** @class */ (function () { /**@internal*/ function normalC() { } - var proto_1 = normalC.prototype; - /**@internal*/ proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + /**@internal*/ normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { /**@internal*/ get: function () { return 10; }, /**@internal*/ set: function (val) { }, enumerable: false, @@ -3968,9 +3968,9 @@ var N; var normalC = /** @class */ (function () { /**@internal*/ function normalC() { } - var proto_1 = normalC.prototype; - /**@internal*/ proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + /**@internal*/ normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { /**@internal*/ get: function () { return 10; }, /**@internal*/ set: function (val) { }, enumerable: false, @@ -4066,7 +4066,7 @@ c.doSomething(); //# sourceMappingURL=third-output.js.map //// [/src/third/thirdjs/output/third-output.js.map] -{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} //// [/src/third/thirdjs/output/third-output.js.map.baseline.txt] =================================================================== @@ -4372,50 +4372,50 @@ sourceFile:../../../second/second_part1.ts >>> } 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >constructor() { 2 > } 1 >Emitted(16, 5) Source(14, 36) + SourceIndex(3) 2 >Emitted(16, 6) Source(14, 37) + SourceIndex(3) --- ->>> var proto_1 = normalC.prototype; ->>> /**@internal*/ proto_1.method = function () { }; +>>> var normalC_prototype = normalC.prototype; +>>> /**@internal*/ normalC_prototype.method = function () { }; 1->^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^ -4 > ^^^^^^^^^^^^^^ -5 > ^^^ -6 > ^^^^^^^^^^^^^^ -7 > ^ +4 > ^^^^^^^^^^^^^^^^^^^^^^^^ +5 > ^^^ +6 > ^^^^^^^^^^^^^^ +7 > ^ 1-> > /**@internal*/ prop: string; > 2 > /**@internal*/ 3 > 4 > method -5 > -6 > method() { -7 > } +5 > +6 > method() { +7 > } 1->Emitted(18, 5) Source(16, 5) + SourceIndex(3) 2 >Emitted(18, 19) Source(16, 19) + SourceIndex(3) 3 >Emitted(18, 20) Source(16, 20) + SourceIndex(3) -4 >Emitted(18, 34) Source(16, 26) + SourceIndex(3) -5 >Emitted(18, 37) Source(16, 20) + SourceIndex(3) -6 >Emitted(18, 51) Source(16, 31) + SourceIndex(3) -7 >Emitted(18, 52) Source(16, 32) + SourceIndex(3) +4 >Emitted(18, 44) Source(16, 26) + SourceIndex(3) +5 >Emitted(18, 47) Source(16, 20) + SourceIndex(3) +6 >Emitted(18, 61) Source(16, 31) + SourceIndex(3) +7 >Emitted(18, 62) Source(16, 32) + SourceIndex(3) --- ->>> Object.defineProperty(proto_1, "c", { +>>> Object.defineProperty(normalC_prototype, "c", { 1 >^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^ -4 > ^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^ +4 > ^^^^^^^^-> 1 > > /**@internal*/ 2 > get 3 > c 1 >Emitted(19, 5) Source(17, 20) + SourceIndex(3) 2 >Emitted(19, 27) Source(17, 24) + SourceIndex(3) -3 >Emitted(19, 39) Source(17, 25) + SourceIndex(3) +3 >Emitted(19, 49) Source(17, 25) + SourceIndex(3) --- >>> /**@internal*/ get: function () { return 10; }, 1->^^^^^^^^ @@ -5814,20 +5814,20 @@ sourceFile:../../third_part1.ts "sections": [ { "pos": 0, - "end": 3563, + "end": 3593, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 0, - "end": 3563, + "end": 3593, "kind": "text" } ] }, { - "pos": 3563, - "end": 3599, + "pos": 3593, + "end": 3629, "kind": "text" } ] @@ -5862,9 +5862,9 @@ sourceFile:../../third_part1.ts ====================================================================== File:: /src/third/thirdjs/output/third-output.js ---------------------------------------------------------------------- -prepend: (0-3563):: ../../../2/second-output.js texts:: 1 +prepend: (0-3593):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (0-3563) +text: (0-3593) var s = "Hello, world"; console.log(s); console.log(f()); @@ -5881,9 +5881,9 @@ var N; var normalC = /** @class */ (function () { /**@internal*/ function normalC() { } - var proto_1 = normalC.prototype; - /**@internal*/ proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + /**@internal*/ normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { /**@internal*/ get: function () { return 10; }, /**@internal*/ set: function (val) { }, enumerable: false, @@ -5976,7 +5976,7 @@ var C = /** @class */ (function () { }()); ---------------------------------------------------------------------- -text: (3563-3599) +text: (3593-3629) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/initial-build/stripInternal-jsdoc-style-with-comments-emit-enabled.js b/tests/baselines/reference/tsbuild/outfile-concat/initial-build/stripInternal-jsdoc-style-with-comments-emit-enabled.js index d2dcace545a5a..665430a431309 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/initial-build/stripInternal-jsdoc-style-with-comments-emit-enabled.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/initial-build/stripInternal-jsdoc-style-with-comments-emit-enabled.js @@ -1069,9 +1069,9 @@ var N; var normalC = /** @class */ (function () { /**@internal*/ function normalC() { } - var proto_1 = normalC.prototype; - /**@internal*/ proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + /**@internal*/ normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { /**@internal*/ get: function () { return 10; }, /**@internal*/ set: function (val) { }, enumerable: false, @@ -1165,7 +1165,7 @@ var C = /** @class */ (function () { //# sourceMappingURL=second-output.js.map //// [/src/2/second-output.js.map] -{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"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"} //// [/src/2/second-output.js.map.baseline.txt] =================================================================== @@ -1336,50 +1336,50 @@ sourceFile:../second/second_part1.ts >>> } 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >constructor() { 2 > } 1 >Emitted(10, 5) Source(14, 36) + SourceIndex(0) 2 >Emitted(10, 6) Source(14, 37) + SourceIndex(0) --- ->>> var proto_1 = normalC.prototype; ->>> /**@internal*/ proto_1.method = function () { }; +>>> var normalC_prototype = normalC.prototype; +>>> /**@internal*/ normalC_prototype.method = function () { }; 1->^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^ -4 > ^^^^^^^^^^^^^^ -5 > ^^^ -6 > ^^^^^^^^^^^^^^ -7 > ^ +4 > ^^^^^^^^^^^^^^^^^^^^^^^^ +5 > ^^^ +6 > ^^^^^^^^^^^^^^ +7 > ^ 1-> > /**@internal*/ prop: string; > 2 > /**@internal*/ 3 > 4 > method -5 > -6 > method() { -7 > } +5 > +6 > method() { +7 > } 1->Emitted(12, 5) Source(16, 5) + SourceIndex(0) 2 >Emitted(12, 19) Source(16, 19) + SourceIndex(0) 3 >Emitted(12, 20) Source(16, 20) + SourceIndex(0) -4 >Emitted(12, 34) Source(16, 26) + SourceIndex(0) -5 >Emitted(12, 37) Source(16, 20) + SourceIndex(0) -6 >Emitted(12, 51) Source(16, 31) + SourceIndex(0) -7 >Emitted(12, 52) Source(16, 32) + SourceIndex(0) +4 >Emitted(12, 44) Source(16, 26) + SourceIndex(0) +5 >Emitted(12, 47) Source(16, 20) + SourceIndex(0) +6 >Emitted(12, 61) Source(16, 31) + SourceIndex(0) +7 >Emitted(12, 62) Source(16, 32) + SourceIndex(0) --- ->>> Object.defineProperty(proto_1, "c", { +>>> Object.defineProperty(normalC_prototype, "c", { 1 >^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^ -4 > ^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^ +4 > ^^^^^^^^-> 1 > > /**@internal*/ 2 > get 3 > c 1 >Emitted(13, 5) Source(17, 20) + SourceIndex(0) 2 >Emitted(13, 27) Source(17, 24) + SourceIndex(0) -3 >Emitted(13, 39) Source(17, 25) + SourceIndex(0) +3 >Emitted(13, 49) Source(17, 25) + SourceIndex(0) --- >>> /**@internal*/ get: function () { return 10; }, 1->^^^^^^^^ @@ -2726,7 +2726,7 @@ sourceFile:../second/second_part2.ts "sections": [ { "pos": 0, - "end": 3453, + "end": 3483, "kind": "text" } ] @@ -2778,7 +2778,7 @@ sourceFile:../second/second_part2.ts ====================================================================== File:: /src/2/second-output.js ---------------------------------------------------------------------- -text: (0-3453) +text: (0-3483) var N; (function (N) { function f() { @@ -2789,9 +2789,9 @@ var N; var normalC = /** @class */ (function () { /**@internal*/ function normalC() { } - var proto_1 = normalC.prototype; - /**@internal*/ proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + /**@internal*/ normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { /**@internal*/ get: function () { return 10; }, /**@internal*/ set: function (val) { }, enumerable: false, @@ -3635,9 +3635,9 @@ var N; var normalC = /** @class */ (function () { /**@internal*/ function normalC() { } - var proto_1 = normalC.prototype; - /**@internal*/ proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + /**@internal*/ normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { /**@internal*/ get: function () { return 10; }, /**@internal*/ set: function (val) { }, enumerable: false, @@ -3733,7 +3733,7 @@ c.doSomething(); //# sourceMappingURL=third-output.js.map //// [/src/third/thirdjs/output/third-output.js.map] -{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} //// [/src/third/thirdjs/output/third-output.js.map.baseline.txt] =================================================================== @@ -4039,50 +4039,50 @@ sourceFile:../../../second/second_part1.ts >>> } 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >constructor() { 2 > } 1 >Emitted(16, 5) Source(14, 36) + SourceIndex(3) 2 >Emitted(16, 6) Source(14, 37) + SourceIndex(3) --- ->>> var proto_1 = normalC.prototype; ->>> /**@internal*/ proto_1.method = function () { }; +>>> var normalC_prototype = normalC.prototype; +>>> /**@internal*/ normalC_prototype.method = function () { }; 1->^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^ -4 > ^^^^^^^^^^^^^^ -5 > ^^^ -6 > ^^^^^^^^^^^^^^ -7 > ^ +4 > ^^^^^^^^^^^^^^^^^^^^^^^^ +5 > ^^^ +6 > ^^^^^^^^^^^^^^ +7 > ^ 1-> > /**@internal*/ prop: string; > 2 > /**@internal*/ 3 > 4 > method -5 > -6 > method() { -7 > } +5 > +6 > method() { +7 > } 1->Emitted(18, 5) Source(16, 5) + SourceIndex(3) 2 >Emitted(18, 19) Source(16, 19) + SourceIndex(3) 3 >Emitted(18, 20) Source(16, 20) + SourceIndex(3) -4 >Emitted(18, 34) Source(16, 26) + SourceIndex(3) -5 >Emitted(18, 37) Source(16, 20) + SourceIndex(3) -6 >Emitted(18, 51) Source(16, 31) + SourceIndex(3) -7 >Emitted(18, 52) Source(16, 32) + SourceIndex(3) +4 >Emitted(18, 44) Source(16, 26) + SourceIndex(3) +5 >Emitted(18, 47) Source(16, 20) + SourceIndex(3) +6 >Emitted(18, 61) Source(16, 31) + SourceIndex(3) +7 >Emitted(18, 62) Source(16, 32) + SourceIndex(3) --- ->>> Object.defineProperty(proto_1, "c", { +>>> Object.defineProperty(normalC_prototype, "c", { 1 >^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^ -4 > ^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^ +4 > ^^^^^^^^-> 1 > > /**@internal*/ 2 > get 3 > c 1 >Emitted(19, 5) Source(17, 20) + SourceIndex(3) 2 >Emitted(19, 27) Source(17, 24) + SourceIndex(3) -3 >Emitted(19, 39) Source(17, 25) + SourceIndex(3) +3 >Emitted(19, 49) Source(17, 25) + SourceIndex(3) --- >>> /**@internal*/ get: function () { return 10; }, 1->^^^^^^^^ @@ -5494,20 +5494,20 @@ sourceFile:../../third_part1.ts }, { "pos": 110, - "end": 3563, + "end": 3593, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 110, - "end": 3563, + "end": 3593, "kind": "text" } ] }, { - "pos": 3563, - "end": 3599, + "pos": 3593, + "end": 3629, "kind": "text" } ] @@ -5566,9 +5566,9 @@ function f() { } ---------------------------------------------------------------------- -prepend: (110-3563):: ../../../2/second-output.js texts:: 1 +prepend: (110-3593):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (110-3563) +text: (110-3593) var N; (function (N) { function f() { @@ -5579,9 +5579,9 @@ var N; var normalC = /** @class */ (function () { /**@internal*/ function normalC() { } - var proto_1 = normalC.prototype; - /**@internal*/ proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + /**@internal*/ normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { /**@internal*/ get: function () { return 10; }, /**@internal*/ set: function (val) { }, enumerable: false, @@ -5674,7 +5674,7 @@ var C = /** @class */ (function () { }()); ---------------------------------------------------------------------- -text: (3563-3599) +text: (3593-3629) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/initial-build/stripInternal-when-one-two-three-are-prepended-in-order.js b/tests/baselines/reference/tsbuild/outfile-concat/initial-build/stripInternal-when-one-two-three-are-prepended-in-order.js index 56f4839c9f092..ad8e3bc7dc553 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/initial-build/stripInternal-when-one-two-three-are-prepended-in-order.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/initial-build/stripInternal-when-one-two-three-are-prepended-in-order.js @@ -1094,9 +1094,9 @@ var N; var normalC = (function () { function normalC() { } - var proto_1 = normalC.prototype; - proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: false, @@ -1190,7 +1190,7 @@ var C = (function () { //# sourceMappingURL=second-output.js.map //// [/src/2/second-output.js.map] -{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../first/first_PART1.ts","../first/first_part2.ts","../first/first_part3.ts","../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../first/first_PART1.ts","../first/first_part2.ts","../first/first_part3.ts","../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"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"} //// [/src/2/second-output.js.map.baseline.txt] =================================================================== @@ -1491,62 +1491,61 @@ sourceFile:../second/second_part1.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->constructor() { 2 > } 1->Emitted(16, 5) Source(14, 35) + SourceIndex(3) 2 >Emitted(16, 6) Source(14, 36) + SourceIndex(3) --- ->>> var proto_1 = normalC.prototype; ->>> proto_1.method = function () { }; +>>> var normalC_prototype = normalC.prototype; +>>> normalC_prototype.method = function () { }; 1->^^^^ -2 > ^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^ -5 > ^ -6 > ^^^^^^-> +2 > ^^^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^ +5 > ^ +6 > ^^^^^^-> 1-> > /*@internal*/ prop: string; > /*@internal*/ 2 > method -3 > -4 > method() { -5 > } +3 > +4 > method() { +5 > } 1->Emitted(18, 5) Source(16, 19) + SourceIndex(3) -2 >Emitted(18, 19) Source(16, 25) + SourceIndex(3) -3 >Emitted(18, 22) Source(16, 19) + SourceIndex(3) -4 >Emitted(18, 36) Source(16, 30) + SourceIndex(3) -5 >Emitted(18, 37) Source(16, 31) + SourceIndex(3) +2 >Emitted(18, 29) Source(16, 25) + SourceIndex(3) +3 >Emitted(18, 32) Source(16, 19) + SourceIndex(3) +4 >Emitted(18, 46) Source(16, 30) + SourceIndex(3) +5 >Emitted(18, 47) Source(16, 31) + SourceIndex(3) --- ->>> Object.defineProperty(proto_1, "c", { +>>> Object.defineProperty(normalC_prototype, "c", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^ -4 > ^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^ 1-> > /*@internal*/ 2 > get 3 > c 1->Emitted(19, 5) Source(17, 19) + SourceIndex(3) 2 >Emitted(19, 27) Source(17, 23) + SourceIndex(3) -3 >Emitted(19, 39) Source(17, 24) + SourceIndex(3) +3 >Emitted(19, 49) Source(17, 24) + SourceIndex(3) --- >>> get: function () { return 10; }, -1->^^^^^^^^^^^^^ +1 >^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^^^^^^^ 4 > ^^ 5 > ^ 6 > ^ 7 > ^ -1-> +1 > 2 > get c() { 3 > return 4 > 10 5 > ; 6 > 7 > } -1->Emitted(20, 14) Source(17, 19) + SourceIndex(3) +1 >Emitted(20, 14) Source(17, 19) + SourceIndex(3) 2 >Emitted(20, 28) Source(17, 29) + SourceIndex(3) 3 >Emitted(20, 35) Source(17, 36) + SourceIndex(3) 4 >Emitted(20, 37) Source(17, 38) + SourceIndex(3) @@ -2800,7 +2799,7 @@ sourceFile:../second/second_part2.ts }, { "pos": 110, - "end": 3181, + "end": 3211, "kind": "text" } ] @@ -2881,7 +2880,7 @@ function f() { } ---------------------------------------------------------------------- -text: (110-3181) +text: (110-3211) var N; (function (N) { function f() { @@ -2892,9 +2891,9 @@ var N; var normalC = (function () { function normalC() { } - var proto_1 = normalC.prototype; - proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: false, @@ -3747,9 +3746,9 @@ var N; var normalC = (function () { function normalC() { } - var proto_1 = normalC.prototype; - proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: false, @@ -3845,7 +3844,7 @@ c.doSomething(); //# sourceMappingURL=third-output.js.map //// [/src/third/thirdjs/output/third-output.js.map] -{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} //// [/src/third/thirdjs/output/third-output.js.map.baseline.txt] =================================================================== @@ -4146,62 +4145,61 @@ sourceFile:../../../second/second_part1.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->constructor() { 2 > } 1->Emitted(16, 5) Source(14, 35) + SourceIndex(3) 2 >Emitted(16, 6) Source(14, 36) + SourceIndex(3) --- ->>> var proto_1 = normalC.prototype; ->>> proto_1.method = function () { }; +>>> var normalC_prototype = normalC.prototype; +>>> normalC_prototype.method = function () { }; 1->^^^^ -2 > ^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^ -5 > ^ -6 > ^^^^^^-> +2 > ^^^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^ +5 > ^ +6 > ^^^^^^-> 1-> > /*@internal*/ prop: string; > /*@internal*/ 2 > method -3 > -4 > method() { -5 > } +3 > +4 > method() { +5 > } 1->Emitted(18, 5) Source(16, 19) + SourceIndex(3) -2 >Emitted(18, 19) Source(16, 25) + SourceIndex(3) -3 >Emitted(18, 22) Source(16, 19) + SourceIndex(3) -4 >Emitted(18, 36) Source(16, 30) + SourceIndex(3) -5 >Emitted(18, 37) Source(16, 31) + SourceIndex(3) +2 >Emitted(18, 29) Source(16, 25) + SourceIndex(3) +3 >Emitted(18, 32) Source(16, 19) + SourceIndex(3) +4 >Emitted(18, 46) Source(16, 30) + SourceIndex(3) +5 >Emitted(18, 47) Source(16, 31) + SourceIndex(3) --- ->>> Object.defineProperty(proto_1, "c", { +>>> Object.defineProperty(normalC_prototype, "c", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^ -4 > ^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^ 1-> > /*@internal*/ 2 > get 3 > c 1->Emitted(19, 5) Source(17, 19) + SourceIndex(3) 2 >Emitted(19, 27) Source(17, 23) + SourceIndex(3) -3 >Emitted(19, 39) Source(17, 24) + SourceIndex(3) +3 >Emitted(19, 49) Source(17, 24) + SourceIndex(3) --- >>> get: function () { return 10; }, -1->^^^^^^^^^^^^^ +1 >^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^^^^^^^ 4 > ^^ 5 > ^ 6 > ^ 7 > ^ -1-> +1 > 2 > get c() { 3 > return 4 > 10 5 > ; 6 > 7 > } -1->Emitted(20, 14) Source(17, 19) + SourceIndex(3) +1 >Emitted(20, 14) Source(17, 19) + SourceIndex(3) 2 >Emitted(20, 28) Source(17, 29) + SourceIndex(3) 3 >Emitted(20, 35) Source(17, 36) + SourceIndex(3) 4 >Emitted(20, 37) Source(17, 38) + SourceIndex(3) @@ -5494,20 +5492,20 @@ sourceFile:../../third_part1.ts "sections": [ { "pos": 0, - "end": 3181, + "end": 3211, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 0, - "end": 3181, + "end": 3211, "kind": "text" } ] }, { - "pos": 3181, - "end": 3217, + "pos": 3211, + "end": 3247, "kind": "text" } ] @@ -5542,9 +5540,9 @@ sourceFile:../../third_part1.ts ====================================================================== File:: /src/third/thirdjs/output/third-output.js ---------------------------------------------------------------------- -prepend: (0-3181):: ../../../2/second-output.js texts:: 1 +prepend: (0-3211):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (0-3181) +text: (0-3211) var s = "Hello, world"; console.log(s); console.log(f()); @@ -5561,9 +5559,9 @@ var N; var normalC = (function () { function normalC() { } - var proto_1 = normalC.prototype; - proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: false, @@ -5656,7 +5654,7 @@ var C = (function () { }()); ---------------------------------------------------------------------- -text: (3181-3217) +text: (3211-3247) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/initial-build/stripInternal-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js b/tests/baselines/reference/tsbuild/outfile-concat/initial-build/stripInternal-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js index 0d0b7c8cca54e..06a6fd9d30e9c 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/initial-build/stripInternal-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/initial-build/stripInternal-with-comments-emit-enabled-when-one-two-three-are-prepended-in-order.js @@ -1074,9 +1074,9 @@ var N; var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - var proto_1 = normalC.prototype; - /*@internal*/ proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + /*@internal*/ normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: false, @@ -1170,7 +1170,7 @@ var C = /** @class */ (function () { //# sourceMappingURL=second-output.js.map //// [/src/2/second-output.js.map] -{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../first/first_PART1.ts","../first/first_part2.ts","../first/first_part3.ts","../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../first/first_PART1.ts","../first/first_part2.ts","../first/first_part3.ts","../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"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"} //// [/src/2/second-output.js.map.baseline.txt] =================================================================== @@ -1476,50 +1476,50 @@ sourceFile:../second/second_part1.ts >>> } 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >constructor() { 2 > } 1 >Emitted(16, 5) Source(14, 35) + SourceIndex(3) 2 >Emitted(16, 6) Source(14, 36) + SourceIndex(3) --- ->>> var proto_1 = normalC.prototype; ->>> /*@internal*/ proto_1.method = function () { }; +>>> var normalC_prototype = normalC.prototype; +>>> /*@internal*/ normalC_prototype.method = function () { }; 1->^^^^ 2 > ^^^^^^^^^^^^^ 3 > ^ -4 > ^^^^^^^^^^^^^^ -5 > ^^^ -6 > ^^^^^^^^^^^^^^ -7 > ^ +4 > ^^^^^^^^^^^^^^^^^^^^^^^^ +5 > ^^^ +6 > ^^^^^^^^^^^^^^ +7 > ^ 1-> > /*@internal*/ prop: string; > 2 > /*@internal*/ 3 > 4 > method -5 > -6 > method() { -7 > } +5 > +6 > method() { +7 > } 1->Emitted(18, 5) Source(16, 5) + SourceIndex(3) 2 >Emitted(18, 18) Source(16, 18) + SourceIndex(3) 3 >Emitted(18, 19) Source(16, 19) + SourceIndex(3) -4 >Emitted(18, 33) Source(16, 25) + SourceIndex(3) -5 >Emitted(18, 36) Source(16, 19) + SourceIndex(3) -6 >Emitted(18, 50) Source(16, 30) + SourceIndex(3) -7 >Emitted(18, 51) Source(16, 31) + SourceIndex(3) +4 >Emitted(18, 43) Source(16, 25) + SourceIndex(3) +5 >Emitted(18, 46) Source(16, 19) + SourceIndex(3) +6 >Emitted(18, 60) Source(16, 30) + SourceIndex(3) +7 >Emitted(18, 61) Source(16, 31) + SourceIndex(3) --- ->>> Object.defineProperty(proto_1, "c", { +>>> Object.defineProperty(normalC_prototype, "c", { 1 >^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^ -4 > ^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^ +4 > ^^^^^^^-> 1 > > /*@internal*/ 2 > get 3 > c 1 >Emitted(19, 5) Source(17, 19) + SourceIndex(3) 2 >Emitted(19, 27) Source(17, 23) + SourceIndex(3) -3 >Emitted(19, 39) Source(17, 24) + SourceIndex(3) +3 >Emitted(19, 49) Source(17, 24) + SourceIndex(3) --- >>> /*@internal*/ get: function () { return 10; }, 1->^^^^^^^^ @@ -2879,7 +2879,7 @@ sourceFile:../second/second_part2.ts }, { "pos": 110, - "end": 3545, + "end": 3575, "kind": "text" } ] @@ -2960,7 +2960,7 @@ function f() { } ---------------------------------------------------------------------- -text: (110-3545) +text: (110-3575) var N; (function (N) { function f() { @@ -2971,9 +2971,9 @@ var N; var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - var proto_1 = normalC.prototype; - /*@internal*/ proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + /*@internal*/ normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: false, @@ -3826,9 +3826,9 @@ var N; var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - var proto_1 = normalC.prototype; - /*@internal*/ proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + /*@internal*/ normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: false, @@ -3924,7 +3924,7 @@ c.doSomething(); //# sourceMappingURL=third-output.js.map //// [/src/third/thirdjs/output/third-output.js.map] -{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"AAIA,IAAM,CAAC,GAAG,cAAc,CAAC;AAMzB,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;ACVf,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC;ACAjB,SAAS,CAAC;IACN,OAAO,gBAAgB,CAAC;AAC5B,CAAC;ACED,IAAU,CAAC,CAMV;AAND,WAAU,CAAC;IACP,SAAS,CAAC;QACN,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IAED,CAAC,EAAE,CAAC;AACR,CAAC,EANS,CAAC,KAAD,CAAC,QAMV;AAED;IACI,aAAa,CAAC;IAAgB,CAAC;;IAE/B,aAAa,CAAC,cAAM,GAAN,cAAW,CAAC;IACZ,sBAAI,YAAC;QAAnB,aAAa,MAAC,cAAU,OAAO,EAAE,CAAC,CAAC,CAAC;QACpC,aAAa,MAAC,UAAM,GAAW,IAAI,CAAC;;;OADA;IAExC,cAAC;AAAD,CAAC,AAND,IAMC;AACD,IAAU,OAAO,CAShB;AATD,WAAU,OAAO;IACb,aAAa,CAAC;QAAA;QAAiB,CAAC;QAAD,QAAC;IAAD,CAAC,AAAlB,IAAkB;IAAL,SAAC,IAAI,CAAA;IAChC,aAAa,CAAC,SAAgB,GAAG,KAAI,CAAC;IAAR,WAAG,MAAK,CAAA;IACtC,aAAa,CAAC,IAAiB,aAAa,CAAsB;IAApD,WAAiB,aAAa;QAAG;YAAA;YAAgB,CAAC;YAAD,QAAC;QAAD,CAAC,AAAjB,IAAiB;QAAJ,eAAC,IAAG,CAAA;IAAC,CAAC,EAAnC,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAAsB;IAClE,aAAa,CAAC,IAAiB,SAAS,CAAwC;IAAlE,WAAiB,SAAS;QAAC,IAAA,SAAS,CAA8B;QAAvC,WAAA,SAAS;YAAG;gBAAA;gBAAwB,CAAC;gBAAD,gBAAC;YAAD,CAAC,AAAzB,IAAyB;YAAZ,mBAAS,YAAG,CAAA;QAAC,CAAC,EAAvC,SAAS,GAAT,mBAAS,KAAT,mBAAS,QAA8B;IAAD,CAAC,EAAjD,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAAwC;IAChF,aAAa,CAAe,kBAAU,GAAG,aAAa,CAAC,CAAC,CAAC;IAEzD,aAAa,CAAc,qBAAa,GAAG,EAAE,CAAC;IAC9C,aAAa,CAAC,IAAY,YAAwB;IAApC,WAAY,YAAY;QAAG,yCAAC,CAAA;QAAE,yCAAC,CAAA;QAAE,yCAAC,CAAA;IAAC,CAAC,EAAxB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAAY;AACtD,CAAC,EATS,OAAO,KAAP,OAAO,QAShB;AACD,aAAa,CAAC;IAAA;IAAiB,CAAC;IAAD,gBAAC;AAAD,CAAC,AAAlB,IAAkB;AAChC,aAAa,CAAC,SAAS,WAAW,KAAI,CAAC;AACvC,aAAa,CAAC,IAAU,iBAAiB,CAA8B;AAAzD,WAAU,iBAAiB;IAAG;QAAA;QAAwB,CAAC;QAAD,gBAAC;IAAD,CAAC,AAAzB,IAAyB;IAAZ,2BAAS,YAAG,CAAA;AAAC,CAAC,EAA/C,iBAAiB,KAAjB,iBAAiB,QAA8B;AACvE,aAAa,CAAC,IAAU,aAAa,CAAwC;AAA/D,WAAU,aAAa;IAAC,IAAA,SAAS,CAA8B;IAAvC,WAAA,SAAS;QAAG;YAAA;YAAwB,CAAC;YAAD,gBAAC;QAAD,CAAC,AAAzB,IAAyB;QAAZ,mBAAS,YAAG,CAAA;IAAC,CAAC,EAAvC,SAAS,GAAT,uBAAS,KAAT,uBAAS,QAA8B;AAAD,CAAC,EAArD,aAAa,KAAb,aAAa,QAAwC;AAC7E,aAAa,CAAC,IAAO,cAAc,GAAG,iBAAiB,CAAC,SAAS,CAAC;AAElE,aAAa,CAAC,IAAM,aAAa,GAAG,EAAE,CAAC;AACvC,aAAa,CAAC,IAAK,YAAwB;AAA7B,WAAK,YAAY;IAAG,yCAAC,CAAA;IAAE,yCAAC,CAAA;IAAE,yCAAC,CAAA;AAAC,CAAC,EAAxB,YAAY,KAAZ,YAAY,QAAY;ACpC3C;IAAA;IAIA,CAAC;IAHG,uBAAW,GAAX;QACI,OAAO,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAC;IACtC,CAAC;IACL,QAAC;AAAD,CAAC,AAJD,IAIC;ACJD,IAAI,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC;AAChB,CAAC,CAAC,WAAW,EAAE,CAAC"} +{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} //// [/src/third/thirdjs/output/third-output.js.map.baseline.txt] =================================================================== @@ -4230,50 +4230,50 @@ sourceFile:../../../second/second_part1.ts >>> } 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >constructor() { 2 > } 1 >Emitted(16, 5) Source(14, 35) + SourceIndex(3) 2 >Emitted(16, 6) Source(14, 36) + SourceIndex(3) --- ->>> var proto_1 = normalC.prototype; ->>> /*@internal*/ proto_1.method = function () { }; +>>> var normalC_prototype = normalC.prototype; +>>> /*@internal*/ normalC_prototype.method = function () { }; 1->^^^^ 2 > ^^^^^^^^^^^^^ 3 > ^ -4 > ^^^^^^^^^^^^^^ -5 > ^^^ -6 > ^^^^^^^^^^^^^^ -7 > ^ +4 > ^^^^^^^^^^^^^^^^^^^^^^^^ +5 > ^^^ +6 > ^^^^^^^^^^^^^^ +7 > ^ 1-> > /*@internal*/ prop: string; > 2 > /*@internal*/ 3 > 4 > method -5 > -6 > method() { -7 > } +5 > +6 > method() { +7 > } 1->Emitted(18, 5) Source(16, 5) + SourceIndex(3) 2 >Emitted(18, 18) Source(16, 18) + SourceIndex(3) 3 >Emitted(18, 19) Source(16, 19) + SourceIndex(3) -4 >Emitted(18, 33) Source(16, 25) + SourceIndex(3) -5 >Emitted(18, 36) Source(16, 19) + SourceIndex(3) -6 >Emitted(18, 50) Source(16, 30) + SourceIndex(3) -7 >Emitted(18, 51) Source(16, 31) + SourceIndex(3) +4 >Emitted(18, 43) Source(16, 25) + SourceIndex(3) +5 >Emitted(18, 46) Source(16, 19) + SourceIndex(3) +6 >Emitted(18, 60) Source(16, 30) + SourceIndex(3) +7 >Emitted(18, 61) Source(16, 31) + SourceIndex(3) --- ->>> Object.defineProperty(proto_1, "c", { +>>> Object.defineProperty(normalC_prototype, "c", { 1 >^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^ -4 > ^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^ +4 > ^^^^^^^-> 1 > > /*@internal*/ 2 > get 3 > c 1 >Emitted(19, 5) Source(17, 19) + SourceIndex(3) 2 >Emitted(19, 27) Source(17, 23) + SourceIndex(3) -3 >Emitted(19, 39) Source(17, 24) + SourceIndex(3) +3 >Emitted(19, 49) Source(17, 24) + SourceIndex(3) --- >>> /*@internal*/ get: function () { return 10; }, 1->^^^^^^^^ @@ -5672,20 +5672,20 @@ sourceFile:../../third_part1.ts "sections": [ { "pos": 0, - "end": 3545, + "end": 3575, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 0, - "end": 3545, + "end": 3575, "kind": "text" } ] }, { - "pos": 3545, - "end": 3581, + "pos": 3575, + "end": 3611, "kind": "text" } ] @@ -5720,9 +5720,9 @@ sourceFile:../../third_part1.ts ====================================================================== File:: /src/third/thirdjs/output/third-output.js ---------------------------------------------------------------------- -prepend: (0-3545):: ../../../2/second-output.js texts:: 1 +prepend: (0-3575):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (0-3545) +text: (0-3575) var s = "Hello, world"; console.log(s); console.log(f()); @@ -5739,9 +5739,9 @@ var N; var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - var proto_1 = normalC.prototype; - /*@internal*/ proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + /*@internal*/ normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: false, @@ -5834,7 +5834,7 @@ var C = /** @class */ (function () { }()); ---------------------------------------------------------------------- -text: (3545-3581) +text: (3575-3611) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/initial-build/stripInternal-with-comments-emit-enabled.js b/tests/baselines/reference/tsbuild/outfile-concat/initial-build/stripInternal-with-comments-emit-enabled.js index fd46effb127de..ab846cc257248 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/initial-build/stripInternal-with-comments-emit-enabled.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/initial-build/stripInternal-with-comments-emit-enabled.js @@ -939,9 +939,9 @@ var N; var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - var proto_1 = normalC.prototype; - /*@internal*/ proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + /*@internal*/ normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: false, @@ -1035,7 +1035,7 @@ var C = /** @class */ (function () { //# sourceMappingURL=second-output.js.map //// [/src/2/second-output.js.map] -{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"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"} //// [/src/2/second-output.js.map.baseline.txt] =================================================================== @@ -1206,50 +1206,50 @@ sourceFile:../second/second_part1.ts >>> } 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >constructor() { 2 > } 1 >Emitted(10, 5) Source(14, 35) + SourceIndex(0) 2 >Emitted(10, 6) Source(14, 36) + SourceIndex(0) --- ->>> var proto_1 = normalC.prototype; ->>> /*@internal*/ proto_1.method = function () { }; +>>> var normalC_prototype = normalC.prototype; +>>> /*@internal*/ normalC_prototype.method = function () { }; 1->^^^^ 2 > ^^^^^^^^^^^^^ 3 > ^ -4 > ^^^^^^^^^^^^^^ -5 > ^^^ -6 > ^^^^^^^^^^^^^^ -7 > ^ +4 > ^^^^^^^^^^^^^^^^^^^^^^^^ +5 > ^^^ +6 > ^^^^^^^^^^^^^^ +7 > ^ 1-> > /*@internal*/ prop: string; > 2 > /*@internal*/ 3 > 4 > method -5 > -6 > method() { -7 > } +5 > +6 > method() { +7 > } 1->Emitted(12, 5) Source(16, 5) + SourceIndex(0) 2 >Emitted(12, 18) Source(16, 18) + SourceIndex(0) 3 >Emitted(12, 19) Source(16, 19) + SourceIndex(0) -4 >Emitted(12, 33) Source(16, 25) + SourceIndex(0) -5 >Emitted(12, 36) Source(16, 19) + SourceIndex(0) -6 >Emitted(12, 50) Source(16, 30) + SourceIndex(0) -7 >Emitted(12, 51) Source(16, 31) + SourceIndex(0) +4 >Emitted(12, 43) Source(16, 25) + SourceIndex(0) +5 >Emitted(12, 46) Source(16, 19) + SourceIndex(0) +6 >Emitted(12, 60) Source(16, 30) + SourceIndex(0) +7 >Emitted(12, 61) Source(16, 31) + SourceIndex(0) --- ->>> Object.defineProperty(proto_1, "c", { +>>> Object.defineProperty(normalC_prototype, "c", { 1 >^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^ -4 > ^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^ +4 > ^^^^^^^-> 1 > > /*@internal*/ 2 > get 3 > c 1 >Emitted(13, 5) Source(17, 19) + SourceIndex(0) 2 >Emitted(13, 27) Source(17, 23) + SourceIndex(0) -3 >Emitted(13, 39) Source(17, 24) + SourceIndex(0) +3 >Emitted(13, 49) Source(17, 24) + SourceIndex(0) --- >>> /*@internal*/ get: function () { return 10; }, 1->^^^^^^^^ @@ -2596,7 +2596,7 @@ sourceFile:../second/second_part2.ts "sections": [ { "pos": 0, - "end": 3435, + "end": 3465, "kind": "text" } ] @@ -2648,7 +2648,7 @@ sourceFile:../second/second_part2.ts ====================================================================== File:: /src/2/second-output.js ---------------------------------------------------------------------- -text: (0-3435) +text: (0-3465) var N; (function (N) { function f() { @@ -2659,9 +2659,9 @@ var N; var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - var proto_1 = normalC.prototype; - /*@internal*/ proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + /*@internal*/ normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: false, @@ -3499,9 +3499,9 @@ var N; var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - var proto_1 = normalC.prototype; - /*@internal*/ proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + /*@internal*/ normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: false, @@ -3597,7 +3597,7 @@ c.doSomething(); //# sourceMappingURL=third-output.js.map //// [/src/third/thirdjs/output/third-output.js.map] -{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} //// [/src/third/thirdjs/output/third-output.js.map.baseline.txt] =================================================================== @@ -3903,50 +3903,50 @@ sourceFile:../../../second/second_part1.ts >>> } 1 >^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1 >constructor() { 2 > } 1 >Emitted(16, 5) Source(14, 35) + SourceIndex(3) 2 >Emitted(16, 6) Source(14, 36) + SourceIndex(3) --- ->>> var proto_1 = normalC.prototype; ->>> /*@internal*/ proto_1.method = function () { }; +>>> var normalC_prototype = normalC.prototype; +>>> /*@internal*/ normalC_prototype.method = function () { }; 1->^^^^ 2 > ^^^^^^^^^^^^^ 3 > ^ -4 > ^^^^^^^^^^^^^^ -5 > ^^^ -6 > ^^^^^^^^^^^^^^ -7 > ^ +4 > ^^^^^^^^^^^^^^^^^^^^^^^^ +5 > ^^^ +6 > ^^^^^^^^^^^^^^ +7 > ^ 1-> > /*@internal*/ prop: string; > 2 > /*@internal*/ 3 > 4 > method -5 > -6 > method() { -7 > } +5 > +6 > method() { +7 > } 1->Emitted(18, 5) Source(16, 5) + SourceIndex(3) 2 >Emitted(18, 18) Source(16, 18) + SourceIndex(3) 3 >Emitted(18, 19) Source(16, 19) + SourceIndex(3) -4 >Emitted(18, 33) Source(16, 25) + SourceIndex(3) -5 >Emitted(18, 36) Source(16, 19) + SourceIndex(3) -6 >Emitted(18, 50) Source(16, 30) + SourceIndex(3) -7 >Emitted(18, 51) Source(16, 31) + SourceIndex(3) +4 >Emitted(18, 43) Source(16, 25) + SourceIndex(3) +5 >Emitted(18, 46) Source(16, 19) + SourceIndex(3) +6 >Emitted(18, 60) Source(16, 30) + SourceIndex(3) +7 >Emitted(18, 61) Source(16, 31) + SourceIndex(3) --- ->>> Object.defineProperty(proto_1, "c", { +>>> Object.defineProperty(normalC_prototype, "c", { 1 >^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^ -4 > ^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^ +4 > ^^^^^^^-> 1 > > /*@internal*/ 2 > get 3 > c 1 >Emitted(19, 5) Source(17, 19) + SourceIndex(3) 2 >Emitted(19, 27) Source(17, 23) + SourceIndex(3) -3 >Emitted(19, 39) Source(17, 24) + SourceIndex(3) +3 >Emitted(19, 49) Source(17, 24) + SourceIndex(3) --- >>> /*@internal*/ get: function () { return 10; }, 1->^^^^^^^^ @@ -5358,20 +5358,20 @@ sourceFile:../../third_part1.ts }, { "pos": 110, - "end": 3545, + "end": 3575, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 110, - "end": 3545, + "end": 3575, "kind": "text" } ] }, { - "pos": 3545, - "end": 3581, + "pos": 3575, + "end": 3611, "kind": "text" } ] @@ -5430,9 +5430,9 @@ function f() { } ---------------------------------------------------------------------- -prepend: (110-3545):: ../../../2/second-output.js texts:: 1 +prepend: (110-3575):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (110-3545) +text: (110-3575) var N; (function (N) { function f() { @@ -5443,9 +5443,9 @@ var N; var normalC = /** @class */ (function () { /*@internal*/ function normalC() { } - var proto_1 = normalC.prototype; - /*@internal*/ proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + /*@internal*/ normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { /*@internal*/ get: function () { return 10; }, /*@internal*/ set: function (val) { }, enumerable: false, @@ -5538,7 +5538,7 @@ var C = /** @class */ (function () { }()); ---------------------------------------------------------------------- -text: (3545-3581) +text: (3575-3611) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsbuild/outfile-concat/initial-build/stripInternal.js b/tests/baselines/reference/tsbuild/outfile-concat/initial-build/stripInternal.js index 87f2c42a060a0..32e5253c5171b 100644 --- a/tests/baselines/reference/tsbuild/outfile-concat/initial-build/stripInternal.js +++ b/tests/baselines/reference/tsbuild/outfile-concat/initial-build/stripInternal.js @@ -959,9 +959,9 @@ var N; var normalC = (function () { function normalC() { } - var proto_1 = normalC.prototype; - proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: false, @@ -1055,7 +1055,7 @@ var C = (function () { //# sourceMappingURL=second-output.js.map //// [/src/2/second-output.js.map] -{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"AAIA,IAAU,CAAC,CAMV;AAND,WAAU,CAAC;IACP,SAAS,CAAC;QACN,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IAED,CAAC,EAAE,CAAC;AACR,CAAC,EANS,CAAC,KAAD,CAAC,QAMV;AAED;IACkB;IAAgB,CAAC;;IAEjB,cAAM,GAAN,cAAW,CAAC;IACZ,sBAAI,YAAC;aAAL,cAAU,OAAO,EAAE,CAAC,CAAC,CAAC;aACtB,UAAM,GAAW,IAAI,CAAC;;;OADA;IAExC,cAAC;AAAD,CAAC,AAND,IAMC;AACD,IAAU,OAAO,CAShB;AATD,WAAU,OAAO;IACC;QAAA;QAAiB,CAAC;QAAD,QAAC;IAAD,CAAC,AAAlB,IAAkB;IAAL,SAAC,IAAI,CAAA;IAClB,SAAgB,GAAG,KAAI,CAAC;IAAR,WAAG,MAAK,CAAA;IACxB,IAAiB,aAAa,CAAsB;IAApD,WAAiB,aAAa;QAAG;YAAA;YAAgB,CAAC;YAAD,QAAC;QAAD,CAAC,AAAjB,IAAiB;QAAJ,eAAC,IAAG,CAAA;IAAC,CAAC,EAAnC,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAAsB;IACpD,IAAiB,SAAS,CAAwC;IAAlE,WAAiB,SAAS;QAAC,IAAA,SAAS,CAA8B;QAAvC,WAAA,SAAS;YAAG;gBAAA;gBAAwB,CAAC;gBAAD,gBAAC;YAAD,CAAC,AAAzB,IAAyB;YAAZ,mBAAS,YAAG,CAAA;QAAC,CAAC,EAAvC,SAAS,GAAT,mBAAS,KAAT,mBAAS,QAA8B;IAAD,CAAC,EAAjD,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAAwC;IACpD,kBAAU,GAAG,aAAa,CAAC,CAAC,CAAC;IAE9B,qBAAa,GAAG,EAAE,CAAC;IAChC,IAAY,YAAwB;IAApC,WAAY,YAAY;QAAG,yCAAC,CAAA;QAAE,yCAAC,CAAA;QAAE,yCAAC,CAAA;IAAC,CAAC,EAAxB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAAY;AACtD,CAAC,EATS,OAAO,KAAP,OAAO,QAShB;AACa;IAAA;IAAiB,CAAC;IAAD,gBAAC;AAAD,CAAC,AAAlB,IAAkB;AAClB,SAAS,WAAW,KAAI,CAAC;AACzB,IAAU,iBAAiB,CAA8B;AAAzD,WAAU,iBAAiB;IAAG;QAAA;QAAwB,CAAC;QAAD,gBAAC;IAAD,CAAC,AAAzB,IAAyB;IAAZ,2BAAS,YAAG,CAAA;AAAC,CAAC,EAA/C,iBAAiB,KAAjB,iBAAiB,QAA8B;AACzD,IAAU,aAAa,CAAwC;AAA/D,WAAU,aAAa;IAAC,IAAA,SAAS,CAA8B;IAAvC,WAAA,SAAS;QAAG;YAAA;YAAwB,CAAC;YAAD,gBAAC;QAAD,CAAC,AAAzB,IAAyB;QAAZ,mBAAS,YAAG,CAAA;IAAC,CAAC,EAAvC,SAAS,GAAT,uBAAS,KAAT,uBAAS,QAA8B;AAAD,CAAC,EAArD,aAAa,KAAb,aAAa,QAAwC;AAC/D,IAAO,cAAc,GAAG,iBAAiB,CAAC,SAAS,CAAC;AAEpD,IAAM,aAAa,GAAG,EAAE,CAAC;AACzB,IAAK,YAAwB;AAA7B,WAAK,YAAY;IAAG,yCAAC,CAAA;IAAE,yCAAC,CAAA;IAAE,yCAAC,CAAA;AAAC,CAAC,EAAxB,YAAY,KAAZ,YAAY,QAAY;ACpC3C;IAAA;IAIA,CAAC;IAHG,uBAAW,GAAX;QACI,OAAO,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAC;IACtC,CAAC;IACL,QAAC;AAAD,CAAC,AAJD,IAIC"} +{"version":3,"file":"second-output.js","sourceRoot":"","sources":["../second/second_part1.ts","../second/second_part2.ts"],"names":[],"mappings":"AAIA,IAAU,CAAC,CAMV;AAND,WAAU,CAAC;IACP,SAAS,CAAC;QACN,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IAC3B,CAAC;IAED,CAAC,EAAE,CAAC;AACR,CAAC,EANS,CAAC,KAAD,CAAC,QAMV;AAED;IACkB;IAAgB,CAAC;;IAEjB,wBAAM,GAAN,cAAW,CAAC;IACZ,sBAAI,sBAAC;aAAL,cAAU,OAAO,EAAE,CAAC,CAAC,CAAC;aACtB,UAAM,GAAW,IAAI,CAAC;;;OADA;IAExC,cAAC;AAAD,CAAC,AAND,IAMC;AACD,IAAU,OAAO,CAShB;AATD,WAAU,OAAO;IACC;QAAA;QAAiB,CAAC;QAAD,QAAC;IAAD,CAAC,AAAlB,IAAkB;IAAL,SAAC,IAAI,CAAA;IAClB,SAAgB,GAAG,KAAI,CAAC;IAAR,WAAG,MAAK,CAAA;IACxB,IAAiB,aAAa,CAAsB;IAApD,WAAiB,aAAa;QAAG;YAAA;YAAgB,CAAC;YAAD,QAAC;QAAD,CAAC,AAAjB,IAAiB;QAAJ,eAAC,IAAG,CAAA;IAAC,CAAC,EAAnC,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAAsB;IACpD,IAAiB,SAAS,CAAwC;IAAlE,WAAiB,SAAS;QAAC,IAAA,SAAS,CAA8B;QAAvC,WAAA,SAAS;YAAG;gBAAA;gBAAwB,CAAC;gBAAD,gBAAC;YAAD,CAAC,AAAzB,IAAyB;YAAZ,mBAAS,YAAG,CAAA;QAAC,CAAC,EAAvC,SAAS,GAAT,mBAAS,KAAT,mBAAS,QAA8B;IAAD,CAAC,EAAjD,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAAwC;IACpD,kBAAU,GAAG,aAAa,CAAC,CAAC,CAAC;IAE9B,qBAAa,GAAG,EAAE,CAAC;IAChC,IAAY,YAAwB;IAApC,WAAY,YAAY;QAAG,yCAAC,CAAA;QAAE,yCAAC,CAAA;QAAE,yCAAC,CAAA;IAAC,CAAC,EAAxB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAAY;AACtD,CAAC,EATS,OAAO,KAAP,OAAO,QAShB;AACa;IAAA;IAAiB,CAAC;IAAD,gBAAC;AAAD,CAAC,AAAlB,IAAkB;AAClB,SAAS,WAAW,KAAI,CAAC;AACzB,IAAU,iBAAiB,CAA8B;AAAzD,WAAU,iBAAiB;IAAG;QAAA;QAAwB,CAAC;QAAD,gBAAC;IAAD,CAAC,AAAzB,IAAyB;IAAZ,2BAAS,YAAG,CAAA;AAAC,CAAC,EAA/C,iBAAiB,KAAjB,iBAAiB,QAA8B;AACzD,IAAU,aAAa,CAAwC;AAA/D,WAAU,aAAa;IAAC,IAAA,SAAS,CAA8B;IAAvC,WAAA,SAAS;QAAG;YAAA;YAAwB,CAAC;YAAD,gBAAC;QAAD,CAAC,AAAzB,IAAyB;QAAZ,mBAAS,YAAG,CAAA;IAAC,CAAC,EAAvC,SAAS,GAAT,uBAAS,KAAT,uBAAS,QAA8B;AAAD,CAAC,EAArD,aAAa,KAAb,aAAa,QAAwC;AAC/D,IAAO,cAAc,GAAG,iBAAiB,CAAC,SAAS,CAAC;AAEpD,IAAM,aAAa,GAAG,EAAE,CAAC;AACzB,IAAK,YAAwB;AAA7B,WAAK,YAAY;IAAG,yCAAC,CAAA;IAAE,yCAAC,CAAA;IAAE,yCAAC,CAAA;AAAC,CAAC,EAAxB,YAAY,KAAZ,YAAY,QAAY;ACpC3C;IAAA;IAIA,CAAC;IAHG,uBAAW,GAAX;QACI,OAAO,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAC;IACtC,CAAC;IACL,QAAC;AAAD,CAAC,AAJD,IAIC"} //// [/src/2/second-output.js.map.baseline.txt] =================================================================== @@ -1221,62 +1221,61 @@ sourceFile:../second/second_part1.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->constructor() { 2 > } 1->Emitted(10, 5) Source(14, 35) + SourceIndex(0) 2 >Emitted(10, 6) Source(14, 36) + SourceIndex(0) --- ->>> var proto_1 = normalC.prototype; ->>> proto_1.method = function () { }; +>>> var normalC_prototype = normalC.prototype; +>>> normalC_prototype.method = function () { }; 1->^^^^ -2 > ^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^ -5 > ^ -6 > ^^^^^^-> +2 > ^^^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^ +5 > ^ +6 > ^^^^^^-> 1-> > /*@internal*/ prop: string; > /*@internal*/ 2 > method -3 > -4 > method() { -5 > } +3 > +4 > method() { +5 > } 1->Emitted(12, 5) Source(16, 19) + SourceIndex(0) -2 >Emitted(12, 19) Source(16, 25) + SourceIndex(0) -3 >Emitted(12, 22) Source(16, 19) + SourceIndex(0) -4 >Emitted(12, 36) Source(16, 30) + SourceIndex(0) -5 >Emitted(12, 37) Source(16, 31) + SourceIndex(0) +2 >Emitted(12, 29) Source(16, 25) + SourceIndex(0) +3 >Emitted(12, 32) Source(16, 19) + SourceIndex(0) +4 >Emitted(12, 46) Source(16, 30) + SourceIndex(0) +5 >Emitted(12, 47) Source(16, 31) + SourceIndex(0) --- ->>> Object.defineProperty(proto_1, "c", { +>>> Object.defineProperty(normalC_prototype, "c", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^ -4 > ^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^ 1-> > /*@internal*/ 2 > get 3 > c 1->Emitted(13, 5) Source(17, 19) + SourceIndex(0) 2 >Emitted(13, 27) Source(17, 23) + SourceIndex(0) -3 >Emitted(13, 39) Source(17, 24) + SourceIndex(0) +3 >Emitted(13, 49) Source(17, 24) + SourceIndex(0) --- >>> get: function () { return 10; }, -1->^^^^^^^^^^^^^ +1 >^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^^^^^^^ 4 > ^^ 5 > ^ 6 > ^ 7 > ^ -1-> +1 > 2 > get c() { 3 > return 4 > 10 5 > ; 6 > 7 > } -1->Emitted(14, 14) Source(17, 19) + SourceIndex(0) +1 >Emitted(14, 14) Source(17, 19) + SourceIndex(0) 2 >Emitted(14, 28) Source(17, 29) + SourceIndex(0) 3 >Emitted(14, 35) Source(17, 36) + SourceIndex(0) 4 >Emitted(14, 37) Source(17, 38) + SourceIndex(0) @@ -2517,7 +2516,7 @@ sourceFile:../second/second_part2.ts "sections": [ { "pos": 0, - "end": 3071, + "end": 3101, "kind": "text" } ] @@ -2569,7 +2568,7 @@ sourceFile:../second/second_part2.ts ====================================================================== File:: /src/2/second-output.js ---------------------------------------------------------------------- -text: (0-3071) +text: (0-3101) var N; (function (N) { function f() { @@ -2580,9 +2579,9 @@ var N; var normalC = (function () { function normalC() { } - var proto_1 = normalC.prototype; - proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: false, @@ -3420,9 +3419,9 @@ var N; var normalC = (function () { function normalC() { } - var proto_1 = normalC.prototype; - proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: false, @@ -3518,7 +3517,7 @@ c.doSomething(); //# sourceMappingURL=third-output.js.map //// [/src/third/thirdjs/output/third-output.js.map] -{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} +{"version":3,"file":"third-output.js","sourceRoot":"","sources":["../../../first/first_PART1.ts","../../../first/first_part2.ts","../../../first/first_part3.ts","../../../second/second_part1.ts","../../../second/second_part2.ts","../../third_part1.ts"],"names":[],"mappings":"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"} //// [/src/third/thirdjs/output/third-output.js.map.baseline.txt] =================================================================== @@ -3819,62 +3818,61 @@ sourceFile:../../../second/second_part1.ts >>> } 1->^^^^ 2 > ^ -3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-> 1->constructor() { 2 > } 1->Emitted(16, 5) Source(14, 35) + SourceIndex(3) 2 >Emitted(16, 6) Source(14, 36) + SourceIndex(3) --- ->>> var proto_1 = normalC.prototype; ->>> proto_1.method = function () { }; +>>> var normalC_prototype = normalC.prototype; +>>> normalC_prototype.method = function () { }; 1->^^^^ -2 > ^^^^^^^^^^^^^^ -3 > ^^^ -4 > ^^^^^^^^^^^^^^ -5 > ^ -6 > ^^^^^^-> +2 > ^^^^^^^^^^^^^^^^^^^^^^^^ +3 > ^^^ +4 > ^^^^^^^^^^^^^^ +5 > ^ +6 > ^^^^^^-> 1-> > /*@internal*/ prop: string; > /*@internal*/ 2 > method -3 > -4 > method() { -5 > } +3 > +4 > method() { +5 > } 1->Emitted(18, 5) Source(16, 19) + SourceIndex(3) -2 >Emitted(18, 19) Source(16, 25) + SourceIndex(3) -3 >Emitted(18, 22) Source(16, 19) + SourceIndex(3) -4 >Emitted(18, 36) Source(16, 30) + SourceIndex(3) -5 >Emitted(18, 37) Source(16, 31) + SourceIndex(3) +2 >Emitted(18, 29) Source(16, 25) + SourceIndex(3) +3 >Emitted(18, 32) Source(16, 19) + SourceIndex(3) +4 >Emitted(18, 46) Source(16, 30) + SourceIndex(3) +5 >Emitted(18, 47) Source(16, 31) + SourceIndex(3) --- ->>> Object.defineProperty(proto_1, "c", { +>>> Object.defineProperty(normalC_prototype, "c", { 1->^^^^ 2 > ^^^^^^^^^^^^^^^^^^^^^^ -3 > ^^^^^^^^^^^^ -4 > ^^^-> +3 > ^^^^^^^^^^^^^^^^^^^^^^ 1-> > /*@internal*/ 2 > get 3 > c 1->Emitted(19, 5) Source(17, 19) + SourceIndex(3) 2 >Emitted(19, 27) Source(17, 23) + SourceIndex(3) -3 >Emitted(19, 39) Source(17, 24) + SourceIndex(3) +3 >Emitted(19, 49) Source(17, 24) + SourceIndex(3) --- >>> get: function () { return 10; }, -1->^^^^^^^^^^^^^ +1 >^^^^^^^^^^^^^ 2 > ^^^^^^^^^^^^^^ 3 > ^^^^^^^ 4 > ^^ 5 > ^ 6 > ^ 7 > ^ -1-> +1 > 2 > get c() { 3 > return 4 > 10 5 > ; 6 > 7 > } -1->Emitted(20, 14) Source(17, 19) + SourceIndex(3) +1 >Emitted(20, 14) Source(17, 19) + SourceIndex(3) 2 >Emitted(20, 28) Source(17, 29) + SourceIndex(3) 3 >Emitted(20, 35) Source(17, 36) + SourceIndex(3) 4 >Emitted(20, 37) Source(17, 38) + SourceIndex(3) @@ -5180,20 +5178,20 @@ sourceFile:../../third_part1.ts }, { "pos": 110, - "end": 3181, + "end": 3211, "kind": "prepend", "data": "../../../2/second-output.js", "texts": [ { "pos": 110, - "end": 3181, + "end": 3211, "kind": "text" } ] }, { - "pos": 3181, - "end": 3217, + "pos": 3211, + "end": 3247, "kind": "text" } ] @@ -5252,9 +5250,9 @@ function f() { } ---------------------------------------------------------------------- -prepend: (110-3181):: ../../../2/second-output.js texts:: 1 +prepend: (110-3211):: ../../../2/second-output.js texts:: 1 >>-------------------------------------------------------------------- -text: (110-3181) +text: (110-3211) var N; (function (N) { function f() { @@ -5265,9 +5263,9 @@ var N; var normalC = (function () { function normalC() { } - var proto_1 = normalC.prototype; - proto_1.method = function () { }; - Object.defineProperty(proto_1, "c", { + var normalC_prototype = normalC.prototype; + normalC_prototype.method = function () { }; + Object.defineProperty(normalC_prototype, "c", { get: function () { return 10; }, set: function (val) { }, enumerable: false, @@ -5360,7 +5358,7 @@ var C = (function () { }()); ---------------------------------------------------------------------- -text: (3181-3217) +text: (3211-3247) var c = new C(); c.doSomething(); diff --git a/tests/baselines/reference/tsxUnionElementType3.js b/tests/baselines/reference/tsxUnionElementType3.js index 397a73ab2b606..afad176c47766 100644 --- a/tests/baselines/reference/tsxUnionElementType3.js +++ b/tests/baselines/reference/tsxUnionElementType3.js @@ -68,11 +68,11 @@ var RC2 = /** @class */ (function (_super) { function RC2() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_1 = RC2.prototype; - proto_1.render = function () { + var RC2_prototype = RC2.prototype; + RC2_prototype.render = function () { return null; }; - proto_1.method = function () { }; + RC2_prototype.method = function () { }; return RC2; }(React.Component)); var RC3 = /** @class */ (function (_super) { diff --git a/tests/baselines/reference/tsxUnionElementType4.js b/tests/baselines/reference/tsxUnionElementType4.js index 9bceab1dcec25..0f76ae6867d0a 100644 --- a/tests/baselines/reference/tsxUnionElementType4.js +++ b/tests/baselines/reference/tsxUnionElementType4.js @@ -67,11 +67,11 @@ var RC2 = /** @class */ (function (_super) { function RC2() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_1 = RC2.prototype; - proto_1.render = function () { + var RC2_prototype = RC2.prototype; + RC2_prototype.render = function () { return null; }; - proto_1.method = function () { }; + RC2_prototype.method = function () { }; return RC2; }(React.Component)); var RC3 = /** @class */ (function (_super) { diff --git a/tests/baselines/reference/typeGuardFunctionErrors.js b/tests/baselines/reference/typeGuardFunctionErrors.js index f0e8695cf5936..01fe4905bed83 100644 --- a/tests/baselines/reference/typeGuardFunctionErrors.js +++ b/tests/baselines/reference/typeGuardFunctionErrors.js @@ -270,15 +270,15 @@ var D = /** @class */ (function () { function D(p1) { return true; } - var proto_1 = D.prototype; - Object.defineProperty(proto_1, "m1", { + var D_prototype = D.prototype; + Object.defineProperty(D_prototype, "m1", { get: function (p1) { return true; }, enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "m2", { + Object.defineProperty(D_prototype, "m2", { set: function (p1) { return true; }, diff --git a/tests/baselines/reference/typeGuardFunctionOfFormThis.js b/tests/baselines/reference/typeGuardFunctionOfFormThis.js index 92625bc6959c2..f112c35c01bbe 100644 --- a/tests/baselines/reference/typeGuardFunctionOfFormThis.js +++ b/tests/baselines/reference/typeGuardFunctionOfFormThis.js @@ -158,11 +158,11 @@ var __extends = (this && this.__extends) || (function () { var RoyalGuard = /** @class */ (function () { function RoyalGuard() { } - var proto_1 = RoyalGuard.prototype; - proto_1.isLeader = function () { + var RoyalGuard_prototype = RoyalGuard.prototype; + RoyalGuard_prototype.isLeader = function () { return this instanceof LeadGuard; }; - proto_1.isFollower = function () { + RoyalGuard_prototype.isFollower = function () { return this instanceof FollowerGuard; }; return RoyalGuard; @@ -172,8 +172,8 @@ var LeadGuard = /** @class */ (function (_super) { function LeadGuard() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_2 = LeadGuard.prototype; - proto_2.lead = function () { }; + var LeadGuard_prototype = LeadGuard.prototype; + LeadGuard_prototype.lead = function () { }; ; return LeadGuard; }(RoyalGuard)); @@ -182,8 +182,8 @@ var FollowerGuard = /** @class */ (function (_super) { function FollowerGuard() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_3 = FollowerGuard.prototype; - proto_3.follow = function () { }; + var FollowerGuard_prototype = FollowerGuard.prototype; + FollowerGuard_prototype.follow = function () { }; ; return FollowerGuard; }(RoyalGuard)); @@ -268,10 +268,10 @@ a.isLeader = b.isLeader; var MimicGuard = /** @class */ (function () { function MimicGuard() { } - var proto_4 = MimicGuard.prototype; - proto_4.isLeader = function () { return this instanceof MimicLeader; }; + var MimicGuard_prototype = MimicGuard.prototype; + MimicGuard_prototype.isLeader = function () { return this instanceof MimicLeader; }; ; - proto_4.isFollower = function () { return this instanceof MimicFollower; }; + MimicGuard_prototype.isFollower = function () { return this instanceof MimicFollower; }; ; return MimicGuard; }()); diff --git a/tests/baselines/reference/typeGuardFunctionOfFormThisErrors.js b/tests/baselines/reference/typeGuardFunctionOfFormThisErrors.js index c8ade60a81038..5bb58367aa916 100644 --- a/tests/baselines/reference/typeGuardFunctionOfFormThisErrors.js +++ b/tests/baselines/reference/typeGuardFunctionOfFormThisErrors.js @@ -76,11 +76,11 @@ var __extends = (this && this.__extends) || (function () { var RoyalGuard = /** @class */ (function () { function RoyalGuard() { } - var proto_1 = RoyalGuard.prototype; - proto_1.isLeader = function () { + var RoyalGuard_prototype = RoyalGuard.prototype; + RoyalGuard_prototype.isLeader = function () { return this instanceof LeadGuard; }; - proto_1.isFollower = function () { + RoyalGuard_prototype.isFollower = function () { return this instanceof FollowerGuard; }; return RoyalGuard; @@ -90,8 +90,8 @@ var LeadGuard = /** @class */ (function (_super) { function LeadGuard() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_2 = LeadGuard.prototype; - proto_2.lead = function () { }; + var LeadGuard_prototype = LeadGuard.prototype; + LeadGuard_prototype.lead = function () { }; ; return LeadGuard; }(RoyalGuard)); @@ -100,8 +100,8 @@ var FollowerGuard = /** @class */ (function (_super) { function FollowerGuard() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_3 = FollowerGuard.prototype; - proto_3.follow = function () { }; + var FollowerGuard_prototype = FollowerGuard.prototype; + FollowerGuard_prototype.follow = function () { }; ; return FollowerGuard; }(RoyalGuard)); diff --git a/tests/baselines/reference/typeGuardOfFormThisMember.js b/tests/baselines/reference/typeGuardOfFormThisMember.js index e203b6593bba0..0398666515bbc 100644 --- a/tests/baselines/reference/typeGuardOfFormThisMember.js +++ b/tests/baselines/reference/typeGuardOfFormThisMember.js @@ -103,8 +103,8 @@ var Test; function FileSystemObject(path) { this.path = path; } - var proto_1 = FileSystemObject.prototype; - Object.defineProperty(proto_1, "isFile", { + var FileSystemObject_prototype = FileSystemObject.prototype; + Object.defineProperty(FileSystemObject_prototype, "isFile", { get: function () { return this instanceof File; }, @@ -114,7 +114,7 @@ var Test; enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "isDirectory", { + Object.defineProperty(FileSystemObject_prototype, "isDirectory", { get: function () { return this instanceof Directory; }, diff --git a/tests/baselines/reference/typeGuardOfFormThisMemberErrors.js b/tests/baselines/reference/typeGuardOfFormThisMemberErrors.js index f59f620937426..6666fe9027803 100644 --- a/tests/baselines/reference/typeGuardOfFormThisMemberErrors.js +++ b/tests/baselines/reference/typeGuardOfFormThisMemberErrors.js @@ -53,8 +53,8 @@ var Test; function FileSystemObject(path) { this.path = path; } - var proto_1 = FileSystemObject.prototype; - Object.defineProperty(proto_1, "isFile", { + var FileSystemObject_prototype = FileSystemObject.prototype; + Object.defineProperty(FileSystemObject_prototype, "isFile", { get: function () { return this instanceof File; }, @@ -64,7 +64,7 @@ var Test; enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "isDirectory", { + Object.defineProperty(FileSystemObject_prototype, "isDirectory", { get: function () { return this instanceof Directory; }, diff --git a/tests/baselines/reference/typeGuardsInClassAccessors.js b/tests/baselines/reference/typeGuardsInClassAccessors.js index 3235e7e69ed7e..420832270c214 100644 --- a/tests/baselines/reference/typeGuardsInClassAccessors.js +++ b/tests/baselines/reference/typeGuardsInClassAccessors.js @@ -112,8 +112,8 @@ var var1; var ClassWithAccessors = /** @class */ (function () { function ClassWithAccessors() { } - var proto_1 = ClassWithAccessors.prototype; - Object.defineProperty(proto_1, "p1", { + var ClassWithAccessors_prototype = ClassWithAccessors.prototype; + Object.defineProperty(ClassWithAccessors_prototype, "p1", { // Inside public accessor getter get: function () { // global vars in function declaration @@ -136,7 +136,7 @@ var ClassWithAccessors = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "pp1", { + Object.defineProperty(ClassWithAccessors_prototype, "pp1", { // Inside private accessor getter get: function () { // global vars in function declaration diff --git a/tests/baselines/reference/typeGuardsInClassMethods.js b/tests/baselines/reference/typeGuardsInClassMethods.js index f257e2ae5c03f..5dfa45246ee7b 100644 --- a/tests/baselines/reference/typeGuardsInClassMethods.js +++ b/tests/baselines/reference/typeGuardsInClassMethods.js @@ -84,9 +84,9 @@ var C1 = /** @class */ (function () { // parameters in function declaration num = typeof param === "string" && param.length; // string } - var proto_1 = C1.prototype; + var C1_prototype = C1.prototype; // Inside function declaration - proto_1.p1 = function (param) { + C1_prototype.p1 = function (param) { // global vars in function declaration num = typeof var1 === "string" && var1.length; // string // variables in function declaration @@ -96,7 +96,7 @@ var C1 = /** @class */ (function () { num = typeof param === "string" && param.length; // string }; // Inside function declaration - proto_1.p2 = function (param) { + C1_prototype.p2 = function (param) { // global vars in function declaration num = typeof var1 === "string" && var1.length; // string // variables in function declaration diff --git a/tests/baselines/reference/typeGuardsInProperties.js b/tests/baselines/reference/typeGuardsInProperties.js index 8ae002af4171b..f3748214ab944 100644 --- a/tests/baselines/reference/typeGuardsInProperties.js +++ b/tests/baselines/reference/typeGuardsInProperties.js @@ -33,8 +33,8 @@ var strOrNum; var C1 = /** @class */ (function () { function C1() { } - var proto_1 = C1.prototype; - Object.defineProperty(proto_1, "pp3", { + var C1_prototype = C1.prototype; + Object.defineProperty(C1_prototype, "pp3", { // Inside public accessor getter get: function () { return strOrNum; @@ -42,7 +42,7 @@ var C1 = /** @class */ (function () { enumerable: false, configurable: true }); - proto_1.method = function () { + C1_prototype.method = function () { strOrNum = typeof this.pp1 === "string" && this.pp1; // string | number strOrNum = typeof this.pp2 === "string" && this.pp2; // string | number strOrNum = typeof this.pp3 === "string" && this.pp3; // string | number diff --git a/tests/baselines/reference/typeGuardsOnClassProperty.js b/tests/baselines/reference/typeGuardsOnClassProperty.js index 95aabb3ef1fcf..941b48548b078 100644 --- a/tests/baselines/reference/typeGuardsOnClassProperty.js +++ b/tests/baselines/reference/typeGuardsOnClassProperty.js @@ -36,12 +36,12 @@ if (typeof prop1 === "string" && prop1.toLocaleLowerCase()) { } var D = /** @class */ (function () { function D() { } - var proto_1 = D.prototype; - proto_1.getData = function () { + var D_prototype = D.prototype; + D_prototype.getData = function () { var data = this.data; return typeof data === "string" ? data : data.join(" "); }; - proto_1.getData1 = function () { + D_prototype.getData1 = function () { return typeof this.data === "string" ? this.data : this.data.join(" "); }; return D; diff --git a/tests/baselines/reference/typeInferenceReturnTypeCallback.js b/tests/baselines/reference/typeInferenceReturnTypeCallback.js index a0d13b59f9f3a..ab9c14856d8df 100644 --- a/tests/baselines/reference/typeInferenceReturnTypeCallback.js +++ b/tests/baselines/reference/typeInferenceReturnTypeCallback.js @@ -33,13 +33,13 @@ var Nil = /** @class */ (function () { var Cons = /** @class */ (function () { function Cons() { } - var proto_1 = Cons.prototype; - proto_1.map = function (f) { + var Cons_prototype = Cons.prototype; + Cons_prototype.map = function (f) { return this.foldRight(new Nil(), function (t, acc) { return new Cons(); }); }; - proto_1.foldRight = function (z, f) { + Cons_prototype.foldRight = function (z, f) { return null; }; return Cons; diff --git a/tests/baselines/reference/typeOfThisInInstanceMember.js b/tests/baselines/reference/typeOfThisInInstanceMember.js index 0309fd9f36785..890ea9378c8d7 100644 --- a/tests/baselines/reference/typeOfThisInInstanceMember.js +++ b/tests/baselines/reference/typeOfThisInInstanceMember.js @@ -41,11 +41,11 @@ var C = /** @class */ (function () { t.z; var r = t.foo(); } - var proto_1 = C.prototype; - proto_1.foo = function () { + var C_prototype = C.prototype; + C_prototype.foo = function () { return this; }; - Object.defineProperty(proto_1, "y", { + Object.defineProperty(C_prototype, "y", { get: function () { return this; }, diff --git a/tests/baselines/reference/typeOfThisInInstanceMember2.js b/tests/baselines/reference/typeOfThisInInstanceMember2.js index c859947d56ac3..172ba2b274783 100644 --- a/tests/baselines/reference/typeOfThisInInstanceMember2.js +++ b/tests/baselines/reference/typeOfThisInInstanceMember2.js @@ -45,11 +45,11 @@ var C = /** @class */ (function () { t.z; var r = t.foo(); } - var proto_1 = C.prototype; - proto_1.foo = function () { + var C_prototype = C.prototype; + C_prototype.foo = function () { return this; }; - Object.defineProperty(proto_1, "y", { + Object.defineProperty(C_prototype, "y", { get: function () { return this; }, diff --git a/tests/baselines/reference/typeParametersAreIdenticalToThemselves.js b/tests/baselines/reference/typeParametersAreIdenticalToThemselves.js index afb1daea3a686..77692325c56d9 100644 --- a/tests/baselines/reference/typeParametersAreIdenticalToThemselves.js +++ b/tests/baselines/reference/typeParametersAreIdenticalToThemselves.js @@ -87,19 +87,19 @@ function foo3(x, y) { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1.foo1 = function (x) { }; - proto_1.foo2 = function (a, x) { }; - proto_1.foo3 = function (x) { }; - proto_1.foo4 = function (x) { }; + var C_prototype = C.prototype; + C_prototype.foo1 = function (x) { }; + C_prototype.foo2 = function (a, x) { }; + C_prototype.foo3 = function (x) { }; + C_prototype.foo4 = function (x) { }; return C; }()); var C2 = /** @class */ (function () { function C2() { } - var proto_2 = C2.prototype; - proto_2.foo1 = function (x) { }; - proto_2.foo2 = function (a, x) { }; - proto_2.foo3 = function (x) { }; + var C2_prototype = C2.prototype; + C2_prototype.foo1 = function (x) { }; + C2_prototype.foo2 = function (a, x) { }; + C2_prototype.foo3 = function (x) { }; return C2; }()); diff --git a/tests/baselines/reference/typeQueryOnClass.js b/tests/baselines/reference/typeQueryOnClass.js index 9f47908348ece..d80ca1ce42778 100644 --- a/tests/baselines/reference/typeQueryOnClass.js +++ b/tests/baselines/reference/typeQueryOnClass.js @@ -64,7 +64,7 @@ var C = /** @class */ (function () { this.ia = 1; this.ib = function () { return _this.ia; }; } - var proto_1 = C.prototype; + var C_prototype = C.prototype; C.foo = function (x) { }; C.bar = function (x) { }; Object.defineProperty(C, "sc", { @@ -83,8 +83,8 @@ var C = /** @class */ (function () { enumerable: false, configurable: true }); - proto_1.baz = function (x) { return ''; }; - Object.defineProperty(proto_1, "ic", { + C_prototype.baz = function (x) { return ''; }; + Object.defineProperty(C_prototype, "ic", { get: function () { return 1; }, @@ -93,7 +93,7 @@ var C = /** @class */ (function () { enumerable: false, configurable: true }); - Object.defineProperty(proto_1, "id", { + Object.defineProperty(C_prototype, "id", { get: function () { return 1; }, diff --git a/tests/baselines/reference/typeQueryWithReservedWords.js b/tests/baselines/reference/typeQueryWithReservedWords.js index 1d381882c096b..b60347f6bba04 100644 --- a/tests/baselines/reference/typeQueryWithReservedWords.js +++ b/tests/baselines/reference/typeQueryWithReservedWords.js @@ -19,12 +19,12 @@ interface IScope { var Controller = /** @class */ (function () { function Controller() { } - var proto_1 = Controller.prototype; - proto_1.create = function () { + var Controller_prototype = Controller.prototype; + Controller_prototype.create = function () { }; - proto_1["delete"] = function () { + Controller_prototype["delete"] = function () { }; - proto_1["var"] = function () { + Controller_prototype["var"] = function () { }; return Controller; }()); diff --git a/tests/baselines/reference/typeRelationships.js b/tests/baselines/reference/typeRelationships.js index 32c35aba5b90e..8aa80970f3954 100644 --- a/tests/baselines/reference/typeRelationships.js +++ b/tests/baselines/reference/typeRelationships.js @@ -59,21 +59,21 @@ var C = /** @class */ (function () { this.self = this; this.c = new C(); } - var proto_1 = C.prototype; - proto_1.foo = function () { + var C_prototype = C.prototype; + C_prototype.foo = function () { return this; }; - proto_1.f1 = function () { + C_prototype.f1 = function () { this.c = this.self; this.self = this.c; // Error }; - proto_1.f2 = function () { + C_prototype.f2 = function () { var a; var a = [this, this.c]; // C[] since this is subtype of C var b; var b = [this, this.self, null, undefined]; }; - proto_1.f3 = function (b) { + C_prototype.f3 = function (b) { return b ? this.c : this.self; // Should be C }; return C; diff --git a/tests/baselines/reference/unspecializedConstraints.js b/tests/baselines/reference/unspecializedConstraints.js index d137491240892..072993645a9a8 100644 --- a/tests/baselines/reference/unspecializedConstraints.js +++ b/tests/baselines/reference/unspecializedConstraints.js @@ -179,8 +179,8 @@ var ts; function Type() { return _super !== null && _super.apply(this, arguments) || this; } - var proto_1 = Type.prototype; - proto_1.equals = function (that) { + var Type_prototype = Type.prototype; + Type_prototype.equals = function (that) { if (this === that) return true; if (!(this.isObjectType() && that.isObjectType())) @@ -205,37 +205,37 @@ var ts; } return true; }; - proto_1.getProperties = function () { + Type_prototype.getProperties = function () { return []; }; - proto_1.getProperty = function (index) { + Type_prototype.getProperty = function (index) { return undefined; }; - proto_1.getPropertyByName = function (name) { + Type_prototype.getPropertyByName = function (name) { return undefined; }; - proto_1.getPropertyCount = function () { + Type_prototype.getPropertyCount = function () { return 0; }; - proto_1.getSignature = function (index) { + Type_prototype.getSignature = function (index) { return undefined; }; - proto_1.getSignatureCount = function () { + Type_prototype.getSignatureCount = function () { return 0; }; - proto_1.getSignatures = function () { + Type_prototype.getSignatures = function () { return []; }; - proto_1.isPrimitive = function () { + Type_prototype.isPrimitive = function () { return false; }; - proto_1.isObjectType = function () { + Type_prototype.isObjectType = function () { return false; }; - proto_1.isTypeParameter = function () { + Type_prototype.isTypeParameter = function () { return false; }; - proto_1.isSubTypeOf = function (type) { + Type_prototype.isSubTypeOf = function (type) { }; return Type; }(Symbol)); @@ -269,14 +269,14 @@ var ts; _this.returnType = returnType; return _this; } - var proto_2 = Signature.prototype; - proto_2.equalsNoReturn = function (other) { + var Signature_prototype = Signature.prototype; + Signature_prototype.equalsNoReturn = function (other) { return this.parameters.length === other.parameters.length && this.typeParameters.length === other.typeParameters.length && arrayEquals(this.parameters, other.parameters) && arrayEquals(this.typeParameters, other.typeParameters); }; - proto_2.equals = function (other) { + Signature_prototype.equals = function (other) { return this.equalsNoReturn(other) && this.returnType.equals(other.returnType); }; diff --git a/tests/baselines/reference/unusedIdentifiersConsolidated1.js b/tests/baselines/reference/unusedIdentifiersConsolidated1.js index 22b683fb6fa85..e38f45cfbdb29 100644 --- a/tests/baselines/reference/unusedIdentifiersConsolidated1.js +++ b/tests/baselines/reference/unusedIdentifiersConsolidated1.js @@ -123,14 +123,14 @@ var Dummy = /** @class */ (function () { var unused2 = 22; this.greeting = "Dummy Message"; } - var proto_1 = Dummy.prototype; - proto_1.greeter = function (person) { + var Dummy_prototype = Dummy.prototype; + Dummy_prototype.greeter = function (person) { var unused = 20; this.usedPrivateFunction(); }; - proto_1.usedPrivateFunction = function () { + Dummy_prototype.usedPrivateFunction = function () { }; - proto_1.unUsedPrivateFunction = function () { + Dummy_prototype.unUsedPrivateFunction = function () { }; return Dummy; }()); @@ -143,11 +143,11 @@ var Validation; var LettersOnlyValidator = /** @class */ (function () { function LettersOnlyValidator() { } - var proto_2 = LettersOnlyValidator.prototype; - proto_2.isAcceptable = function (s2) { + var LettersOnlyValidator_prototype = LettersOnlyValidator.prototype; + LettersOnlyValidator_prototype.isAcceptable = function (s2) { return lettersRegexp.test(s2); }; - proto_2.unUsedPrivateFunction = function () { + LettersOnlyValidator_prototype.unUsedPrivateFunction = function () { }; return LettersOnlyValidator; }()); diff --git a/tests/baselines/reference/unusedLocalsAndParameters.js b/tests/baselines/reference/unusedLocalsAndParameters.js index 8f422d95aa373..8309cf22afbe3 100644 --- a/tests/baselines/reference/unusedLocalsAndParameters.js +++ b/tests/baselines/reference/unusedLocalsAndParameters.js @@ -103,11 +103,11 @@ var farrow = function (a) { var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; + var C_prototype = C.prototype; // Method declaration paramter - proto_1.method = function (a) { + C_prototype.method = function (a) { }; - Object.defineProperty(proto_1, "x", { + Object.defineProperty(C_prototype, "x", { // Accessor declaration paramter set: function (v) { }, @@ -119,11 +119,11 @@ var C = /** @class */ (function () { var E = /** @class */ (function () { function class_1() { } - var proto_2 = class_1.prototype; + var proto = class_1.prototype; // Method declaration paramter - proto_2.method = function (a) { + proto.method = function (a) { }; - Object.defineProperty(proto_2, "x", { + Object.defineProperty(proto, "x", { // Accessor declaration paramter set: function (v) { }, diff --git a/tests/baselines/reference/unusedLocalsAndParametersDeferred.js b/tests/baselines/reference/unusedLocalsAndParametersDeferred.js index 91c3a30e7d5aa..a4567e9a1ac07 100644 --- a/tests/baselines/reference/unusedLocalsAndParametersDeferred.js +++ b/tests/baselines/reference/unusedLocalsAndParametersDeferred.js @@ -194,14 +194,14 @@ var C = /** @class */ (function () { prop1; }); } - var proto_1 = C.prototype; + var C_prototype = C.prototype; // Method declaration paramter - proto_1.method = function (a) { + C_prototype.method = function (a) { defered(function () { a; }); }; - Object.defineProperty(proto_1, "x", { + Object.defineProperty(C_prototype, "x", { // Accessor declaration paramter set: function (v) { defered(function () { @@ -222,14 +222,14 @@ var E = /** @class */ (function () { prop2; }); } - var proto_2 = class_1.prototype; + var proto = class_1.prototype; // Method declaration paramter - proto_2.method = function (a) { + proto.method = function (a) { defered(function () { a; }); }; - Object.defineProperty(proto_2, "x", { + Object.defineProperty(proto, "x", { // Accessor declaration paramter set: function (v) { defered(function () { diff --git a/tests/baselines/reference/unusedParametersThis.js b/tests/baselines/reference/unusedParametersThis.js index ddf34f387b242..76d964faac472 100644 --- a/tests/baselines/reference/unusedParametersThis.js +++ b/tests/baselines/reference/unusedParametersThis.js @@ -37,19 +37,19 @@ var f2 = function f2(this: A): number { var A = /** @class */ (function () { function A() { } - var proto_1 = A.prototype; - proto_1.method = function () { + var A_prototype = A.prototype; + A_prototype.method = function () { return this.a; }; - proto_1.method2 = function () { + A_prototype.method2 = function () { return this.a; }; - proto_1.method3 = function () { + A_prototype.method3 = function () { var _this = this; var fn = function () { return _this.a; }; return fn(); }; - proto_1.method4 = function () { + A_prototype.method4 = function () { var _this = this; var fn = function () { return _this.a; }; return fn(); diff --git a/tests/baselines/reference/unusedPrivateMembers.js b/tests/baselines/reference/unusedPrivateMembers.js index 46ee13040d086..742d46ae6ff53 100644 --- a/tests/baselines/reference/unusedPrivateMembers.js +++ b/tests/baselines/reference/unusedPrivateMembers.js @@ -68,10 +68,10 @@ class Test6 { var Test1 = /** @class */ (function () { function Test1() { } - var proto_1 = Test1.prototype; - proto_1.initializeInternal = function () { + var Test1_prototype = Test1.prototype; + Test1_prototype.initializeInternal = function () { }; - proto_1.test = function () { + Test1_prototype.test = function () { var x = new Test1(); x.initializeInternal(); }; @@ -90,15 +90,15 @@ var Test2 = /** @class */ (function () { var Test3 = /** @class */ (function () { function Test3() { } - var proto_2 = Test3.prototype; - Object.defineProperty(proto_2, "x", { + var Test3_prototype = Test3.prototype; + Object.defineProperty(Test3_prototype, "x", { get: function () { return 0; }, enumerable: false, configurable: true }); - proto_2.test = function () { + Test3_prototype.test = function () { var x = new Test3(); x.x; }; @@ -107,15 +107,15 @@ var Test3 = /** @class */ (function () { var Test4 = /** @class */ (function () { function Test4() { } - var proto_3 = Test4.prototype; - Object.defineProperty(proto_3, "x", { + var Test4_prototype = Test4.prototype; + Object.defineProperty(Test4_prototype, "x", { set: function (v) { v; }, enumerable: false, configurable: true }); - proto_3.test = function () { + Test4_prototype.test = function () { var x = new Test4(); x.x; }; @@ -134,8 +134,8 @@ var Test6 = /** @class */ (function () { function Test6() { this.b = 0; } - var proto_4 = Test6.prototype; - Object.defineProperty(proto_4, "a", { + var Test6_prototype = Test6.prototype; + Object.defineProperty(Test6_prototype, "a", { get: function () { return 0; }, @@ -145,7 +145,7 @@ var Test6 = /** @class */ (function () { enumerable: false, configurable: true }); - proto_4.test = function () { + Test6_prototype.test = function () { var x = new Test6(); x.a++; x.b++; diff --git a/tests/baselines/reference/unusedPrivateMethodInClass2.js b/tests/baselines/reference/unusedPrivateMethodInClass2.js index d1b71fc390b3e..3a264c18857ac 100644 --- a/tests/baselines/reference/unusedPrivateMethodInClass2.js +++ b/tests/baselines/reference/unusedPrivateMethodInClass2.js @@ -15,12 +15,12 @@ class greeter { var greeter = /** @class */ (function () { function greeter() { } - var proto_1 = greeter.prototype; - proto_1.function1 = function () { + var greeter_prototype = greeter.prototype; + greeter_prototype.function1 = function () { var y = 10; y++; }; - proto_1.function2 = function () { + greeter_prototype.function2 = function () { var y = 10; y++; }; diff --git a/tests/baselines/reference/unusedPrivateMethodInClass3.js b/tests/baselines/reference/unusedPrivateMethodInClass3.js index 0ee0135c5b921..5e164b83e4cb1 100644 --- a/tests/baselines/reference/unusedPrivateMethodInClass3.js +++ b/tests/baselines/reference/unusedPrivateMethodInClass3.js @@ -20,16 +20,16 @@ class greeter { var greeter = /** @class */ (function () { function greeter() { } - var proto_1 = greeter.prototype; - proto_1.function1 = function () { + var greeter_prototype = greeter.prototype; + greeter_prototype.function1 = function () { var y = 10; y++; }; - proto_1.function2 = function () { + greeter_prototype.function2 = function () { var y = 10; y++; }; - proto_1.function3 = function () { + greeter_prototype.function3 = function () { var y = 10; y++; }; diff --git a/tests/baselines/reference/unusedPrivateMethodInClass4.js b/tests/baselines/reference/unusedPrivateMethodInClass4.js index a98231a86ca4a..3c4f77fcc83fe 100644 --- a/tests/baselines/reference/unusedPrivateMethodInClass4.js +++ b/tests/baselines/reference/unusedPrivateMethodInClass4.js @@ -21,16 +21,16 @@ class greeter { var greeter = /** @class */ (function () { function greeter() { } - var proto_1 = greeter.prototype; - proto_1.function1 = function () { + var greeter_prototype = greeter.prototype; + greeter_prototype.function1 = function () { var y = 10; y++; }; - proto_1.function2 = function () { + greeter_prototype.function2 = function () { var y = 10; y++; }; - proto_1.function3 = function () { + greeter_prototype.function3 = function () { var y = 10; y++; this.function2(); diff --git a/tests/baselines/reference/unusedSetterInClass2.js b/tests/baselines/reference/unusedSetterInClass2.js index 9c358d4e3f44d..8f3e583288b52 100644 --- a/tests/baselines/reference/unusedSetterInClass2.js +++ b/tests/baselines/reference/unusedSetterInClass2.js @@ -13,13 +13,13 @@ class Employee { var Employee = /** @class */ (function () { function Employee() { } - var proto_1 = Employee.prototype; - Object.defineProperty(proto_1, "p", { + var Employee_prototype = Employee.prototype; + Object.defineProperty(Employee_prototype, "p", { set: function (_) { }, enumerable: false, configurable: true }); - proto_1.m = function () { + Employee_prototype.m = function () { this.p = 0; }; return Employee; diff --git a/tests/baselines/reference/vararg.js b/tests/baselines/reference/vararg.js index 4c6902a4ff27c..06f595a66f1e2 100644 --- a/tests/baselines/reference/vararg.js +++ b/tests/baselines/reference/vararg.js @@ -44,8 +44,8 @@ var M; var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1.f = function (x) { + var C_prototype = C.prototype; + C_prototype.f = function (x) { var rest = []; for (var _i = 1; _i < arguments.length; _i++) { rest[_i - 1] = arguments[_i]; @@ -57,13 +57,13 @@ var M; result += (x + ": " + sum); return result; }; - proto_1.fnope = function (x) { + C_prototype.fnope = function (x) { var rest = []; for (var _i = 1; _i < arguments.length; _i++) { rest[_i - 1] = arguments[_i]; } }; - proto_1.fonly = function () { + C_prototype.fonly = function () { var rest = []; for (var _i = 0; _i < arguments.length; _i++) { rest[_i] = arguments[_i]; diff --git a/tests/baselines/reference/variance.js b/tests/baselines/reference/variance.js index 02733d0a79a3c..8749d8ed13ac3 100644 --- a/tests/baselines/reference/variance.js +++ b/tests/baselines/reference/variance.js @@ -37,9 +37,9 @@ var z = x; var Bar = /** @class */ (function () { function Bar() { } - var proto_1 = Bar.prototype; - proto_1.cast = function (_name) { }; - proto_1.pushThis = function () { + var Bar_prototype = Bar.prototype; + Bar_prototype.cast = function (_name) { }; + Bar_prototype.pushThis = function () { Bar.instance.push(this); }; return Bar; diff --git a/tests/baselines/reference/varianceProblingAndZeroOrderIndexSignatureRelationsAlign.js b/tests/baselines/reference/varianceProblingAndZeroOrderIndexSignatureRelationsAlign.js index 109b5123af7b0..1430b3306a8f5 100644 --- a/tests/baselines/reference/varianceProblingAndZeroOrderIndexSignatureRelationsAlign.js +++ b/tests/baselines/reference/varianceProblingAndZeroOrderIndexSignatureRelationsAlign.js @@ -88,12 +88,12 @@ var Left = /** @class */ (function () { this.value = value; this._tag = 'Left'; } - var proto_1 = Left.prototype; + var Left_prototype = Left.prototype; /** The given function is applied if this is a `Right` */ - proto_1.map = function (f) { + Left_prototype.map = function (f) { return this; }; - proto_1.ap = function (fab) { + Left_prototype.ap = function (fab) { return null; }; return Left; @@ -103,11 +103,11 @@ var Right = /** @class */ (function () { this.value = value; this._tag = 'Right'; } - var proto_2 = Right.prototype; - proto_2.map = function (f) { + var Right_prototype = Right.prototype; + Right_prototype.map = function (f) { return new Right(f(this.value)); }; - proto_2.ap = function (fab) { + Right_prototype.ap = function (fab) { return null; }; return Right; diff --git a/tests/baselines/reference/varianceProblingAndZeroOrderIndexSignatureRelationsAlign2.js b/tests/baselines/reference/varianceProblingAndZeroOrderIndexSignatureRelationsAlign2.js index 799742885946f..ca1c2b04e32b3 100644 --- a/tests/baselines/reference/varianceProblingAndZeroOrderIndexSignatureRelationsAlign2.js +++ b/tests/baselines/reference/varianceProblingAndZeroOrderIndexSignatureRelationsAlign2.js @@ -88,12 +88,12 @@ var Left = /** @class */ (function () { this.value = value; this._tag = 'Left'; } - var proto_1 = Left.prototype; + var Left_prototype = Left.prototype; /** The given function is applied if this is a `Right` */ - proto_1.map = function (f) { + Left_prototype.map = function (f) { return this; }; - proto_1.ap = function (fab) { + Left_prototype.ap = function (fab) { return null; }; return Left; @@ -103,11 +103,11 @@ var Right = /** @class */ (function () { this.value = value; this._tag = 'Right'; } - var proto_2 = Right.prototype; - proto_2.map = function (f) { + var Right_prototype = Right.prototype; + Right_prototype.map = function (f) { return new Right(f(this.value)); }; - proto_2.ap = function (fab) { + Right_prototype.ap = function (fab) { return null; }; return Right; diff --git a/tests/baselines/reference/witness.js b/tests/baselines/reference/witness.js index 43169482ef36c..74e25c2921d6c 100644 --- a/tests/baselines/reference/witness.js +++ b/tests/baselines/reference/witness.js @@ -216,14 +216,14 @@ var t = fnArg2(); // t: should be 'any', but is 'string' var C = /** @class */ (function () { function C() { } - var proto_1 = C.prototype; - proto_1.fn1 = function () { + var C_prototype = C.prototype; + C_prototype.fn1 = function () { return new (this.fn1())(); }; - proto_1.fn2 = function () { + C_prototype.fn2 = function () { return new (this.fn2()); }; - proto_1.fn3 = function () { + C_prototype.fn3 = function () { var a; return new a(this.fn3); }; From b08bfc2e7fd0947fb439d68b007b237b380c53f8 Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Tue, 1 Dec 2020 21:47:17 -0500 Subject: [PATCH 9/9] A few test stragglers that don't autofix --- .../server/declarationMapsEnableMapping_NoInline.ts | 8 ++++---- .../declarationMapsEnableMapping_NoInlineSources.ts | 8 ++++---- .../server/declarationMapsGeneratedMapsEnableMapping.ts | 6 +++--- .../server/declarationMapsGeneratedMapsEnableMapping2.ts | 8 ++++---- .../server/declarationMapsGeneratedMapsEnableMapping3.ts | 6 +++--- 5 files changed, 18 insertions(+), 18 deletions(-) diff --git a/tests/cases/fourslash/server/declarationMapsEnableMapping_NoInline.ts b/tests/cases/fourslash/server/declarationMapsEnableMapping_NoInline.ts index 360ae5da9baac..d76f2f46ef116 100644 --- a/tests/cases/fourslash/server/declarationMapsEnableMapping_NoInline.ts +++ b/tests/cases/fourslash/server/declarationMapsEnableMapping_NoInline.ts @@ -41,9 +41,9 @@ ////var Foo = /** @class */ (function () { //// function Foo() { //// } -//// var proto_1 = Foo.prototype; -//// proto_1.methodName = function (propName) { return propName; }; -//// proto_1.otherMethod = function () { +//// var Foo_prototype = Foo.prototype; +//// Foo_prototype.methodName = function (propName) { return propName; }; +//// Foo_prototype.otherMethod = function () { //// if (Math.random() > 0.5) { //// return { x: 42 }; //// } @@ -52,7 +52,7 @@ //// return Foo; ////}()); ////exports.Foo = Foo; -//////# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFBQTtJQUFBO0lBU0EsQ0FBQzs7SUFQRyxrQkFBVSxHQUFWLFVBQVcsUUFBa0IsSUFBYyxPQUFPLFFBQVEsQ0FBQyxDQUFDLENBQUM7SUFDN0QsbUJBQVcsR0FBWDtRQUNJLElBQUksSUFBSSxDQUFDLE1BQU0sRUFBRSxHQUFHLEdBQUcsRUFBRTtZQUNyQixPQUFPLEVBQUMsQ0FBQyxFQUFFLEVBQUUsRUFBQyxDQUFDO1NBQ2xCO1FBQ0QsT0FBTyxFQUFDLENBQUMsRUFBRSxLQUFLLEVBQUMsQ0FBQztJQUN0QixDQUFDO0lBQ0wsVUFBQztBQUFELENBQUMsQUFURCxJQVNDO0FBVFksa0JBQUcifQ== +//////# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFBQTtJQUFBO0lBU0EsQ0FBQzs7SUFQRyx3QkFBVSxHQUFWLFVBQVcsUUFBa0IsSUFBYyxPQUFPLFFBQVEsQ0FBQyxDQUFDLENBQUM7SUFDN0QseUJBQVcsR0FBWDtRQUNJLElBQUksSUFBSSxDQUFDLE1BQU0sRUFBRSxHQUFHLEdBQUcsRUFBRTtZQUNyQixPQUFPLEVBQUMsQ0FBQyxFQUFFLEVBQUUsRUFBQyxDQUFDO1NBQ2xCO1FBQ0QsT0FBTyxFQUFDLENBQUMsRUFBRSxLQUFLLEVBQUMsQ0FBQztJQUN0QixDQUFDO0lBQ0wsVUFBQztBQUFELENBQUMsQUFURCxJQVNDO0FBVFksa0JBQUcifQ== // @Filename: /dist/index.d.ts.map ////{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,qBAAa,GAAG;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,QAAQ,EAAE,QAAQ,GAAG,QAAQ;IACxC,WAAW;;;;;;;CAMd;AAED,MAAM,WAAW,QAAQ;IACrB,MAAM,EAAE,MAAM,CAAC;CAClB"} diff --git a/tests/cases/fourslash/server/declarationMapsEnableMapping_NoInlineSources.ts b/tests/cases/fourslash/server/declarationMapsEnableMapping_NoInlineSources.ts index e375f087ec525..149b87cea5358 100644 --- a/tests/cases/fourslash/server/declarationMapsEnableMapping_NoInlineSources.ts +++ b/tests/cases/fourslash/server/declarationMapsEnableMapping_NoInlineSources.ts @@ -42,9 +42,9 @@ ////var Foo = /** @class */ (function () { //// function Foo() { //// } -//// var proto_1 = Foo.prototype; -//// proto_1.methodName = function (propName) { return propName; }; -//// proto_1.otherMethod = function () { +//// var Foo_prototype = Foo.prototype; +//// Foo_prototype.methodName = function (propName) { return propName; }; +//// Foo_prototype.otherMethod = function () { //// if (Math.random() > 0.5) { //// return { x: 42 }; //// } @@ -53,7 +53,7 @@ //// return Foo; ////}()); ////exports.Foo = Foo; -//////# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFBQTtJQUFBO0lBU0EsQ0FBQzs7SUFQRyxrQkFBVSxHQUFWLFVBQVcsUUFBa0IsSUFBYyxPQUFPLFFBQVEsQ0FBQyxDQUFDLENBQUM7SUFDN0QsbUJBQVcsR0FBWDtRQUNJLElBQUksSUFBSSxDQUFDLE1BQU0sRUFBRSxHQUFHLEdBQUcsRUFBRTtZQUNyQixPQUFPLEVBQUMsQ0FBQyxFQUFFLEVBQUUsRUFBQyxDQUFDO1NBQ2xCO1FBQ0QsT0FBTyxFQUFDLENBQUMsRUFBRSxLQUFLLEVBQUMsQ0FBQztJQUN0QixDQUFDO0lBQ0wsVUFBQztBQUFELENBQUMsQUFURCxJQVNDO0FBVFksa0JBQUciLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgY2xhc3MgRm9vIHtcbiAgICBtZW1iZXI6IHN0cmluZztcbiAgICBtZXRob2ROYW1lKHByb3BOYW1lOiBTb21lVHlwZSk6IFNvbWVUeXBlIHsgcmV0dXJuIHByb3BOYW1lOyB9XG4gICAgb3RoZXJNZXRob2QoKSB7XG4gICAgICAgIGlmIChNYXRoLnJhbmRvbSgpID4gMC41KSB7XG4gICAgICAgICAgICByZXR1cm4ge3g6IDQyfTtcbiAgICAgICAgfVxuICAgICAgICByZXR1cm4ge3k6IFwieWVzXCJ9O1xuICAgIH1cbn1cblxuZXhwb3J0IGludGVyZmFjZSBTb21lVHlwZSB7XG4gICAgbWVtYmVyOiBudW1iZXI7XG59Il19 +//////# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7QUFBQTtJQUFBO0lBU0EsQ0FBQzs7SUFQRyx3QkFBVSxHQUFWLFVBQVcsUUFBa0IsSUFBYyxPQUFPLFFBQVEsQ0FBQyxDQUFDLENBQUM7SUFDN0QseUJBQVcsR0FBWDtRQUNJLElBQUksSUFBSSxDQUFDLE1BQU0sRUFBRSxHQUFHLEdBQUcsRUFBRTtZQUNyQixPQUFPLEVBQUMsQ0FBQyxFQUFFLEVBQUUsRUFBQyxDQUFDO1NBQ2xCO1FBQ0QsT0FBTyxFQUFDLENBQUMsRUFBRSxLQUFLLEVBQUMsQ0FBQztJQUN0QixDQUFDO0lBQ0wsVUFBQztBQUFELENBQUMsQUFURCxJQVNDO0FBVFksa0JBQUciLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgY2xhc3MgRm9vIHtcbiAgICBtZW1iZXI6IHN0cmluZztcbiAgICBtZXRob2ROYW1lKHByb3BOYW1lOiBTb21lVHlwZSk6IFNvbWVUeXBlIHsgcmV0dXJuIHByb3BOYW1lOyB9XG4gICAgb3RoZXJNZXRob2QoKSB7XG4gICAgICAgIGlmIChNYXRoLnJhbmRvbSgpID4gMC41KSB7XG4gICAgICAgICAgICByZXR1cm4ge3g6IDQyfTtcbiAgICAgICAgfVxuICAgICAgICByZXR1cm4ge3k6IFwieWVzXCJ9O1xuICAgIH1cbn1cblxuZXhwb3J0IGludGVyZmFjZSBTb21lVHlwZSB7XG4gICAgbWVtYmVyOiBudW1iZXI7XG59Il19 // @Filename: /dist/index.d.ts.map ////{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,qBAAa,GAAG;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,QAAQ,EAAE,QAAQ,GAAG,QAAQ;IACxC,WAAW;;;;;;;CAMd;AAED,MAAM,WAAW,QAAQ;IACrB,MAAM,EAAE,MAAM,CAAC;CAClB"} diff --git a/tests/cases/fourslash/server/declarationMapsGeneratedMapsEnableMapping.ts b/tests/cases/fourslash/server/declarationMapsGeneratedMapsEnableMapping.ts index c61ccfadf3414..d73f7f15d2f91 100644 --- a/tests/cases/fourslash/server/declarationMapsGeneratedMapsEnableMapping.ts +++ b/tests/cases/fourslash/server/declarationMapsGeneratedMapsEnableMapping.ts @@ -40,9 +40,9 @@ ////var Foo = /** @class */ (function () { //// function Foo() { //// } -//// var proto_1 = Foo.prototype; -//// proto_1.methodName = function (propName) { return propName; }; -//// proto_1.otherMethod = function () { +//// var Foo_prototype = Foo.prototype; +//// Foo_prototype.methodName = function (propName) { return propName; }; +//// Foo_prototype.otherMethod = function () { //// if (Math.random() > 0.5) { //// return { x: 42 }; //// } diff --git a/tests/cases/fourslash/server/declarationMapsGeneratedMapsEnableMapping2.ts b/tests/cases/fourslash/server/declarationMapsGeneratedMapsEnableMapping2.ts index 687874ae58ab3..18024a7e96209 100644 --- a/tests/cases/fourslash/server/declarationMapsGeneratedMapsEnableMapping2.ts +++ b/tests/cases/fourslash/server/declarationMapsGeneratedMapsEnableMapping2.ts @@ -36,7 +36,7 @@ ////instance.[|/*1*/methodName|]({member: 12}); // @Filename: /dist/index.js.map -////{"version":3,"file":"index.js","sourceRoot":"/","sources":["index.ts"],"names":[],"mappings":";;;AAAA;IAAA;IASA,CAAC;;IAPG,kBAAU,GAAV,UAAW,QAAkB,IAAc,OAAO,QAAQ,CAAC,CAAC,CAAC;IAC7D,mBAAW,GAAX;QACI,IAAI,IAAI,CAAC,MAAM,EAAE,GAAG,GAAG,EAAE;YACrB,OAAO,EAAC,CAAC,EAAE,EAAE,EAAC,CAAC;SAClB;QACD,OAAO,EAAC,CAAC,EAAE,KAAK,EAAC,CAAC;IACtB,CAAC;IACL,UAAC;AAAD,CAAC,AATD,IASC;AATY,kBAAG"} +////{"version":3,"file":"index.js","sourceRoot":"/","sources":["index.ts"],"names":[],"mappings":";;;AAAA;IAAA;IASA,CAAC;;IAPG,wBAAU,GAAV,UAAW,QAAkB,IAAc,OAAO,QAAQ,CAAC,CAAC,CAAC;IAC7D,yBAAW,GAAX;QACI,IAAI,IAAI,CAAC,MAAM,EAAE,GAAG,GAAG,EAAE;YACrB,OAAO,EAAC,CAAC,EAAE,EAAE,EAAC,CAAC;SAClB;QACD,OAAO,EAAC,CAAC,EAAE,KAAK,EAAC,CAAC;IACtB,CAAC;IACL,UAAC;AAAD,CAAC,AATD,IASC;AATY,kBAAG"} // @Filename: /dist/index.js ////"use strict"; @@ -45,9 +45,9 @@ ////var Foo = /** @class */ (function () { //// function Foo() { //// } -//// var proto_1 = Foo.prototype; -//// proto_1.methodName = function (propName) { return propName; }; -//// proto_1.otherMethod = function () { +//// var Foo_prototype = Foo.prototype; +//// Foo_prototype.methodName = function (propName) { return propName; }; +//// Foo_prototype.otherMethod = function () { //// if (Math.random() > 0.5) { //// return { x: 42 }; //// } diff --git a/tests/cases/fourslash/server/declarationMapsGeneratedMapsEnableMapping3.ts b/tests/cases/fourslash/server/declarationMapsGeneratedMapsEnableMapping3.ts index a047c072f3526..6f363f7e1a45a 100644 --- a/tests/cases/fourslash/server/declarationMapsGeneratedMapsEnableMapping3.ts +++ b/tests/cases/fourslash/server/declarationMapsGeneratedMapsEnableMapping3.ts @@ -41,9 +41,9 @@ ////var Foo = /** @class */ (function () { //// function Foo() { //// } -//// var proto_1 = Foo.prototype; -//// proto_1.methodName = function (propName) { return propName; }; -//// proto_1.otherMethod = function () { +//// var Foo_prototype = Foo.prototype; +//// Foo_prototype.methodName = function (propName) { return propName; }; +//// Foo_prototype.otherMethod = function () { //// if (Math.random() > 0.5) { //// return { x: 42 }; //// }