History log of /arkcompiler/ets_frontend/ets2panda/ (Results 1 - 1 of 1)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
3af6ab5f24-Oct-2024 openharmony_ci <120357966@qq.com>

!3358 update KFL 1023
Merge pull request !3358 from hanlong/master


.clang-format
AUTHORS
BUILD.gn
CMakeLists.txt
LICENSE.txt
README.md
REVIEWERS
aot/BUILD.gn
aot/CMakeLists.txt
aot/main.cpp
ast_verifier/ASTVerifier.cpp
ast_verifier/ASTVerifier.h
ast_verifier/arithmeticOperationValid.cpp
ast_verifier/arithmeticOperationValid.h
ast_verifier/checkAbstractMethod.cpp
ast_verifier/checkAbstractMethod.h
ast_verifier/checkContext.cpp
ast_verifier/checkContext.h
ast_verifier/checkInfiniteLoop.cpp
ast_verifier/checkInfiniteLoop.h
ast_verifier/checkScopeDeclaration.cpp
ast_verifier/checkScopeDeclaration.h
ast_verifier/everyChildHasValidParent.cpp
ast_verifier/everyChildHasValidParent.h
ast_verifier/everyChildInParentRange.cpp
ast_verifier/everyChildInParentRange.h
ast_verifier/forLoopCorrectlyInitialized.cpp
ast_verifier/forLoopCorrectlyInitialized.h
ast_verifier/getterSetterValidation.cpp
ast_verifier/getterSetterValidation.h
ast_verifier/helpers.cpp
ast_verifier/helpers.h
ast_verifier/identifierHasVariable.cpp
ast_verifier/identifierHasVariable.h
ast_verifier/importExportAccessValid.cpp
ast_verifier/importExportAccessValid.h
ast_verifier/modifierAccessValid.cpp
ast_verifier/modifierAccessValid.h
ast_verifier/nodeHasParent.cpp
ast_verifier/nodeHasParent.h
ast_verifier/nodeHasSourceRange.cpp
ast_verifier/nodeHasSourceRange.h
ast_verifier/nodeHasType.cpp
ast_verifier/nodeHasType.h
ast_verifier/referenceTypeAnnotationIsNull.cpp
ast_verifier/referenceTypeAnnotationIsNull.h
ast_verifier/sequenceExpressionHasLastType.cpp
ast_verifier/sequenceExpressionHasLastType.h
ast_verifier/variableHasEnclosingScope.cpp
ast_verifier/variableHasEnclosingScope.h
ast_verifier/variableHasScope.cpp
ast_verifier/variableHasScope.h
ast_verifier/variableNameIdentifierNameSame.cpp
ast_verifier/variableNameIdentifierNameSame.h
checker/ASchecker.cpp
checker/ASchecker.h
checker/ETSAnalyzer.cpp
checker/ETSAnalyzer.h
checker/ETSAnalyzerHelpers.cpp
checker/ETSAnalyzerHelpers.h
checker/ETSAnalyzerUnreachable.cpp
checker/ETSchecker.cpp
checker/ETSchecker.h
checker/JSchecker.cpp
checker/JSchecker.h
checker/SemanticAnalyzer.h
checker/TSAnalyzer.cpp
checker/TSAnalyzer.h
checker/TSAnalyzerUnreachable.cpp
checker/TSchecker.cpp
checker/TSchecker.h
checker/checker.cpp
checker/checker.h
checker/checkerContext.cpp
checker/checkerContext.h
checker/ets/aliveAnalyzer.cpp
checker/ets/aliveAnalyzer.h
checker/ets/arithmetic.cpp
checker/ets/arithmetic.h
checker/ets/assignAnalyzer.cpp
checker/ets/assignAnalyzer.h
checker/ets/baseAnalyzer.cpp
checker/ets/baseAnalyzer.h
checker/ets/boxingConverter.cpp
checker/ets/boxingConverter.h
checker/ets/castingContext.cpp
checker/ets/castingContext.h
checker/ets/conversion.cpp
checker/ets/conversion.h
checker/ets/dynamic.cpp
checker/ets/dynamic/dynamicCall.cpp
checker/ets/dynamic/dynamicCall.h
checker/ets/etsWarningAnalyzer.cpp
checker/ets/etsWarningAnalyzer.h
checker/ets/function.cpp
checker/ets/function_helpers.h
checker/ets/helpers.cpp
checker/ets/narrowingConverter.cpp
checker/ets/narrowingConverter.h
checker/ets/narrowingWideningConverter.cpp
checker/ets/narrowingWideningConverter.h
checker/ets/object.cpp
checker/ets/primitiveWrappers.cpp
checker/ets/primitiveWrappers.h
checker/ets/typeCheckingHelpers.cpp
checker/ets/typeConverter.cpp
checker/ets/typeConverter.h
checker/ets/typeCreation.cpp
checker/ets/typeRelationContext.cpp
checker/ets/typeRelationContext.h
checker/ets/unboxingConverter.cpp
checker/ets/unboxingConverter.h
checker/ets/utilityTypeHandlers.cpp
checker/ets/validateHelpers.cpp
checker/ets/wideningConverter.cpp
checker/ets/wideningConverter.h
checker/resolveResult.h
checker/ts/binaryLikeExpression.cpp
checker/ts/destructuringContext.cpp
checker/ts/destructuringContext.h
checker/ts/function.cpp
checker/ts/helpers.cpp
checker/ts/object.cpp
checker/ts/typeCreation.cpp
checker/ts/typeElaborationContext.cpp
checker/ts/typeElaborationContext.h
checker/ts/util.cpp
checker/typeChecker/TypeChecker.cpp
checker/typeChecker/TypeChecker.h
checker/types/ets/byteType.cpp
checker/types/ets/byteType.h
checker/types/ets/charType.cpp
checker/types/ets/charType.h
checker/types/ets/doubleType.cpp
checker/types/ets/doubleType.h
checker/types/ets/etsArrayType.cpp
checker/types/ets/etsArrayType.h
checker/types/ets/etsAsyncFuncReturnType.cpp
checker/types/ets/etsAsyncFuncReturnType.h
checker/types/ets/etsBigIntType.cpp
checker/types/ets/etsBigIntType.h
checker/types/ets/etsBooleanType.cpp
checker/types/ets/etsBooleanType.h
checker/types/ets/etsDynamicFunctionType.h
checker/types/ets/etsDynamicType.cpp
checker/types/ets/etsDynamicType.h
checker/types/ets/etsEnumType.cpp
checker/types/ets/etsEnumType.h
checker/types/ets/etsExtensionFuncHelperType.cpp
checker/types/ets/etsExtensionFuncHelperType.h
checker/types/ets/etsFunctionType.cpp
checker/types/ets/etsFunctionType.h
checker/types/ets/etsNonNullishType.cpp
checker/types/ets/etsNonNullishType.h
checker/types/ets/etsNullishTypes.cpp
checker/types/ets/etsNullishTypes.h
checker/types/ets/etsObjectType.cpp
checker/types/ets/etsObjectType.h
checker/types/ets/etsObjectTypeConstants.h
checker/types/ets/etsReadonlyType.cpp
checker/types/ets/etsReadonlyType.h
checker/types/ets/etsStringType.cpp
checker/types/ets/etsStringType.h
checker/types/ets/etsTupleType.cpp
checker/types/ets/etsTupleType.h
checker/types/ets/etsTypeParameter.cpp
checker/types/ets/etsTypeParameter.h
checker/types/ets/etsUnionType.cpp
checker/types/ets/etsUnionType.h
checker/types/ets/etsVoidType.cpp
checker/types/ets/etsVoidType.h
checker/types/ets/floatType.cpp
checker/types/ets/floatType.h
checker/types/ets/intType.cpp
checker/types/ets/intType.h
checker/types/ets/longType.cpp
checker/types/ets/longType.h
checker/types/ets/shortType.cpp
checker/types/ets/shortType.h
checker/types/ets/types.h
checker/types/ets/wildcardType.cpp
checker/types/ets/wildcardType.h
checker/types/globalTypesHolder.cpp
checker/types/globalTypesHolder.h
checker/types/signature.cpp
checker/types/signature.h
checker/types/ts/anyType.cpp
checker/types/ts/anyType.h
checker/types/ts/arrayType.cpp
checker/types/ts/arrayType.h
checker/types/ts/bigintLiteralType.cpp
checker/types/ts/bigintLiteralType.h
checker/types/ts/bigintType.cpp
checker/types/ts/bigintType.h
checker/types/ts/booleanLiteralType.cpp
checker/types/ts/booleanLiteralType.h
checker/types/ts/booleanType.cpp
checker/types/ts/booleanType.h
checker/types/ts/constructorType.cpp
checker/types/ts/constructorType.h
checker/types/ts/elementFlags.h
checker/types/ts/enumLiteralType.cpp
checker/types/ts/enumLiteralType.h
checker/types/ts/enumType.cpp
checker/types/ts/enumType.h
checker/types/ts/functionType.cpp
checker/types/ts/functionType.h
checker/types/ts/indexInfo.cpp
checker/types/ts/indexInfo.h
checker/types/ts/interfaceType.cpp
checker/types/ts/interfaceType.h
checker/types/ts/neverType.cpp
checker/types/ts/neverType.h
checker/types/ts/nonPrimitiveType.cpp
checker/types/ts/nonPrimitiveType.h
checker/types/ts/nullType.cpp
checker/types/ts/nullType.h
checker/types/ts/numberLiteralType.cpp
checker/types/ts/numberLiteralType.h
checker/types/ts/numberType.cpp
checker/types/ts/numberType.h
checker/types/ts/objectDescriptor.cpp
checker/types/ts/objectDescriptor.h
checker/types/ts/objectLiteralType.cpp
checker/types/ts/objectLiteralType.h
checker/types/ts/objectType.cpp
checker/types/ts/objectType.h
checker/types/ts/stringLiteralType.cpp
checker/types/ts/stringLiteralType.h
checker/types/ts/stringType.cpp
checker/types/ts/stringType.h
checker/types/ts/tupleType.cpp
checker/types/ts/tupleType.h
checker/types/ts/typeParameter.cpp
checker/types/ts/typeParameter.h
checker/types/ts/typeReference.cpp
checker/types/ts/typeReference.h
checker/types/ts/types.h
checker/types/ts/undefinedType.cpp
checker/types/ts/undefinedType.h
checker/types/ts/unionType.cpp
checker/types/ts/unionType.h
checker/types/ts/unknownType.cpp
checker/types/ts/unknownType.h
checker/types/ts/voidType.cpp
checker/types/ts/voidType.h
checker/types/type.cpp
checker/types/type.h
checker/types/typeError.h
checker/types/typeFacts.h
checker/types/typeFlag.h
checker/types/typeMapping.h
checker/types/typeRelation.cpp
checker/types/typeRelation.h
cmake/coverage.cmake
compiler/base/catchTable.cpp
compiler/base/catchTable.h
compiler/base/condition.cpp
compiler/base/condition.h
compiler/base/destructuring.cpp
compiler/base/destructuring.h
compiler/base/hoisting.cpp
compiler/base/hoisting.h
compiler/base/iterators.cpp
compiler/base/iterators.h
compiler/base/lexenv.cpp
compiler/base/lexenv.h
compiler/base/literals.cpp
compiler/base/literals.h
compiler/base/lreference.cpp
compiler/base/lreference.h
compiler/base/optionalChain.cpp
compiler/base/optionalChain.h
compiler/core/ASTCompiler.h
compiler/core/ETSCompiler.cpp
compiler/core/ETSCompiler.h
compiler/core/ETSCompilerUnrechable.cpp
compiler/core/ETSGen.cpp
compiler/core/ETSGen.h
compiler/core/ETSemitter.cpp
compiler/core/ETSemitter.h
compiler/core/ETSfunction.cpp
compiler/core/ETSfunction.h
compiler/core/JSCompiler.cpp
compiler/core/JSCompiler.h
compiler/core/JSCompilerUnreachable.cpp
compiler/core/JSemitter.cpp
compiler/core/JSemitter.h
compiler/core/codeGen.cpp
compiler/core/codeGen.h
compiler/core/compileJob.cpp
compiler/core/compileJob.h
compiler/core/compileQueue.cpp
compiler/core/compileQueue.h
compiler/core/compilerImpl.cpp
compiler/core/compilerImpl.h
compiler/core/dynamicContext.cpp
compiler/core/dynamicContext.h
compiler/core/emitter.cpp
compiler/core/emitter.h
compiler/core/envScope.cpp
compiler/core/envScope.h
compiler/core/function.cpp
compiler/core/function.h
compiler/core/labelPair.h
compiler/core/labelTarget.cpp
compiler/core/labelTarget.h
compiler/core/moduleContext.cpp
compiler/core/moduleContext.h
compiler/core/pandagen.cpp
compiler/core/pandagen.h
compiler/core/programElement.cpp
compiler/core/programElement.h
compiler/core/regAllocator.cpp
compiler/core/regAllocator.h
compiler/core/regScope.cpp
compiler/core/regScope.h
compiler/core/regSpiller.cpp
compiler/core/regSpiller.h
compiler/core/switchBuilder.cpp
compiler/core/switchBuilder.h
compiler/core/targetTypeContext.cpp
compiler/core/targetTypeContext.h
compiler/core/vReg.cpp
compiler/core/vReg.h
compiler/debugger/debuginfoDumper.cpp
compiler/debugger/debuginfoDumper.h
compiler/function/asyncFunctionBuilder.cpp
compiler/function/asyncFunctionBuilder.h
compiler/function/asyncGeneratorFunctionBuilder.cpp
compiler/function/asyncGeneratorFunctionBuilder.h
compiler/function/functionBuilder.cpp
compiler/function/functionBuilder.h
compiler/function/generatorFunctionBuilder.cpp
compiler/function/generatorFunctionBuilder.h
compiler/lowering/checkerPhase.cpp
compiler/lowering/checkerPhase.h
compiler/lowering/ets/ambientLowering.cpp
compiler/lowering/ets/ambientLowering.h
compiler/lowering/ets/bigintLowering.cpp
compiler/lowering/ets/bigintLowering.h
compiler/lowering/ets/boxingForLocals.cpp
compiler/lowering/ets/boxingForLocals.h
compiler/lowering/ets/capturedVariables.cpp
compiler/lowering/ets/capturedVariables.h
compiler/lowering/ets/constStringToCharLowering.cpp
compiler/lowering/ets/constStringToCharLowering.h
compiler/lowering/ets/defaultParameterLowering.cpp
compiler/lowering/ets/defaultParameterLowering.h
compiler/lowering/ets/enumLowering.cpp
compiler/lowering/ets/enumLowering.h
compiler/lowering/ets/enumPostCheckLowering.cpp
compiler/lowering/ets/enumPostCheckLowering.h
compiler/lowering/ets/expandBrackets.cpp
compiler/lowering/ets/expandBrackets.h
compiler/lowering/ets/expressionLambdaLowering.cpp
compiler/lowering/ets/expressionLambdaLowering.h
compiler/lowering/ets/genericBridgesLowering.cpp
compiler/lowering/ets/genericBridgesLowering.h
compiler/lowering/ets/interfaceObjectLiteralLowering.cpp
compiler/lowering/ets/interfaceObjectLiteralLowering.h
compiler/lowering/ets/interfacePropertyDeclarations.cpp
compiler/lowering/ets/interfacePropertyDeclarations.h
compiler/lowering/ets/lambdaLowering.cpp
compiler/lowering/ets/lambdaLowering.h
compiler/lowering/ets/localClassLowering.cpp
compiler/lowering/ets/localClassLowering.h
compiler/lowering/ets/objectIndexAccess.cpp
compiler/lowering/ets/objectIndexAccess.h
compiler/lowering/ets/objectIterator.cpp
compiler/lowering/ets/objectIterator.h
compiler/lowering/ets/objectLiteralLowering.cpp
compiler/lowering/ets/objectLiteralLowering.h
compiler/lowering/ets/opAssignment.cpp
compiler/lowering/ets/opAssignment.h
compiler/lowering/ets/optionalLowering.cpp
compiler/lowering/ets/optionalLowering.h
compiler/lowering/ets/packageImplicitImport.cpp
compiler/lowering/ets/packageImplicitImport.h
compiler/lowering/ets/partialExportClassGen.cpp
compiler/lowering/ets/partialExportClassGen.h
compiler/lowering/ets/promiseVoid.cpp
compiler/lowering/ets/promiseVoid.h
compiler/lowering/ets/recordLowering.cpp
compiler/lowering/ets/recordLowering.h
compiler/lowering/ets/spreadLowering.cpp
compiler/lowering/ets/spreadLowering.h
compiler/lowering/ets/stringComparison.cpp
compiler/lowering/ets/stringComparison.h
compiler/lowering/ets/stringConstructorLowering.cpp
compiler/lowering/ets/stringConstructorLowering.h
compiler/lowering/ets/structLowering.cpp
compiler/lowering/ets/structLowering.h
compiler/lowering/ets/topLevelStmts/globalClassHandler.cpp
compiler/lowering/ets/topLevelStmts/globalClassHandler.h
compiler/lowering/ets/topLevelStmts/globalDeclTransformer.cpp
compiler/lowering/ets/topLevelStmts/globalDeclTransformer.h
compiler/lowering/ets/topLevelStmts/importExportDecls.cpp
compiler/lowering/ets/topLevelStmts/importExportDecls.h
compiler/lowering/ets/topLevelStmts/topLevelStmts.cpp
compiler/lowering/ets/topLevelStmts/topLevelStmts.h
compiler/lowering/ets/tupleLowering.cpp
compiler/lowering/ets/tupleLowering.h
compiler/lowering/ets/unionLowering.cpp
compiler/lowering/ets/unionLowering.h
compiler/lowering/phase.cpp
compiler/lowering/phase.h
compiler/lowering/plugin_phase.cpp
compiler/lowering/plugin_phase.h
compiler/lowering/resolveIdentifiers.cpp
compiler/lowering/resolveIdentifiers.h
compiler/lowering/scopesInit/savedBindingsCtx.cpp
compiler/lowering/scopesInit/savedBindingsCtx.h
compiler/lowering/scopesInit/scopesInitPhase.cpp
compiler/lowering/scopesInit/scopesInitPhase.h
compiler/lowering/util.cpp
compiler/lowering/util.h
compiler/scripts/signatures.rb
compiler/scripts/signatures.yaml
compiler/templates/formats.h.erb
compiler/templates/isa.h.erb
compiler/templates/signatures.h.erb
declgen_ets2ts/BUILD.gn
declgen_ets2ts/CMakeLists.txt
declgen_ets2ts/declgenEts2Ts.cpp
declgen_ets2ts/declgenEts2Ts.h
declgen_ets2ts/main.cpp
docs/cheatsheet.md
es2panda.cpp
es2panda.h
ets2abc_config.gni
evaluate/debugInfoDeserialization/classBuilder.cpp
evaluate/debugInfoDeserialization/classBuilder.h
evaluate/debugInfoDeserialization/debugInfoDeserializer.cpp
evaluate/debugInfoDeserialization/debugInfoDeserializer.h
evaluate/debugInfoDeserialization/inheritanceResolution.cpp
evaluate/debugInfoDeserialization/methodBuilder.cpp
evaluate/debugInfoDeserialization/methodBuilder.h
evaluate/debugInfoStorage.cpp
evaluate/debugInfoStorage.h
evaluate/entityDeclarator-inl.h
evaluate/entityDeclarator.cpp
evaluate/entityDeclarator.h
evaluate/evaluateContext.cpp
evaluate/evaluateContext.h
evaluate/helpers.cpp
evaluate/helpers.h
evaluate/importExportTable.h
evaluate/irCheckHelper.cpp
evaluate/irCheckHelper.h
evaluate/pathResolver.cpp
evaluate/pathResolver.h
evaluate/proxyProgramsCache.cpp
evaluate/proxyProgramsCache.h
evaluate/scopedDebugInfoPlugin-inl.h
evaluate/scopedDebugInfoPlugin.cpp
evaluate/scopedDebugInfoPlugin.h
evaluate/varbinderScopes.h
ir/as/namedType.cpp
ir/as/namedType.h
ir/as/prefixAssertionExpression.cpp
ir/as/prefixAssertionExpression.h
ir/astDump.cpp
ir/astDump.h
ir/astNode.cpp
ir/astNode.h
ir/astNodeFlags.h
ir/astNodeMapping.h
ir/base/catchClause.cpp
ir/base/catchClause.h
ir/base/classDefinition.cpp
ir/base/classDefinition.h
ir/base/classElement.cpp
ir/base/classElement.h
ir/base/classProperty.cpp
ir/base/classProperty.h
ir/base/classStaticBlock.cpp
ir/base/classStaticBlock.h
ir/base/decorator.cpp
ir/base/decorator.h
ir/base/metaProperty.cpp
ir/base/metaProperty.h
ir/base/methodDefinition.cpp
ir/base/methodDefinition.h
ir/base/namespaceDefinition.cpp
ir/base/namespaceDefinition.h
ir/base/property.cpp
ir/base/property.h
ir/base/scriptFunction.cpp
ir/base/scriptFunction.h
ir/base/scriptFunctionSignature.cpp
ir/base/scriptFunctionSignature.h
ir/base/spreadElement.cpp
ir/base/spreadElement.h
ir/base/templateElement.cpp
ir/base/templateElement.h
ir/base/tsIndexSignature.cpp
ir/base/tsIndexSignature.h
ir/base/tsMethodSignature.cpp
ir/base/tsMethodSignature.h
ir/base/tsPropertySignature.cpp
ir/base/tsPropertySignature.h
ir/base/tsSignatureDeclaration.cpp
ir/base/tsSignatureDeclaration.h
ir/ets/etsClassLiteral.cpp
ir/ets/etsClassLiteral.h
ir/ets/etsFunctionType.cpp
ir/ets/etsFunctionType.h
ir/ets/etsImportDeclaration.h
ir/ets/etsImportSource.cpp
ir/ets/etsImportSource.h
ir/ets/etsLaunchExpression.cpp
ir/ets/etsLaunchExpression.h
ir/ets/etsNewArrayInstanceExpression.cpp
ir/ets/etsNewArrayInstanceExpression.h
ir/ets/etsNewClassInstanceExpression.cpp
ir/ets/etsNewClassInstanceExpression.h
ir/ets/etsNewMultiDimArrayInstanceExpression.cpp
ir/ets/etsNewMultiDimArrayInstanceExpression.h
ir/ets/etsNullishTypes.cpp
ir/ets/etsNullishTypes.h
ir/ets/etsPackageDeclaration.cpp
ir/ets/etsPackageDeclaration.h
ir/ets/etsParameterExpression.cpp
ir/ets/etsParameterExpression.h
ir/ets/etsPrimitiveType.cpp
ir/ets/etsPrimitiveType.h
ir/ets/etsReExportDeclaration.cpp
ir/ets/etsReExportDeclaration.h
ir/ets/etsScript.cpp
ir/ets/etsScript.h
ir/ets/etsStringLiteralType.cpp
ir/ets/etsStringLiteralType.h
ir/ets/etsStructDeclaration.cpp
ir/ets/etsStructDeclaration.h
ir/ets/etsTuple.cpp
ir/ets/etsTuple.h
ir/ets/etsTypeReference.cpp
ir/ets/etsTypeReference.h
ir/ets/etsTypeReferencePart.cpp
ir/ets/etsTypeReferencePart.h
ir/ets/etsUnionType.cpp
ir/ets/etsUnionType.h
ir/ets/etsWildcardType.cpp
ir/ets/etsWildcardType.h
ir/expression.cpp
ir/expression.h
ir/expressions/arrayExpression.cpp
ir/expressions/arrayExpression.h
ir/expressions/arrowFunctionExpression.cpp
ir/expressions/arrowFunctionExpression.h
ir/expressions/assignmentExpression.cpp
ir/expressions/assignmentExpression.h
ir/expressions/awaitExpression.cpp
ir/expressions/awaitExpression.h
ir/expressions/binaryExpression.cpp
ir/expressions/binaryExpression.h
ir/expressions/blockExpression.cpp
ir/expressions/blockExpression.h
ir/expressions/callExpression.cpp
ir/expressions/callExpression.h
ir/expressions/chainExpression.cpp
ir/expressions/chainExpression.h
ir/expressions/classExpression.cpp
ir/expressions/classExpression.h
ir/expressions/conditionalExpression.cpp
ir/expressions/conditionalExpression.h
ir/expressions/directEvalExpression.cpp
ir/expressions/directEvalExpression.h
ir/expressions/dummyNode.cpp
ir/expressions/dummyNode.h
ir/expressions/functionExpression.cpp
ir/expressions/functionExpression.h
ir/expressions/identifier.cpp
ir/expressions/identifier.h
ir/expressions/importExpression.cpp
ir/expressions/importExpression.h
ir/expressions/literal.cpp
ir/expressions/literal.h
ir/expressions/literals/bigIntLiteral.cpp
ir/expressions/literals/bigIntLiteral.h
ir/expressions/literals/booleanLiteral.cpp
ir/expressions/literals/booleanLiteral.h
ir/expressions/literals/charLiteral.cpp
ir/expressions/literals/charLiteral.h
ir/expressions/literals/nullLiteral.cpp
ir/expressions/literals/nullLiteral.h
ir/expressions/literals/numberLiteral.cpp
ir/expressions/literals/numberLiteral.h
ir/expressions/literals/regExpLiteral.cpp
ir/expressions/literals/regExpLiteral.h
ir/expressions/literals/stringLiteral.cpp
ir/expressions/literals/stringLiteral.h
ir/expressions/literals/undefinedLiteral.cpp
ir/expressions/literals/undefinedLiteral.h
ir/expressions/memberExpression.cpp
ir/expressions/memberExpression.h
ir/expressions/newExpression.cpp
ir/expressions/newExpression.h
ir/expressions/objectExpression.cpp
ir/expressions/objectExpression.h
ir/expressions/omittedExpression.cpp
ir/expressions/omittedExpression.h
ir/expressions/sequenceExpression.cpp
ir/expressions/sequenceExpression.h
ir/expressions/superExpression.cpp
ir/expressions/superExpression.h
ir/expressions/taggedTemplateExpression.cpp
ir/expressions/taggedTemplateExpression.h
ir/expressions/templateLiteral.cpp
ir/expressions/templateLiteral.h
ir/expressions/thisExpression.cpp
ir/expressions/thisExpression.h
ir/expressions/typeofExpression.cpp
ir/expressions/typeofExpression.h
ir/expressions/unaryExpression.cpp
ir/expressions/unaryExpression.h
ir/expressions/updateExpression.cpp
ir/expressions/updateExpression.h
ir/expressions/yieldExpression.cpp
ir/expressions/yieldExpression.h
ir/irnode.cpp
ir/irnode.h
ir/module/exportAllDeclaration.cpp
ir/module/exportAllDeclaration.h
ir/module/exportDefaultDeclaration.cpp
ir/module/exportDefaultDeclaration.h
ir/module/exportNamedDeclaration.cpp
ir/module/exportNamedDeclaration.h
ir/module/exportSpecifier.cpp
ir/module/exportSpecifier.h
ir/module/importDeclaration.cpp
ir/module/importDeclaration.h
ir/module/importDefaultSpecifier.cpp
ir/module/importDefaultSpecifier.h
ir/module/importNamespaceSpecifier.cpp
ir/module/importNamespaceSpecifier.h
ir/module/importSpecifier.cpp
ir/module/importSpecifier.h
ir/opaqueTypeNode.cpp
ir/opaqueTypeNode.h
ir/opcodeMap.h
ir/srcDump.cpp
ir/srcDump.h
ir/statement.cpp
ir/statement.h
ir/statements/assertStatement.cpp
ir/statements/assertStatement.h
ir/statements/blockStatement.cpp
ir/statements/blockStatement.h
ir/statements/breakStatement.cpp
ir/statements/breakStatement.h
ir/statements/classDeclaration.cpp
ir/statements/classDeclaration.h
ir/statements/continueStatement.cpp
ir/statements/continueStatement.h
ir/statements/debuggerStatement.cpp
ir/statements/debuggerStatement.h
ir/statements/doWhileStatement.cpp
ir/statements/doWhileStatement.h
ir/statements/emptyStatement.cpp
ir/statements/emptyStatement.h
ir/statements/expressionStatement.cpp
ir/statements/expressionStatement.h
ir/statements/forInStatement.cpp
ir/statements/forInStatement.h
ir/statements/forOfStatement.cpp
ir/statements/forOfStatement.h
ir/statements/forUpdateStatement.cpp
ir/statements/forUpdateStatement.h
ir/statements/functionDeclaration.cpp
ir/statements/functionDeclaration.h
ir/statements/ifStatement.cpp
ir/statements/ifStatement.h
ir/statements/labelledStatement.cpp
ir/statements/labelledStatement.h
ir/statements/loopStatement.cpp
ir/statements/loopStatement.h
ir/statements/namespaceDeclaration.cpp
ir/statements/namespaceDeclaration.h
ir/statements/returnStatement.cpp
ir/statements/returnStatement.h
ir/statements/switchCaseStatement.cpp
ir/statements/switchCaseStatement.h
ir/statements/switchStatement.cpp
ir/statements/switchStatement.h
ir/statements/throwStatement.cpp
ir/statements/throwStatement.h
ir/statements/tryStatement.cpp
ir/statements/tryStatement.h
ir/statements/variableDeclaration.cpp
ir/statements/variableDeclaration.h
ir/statements/variableDeclarator.cpp
ir/statements/variableDeclarator.h
ir/statements/whileStatement.cpp
ir/statements/whileStatement.h
ir/ts/tsAnyKeyword.cpp
ir/ts/tsAnyKeyword.h
ir/ts/tsArrayType.cpp
ir/ts/tsArrayType.h
ir/ts/tsAsExpression.cpp
ir/ts/tsAsExpression.h
ir/ts/tsBigintKeyword.cpp
ir/ts/tsBigintKeyword.h
ir/ts/tsBooleanKeyword.cpp
ir/ts/tsBooleanKeyword.h
ir/ts/tsClassImplements.cpp
ir/ts/tsClassImplements.h
ir/ts/tsConditionalType.cpp
ir/ts/tsConditionalType.h
ir/ts/tsConstructorType.cpp
ir/ts/tsConstructorType.h
ir/ts/tsEnumDeclaration.cpp
ir/ts/tsEnumDeclaration.h
ir/ts/tsEnumMember.cpp
ir/ts/tsEnumMember.h
ir/ts/tsExternalModuleReference.cpp
ir/ts/tsExternalModuleReference.h
ir/ts/tsFunctionType.cpp
ir/ts/tsFunctionType.h
ir/ts/tsImportEqualsDeclaration.cpp
ir/ts/tsImportEqualsDeclaration.h
ir/ts/tsImportType.cpp
ir/ts/tsImportType.h
ir/ts/tsIndexedAccessType.cpp
ir/ts/tsIndexedAccessType.h
ir/ts/tsInferType.cpp
ir/ts/tsInferType.h
ir/ts/tsInterfaceBody.cpp
ir/ts/tsInterfaceBody.h
ir/ts/tsInterfaceDeclaration.cpp
ir/ts/tsInterfaceDeclaration.h
ir/ts/tsInterfaceHeritage.cpp
ir/ts/tsInterfaceHeritage.h
ir/ts/tsIntersectionType.cpp
ir/ts/tsIntersectionType.h
ir/ts/tsLiteralType.cpp
ir/ts/tsLiteralType.h
ir/ts/tsMappedType.cpp
ir/ts/tsMappedType.h
ir/ts/tsModuleBlock.cpp
ir/ts/tsModuleBlock.h
ir/ts/tsModuleDeclaration.cpp
ir/ts/tsModuleDeclaration.h
ir/ts/tsNamedTupleMember.cpp
ir/ts/tsNamedTupleMember.h
ir/ts/tsNeverKeyword.cpp
ir/ts/tsNeverKeyword.h
ir/ts/tsNonNullExpression.cpp
ir/ts/tsNonNullExpression.h
ir/ts/tsNullKeyword.cpp
ir/ts/tsNullKeyword.h
ir/ts/tsNumberKeyword.cpp
ir/ts/tsNumberKeyword.h
ir/ts/tsObjectKeyword.cpp
ir/ts/tsObjectKeyword.h
ir/ts/tsParameterProperty.cpp
ir/ts/tsParameterProperty.h
ir/ts/tsParenthesizedType.cpp
ir/ts/tsParenthesizedType.h
ir/ts/tsQualifiedName.cpp
ir/ts/tsQualifiedName.h
ir/ts/tsStringKeyword.cpp
ir/ts/tsStringKeyword.h
ir/ts/tsThisType.cpp
ir/ts/tsThisType.h
ir/ts/tsTupleType.cpp
ir/ts/tsTupleType.h
ir/ts/tsTypeAliasDeclaration.cpp
ir/ts/tsTypeAliasDeclaration.h
ir/ts/tsTypeAssertion.cpp
ir/ts/tsTypeAssertion.h
ir/ts/tsTypeLiteral.cpp
ir/ts/tsTypeLiteral.h
ir/ts/tsTypeOperator.cpp
ir/ts/tsTypeOperator.h
ir/ts/tsTypeParameter.cpp
ir/ts/tsTypeParameter.h
ir/ts/tsTypeParameterDeclaration.cpp
ir/ts/tsTypeParameterDeclaration.h
ir/ts/tsTypeParameterInstantiation.cpp
ir/ts/tsTypeParameterInstantiation.h
ir/ts/tsTypePredicate.cpp
ir/ts/tsTypePredicate.h
ir/ts/tsTypeQuery.cpp
ir/ts/tsTypeQuery.h
ir/ts/tsTypeReference.cpp
ir/ts/tsTypeReference.h
ir/ts/tsUndefinedKeyword.cpp
ir/ts/tsUndefinedKeyword.h
ir/ts/tsUnionType.cpp
ir/ts/tsUnionType.h
ir/ts/tsUnknownKeyword.cpp
ir/ts/tsUnknownKeyword.h
ir/ts/tsVoidKeyword.cpp
ir/ts/tsVoidKeyword.h
ir/typeNode.cpp
ir/typeNode.h
ir/typed.h
ir/validationInfo.h
ir/visitor/AstVisitor.h
ir/visitor/IterateAstVisitor.h
lexer/ASLexer.cpp
lexer/ASLexer.h
lexer/ETSLexer.cpp
lexer/ETSLexer.h
lexer/TSLexer.cpp
lexer/TSLexer.h
lexer/keywordString.h
lexer/keywords.cpp
lexer/keywordsBase.h
lexer/keywordsUtil.cpp
lexer/keywordsUtil.h
lexer/lexer.cpp
lexer/lexer.h
lexer/regexp/regexp.cpp
lexer/regexp/regexp.h
lexer/scripts/keywords.rb
lexer/scripts/keywords.yaml
lexer/templates/keywords.h.erb
lexer/token/letters.h
lexer/token/number.cpp
lexer/token/number.h
lexer/token/sourceLocation.cpp
lexer/token/sourceLocation.h
lexer/token/token.cpp
lexer/token/token.h
lexer/token/tokenType.h
linter/.editorconfig
linter/.eslintignore
linter/.eslintrc.json
linter/.prettierignore
linter/.prettierrc.json
linter/README.md
linter/bin/tslinter.js
linter/compare_branches.py
linter/cookbook_convertor/README.md
linter/cookbook_convertor/package-lock.json
linter/cookbook_convertor/package.json
linter/cookbook_convertor/res/recipes.rst
linter/cookbook_convertor/src/cookbook_convertor.ts
linter/cookbook_convertor/tsconfig.json
linter/docs/rules/recipe1.md
linter/docs/rules/recipe102.md
linter/docs/rules/recipe103.md
linter/docs/rules/recipe104.md
linter/docs/rules/recipe106.md
linter/docs/rules/recipe111.md
linter/docs/rules/recipe113.md
linter/docs/rules/recipe114.md
linter/docs/rules/recipe116.md
linter/docs/rules/recipe120.md
linter/docs/rules/recipe121.md
linter/docs/rules/recipe126.md
linter/docs/rules/recipe128.md
linter/docs/rules/recipe129.md
linter/docs/rules/recipe130.md
linter/docs/rules/recipe132.md
linter/docs/rules/recipe134.md
linter/docs/rules/recipe136.md
linter/docs/rules/recipe137.md
linter/docs/rules/recipe138.md
linter/docs/rules/recipe139.md
linter/docs/rules/recipe14.md
linter/docs/rules/recipe140.md
linter/docs/rules/recipe142.md
linter/docs/rules/recipe143.md
linter/docs/rules/recipe144.md
linter/docs/rules/recipe145.md
linter/docs/rules/recipe146.md
linter/docs/rules/recipe147.md
linter/docs/rules/recipe149.md
linter/docs/rules/recipe15.md
linter/docs/rules/recipe150.md
linter/docs/rules/recipe151.md
linter/docs/rules/recipe152.md
linter/docs/rules/recipe16.md
linter/docs/rules/recipe17.md
linter/docs/rules/recipe19.md
linter/docs/rules/recipe2.md
linter/docs/rules/recipe21.md
linter/docs/rules/recipe22.md
linter/docs/rules/recipe25.md
linter/docs/rules/recipe27.md
linter/docs/rules/recipe28.md
linter/docs/rules/recipe29.md
linter/docs/rules/recipe3.md
linter/docs/rules/recipe30.md
linter/docs/rules/recipe34.md
linter/docs/rules/recipe38.md
linter/docs/rules/recipe4.md
linter/docs/rules/recipe40.md
linter/docs/rules/recipe43.md
linter/docs/rules/recipe46.md
linter/docs/rules/recipe49.md
linter/docs/rules/recipe5.md
linter/docs/rules/recipe50.md
linter/docs/rules/recipe51.md
linter/docs/rules/recipe52.md
linter/docs/rules/recipe53.md
linter/docs/rules/recipe54.md
linter/docs/rules/recipe55.md
linter/docs/rules/recipe59.md
linter/docs/rules/recipe60.md
linter/docs/rules/recipe65.md
linter/docs/rules/recipe66.md
linter/docs/rules/recipe69.md
linter/docs/rules/recipe71.md
linter/docs/rules/recipe74.md
linter/docs/rules/recipe79.md
linter/docs/rules/recipe8.md
linter/docs/rules/recipe80.md
linter/docs/rules/recipe83.md
linter/docs/rules/recipe84.md
linter/docs/rules/recipe87.md
linter/docs/rules/recipe90.md
linter/docs/rules/recipe91.md
linter/docs/rules/recipe92.md
linter/docs/rules/recipe93.md
linter/docs/rules/recipe94.md
linter/docs/rules/recipe96.md
linter/docs/rules/recipe99.md
linter/lib/CommandLineOptions.ts
linter/lib/CookBookMsg.ts
linter/lib/FaultAttrs.ts
linter/lib/FaultDesc.ts
linter/lib/IncrementalLintInfo.ts
linter/lib/InteropTypescriptLinter.ts
linter/lib/IsEtsFileCallback.ts
linter/lib/IsFileFromModuleCallback.ts
linter/lib/LintOptions.ts
linter/lib/LintRunResult.ts
linter/lib/LinterRunner.ts
linter/lib/Logger.ts
linter/lib/ProblemInfo.ts
linter/lib/ProblemSeverity.ts
linter/lib/Problems.ts
linter/lib/TypeScriptLinter.ts
linter/lib/TypeScriptLinterConfig.ts
linter/lib/autofixes/AutofixTitles.ts
linter/lib/autofixes/Autofixer.ts
linter/lib/autofixes/ReportAutofixCallback.ts
linter/lib/autofixes/SymbolCache.ts
linter/lib/ts-diagnostics/GetTscDiagnostics.ts
linter/lib/ts-diagnostics/TSCCompiledProgram.ts
linter/lib/ts-diagnostics/TransformTscDiagnostics.ts
linter/lib/ts-diagnostics/TypeScriptDiagnosticsExtractor.ts
linter/lib/utils/TsUtils.ts
linter/lib/utils/consts/ArktsIgnorePaths.ts
linter/lib/utils/consts/ESObject.ts
linter/lib/utils/consts/ExtendedBaseTypes.ts
linter/lib/utils/consts/FunctionHasNoReturnErrorCode.ts
linter/lib/utils/consts/LimitedStandardUtilityTypes.ts
linter/lib/utils/consts/LimitedStdAPI.ts
linter/lib/utils/consts/NonInitializablePropertyDecorators.ts
linter/lib/utils/consts/NonReturnFunctionDecorators.ts
linter/lib/utils/consts/PropertyHasNoInitializerErrorCode.ts
linter/lib/utils/consts/SendableAPI.ts
linter/lib/utils/consts/SharedModuleAPI.ts
linter/lib/utils/consts/StandardLibraries.ts
linter/lib/utils/consts/StdClassVariableDeclarations.ts
linter/lib/utils/consts/SupportedDetsIndexableTypes.ts
linter/lib/utils/consts/TsSuffix.ts
linter/lib/utils/consts/TypedArrays.ts
linter/lib/utils/consts/VersionInfo.ts
linter/lib/utils/functions/ContainsThis.ts
linter/lib/utils/functions/DiagnosticChecker.ts
linter/lib/utils/functions/ForEachNodeInSubtree.ts
linter/lib/utils/functions/GetScriptKind.ts
linter/lib/utils/functions/HasPredecessor.ts
linter/lib/utils/functions/IsStdLibrary.ts
linter/lib/utils/functions/IsStruct.ts
linter/lib/utils/functions/LibraryTypeCallDiagnosticChecker.ts
linter/lib/utils/functions/LogTscDiagnostic.ts
linter/lib/utils/functions/MergeArrayMaps.ts
linter/lib/utils/functions/NameGenerator.ts
linter/lib/utils/functions/PathHelper.ts
linter/lib/utils/functions/SupportedStdCallAPI.ts
linter/lib/utils/functions/identiferUseInValueContext.ts
linter/lib/utils/functions/isAssignmentOperator.ts
linter/lib/utils/functions/isIntrinsicObjectType.ts
linter/package.json
linter/scripts/install-ohos-typescript.mjs
linter/scripts/update-test-results.mjs
linter/scripts/update-test-results.sh
linter/scripts/update_test_results.bat
linter/src/CommandLineParser.ts
linter/src/Compiler.ts
linter/src/LinterCLI.ts
linter/src/LoggerImpl.ts
linter/src/TestRunner.ts
linter/src/main.ts
linter/src/ts-compiler/FormTscOptions.ts
linter/stats_calculator/README.md
linter/stats_calculator/package-lock.json
linter/stats_calculator/package.json
linter/stats_calculator/src/calculate-stats.ts
linter/stats_calculator/tsconfig.json
linter/test/.preview/preview_import.ts
linter/test/@arkts.lang.d.ets
linter/test/@arkts.lang.d.ets.autofix.skip
linter/test/@arkts.lang.d.ets.json
linter/test/UMD_module.sts
linter/test/UMD_module.ts.autofix.skip
linter/test/UMD_module.ts.json
linter/test/ambient_module.sts
linter/test/ambient_module.ts.autofix.skip
linter/test/ambient_module.ts.json
linter/test/arkts_sendable_imported_variables.sts
linter/test/arkts_sendable_imported_variables.ts.autofix.skip
linter/test/arkts_sendable_imported_variables.ts.json
linter/test/arkui_decorators.sts
linter/test/arkui_decorators.ts.autofix.skip
linter/test/arkui_decorators.ts.json
linter/test/array_indexing_iterationg.sts
linter/test/array_indexing_iterationg.ts.autofix.skip
linter/test/array_indexing_iterationg.ts.json
linter/test/array_literal_spread.sts
linter/test/array_literal_spread.ts.autofix.skip
linter/test/array_literal_spread.ts.json
linter/test/array_literals.sts
linter/test/array_literals.ts.autofix.skip
linter/test/array_literals.ts.json
linter/test/assign_to_method.sts
linter/test/assign_to_method.ts.autofix.skip
linter/test/assign_to_method.ts.json
linter/test/binary_wrong_types.sts
linter/test/binary_wrong_types.ts.autofix.skip
linter/test/binary_wrong_types.ts.json
linter/test/build/build_import.ts
linter/test/catch_clause.sts
linter/test/catch_clause.ts.autofix.json
linter/test/catch_clause.ts.json
linter/test/classA.sts
linter/test/classA.ts.autofix.skip
linter/test/classA.ts.json
linter/test/classB.sts
linter/test/classB.ts.autofix.skip
linter/test/classB.ts.json
linter/test/classC.sts
linter/test/classC.ts.autofix.skip
linter/test/classC.ts.json
linter/test/class_as_object.sts
linter/test/class_as_object.ts.autofix.skip
linter/test/class_as_object.ts.json
linter/test/class_as_object_arkts2.sts
linter/test/class_as_object_arkts2.ts.args.json
linter/test/class_as_object_arkts2.ts.autofix.skip
linter/test/class_as_object_arkts2.ts.json
linter/test/class_static_block.sts
linter/test/class_static_block.ts.autofix.json
linter/test/class_static_block.ts.json
linter/test/conditional_types.sts
linter/test/conditional_types.ts.autofix.skip
linter/test/conditional_types.ts.json
linter/test/const_assertion.sts
linter/test/const_assertion.ts.autofix.skip
linter/test/const_assertion.ts.json
linter/test/constructor_types.sts
linter/test/constructor_types.ts.autofix.skip
linter/test/constructor_types.ts.json
linter/test/d_ts.lib.d.ts
linter/test/d_ts.lib2.d.ts
linter/test/d_ts.sts
linter/test/d_ts.ts.autofix.skip
linter/test/d_ts.ts.json
linter/test/definite_assignment.sts
linter/test/definite_assignment.ts.autofix.skip
linter/test/definite_assignment.ts.json
linter/test/definite_assignment_arkts2.sts
linter/test/definite_assignment_arkts2.ts.args.json
linter/test/definite_assignment_arkts2.ts.autofix.skip
linter/test/definite_assignment_arkts2.ts.json
linter/test/delete_operator.sts
linter/test/delete_operator.ts.autofix.skip
linter/test/delete_operator.ts.json
linter/test/destructuring_assignments.sts
linter/test/destructuring_assignments.ts.autofix.skip
linter/test/destructuring_assignments.ts.json
linter/test/destructuring_declarations.sts
linter/test/destructuring_declarations.ts.autofix.skip
linter/test/destructuring_declarations.ts.json
linter/test/destructuring_for_loop.sts
linter/test/destructuring_for_loop.ts.autofix.skip
linter/test/destructuring_for_loop.ts.json
linter/test/destructuring_parameters.sts
linter/test/destructuring_parameters.ts.autofix.skip
linter/test/destructuring_parameters.ts.json
linter/test/dynamic_ctor_call.sts
linter/test/dynamic_ctor_call.ts.args.json
linter/test/dynamic_ctor_call.ts.autofix.skip
linter/test/dynamic_ctor_call.ts.json
linter/test/dynamic_import.sts
linter/test/dynamic_import.ts.autofix.skip
linter/test/dynamic_import.ts.json
linter/test/dynamic_lib.d.ts
linter/test/dynamic_object_literals.sts
linter/test/dynamic_object_literals.ts.autofix.skip
linter/test/dynamic_object_literals.ts.json
linter/test/enum_indexing.sts
linter/test/enum_indexing.ts.autofix.skip
linter/test/enum_indexing.ts.json
linter/test/enum_member_non_constant.sts
linter/test/enum_member_non_constant.ts.autofix.skip
linter/test/enum_member_non_constant.ts.json
linter/test/es_object.sts
linter/test/es_object.ts.autofix.skip
linter/test/es_object.ts.json
linter/test/es_object_arkts2.sts
linter/test/es_object_arkts2.ts.args.json
linter/test/es_object_arkts2.ts.autofix.skip
linter/test/es_object_arkts2.ts.json
linter/test/for_stmts.sts
linter/test/for_stmts.ts.autofix.skip
linter/test/for_stmts.ts.json
linter/test/func_inferred_type_args.sts
linter/test/func_inferred_type_args.ts.autofix.skip
linter/test/func_inferred_type_args.ts.json
linter/test/func_return_type.sts
linter/test/func_return_type.ts.autofix.json
linter/test/func_return_type.ts.json
linter/test/function_expression.sts
linter/test/function_expression.ts.autofix.json
linter/test/function_expression.ts.json
linter/test/function_object_methods.sts
linter/test/function_object_methods.ts.autofix.skip
linter/test/function_object_methods.ts.json
linter/test/function_object_methods_arkts2.sts
linter/test/function_object_methods_arkts2.ts.args.json
linter/test/function_object_methods_arkts2.ts.autofix.skip
linter/test/function_object_methods_arkts2.ts.json
linter/test/function_overload.sts
linter/test/function_overload.ts.autofix.skip
linter/test/function_overload.ts.json
linter/test/function_spread_arg.sts
linter/test/function_spread_arg.ts.autofix.skip
linter/test/function_spread_arg.ts.json
linter/test/functions.sts
linter/test/functions.ts.autofix.skip
linter/test/functions.ts.json
linter/test/generators.sts
linter/test/generators.ts.autofix.skip
linter/test/generators.ts.json
linter/test/global_this.sts
linter/test/global_this.ts.autofix.skip
linter/test/global_this.ts.json
linter/test/global_this_arkts2.sts
linter/test/global_this_arkts2.ts.args.json
linter/test/global_this_arkts2.ts.autofix.skip
linter/test/global_this_arkts2.ts.json
linter/test/iface1.d.ts
linter/test/iface2.ts
linter/test/iface2.ts.autofix.skip
linter/test/iface2.ts.json
linter/test/ignore_files/good.ts
linter/test/ignore_files/hvigorfile.ts
linter/test/implements_class.sts
linter/test/implements_class.ts.autofix.skip
linter/test/implements_class.ts.json
linter/test/import_after_statement.sts
linter/test/import_after_statement.ts.autofix.skip
linter/test/import_after_statement.ts.json
linter/test/import_assertion.sts
linter/test/import_assertion.ts.autofix.skip
linter/test/import_assertion.ts.json
linter/test/import_type_arkts2.sts
linter/test/import_type_arkts2.ts.args.json
linter/test/import_type_arkts2.ts.autofix.skip
linter/test/import_type_arkts2.ts.json
linter/test/imported_use_as_object.sts
linter/test/imported_use_as_object.ts.autofix.skip
linter/test/imported_use_as_object.ts.json
linter/test/imported_use_as_object_module.ts
linter/test/imported_use_as_object_module.ts.autofix.skip
linter/test/imported_use_as_object_module.ts.json
linter/test/indexable_type_element_access.sts
linter/test/indexable_type_element_access.ts.autofix.skip
linter/test/indexable_type_element_access.ts.json
linter/test/indexable_type_element_access_arkts2.sts
linter/test/indexable_type_element_access_arkts2.ts.args.json
linter/test/indexable_type_element_access_arkts2.ts.autofix.skip
linter/test/indexable_type_element_access_arkts2.ts.json
linter/test/indexable_type_string_element_access.sts
linter/test/indexable_type_string_element_access.ts.autofix.skip
linter/test/indexable_type_string_element_access.ts.json
linter/test/indexable_type_string_element_access_arkts2.sts
linter/test/indexable_type_string_element_access_arkts2.ts.args.json
linter/test/indexable_type_string_element_access_arkts2.ts.autofix.skip
linter/test/indexable_type_string_element_access_arkts2.ts.json
linter/test/indexed_derived_from_array.sts
linter/test/indexed_derived_from_array.ts.autofix.skip
linter/test/indexed_derived_from_array.ts.json
linter/test/inferred_type.sts
linter/test/inferred_type.ts.autofix.skip
linter/test/inferred_type.ts.json
linter/test/instanceof.sts
linter/test/instanceof.ts.autofix.skip
linter/test/instanceof.ts.json
linter/test/interface_literal_prop_name.sts
linter/test/interface_literal_prop_name.ts.autofix.skip
linter/test/interface_literal_prop_name.ts.json
linter/test/interfaces_props.sts
linter/test/interfaces_props.ts.autofix.skip
linter/test/interfaces_props.ts.json
linter/test/interop_import.sts
linter/test/interop_import.ts.autofix.skip
linter/test/interop_import.ts.json
linter/test/interop_imports.sts
linter/test/interop_imports.ts.autofix.skip
linter/test/interop_imports.ts.json
linter/test/js_lib.js
linter/test/jsx.tsx
linter/test/jsx.tsx.autofix.skip
linter/test/jsx.tsx.json
linter/test/library_type_call.sts
linter/test/library_type_call.ts.args.json
linter/test/library_type_call.ts.autofix.skip
linter/test/library_type_call.ts.json
linter/test/limited_stdlib_api.sts
linter/test/limited_stdlib_api.ts.autofix.skip
linter/test/limited_stdlib_api.ts.json
linter/test/limited_stdlib_api_arkts2.sts
linter/test/limited_stdlib_api_arkts2.ts.args.json
linter/test/limited_stdlib_api_arkts2.ts.autofix.skip
linter/test/limited_stdlib_api_arkts2.ts.json
linter/test/literals_as_prop_names.sts
linter/test/literals_as_prop_names.ts.autofix.json
linter/test/literals_as_prop_names.ts.json
linter/test/loop_over_set.sts
linter/test/loop_over_set.ts.autofix.skip
linter/test/loop_over_set.ts.json
linter/test/mapped_types.sts
linter/test/mapped_types.ts.autofix.skip
linter/test/mapped_types.ts.json
linter/test/modules.sts
linter/test/modules.ts.autofix.json
linter/test/modules.ts.json
linter/test/namespace_export_assignment.sts
linter/test/namespace_export_assignment.ts.autofix.skip
linter/test/namespace_export_assignment.ts.json
linter/test/new_target.sts
linter/test/new_target.ts.autofix.skip
linter/test/new_target.ts.json
linter/test/no-overload-matches.ts
linter/test/no-overload-matches.ts.autofix.skip
linter/test/no-overload-matches.ts.json
linter/test/node_modules/2.js
linter/test/node_modules/node_import.ts
linter/test/node_modules/node_lib/1.js
linter/test/non_initializable_prop_decorators.sts
linter/test/non_initializable_prop_decorators.ts.autofix.skip
linter/test/non_initializable_prop_decorators.ts.json
linter/test/null_check_calls.sts
linter/test/null_check_calls.ts.autofix.skip
linter/test/null_check_calls.ts.json
linter/test/object_literals.sts
linter/test/object_literals.ts.autofix.json
linter/test/object_literals.ts.json
linter/test/object_literals_2.sts
linter/test/object_literals_2.ts.autofix.json
linter/test/object_literals_2.ts.json
linter/test/object_literals_3.ts
linter/test/object_literals_3.ts.autofix.json
linter/test/object_literals_3.ts.json
linter/test/object_literals_4.sts
linter/test/object_literals_4.ts.autofix.json
linter/test/object_literals_4.ts.json
linter/test/object_literals_autofixes.sts
linter/test/object_literals_autofixes.ts.autofix.json
linter/test/object_literals_autofixes.ts.json
linter/test/object_literals_iface.sts
linter/test/object_literals_iface.ts.autofix.skip
linter/test/object_literals_iface.ts.json
linter/test/object_literals_iface_interop.ts
linter/test/object_literals_iface_interop.ts.args.json
linter/test/object_literals_iface_interop.ts.autofix.skip
linter/test/object_literals_iface_interop.ts.json
linter/test/object_literals_prop_func_type.sts
linter/test/object_literals_prop_func_type.ts.autofix.json
linter/test/object_literals_prop_func_type.ts.json
linter/test/object_literals_properties_arkts2.sts
linter/test/object_literals_properties_arkts2.ts.args.json
linter/test/object_literals_properties_arkts2.ts.autofix.skip
linter/test/object_literals_properties_arkts2.ts.json
linter/test/object_spread.sts
linter/test/object_spread.ts.autofix.json
linter/test/object_spread.ts.json
linter/test/oh_modules/oh_import.ts
linter/test/oh_modules/ohos_factory.ts
linter/test/oh_modules/ohos_lib.ts
linter/test/optional_library_types.sts
linter/test/optional_library_types.ts.autofix.skip
linter/test/optional_library_types.ts.json
linter/test/optional_methods_arkts2.sts
linter/test/optional_methods_arkts2.ts.args.json
linter/test/optional_methods_arkts2.ts.autofix.skip
linter/test/optional_methods_arkts2.ts.json
linter/test/parameter_properties.sts
linter/test/parameter_properties.ts.autofix.json
linter/test/parameter_properties.ts.json
linter/test/partial_type.sts
linter/test/partial_type.ts.autofix.skip
linter/test/partial_type.ts.json
linter/test/private_identifiers.sts
linter/test/private_identifiers.ts.autofix.json
linter/test/private_identifiers.ts.json
linter/test/property_access_by_index.sts
linter/test/property_access_by_index.ts.autofix.json
linter/test/property_access_by_index.ts.json
linter/test/property_access_by_index_arkts2.sts
linter/test/property_access_by_index_arkts2.ts.args.json
linter/test/property_access_by_index_arkts2.ts.autofix.json
linter/test/property_access_by_index_arkts2.ts.json
linter/test/property_decl_on_function.sts
linter/test/property_decl_on_function.ts.autofix.skip
linter/test/property_decl_on_function.ts.json
linter/test/property_decl_on_function_arkts2.sts
linter/test/property_decl_on_function_arkts2.ts.args.json
linter/test/property_decl_on_function_arkts2.ts.autofix.skip
linter/test/property_decl_on_function_arkts2.ts.json
linter/test/prototype_assignment.sts
linter/test/prototype_assignment.ts.autofix.skip
linter/test/prototype_assignment.ts.json
linter/test/record_object_literals_properties_arkts2.sts
linter/test/record_object_literals_properties_arkts2.ts.args.json
linter/test/record_object_literals_properties_arkts2.ts.autofix.skip
linter/test/record_object_literals_properties_arkts2.ts.json
linter/test/record_type.sts
linter/test/record_type.ts.autofix.skip
linter/test/record_type.ts.json
linter/test/recursive_types.sts
linter/test/recursive_types.ts.autofix.skip
linter/test/recursive_types.ts.json
linter/test/sendable_as_expr.sts
linter/test/sendable_as_expr.ts.autofix.skip
linter/test/sendable_as_expr.ts.json
linter/test/sendable_captured_variables.sts
linter/test/sendable_captured_variables.ts.autofix.skip
linter/test/sendable_captured_variables.ts.json
linter/test/sendable_captured_variables_lib.d.ts
linter/test/sendable_captured_variables_namespaceimport_lib.d.ts
linter/test/sendable_class_alias_property.ts
linter/test/sendable_class_alias_property.ts.autofix.skip
linter/test/sendable_class_alias_property.ts.json
linter/test/sendable_class_decorator.sts
linter/test/sendable_class_decorator.ts.autofix.skip
linter/test/sendable_class_decorator.ts.json
linter/test/sendable_class_inheritance.sts
linter/test/sendable_class_inheritance.ts.autofix.skip
linter/test/sendable_class_inheritance.ts.json
linter/test/sendable_class_initialization.sts
linter/test/sendable_class_initialization.ts.autofix.skip
linter/test/sendable_class_initialization.ts.json
linter/test/sendable_class_interface_property.sts
linter/test/sendable_class_interface_property.ts.autofix.skip
linter/test/sendable_class_interface_property.ts.json
linter/test/sendable_decorator_limited.sts
linter/test/sendable_decorator_limited.ts.autofix.json
linter/test/sendable_decorator_limited.ts.json
linter/test/sendable_explicit_field_type.sts
linter/test/sendable_explicit_field_type.ts.autofix.skip
linter/test/sendable_explicit_field_type.ts.json
linter/test/sendable_function.sts
linter/test/sendable_function.ts.autofix.skip
linter/test/sendable_function.ts.json
linter/test/sendable_function_dependencie.ts
linter/test/sendable_function_dependencie.ts.autofix.skip
linter/test/sendable_function_dependencie.ts.json
linter/test/sendable_generic_types.sts
linter/test/sendable_generic_types.ts.autofix.skip
linter/test/sendable_generic_types.ts.json
linter/test/sendable_no_structural_typing.sts
linter/test/sendable_no_structural_typing.ts.autofix.skip
linter/test/sendable_no_structural_typing.ts.json
linter/test/shared_module.sts
linter/test/shared_module.ts.autofix.skip
linter/test/shared_module.ts.json
linter/test/shared_module_no_side_effects_imports.sts
linter/test/shared_module_no_side_effects_imports.ts.autofix.skip
linter/test/shared_module_no_side_effects_imports.ts.json
linter/test/shared_module_no_side_effects_imports_dependencie.sts
linter/test/shared_module_no_side_effects_imports_dependencie.ts.autofix.skip
linter/test/shared_module_no_side_effects_imports_dependencie.ts.json
linter/test/shared_module_sendable_export.d.ts
linter/test/shared_module_unsendable_export.d.ts
linter/test/stdlib_array_arkts2.sts
linter/test/stdlib_array_arkts2.ts.args.json
linter/test/stdlib_array_arkts2.ts.autofix.skip
linter/test/stdlib_array_arkts2.ts.json
linter/test/strict_mode_error.sts
linter/test/strict_mode_error.ts.autofix.skip
linter/test/strict_mode_error.ts.json
linter/test/structural_identity.sts
linter/test/structural_identity.ts.autofix.skip
linter/test/structural_identity.ts.json
linter/test/structural_identity_arkts2.sts
linter/test/structural_identity_arkts2.ts.args.json
linter/test/structural_identity_arkts2.ts.autofix.skip
linter/test/structural_identity_arkts2.ts.json
linter/test/structural_identity_constructor.sts
linter/test/structural_identity_constructor.ts.autofix.skip
linter/test/structural_identity_constructor.ts.json
linter/test/structural_identity_extended_inheritance.sts
linter/test/structural_identity_extended_inheritance.ts.args.json
linter/test/structural_identity_extended_inheritance.ts.autofix.skip
linter/test/structural_identity_extended_inheritance.ts.json
linter/test/structural_identity_library_constructor.sts
linter/test/structural_identity_library_constructor.ts.autofix.skip
linter/test/structural_identity_library_constructor.ts.json
linter/test/structural_identity_library_constructor_export.d.ts
linter/test/symbol_api.sts
linter/test/symbol_api.ts.autofix.skip
linter/test/symbol_api.ts.json
linter/test/template_literals.sts
linter/test/template_literals.ts.autofix.skip
linter/test/template_literals.ts.json
linter/test/this_type.sts
linter/test/this_type.ts.autofix.skip
linter/test/this_type.ts.json
linter/test/throw_error.sts
linter/test/throw_error.ts.autofix.skip
linter/test/throw_error.ts.json
linter/test/ts_ignore.sts
linter/test/ts_ignore.ts.autofix.skip
linter/test/ts_ignore.ts.json
linter/test/ts_ignore_2.sts
linter/test/ts_ignore_2.ts.autofix.skip
linter/test/ts_ignore_2.ts.json
linter/test/ts_nocheck.sts
linter/test/ts_nocheck.ts.autofix.skip
linter/test/ts_nocheck.ts.json
linter/test/ts_nocheck_2.sts
linter/test/ts_nocheck_2.ts.autofix.skip
linter/test/ts_nocheck_2.ts.json
linter/test/type_declarations.sts
linter/test/type_declarations.ts.autofix.skip
linter/test/type_declarations.ts.json
linter/test/type_inference_arkts2.sts
linter/test/type_inference_arkts2.ts.args.json
linter/test/type_inference_arkts2.ts.autofix.skip
linter/test/type_inference_arkts2.ts.json
linter/test/type_literals.sts
linter/test/type_literals.ts.autofix.json
linter/test/type_literals.ts.json
linter/test/types.sts
linter/test/types.ts.autofix.json
linter/test/types.ts.json
linter/test/unary_wrong_types.sts
linter/test/unary_wrong_types.ts.autofix.skip
linter/test/unary_wrong_types.ts.json
linter/test/undefined_check_calls.sts
linter/test/undefined_check_calls.ts.autofix.skip
linter/test/undefined_check_calls.ts.json
linter/test/unique_names.sts
linter/test/unique_names.ts.autofix.skip
linter/test/unique_names.ts.json
linter/test/unknown_params.sts
linter/test/unknown_params.ts.autofix.skip
linter/test/unknown_params.ts.json
linter/test/utility_types.sts
linter/test/utility_types.ts.autofix.skip
linter/test/utility_types.ts.json
linter/test/var_declarations.sts
linter/test/var_declarations.ts.autofix.skip
linter/test/var_declarations.ts.json
linter/test_extended_features/@arkts.collections.d.ets
linter/test_extended_features/@arkts.collections.d.ets.autofix.skip
linter/test_extended_features/@arkts.collections.d.ets.json
linter/test_extended_features/indexable_collections_array.ets
linter/test_extended_features/indexable_collections_array.ets.autofix.skip
linter/test_extended_features/indexable_collections_array.ets.json
linter/test_extended_features/type_check_warning_in_struct.ets.skip
linter/test_linter.sh
linter/test_regression/14201.ets
linter/test_regression/14201.ets.autofix.skip
linter/test_regression/14201.ets.json
linter/test_regression/14412.sts
linter/test_regression/14412.ts.autofix.skip
linter/test_regression/14412.ts.json
linter/test_regression/14832.sts
linter/test_regression/14832.ts.autofix.skip
linter/test_regression/14832.ts.json
linter/test_regression/14860.sts
linter/test_regression/14860.ts.autofix.skip
linter/test_regression/14860.ts.json
linter/test_regression/14953.sts
linter/test_regression/14953.ts.autofix.skip
linter/test_regression/14953.ts.json
linter/test_regression/15086.sts
linter/test_regression/15086.ts.autofix.skip
linter/test_regression/15086.ts.json
linter/test_regression/15391.sts
linter/test_regression/15391.ts.autofix.skip
linter/test_regression/15391.ts.json
linter/test_regression/15431.sts
linter/test_regression/15431.ts.autofix.skip
linter/test_regression/15431.ts.json
linter/test_regression/15497.sts
linter/test_regression/15497.ts.autofix.skip
linter/test_regression/15497.ts.json
linter/test_regression/15966.sts
linter/test_regression/15966.ts.autofix.json
linter/test_regression/15966.ts.json
linter/test_regression/lib.d.sts
linter/test_rules/rule1.sts
linter/test_rules/rule1.ts.autofix.json
linter/test_rules/rule1.ts.json
linter/test_rules/rule102.sts
linter/test_rules/rule102.ts.autofix.skip
linter/test_rules/rule102.ts.json
linter/test_rules/rule103.sts
linter/test_rules/rule103.ts.autofix.skip
linter/test_rules/rule103.ts.json
linter/test_rules/rule104.sts
linter/test_rules/rule104.ts.autofix.skip
linter/test_rules/rule104.ts.json
linter/test_rules/rule106.sts
linter/test_rules/rule106.ts.autofix.skip
linter/test_rules/rule106.ts.json
linter/test_rules/rule111.sts
linter/test_rules/rule111.ts.autofix.skip
linter/test_rules/rule111.ts.json
linter/test_rules/rule113.sts
linter/test_rules/rule113.ts.autofix.json
linter/test_rules/rule113.ts.json
linter/test_rules/rule114.sts
linter/test_rules/rule114.ts.autofix.skip
linter/test_rules/rule114.ts.json
linter/test_rules/rule116.sts
linter/test_rules/rule116.ts.autofix.skip
linter/test_rules/rule116.ts.json
linter/test_rules/rule121.sts
linter/test_rules/rule121.ts.autofix.skip
linter/test_rules/rule121.ts.json
linter/test_rules/rule126.sts
linter/test_rules/rule126.ts.autofix.skip
linter/test_rules/rule126.ts.json
linter/test_rules/rule128.sts
linter/test_rules/rule128.ts.autofix.skip
linter/test_rules/rule128.ts.json
linter/test_rules/rule129.sts
linter/test_rules/rule129.ts.autofix.skip
linter/test_rules/rule129.ts.json
linter/test_rules/rule130.sts
linter/test_rules/rule130.ts.autofix.skip
linter/test_rules/rule130.ts.json
linter/test_rules/rule132.sts
linter/test_rules/rule132.ts.autofix.skip
linter/test_rules/rule132.ts.json
linter/test_rules/rule134.sts
linter/test_rules/rule134.ts.autofix.skip
linter/test_rules/rule134.ts.json
linter/test_rules/rule136.sts
linter/test_rules/rule136.ts.autofix.skip
linter/test_rules/rule136.ts.json
linter/test_rules/rule137.sts
linter/test_rules/rule137.ts.autofix.skip
linter/test_rules/rule137.ts.json
linter/test_rules/rule138.sts
linter/test_rules/rule138.ts.autofix.skip
linter/test_rules/rule138.ts.json
linter/test_rules/rule139.sts
linter/test_rules/rule139.ts.autofix.skip
linter/test_rules/rule139.ts.json
linter/test_rules/rule14.sts
linter/test_rules/rule14.ts.autofix.skip
linter/test_rules/rule14.ts.json
linter/test_rules/rule140.sts
linter/test_rules/rule140.ts.autofix.json
linter/test_rules/rule140.ts.json
linter/test_rules/rule142.sts
linter/test_rules/rule142.ts.autofix.skip
linter/test_rules/rule142.ts.json
linter/test_rules/rule143.sts
linter/test_rules/rule143.ts.autofix.skip
linter/test_rules/rule143.ts.json
linter/test_rules/rule144.sts
linter/test_rules/rule144.ts.autofix.skip
linter/test_rules/rule144.ts.json
linter/test_rules/rule145.sts
linter/test_rules/rule145.ts.autofix.skip
linter/test_rules/rule145.ts.json
linter/test_rules/rule146.sts
linter/test_rules/rule146.ts.autofix.skip
linter/test_rules/rule146.ts.json
linter/test_rules/rule147.sts
linter/test_rules/rule147.ts.autofix.skip
linter/test_rules/rule147.ts.json
linter/test_rules/rule149.sts
linter/test_rules/rule149.ts.autofix.skip
linter/test_rules/rule149.ts.json
linter/test_rules/rule14_1.sts
linter/test_rules/rule14_1.ts.autofix.skip
linter/test_rules/rule14_1.ts.json
linter/test_rules/rule15.sts
linter/test_rules/rule15.ts.autofix.skip
linter/test_rules/rule15.ts.json
linter/test_rules/rule150.sts
linter/test_rules/rule150.ts.autofix.skip
linter/test_rules/rule150.ts.json
linter/test_rules/rule151.sts
linter/test_rules/rule151.ts.autofix.skip
linter/test_rules/rule151.ts.json
linter/test_rules/rule152.sts
linter/test_rules/rule152.ts.autofix.skip
linter/test_rules/rule152.ts.json
linter/test_rules/rule153.sts
linter/test_rules/rule153.ts.autofix.skip
linter/test_rules/rule153.ts.json
linter/test_rules/rule154.sts
linter/test_rules/rule154.ts.autofix.skip
linter/test_rules/rule154.ts.json
linter/test_rules/rule155.sts
linter/test_rules/rule155.ts.autofix.skip
linter/test_rules/rule155.ts.json
linter/test_rules/rule156.sts
linter/test_rules/rule156.ts.autofix.skip
linter/test_rules/rule156.ts.json
linter/test_rules/rule157.sts
linter/test_rules/rule157.ts.autofix.skip
linter/test_rules/rule157.ts.json
linter/test_rules/rule158.sts
linter/test_rules/rule158.ts.autofix.skip
linter/test_rules/rule158.ts.json
linter/test_rules/rule159.sts
linter/test_rules/rule159.ts.autofix.skip
linter/test_rules/rule159.ts.json
linter/test_rules/rule16.sts
linter/test_rules/rule16.ts.autofix.json
linter/test_rules/rule16.ts.json
linter/test_rules/rule160.sts
linter/test_rules/rule160.ts.autofix.skip
linter/test_rules/rule160.ts.json
linter/test_rules/rule161.sts
linter/test_rules/rule161.ts.autofix.skip
linter/test_rules/rule161.ts.json
linter/test_rules/rule162.sts
linter/test_rules/rule162.ts.autofix.skip
linter/test_rules/rule162.ts.json
linter/test_rules/rule163.sts
linter/test_rules/rule163.ts.autofix.skip
linter/test_rules/rule163.ts.json
linter/test_rules/rule164.sts
linter/test_rules/rule164.ts.autofix.skip
linter/test_rules/rule164.ts.json
linter/test_rules/rule17.sts
linter/test_rules/rule17.ts.autofix.skip
linter/test_rules/rule17.ts.json
linter/test_rules/rule19.sts
linter/test_rules/rule19.ts.autofix.skip
linter/test_rules/rule19.ts.json
linter/test_rules/rule2.sts
linter/test_rules/rule2.ts.autofix.skip
linter/test_rules/rule2.ts.json
linter/test_rules/rule21.sts
linter/test_rules/rule21.ts.autofix.skip
linter/test_rules/rule21.ts.json
linter/test_rules/rule21_1.sts
linter/test_rules/rule21_1.ts.autofix.skip
linter/test_rules/rule21_1.ts.json
linter/test_rules/rule21_2.sts
linter/test_rules/rule21_2.ts.autofix.skip
linter/test_rules/rule21_2.ts.json
linter/test_rules/rule21_3.sts
linter/test_rules/rule21_3.ts.autofix.skip
linter/test_rules/rule21_3.ts.json
linter/test_rules/rule22.sts
linter/test_rules/rule22.ts.autofix.skip
linter/test_rules/rule22.ts.json
linter/test_rules/rule25.sts
linter/test_rules/rule25.ts.autofix.json
linter/test_rules/rule25.ts.json
linter/test_rules/rule27.sts
linter/test_rules/rule27.ts.autofix.skip
linter/test_rules/rule27.ts.json
linter/test_rules/rule28.sts
linter/test_rules/rule28.ts.autofix.skip
linter/test_rules/rule28.ts.json
linter/test_rules/rule29.sts
linter/test_rules/rule29.ts.autofix.json
linter/test_rules/rule29.ts.json
linter/test_rules/rule3.sts
linter/test_rules/rule3.ts.autofix.json
linter/test_rules/rule3.ts.json
linter/test_rules/rule30.sts
linter/test_rules/rule30.ts.autofix.skip
linter/test_rules/rule30.ts.json
linter/test_rules/rule30_1.sts
linter/test_rules/rule30_1.ts.autofix.skip
linter/test_rules/rule30_1.ts.json
linter/test_rules/rule30_2.sts
linter/test_rules/rule30_2.ts.autofix.skip
linter/test_rules/rule30_2.ts.json
linter/test_rules/rule30_3.sts
linter/test_rules/rule30_3.ts.autofix.skip
linter/test_rules/rule30_3.ts.json
linter/test_rules/rule30_4.sts
linter/test_rules/rule30_4.ts.autofix.skip
linter/test_rules/rule30_4.ts.json
linter/test_rules/rule30_5.sts
linter/test_rules/rule30_5.ts.autofix.skip
linter/test_rules/rule30_5.ts.json
linter/test_rules/rule30_6.sts
linter/test_rules/rule30_6.ts.autofix.skip
linter/test_rules/rule30_6.ts.json
linter/test_rules/rule34.sts
linter/test_rules/rule34.ts.autofix.skip
linter/test_rules/rule34.ts.json
linter/test_rules/rule37.sts
linter/test_rules/rule37.ts.autofix.skip
linter/test_rules/rule37.ts.json
linter/test_rules/rule38.sts
linter/test_rules/rule38.ts.autofix.json
linter/test_rules/rule38.ts.json
linter/test_rules/rule4.sts
linter/test_rules/rule4.ts.autofix.skip
linter/test_rules/rule4.ts.json
linter/test_rules/rule40.sts
linter/test_rules/rule40.ts.autofix.skip
linter/test_rules/rule40.ts.json
linter/test_rules/rule43.sts
linter/test_rules/rule43.ts.autofix.skip
linter/test_rules/rule43.ts.json
linter/test_rules/rule46.sts
linter/test_rules/rule46.ts.autofix.json
linter/test_rules/rule46.ts.json
linter/test_rules/rule5.sts
linter/test_rules/rule5.ts.autofix.json
linter/test_rules/rule5.ts.json
linter/test_rules/rule50.sts
linter/test_rules/rule50.ts.autofix.skip
linter/test_rules/rule50.ts.json
linter/test_rules/rule51.sts
linter/test_rules/rule51.ts.autofix.skip
linter/test_rules/rule51.ts.json
linter/test_rules/rule52.sts
linter/test_rules/rule52.ts.autofix.skip
linter/test_rules/rule52.ts.json
linter/test_rules/rule53.sts
linter/test_rules/rule53.ts.autofix.json
linter/test_rules/rule53.ts.json
linter/test_rules/rule54.stsx
linter/test_rules/rule54.tsx.autofix.skip
linter/test_rules/rule54.tsx.json
linter/test_rules/rule55.sts
linter/test_rules/rule55.ts.autofix.skip
linter/test_rules/rule55.ts.json
linter/test_rules/rule59.sts
linter/test_rules/rule59.ts.autofix.skip
linter/test_rules/rule59.ts.json
linter/test_rules/rule60.sts
linter/test_rules/rule60.ts.autofix.skip
linter/test_rules/rule60.ts.json
linter/test_rules/rule65.sts
linter/test_rules/rule65.ts.autofix.skip
linter/test_rules/rule65.ts.json
linter/test_rules/rule66.sts
linter/test_rules/rule66.ts.autofix.skip
linter/test_rules/rule66.ts.json
linter/test_rules/rule69.sts
linter/test_rules/rule69.ts.autofix.skip
linter/test_rules/rule69.ts.json
linter/test_rules/rule71.sts
linter/test_rules/rule71.ts.autofix.json
linter/test_rules/rule71.ts.json
linter/test_rules/rule74.sts
linter/test_rules/rule74.ts.autofix.skip
linter/test_rules/rule74.ts.json
linter/test_rules/rule79.sts
linter/test_rules/rule79.ts.autofix.json
linter/test_rules/rule79.ts.json
linter/test_rules/rule8.sts
linter/test_rules/rule8.ts.autofix.skip
linter/test_rules/rule8.ts.json
linter/test_rules/rule80.sts
linter/test_rules/rule80.ts.autofix.skip
linter/test_rules/rule80.ts.json
linter/test_rules/rule83.sts
linter/test_rules/rule83.ts.autofix.skip
linter/test_rules/rule83.ts.json
linter/test_rules/rule84.sts
linter/test_rules/rule84.ts.autofix.skip
linter/test_rules/rule84.ts.json
linter/test_rules/rule87.sts
linter/test_rules/rule87.ts.autofix.skip
linter/test_rules/rule87.ts.json
linter/test_rules/rule8_1.sts
linter/test_rules/rule8_1.ts.autofix.skip
linter/test_rules/rule8_1.ts.json
linter/test_rules/rule8_2.sts
linter/test_rules/rule8_2.ts.autofix.skip
linter/test_rules/rule8_2.ts.json
linter/test_rules/rule8_3.sts
linter/test_rules/rule8_3.ts.autofix.skip
linter/test_rules/rule8_3.ts.json
linter/test_rules/rule8_4.sts
linter/test_rules/rule8_4.ts.autofix.skip
linter/test_rules/rule8_4.ts.json
linter/test_rules/rule8_5.sts
linter/test_rules/rule8_5.ts.autofix.skip
linter/test_rules/rule8_5.ts.json
linter/test_rules/rule8_6.sts
linter/test_rules/rule8_6.ts.autofix.skip
linter/test_rules/rule8_6.ts.json
linter/test_rules/rule90.sts
linter/test_rules/rule90.ts.autofix.json
linter/test_rules/rule90.ts.json
linter/test_rules/rule90_1.sts
linter/test_rules/rule90_1.ts.autofix.json
linter/test_rules/rule90_1.ts.json
linter/test_rules/rule90_2.sts
linter/test_rules/rule90_2.ts.autofix.json
linter/test_rules/rule90_2.ts.json
linter/test_rules/rule90_3.sts
linter/test_rules/rule90_3.ts.autofix.json
linter/test_rules/rule90_3.ts.json
linter/test_rules/rule90_4.sts
linter/test_rules/rule90_4.ts.autofix.json
linter/test_rules/rule90_4.ts.json
linter/test_rules/rule90_5.sts
linter/test_rules/rule90_5.ts.autofix.json
linter/test_rules/rule90_5.ts.json
linter/test_rules/rule91.sts
linter/test_rules/rule91.ts.autofix.skip
linter/test_rules/rule91.ts.json
linter/test_rules/rule92.sts
linter/test_rules/rule92.ts.autofix.json
linter/test_rules/rule92.ts.json
linter/test_rules/rule93.sts
linter/test_rules/rule93.ts.autofix.skip
linter/test_rules/rule93.ts.json
linter/test_rules/rule94.sts
linter/test_rules/rule94.ts.autofix.skip
linter/test_rules/rule94.ts.json
linter/test_rules/rule96.sts
linter/test_rules/rule96.ts.autofix.skip
linter/test_rules/rule96.ts.json
linter/test_rules/rule99.sts
linter/test_rules/rule99.ts.autofix.skip
linter/test_rules/rule99.ts.json
linter/tsconfig.json
linter/tslinter.bat
linter/tslinter.sh
linter/utils/logger.ts
linter/webpack.config.js
parser/ASparser.cpp
parser/ASparser.h
parser/ETSFormattedParser.cpp
parser/ETSNolintParser.cpp
parser/ETSNolintParser.h
parser/ETSparser.cpp
parser/ETSparser.h
parser/ETSparserClasses.cpp
parser/ETSparserEnums.cpp
parser/ETSparserExpressions.cpp
parser/ETSparserNamespaces.cpp
parser/ETSparserStatements.cpp
parser/ETSparserTypes.cpp
parser/JSparser.cpp
parser/JSparser.h
parser/TSparser.cpp
parser/TSparser.h
parser/TypedParser.cpp
parser/TypedParser.h
parser/context/classPrivateContext.cpp
parser/context/classPrivateContext.h
parser/context/parserContext.cpp
parser/context/parserContext.h
parser/expressionParser.cpp
parser/expressionTSParser.cpp
parser/forwardDeclForParserImpl.h
parser/parserFlags.h
parser/parserImpl.cpp
parser/parserImpl.h
parser/parserStatusContext.h
parser/program/entityNameVisitor.cpp
parser/program/entityNameVisitor.h
parser/program/program.cpp
parser/program/program.h
parser/statementParser.cpp
parser/statementTSParser.cpp
public/.gitignore
public/CMakeLists.txt
public/README.md
public/cppToCTypes.yaml
public/enums.rb
public/es2panda_lib.cpp
public/es2panda_lib.h
public/es2panda_lib.rb
public/es2panda_lib_decl.inc.erb
public/es2panda_lib_enums.inc.erb
public/es2panda_lib_impl.inc.erb
public/es2panda_lib_include.inc.erb
public/es2panda_lib_list.inc.erb
public/headers_parser/README.md
public/headers_parser/cpp_keywords.py
public/headers_parser/cpp_parser.py
public/headers_parser/file_tools.py
public/headers_parser/line_iterator.py
public/headers_parser/log_tools.py
public/headers_parser/main.py
public/headers_parser/parse_arguments.py
public/headers_parser/parse_class.py
public/headers_parser/parse_define.py
public/headers_parser/parse_enum.py
public/headers_parser/parse_method.py
public/headers_parser/parse_namespace.py
public/headers_parser/parse_struct.py
public/headers_parser/parse_using.py
public/headers_parser/prepare_header.py
public/headers_parser/runtime_collections.py
public/headers_parser/supported_types.py
public/headers_parser/text_tools.py
public/public.h
scripts/es2panda_coverage.sh
scripts/es2panda_pre_test.py
scripts/run-tests
scripts/test_runner.py
test/CMakeLists.txt
test/ast/compiler/ets/FunctionType1.sts
test/ast/compiler/ets/FunctionType3.sts
test/ast/compiler/ets/FunctionType5.sts
test/ast/compiler/ets/FunctionType6.sts
test/ast/compiler/ets/FunctionType7.sts
test/ast/compiler/ets/FunctionType8.sts
test/ast/compiler/ets/FunctionType9.sts
test/ast/compiler/ets/StructTest1.sts
test/ast/compiler/ets/StructTest2.sts
test/ast/compiler/ets/StructTest3.sts
test/ast/compiler/ets/TypeError_recursive_parameter_1.sts
test/ast/compiler/ets/TypeError_recursive_parameter_2.sts
test/ast/compiler/ets/annotation_tests/annotion_decalaration_bad01.sts
test/ast/compiler/ets/annotation_tests/annotion_decalaration_bad02.sts
test/ast/compiler/ets/annotation_tests/annotion_decalaration_bad03.sts
test/ast/compiler/ets/annotation_tests/annotion_decalaration_bad04.sts
test/ast/compiler/ets/annotation_tests/annotion_using_bad01.sts
test/ast/compiler/ets/annotation_tests/annotion_using_bad02.sts
test/ast/compiler/ets/annotation_tests/annotion_using_bad03.sts
test/ast/compiler/ets/array_indexing_without_chaining_nullish.sts
test/ast/compiler/ets/assert_bad.sts
test/ast/compiler/ets/async_with_non_generic_return_type.sts
test/ast/compiler/ets/boxingConversion1.sts
test/ast/compiler/ets/boxingConversion4.sts
test/ast/compiler/ets/call_for_method_never_exist.sts
test/ast/compiler/ets/conversion_Double-to-Int_typeerror.sts
test/ast/compiler/ets/conversion_Double-to-Int_w_try_stmt_typerror.sts
test/ast/compiler/ets/conversion_Int-to-Double_typeerror.sts
test/ast/compiler/ets/conversion_call-context_Int-to-Double_typeerror.sts
test/ast/compiler/ets/conversion_w_functions_w_try-stmts.sts
test/ast/compiler/ets/enum_as_type_alias.sts
test/ast/compiler/ets/etsObjectToString0.sts
test/ast/compiler/ets/etsObjectToString1.sts
test/ast/compiler/ets/etsObjectToString2.sts
test/ast/compiler/ets/etsObjectToString3.sts
test/ast/compiler/ets/etsObjectToString4.sts
test/ast/compiler/ets/etsObjectToString5.sts
test/ast/compiler/ets/export_and_export_type_class.sts
test/ast/compiler/ets/export_and_export_type_interface.sts
test/ast/compiler/ets/export_same_type_at_decl_and_selective_binding.sts
test/ast/compiler/ets/export_type.sts
test/ast/compiler/ets/export_type_class_multiple_times.sts
test/ast/compiler/ets/export_type_enum.sts
test/ast/compiler/ets/export_type_function.sts
test/ast/compiler/ets/export_type_interface_multiple_times.sts
test/ast/compiler/ets/export_type_variable.sts
test/ast/compiler/ets/export_type_variable_at_definition.sts
test/ast/compiler/ets/for_of_missing_iterator_type.sts
test/ast/compiler/ets/function_subtyping_2.sts
test/ast/compiler/ets/function_subtyping_3.sts
test/ast/compiler/ets/generic_class_without_type_arg_1.sts
test/ast/compiler/ets/generic_class_without_type_arg_2.sts
test/ast/compiler/ets/generic_function_call_2.sts
test/ast/compiler/ets/generic_function_call_6.sts
test/ast/compiler/ets/generic_typealias_10_neg.sts
test/ast/compiler/ets/generic_typealias_2_neg.sts
test/ast/compiler/ets/generic_typealias_3_neg.sts
test/ast/compiler/ets/generic_typealias_4_neg.sts
test/ast/compiler/ets/generic_typealias_5_neg.sts
test/ast/compiler/ets/generic_variance_2.sts
test/ast/compiler/ets/generic_variance_3.sts
test/ast/compiler/ets/generic_variance_4.sts
test/ast/compiler/ets/generic_variance_5.sts
test/ast/compiler/ets/generics_implicit_lambda2.sts
test/ast/compiler/ets/generics_primitive_type_param_neg_1.sts
test/ast/compiler/ets/generics_primitive_type_param_neg_2.sts
test/ast/compiler/ets/identifierReference1.sts
test/ast/compiler/ets/identifierReference10.sts
test/ast/compiler/ets/identifierReference11.sts
test/ast/compiler/ets/identifierReference12.sts
test/ast/compiler/ets/identifierReference13.sts
test/ast/compiler/ets/identifierReference15.sts
test/ast/compiler/ets/identifierReference16.sts
test/ast/compiler/ets/identifierReference2.sts
test/ast/compiler/ets/identifierReference3.sts
test/ast/compiler/ets/identifierReference5.sts
test/ast/compiler/ets/identifierReference6.sts
test/ast/compiler/ets/identifierReference7.sts
test/ast/compiler/ets/identifierReference8.sts
test/ast/compiler/ets/identifierReference9.sts
test/ast/compiler/ets/implicit_package_import/package_test_3/package_module_1_neg.sts
test/ast/compiler/ets/implicit_package_import/package_test_3/package_module_2_neg.sts
test/ast/compiler/ets/implicit_package_import/package_test_5/package_module_1.sts
test/ast/compiler/ets/implicit_package_import/package_test_5/package_module_2_neg.sts
test/ast/compiler/ets/implicit_package_import/package_test_6/package_module_1.sts
test/ast/compiler/ets/implicit_package_import/package_test_6/package_module_2.sts
test/ast/compiler/ets/implicit_package_import/package_test_7/package_module_1_neg.sts
test/ast/compiler/ets/implicit_package_import/package_test_7/package_module_2_neg.sts
test/ast/compiler/ets/import_tests/selective_export_tests/import_function_wrong_name.sts
test/ast/compiler/ets/import_tests/selective_export_tests/import_interface_wrong_name.sts
test/ast/compiler/ets/import_tests/selective_export_tests/namespace_import_wrong_access_name.sts
test/ast/compiler/ets/import_tests/selective_export_tests/selective_export.sts
test/ast/compiler/ets/import_tests/selective_export_tests/selective_export_clashing_exports_1.sts
test/ast/compiler/ets/import_tests/selective_export_tests/selective_export_clashing_exports_2.sts
test/ast/compiler/ets/import_tests/selective_export_tests/selective_export_clashing_exports_3.sts
test/ast/compiler/ets/import_tests/selective_export_tests/selective_export_clashing_exports_4.sts
test/ast/compiler/ets/import_tests/selective_export_tests/selective_export_function.sts
test/ast/compiler/ets/import_tests/selective_export_tests/selective_export_interface.sts
test/ast/compiler/ets/import_type_with_invalid_syntax.sts
test/ast/compiler/ets/import_type_without_export.sts
test/ast/compiler/ets/inferTypeOfArrayNegative2.sts
test/ast/compiler/ets/inferTypeOfArrayNegative3.sts
test/ast/compiler/ets/infinityNarrowing.sts
test/ast/compiler/ets/interfaceMethodNotOverridden.sts
test/ast/compiler/ets/invalidIndirectInheritanceFromClass.sts
test/ast/compiler/ets/invalidIndirectInheritanceFromInterface.sts
test/ast/compiler/ets/invalidInheritance1.sts
test/ast/compiler/ets/invalidInheritance2.sts
test/ast/compiler/ets/invalidInheritance4.sts
test/ast/compiler/ets/invalidInheritanceFromClass.sts
test/ast/compiler/ets/invalidInheritanceFromInterface.sts
test/ast/compiler/ets/invalidMemberExpressionFromStaticContext1.sts
test/ast/compiler/ets/invalidMemberExpressionFromStaticContext2.sts
test/ast/compiler/ets/invalidMemberExpressionFromStaticContext3.sts
test/ast/compiler/ets/invalidMemberExpressionFromStaticContext4.sts
test/ast/compiler/ets/invalidMemberExpressionFromStaticContext5.sts
test/ast/compiler/ets/invalidMemberExpressionFromStaticContext6.sts
test/ast/compiler/ets/invalidMemberExpressionFromStaticContext7.sts
test/ast/compiler/ets/invalidMemberExpressionFromStaticContext8.sts
test/ast/compiler/ets/invalidPrivateAccess1.sts
test/ast/compiler/ets/invalidPrivateAccess2.sts
test/ast/compiler/ets/invalidPrivateAccess3.sts
test/ast/compiler/ets/invalidPrivateAccess4.sts
test/ast/compiler/ets/invalidPrivateAccess5.sts
test/ast/compiler/ets/invalidPrivateAccess6.sts
test/ast/compiler/ets/invalidProtectedAccess1.sts
test/ast/compiler/ets/invalidProtectedAccess2.sts
test/ast/compiler/ets/invalidProtectedAccess3.sts
test/ast/compiler/ets/lambdaExpressionWithoutBlockStatementDifferentType.sts
test/ast/compiler/ets/lambdaExpressionWithoutBlockStatementDifferentTypeInfunction.sts
test/ast/compiler/ets/lambdaFunction3.sts
test/ast/compiler/ets/lambdaFunction4.sts
test/ast/compiler/ets/lambdaFunction5.sts
test/ast/compiler/ets/lambda_infer_type/lambda_infer_type_param1.sts
test/ast/compiler/ets/lambda_infer_type/lambda_param_type_cannot_be_determined.sts
test/ast/compiler/ets/method-resolution-class-and-interface-in-signatures_1.sts
test/ast/compiler/ets/method-resolution-class-and-interface-in-signatures_2.sts
test/ast/compiler/ets/method-resolution-class-and-interface-in-signatures_3.sts
test/ast/compiler/ets/method-resolution-class-and-interface-in-signatures_4.sts
test/ast/compiler/ets/method-resolution-class-and-interface-in-signatures_6.sts
test/ast/compiler/ets/mostSpecificMethod1.sts
test/ast/compiler/ets/mostSpecificMethod2.sts
test/ast/compiler/ets/most_specific_method_with_empty_rest_param.sts
test/ast/compiler/ets/n_assignGenericWithNullableTypeParamToNonNullable.sts
test/ast/compiler/ets/newClassInstanceExpression.sts
test/ast/compiler/ets/null_coalescing_generic_1_neg.sts
test/ast/compiler/ets/nullable_type_in_arithmeticmult_func.sts
test/ast/compiler/ets/nullable_type_in_arithmeticmult_func_w_undefined.sts
test/ast/compiler/ets/nullable_type_in_arithmeticplus_func.sts
test/ast/compiler/ets/nullable_type_in_arithmeticplus_w_undefined.sts
test/ast/compiler/ets/nullable_type_in_stringconcat_func.sts
test/ast/compiler/ets/objectLiteralAbstract.sts
test/ast/compiler/ets/objectLiteralBadKey.sts
test/ast/compiler/ets/objectLiteralInaccessibleKey.sts
test/ast/compiler/ets/objectLiteralInterface2.sts
test/ast/compiler/ets/objectLiteralInterface3.sts
test/ast/compiler/ets/objectLiteralNoContextType.sts
test/ast/compiler/ets/objectLiteralNoParameterlessConstructor.sts
test/ast/compiler/ets/objectLiteralNoSuchKey.sts
test/ast/compiler/ets/objectLiteralPrimitiveContextType.sts
test/ast/compiler/ets/objectLiteralPrivateConstructor.sts
test/ast/compiler/ets/objectLiteralWrongValueType.sts
test/ast/compiler/ets/override11.sts
test/ast/compiler/ets/override14.sts
test/ast/compiler/ets/override15.sts
test/ast/compiler/ets/override18.sts
test/ast/compiler/ets/override3.sts
test/ast/compiler/ets/override7.sts
test/ast/compiler/ets/overrideModifierNotOverriding.sts
test/ast/compiler/ets/partialType_1_neg.sts
test/ast/compiler/ets/partialType_2_neg.sts
test/ast/compiler/ets/partialType_3_neg.sts
test/ast/compiler/ets/privateMethodOverride.sts
test/ast/compiler/ets/readonlyField.sts
test/ast/compiler/ets/readonlyField_2.sts
test/ast/compiler/ets/readonlyType_1.sts
test/ast/compiler/ets/readonlyType_2.sts
test/ast/compiler/ets/readonlyType_3.sts
test/ast/compiler/ets/readonlyType_4.sts
test/ast/compiler/ets/readonlyType_5.sts
test/ast/compiler/ets/readonlyType_6.sts
test/ast/compiler/ets/recursive_class_neg.sts
test/ast/compiler/ets/recursive_function_neg_1.sts
test/ast/compiler/ets/recursive_interface_neg_1.sts
test/ast/compiler/ets/recursive_interface_neg_2.sts
test/ast/compiler/ets/recursive_method_neg_1.sts
test/ast/compiler/ets/recursive_method_neg_2.sts
test/ast/compiler/ets/recursive_union_neg_1.sts
test/ast/compiler/ets/recursive_union_neg_2.sts
test/ast/compiler/ets/referenceEqualityNotCastable_n.sts
test/ast/compiler/ets/referenceEqualityNotReference_n.sts
test/ast/compiler/ets/requiredType_10_neg.sts
test/ast/compiler/ets/requiredType_2_neg.sts
test/ast/compiler/ets/requiredType_3_neg.sts
test/ast/compiler/ets/requiredType_6.sts
test/ast/compiler/ets/requiredType_7_neg.sts
test/ast/compiler/ets/requiredType_8_neg.sts
test/ast/compiler/ets/resolve_func_name_union_type.sts
test/ast/compiler/ets/resolve_func_name_union_type_1.sts
test/ast/compiler/ets/rethrowingCheck2.sts
test/ast/compiler/ets/rethrowingCheck3.sts
test/ast/compiler/ets/rethrowingCheck5.sts
test/ast/compiler/ets/rethrowingConstructorCheck1.sts
test/ast/compiler/ets/rethrowingConstructorCheck2.sts
test/ast/compiler/ets/rethrowingFunctionCheck1.sts
test/ast/compiler/ets/rethrowingFunctionCheck2.sts
test/ast/compiler/ets/rethrowingMethodCheck1.sts
test/ast/compiler/ets/rethrowingMethodCheck2.sts
test/ast/compiler/ets/return_missing_argument.sts
test/ast/compiler/ets/setArrayLength1.sts
test/ast/compiler/ets/setArrayLength2.sts
test/ast/compiler/ets/setArrayLength3.sts
test/ast/compiler/ets/staticInitializerInInnerClass.sts
test/ast/compiler/ets/superReferenceFromStaticContext.sts
test/ast/compiler/ets/thisReferenceFromStaticContext.sts
test/ast/compiler/ets/this_type_invalid_return_type.sts
test/ast/compiler/ets/throwInCatchClause1.sts
test/ast/compiler/ets/throwInCatchClause2.sts
test/ast/compiler/ets/throwInFinallyBlock.sts
test/ast/compiler/ets/throwInFinallyBlock2.sts
test/ast/compiler/ets/throwInRethrowingFunction.sts
test/ast/compiler/ets/throwWithoutTryCatch.sts
test/ast/compiler/ets/throwingConstructorCheck1.sts
test/ast/compiler/ets/throwingConstructorCheck2.sts
test/ast/compiler/ets/throwingFunctionAsParameter2.sts
test/ast/compiler/ets/throwingFunctionCheck1.sts
test/ast/compiler/ets/throwingFunctionCheck4.sts
test/ast/compiler/ets/throwingFunctionCheck5.sts
test/ast/compiler/ets/throwingFunctionType2.sts
test/ast/compiler/ets/throwingMethodCheck1.sts
test/ast/compiler/ets/throwingMethodCheck2.sts
test/ast/compiler/ets/tryCatchErrorFlow.sts
test/ast/compiler/ets/tryCatchErrorIncorrectParamType.sts
test/ast/compiler/ets/tryCatchFlow.sts
test/ast/compiler/ets/tryCatchIncorrectParamType.sts
test/ast/compiler/ets/tryCatchMissingParam.sts
test/ast/compiler/ets/tuple_types_10_neg.sts
test/ast/compiler/ets/tuple_types_11_neg.sts
test/ast/compiler/ets/tuple_types_2_neg.sts
test/ast/compiler/ets/tuple_types_3_neg.sts
test/ast/compiler/ets/tuple_types_4_neg.sts
test/ast/compiler/ets/tuple_types_5_neg.sts
test/ast/compiler/ets/tuple_types_6_neg.sts
test/ast/compiler/ets/tuple_types_9_neg.sts
test/ast/compiler/ets/typeVarReferenceFromStaticContext.sts
test/ast/compiler/ets/union_string_literals_1.sts
test/ast/compiler/ets/union_string_literals_2.sts
test/ast/compiler/ets/union_string_literals_3.sts
test/ast/compiler/ets/union_string_literals_4.sts
test/ast/compiler/ets/union_string_literals_5.sts
test/ast/compiler/ets/union_string_literals_6.sts
test/ast/compiler/ets/union_string_literals_7.sts
test/ast/compiler/ets/union_string_literals_8.sts
test/ast/compiler/ets/union_types_2.sts
test/ast/compiler/ets/union_types_4.sts
test/ast/compiler/ets/validate_signatures_throw_type_error.sts
test/ast/compiler/ets/validate_signatures_throw_type_error_more_param.sts
test/ast/compiler/ets/voidTypeInBinaryOperation.sts
test/ast/compiler/ets/void_as_typeAnnotation_neg_1.sts
test/ast/compiler/ets/void_as_value_neg_1.sts
test/ast/compiler/ets/void_as_value_neg_2.sts
test/ast/compiler/ets/void_as_value_neg_3.sts
test/ast/compiler/ts/arithmetic_operators_1.ts
test/ast/compiler/ts/arithmetic_operators_10.ts
test/ast/compiler/ts/arithmetic_operators_11.ts
test/ast/compiler/ts/arithmetic_operators_12.ts
test/ast/compiler/ts/arithmetic_operators_13.ts
test/ast/compiler/ts/arithmetic_operators_14.ts
test/ast/compiler/ts/arithmetic_operators_15.ts
test/ast/compiler/ts/arithmetic_operators_16.ts
test/ast/compiler/ts/arithmetic_operators_17.ts
test/ast/compiler/ts/arithmetic_operators_18.ts
test/ast/compiler/ts/arithmetic_operators_19.ts
test/ast/compiler/ts/arithmetic_operators_2.ts
test/ast/compiler/ts/arithmetic_operators_20.ts
test/ast/compiler/ts/arithmetic_operators_21.ts
test/ast/compiler/ts/arithmetic_operators_22.ts
test/ast/compiler/ts/arithmetic_operators_23.ts
test/ast/compiler/ts/arithmetic_operators_24.ts
test/ast/compiler/ts/arithmetic_operators_25.ts
test/ast/compiler/ts/arithmetic_operators_26.ts
test/ast/compiler/ts/arithmetic_operators_27.ts
test/ast/compiler/ts/arithmetic_operators_28.ts
test/ast/compiler/ts/arithmetic_operators_29.ts
test/ast/compiler/ts/arithmetic_operators_3.ts
test/ast/compiler/ts/arithmetic_operators_30.ts
test/ast/compiler/ts/arithmetic_operators_31.ts
test/ast/compiler/ts/arithmetic_operators_32.ts
test/ast/compiler/ts/arithmetic_operators_33.ts
test/ast/compiler/ts/arithmetic_operators_34.ts
test/ast/compiler/ts/arithmetic_operators_35.ts
test/ast/compiler/ts/arithmetic_operators_36.ts
test/ast/compiler/ts/arithmetic_operators_37.ts
test/ast/compiler/ts/arithmetic_operators_38.ts
test/ast/compiler/ts/arithmetic_operators_39.ts
test/ast/compiler/ts/arithmetic_operators_4.ts
test/ast/compiler/ts/arithmetic_operators_40.ts
test/ast/compiler/ts/arithmetic_operators_41.ts
test/ast/compiler/ts/arithmetic_operators_42.ts
test/ast/compiler/ts/arithmetic_operators_43.ts
test/ast/compiler/ts/arithmetic_operators_44.ts
test/ast/compiler/ts/arithmetic_operators_45.ts
test/ast/compiler/ts/arithmetic_operators_46.ts
test/ast/compiler/ts/arithmetic_operators_47.ts
test/ast/compiler/ts/arithmetic_operators_48.ts
test/ast/compiler/ts/arithmetic_operators_49.ts
test/ast/compiler/ts/arithmetic_operators_5.ts
test/ast/compiler/ts/arithmetic_operators_50.ts
test/ast/compiler/ts/arithmetic_operators_51.ts
test/ast/compiler/ts/arithmetic_operators_52.ts
test/ast/compiler/ts/arithmetic_operators_53.ts
test/ast/compiler/ts/arithmetic_operators_54.ts
test/ast/compiler/ts/arithmetic_operators_55.ts
test/ast/compiler/ts/arithmetic_operators_56.ts
test/ast/compiler/ts/arithmetic_operators_57.ts
test/ast/compiler/ts/arithmetic_operators_58.ts
test/ast/compiler/ts/arithmetic_operators_59.ts
test/ast/compiler/ts/arithmetic_operators_6.ts
test/ast/compiler/ts/arithmetic_operators_60.ts
test/ast/compiler/ts/arithmetic_operators_61.ts
test/ast/compiler/ts/arithmetic_operators_62.ts
test/ast/compiler/ts/arithmetic_operators_63.ts
test/ast/compiler/ts/arithmetic_operators_64.ts
test/ast/compiler/ts/arithmetic_operators_7.ts
test/ast/compiler/ts/arithmetic_operators_8.ts
test/ast/compiler/ts/arithmetic_operators_9.ts
test/ast/compiler/ts/arrayDestructuring1.ts
test/ast/compiler/ts/arrayDestructuring10.ts
test/ast/compiler/ts/arrayDestructuring11.ts
test/ast/compiler/ts/arrayDestructuring12.ts
test/ast/compiler/ts/arrayDestructuring13.ts
test/ast/compiler/ts/arrayDestructuring14.ts
test/ast/compiler/ts/arrayDestructuring15.ts
test/ast/compiler/ts/arrayDestructuring16.ts
test/ast/compiler/ts/arrayDestructuring17.ts
test/ast/compiler/ts/arrayDestructuring18.ts
test/ast/compiler/ts/arrayDestructuring19.ts
test/ast/compiler/ts/arrayDestructuring2.ts
test/ast/compiler/ts/arrayDestructuring20.ts
test/ast/compiler/ts/arrayDestructuring21.ts
test/ast/compiler/ts/arrayDestructuring22.ts
test/ast/compiler/ts/arrayDestructuring23.ts
test/ast/compiler/ts/arrayDestructuring24.ts
test/ast/compiler/ts/arrayDestructuring25.ts
test/ast/compiler/ts/arrayDestructuring26.ts
test/ast/compiler/ts/arrayDestructuring27.ts
test/ast/compiler/ts/arrayDestructuring28.ts
test/ast/compiler/ts/arrayDestructuring29.ts
test/ast/compiler/ts/arrayDestructuring3.ts
test/ast/compiler/ts/arrayDestructuring30.ts
test/ast/compiler/ts/arrayDestructuring31.ts
test/ast/compiler/ts/arrayDestructuring32.ts
test/ast/compiler/ts/arrayDestructuring33.ts
test/ast/compiler/ts/arrayDestructuring34.ts
test/ast/compiler/ts/arrayDestructuring35.ts
test/ast/compiler/ts/arrayDestructuring36.ts
test/ast/compiler/ts/arrayDestructuring37.ts
test/ast/compiler/ts/arrayDestructuring38.ts
test/ast/compiler/ts/arrayDestructuring39.ts
test/ast/compiler/ts/arrayDestructuring4.ts
test/ast/compiler/ts/arrayDestructuring40.ts
test/ast/compiler/ts/arrayDestructuring41.ts
test/ast/compiler/ts/arrayDestructuring42.ts
test/ast/compiler/ts/arrayDestructuring43.ts
test/ast/compiler/ts/arrayDestructuring44.ts
test/ast/compiler/ts/arrayDestructuring5.ts
test/ast/compiler/ts/arrayDestructuring6.ts
test/ast/compiler/ts/arrayDestructuring7.ts
test/ast/compiler/ts/arrayDestructuring8.ts
test/ast/compiler/ts/arrayDestructuring9.ts
test/ast/compiler/ts/array_1.ts
test/ast/compiler/ts/array_10.ts
test/ast/compiler/ts/array_11.ts
test/ast/compiler/ts/array_12.ts
test/ast/compiler/ts/array_13.ts
test/ast/compiler/ts/array_14.ts
test/ast/compiler/ts/array_15.ts
test/ast/compiler/ts/array_16.ts
test/ast/compiler/ts/array_17.ts
test/ast/compiler/ts/array_18.ts
test/ast/compiler/ts/array_19.ts
test/ast/compiler/ts/array_2.ts
test/ast/compiler/ts/array_20.ts
test/ast/compiler/ts/array_21.ts
test/ast/compiler/ts/array_22.ts
test/ast/compiler/ts/array_23.ts
test/ast/compiler/ts/array_24.ts
test/ast/compiler/ts/array_3.ts
test/ast/compiler/ts/array_4.ts
test/ast/compiler/ts/array_5.ts
test/ast/compiler/ts/array_6.ts
test/ast/compiler/ts/array_7.ts
test/ast/compiler/ts/array_8.ts
test/ast/compiler/ts/array_9.ts
test/ast/compiler/ts/array_expression_1.ts
test/ast/compiler/ts/as_expression_1.ts
test/ast/compiler/ts/as_expression_10.ts
test/ast/compiler/ts/as_expression_11.ts
test/ast/compiler/ts/as_expression_12.ts
test/ast/compiler/ts/as_expression_13.ts
test/ast/compiler/ts/as_expression_14.ts
test/ast/compiler/ts/as_expression_15.ts
test/ast/compiler/ts/as_expression_2.ts
test/ast/compiler/ts/as_expression_3.ts
test/ast/compiler/ts/as_expression_4.ts
test/ast/compiler/ts/as_expression_5.ts
test/ast/compiler/ts/as_expression_6.ts
test/ast/compiler/ts/as_expression_7.ts
test/ast/compiler/ts/as_expression_8.ts
test/ast/compiler/ts/as_expression_9.ts
test/ast/compiler/ts/assignment_never.ts
test/ast/compiler/ts/call_expression_1.ts
test/ast/compiler/ts/cannotAssignToConst.ts
test/ast/compiler/ts/constUsedBeforeDeclaration.ts
test/ast/compiler/ts/functionCall_1.ts
test/ast/compiler/ts/functionCall_10.ts
test/ast/compiler/ts/functionCall_11.ts
test/ast/compiler/ts/functionCall_12.ts
test/ast/compiler/ts/functionCall_13.ts
test/ast/compiler/ts/functionCall_14.ts
test/ast/compiler/ts/functionCall_15.ts
test/ast/compiler/ts/functionCall_2.ts
test/ast/compiler/ts/functionCall_3.ts
test/ast/compiler/ts/functionCall_4.ts
test/ast/compiler/ts/functionCall_5.ts
test/ast/compiler/ts/functionCall_6.ts
test/ast/compiler/ts/functionCall_7.ts
test/ast/compiler/ts/functionCall_8.ts
test/ast/compiler/ts/functionCall_9.ts
test/ast/compiler/ts/functionOverload1.ts
test/ast/compiler/ts/functionOverload2.ts
test/ast/compiler/ts/functionOverload3.ts
test/ast/compiler/ts/functionOverload4.ts
test/ast/compiler/ts/functionWithPattern1.ts
test/ast/compiler/ts/functionWithPattern10.ts
test/ast/compiler/ts/functionWithPattern11.ts
test/ast/compiler/ts/functionWithPattern12.ts
test/ast/compiler/ts/functionWithPattern2.ts
test/ast/compiler/ts/functionWithPattern3.ts
test/ast/compiler/ts/functionWithPattern4.ts
test/ast/compiler/ts/functionWithPattern5.ts
test/ast/compiler/ts/functionWithPattern6.ts
test/ast/compiler/ts/functionWithPattern7.ts
test/ast/compiler/ts/functionWithPattern8.ts
test/ast/compiler/ts/functionWithPattern9.ts
test/ast/compiler/ts/function_declaration_1.ts
test/ast/compiler/ts/function_declaration_10.ts
test/ast/compiler/ts/function_declaration_11.ts
test/ast/compiler/ts/function_declaration_2.ts
test/ast/compiler/ts/function_declaration_3.ts
test/ast/compiler/ts/function_declaration_4.ts
test/ast/compiler/ts/function_declaration_5.ts
test/ast/compiler/ts/function_declaration_6.ts
test/ast/compiler/ts/function_declaration_7.ts
test/ast/compiler/ts/function_declaration_8.ts
test/ast/compiler/ts/function_declaration_9.ts
test/ast/compiler/ts/identifierWithoutDeclaration.ts
test/ast/compiler/ts/identifier_optional_negative.ts
test/ast/compiler/ts/in_1.ts
test/ast/compiler/ts/in_10.ts
test/ast/compiler/ts/in_11.ts
test/ast/compiler/ts/in_12.ts
test/ast/compiler/ts/in_13.ts
test/ast/compiler/ts/in_14.ts
test/ast/compiler/ts/in_15.ts
test/ast/compiler/ts/in_2.ts
test/ast/compiler/ts/in_3.ts
test/ast/compiler/ts/in_4.ts
test/ast/compiler/ts/in_5.ts
test/ast/compiler/ts/in_6.ts
test/ast/compiler/ts/in_7.ts
test/ast/compiler/ts/in_8.ts
test/ast/compiler/ts/in_9.ts
test/ast/compiler/ts/instanceof_1.ts
test/ast/compiler/ts/instanceof_10.ts
test/ast/compiler/ts/instanceof_11.ts
test/ast/compiler/ts/instanceof_12.ts
test/ast/compiler/ts/instanceof_13.ts
test/ast/compiler/ts/instanceof_14.ts
test/ast/compiler/ts/instanceof_2.ts
test/ast/compiler/ts/instanceof_3.ts
test/ast/compiler/ts/instanceof_4.ts
test/ast/compiler/ts/instanceof_5.ts
test/ast/compiler/ts/instanceof_6.ts
test/ast/compiler/ts/instanceof_7.ts
test/ast/compiler/ts/instanceof_8.ts
test/ast/compiler/ts/instanceof_9.ts
test/ast/compiler/ts/interfaceAssignment1.ts
test/ast/compiler/ts/interfaceAssignment2.ts
test/ast/compiler/ts/interfaceAssignment3.ts
test/ast/compiler/ts/interfaceAssignment4.ts
test/ast/compiler/ts/interfaceAssignment5.ts
test/ast/compiler/ts/interfaceAssignment6.ts
test/ast/compiler/ts/interfaceAssignment7.ts
test/ast/compiler/ts/interfaceAssignment8.ts
test/ast/compiler/ts/interfaceInheritance1.ts
test/ast/compiler/ts/interfaceInheritance2.ts
test/ast/compiler/ts/interfaceInheritance3.ts
test/ast/compiler/ts/interfaceInheritance4.ts
test/ast/compiler/ts/interfacePropertyReferenceContainingInterface1.ts
test/ast/compiler/ts/interfacePropertyWithIncompatibleIndexInfo.ts
test/ast/compiler/ts/interfaceUsedAsValue.ts
test/ast/compiler/ts/interfaceWithNonCompatibleIndexInfos.ts
test/ast/compiler/ts/letUsedBeforeDeclaration.ts
test/ast/compiler/ts/memberExpTest_1.ts
test/ast/compiler/ts/memberExpTest_2.ts
test/ast/compiler/ts/memberExpTest_3.ts
test/ast/compiler/ts/memberExpTest_4.ts
test/ast/compiler/ts/memberExpTest_5.ts
test/ast/compiler/ts/memberExpTest_6.ts
test/ast/compiler/ts/member_expression_1.ts
test/ast/compiler/ts/member_expression_10.ts
test/ast/compiler/ts/member_expression_11.ts
test/ast/compiler/ts/member_expression_12.ts
test/ast/compiler/ts/member_expression_13.ts
test/ast/compiler/ts/member_expression_14.ts
test/ast/compiler/ts/member_expression_15.ts
test/ast/compiler/ts/member_expression_16.ts
test/ast/compiler/ts/member_expression_17.ts
test/ast/compiler/ts/member_expression_18.ts
test/ast/compiler/ts/member_expression_19.ts
test/ast/compiler/ts/member_expression_2.ts
test/ast/compiler/ts/member_expression_20.ts
test/ast/compiler/ts/member_expression_21.ts
test/ast/compiler/ts/member_expression_22.ts
test/ast/compiler/ts/member_expression_23.ts
test/ast/compiler/ts/member_expression_24.ts
test/ast/compiler/ts/member_expression_25.ts
test/ast/compiler/ts/member_expression_26.ts
test/ast/compiler/ts/member_expression_27.ts
test/ast/compiler/ts/member_expression_28.ts
test/ast/compiler/ts/member_expression_29.ts
test/ast/compiler/ts/member_expression_3.ts
test/ast/compiler/ts/member_expression_30.ts
test/ast/compiler/ts/member_expression_31.ts
test/ast/compiler/ts/member_expression_32.ts
test/ast/compiler/ts/member_expression_33.ts
test/ast/compiler/ts/member_expression_34.ts
test/ast/compiler/ts/member_expression_35.ts
test/ast/compiler/ts/member_expression_36.ts
test/ast/compiler/ts/member_expression_37.ts
test/ast/compiler/ts/member_expression_38.ts
test/ast/compiler/ts/member_expression_39.ts
test/ast/compiler/ts/member_expression_4.ts
test/ast/compiler/ts/member_expression_40.ts
test/ast/compiler/ts/member_expression_41.ts
test/ast/compiler/ts/member_expression_42.ts
test/ast/compiler/ts/member_expression_43.ts
test/ast/compiler/ts/member_expression_44.ts
test/ast/compiler/ts/member_expression_45.ts
test/ast/compiler/ts/member_expression_46.ts
test/ast/compiler/ts/member_expression_47.ts
test/ast/compiler/ts/member_expression_48.ts
test/ast/compiler/ts/member_expression_49.ts
test/ast/compiler/ts/member_expression_5.ts
test/ast/compiler/ts/member_expression_50.ts
test/ast/compiler/ts/member_expression_51.ts
test/ast/compiler/ts/member_expression_52.ts
test/ast/compiler/ts/member_expression_53.ts
test/ast/compiler/ts/member_expression_54.ts
test/ast/compiler/ts/member_expression_55.ts
test/ast/compiler/ts/member_expression_56.ts
test/ast/compiler/ts/member_expression_57.ts
test/ast/compiler/ts/member_expression_58.ts
test/ast/compiler/ts/member_expression_59.ts
test/ast/compiler/ts/member_expression_6.ts
test/ast/compiler/ts/member_expression_60.ts
test/ast/compiler/ts/member_expression_61.ts
test/ast/compiler/ts/member_expression_62.ts
test/ast/compiler/ts/member_expression_63.ts
test/ast/compiler/ts/member_expression_64.ts
test/ast/compiler/ts/member_expression_65.ts
test/ast/compiler/ts/member_expression_66.ts
test/ast/compiler/ts/member_expression_67.ts
test/ast/compiler/ts/member_expression_68.ts
test/ast/compiler/ts/member_expression_69.ts
test/ast/compiler/ts/member_expression_7.ts
test/ast/compiler/ts/member_expression_70.ts
test/ast/compiler/ts/member_expression_71.ts
test/ast/compiler/ts/member_expression_72.ts
test/ast/compiler/ts/member_expression_73.ts
test/ast/compiler/ts/member_expression_74.ts
test/ast/compiler/ts/member_expression_75.ts
test/ast/compiler/ts/member_expression_76.ts
test/ast/compiler/ts/member_expression_77.ts
test/ast/compiler/ts/member_expression_8.ts
test/ast/compiler/ts/member_expression_80.ts
test/ast/compiler/ts/member_expression_81.ts
test/ast/compiler/ts/member_expression_82.ts
test/ast/compiler/ts/new_expression_1.ts
test/ast/compiler/ts/new_expression_10.ts
test/ast/compiler/ts/new_expression_100.ts
test/ast/compiler/ts/new_expression_101.ts
test/ast/compiler/ts/new_expression_102.ts
test/ast/compiler/ts/new_expression_103.ts
test/ast/compiler/ts/new_expression_104.ts
test/ast/compiler/ts/new_expression_105.ts
test/ast/compiler/ts/new_expression_106.ts
test/ast/compiler/ts/new_expression_107.ts
test/ast/compiler/ts/new_expression_108.ts
test/ast/compiler/ts/new_expression_109.ts
test/ast/compiler/ts/new_expression_11.ts
test/ast/compiler/ts/new_expression_110.ts
test/ast/compiler/ts/new_expression_111.ts
test/ast/compiler/ts/new_expression_112.ts
test/ast/compiler/ts/new_expression_113.ts
test/ast/compiler/ts/new_expression_114.ts
test/ast/compiler/ts/new_expression_115.ts
test/ast/compiler/ts/new_expression_116.ts
test/ast/compiler/ts/new_expression_117.ts
test/ast/compiler/ts/new_expression_118.ts
test/ast/compiler/ts/new_expression_119.ts
test/ast/compiler/ts/new_expression_12.ts
test/ast/compiler/ts/new_expression_120.ts
test/ast/compiler/ts/new_expression_121.ts
test/ast/compiler/ts/new_expression_122.ts
test/ast/compiler/ts/new_expression_123.ts
test/ast/compiler/ts/new_expression_124.ts
test/ast/compiler/ts/new_expression_125.ts
test/ast/compiler/ts/new_expression_126.ts
test/ast/compiler/ts/new_expression_127.ts
test/ast/compiler/ts/new_expression_128.ts
test/ast/compiler/ts/new_expression_129.ts
test/ast/compiler/ts/new_expression_13.ts
test/ast/compiler/ts/new_expression_130.ts
test/ast/compiler/ts/new_expression_131.ts
test/ast/compiler/ts/new_expression_132.ts
test/ast/compiler/ts/new_expression_133.ts
test/ast/compiler/ts/new_expression_134.ts
test/ast/compiler/ts/new_expression_135.ts
test/ast/compiler/ts/new_expression_136.ts
test/ast/compiler/ts/new_expression_137.ts
test/ast/compiler/ts/new_expression_138.ts
test/ast/compiler/ts/new_expression_139.ts
test/ast/compiler/ts/new_expression_14.ts
test/ast/compiler/ts/new_expression_140.ts
test/ast/compiler/ts/new_expression_141.ts
test/ast/compiler/ts/new_expression_142.ts
test/ast/compiler/ts/new_expression_143.ts
test/ast/compiler/ts/new_expression_144.ts
test/ast/compiler/ts/new_expression_145.ts
test/ast/compiler/ts/new_expression_146.ts
test/ast/compiler/ts/new_expression_147.ts
test/ast/compiler/ts/new_expression_148.ts
test/ast/compiler/ts/new_expression_149.ts
test/ast/compiler/ts/new_expression_15.ts
test/ast/compiler/ts/new_expression_150.ts
test/ast/compiler/ts/new_expression_151.ts
test/ast/compiler/ts/new_expression_152.ts
test/ast/compiler/ts/new_expression_153.ts
test/ast/compiler/ts/new_expression_154.ts
test/ast/compiler/ts/new_expression_155.ts
test/ast/compiler/ts/new_expression_156.ts
test/ast/compiler/ts/new_expression_157.ts
test/ast/compiler/ts/new_expression_158.ts
test/ast/compiler/ts/new_expression_159.ts
test/ast/compiler/ts/new_expression_16.ts
test/ast/compiler/ts/new_expression_160.ts
test/ast/compiler/ts/new_expression_161.ts
test/ast/compiler/ts/new_expression_162.ts
test/ast/compiler/ts/new_expression_163.ts
test/ast/compiler/ts/new_expression_164.ts
test/ast/compiler/ts/new_expression_17.ts
test/ast/compiler/ts/new_expression_18.ts
test/ast/compiler/ts/new_expression_19.ts
test/ast/compiler/ts/new_expression_2.ts
test/ast/compiler/ts/new_expression_20.ts
test/ast/compiler/ts/new_expression_21.ts
test/ast/compiler/ts/new_expression_22.ts
test/ast/compiler/ts/new_expression_23.ts
test/ast/compiler/ts/new_expression_24.ts
test/ast/compiler/ts/new_expression_25.ts
test/ast/compiler/ts/new_expression_26.ts
test/ast/compiler/ts/new_expression_27.ts
test/ast/compiler/ts/new_expression_28.ts
test/ast/compiler/ts/new_expression_29.ts
test/ast/compiler/ts/new_expression_3.ts
test/ast/compiler/ts/new_expression_30.ts
test/ast/compiler/ts/new_expression_31.ts
test/ast/compiler/ts/new_expression_32.ts
test/ast/compiler/ts/new_expression_33.ts
test/ast/compiler/ts/new_expression_34.ts
test/ast/compiler/ts/new_expression_35.ts
test/ast/compiler/ts/new_expression_36.ts
test/ast/compiler/ts/new_expression_37.ts
test/ast/compiler/ts/new_expression_38.ts
test/ast/compiler/ts/new_expression_39.ts
test/ast/compiler/ts/new_expression_4.ts
test/ast/compiler/ts/new_expression_40.ts
test/ast/compiler/ts/new_expression_41.ts
test/ast/compiler/ts/new_expression_42.ts
test/ast/compiler/ts/new_expression_43.ts
test/ast/compiler/ts/new_expression_44.ts
test/ast/compiler/ts/new_expression_45.ts
test/ast/compiler/ts/new_expression_46.ts
test/ast/compiler/ts/new_expression_47.ts
test/ast/compiler/ts/new_expression_48.ts
test/ast/compiler/ts/new_expression_49.ts
test/ast/compiler/ts/new_expression_5.ts
test/ast/compiler/ts/new_expression_50.ts
test/ast/compiler/ts/new_expression_51.ts
test/ast/compiler/ts/new_expression_52.ts
test/ast/compiler/ts/new_expression_53.ts
test/ast/compiler/ts/new_expression_54.ts
test/ast/compiler/ts/new_expression_55.ts
test/ast/compiler/ts/new_expression_56.ts
test/ast/compiler/ts/new_expression_57.ts
test/ast/compiler/ts/new_expression_58.ts
test/ast/compiler/ts/new_expression_59.ts
test/ast/compiler/ts/new_expression_6.ts
test/ast/compiler/ts/new_expression_60.ts
test/ast/compiler/ts/new_expression_61.ts
test/ast/compiler/ts/new_expression_62.ts
test/ast/compiler/ts/new_expression_63.ts
test/ast/compiler/ts/new_expression_64.ts
test/ast/compiler/ts/new_expression_65.ts
test/ast/compiler/ts/new_expression_66.ts
test/ast/compiler/ts/new_expression_67.ts
test/ast/compiler/ts/new_expression_68.ts
test/ast/compiler/ts/new_expression_69.ts
test/ast/compiler/ts/new_expression_7.ts
test/ast/compiler/ts/new_expression_70.ts
test/ast/compiler/ts/new_expression_71.ts
test/ast/compiler/ts/new_expression_72.ts
test/ast/compiler/ts/new_expression_73.ts
test/ast/compiler/ts/new_expression_74.ts
test/ast/compiler/ts/new_expression_75.ts
test/ast/compiler/ts/new_expression_76.ts
test/ast/compiler/ts/new_expression_77.ts
test/ast/compiler/ts/new_expression_78.ts
test/ast/compiler/ts/new_expression_79.ts
test/ast/compiler/ts/new_expression_8.ts
test/ast/compiler/ts/new_expression_80.ts
test/ast/compiler/ts/new_expression_81.ts
test/ast/compiler/ts/new_expression_82.ts
test/ast/compiler/ts/new_expression_83.ts
test/ast/compiler/ts/new_expression_84.ts
test/ast/compiler/ts/new_expression_85.ts
test/ast/compiler/ts/new_expression_86.ts
test/ast/compiler/ts/new_expression_87.ts
test/ast/compiler/ts/new_expression_88.ts
test/ast/compiler/ts/new_expression_89.ts
test/ast/compiler/ts/new_expression_9.ts
test/ast/compiler/ts/new_expression_90.ts
test/ast/compiler/ts/new_expression_91.ts
test/ast/compiler/ts/new_expression_92.ts
test/ast/compiler/ts/new_expression_93.ts
test/ast/compiler/ts/new_expression_94.ts
test/ast/compiler/ts/new_expression_95.ts
test/ast/compiler/ts/new_expression_96.ts
test/ast/compiler/ts/new_expression_97.ts
test/ast/compiler/ts/new_expression_98.ts
test/ast/compiler/ts/new_expression_99.ts
test/ast/compiler/ts/objectDestructuring1.ts
test/ast/compiler/ts/objectDestructuring10.ts
test/ast/compiler/ts/objectDestructuring11.ts
test/ast/compiler/ts/objectDestructuring12.ts
test/ast/compiler/ts/objectDestructuring13.ts
test/ast/compiler/ts/objectDestructuring14.ts
test/ast/compiler/ts/objectDestructuring15.ts
test/ast/compiler/ts/objectDestructuring16.ts
test/ast/compiler/ts/objectDestructuring17.ts
test/ast/compiler/ts/objectDestructuring18.ts
test/ast/compiler/ts/objectDestructuring19.ts
test/ast/compiler/ts/objectDestructuring2.ts
test/ast/compiler/ts/objectDestructuring20.ts
test/ast/compiler/ts/objectDestructuring21.ts
test/ast/compiler/ts/objectDestructuring22.ts
test/ast/compiler/ts/objectDestructuring23.ts
test/ast/compiler/ts/objectDestructuring24.ts
test/ast/compiler/ts/objectDestructuring25.ts
test/ast/compiler/ts/objectDestructuring26.ts
test/ast/compiler/ts/objectDestructuring27.ts
test/ast/compiler/ts/objectDestructuring28.ts
test/ast/compiler/ts/objectDestructuring29.ts
test/ast/compiler/ts/objectDestructuring3.ts
test/ast/compiler/ts/objectDestructuring30.ts
test/ast/compiler/ts/objectDestructuring31.ts
test/ast/compiler/ts/objectDestructuring32.ts
test/ast/compiler/ts/objectDestructuring33.ts
test/ast/compiler/ts/objectDestructuring34.ts
test/ast/compiler/ts/objectDestructuring35.ts
test/ast/compiler/ts/objectDestructuring36.ts
test/ast/compiler/ts/objectDestructuring37.ts
test/ast/compiler/ts/objectDestructuring38.ts
test/ast/compiler/ts/objectDestructuring39.ts
test/ast/compiler/ts/objectDestructuring4.ts
test/ast/compiler/ts/objectDestructuring40.ts
test/ast/compiler/ts/objectDestructuring41.ts
test/ast/compiler/ts/objectDestructuring5.ts
test/ast/compiler/ts/objectDestructuring6.ts
test/ast/compiler/ts/objectDestructuring7.ts
test/ast/compiler/ts/objectDestructuring8.ts
test/ast/compiler/ts/objectDestructuring9.ts
test/ast/compiler/ts/objectLiteralAssignability1.ts
test/ast/compiler/ts/objectLiteralAssignability10.ts
test/ast/compiler/ts/objectLiteralAssignability11.ts
test/ast/compiler/ts/objectLiteralAssignability12.ts
test/ast/compiler/ts/objectLiteralAssignability13.ts
test/ast/compiler/ts/objectLiteralAssignability14.ts
test/ast/compiler/ts/objectLiteralAssignability15.ts
test/ast/compiler/ts/objectLiteralAssignability16.ts
test/ast/compiler/ts/objectLiteralAssignability17.ts
test/ast/compiler/ts/objectLiteralAssignability18.ts
test/ast/compiler/ts/objectLiteralAssignability19.ts
test/ast/compiler/ts/objectLiteralAssignability2.ts
test/ast/compiler/ts/objectLiteralAssignability20.ts
test/ast/compiler/ts/objectLiteralAssignability3.ts
test/ast/compiler/ts/objectLiteralAssignability4.ts
test/ast/compiler/ts/objectLiteralAssignability5.ts
test/ast/compiler/ts/objectLiteralAssignability6.ts
test/ast/compiler/ts/objectLiteralAssignability7.ts
test/ast/compiler/ts/objectLiteralAssignability8.ts
test/ast/compiler/ts/objectLiteralAssignability9.ts
test/ast/compiler/ts/object_expression_1.ts
test/ast/compiler/ts/recursiveFunction.ts
test/ast/compiler/ts/recursiveTypeofWithProperty.ts
test/ast/compiler/ts/switch_statement_bad.ts
test/ast/compiler/ts/test-interface4.ts
test/ast/compiler/ts/test-interface5.ts
test/ast/compiler/ts/test-interface6.ts
test/ast/compiler/ts/test-interface7.ts
test/ast/compiler/ts/test-type-literal4.ts
test/ast/compiler/ts/test-type-literal5.ts
test/ast/compiler/ts/test-type-literal6.ts
test/ast/compiler/ts/test-type-literal7.ts
test/ast/compiler/ts/test_variable_declaration_null.ts
test/ast/compiler/ts/tupleAssignability1.ts
test/ast/compiler/ts/tupleAssignability10.ts
test/ast/compiler/ts/tupleAssignability11.ts
test/ast/compiler/ts/tupleAssignability12.ts
test/ast/compiler/ts/tupleAssignability13.ts
test/ast/compiler/ts/tupleAssignability14.ts
test/ast/compiler/ts/tupleAssignability15.ts
test/ast/compiler/ts/tupleAssignability16.ts
test/ast/compiler/ts/tupleAssignability17.ts
test/ast/compiler/ts/tupleAssignability18.ts
test/ast/compiler/ts/tupleAssignability19.ts
test/ast/compiler/ts/tupleAssignability2.ts
test/ast/compiler/ts/tupleAssignability20.ts
test/ast/compiler/ts/tupleAssignability21.ts
test/ast/compiler/ts/tupleAssignability22.ts
test/ast/compiler/ts/tupleAssignability23.ts
test/ast/compiler/ts/tupleAssignability24.ts
test/ast/compiler/ts/tupleAssignability3.ts
test/ast/compiler/ts/tupleAssignability4.ts
test/ast/compiler/ts/tupleAssignability5.ts
test/ast/compiler/ts/tupleAssignability6.ts
test/ast/compiler/ts/tupleAssignability7.ts
test/ast/compiler/ts/tupleAssignability8.ts
test/ast/compiler/ts/tupleAssignability9.ts
test/ast/compiler/ts/typeAliasUsedAsValue.ts
test/ast/compiler/ts/undefined_variable_name.ts
test/ast/compiler/ts/varRedeclaration1.ts
test/ast/compiler/ts/varRedeclaration10.ts
test/ast/compiler/ts/varRedeclaration11.ts
test/ast/compiler/ts/varRedeclaration12.ts
test/ast/compiler/ts/varRedeclaration13.ts
test/ast/compiler/ts/varRedeclaration14.ts
test/ast/compiler/ts/varRedeclaration15.ts
test/ast/compiler/ts/varRedeclaration2.ts
test/ast/compiler/ts/varRedeclaration3.ts
test/ast/compiler/ts/varRedeclaration4.ts
test/ast/compiler/ts/varRedeclaration5.ts
test/ast/compiler/ts/varRedeclaration6.ts
test/ast/compiler/ts/varRedeclaration7.ts
test/ast/compiler/ts/varRedeclaration8.ts
test/ast/compiler/ts/varRedeclaration9.ts
test/ast/parser/as/test_class_property1.ts
test/ast/parser/as/test_declare_method.ts
test/ast/parser/as/test_decorator.ts
test/ast/parser/as/test_decorators2.ts
test/ast/parser/as/test_decorators3.ts
test/ast/parser/as/test_interface1.ts
test/ast/parser/as/test_interface2.ts
test/ast/parser/as/test_interface3.ts
test/ast/parser/as/test_interface4.ts
test/ast/parser/as/test_interface5.ts
test/ast/parser/as/test_object_literal1.ts
test/ast/parser/as/test_object_literal2.ts
test/ast/parser/as/test_object_literal3.ts
test/ast/parser/as/test_object_literal4.ts
test/ast/parser/as/test_type_annotation1.ts
test/ast/parser/as/test_type_annotation2.ts
test/ast/parser/as/test_type_annotation3.ts
test/ast/parser/as/test_type_annotation4.ts
test/ast/parser/as/test_type_annotation5.ts
test/ast/parser/as/test_type_annotation6.ts
test/ast/parser/ets/AllowSequence.sts
test/ast/parser/ets/DeclareAsyncFunction.sts
test/ast/parser/ets/Dollar_dollar_invalid_identifier.sts
test/ast/parser/ets/FunctionalTypeAsArrayElement.sts
test/ast/parser/ets/InferTypeParamFromParam2.sts
test/ast/parser/ets/InferTypeUninitalizedType.sts
test/ast/parser/ets/InitialCheckForGeneric.sts
test/ast/parser/ets/InterfacePrivateMethod.sts
test/ast/parser/ets/InterfaceWithDefaultFunction1.sts
test/ast/parser/ets/InterfaceWithDefaultFunction2.sts
test/ast/parser/ets/MultipleClassErrors.sts
test/ast/parser/ets/MultipleFunctionErrors.sts
test/ast/parser/ets/SmartCast_1.sts
test/ast/parser/ets/SmartCast_2.sts
test/ast/parser/ets/SmartCast_3.sts
test/ast/parser/ets/SmartCast_4.sts
test/ast/parser/ets/StringFasta.sts
test/ast/parser/ets/TypeInferFunc.sts
test/ast/parser/ets/UnexpectedToken.sts
test/ast/parser/ets/abstract_class_modidier.sts
test/ast/parser/ets/access_modifier_1.sts
test/ast/parser/ets/access_modifier_4.sts
test/ast/parser/ets/accessor_call.sts
test/ast/parser/ets/accessor_void.sts
test/ast/parser/ets/ambient_indexer_2.sts
test/ast/parser/ets/ambient_indexer_3.sts
test/ast/parser/ets/ambient_indexer_4.sts
test/ast/parser/ets/ambient_indexer_5.sts
test/ast/parser/ets/ambient_iterable_declaration.sts
test/ast/parser/ets/ambiguous_call_1.sts
test/ast/parser/ets/ambiguous_call_2.sts
test/ast/parser/ets/ambiguous_call_3.sts
test/ast/parser/ets/anonymous_class.sts
test/ast/parser/ets/arrAsArray.sts
test/ast/parser/ets/array_2.sts
test/ast/parser/ets/array_new_failed.sts
test/ast/parser/ets/array_type.sts
test/ast/parser/ets/array_union_type_not_contains_nullish_type.sts
test/ast/parser/ets/assert_with_not_boolean_type_1.sts
test/ast/parser/ets/assert_with_not_boolean_type_2.sts
test/ast/parser/ets/assign-func-iface.sts
test/ast/parser/ets/assign_bad.sts
test/ast/parser/ets/assignment_non-functional_variable_to_functional_type.sts
test/ast/parser/ets/assignment_non-functional_variable_to_functional_type_1.sts
test/ast/parser/ets/assignment_with_wrong_type.sts
test/ast/parser/ets/async_abstract_bad.sts
test/ast/parser/ets/async_ctor.sts
test/ast/parser/ets/async_func_return_type_bad.sts
test/ast/parser/ets/async_function_bad.sts
test/ast/parser/ets/async_lambda_bad.sts
test/ast/parser/ets/async_method_bad.sts
test/ast/parser/ets/await_argument_null.sts
test/ast/parser/ets/await_object_bad.sts
test/ast/parser/ets/await_promise_bad.sts
test/ast/parser/ets/call_expression_for_non_functional_type.sts
test/ast/parser/ets/calls.sts
test/ast/parser/ets/cast_expressions10.sts
test/ast/parser/ets/cast_expressions2.sts
test/ast/parser/ets/cast_expressions7.sts
test/ast/parser/ets/cast_expressions8.sts
test/ast/parser/ets/cast_expressions9.sts
test/ast/parser/ets/class-instance-field-redeclaration.sts
test/ast/parser/ets/class-static-field-redeclaration.sts
test/ast/parser/ets/classAsFunctionParam.sts
test/ast/parser/ets/class_as_object_1.sts
test/ast/parser/ets/class_composite_1.sts
test/ast/parser/ets/class_interface_enum_only_top_level_1.sts
test/ast/parser/ets/class_interface_enum_only_top_level_2.sts
test/ast/parser/ets/class_interface_enum_only_top_level_3.sts
test/ast/parser/ets/class_interface_enum_only_top_level_5.sts
test/ast/parser/ets/class_property_access.sts
test/ast/parser/ets/constFloatInSwitch.sts
test/ast/parser/ets/constructor_super_call2.sts
test/ast/parser/ets/constructor_with_return_1.sts
test/ast/parser/ets/constructor_with_return_3.sts
test/ast/parser/ets/constructors.sts
test/ast/parser/ets/declare_class_bad_1.sts
test/ast/parser/ets/declare_class_bad_2.sts
test/ast/parser/ets/declare_class_bad_3.sts
test/ast/parser/ets/declare_class_bad_4.sts
test/ast/parser/ets/declare_func_bad.sts
test/ast/parser/ets/declare_namespace_5.sts
test/ast/parser/ets/default_parameter1.sts
test/ast/parser/ets/default_parameter10.sts
test/ast/parser/ets/default_parameter2.sts
test/ast/parser/ets/default_parameter3.sts
test/ast/parser/ets/default_parameter4.sts
test/ast/parser/ets/default_parameter6.sts
test/ast/parser/ets/differentTypeCompare.sts
test/ast/parser/ets/distinguishable-decl-1.sts
test/ast/parser/ets/double_parenthesis_invocation_setter_supposed_to_fail.sts
test/ast/parser/ets/double_parenthesis_invocation_supposed_to_fail.sts
test/ast/parser/ets/dynamic_import_tests/dynamic_class_ctor_decl_import_bad.sts
test/ast/parser/ets/dynamic_import_tests/dynamic_class_field_decl_import_bad_1.sts
test/ast/parser/ets/dynamic_import_tests/dynamic_class_field_decl_import_bad_2.sts
test/ast/parser/ets/dynamic_import_tests/dynamic_class_method_decl_import_bad_1.sts
test/ast/parser/ets/dynamic_import_tests/dynamic_class_method_decl_import_bad_2.sts
test/ast/parser/ets/dynamic_import_tests/dynamic_func_decl_import_bad.sts
test/ast/parser/ets/empty_launch.sts
test/ast/parser/ets/enum10.sts
test/ast/parser/ets/enum11.sts
test/ast/parser/ets/enum12.sts
test/ast/parser/ets/enum13.sts
test/ast/parser/ets/enum15.sts
test/ast/parser/ets/enum16.sts
test/ast/parser/ets/enum17.sts
test/ast/parser/ets/enum18.sts
test/ast/parser/ets/enum2.sts
test/ast/parser/ets/enum20.sts
test/ast/parser/ets/enum22.sts
test/ast/parser/ets/enum23.sts
test/ast/parser/ets/enum3.sts
test/ast/parser/ets/enum5.sts
test/ast/parser/ets/enum6.sts
test/ast/parser/ets/enum7.sts
test/ast/parser/ets/enum8.sts
test/ast/parser/ets/enum9.sts
test/ast/parser/ets/extension_function_tests/extension_function_access_private_field.sts
test/ast/parser/ets/extension_function_tests/extension_function_access_protected_field.sts
test/ast/parser/ets/extension_function_tests/extension_function_called_by_class.sts
test/ast/parser/ets/extension_function_tests/extension_function_duplicated_with_private_field.sts
test/ast/parser/ets/extension_function_tests/extension_function_duplication.sts
test/ast/parser/ets/extension_function_tests/extension_function_for_unresolved_type.sts
test/ast/parser/ets/extension_function_tests/extension_function_matched_by_normal_function_callsite.sts
test/ast/parser/ets/extension_function_tests/extension_function_not_for_class_type.sts
test/ast/parser/ets/extension_function_tests/extension_function_not_in_toplevel.sts
test/ast/parser/ets/extension_function_tests/extension_function_shadowed_by_different_return_type_interface_function.sts
test/ast/parser/ets/extension_function_tests/extension_function_shadowed_by_member_function.sts
test/ast/parser/ets/extension_function_tests/normal_function_duplicated_with_extension_function.sts
test/ast/parser/ets/extension_function_tests/normal_function_with_extension_style_signature.sts
test/ast/parser/ets/fields.sts
test/ast/parser/ets/forOfCustomIterator1.sts
test/ast/parser/ets/forOfCustomIterator2.sts
test/ast/parser/ets/for_of_02.sts
test/ast/parser/ets/for_of_03.sts
test/ast/parser/ets/for_of_04.sts
test/ast/parser/ets/functionTypeParam_neg.sts
test/ast/parser/ets/functionTypeRethrows.sts
test/ast/parser/ets/functionTypeWithDefaultParam1.sts
test/ast/parser/ets/functionTypeWithDefaultParam2.sts
test/ast/parser/ets/function_decl.sts
test/ast/parser/ets/function_implicit_return_type.sts
test/ast/parser/ets/function_implicit_return_type2.sts
test/ast/parser/ets/function_implicit_return_type3.sts
test/ast/parser/ets/function_implicit_return_type4.sts
test/ast/parser/ets/function_implicit_return_type7.sts
test/ast/parser/ets/genericDefaultParam_2.sts
test/ast/parser/ets/genericDefaultParam_4.sts
test/ast/parser/ets/generic_defined_before_use_neg_1.sts
test/ast/parser/ets/generic_defined_before_use_neg_2.sts
test/ast/parser/ets/generic_defined_before_use_neg_3.sts
test/ast/parser/ets/generic_defined_before_use_neg_4.sts
test/ast/parser/ets/generic_defined_before_use_neg_5.sts
test/ast/parser/ets/generic_defined_before_use_neg_6.sts
test/ast/parser/ets/generic_error.sts
test/ast/parser/ets/generic_exception.sts
test/ast/parser/ets/generics_1.sts
test/ast/parser/ets/generics_type_param_constraint_8.sts
test/ast/parser/ets/generics_type_param_no_typeargs_no_default.sts
test/ast/parser/ets/generics_type_param_no_typeargs_no_default_2.sts
test/ast/parser/ets/getterOverrideGen_n.sts
test/ast/parser/ets/getter_native.sts
test/ast/parser/ets/getter_setter_access_modifiers_2.sts
test/ast/parser/ets/getter_setter_modifier_diff.sts
test/ast/parser/ets/global_const_vars1.sts
test/ast/parser/ets/global_const_vars2.sts
test/ast/parser/ets/global_const_vars4.sts
test/ast/parser/ets/global_scope_boolean.sts
test/ast/parser/ets/global_scope_string.sts
test/ast/parser/ets/illegal_union_member_exp.sts
test/ast/parser/ets/import_tests/Import_error_token_1.sts
test/ast/parser/ets/import_tests/check_exported_1.sts
test/ast/parser/ets/import_tests/check_exported_3.sts
test/ast/parser/ets/import_tests/default_import2.sts
test/ast/parser/ets/import_tests/default_import3.sts
test/ast/parser/ets/import_tests/folderWithoutIndexOrPackage/separate_module.sts
test/ast/parser/ets/import_tests/import_alias/export.sts
test/ast/parser/ets/import_tests/import_alias/import_alias_2.sts
test/ast/parser/ets/import_tests/import_alias/import_alias_3.sts
test/ast/parser/ets/import_tests/import_alias/import_alias_4.sts
test/ast/parser/ets/import_tests/import_all_2.sts
test/ast/parser/ets/import_tests/import_all_alias_2.sts
test/ast/parser/ets/import_tests/import_all_alias_neg.sts
test/ast/parser/ets/import_tests/import_folder_n.sts
test/ast/parser/ets/import_tests/import_name_2.sts
test/ast/parser/ets/import_tests/import_name_3.sts
test/ast/parser/ets/import_tests/import_name_alias_2.sts
test/ast/parser/ets/import_tests/import_name_conflict_1.sts
test/ast/parser/ets/import_tests/import_name_conflict_10.sts
test/ast/parser/ets/import_tests/import_name_conflict_11.sts
test/ast/parser/ets/import_tests/import_name_conflict_12.sts
test/ast/parser/ets/import_tests/import_name_conflict_2.sts
test/ast/parser/ets/import_tests/import_name_conflict_4.sts
test/ast/parser/ets/import_tests/import_name_conflict_5.sts
test/ast/parser/ets/import_tests/import_name_conflict_6.sts
test/ast/parser/ets/import_tests/import_name_conflict_7.sts
test/ast/parser/ets/import_tests/import_name_conflict_8.sts
test/ast/parser/ets/import_tests/import_name_conflict_9.sts
test/ast/parser/ets/import_tests/import_name_conflicts/imported_module_1.sts
test/ast/parser/ets/import_tests/import_name_conflicts/imported_module_2.sts
test/ast/parser/ets/import_tests/import_name_conflicts/main_1.sts
test/ast/parser/ets/import_tests/import_name_conflicts/main_2.sts
test/ast/parser/ets/import_tests/import_name_conflicts/main_3.sts
test/ast/parser/ets/import_tests/import_name_conflicts/main_4.sts
test/ast/parser/ets/import_tests/import_name_conflicts/main_5.sts
test/ast/parser/ets/import_tests/import_name_conflicts/main_6.sts
test/ast/parser/ets/import_tests/import_name_conflicts/main_7.sts
test/ast/parser/ets/import_tests/import_name_conflicts/main_8.sts
test/ast/parser/ets/import_tests/modules/invalid_namespace_import.sts
test/ast/parser/ets/import_tests/modules/too_many_default_exports.sts
test/ast/parser/ets/import_tests/modules/too_many_default_exports_2.sts
test/ast/parser/ets/import_tests/modules/typescript_file_import.ts
test/ast/parser/ets/import_tests/type/import_type_1.sts
test/ast/parser/ets/import_tests/type/import_type_2.sts
test/ast/parser/ets/import_tests/type/type.sts
test/ast/parser/ets/import_tests/type/type_2.sts
test/ast/parser/ets/import_tests/type/type_3.sts
test/ast/parser/ets/index_not_support_such_type.sts
test/ast/parser/ets/inheritance-cyclic.sts
test/ast/parser/ets/instanceof_with_not_object_type.sts
test/ast/parser/ets/instantied_abstract_class_with_array_creation_expression.sts
test/ast/parser/ets/instantied_interface_with_array_creation_expression.sts
test/ast/parser/ets/interface-override-function.sts
test/ast/parser/ets/interface.sts
test/ast/parser/ets/interfaceAbstract.sts
test/ast/parser/ets/interface_member_initialization.sts
test/ast/parser/ets/interface_static_function_2.sts
test/ast/parser/ets/interface_with_different_type.sts
test/ast/parser/ets/interfaces2.sts
test/ast/parser/ets/interfaces3.sts
test/ast/parser/ets/invalid_access_static.sts
test/ast/parser/ets/invalid_access_static2.sts
test/ast/parser/ets/iterator_override_next.sts
test/ast/parser/ets/labeled.sts
test/ast/parser/ets/labeledBlockStatement.sts
test/ast/parser/ets/lambda-arrow-after-braces.sts
test/ast/parser/ets/lambda-type-inference-bad-arrow.sts
test/ast/parser/ets/lambda-type-inference-neg.sts
test/ast/parser/ets/lambda-type-inference-neg2.sts
test/ast/parser/ets/lambda-type-inference-overloaded-1.sts
test/ast/parser/ets/lambdaWithWrongOptionalParameter.sts
test/ast/parser/ets/lambda_optional_param_2.sts
test/ast/parser/ets/lambda_optional_param_3.sts
test/ast/parser/ets/launch_non_callable.sts
test/ast/parser/ets/launch_super_ctor.sts
test/ast/parser/ets/launch_unresolved.sts
test/ast/parser/ets/lexer001.sts
test/ast/parser/ets/lexer002.sts
test/ast/parser/ets/local-class-access-modifier-private.sts
test/ast/parser/ets/local-class-access-modifier-protected.sts
test/ast/parser/ets/local-class-access-modifier-public.sts
test/ast/parser/ets/local-class-member-access-modifier-private1.sts
test/ast/parser/ets/local-class-member-access-modifier-private2.sts
test/ast/parser/ets/local-class-member-access-modifier-protected1.sts
test/ast/parser/ets/local-class-member-access-modifier-protected2.sts
test/ast/parser/ets/local-class-member-access-modifier-public1.sts
test/ast/parser/ets/local-class-member-access-modifier-public2.sts
test/ast/parser/ets/local-interface-access-modifier-private.sts
test/ast/parser/ets/local-interface-access-modifier-protected.sts
test/ast/parser/ets/local-interface-access-modifier-public.sts
test/ast/parser/ets/local-interface-member-access-modifier-private1.sts
test/ast/parser/ets/local-interface-member-access-modifier-private2.sts
test/ast/parser/ets/local-interface-member-access-modifier-protected1.sts
test/ast/parser/ets/local-interface-member-access-modifier-protected2.sts
test/ast/parser/ets/local-interface-member-access-modifier-public1.sts
test/ast/parser/ets/local-interface-member-access-modifier-public2.sts
test/ast/parser/ets/localTypeAlias_n.sts
test/ast/parser/ets/loops.sts
test/ast/parser/ets/main_entry_point_2.sts
test/ast/parser/ets/main_entry_point_3.sts
test/ast/parser/ets/main_entry_point_4.sts
test/ast/parser/ets/main_entry_point_5.sts
test/ast/parser/ets/method_full.sts
test/ast/parser/ets/method_modifier_check_1.sts
test/ast/parser/ets/method_modifier_check_10.sts
test/ast/parser/ets/method_modifier_check_11.sts
test/ast/parser/ets/method_modifier_check_12.sts
test/ast/parser/ets/method_modifier_check_13.sts
test/ast/parser/ets/method_modifier_check_15.sts
test/ast/parser/ets/method_modifier_check_16.sts
test/ast/parser/ets/method_modifier_check_17.sts
test/ast/parser/ets/method_modifier_check_2.sts
test/ast/parser/ets/method_modifier_check_3.sts
test/ast/parser/ets/method_modifier_check_4.sts
test/ast/parser/ets/method_modifier_check_5.sts
test/ast/parser/ets/method_modifier_check_6.sts
test/ast/parser/ets/method_modifier_check_7.sts
test/ast/parser/ets/method_modifier_check_9.sts
test/ast/parser/ets/method_override_throw_2.sts
test/ast/parser/ets/method_override_throw_3.sts
test/ast/parser/ets/method_override_throw_4.sts
test/ast/parser/ets/method_override_throw_5.sts
test/ast/parser/ets/method_override_throw_6.sts
test/ast/parser/ets/methods.sts
test/ast/parser/ets/missing_implementation_1.sts
test/ast/parser/ets/missing_implementation_2.sts
test/ast/parser/ets/multi_typeerror_function_implicit_return_value.sts
test/ast/parser/ets/n_arrayHoldingNullValue.sts
test/ast/parser/ets/n_assignNullableFromFunctionToNonNullable.sts
test/ast/parser/ets/n_nullableTypeMissingNull.sts
test/ast/parser/ets/n_returnNullFromFunction.sts
test/ast/parser/ets/n_returnNullFromMethod.sts
test/ast/parser/ets/named_types.sts
test/ast/parser/ets/native_function_without_return_type.sts
test/ast/parser/ets/nested_function.sts
test/ast/parser/ets/nested_function_1.sts
test/ast/parser/ets/nested_function_in_method.sts
test/ast/parser/ets/new_object_1.sts
test/ast/parser/ets/new_object_2.sts
test/ast/parser/ets/non-ambient_call_signature.sts
test/ast/parser/ets/nonIntegralIndex.sts
test/ast/parser/ets/nonPublicInterfaceProp.sts
test/ast/parser/ets/non_proper_index_method.sts
test/ast/parser/ets/non_proper_iterator_method.sts
test/ast/parser/ets/null-coalesc-negative.sts
test/ast/parser/ets/null_invalid.sts
test/ast/parser/ets/operator_logical_and_euqal.sts
test/ast/parser/ets/operator_logical_nullish_equal.sts
test/ast/parser/ets/operator_logical_or_equal.sts
test/ast/parser/ets/optional_chaining_invalid_property.sts
test/ast/parser/ets/optional_field_interfaceUnionNotCompatible.sts
test/ast/parser/ets/optional_field_variable_forof.sts
test/ast/parser/ets/overrideFuncWithGetter_n.sts
test/ast/parser/ets/override_method.sts
test/ast/parser/ets/predefined_non_primitive_types.sts
test/ast/parser/ets/primitive_type_method_1.sts
test/ast/parser/ets/primitive_type_method_2.sts
test/ast/parser/ets/privateSuperConstructorCall.sts
test/ast/parser/ets/property-access-field-1.sts
test/ast/parser/ets/property-access-field-2.sts
test/ast/parser/ets/property-access-method-1.sts
test/ast/parser/ets/property-access-method-2.sts
test/ast/parser/ets/re_export/export.sts
test/ast/parser/ets/re_export/export_2.sts
test/ast/parser/ets/re_export/export_3.sts
test/ast/parser/ets/re_export/import_11.sts
test/ast/parser/ets/re_export/import_12.sts
test/ast/parser/ets/re_export/import_16.sts
test/ast/parser/ets/re_export/import_17.sts
test/ast/parser/ets/re_export/import_4.sts
test/ast/parser/ets/re_export/import_5.sts
test/ast/parser/ets/re_export/re_export_11.sts
test/ast/parser/ets/re_export/re_export_12.sts
test/ast/parser/ets/re_export/re_export_4.sts
test/ast/parser/ets/re_export/re_export_5.sts
test/ast/parser/ets/re_export/re_export_7.sts
test/ast/parser/ets/readonlyGetterSetterReassignment1.sts
test/ast/parser/ets/readonlyGetterSetterReassignment2.sts
test/ast/parser/ets/readonly_reference_CTE_err_elimilate.sts
test/ast/parser/ets/recordIndexing.sts
test/ast/parser/ets/recordKeyTypeCheck01.sts
test/ast/parser/ets/recordKeyTypeCheck02.sts
test/ast/parser/ets/recordKeyTypeCheck03.sts
test/ast/parser/ets/recordKeyTypeCheck04.sts
test/ast/parser/ets/record_dup_key_01.sts
test/ast/parser/ets/record_dup_key_02.sts
test/ast/parser/ets/record_init_check.sts
test/ast/parser/ets/record_lower_phase_external_main.sts
test/ast/parser/ets/record_lower_phase_external_proxy.sts
test/ast/parser/ets/rest_parameter_03.sts
test/ast/parser/ets/return_null_and_type_not_match.sts
test/ast/parser/ets/return_type_non_match.sts
test/ast/parser/ets/selective_export/selective_export_bad.sts
test/ast/parser/ets/setter_native.sts
test/ast/parser/ets/setter_with_non_void.sts
test/ast/parser/ets/single_export/single_export_as_n.sts
test/ast/parser/ets/single_export/single_export_from_n.sts
test/ast/parser/ets/single_export/single_export_n.sts
test/ast/parser/ets/special_signatures.sts
test/ast/parser/ets/staticFunctionCallOfObject.sts
test/ast/parser/ets/static_func_call_1.sts
test/ast/parser/ets/static_func_call_2.sts
test/ast/parser/ets/static_function_override_4.sts
test/ast/parser/ets/static_invoke_tests/static_invoke_coexist_invoke_method.sts
test/ast/parser/ets/static_invoke_tests/static_invoke_coexist_invoke_method_1.sts
test/ast/parser/ets/static_invoke_tests/static_invoke_coexist_invoke_method_2.sts
test/ast/parser/ets/static_invoke_tests/static_invoke_coexist_invoke_method_3.sts
test/ast/parser/ets/static_invoke_tests/static_invoke_coexist_invoke_method_4.sts
test/ast/parser/ets/static_invoke_tests/static_invoke_mismatch_signature.sts
test/ast/parser/ets/static_invoke_tests/static_invoke_mismatch_signature_1.sts
test/ast/parser/ets/static_invoke_tests/static_invoke_mismatch_signature_2.sts
test/ast/parser/ets/string_literal_01.sts
test/ast/parser/ets/struct_invalid_abstract.sts
test/ast/parser/ets/struct_invalid_extends2.sts
test/ast/parser/ets/struct_invalid_extends3.sts
test/ast/parser/ets/struct_invalid_extends4.sts
test/ast/parser/ets/struct_invalid_local.sts
test/ast/parser/ets/struct_invalid_nested1.sts
test/ast/parser/ets/struct_invalid_nested2.sts
test/ast/parser/ets/struct_invalid_nested3.sts
test/ast/parser/ets/superInConstructor1.sts
test/ast/parser/ets/superInConstructor2.sts
test/ast/parser/ets/superInConstructor3.sts
test/ast/parser/ets/superStaticCall.sts
test/ast/parser/ets/switch_alive_2.sts
test/ast/parser/ets/switch_alive_3.sts
test/ast/parser/ets/switch_const_int_compare_char_duplicate.sts
test/ast/parser/ets/switch_enum.sts
test/ast/parser/ets/switch_enum2.sts
test/ast/parser/ets/switch_enum_case_duplicate.sts
test/ast/parser/ets/switch_enum_string_case_duplicate.sts
test/ast/parser/ets/switch_num_compare_char_duplicate.sts
test/ast/parser/ets/switch_readonly_member_different_enum.sts
test/ast/parser/ets/switch_readonly_member_different_enum_2.sts
test/ast/parser/ets/switch_readonly_member_enum_duplicate.sts
test/ast/parser/ets/switch_readonly_member_number_duplicate.sts
test/ast/parser/ets/swtich_not_const.sts
test/ast/parser/ets/test_jsvalue_set_property_1.sts
test/ast/parser/ets/test_jsvalue_set_property_2.sts
test/ast/parser/ets/test_type_alias1.sts
test/ast/parser/ets/test_type_alias10.sts
test/ast/parser/ets/test_type_alias2.sts
test/ast/parser/ets/test_type_alias3.sts
test/ast/parser/ets/test_type_alias4.sts
test/ast/parser/ets/thisInConstructor.sts
test/ast/parser/ets/this_type_class_field_invalid.sts
test/ast/parser/ets/this_type_class_method_parameter_invalid.sts
test/ast/parser/ets/this_type_class_static_method_parameter_invalid.sts
test/ast/parser/ets/this_type_class_static_method_return_invalid.sts
test/ast/parser/ets/this_type_function_parameter_invalid.sts
test/ast/parser/ets/this_type_function_return_invalid.sts
test/ast/parser/ets/this_type_lambda_declaration_parameter_in_class_invalid.sts
test/ast/parser/ets/this_type_lambda_declaration_parameter_invalid.sts
test/ast/parser/ets/this_type_lambda_declaration_return_in_class_invalid.sts
test/ast/parser/ets/this_type_lambda_declaration_return_invalid.sts
test/ast/parser/ets/this_type_lambda_definition_parameter_in_class_invalid.sts
test/ast/parser/ets/this_type_lambda_definition_parameter_invalid.sts
test/ast/parser/ets/this_type_lambda_definition_return_in_class_invalid.sts
test/ast/parser/ets/this_type_lambda_definition_return_invalid.sts
test/ast/parser/ets/topLevelStaticClass.sts
test/ast/parser/ets/trailing_lambda_tests/trailing_lambda_mismatch_lambda_signature.sts
test/ast/parser/ets/trailing_lambda_tests/trailing_lambda_mismatch_lambda_signature_1.sts
test/ast/parser/ets/trailing_lambda_tests/trailing_lambda_not_transform_trailing_block_1.sts
test/ast/parser/ets/trailing_lambda_tests/trailing_lambda_not_transform_trailing_block_2.sts
test/ast/parser/ets/trailing_lambda_tests/trailing_lambda_not_transform_trailing_block_3.sts
test/ast/parser/ets/trailing_lambda_tests/trailing_lambda_not_transform_trailing_block_4.sts
test/ast/parser/ets/trailing_lambda_tests/trailing_lambda_not_transform_trailing_block_5.sts
test/ast/parser/ets/trailing_lambda_tests/trailing_lambda_omit_call_parentheses.sts
test/ast/parser/ets/tryBlockOnly.sts
test/ast/parser/ets/try_catch_alive_1.sts
test/ast/parser/ets/try_catch_alive_2.sts
test/ast/parser/ets/try_catch_alive_3.sts
test/ast/parser/ets/try_catch_alive_4.sts
test/ast/parser/ets/try_catch_alive_5.sts
test/ast/parser/ets/try_catch_alive_6.sts
test/ast/parser/ets/try_catch_alive_7.sts
test/ast/parser/ets/try_catch_alive_8.sts
test/ast/parser/ets/try_catch_alive_9.sts
test/ast/parser/ets/tupleIndexWithLargeInt.sts
test/ast/parser/ets/tuple_type_2_neg.sts
test/ast/parser/ets/tuple_type_3_neg.sts
test/ast/parser/ets/tuple_type_4_neg.sts
test/ast/parser/ets/type_references.sts
test/ast/parser/ets/type_variance2.sts
test/ast/parser/ets/type_variance3.sts
test/ast/parser/ets/type_variance4.sts
test/ast/parser/ets/typeinference_function_generic.sts
test/ast/parser/ets/typeparameter_constraint_circular-neg_0.sts
test/ast/parser/ets/typeparameter_constraint_circular-neg_1.sts
test/ast/parser/ets/typeparameter_lambda_infer_functioncall_18648_1.sts
test/ast/parser/ets/typeparameter_lambda_infer_functioncall_18648_2.sts
test/ast/parser/ets/typeparameter_lambda_infer_functioncall_18648_3.sts
test/ast/parser/ets/types_decls.sts
test/ast/parser/ets/undefinedNullNotObject.sts
test/ast/parser/ets/unresolved_reference_argname_main.sts
test/ast/parser/ets/unresolved_reference_argname_proxy.sts
test/ast/parser/ets/user_defined_10.sts
test/ast/parser/ets/user_defined_11.sts
test/ast/parser/ets/user_defined_12.sts
test/ast/parser/ets/user_defined_13.sts
test/ast/parser/ets/user_defined_14.sts
test/ast/parser/ets/user_defined_15.sts
test/ast/parser/ets/user_defined_16.sts
test/ast/parser/ets/user_defined_17.sts
test/ast/parser/ets/user_defined_18.sts
test/ast/parser/ets/user_defined_19.sts
test/ast/parser/ets/user_defined_20.sts
test/ast/parser/ets/user_defined_21.sts
test/ast/parser/ets/user_defined_23.sts
test/ast/parser/ets/user_defined_24.sts
test/ast/parser/ets/user_defined_25.sts
test/ast/parser/ets/user_defined_5.sts
test/ast/parser/ets/user_defined_7.sts
test/ast/parser/ets/user_defined_8.sts
test/ast/parser/ets/user_defined_9.sts
test/ast/parser/ets/variable_throw_function_2.sts
test/ast/parser/ets/visible_signatures_1.sts
test/ast/parser/ets/wrong-union-array-assignment.sts
test/ast/parser/ets/wrong_context_class_1.sts
test/ast/parser/ets/wrong_context_class_2.sts
test/ast/parser/ets/wrong_context_class_3.sts
test/ast/parser/ets/wrong_context_class_4.sts
test/ast/parser/ets/wrong_context_function_1.sts
test/ast/parser/ets/wrong_context_function_2.sts
test/ast/parser/ets/wrong_context_function_3.sts
test/ast/parser/ets/wrong_context_function_4.sts
test/ast/parser/js/invalid-left-hand-side-in-prefix-operation.js
test/ast/parser/js/new-expression.js
test/ast/parser/js/test-array-expression-1.js
test/ast/parser/js/test-array-expression-2.js
test/ast/parser/js/test-class-definition1.js
test/ast/parser/js/test-class-definition2.js
test/ast/parser/js/test-class-definition3.js
test/ast/parser/js/test-class-definition4.js
test/ast/parser/js/test-class-definition5.js
test/ast/parser/js/test-class-static-block1.js
test/ast/parser/js/test-class-static-block2.js
test/ast/parser/js/test-class-static-block3.js
test/ast/parser/js/test-class-static-block4.js
test/ast/parser/js/test-class-static-block5.js
test/ast/parser/js/test-class-static-block6.js
test/ast/parser/js/test-const-without-init.js
test/ast/parser/js/test-continue-in-switch.js
test/ast/parser/js/test-delete-identifier.js
test/ast/parser/js/test-do-while-1.js
test/ast/parser/js/test-escaped-keyword.js
test/ast/parser/js/test-expression-after-unary-expression.js
test/ast/parser/js/test-for-1.js
test/ast/parser/js/test-for-2.js
test/ast/parser/js/test-for-3.js
test/ast/parser/js/test-for-4.js
test/ast/parser/js/test-function-scope-violation-1.js
test/ast/parser/js/test-function-scope-violation-2.js
test/ast/parser/js/test-if-1.js
test/ast/parser/js/test-if-2.js
test/ast/parser/js/test-imported-decl1.js
test/ast/parser/js/test-labelled-statement1.js
test/ast/parser/js/test-labelled-statement2.js
test/ast/parser/js/test-let-redeclaration.js
test/ast/parser/js/test-member-expression-1.js
test/ast/parser/js/test-member-expression-2.js
test/ast/parser/js/test-member-expression-3.js
test/ast/parser/js/test-missing-catch-argument.js
test/ast/parser/js/test-multi-line-string.js
test/ast/parser/js/test-multiple-update-expression.js
test/ast/parser/js/test-nullish-coalescing1.js
test/ast/parser/js/test-nullish-coalescing2.js
test/ast/parser/js/test-numeric-separator1.js
test/ast/parser/js/test-numeric-separator2.js
test/ast/parser/js/test-object-expression1.js
test/ast/parser/js/test-object-expression2.js
test/ast/parser/js/test-object-expression3.js
test/ast/parser/js/test-object-expression4.js
test/ast/parser/js/test-object-expression5.js
test/ast/parser/js/test-object-proto.js
test/ast/parser/js/test-one-default-export-allowed.js
test/ast/parser/js/test-optional-chain.js
test/ast/parser/js/test-private-field1.js
test/ast/parser/js/test-private-field10.js
test/ast/parser/js/test-private-field11.js
test/ast/parser/js/test-private-field12.js
test/ast/parser/js/test-private-field13.js
test/ast/parser/js/test-private-field14.js
test/ast/parser/js/test-private-field15.js
test/ast/parser/js/test-private-field16.js
test/ast/parser/js/test-private-field2.js
test/ast/parser/js/test-private-field3.js
test/ast/parser/js/test-private-field4.js
test/ast/parser/js/test-private-field5.js
test/ast/parser/js/test-private-field6.js
test/ast/parser/js/test-private-field7.js
test/ast/parser/js/test-private-field8.js
test/ast/parser/js/test-private-field9.js
test/ast/parser/js/test-super-expression.js
test/ast/parser/js/test-switch-1.js
test/ast/parser/js/test-switch-2.js
test/ast/parser/js/test-switch-3.js
test/ast/parser/js/test-switch-4.js
test/ast/parser/js/test-switch-5.js
test/ast/parser/js/test-switch-6.js
test/ast/parser/js/test-template-literal-1.js
test/ast/parser/js/test-template-literal-2.js
test/ast/parser/js/test-throw-statement-without-expression.js
test/ast/parser/js/test-try-catch-lexical-declaration.js
test/ast/parser/js/test-try-without-catch-and-finally.js
test/ast/parser/js/test-use-strict-1.js
test/ast/parser/js/test-use-strict-2.js
test/ast/parser/js/test-wrong-function-decl-1.js
test/ast/parser/js/test-wrong-function-decl-2.js
test/ast/parser/js/test-wrong-function-decl-3.js
test/ast/parser/js/this-expression.js
test/ast/parser/multi_returnstatement_typeerror.sts
test/ast/parser/multierror_switchcases.sts
test/ast/parser/ts/test-as-expression.ts
test/ast/parser/ts/test-class-constructor1.ts
test/ast/parser/ts/test-class-constructor2.ts
test/ast/parser/ts/test-class-constructor3.ts
test/ast/parser/ts/test-class-constructor5.ts
test/ast/parser/ts/test-class-definiton1.ts
test/ast/parser/ts/test-class-definiton10.ts
test/ast/parser/ts/test-class-definiton11.ts
test/ast/parser/ts/test-class-definiton12.ts
test/ast/parser/ts/test-class-definiton13.ts
test/ast/parser/ts/test-class-definiton14.ts
test/ast/parser/ts/test-class-definiton15.ts
test/ast/parser/ts/test-class-definiton16.ts
test/ast/parser/ts/test-class-definiton17.ts
test/ast/parser/ts/test-class-definiton2.ts
test/ast/parser/ts/test-class-definiton3.ts
test/ast/parser/ts/test-class-definiton4.ts
test/ast/parser/ts/test-class-definiton5.ts
test/ast/parser/ts/test-class-definiton6.ts
test/ast/parser/ts/test-class-definiton8.ts
test/ast/parser/ts/test-class-definiton9.ts
test/ast/parser/ts/test-enum-declaration2.ts
test/ast/parser/ts/test-enum-declaration3.ts
test/ast/parser/ts/test-enum-declaration4.ts
test/ast/parser/ts/test-enum-declaration5.ts
test/ast/parser/ts/test-func-decl1.ts
test/ast/parser/ts/test-func-param1.ts
test/ast/parser/ts/test-func-param2.ts
test/ast/parser/ts/test-func-param3.ts
test/ast/parser/ts/test-func-param4.ts
test/ast/parser/ts/test-func-param5.ts
test/ast/parser/ts/test-func-param6.ts
test/ast/parser/ts/test-func-param7.ts
test/ast/parser/ts/test-func-param8.ts
test/ast/parser/ts/test-interface2.ts
test/ast/parser/ts/test-interface3.ts
test/ast/parser/ts/test-intersection1.ts
test/ast/parser/ts/test-intersection2.ts
test/ast/parser/ts/test-intersection3.ts
test/ast/parser/ts/test-keyword-declare1.ts
test/ast/parser/ts/test-keyword-declare10.ts
test/ast/parser/ts/test-keyword-declare11.ts
test/ast/parser/ts/test-keyword-declare12.ts
test/ast/parser/ts/test-keyword-declare13.ts
test/ast/parser/ts/test-keyword-declare2.ts
test/ast/parser/ts/test-keyword-declare3.ts
test/ast/parser/ts/test-keyword-declare4.ts
test/ast/parser/ts/test-keyword-declare8.ts
test/ast/parser/ts/test-keyword-declare9.ts
test/ast/parser/ts/test-member-expression1.ts
test/ast/parser/ts/test-member-expression2.ts
test/ast/parser/ts/test-ts-conditional-type1.ts
test/ast/parser/ts/test-ts-conditional-type2.ts
test/ast/parser/ts/test-ts-conditional-type3.ts
test/ast/parser/ts/test-ts-conditional-type4.ts
test/ast/parser/ts/test-ts-conditional-type5.ts
test/ast/parser/ts/test-ts-conditional-type6.ts
test/ast/parser/ts/test-ts-conditional-type7.ts
test/ast/parser/ts/test-ts-constructor-type1.ts
test/ast/parser/ts/test-ts-constructor-type2.ts
test/ast/parser/ts/test-ts-constructor-type3.ts
test/ast/parser/ts/test-ts-constructor-type4.ts
test/ast/parser/ts/test-ts-mapped-type1.ts
test/ast/parser/ts/test-ts-mapped-type2.ts
test/ast/parser/ts/test-ts-mapped-type3.ts
test/ast/parser/ts/test-ts-mapped-type4.ts
test/ast/parser/ts/test-ts-mapped-type5.ts
test/ast/parser/ts/test-ts-mapped-type6.ts
test/ast/parser/ts/test-ts-mapped-type7.ts
test/ast/parser/ts/test-ts-parameter-property1.ts
test/ast/parser/ts/test-ts-parameter-property10.ts
test/ast/parser/ts/test-ts-parameter-property11.ts
test/ast/parser/ts/test-ts-parameter-property12.ts
test/ast/parser/ts/test-ts-parameter-property2.ts
test/ast/parser/ts/test-ts-parameter-property3.ts
test/ast/parser/ts/test-ts-parameter-property4.ts
test/ast/parser/ts/test-ts-parameter-property5.ts
test/ast/parser/ts/test-ts-parameter-property6.ts
test/ast/parser/ts/test-ts-parameter-property7.ts
test/ast/parser/ts/test-ts-parameter-property8.ts
test/ast/parser/ts/test-ts-parameter-property9.ts
test/ast/parser/ts/test-ts-type-predicate2.ts
test/ast/parser/ts/test-ts-type-predicate3.ts
test/ast/parser/ts/test-ts-type-predicate4.ts
test/ast/parser/ts/test-ts-type-predicate5.ts
test/ast/parser/ts/test-ts-type-predicate6.ts
test/ast/parser/ts/test-ts-type-predicate7.ts
test/ast/parser/ts/test-ts-type-predicate8.ts
test/ast/parser/ts/test-tuple-type1.ts
test/ast/parser/ts/test-tuple-type2.ts
test/ast/parser/ts/test-tuple-type3.ts
test/ast/parser/ts/test-tuple-type4.ts
test/ast/parser/ts/test-type-alias1.ts
test/ast/parser/ts/test-type-alias2.ts
test/ast/parser/ts/test-type-alias3.ts
test/ast/parser/ts/test-type-literal1.ts
test/ast/parser/ts/test-type-literal2.ts
test/ast/parser/ts/test-type-literal3.ts
test/ast/parser/ts/test-type-query1.ts
test/ast/parser/ts/test-type-query2.ts
test/ast/parser/ts/test_decorator1.ts
test/ast/parser/ts/test_decorator2.ts
test/ast/parser/ts/test_decorator4.ts
test/ast/parser/ts/test_decorator5.ts
test/ast/parser/ts/test_decorator6.ts
test/ast/parser/ts/test_decorator7.ts
test/ast/parser/ts/test_decorator8.ts
test/ast/parser/ts/test_module1.ts
test/ast/parser/ts/test_module2.ts
test/ast/parser/ts/test_module3.ts
test/ast/parser/ts/test_module4.ts
test/ast/parser/ts/test_module5.ts
test/ast/parser/ts/test_module6.ts
test/ast/parser/ts/test_this_type1.ts
test/ast/parser/ts/test_this_type2.ts
test/compiler/ets/116100-expected.txt
test/compiler/ets/116100.sts
test/compiler/ets/ConditionalExpressionCallVoidNeg-expected.txt
test/compiler/ets/ConditionalExpressionCallVoidNeg.sts
test/compiler/ets/FunctionType2-expected.txt
test/compiler/ets/FunctionType2.sts
test/compiler/ets/FunctionType4-expected.txt
test/compiler/ets/FunctionType4.sts
test/compiler/ets/abstractMethodDeclaredInParentClass-expected.txt
test/compiler/ets/abstractMethodDeclaredInParentClass.sts
test/compiler/ets/abstractNewClassInstanceExpression-expected.txt
test/compiler/ets/abstractNewClassInstanceExpression.sts
test/compiler/ets/ambient_declaration-expected.txt
test/compiler/ets/ambient_declaration.sts
test/compiler/ets/array_indexing_with_chaining_non_nullish-expected.txt
test/compiler/ets/array_indexing_with_chaining_non_nullish.sts
test/compiler/ets/array_indexing_with_chaining_nullish-expected.txt
test/compiler/ets/array_indexing_with_chaining_nullish.sts
test/compiler/ets/array_indexing_without_chaining_non_nullish-expected.txt
test/compiler/ets/array_indexing_without_chaining_non_nullish.sts
test/compiler/ets/array_with_null_type-expected.txt
test/compiler/ets/array_with_null_type.sts
test/compiler/ets/array_with_undefined_type-expected.txt
test/compiler/ets/array_with_undefined_type.sts
test/compiler/ets/arrowFunctionCapture-expected.txt
test/compiler/ets/arrowFunctionCapture.sts
test/compiler/ets/boxingConversion10-expected.txt
test/compiler/ets/boxingConversion10.sts
test/compiler/ets/boxingConversion2-expected.txt
test/compiler/ets/boxingConversion2.sts
test/compiler/ets/boxingConversion3-expected.txt
test/compiler/ets/boxingConversion3.sts
test/compiler/ets/boxingConversion5-expected.txt
test/compiler/ets/boxingConversion5.sts
test/compiler/ets/boxingConversion6-expected.txt
test/compiler/ets/boxingConversion6.sts
test/compiler/ets/boxingConversion7-expected.txt
test/compiler/ets/boxingConversion7.sts
test/compiler/ets/boxingConversion8-expected.txt
test/compiler/ets/boxingConversion8.sts
test/compiler/ets/boxingConversion9-expected.txt
test/compiler/ets/boxingConversion9.sts
test/compiler/ets/boxingUnboxingExpressions-expected.txt
test/compiler/ets/boxingUnboxingExpressions.sts
test/compiler/ets/catch-soft-keyword-expected.txt
test/compiler/ets/catch-soft-keyword.sts
test/compiler/ets/catchParamScope-expected.txt
test/compiler/ets/catchParamScope.sts
test/compiler/ets/class_def_varargs_1-expected.txt
test/compiler/ets/class_def_varargs_1.sts
test/compiler/ets/class_def_varargs_2-expected.txt
test/compiler/ets/class_def_varargs_2.sts
test/compiler/ets/conversion-w-ASExpr-expected.txt
test/compiler/ets/conversion-w-ASExpr.sts
test/compiler/ets/conversion_w_functions-expected.txt
test/compiler/ets/conversion_w_functions.sts
test/compiler/ets/delete-non-keyword-expected.txt
test/compiler/ets/delete-non-keyword.sts
test/compiler/ets/dynamic-equality-expected.txt
test/compiler/ets/dynamic-equality.sts
test/compiler/ets/dynamicJsImport-expected.txt
test/compiler/ets/dynamicJsImport.sts
test/compiler/ets/dynamicLambda-expected.txt
test/compiler/ets/dynamicLambda.sts
test/compiler/ets/dynamicLambdaJSValue-expected.txt
test/compiler/ets/dynamicLambdaJSValue.sts
test/compiler/ets/dynamicLambdaJSValueCast-expected.txt
test/compiler/ets/dynamicLambdaJSValueCast.sts
test/compiler/ets/dynamicObjectLiteral-expected.txt
test/compiler/ets/dynamicObjectLiteral.sts
test/compiler/ets/dynamic_call-expected.txt
test/compiler/ets/dynamic_call.sts
test/compiler/ets/dynamic_instanceof_error-expected.txt
test/compiler/ets/dynamic_instanceof_error.sts
test/compiler/ets/ensureNotNullArgNotNullable-expected.txt
test/compiler/ets/ensureNotNullArgNotNullable.sts
test/compiler/ets/ensureNotNullLocalNotNullable-expected.txt
test/compiler/ets/ensureNotNullLocalNotNullable.sts
test/compiler/ets/ensureNotNullReturnNotNullable-expected.txt
test/compiler/ets/ensureNotNullReturnNotNullable.sts
test/compiler/ets/enum_as_class_member_getValue_call-expected.txt
test/compiler/ets/enum_as_class_member_getValue_call.sts
test/compiler/ets/enums_01-expected.txt
test/compiler/ets/enums_01.sts
test/compiler/ets/export_type-expected.txt
test/compiler/ets/export_type.sts
test/compiler/ets/extended_conditional_expression_not-expected.txt
test/compiler/ets/extended_conditional_expression_not.sts
test/compiler/ets/extended_conditional_expression_not_return_type-expected.txt
test/compiler/ets/extended_conditional_expression_not_return_type.sts
test/compiler/ets/forUpdate-expected.txt
test/compiler/ets/forUpdate.sts
test/compiler/ets/forUpdateCharType-expected.txt
test/compiler/ets/forUpdateCharType.sts
test/compiler/ets/from-soft-keyword-0-expected.txt
test/compiler/ets/from-soft-keyword-0.sts
test/compiler/ets/from-soft-keyword-1-expected.txt
test/compiler/ets/from-soft-keyword-1.sts
test/compiler/ets/from-soft-keyword-2-expected.txt
test/compiler/ets/from-soft-keyword-2.sts
test/compiler/ets/from-soft-keyword-3-expected.txt
test/compiler/ets/from-soft-keyword-3.sts
test/compiler/ets/func-ref-private-expected.txt
test/compiler/ets/func-ref-private.sts
test/compiler/ets/functionPointerArray-expected.txt
test/compiler/ets/functionPointerArray.sts
test/compiler/ets/functionTypeToObject-expected.txt
test/compiler/ets/functionTypeToObject.sts
test/compiler/ets/function_subtyping_1-expected.txt
test/compiler/ets/function_subtyping_1.sts
test/compiler/ets/functions_with_ambiguous_rest_parameter-expected.txt
test/compiler/ets/functions_with_ambiguous_rest_parameter.sts
test/compiler/ets/generic_arrayaslist-expected.txt
test/compiler/ets/generic_arrayaslist.sts
test/compiler/ets/generic_class_getter_setter-expected.txt
test/compiler/ets/generic_class_getter_setter.sts
test/compiler/ets/generic_deadlock-expected.txt
test/compiler/ets/generic_deadlock.sts
test/compiler/ets/generic_func_rest_param_spread_infer-expected.txt
test/compiler/ets/generic_func_rest_param_spread_infer.sts
test/compiler/ets/generic_function_call_1-expected.txt
test/compiler/ets/generic_function_call_1.sts
test/compiler/ets/generic_function_call_3-expected.txt
test/compiler/ets/generic_function_call_3.sts
test/compiler/ets/generic_function_call_4-expected.txt
test/compiler/ets/generic_function_call_4.sts
test/compiler/ets/generic_function_call_5-expected.txt
test/compiler/ets/generic_function_call_5.sts
test/compiler/ets/generic_function_call_7-expected.txt
test/compiler/ets/generic_function_call_7.sts
test/compiler/ets/generic_override_1-expected.txt
test/compiler/ets/generic_override_1.sts
test/compiler/ets/generic_override_2-expected.txt
test/compiler/ets/generic_override_2.sts
test/compiler/ets/generic_override_3-expected.txt
test/compiler/ets/generic_override_3.sts
test/compiler/ets/generic_typealias_1-expected.txt
test/compiler/ets/generic_typealias_1.sts
test/compiler/ets/generic_typealias_6-expected.txt
test/compiler/ets/generic_typealias_6.sts
test/compiler/ets/generic_typealias_7_neg-expected.txt
test/compiler/ets/generic_typealias_7_neg.sts
test/compiler/ets/generic_typealias_8-expected.txt
test/compiler/ets/generic_typealias_8.sts
test/compiler/ets/generic_typealias_9-expected.txt
test/compiler/ets/generic_typealias_9.sts
test/compiler/ets/generic_variance_1-expected.txt
test/compiler/ets/generic_variance_1.sts
test/compiler/ets/generics_class_recursive_type_1-expected.txt
test/compiler/ets/generics_class_recursive_type_1.sts
test/compiler/ets/generics_implicit_lambda1-expected.txt
test/compiler/ets/generics_implicit_lambda1.sts
test/compiler/ets/generics_instantiation_1-expected.txt
test/compiler/ets/generics_instantiation_1.sts
test/compiler/ets/generics_instantiation_2-expected.txt
test/compiler/ets/generics_instantiation_2.sts
test/compiler/ets/generics_instantiation_3-expected.txt
test/compiler/ets/generics_instantiation_3.sts
test/compiler/ets/generics_instantiation_4-expected.txt
test/compiler/ets/generics_instantiation_4.sts
test/compiler/ets/generics_interface_bounds_1-expected.txt
test/compiler/ets/generics_interface_bounds_1.sts
test/compiler/ets/generics_interface_bounds_2-expected.txt
test/compiler/ets/generics_interface_bounds_2.sts
test/compiler/ets/generics_primitive_type_param_1-expected.txt
test/compiler/ets/generics_primitive_type_param_1.sts
test/compiler/ets/identifierReference14-expected.txt
test/compiler/ets/identifierReference14.sts
test/compiler/ets/identifierReference4-expected.txt
test/compiler/ets/identifierReference4.sts
test/compiler/ets/implicit-conversion-expected.txt
test/compiler/ets/implicit-conversion.sts
test/compiler/ets/implicit_package_import/package_test_1/package_module_1-expected.txt
test/compiler/ets/implicit_package_import/package_test_1/package_module_1.sts
test/compiler/ets/implicit_package_import/package_test_1/package_module_2-expected.txt
test/compiler/ets/implicit_package_import/package_test_1/package_module_2.sts
test/compiler/ets/implicit_package_import/package_test_1/separate_module_1-expected.txt
test/compiler/ets/implicit_package_import/package_test_1/separate_module_1.sts
test/compiler/ets/implicit_package_import/package_test_2/subpackage_1/package_module_1-expected.txt
test/compiler/ets/implicit_package_import/package_test_2/subpackage_1/package_module_1.sts
test/compiler/ets/implicit_package_import/package_test_2/subpackage_1/package_module_2-expected.txt
test/compiler/ets/implicit_package_import/package_test_2/subpackage_1/package_module_2.sts
test/compiler/ets/implicit_package_import/package_test_2/subpackage_2/separate_module_1-expected.txt
test/compiler/ets/implicit_package_import/package_test_2/subpackage_2/separate_module_1.sts
test/compiler/ets/implicit_package_import/package_test_4/package_module_1-expected.txt
test/compiler/ets/implicit_package_import/package_test_4/package_module_1.sts
test/compiler/ets/implicit_package_import/package_test_4/package_module_2-expected.txt
test/compiler/ets/implicit_package_import/package_test_4/package_module_2.sts
test/compiler/ets/import_tests/asyncfun_lambda_lib-expected.txt
test/compiler/ets/import_tests/asyncfun_lambda_lib.sts
test/compiler/ets/import_tests/asyncfunc_lambda_main-expected.txt
test/compiler/ets/import_tests/asyncfunc_lambda_main.sts
test/compiler/ets/import_tests/enum_export-expected.txt
test/compiler/ets/import_tests/enum_export.sts
test/compiler/ets/import_tests/enum_import-expected.txt
test/compiler/ets/import_tests/enum_import.sts
test/compiler/ets/import_tests/export_class_with_getters_setters-expected.txt
test/compiler/ets/import_tests/export_class_with_getters_setters.sts
test/compiler/ets/import_tests/generic_typealias_func_type-expected.txt
test/compiler/ets/import_tests/generic_typealias_func_type.sts
test/compiler/ets/import_tests/generic_typealias_func_type_lib-expected.txt
test/compiler/ets/import_tests/generic_typealias_func_type_lib.sts
test/compiler/ets/import_tests/import_class_with_getters_setters-expected.txt
test/compiler/ets/import_tests/import_class_with_getters_setters.sts
test/compiler/ets/import_tests/infer_imported_function_return_type-expected.txt
test/compiler/ets/import_tests/infer_imported_function_return_type.sts
test/compiler/ets/import_tests/infer_imported_function_return_type_lib-expected.txt
test/compiler/ets/import_tests/infer_imported_function_return_type_lib.sts
test/compiler/ets/import_tests/re-export_with_alias/export-expected.txt
test/compiler/ets/import_tests/re-export_with_alias/export.sts
test/compiler/ets/import_tests/re-export_with_alias/import_aliased_re-export-expected.txt
test/compiler/ets/import_tests/re-export_with_alias/import_aliased_re-export.sts
test/compiler/ets/import_tests/re-export_with_alias/re-export_with_alias-expected.txt
test/compiler/ets/import_tests/re-export_with_alias/re-export_with_alias.sts
test/compiler/ets/import_tests/selective_export_tests/import_interface-expected.txt
test/compiler/ets/import_tests/selective_export_tests/import_interface.sts
test/compiler/ets/import_tests/selective_export_tests/import_selective_exported-expected.txt
test/compiler/ets/import_tests/selective_export_tests/import_selective_exported.sts
test/compiler/ets/import_tests/selective_export_tests/selective_export-expected.txt
test/compiler/ets/import_tests/selective_export_tests/selective_export.sts
test/compiler/ets/import_tests/selective_export_tests/selective_export_function-expected.txt
test/compiler/ets/import_tests/selective_export_tests/selective_export_function.sts
test/compiler/ets/import_tests/selective_export_tests/selective_export_interface-expected.txt
test/compiler/ets/import_tests/selective_export_tests/selective_export_interface.sts
test/compiler/ets/import_tests/selective_export_tests/selective_export_with_alias-expected.txt
test/compiler/ets/import_tests/selective_export_tests/selective_export_with_alias.sts
test/compiler/ets/import_tests/selective_export_tests/selective_import_with_alias_1-expected.txt
test/compiler/ets/import_tests/selective_export_tests/selective_import_with_alias_1.sts
test/compiler/ets/import_tests/selective_export_tests/selective_import_with_alias_2-expected.txt
test/compiler/ets/import_tests/selective_export_tests/selective_import_with_alias_2.sts
test/compiler/ets/import_type-expected.txt
test/compiler/ets/import_type.sts
test/compiler/ets/inferTypeOfArray-expected.txt
test/compiler/ets/inferTypeOfArray.sts
test/compiler/ets/instanceof_dyndecl_dynvalue-expected.txt
test/compiler/ets/instanceof_dyndecl_dynvalue.sts
test/compiler/ets/instanceof_dyndecl_jsvalue-expected.txt
test/compiler/ets/instanceof_dyndecl_jsvalue.sts
test/compiler/ets/instanceof_dynvalue_dynvalue-expected.txt
test/compiler/ets/instanceof_dynvalue_dynvalue.sts
test/compiler/ets/instanceof_dynvalue_jsvalue-expected.txt
test/compiler/ets/instanceof_dynvalue_jsvalue.sts
test/compiler/ets/instanceof_etsobject_dynvalue-expected.txt
test/compiler/ets/instanceof_etsobject_dynvalue.sts
test/compiler/ets/instanceof_etsobject_jsvalue-expected.txt
test/compiler/ets/instanceof_etsobject_jsvalue.sts
test/compiler/ets/instanceof_jsvalue_dynvalue-expected.txt
test/compiler/ets/instanceof_jsvalue_dynvalue.sts
test/compiler/ets/instanceof_jsvalue_jsvalue-expected.txt
test/compiler/ets/instanceof_jsvalue_jsvalue.sts
test/compiler/ets/instanceof_object_dynvalue-expected.txt
test/compiler/ets/instanceof_object_dynvalue.sts
test/compiler/ets/instanceof_object_jsvalue-expected.txt
test/compiler/ets/instanceof_object_jsvalue.sts
test/compiler/ets/instanceof_object_long-expected.txt
test/compiler/ets/instanceof_object_long.sts
test/compiler/ets/instanceof_x_dyndecl-expected.txt
test/compiler/ets/instanceof_x_dyndecl.sts
test/compiler/ets/instanceof_x_etstype-expected.txt
test/compiler/ets/instanceof_x_etstype.sts
test/compiler/ets/instanceof_x_object-expected.txt
test/compiler/ets/instanceof_x_object.sts
test/compiler/ets/interface_noreturn_type_function-expected.txt
test/compiler/ets/interface_noreturn_type_function.sts
test/compiler/ets/invalidCallInstruction-expected.txt
test/compiler/ets/invalidCallInstruction.sts
test/compiler/ets/invalidInheritance3-expected.txt
test/compiler/ets/invalidInheritance3.sts
test/compiler/ets/invalidInheritanceFromInterfaceStaticMethod-expected.txt
test/compiler/ets/invalidInheritanceFromInterfaceStaticMethod.sts
test/compiler/ets/invalidPrivateAcces-expected.txt
test/compiler/ets/lambdaFunction1-expected.txt
test/compiler/ets/lambdaFunction1.sts
test/compiler/ets/lambdaFunctionArrayDeclaration-expected.txt
test/compiler/ets/lambdaFunctionArrayDeclaration.sts
test/compiler/ets/lambda_capturing-expected.txt
test/compiler/ets/lambda_capturing.sts
test/compiler/ets/lambda_infer_type/lambda_cast_infer_type_narrowing-expected.txt
test/compiler/ets/lambda_infer_type/lambda_cast_infer_type_narrowing.sts
test/compiler/ets/lambda_infer_type/lambda_cast_infer_type_void-expected.txt
test/compiler/ets/lambda_infer_type/lambda_cast_infer_type_void.sts
test/compiler/ets/lambda_infer_type/lambda_cast_infer_type_widening-expected.txt
test/compiler/ets/lambda_infer_type/lambda_cast_infer_type_widening.sts
test/compiler/ets/lambda_infer_type/lambda_cast_type_has_pramas-expected.txt
test/compiler/ets/lambda_infer_type/lambda_cast_type_has_pramas.sts
test/compiler/ets/lambda_infer_type/lambda_infer_type-expected.txt
test/compiler/ets/lambda_infer_type/lambda_infer_type.sts
test/compiler/ets/lambda_infer_type/lambda_infer_type_arrow_expression-expected.txt
test/compiler/ets/lambda_infer_type/lambda_infer_type_arrow_expression.sts
test/compiler/ets/lambda_infer_type/lambda_infer_type_arrow_expression_literal-expected.txt
test/compiler/ets/lambda_infer_type/lambda_infer_type_arrow_expression_literal.sts
test/compiler/ets/lambda_infer_type/lambda_infer_type_has_return-expected.txt
test/compiler/ets/lambda_infer_type/lambda_infer_type_has_return.sts
test/compiler/ets/lambda_infer_type/lambda_infer_type_param2-expected.txt
test/compiler/ets/lambda_infer_type/lambda_infer_type_param2.sts
test/compiler/ets/lambda_infer_type/lambda_infer_type_return_array-expected.txt
test/compiler/ets/lambda_infer_type/lambda_infer_type_return_array.sts
test/compiler/ets/lambda_infer_type/lambda_infer_type_return_lambda-expected.txt
test/compiler/ets/lambda_infer_type/lambda_infer_type_return_lambda.sts
test/compiler/ets/lambda_infer_type/lambda_infer_type_return_lambda1-expected.txt
test/compiler/ets/lambda_infer_type/lambda_infer_type_return_lambda1.sts
test/compiler/ets/lambda_infer_type/lambda_infer_type_return_lambda_expression-expected.txt
test/compiler/ets/lambda_infer_type/lambda_infer_type_return_lambda_expression.sts
test/compiler/ets/lambda_infer_type/lambda_infer_type_return_literal-expected.txt
test/compiler/ets/lambda_infer_type/lambda_infer_type_return_literal.sts
test/compiler/ets/lambda_infer_type/lambda_infer_type_return_union-expected.txt
test/compiler/ets/lambda_infer_type/lambda_infer_type_return_union.sts
test/compiler/ets/lambda_infer_type/lambda_infer_type_scope-expected.txt
test/compiler/ets/lambda_infer_type/lambda_infer_type_scope.sts
test/compiler/ets/lambda_unresolved_ref_1-expected.txt
test/compiler/ets/lambda_unresolved_ref_1.sts
test/compiler/ets/launch_expression-expected.txt
test/compiler/ets/launch_expression.sts
test/compiler/ets/loopWithinLambda-expected.txt
test/compiler/ets/loopWithinLambda.sts
test/compiler/ets/lowering-interaction-expected.txt
test/compiler/ets/lowering-interaction.sts
test/compiler/ets/manyLocalsParamRegUsage-expected.txt
test/compiler/ets/manyLocalsParamRegUsage.sts
test/compiler/ets/memberExprInLambda-expected.txt
test/compiler/ets/memberExprInLambda.sts
test/compiler/ets/memberExpressionFromStaticContext-expected.txt
test/compiler/ets/memberExpressionFromStaticContext.sts
test/compiler/ets/method-resolution-class-and-interface-in-signatures_5-expected.txt
test/compiler/ets/method-resolution-class-and-interface-in-signatures_5.sts
test/compiler/ets/methodOverrideAsyncMethod-expected.txt
test/compiler/ets/methodOverrideAsyncMethod.sts
test/compiler/ets/methodOverrideCovariantReturnType-expected.txt
test/compiler/ets/methodOverrideCovariantReturnType.sts
test/compiler/ets/methodOverrideDifferentSignature-expected.txt
test/compiler/ets/methodOverrideDifferentSignature.sts
test/compiler/ets/methodOverrideWithoutModifier-expected.txt
test/compiler/ets/methodOverrideWithoutModifier.sts
test/compiler/ets/multipleMethodOverride-expected.txt
test/compiler/ets/multipleMethodOverride.sts
test/compiler/ets/n_nullableTypeInArgNotRef-expected.txt
test/compiler/ets/n_nullableTypeInArgNotRef.sts
test/compiler/ets/n_nullableTypeInReturnNotRef-expected.txt
test/compiler/ets/n_nullableTypeInReturnNotRef.sts
test/compiler/ets/n_nullableTypeNotRef-expected.txt
test/compiler/ets/n_nullableTypeNotRef.sts
test/compiler/ets/native_toplevel-expected.txt
test/compiler/ets/native_toplevel.sts
test/compiler/ets/non-const-lambda-with-scopes-expected.txt
test/compiler/ets/non-const-lambda-with-scopes.sts
test/compiler/ets/null_coalescing_generic_1-expected.txt
test/compiler/ets/null_coalescing_generic_1.sts
test/compiler/ets/nullableTuple-expected.txt
test/compiler/ets/nullableTuple.sts
test/compiler/ets/nullable_type_in_arithmeticdiv-expected.txt
test/compiler/ets/nullable_type_in_arithmeticdiv.sts
test/compiler/ets/nullable_type_in_arithmeticplus-expected.txt
test/compiler/ets/nullable_type_in_arithmeticplus.sts
test/compiler/ets/objectLiteralInterface-expected.txt
test/compiler/ets/objectLiteralInterface.sts
test/compiler/ets/objectLiteralReadonlyKey-expected.txt
test/compiler/ets/objectLiteralReadonlyKey.sts
test/compiler/ets/optionalLambdaParameter-expected.txt
test/compiler/ets/optionalLambdaParameter.sts
test/compiler/ets/overload_with_generics-expected.txt
test/compiler/ets/overload_with_generics.sts
test/compiler/ets/override-expected.txt
test/compiler/ets/override.sts
test/compiler/ets/override10-expected.txt
test/compiler/ets/override10.sts
test/compiler/ets/override12-expected.txt
test/compiler/ets/override12.sts
test/compiler/ets/override13-expected.txt
test/compiler/ets/override13.sts
test/compiler/ets/override16-expected.txt
test/compiler/ets/override16.sts
test/compiler/ets/override17-expected.txt
test/compiler/ets/override17.sts
test/compiler/ets/override19-expected.txt
test/compiler/ets/override19.sts
test/compiler/ets/override2-expected.txt
test/compiler/ets/override2.sts
test/compiler/ets/override4-expected.txt
test/compiler/ets/override4.sts
test/compiler/ets/override5-expected.txt
test/compiler/ets/override5.sts
test/compiler/ets/override6-expected.txt
test/compiler/ets/override6.sts
test/compiler/ets/override8-expected.txt
test/compiler/ets/override8.sts
test/compiler/ets/override9-expected.txt
test/compiler/ets/override9.sts
test/compiler/ets/parenthesizedType-expected.txt
test/compiler/ets/parenthesizedType.sts
test/compiler/ets/partialType_4-expected.txt
test/compiler/ets/partialType_4.sts
test/compiler/ets/requiredType_1-expected.txt
test/compiler/ets/requiredType_1.sts
test/compiler/ets/requiredType_11-expected.txt
test/compiler/ets/requiredType_11.sts
test/compiler/ets/requiredType_4-expected.txt
test/compiler/ets/requiredType_4.sts
test/compiler/ets/requiredType_5-expected.txt
test/compiler/ets/requiredType_5.sts
test/compiler/ets/requiredType_9-expected.txt
test/compiler/ets/requiredType_9.sts
test/compiler/ets/rethrowingCheck1-expected.txt
test/compiler/ets/rethrowingCheck1.sts
test/compiler/ets/rethrowingCheck4-expected.txt
test/compiler/ets/rethrowingCheck4.sts
test/compiler/ets/rethrowingConstructorCheck3-expected.txt
test/compiler/ets/rethrowingConstructorCheck3.sts
test/compiler/ets/rethrowingFunctionCheck3-expected.txt
test/compiler/ets/rethrowingFunctionCheck3.sts
test/compiler/ets/rethrowingMethodCheck3-expected.txt
test/compiler/ets/rethrowingMethodCheck3.sts
test/compiler/ets/returnTypeGenericArray-expected.txt
test/compiler/ets/returnTypeGenericArray.sts
test/compiler/ets/switchStatementBoxing-expected.txt
test/compiler/ets/switchStatementBoxing.sts
test/compiler/ets/switchStatementCorrectConversion-expected.txt
test/compiler/ets/switchStatementCorrectConversion.sts
test/compiler/ets/this_type_valid_return_type-expected.txt
test/compiler/ets/this_type_valid_return_type.sts
test/compiler/ets/throwInCatchClause3-expected.txt
test/compiler/ets/throwInCatchClause3.sts
test/compiler/ets/throwInFinallyBlock1-expected.txt
test/compiler/ets/throwInFinallyBlock1.sts
test/compiler/ets/throwInRethrowingFunction2-expected.txt
test/compiler/ets/throwInRethrowingFunction2.sts
test/compiler/ets/throwInThrowingFunction-expected.txt
test/compiler/ets/throwInThrowingFunction.sts
test/compiler/ets/throwInTryStatement-expected.txt
test/compiler/ets/throwInTryStatement.sts
test/compiler/ets/throwingFunctionAsParameter1-expected.txt
test/compiler/ets/throwingFunctionAsParameter1.sts
test/compiler/ets/throwingFunctionCheck2-expected.txt
test/compiler/ets/throwingFunctionCheck2.sts
test/compiler/ets/throwingFunctionCheck3-expected.txt
test/compiler/ets/throwingFunctionCheck3.sts
test/compiler/ets/throwingFunctionCheck6-expected.txt
test/compiler/ets/throwingFunctionCheck6.sts
test/compiler/ets/throwingFunctionType1-expected.txt
test/compiler/ets/throwingFunctionType1.sts
test/compiler/ets/tryCatchErrorMissingParamType-expected.txt
test/compiler/ets/tryCatchErrorMissingParamType.sts
test/compiler/ets/tryCatchMissingParamType-expected.txt
test/compiler/ets/tryCatchMissingParamType.sts
test/compiler/ets/tryDefaultCatches-expected.txt
test/compiler/ets/tryDefaultCatches.sts
test/compiler/ets/tuple_types_1-expected.txt
test/compiler/ets/tuple_types_1.sts
test/compiler/ets/tuple_types_12-expected.txt
test/compiler/ets/tuple_types_12.sts
test/compiler/ets/tuple_types_13-expected.txt
test/compiler/ets/tuple_types_13.sts
test/compiler/ets/tuple_types_14-expected.txt
test/compiler/ets/tuple_types_14.sts
test/compiler/ets/tuple_types_15-expected.txt
test/compiler/ets/tuple_types_15.sts
test/compiler/ets/tuple_types_16-expected.txt
test/compiler/ets/tuple_types_16.sts
test/compiler/ets/tuple_types_17-expected.txt
test/compiler/ets/tuple_types_17.sts
test/compiler/ets/tuple_types_18-expected.txt
test/compiler/ets/tuple_types_18.sts
test/compiler/ets/tuple_types_19-expected.txt
test/compiler/ets/tuple_types_19.sts
test/compiler/ets/tuple_types_7-expected.txt
test/compiler/ets/tuple_types_7.sts
test/compiler/ets/tuple_types_8-expected.txt
test/compiler/ets/tuple_types_8.sts
test/compiler/ets/typeAlias-expected.txt
test/compiler/ets/typeAlias.sts
test/compiler/ets/typeVarReferenceFromStaticContext2-expected.txt
test/compiler/ets/typeVarReferenceFromStaticContext2.sts
test/compiler/ets/union_types_1-expected.txt
test/compiler/ets/union_types_1.sts
test/compiler/ets/union_types_3-expected.txt
test/compiler/ets/union_types_3.sts
test/compiler/ets/union_types_5-expected.txt
test/compiler/ets/union_types_5.sts
test/compiler/ets/union_types_merging-expected.txt
test/compiler/ets/union_types_merging.sts
test/compiler/js/eval_lexically_unbound-expected.txt
test/compiler/js/eval_lexically_unbound.js
test/compiler/js/many_locals_1-expected.txt
test/compiler/js/many_locals_1.js
test/compiler/ts/arrayDestructuring-expected.txt
test/compiler/ts/arrayDestructuring.ts
test/compiler/ts/assignment_unknown-expected.txt
test/compiler/ts/assignment_unknown.ts
test/compiler/ts/do_while_statement-expected.txt
test/compiler/ts/do_while_statement.ts
test/compiler/ts/for_update_statement-expected.txt
test/compiler/ts/for_update_statement.ts
test/compiler/ts/functionCall-expected.txt
test/compiler/ts/functionCall.ts
test/compiler/ts/identifier_optional_positive-expected.txt
test/compiler/ts/identifier_optional_positive.ts
test/compiler/ts/if_statement-expected.txt
test/compiler/ts/if_statement.ts
test/compiler/ts/interfaceAssignment-expected.txt
test/compiler/ts/interfaceAssignment.ts
test/compiler/ts/interfacePropertyReferenceContainingInterface-expected.txt
test/compiler/ts/interfacePropertyReferenceContainingInterface.ts
test/compiler/ts/interface_enum_member-expected.txt
test/compiler/ts/interface_enum_member.ts
test/compiler/ts/memberExpTests-expected.txt
test/compiler/ts/memberExpTests.ts
test/compiler/ts/member_expression_78-expected.txt
test/compiler/ts/member_expression_78.ts
test/compiler/ts/member_expression_79-expected.txt
test/compiler/ts/member_expression_79.ts
test/compiler/ts/member_expression_9-expected.txt
test/compiler/ts/member_expression_9.ts
test/compiler/ts/objectDestructuring-expected.txt
test/compiler/ts/objectDestructuring.ts
test/compiler/ts/objectLiteralAssignability-expected.txt
test/compiler/ts/objectLiteralAssignability.ts
test/compiler/ts/switch_statement-expected.txt
test/compiler/ts/switch_statement.ts
test/compiler/ts/test-interface-expected.txt
test/compiler/ts/test-interface.ts
test/compiler/ts/test-type-literal-expected.txt
test/compiler/ts/test-type-literal.ts
test/compiler/ts/try_catch_statement-expected.txt
test/compiler/ts/try_catch_statement.ts
test/compiler/ts/tupleAssignability-expected.txt
test/compiler/ts/tupleAssignability.ts
test/compiler/ts/undefined_as_value-expected.txt
test/compiler/ts/undefined_as_value.ts
test/compiler/ts/varRedeclaration-expected.txt
test/compiler/ts/varRedeclaration.ts
test/compiler/ts/while_statement-expected.txt
test/compiler/ts/while_statement.ts
test/options/CMakeLists.txt
test/parser/as/test_class_method-expected.txt
test/parser/as/test_class_method.ts
test/parser/as/test_class_property-expected.txt
test/parser/as/test_class_property.ts
test/parser/as/test_decorators1-expected.txt
test/parser/as/test_decorators1.ts
test/parser/as/test_decorators4-expected.txt
test/parser/as/test_decorators4.ts
test/parser/as/test_interface-expected.txt
test/parser/as/test_interface.ts
test/parser/as/test_object_literal-expected.txt
test/parser/as/test_object_literal.ts
test/parser/as/test_type_annotation-expected.txt
test/parser/as/test_type_annotation.ts
test/parser/ets/AccessBinaryTrees-expected.txt
test/parser/ets/AccessBinaryTrees.sts
test/parser/ets/AccessFannkuch-expected.txt
test/parser/ets/AccessFannkuch.sts
test/parser/ets/AccessNBody-expected.txt
test/parser/ets/AccessNBody.sts
test/parser/ets/AccessNSieve-expected.txt
test/parser/ets/AccessNSieve.sts
test/parser/ets/Bitops3BitBitsInByte-expected.txt
test/parser/ets/Bitops3BitBitsInByte.sts
test/parser/ets/BitopsBitsInByte-expected.txt
test/parser/ets/BitopsBitsInByte.sts
test/parser/ets/BitopsBitwiseAnd-expected.txt
test/parser/ets/BitopsBitwiseAnd.sts
test/parser/ets/BitopsNSieveBits-expected.txt
test/parser/ets/BitopsNSieveBits.sts
test/parser/ets/Boolean_bitwise-expected.txt
test/parser/ets/Boolean_bitwise.sts
test/parser/ets/ControlFlowRecursive-expected.txt
test/parser/ets/ControlFlowRecursive.sts
test/parser/ets/Dollar_dollar_1-expected.txt
test/parser/ets/Dollar_dollar_1.sts
test/parser/ets/Dollar_dollar_2-expected.txt
test/parser/ets/Dollar_dollar_2.sts
test/parser/ets/Dollar_dollar_3-expected.txt
test/parser/ets/Dollar_dollar_3.sts
test/parser/ets/Dollar_dollar_4-expected.txt
test/parser/ets/Dollar_dollar_4.sts
test/parser/ets/FunctionInSwitch-expected.txt
test/parser/ets/FunctionInSwitch.sts
test/parser/ets/FunctionType-expected.txt
test/parser/ets/FunctionType.sts
test/parser/ets/FunctionalTypeAsTypeArgument-expected.txt
test/parser/ets/FunctionalTypeAsTypeArgument.sts
test/parser/ets/InferTypeParamFromParam1-expected.txt
test/parser/ets/InferTypeParamFromParam1.sts
test/parser/ets/InferTypeParamFromParam3-expected.txt
test/parser/ets/InferTypeParamFromParam3.sts
test/parser/ets/MathCordic-expected.txt
test/parser/ets/MathCordic.sts
test/parser/ets/MathPartialSums-expected.txt
test/parser/ets/MathPartialSums.sts
test/parser/ets/MathSpectralNorm-expected.txt
test/parser/ets/MathSpectralNorm.sts
test/parser/ets/Morph3d-expected.txt
test/parser/ets/Morph3d.sts
test/parser/ets/NullCoalescingWithGenerics
test/parser/ets/NullCoalescingWithGenerics-expected.txt
test/parser/ets/OptionalParametersWithGenericReturnTypes-expected.txt
test/parser/ets/OptionalParametersWithGenericReturnTypes.sts
test/parser/ets/StaticFieldAndMethodSameName-expected.txt
test/parser/ets/StaticFieldAndMethodSameName.sts
test/parser/ets/StaticFieldAndMethodSameNameInheritance-expected.txt
test/parser/ets/StaticFieldAndMethodSameNameInheritance.sts
test/parser/ets/StringBase64-expected.txt
test/parser/ets/StringBase64.sts
test/parser/ets/access_modifier_2-expected.txt
test/parser/ets/access_modifier_2.sts
test/parser/ets/access_modifier_3-expected.txt
test/parser/ets/access_modifier_3.sts
test/parser/ets/ambient_call_signature-expected.txt
test/parser/ets/ambient_call_signature.sts
test/parser/ets/ambient_declaration_final_class-expected.txt
test/parser/ets/ambient_declaration_final_class.sts
test/parser/ets/ambient_indexer_1-expected.txt
test/parser/ets/ambient_indexer_1.sts
test/parser/ets/ambient_indexer_6-expected.txt
test/parser/ets/ambient_indexer_6.sts
test/parser/ets/ambient_object_iterable-expected.txt
test/parser/ets/ambient_object_iterable.sts
test/parser/ets/array-expected.txt
test/parser/ets/array.sts
test/parser/ets/arrayHoldingNullValue-expected.txt
test/parser/ets/arrayHoldingNullValue.sts
test/parser/ets/arrayLiteralReassign-expected.txt
test/parser/ets/arrayLiteralReassign.sts
test/parser/ets/array_creation_expression-expected.txt
test/parser/ets/array_creation_expression.sts
test/parser/ets/array_expression_implicit_cast_assignment-expected.txt
test/parser/ets/array_expression_implicit_cast_assignment.sts
test/parser/ets/array_expression_implicit_cast_return-expected.txt
test/parser/ets/array_expression_implicit_cast_return.sts
test/parser/ets/array_new-expected.txt
test/parser/ets/array_new.sts
test/parser/ets/array_type_from_literal-expected.txt
test/parser/ets/array_type_from_literal.sts
test/parser/ets/as_expression_unary_expression-expected.txt
test/parser/ets/as_expression_unary_expression.sts
test/parser/ets/assert-expected.txt
test/parser/ets/assert.sts
test/parser/ets/assign-expected.txt
test/parser/ets/assign-func-expected.txt
test/parser/ets/assign-func.sts
test/parser/ets/assign.sts
test/parser/ets/assignNullableFromMethodToNullableParam-expected.txt
test/parser/ets/assignNullableFromMethodToNullableParam.sts
test/parser/ets/assignNullableToNonNullable-expected.txt
test/parser/ets/assignNullableToNonNullable.sts
test/parser/ets/assignNullableToNonNullableArray-expected.txt
test/parser/ets/assignNullableToNonNullableArray.sts
test/parser/ets/assignNullableToNonNullableTypeAlias-expected.txt
test/parser/ets/assignNullableToNonNullableTypeAlias.sts
test/parser/ets/assignments-expected.txt
test/parser/ets/assignments.sts
test/parser/ets/async_func_return_type-expected.txt
test/parser/ets/async_func_return_type.sts
test/parser/ets/async_function-expected.txt
test/parser/ets/async_function.sts
test/parser/ets/async_overload-expected.txt
test/parser/ets/async_overload.sts
test/parser/ets/async_with_lambda-expected.txt
test/parser/ets/async_with_lambda.sts
test/parser/ets/await_complex_promise-expected.txt
test/parser/ets/await_complex_promise.sts
test/parser/ets/await_keyword-expected.txt
test/parser/ets/await_keyword.sts
test/parser/ets/binary_op-expected.txt
test/parser/ets/binary_op.sts
test/parser/ets/binary_operations-expected.txt
test/parser/ets/binary_operations.sts
test/parser/ets/blocks-expected.txt
test/parser/ets/blocks.sts
test/parser/ets/blocks_scopes-expected.txt
test/parser/ets/blocks_scopes.sts
test/parser/ets/boolean-expected.txt
test/parser/ets/boolean.sts
test/parser/ets/boolean_cond-expected.txt
test/parser/ets/boolean_cond.sts
test/parser/ets/boolean_default-expected.txt
test/parser/ets/boolean_default.sts
test/parser/ets/break-expected.txt
test/parser/ets/break.sts
test/parser/ets/callFunctionWithNullableParam-expected.txt
test/parser/ets/callFunctionWithNullableParam.sts
test/parser/ets/callInterfaceMethodWithNullableParam-expected.txt
test/parser/ets/callInterfaceMethodWithNullableParam.sts
test/parser/ets/callMethodWithNullableParam-expected.txt
test/parser/ets/callMethodWithNullableParam.sts
test/parser/ets/calling_superclass_methods-expected.txt
test/parser/ets/calling_superclass_methods.sts
test/parser/ets/cast_const_union-expected.txt
test/parser/ets/cast_const_union.sts
test/parser/ets/cast_expressions-expected.txt
test/parser/ets/cast_expressions.sts
test/parser/ets/cast_expressions3-expected.txt
test/parser/ets/cast_expressions3.sts
test/parser/ets/cast_expressions4-expected.txt
test/parser/ets/cast_expressions4.sts
test/parser/ets/cast_expressions5-expected.txt
test/parser/ets/cast_expressions5.sts
test/parser/ets/class_init-expected.txt
test/parser/ets/class_init.sts
test/parser/ets/class_instance-expected.txt
test/parser/ets/class_instance.sts
test/parser/ets/class_instance_creation-expected.txt
test/parser/ets/class_instance_creation.sts
test/parser/ets/class_instance_import_alias-expected.txt
test/parser/ets/class_instance_import_alias.sts
test/parser/ets/class_instance_initializer-expected.txt
test/parser/ets/class_instance_initializer.sts
test/parser/ets/class_interface_enum_only_top_level_4-expected.txt
test/parser/ets/class_interface_enum_only_top_level_4.sts
test/parser/ets/class_static_initializer-expected.txt
test/parser/ets/class_static_initializer.sts
test/parser/ets/classes-expected.txt
test/parser/ets/classes.sts
test/parser/ets/comment_block-expected.txt
test/parser/ets/comment_block.sts
test/parser/ets/comment_line-expected.txt
test/parser/ets/comment_line.sts
test/parser/ets/conditionalExpressionType-expected.txt
test/parser/ets/conditionalExpressionType.sts
test/parser/ets/const-expected.txt
test/parser/ets/const.sts
test/parser/ets/constructorThrowsRethrows-expected.txt
test/parser/ets/constructorThrowsRethrows.sts
test/parser/ets/constructor_super_call1-expected.txt
test/parser/ets/constructor_super_call1.sts
test/parser/ets/constructor_super_call3-expected.txt
test/parser/ets/constructor_super_call3.sts
test/parser/ets/constructor_test-expected.txt
test/parser/ets/constructor_test.sts
test/parser/ets/constructor_with_optional_parameter-expected.txt
test/parser/ets/constructor_with_optional_parameter.sts
test/parser/ets/constructor_with_return_2-expected.txt
test/parser/ets/constructor_with_return_2.sts
test/parser/ets/continue-expected.txt
test/parser/ets/continue.sts
test/parser/ets/conversions-expected.txt
test/parser/ets/conversions.sts
test/parser/ets/decl_infer-expected.txt
test/parser/ets/decl_infer.sts
test/parser/ets/declare_ambient_const_variable-expected.txt
test/parser/ets/declare_ambient_const_variable.sts
test/parser/ets/declare_class-expected.txt
test/parser/ets/declare_class.sts
test/parser/ets/declare_enum-expected.txt
test/parser/ets/declare_enum.sts
test/parser/ets/declare_func-expected.txt
test/parser/ets/declare_func.sts
test/parser/ets/declare_iface-expected.txt
test/parser/ets/declare_iface.sts
test/parser/ets/declare_namespace-expected.txt
test/parser/ets/declare_namespace.sts
test/parser/ets/declare_namespace_2-expected.txt
test/parser/ets/declare_namespace_2.sts
test/parser/ets/declare_namespace_3-expected.txt
test/parser/ets/declare_namespace_3.sts
test/parser/ets/declare_namespace_4-expected.txt
test/parser/ets/declare_namespace_4.sts
test/parser/ets/declare_type-expected.txt
test/parser/ets/declare_type.sts
test/parser/ets/default_parameter10-expected.txt
test/parser/ets/default_parameter10.sts
test/parser/ets/default_parameter5-expected.txt
test/parser/ets/default_parameter5.sts
test/parser/ets/default_parameter7-expected.txt
test/parser/ets/default_parameter7.sts
test/parser/ets/default_parameter8-expected.txt
test/parser/ets/default_parameter8.sts
test/parser/ets/default_parameter9-expected.txt
test/parser/ets/default_parameter9.sts
test/parser/ets/default_parameter_implicitly_typed_return_void-expected.txt
test/parser/ets/default_parameter_implicitly_typed_return_void.sts
test/parser/ets/dynamic_import_tests/dynamic_decl_import-expected.txt
test/parser/ets/dynamic_import_tests/dynamic_decl_import.sts
test/parser/ets/dynamic_import_tests/dynamic_iface_decl_bad-expected.txt
test/parser/ets/dynamic_import_tests/dynamic_iface_decl_bad.sts
test/parser/ets/dynamic_import_tests/dynamic_optional_decl-expected.txt
test/parser/ets/dynamic_import_tests/dynamic_optional_decl.sts
test/parser/ets/dynamic_import_tests/modules/instanceof-expected.txt
test/parser/ets/dynamic_import_tests/modules/instanceof.sts
test/parser/ets/dynamic_import_tests/modules/module-expected.txt
test/parser/ets/dynamic_import_tests/modules/module.sts
test/parser/ets/empty_class-expected.txt
test/parser/ets/empty_class.sts
test/parser/ets/empty_statement-expected.txt
test/parser/ets/empty_statement.sts
test/parser/ets/enum-expected.txt
test/parser/ets/enum.sts
test/parser/ets/enum14-expected.txt
test/parser/ets/enum14.sts
test/parser/ets/enum19-expected.txt
test/parser/ets/enum19.sts
test/parser/ets/enum21-expected.txt
test/parser/ets/enum21.sts
test/parser/ets/enum4-expected.txt
test/parser/ets/enum4.sts
test/parser/ets/exports-expected.txt
test/parser/ets/exports.sts
test/parser/ets/external_cyclic_constructor_check-expected.txt
test/parser/ets/external_cyclic_constructor_check.sts
test/parser/ets/field_decl-expected.txt
test/parser/ets/field_decl.sts
test/parser/ets/final_empty_class-expected.txt
test/parser/ets/final_empty_class.sts
test/parser/ets/float_pont_format_1-expected.txt
test/parser/ets/float_pont_format_1.sts
test/parser/ets/float_pont_format_2-expected.txt
test/parser/ets/float_pont_format_2.sts
test/parser/ets/float_pont_format_3-expected.txt
test/parser/ets/float_pont_format_3.sts
test/parser/ets/float_pont_format_4-expected.txt
test/parser/ets/float_pont_format_4.sts
test/parser/ets/float_pont_format_5-expected.txt
test/parser/ets/float_pont_format_5.sts
test/parser/ets/float_pont_format_6-expected.txt
test/parser/ets/float_pont_format_6.sts
test/parser/ets/float_pont_format_7-expected.txt
test/parser/ets/float_pont_format_7.sts
test/parser/ets/float_pont_format_8-expected.txt
test/parser/ets/float_pont_format_8.sts
test/parser/ets/float_separator_1-expected.txt
test/parser/ets/float_separator_1.sts
test/parser/ets/folder_import_index/index-expected.txt
test/parser/ets/folder_import_index/index.sts
test/parser/ets/for_of-expected.txt
test/parser/ets/for_of.sts
test/parser/ets/for_with_break-expected.txt
test/parser/ets/for_with_break.sts
test/parser/ets/forofUnboxing-expected.txt
test/parser/ets/forofUnboxing.sts
test/parser/ets/funcParamWithOptionalParam-expected.txt
test/parser/ets/funcParamWithOptionalParam.sts
test/parser/ets/function-expected.txt
test/parser/ets/function.sts
test/parser/ets/functionThrowsRethrows-expected.txt
test/parser/ets/functionThrowsRethrows.sts
test/parser/ets/functionTypeThrows-expected.txt
test/parser/ets/functionTypeThrows.sts
test/parser/ets/function_implicit_return_type5-expected.txt
test/parser/ets/function_implicit_return_type5.sts
test/parser/ets/function_implicit_return_type6-expected.txt
test/parser/ets/function_implicit_return_type6.sts
test/parser/ets/function_implicit_return_type8-expected.txt
test/parser/ets/function_implicit_return_type8.sts
test/parser/ets/function_implicit_return_type9-expected.txt
test/parser/ets/function_implicit_return_type9.sts
test/parser/ets/genericDefaultParam_1-expected.txt
test/parser/ets/genericDefaultParam_1.sts
test/parser/ets/genericDefaultParam_3-expected.txt
test/parser/ets/genericDefaultParam_3.sts
test/parser/ets/generic_function-expected.txt
test/parser/ets/generic_function.sts
test/parser/ets/generic_resolve-expected.txt
test/parser/ets/generic_resolve.sts
test/parser/ets/generics_2-expected.txt
test/parser/ets/generics_2.sts
test/parser/ets/generics_3-expected.txt
test/parser/ets/generics_3.sts
test/parser/ets/generics_4-expected.txt
test/parser/ets/generics_4.sts
test/parser/ets/generics_5-expected.txt
test/parser/ets/generics_5.sts
test/parser/ets/generics_6-expected.txt
test/parser/ets/generics_6.sts
test/parser/ets/generics_7-expected.txt
test/parser/ets/generics_7.sts
test/parser/ets/generics_recursive-expected.txt
test/parser/ets/generics_recursive.sts
test/parser/ets/generics_type_param_constraint_1-expected.txt
test/parser/ets/generics_type_param_constraint_1.sts
test/parser/ets/generics_type_param_constraint_10-expected.txt
test/parser/ets/generics_type_param_constraint_10.sts
test/parser/ets/generics_type_param_constraint_11-expected.txt
test/parser/ets/generics_type_param_constraint_11.sts
test/parser/ets/generics_type_param_constraint_12-expected.txt
test/parser/ets/generics_type_param_constraint_12.sts
test/parser/ets/generics_type_param_constraint_2-expected.txt
test/parser/ets/generics_type_param_constraint_2.sts
test/parser/ets/generics_type_param_constraint_3-expected.txt
test/parser/ets/generics_type_param_constraint_3.sts
test/parser/ets/generics_type_param_constraint_4-expected.txt
test/parser/ets/generics_type_param_constraint_4.sts
test/parser/ets/generics_type_param_constraint_5-expected.txt
test/parser/ets/generics_type_param_constraint_5.sts
test/parser/ets/generics_type_param_constraint_6-expected.txt
test/parser/ets/generics_type_param_constraint_6.sts
test/parser/ets/generics_type_param_constraint_7-expected.txt
test/parser/ets/generics_type_param_constraint_7.sts
test/parser/ets/generics_type_param_constraint_9-expected.txt
test/parser/ets/generics_type_param_constraint_9.sts
test/parser/ets/getterOverride-expected.txt
test/parser/ets/getterOverride.sts
test/parser/ets/getter_setter_access_modifiers-expected.txt
test/parser/ets/getter_setter_access_modifiers.sts
test/parser/ets/globalVarInLambdaInStatic-expected.txt
test/parser/ets/globalVarInLambdaInStatic.sts
test/parser/ets/global_const_vars3-expected.txt
test/parser/ets/global_const_vars3.sts
test/parser/ets/identifier-expected.txt
test/parser/ets/identifier.sts
test/parser/ets/if-expected.txt
test/parser/ets/if.sts
test/parser/ets/ifs-expected.txt
test/parser/ets/ifs.sts
test/parser/ets/import_conts-expected.txt
test/parser/ets/import_conts.sts
test/parser/ets/import_folder-expected.txt
test/parser/ets/import_folder.sts
test/parser/ets/import_tests/check_exported_2-expected.txt
test/parser/ets/import_tests/check_exported_2.sts
test/parser/ets/import_tests/check_exported_3-expected.txt
test/parser/ets/import_tests/check_exported_3.sts
test/parser/ets/import_tests/check_exported_default_class-expected.txt
test/parser/ets/import_tests/check_exported_default_class.sts
test/parser/ets/import_tests/default_import-expected.txt
test/parser/ets/import_tests/default_import.sts
test/parser/ets/import_tests/diamond/test1-expected.txt
test/parser/ets/import_tests/diamond/test1.sts
test/parser/ets/import_tests/diamond/test2-expected.txt
test/parser/ets/import_tests/diamond/test2.sts
test/parser/ets/import_tests/diamond/test3-expected.txt
test/parser/ets/import_tests/diamond/test3.sts
test/parser/ets/import_tests/diamond/test4-expected.txt
test/parser/ets/import_tests/diamond/test4.sts
test/parser/ets/import_tests/duplicated/classdef-expected.txt
test/parser/ets/import_tests/duplicated/classdef.sts
test/parser/ets/import_tests/duplicated/extdef-expected.txt
test/parser/ets/import_tests/duplicated/extdef.sts
test/parser/ets/import_tests/duplicated/extusedef-expected.txt
test/parser/ets/import_tests/duplicated/extusedef.sts
test/parser/ets/import_tests/enum/export-expected.txt
test/parser/ets/import_tests/enum/export.sts
test/parser/ets/import_tests/enum/import-expected.txt
test/parser/ets/import_tests/enum/import.sts
test/parser/ets/import_tests/export_type_alias-expected.txt
test/parser/ets/import_tests/export_type_alias.sts
test/parser/ets/import_tests/folderWithoutIndexOrPackage/separate_module-expected.txt
test/parser/ets/import_tests/folderWithoutIndexOrPackage/separate_module.sts
test/parser/ets/import_tests/import_alias/export-expected.txt
test/parser/ets/import_tests/import_alias/export.sts
test/parser/ets/import_tests/import_alias/import_alias_1-expected.txt
test/parser/ets/import_tests/import_alias/import_alias_1.sts
test/parser/ets/import_tests/import_alias_and_without_alias_1-expected.txt
test/parser/ets/import_tests/import_alias_and_without_alias_1.sts
test/parser/ets/import_tests/import_alias_and_without_alias_2-expected.txt
test/parser/ets/import_tests/import_alias_and_without_alias_2.sts
test/parser/ets/import_tests/import_alias_and_without_alias_3-expected.txt
test/parser/ets/import_tests/import_alias_and_without_alias_3.sts
test/parser/ets/import_tests/import_all-expected.txt
test/parser/ets/import_tests/import_all.sts
test/parser/ets/import_tests/import_all_3-expected.txt
test/parser/ets/import_tests/import_all_3.sts
test/parser/ets/import_tests/import_all_alias_1-expected.txt
test/parser/ets/import_tests/import_all_alias_1.sts
test/parser/ets/import_tests/import_all_type_alias-expected.txt
test/parser/ets/import_tests/import_all_type_alias.sts
test/parser/ets/import_tests/import_diff_paths-expected.txt
test/parser/ets/import_tests/import_diff_paths.sts
test/parser/ets/import_tests/import_extension/import_extension-expected.txt
test/parser/ets/import_tests/import_extension/import_extension.sts
test/parser/ets/import_tests/import_extension/import_extension_1-expected.txt
test/parser/ets/import_tests/import_extension/import_extension_1.sts
test/parser/ets/import_tests/import_extension/import_extension_2-expected.txt
test/parser/ets/import_tests/import_extension/import_extension_2.sts
test/parser/ets/import_tests/import_function_overload-expected.txt
test/parser/ets/import_tests/import_function_overload.sts
test/parser/ets/import_tests/import_interface_test-expected.txt
test/parser/ets/import_tests/import_interface_test.sts
test/parser/ets/import_tests/import_interface_test_1-expected.txt
test/parser/ets/import_tests/import_interface_test_1.sts
test/parser/ets/import_tests/import_interface_test_2-expected.txt
test/parser/ets/import_tests/import_interface_test_2.sts
test/parser/ets/import_tests/import_max_as_alias-expected.txt
test/parser/ets/import_tests/import_max_as_alias.sts
test/parser/ets/import_tests/import_name_1-expected.txt
test/parser/ets/import_tests/import_name_1.sts
test/parser/ets/import_tests/import_name_alias_1-expected.txt
test/parser/ets/import_tests/import_name_alias_1.sts
test/parser/ets/import_tests/import_name_conflicts/imported_module_1-expected.txt
test/parser/ets/import_tests/import_name_conflicts/imported_module_1.sts
test/parser/ets/import_tests/import_name_conflicts/imported_module_2-expected.txt
test/parser/ets/import_tests/import_name_conflicts/imported_module_2.sts
test/parser/ets/import_tests/import_relative_path-expected.txt
test/parser/ets/import_tests/import_relative_path.sts
test/parser/ets/import_tests/import_several_1-expected.txt
test/parser/ets/import_tests/import_several_1.sts
test/parser/ets/import_tests/import_several_2-expected.txt
test/parser/ets/import_tests/import_several_2.sts
test/parser/ets/import_tests/import_several_3-expected.txt
test/parser/ets/import_tests/import_several_3.sts
test/parser/ets/import_tests/import_several_4-expected.txt
test/parser/ets/import_tests/import_several_4.sts
test/parser/ets/import_tests/import_several_5-expected.txt
test/parser/ets/import_tests/import_several_5.sts
test/parser/ets/import_tests/import_several_6-expected.txt
test/parser/ets/import_tests/import_several_6.sts
test/parser/ets/import_tests/import_several_7-expected.txt
test/parser/ets/import_tests/import_several_7.sts
test/parser/ets/import_tests/import_ts_file-expected.txt
test/parser/ets/import_tests/import_ts_file.sts
test/parser/ets/import_tests/internals-expected.txt
test/parser/ets/import_tests/internals.sts
test/parser/ets/import_tests/modules/class_default_module-expected.txt
test/parser/ets/import_tests/modules/class_default_module.sts
test/parser/ets/import_tests/modules/default_export-expected.txt
test/parser/ets/import_tests/modules/default_export.sts
test/parser/ets/import_tests/modules/missing_default_export-expected.txt
test/parser/ets/import_tests/modules/missing_default_export.sts
test/parser/ets/import_tests/modules/module1/src/export_file-expected.txt
test/parser/ets/import_tests/modules/module1/src/export_file.sts
test/parser/ets/import_tests/modules/module1/src/re_export_file-expected.txt
test/parser/ets/import_tests/modules/module1/src/re_export_file.sts
test/parser/ets/import_tests/modules/module2/src/import_file-expected.txt
test/parser/ets/import_tests/modules/module2/src/import_file.sts
test/parser/ets/import_tests/modules/module2/src/re_export_file-expected.txt
test/parser/ets/import_tests/modules/module2/src/re_export_file.sts
test/parser/ets/import_tests/modules/struct_module-expected.txt
test/parser/ets/import_tests/modules/test_lib1-expected.txt
test/parser/ets/import_tests/modules/test_lib1.sts
test/parser/ets/import_tests/modules/test_lib2-expected.txt
test/parser/ets/import_tests/modules/test_lib2.sts
test/parser/ets/import_tests/modules/typescript_file_import.ts
test/parser/ets/import_tests/packages/aliasWithoutAlias/import1/import1-expected.txt
test/parser/ets/import_tests/packages/aliasWithoutAlias/import1/import1.sts
test/parser/ets/import_tests/packages/aliasWithoutAlias/import2/import2-expected.txt
test/parser/ets/import_tests/packages/aliasWithoutAlias/import2/import2.sts
test/parser/ets/import_tests/packages/different-header/subpackage_module_1-expected.txt
test/parser/ets/import_tests/packages/different-header/subpackage_module_1.sts
test/parser/ets/import_tests/packages/different-header/subpackage_module_2-expected.txt
test/parser/ets/import_tests/packages/different-header/subpackage_module_2.sts
test/parser/ets/import_tests/packages/import_package_with_alias/import_package_with_alias-expected.txt
test/parser/ets/import_tests/packages/import_package_with_alias/import_package_with_alias.sts
test/parser/ets/import_tests/packages/import_package_with_alias/package/package_module-expected.txt
test/parser/ets/import_tests/packages/import_package_with_alias/package/package_module.sts
test/parser/ets/import_tests/packages/package_module_1-expected.txt
test/parser/ets/import_tests/packages/package_module_1.sts
test/parser/ets/import_tests/packages/package_module_2-expected.txt
test/parser/ets/import_tests/packages/package_module_2.sts
test/parser/ets/import_tests/packages/subpackage-1/package_module_1-expected.txt
test/parser/ets/import_tests/packages/subpackage-1/package_module_1.sts
test/parser/ets/import_tests/packages/subpackage-2/package_module_1-expected.txt
test/parser/ets/import_tests/packages/subpackage-2/package_module_1.sts
test/parser/ets/import_tests/packages/subpackage/package_module_1-expected.txt
test/parser/ets/import_tests/packages/subpackage/package_module_1.sts
test/parser/ets/import_tests/packages/var-duplication/subpackage_module_1-expected.txt
test/parser/ets/import_tests/packages/var-duplication/subpackage_module_1.sts
test/parser/ets/import_tests/packages/var-duplication/subpackage_module_2-expected.txt
test/parser/ets/import_tests/packages/var-duplication/subpackage_module_2.sts
test/parser/ets/import_tests/relative_import/Line-expected.txt
test/parser/ets/import_tests/relative_import/Line.sts
test/parser/ets/import_tests/relative_import/Point-expected.txt
test/parser/ets/import_tests/relative_import/Point.sts
test/parser/ets/import_tests/relative_import/alias1-expected.txt
test/parser/ets/import_tests/relative_import/alias1.sts
test/parser/ets/import_tests/relative_import/alias2-expected.txt
test/parser/ets/import_tests/relative_import/alias2.sts
test/parser/ets/import_tests/repeat-expected.txt
test/parser/ets/import_tests/repeat.sts
test/parser/ets/import_tests/subsequent_relative_imports/folder1/file1-expected.txt
test/parser/ets/import_tests/subsequent_relative_imports/folder1/file1.sts
test/parser/ets/import_tests/subsequent_relative_imports/folder2/file2-expected.txt
test/parser/ets/import_tests/subsequent_relative_imports/folder2/file2.sts
test/parser/ets/import_tests/subsequent_relative_imports/folder3/file3-expected.txt
test/parser/ets/import_tests/subsequent_relative_imports/folder3/file3.sts
test/parser/ets/import_tests/type/type-expected.txt
test/parser/ets/import_tests/type/type.sts
test/parser/ets/index_expressions-expected.txt
test/parser/ets/index_expressions.sts
test/parser/ets/infer_overriding_method_return_type-expected.txt
test/parser/ets/infer_overriding_method_return_type.sts
test/parser/ets/inferingEntryPointReturn-expected.txt
test/parser/ets/inferingEntryPointReturn.sts
test/parser/ets/inheritance-expected.txt
test/parser/ets/inheritance.sts
test/parser/ets/inheritance2-expected.txt
test/parser/ets/inheritance2.sts
test/parser/ets/instanceof-expected.txt
test/parser/ets/instanceof.sts
test/parser/ets/interfaceMethodWithOptional-expected.txt
test/parser/ets/interfaceMethodWithOptional.sts
test/parser/ets/interface_abstract_noreturn_function-expected.txt
test/parser/ets/interface_abstract_noreturn_function.sts
test/parser/ets/interface_method_default_body-expected.txt
test/parser/ets/interface_method_default_body.sts
test/parser/ets/interface_static_function_1-expected.txt
test/parser/ets/interface_static_function_1.sts
test/parser/ets/interfaces-expected.txt
test/parser/ets/interfaces.sts
test/parser/ets/internalParsing-expected.txt
test/parser/ets/internalParsing.sts
test/parser/ets/internalProtectedParsing-expected.txt
test/parser/ets/internalProtectedParsing.sts
test/parser/ets/labeledDoWhileStatement-expected.txt
test/parser/ets/labeledDoWhileStatement.sts
test/parser/ets/labeledForStatement-expected.txt
test/parser/ets/labeledForStatement.sts
test/parser/ets/labeledSwitchStatement-expected.txt
test/parser/ets/labeledSwitchStatement.sts
test/parser/ets/labeledWhileStatement-expected.txt
test/parser/ets/labeledWhileStatement.sts
test/parser/ets/lambda-expected.txt
test/parser/ets/lambda-lambda-expected.txt
test/parser/ets/lambda-lambda.sts
test/parser/ets/lambda-type-inference-alias-expected.txt
test/parser/ets/lambda-type-inference-alias.sts
test/parser/ets/lambda-type-inference-arg-no-type-expected.txt
test/parser/ets/lambda-type-inference-arg-no-type.sts
test/parser/ets/lambda-type-inference-expected.txt
test/parser/ets/lambda-type-inference-no-ret-type-expected.txt
test/parser/ets/lambda-type-inference-no-ret-type.sts
test/parser/ets/lambda-type-inference-overloaded-2-expected.txt
test/parser/ets/lambda-type-inference-overloaded-2.sts
test/parser/ets/lambda-type-inference-overloaded-3-expected.txt
test/parser/ets/lambda-type-inference-overloaded-3.sts
test/parser/ets/lambda-type-inference-overloaded-expected.txt
test/parser/ets/lambda-type-inference-overloaded.sts
test/parser/ets/lambda-type-inference.sts
test/parser/ets/lambda.sts
test/parser/ets/lambdaAsFunctionParam-expected.txt
test/parser/ets/lambdaAsFunctionParam.sts
test/parser/ets/lambdaExpressionWithoutBlockStatement-expected.txt
test/parser/ets/lambdaExpressionWithoutBlockStatement.sts
test/parser/ets/lambdaExpressionWithoutBlockStatementCallAVoidFunction-expected.txt
test/parser/ets/lambdaExpressionWithoutBlockStatementCallAVoidFunction.sts
test/parser/ets/lambdaExpressionWithoutBlockStatementVoid-expected.txt
test/parser/ets/lambdaExpressionWithoutBlockStatementVoid.sts
test/parser/ets/lambdaExpressionWithoutBlockStatementWithFunctionParameters-expected.txt
test/parser/ets/lambdaExpressionWithoutBlockStatementWithFunctionParameters.sts
test/parser/ets/lambdaThrowsRethrows-expected.txt
test/parser/ets/lambdaThrowsRethrows.sts
test/parser/ets/lambda_import_alias_1-2-expected.txt
test/parser/ets/lambda_import_alias_1-2.sts
test/parser/ets/lambda_import_alias_1-3-expected.txt
test/parser/ets/lambda_import_alias_1-3.sts
test/parser/ets/lambda_import_alias_1-expected.txt
test/parser/ets/lambda_import_alias_1.sts
test/parser/ets/lambda_optional_param_1-expected.txt
test/parser/ets/lambda_optional_param_1.sts
test/parser/ets/launch-expected.txt
test/parser/ets/launch.sts
test/parser/ets/launch_function_returning_void-expected.txt
test/parser/ets/launch_function_returning_void.sts
test/parser/ets/launch_ret-expected.txt
test/parser/ets/launch_ret.sts
test/parser/ets/launch_super-expected.txt
test/parser/ets/launch_super.sts
test/parser/ets/launch_this_callee-expected.txt
test/parser/ets/launch_this_callee.sts
test/parser/ets/launch_with_call_expression-expected.txt
test/parser/ets/launch_with_call_expression.sts
test/parser/ets/literals-expected.txt
test/parser/ets/literals.sts
test/parser/ets/local-class-expected.txt
test/parser/ets/local-class.sts
test/parser/ets/local-interface-expected.txt
test/parser/ets/local-interface.sts
test/parser/ets/localClassIsPermitted-expected.txt
test/parser/ets/localClassIsPermitted.sts
test/parser/ets/localTypeAlias-expected.txt
test/parser/ets/localTypeAlias.sts
test/parser/ets/main_entry_point_1-expected.txt
test/parser/ets/main_entry_point_1.sts
test/parser/ets/main_entry_point_6-expected.txt
test/parser/ets/main_entry_point_6.sts
test/parser/ets/main_entry_point_7-expected.txt
test/parser/ets/main_entry_point_7.sts
test/parser/ets/main_entry_point_8-expected.txt
test/parser/ets/main_entry_point_8.sts
test/parser/ets/main_entry_point_9-expected.txt
test/parser/ets/main_entry_point_9.sts
test/parser/ets/methodThrowsRethrows-expected.txt
test/parser/ets/methodThrowsRethrows.sts
test/parser/ets/method_empty-expected.txt
test/parser/ets/method_empty.sts
test/parser/ets/method_modifier_check_14-expected.txt
test/parser/ets/method_modifier_check_14.sts
test/parser/ets/method_modifier_check_8-expected.txt
test/parser/ets/method_modifier_check_8.sts
test/parser/ets/method_override_throw_1-expected.txt
test/parser/ets/method_override_throw_1.sts
test/parser/ets/native_function_with_return_type-expected.txt
test/parser/ets/native_function_with_return_type.sts
test/parser/ets/new_expressions-expected.txt
test/parser/ets/new_expressions.sts
test/parser/ets/new_object_3-expected.txt
test/parser/ets/new_object_3.sts
test/parser/ets/null-expected.txt
test/parser/ets/null.sts
test/parser/ets/null_valid-expected.txt
test/parser/ets/null_valid.sts
test/parser/ets/nullableGenericSignature-expected.txt
test/parser/ets/nullableGenericSignature.sts
test/parser/ets/nullable_union_array-expected.txt
test/parser/ets/nullable_union_array.sts
test/parser/ets/object-expected.txt
test/parser/ets/object.sts
test/parser/ets/optional-chaining-array-expected.txt
test/parser/ets/optional-chaining-array.sts
test/parser/ets/optional_chaining_nested_property-expected.txt
test/parser/ets/optional_chaining_nested_property.sts
test/parser/ets/optional_chaining_object_property-expected.txt
test/parser/ets/optional_chaining_object_property.sts
test/parser/ets/optional_field_class-expected.txt
test/parser/ets/optional_field_class.sts
test/parser/ets/optional_field_interface-expected.txt
test/parser/ets/optional_field_interface.sts
test/parser/ets/optional_field_interfaceUnion-expected.txt
test/parser/ets/optional_field_interfaceUnion.sts
test/parser/ets/optional_field_variable-expected.txt
test/parser/ets/optional_field_variable.sts
test/parser/ets/optional_field_variable_2-expected.txt
test/parser/ets/optional_field_variable_2.sts
test/parser/ets/optional_union_paramter-expected.txt
test/parser/ets/optional_union_paramter.sts
test/parser/ets/override-expected.txt
test/parser/ets/override.sts
test/parser/ets/overrideStaticFunc-expected.txt
test/parser/ets/overrideStaticFunc.sts
test/parser/ets/parentheses_expression_value-expected.txt
test/parser/ets/parentheses_expression_value.sts
test/parser/ets/predefined_types-expected.txt
test/parser/ets/predefined_types.sts
test/parser/ets/promiseCasting-expected.txt
test/parser/ets/promiseCasting.sts
test/parser/ets/proxyVoidGeneration-expected.txt
test/parser/ets/proxyVoidGeneration.sts
test/parser/ets/proxy_method-expected.txt
test/parser/ets/proxy_method.sts
test/parser/ets/re_export/diamond/A-expected.txt
test/parser/ets/re_export/diamond/A.sts
test/parser/ets/re_export/diamond/B-expected.txt
test/parser/ets/re_export/diamond/B.sts
test/parser/ets/re_export/diamond/B2-expected.txt
test/parser/ets/re_export/diamond/B2.sts
test/parser/ets/re_export/diamond/C-expected.txt
test/parser/ets/re_export/diamond/C.sts
test/parser/ets/re_export/diamond/C2-expected.txt
test/parser/ets/re_export/diamond/C2.sts
test/parser/ets/re_export/diamond/D-expected.txt
test/parser/ets/re_export/diamond/D.sts
test/parser/ets/re_export/diamond/D2-expected.txt
test/parser/ets/re_export/diamond/D2.sts
test/parser/ets/re_export/export-expected.txt
test/parser/ets/re_export/export.sts
test/parser/ets/re_export/export_2-expected.txt
test/parser/ets/re_export/export_2.sts
test/parser/ets/re_export/export_3-expected.txt
test/parser/ets/re_export/export_3.sts
test/parser/ets/re_export/folder/export-expected.txt
test/parser/ets/re_export/folder/export.sts
test/parser/ets/re_export/folder/folder2/export-expected.txt
test/parser/ets/re_export/folder/folder2/export.sts
test/parser/ets/re_export/folder/re_export_6-expected.txt
test/parser/ets/re_export/folder/re_export_6.sts
test/parser/ets/re_export/folder/re_export_7-expected.txt
test/parser/ets/re_export/folder/re_export_7.sts
test/parser/ets/re_export/folderIndex/index-expected.txt
test/parser/ets/re_export/folderIndex/index.sts
test/parser/ets/re_export/folderIndex/test-expected.txt
test/parser/ets/re_export/folderIndex/test.sts
test/parser/ets/re_export/folderIndex2/index-expected.txt
test/parser/ets/re_export/folderIndex2/index.sts
test/parser/ets/re_export/folderIndex2/key-expected.txt
test/parser/ets/re_export/folderIndex2/key.sts
test/parser/ets/re_export/folderIndex2/type-expected.txt
test/parser/ets/re_export/folderIndex2/type.sts
test/parser/ets/re_export/import-expected.txt
test/parser/ets/re_export/import.sts
test/parser/ets/re_export/import_10-expected.txt
test/parser/ets/re_export/import_10.sts
test/parser/ets/re_export/import_11-expected.txt
test/parser/ets/re_export/import_11.sts
test/parser/ets/re_export/import_12-expected.txt
test/parser/ets/re_export/import_12.sts
test/parser/ets/re_export/import_13-expected.txt
test/parser/ets/re_export/import_13.sts
test/parser/ets/re_export/import_14-expected.txt
test/parser/ets/re_export/import_14.sts
test/parser/ets/re_export/import_15-expected.txt
test/parser/ets/re_export/import_15.sts
test/parser/ets/re_export/import_2-expected.txt
test/parser/ets/re_export/import_2.sts
test/parser/ets/re_export/import_3-expected.txt
test/parser/ets/re_export/import_3.sts
test/parser/ets/re_export/import_6-expected.txt
test/parser/ets/re_export/import_6.sts
test/parser/ets/re_export/import_7-expected.txt
test/parser/ets/re_export/import_7.sts
test/parser/ets/re_export/import_8-expected.txt
test/parser/ets/re_export/import_8.sts
test/parser/ets/re_export/import_9-expected.txt
test/parser/ets/re_export/import_9.sts
test/parser/ets/re_export/import_index-expected.txt
test/parser/ets/re_export/import_index.sts
test/parser/ets/re_export/import_index_2-expected.txt
test/parser/ets/re_export/import_index_2.sts
test/parser/ets/re_export/import_index_3-expected.txt
test/parser/ets/re_export/import_index_3.sts
test/parser/ets/re_export/re_export-expected.txt
test/parser/ets/re_export/re_export.sts
test/parser/ets/re_export/re_export_10-expected.txt
test/parser/ets/re_export/re_export_10.sts
test/parser/ets/re_export/re_export_11-expected.txt
test/parser/ets/re_export/re_export_11.sts
test/parser/ets/re_export/re_export_12-expected.txt
test/parser/ets/re_export/re_export_12.sts
test/parser/ets/re_export/re_export_2-expected.txt
test/parser/ets/re_export/re_export_2.sts
test/parser/ets/re_export/re_export_3-expected.txt
test/parser/ets/re_export/re_export_3.sts
test/parser/ets/re_export/re_export_4-expected.txt
test/parser/ets/re_export/re_export_4.sts
test/parser/ets/re_export/re_export_5-expected.txt
test/parser/ets/re_export/re_export_5.sts
test/parser/ets/re_export/re_export_7-expected.txt
test/parser/ets/re_export/re_export_7.sts
test/parser/ets/re_export/re_export_8-expected.txt
test/parser/ets/re_export/re_export_8.sts
test/parser/ets/re_export/re_export_9-expected.txt
test/parser/ets/re_export/re_export_9.sts
test/parser/ets/regression-target-type-context-expected.txt
test/parser/ets/regression-target-type-context.sts
test/parser/ets/rest_parameter_01-expected.txt
test/parser/ets/rest_parameter_01.sts
test/parser/ets/rest_parameter_02-expected.txt
test/parser/ets/rest_parameter_02.sts
test/parser/ets/rethrow-func-1-expected.txt
test/parser/ets/rethrow-func-1.sts
test/parser/ets/return-expected.txt
test/parser/ets/return.sts
test/parser/ets/returnNullableFromFunction-expected.txt
test/parser/ets/returnNullableFromFunction.sts
test/parser/ets/returnNullableFromMethod-expected.txt
test/parser/ets/returnNullableFromMethod.sts
test/parser/ets/scoped_decl-expected.txt
test/parser/ets/scoped_decl.sts
test/parser/ets/selective_export/import_1-expected.txt
test/parser/ets/selective_export/import_1.sts
test/parser/ets/selective_export/import_2-expected.txt
test/parser/ets/selective_export/import_2.sts
test/parser/ets/selective_export/import_3-expected.txt
test/parser/ets/selective_export/import_3.sts
test/parser/ets/selective_export/import_4-expected.txt
test/parser/ets/selective_export/import_4.sts
test/parser/ets/selective_export/selective_export_1-expected.txt
test/parser/ets/selective_export/selective_export_1.sts
test/parser/ets/selective_export/selective_export_2-expected.txt
test/parser/ets/selective_export/selective_export_2.sts
test/parser/ets/selective_export/selective_export_3-expected.txt
test/parser/ets/selective_export/selective_export_3.sts
test/parser/ets/selective_export/selective_export_4-expected.txt
test/parser/ets/selective_export/selective_export_4.sts
test/parser/ets/simple_types-expected.txt
test/parser/ets/simple_types.sts
test/parser/ets/static_function_override_1-expected.txt
test/parser/ets/static_function_override_1.sts
test/parser/ets/static_function_override_2-expected.txt
test/parser/ets/static_function_override_2.sts
test/parser/ets/static_function_override_3-expected.txt
test/parser/ets/static_function_override_3.sts
test/parser/ets/string-expected.txt
test/parser/ets/string.sts
test/parser/ets/string_template_1-expected.txt
test/parser/ets/string_template_1.sts
test/parser/ets/string_template_2-expected.txt
test/parser/ets/string_template_2.sts
test/parser/ets/string_template_3-expected.txt
test/parser/ets/string_template_3.sts
test/parser/ets/string_template_4-expected.txt
test/parser/ets/string_template_4.sts
test/parser/ets/switch-expected.txt
test/parser/ets/switch.sts
test/parser/ets/switch2-expected.txt
test/parser/ets/switch2.sts
test/parser/ets/switch_alive_1-expected.txt
test/parser/ets/switch_alive_1.sts
test/parser/ets/switch_alive_4-expected.txt
test/parser/ets/switch_alive_4.sts
test/parser/ets/switch_char_compare_num-expected.txt
test/parser/ets/switch_char_compare_num.sts
test/parser/ets/switch_enum_3-expected.txt
test/parser/ets/switch_enum_3.sts
test/parser/ets/switch_enum_string_case-expected.txt
test/parser/ets/switch_enum_string_case.sts
test/parser/ets/switch_num_compare_char-expected.txt
test/parser/ets/switch_num_compare_char.sts
test/parser/ets/switch_readonly_member-expected.txt
test/parser/ets/switch_readonly_member.sts
test/parser/ets/switch_readonly_member_compare_char-expected.txt
test/parser/ets/switch_readonly_member_compare_char.sts
test/parser/ets/switch_readonly_member_compare_char_2-expected.txt
test/parser/ets/switch_readonly_member_compare_char_2.sts
test/parser/ets/switch_readonly_member_enum-expected.txt
test/parser/ets/switch_readonly_member_enum.sts
test/parser/ets/ternary-expected.txt
test/parser/ets/ternary.sts
test/parser/ets/test-type-alias-call1-expected.txt
test/parser/ets/test-type-alias-call1.sts
test/parser/ets/test-type-alias-call2-expected.txt
test/parser/ets/test-type-alias-call2.sts
test/parser/ets/test-type-alias-call3-expected.txt
test/parser/ets/test-type-alias-call3.sts
test/parser/ets/test-type-alias-call4-expected.txt
test/parser/ets/test-type-alias-call4.sts
test/parser/ets/test-type-alias-call5-expected.txt
test/parser/ets/test-type-alias-call5.sts
test/parser/ets/test-type-alias-call6-expected.txt
test/parser/ets/test-type-alias-call6.sts
test/parser/ets/test-type-alias-call7-expected.txt
test/parser/ets/test-type-alias-call7.sts
test/parser/ets/test-type-alias-call8-expected.txt
test/parser/ets/test-type-alias-call8.sts
test/parser/ets/test_interface-expected.txt
test/parser/ets/test_interface.sts
test/parser/ets/test_jsvalue-expected.txt
test/parser/ets/test_jsvalue.sts
test/parser/ets/test_jsvalue_get_double-expected.txt
test/parser/ets/test_jsvalue_get_double.sts
test/parser/ets/test_jsvalue_get_property_1-expected.txt
test/parser/ets/test_jsvalue_get_property_1.sts
test/parser/ets/test_jsvalue_get_property_2-expected.txt
test/parser/ets/test_jsvalue_get_property_2.sts
test/parser/ets/test_jsvalue_set_double-expected.txt
test/parser/ets/test_jsvalue_set_double.sts
test/parser/ets/test_type_alias5-expected.txt
test/parser/ets/test_type_alias5.sts
test/parser/ets/test_type_alias6-expected.txt
test/parser/ets/test_type_alias6.sts
test/parser/ets/test_type_alias7-expected.txt
test/parser/ets/test_type_alias7.sts
test/parser/ets/test_type_alias8-expected.txt
test/parser/ets/test_type_alias8.sts
test/parser/ets/test_type_alias9-expected.txt
test/parser/ets/test_type_alias9.sts
test/parser/ets/this_callee-expected.txt
test/parser/ets/this_callee.sts
test/parser/ets/this_cmp_object-expected.txt
test/parser/ets/this_cmp_object.sts
test/parser/ets/this_equality-expected.txt
test/parser/ets/this_equality.sts
test/parser/ets/this_expression-expected.txt
test/parser/ets/this_expression.sts
test/parser/ets/this_type_class_method_return_valid-expected.txt
test/parser/ets/this_type_class_method_return_valid.sts
test/parser/ets/throwsRethrowsAsVariables-expected.txt
test/parser/ets/throwsRethrowsAsVariables.sts
test/parser/ets/trailing_lambda_tests/trailing_lambda_define_lambda_in_body-expected.txt
test/parser/ets/trailing_lambda_tests/trailing_lambda_define_lambda_in_body.sts
test/parser/ets/trailing_lambda_tests/trailing_lambda_define_lambda_in_body_capture_variable-expected.txt
test/parser/ets/trailing_lambda_tests/trailing_lambda_define_lambda_in_body_capture_variable.sts
test/parser/ets/trailing_lambda_tests/trailing_lambda_overload-expected.txt
test/parser/ets/trailing_lambda_tests/trailing_lambda_overload.sts
test/parser/ets/trailing_lambda_tests/trailing_lambda_overload_1-expected.txt
test/parser/ets/trailing_lambda_tests/trailing_lambda_overload_1.sts
test/parser/ets/trailing_lambda_tests/trailing_lambda_transform_trailing_block-expected.txt
test/parser/ets/trailing_lambda_tests/trailing_lambda_transform_trailing_block.sts
test/parser/ets/trailing_lambda_tests/trailing_lambda_type_alias-expected.txt
test/parser/ets/trailing_lambda_tests/trailing_lambda_type_alias.sts
test/parser/ets/trailing_lambda_tests/trailing_lambda_with_throw-expected.txt
test/parser/ets/trailing_lambda_tests/trailing_lambda_with_throw.sts
test/parser/ets/tryFinallyBlockOnly-expected.txt
test/parser/ets/tryFinallyBlockOnly.sts
test/parser/ets/tupleAsTypeParam1-expected.txt
test/parser/ets/tupleAsTypeParam1.sts
test/parser/ets/tupleAsTypeParam2-expected.txt
test/parser/ets/tupleAsTypeParam2.sts
test/parser/ets/tupleIndexWithNumbers-expected.txt
test/parser/ets/tupleIndexWithNumbers.sts
test/parser/ets/tuple_type_1-expected.txt
test/parser/ets/tuple_type_1.sts
test/parser/ets/type_alias_1-expected.txt
test/parser/ets/type_alias_1.sts
test/parser/ets/type_alias_2-expected.txt
test/parser/ets/type_alias_2.sts
test/parser/ets/type_cast-expected.txt
test/parser/ets/type_cast.sts
test/parser/ets/type_variance1-expected.txt
test/parser/ets/type_variance1.sts
test/parser/ets/unary_op-expected.txt
test/parser/ets/unary_op.sts
test/parser/ets/unary_operations-expected.txt
test/parser/ets/unary_operations.sts
test/parser/ets/undefinedNullObjectTypeAnnotation-expected.txt
test/parser/ets/undefinedNullObjectTypeAnnotation.sts
test/parser/ets/undefinedNullTypeAlias-expected.txt
test/parser/ets/undefinedNullTypeAlias.sts
test/parser/ets/union_generic_field_access-expected.txt
test/parser/ets/union_generic_field_access.sts
test/parser/ets/union_lowering_common_property-expected.txt
test/parser/ets/union_lowering_common_property.sts
test/parser/ets/user_defined_1-expected.txt
test/parser/ets/user_defined_1.sts
test/parser/ets/user_defined_2-expected.txt
test/parser/ets/user_defined_2.sts
test/parser/ets/user_defined_22-expected.txt
test/parser/ets/user_defined_22.sts
test/parser/ets/user_defined_3-expected.txt
test/parser/ets/user_defined_3.sts
test/parser/ets/user_defined_4-expected.txt
test/parser/ets/user_defined_4.sts
test/parser/ets/user_defined_6-expected.txt
test/parser/ets/user_defined_6.sts
test/parser/ets/var_declare-expected.txt
test/parser/ets/var_declare.sts
test/parser/ets/variable_throw_function_1-expected.txt
test/parser/ets/variable_throw_function_1.sts
test/parser/ets/void-expected.txt
test/parser/ets/void.sts
test/parser/ets/voidAsTypeArg-expected.txt
test/parser/ets/voidAsTypeArg.sts
test/parser/js/test-array-expression-expected.txt
test/parser/js/test-array-expression.js
test/parser/js/test-arrow-function-expected.txt
test/parser/js/test-arrow-function.js
test/parser/js/test-assignment-expression-expected.txt
test/parser/js/test-assignment-expression.js
test/parser/js/test-async-arrow-function-1-expected.txt
test/parser/js/test-async-arrow-function-1.js
test/parser/js/test-async-function-1-expected.txt
test/parser/js/test-async-function-1.js
test/parser/js/test-async-function-2-expected.txt
test/parser/js/test-async-function-2.js
test/parser/js/test-binary-expression-expected.txt
test/parser/js/test-binary-expression.js
test/parser/js/test-call-expression-expected.txt
test/parser/js/test-call-expression.js
test/parser/js/test-class-async-method-expected.txt
test/parser/js/test-class-async-method.js
test/parser/js/test-class-definition-expected.txt
test/parser/js/test-class-definition.js
test/parser/js/test-class-expression-expected.txt
test/parser/js/test-class-expression.js
test/parser/js/test-class-static-block-expected.txt
test/parser/js/test-class-static-block.js
test/parser/js/test-comment-expected.txt
test/parser/js/test-comment.js
test/parser/js/test-conditional-expression-expected.txt
test/parser/js/test-conditional-expression.js
test/parser/js/test-debugger-statement-expected.txt
test/parser/js/test-debugger-statement.js
test/parser/js/test-do-while-expected.txt
test/parser/js/test-do-while.js
test/parser/js/test-export-all-expected.txt
test/parser/js/test-export-all.js
test/parser/js/test-export-named-decl-expected.txt
test/parser/js/test-export-named-decl.js
test/parser/js/test-for-expected.txt
test/parser/js/test-for.js
test/parser/js/test-function-decl-1-expected.txt
test/parser/js/test-function-decl-1.js
test/parser/js/test-function-decl-2-expected.txt
test/parser/js/test-function-decl-2.js
test/parser/js/test-function-decl-expected.txt
test/parser/js/test-function-decl.js
test/parser/js/test-grouping-level-expected.txt
test/parser/js/test-grouping-level.js
test/parser/js/test-if-expected.txt
test/parser/js/test-if.js
test/parser/js/test-import-decl-expected.txt
test/parser/js/test-import-decl.js
test/parser/js/test-import-expression-expected.txt
test/parser/js/test-import-expression.js
test/parser/js/test-import-meta-expected.txt
test/parser/js/test-import-meta.js
test/parser/js/test-labelled-statement-expected.txt
test/parser/js/test-labelled-statement.js
test/parser/js/test-logical-expression-expected.txt
test/parser/js/test-logical-expression.js
test/parser/js/test-member-expression-expected.txt
test/parser/js/test-member-expression.js
test/parser/js/test-new-expression-expected.txt
test/parser/js/test-new-expression.js
test/parser/js/test-nullish-coalescing-expected.txt
test/parser/js/test-nullish-coalescing.js
test/parser/js/test-numeric-separator-expected.txt
test/parser/js/test-numeric-separator.js
test/parser/js/test-object-expression-expected.txt
test/parser/js/test-object-expression.js
test/parser/js/test-patterns-expected.txt
test/parser/js/test-patterns.js
test/parser/js/test-private-field-expected.txt
test/parser/js/test-private-field.js
test/parser/js/test-sequence-expression-expected.txt
test/parser/js/test-sequence-expression.js
test/parser/js/test-string-literal-expected.txt
test/parser/js/test-string-literal.js
test/parser/js/test-switch-expected.txt
test/parser/js/test-switch.js
test/parser/js/test-tagged-template-expression-expected.txt
test/parser/js/test-tagged-template-expression.js
test/parser/js/test-template-literal-expected.txt
test/parser/js/test-template-literal.js
test/parser/js/test-this-expression-expected.txt
test/parser/js/test-this-expression.js
test/parser/js/test-throw-statement-expected.txt
test/parser/js/test-throw-statement.js
test/parser/js/test-try-statement-expected.txt
test/parser/js/test-try-statement.js
test/parser/js/test-unary-expression-expected.txt
test/parser/js/test-unary-expression.js
test/parser/js/test-update-expression-expected.txt
test/parser/js/test-update-expression.js
test/parser/js/test-var-decl-expected.txt
test/parser/js/test-var-decl.js
test/parser/ts/test-arrow-function-expected.txt
test/parser/ts/test-arrow-function.ts
test/parser/ts/test-class-constructor-expected.txt
test/parser/ts/test-class-constructor.ts
test/parser/ts/test-class-constructor4-expected.txt
test/parser/ts/test-class-constructor4.ts
test/parser/ts/test-class-definition-expected.txt
test/parser/ts/test-class-definition.ts
test/parser/ts/test-class-definiton18-expected.txt
test/parser/ts/test-class-definiton18.ts
test/parser/ts/test-class-definiton7-expected.txt
test/parser/ts/test-class-definiton7.ts
test/parser/ts/test-class-method-overload-expected.txt
test/parser/ts/test-class-method-overload.ts
test/parser/ts/test-class-method-overload1-expected.txt
test/parser/ts/test-class-method-overload1.ts
test/parser/ts/test-class-method-overload10-expected.txt
test/parser/ts/test-class-method-overload10.ts
test/parser/ts/test-class-method-overload11-expected.txt
test/parser/ts/test-class-method-overload11.ts
test/parser/ts/test-class-method-overload12-expected.txt
test/parser/ts/test-class-method-overload12.ts
test/parser/ts/test-class-method-overload13-expected.txt
test/parser/ts/test-class-method-overload13.ts
test/parser/ts/test-class-method-overload2-expected.txt
test/parser/ts/test-class-method-overload2.ts
test/parser/ts/test-class-method-overload3-expected.txt
test/parser/ts/test-class-method-overload3.ts
test/parser/ts/test-class-method-overload4-expected.txt
test/parser/ts/test-class-method-overload4.ts
test/parser/ts/test-class-method-overload5-expected.txt
test/parser/ts/test-class-method-overload5.ts
test/parser/ts/test-class-method-overload6-expected.txt
test/parser/ts/test-class-method-overload6.ts
test/parser/ts/test-class-method-overload7-expected.txt
test/parser/ts/test-class-method-overload7.ts
test/parser/ts/test-class-method-overload8-expected.txt
test/parser/ts/test-class-method-overload8.ts
test/parser/ts/test-class-method-overload9-expected.txt
test/parser/ts/test-class-method-overload9.ts
test/parser/ts/test-enum-declaration-expected.txt
test/parser/ts/test-enum-declaration.ts
test/parser/ts/test-enum-declaration1-expected.txt
test/parser/ts/test-enum-declaration1.ts
test/parser/ts/test-func-param-expected.txt
test/parser/ts/test-func-param.ts
test/parser/ts/test-function-overload-expected.txt
test/parser/ts/test-function-overload.ts
test/parser/ts/test-function-overload1-expected.txt
test/parser/ts/test-function-overload1.ts
test/parser/ts/test-function-overload2-expected.txt
test/parser/ts/test-function-overload2.ts
test/parser/ts/test-if-expected.txt
test/parser/ts/test-if.ts
test/parser/ts/test-interface-expected.txt
test/parser/ts/test-interface.ts
test/parser/ts/test-interface1-expected.txt
test/parser/ts/test-interface1.ts
test/parser/ts/test-intersection-expected.txt
test/parser/ts/test-intersection.ts
test/parser/ts/test-keyword-declare-expected.txt
test/parser/ts/test-keyword-declare.ts
test/parser/ts/test-keyword-declare5-expected.txt
test/parser/ts/test-keyword-declare5.ts
test/parser/ts/test-keyword-declare6-expected.txt
test/parser/ts/test-keyword-declare6.ts
test/parser/ts/test-keyword-declare7-expected.txt
test/parser/ts/test-keyword-declare7.ts
test/parser/ts/test-ts-as-expression-expected.txt
test/parser/ts/test-ts-as-expression.ts
test/parser/ts/test-ts-conditional-type-expected.txt
test/parser/ts/test-ts-conditional-type.ts
test/parser/ts/test-ts-mapped-type-expected.txt
test/parser/ts/test-ts-mapped-type.ts
test/parser/ts/test-ts-non-null-expression-expected.txt
test/parser/ts/test-ts-non-null-expression.ts
test/parser/ts/test-ts-parameter-property-expected.txt
test/parser/ts/test-ts-parameter-property.ts
test/parser/ts/test-ts-type-assertion-expected.txt
test/parser/ts/test-ts-type-assertion.ts
test/parser/ts/test-ts-type-predicate-expected.txt
test/parser/ts/test-ts-type-predicate.ts
test/parser/ts/test-ts-type-predicate1-expected.txt
test/parser/ts/test-ts-type-predicate1.ts
test/parser/ts/test-tuple-type-expected.txt
test/parser/ts/test-tuple-type.ts
test/parser/ts/test-type-alias-expected.txt
test/parser/ts/test-type-alias.ts
test/parser/ts/test-type-annotation-expected.txt
test/parser/ts/test-type-annotation.ts
test/parser/ts/test-type-literal-expected.txt
test/parser/ts/test-type-literal.ts
test/parser/ts/test-type-query-expected.txt
test/parser/ts/test-type-query.ts
test/parser/ts/test_decorator-expected.txt
test/parser/ts/test_decorator.ts
test/parser/ts/test_decorator3-expected.txt
test/parser/ts/test_decorator3.ts
test/parser/ts/test_generic-expected.txt
test/parser/ts/test_generic.ts
test/parser/ts/test_import_type-expected.txt
test/parser/ts/test_import_type.ts
test/parser/ts/test_module-expected.txt
test/parser/ts/test_module.ts
test/parser/ts/test_this_type-expected.txt
test/parser/ts/test_this_type.ts
test/runtime/ets/15445.sts
test/runtime/ets/15502.sts
test/runtime/ets/15656.sts
test/runtime/ets/15766.sts
test/runtime/ets/15945.sts
test/runtime/ets/16655.sts
test/runtime/ets/17054.sts
test/runtime/ets/17404.sts
test/runtime/ets/17926.sts
test/runtime/ets/AccessBinaryTrees.sts
test/runtime/ets/AccessFannkuch.sts
test/runtime/ets/AccessNBody.sts
test/runtime/ets/AccessNSieve.sts
test/runtime/ets/AccessorAlone.sts
test/runtime/ets/AliasArray.sts
test/runtime/ets/AliasClass.sts
test/runtime/ets/AliasFunction.sts
test/runtime/ets/AliasPrimitive.sts
test/runtime/ets/AliasTuple.sts
test/runtime/ets/AliasUnion.sts
test/runtime/ets/ArrayLiteral.sts
test/runtime/ets/ArrowFunctionRuntime.sts
test/runtime/ets/BigInt0.sts
test/runtime/ets/BigInt1.sts
test/runtime/ets/BigInt2.sts
test/runtime/ets/BigInt3.sts
test/runtime/ets/BigInt4.sts
test/runtime/ets/BigInt5.sts
test/runtime/ets/BigInt6.sts
test/runtime/ets/BigInt7.sts
test/runtime/ets/BigInt8.sts
test/runtime/ets/Bitops3BitBitsInByte.sts
test/runtime/ets/BitopsBitsInByte.sts
test/runtime/ets/BitopsBitwiseAnd.sts
test/runtime/ets/BitopsNSieveBits.sts
test/runtime/ets/BitwiseOperationsOnFloat.sts
test/runtime/ets/CallThisGetter.sts
test/runtime/ets/CastPrimitive.sts
test/runtime/ets/CastReference.sts
test/runtime/ets/CastReference2.sts
test/runtime/ets/CastReference3.sts
test/runtime/ets/CastReference4.sts
test/runtime/ets/ChainCallGenericFunction.sts
test/runtime/ets/ChainCallPromiseThen.sts
test/runtime/ets/ClassMemberAccess.sts
test/runtime/ets/ClassNewInstance.sts
test/runtime/ets/ConditionalExpressionCallVoidFunc.sts
test/runtime/ets/ConditionalExpression_01.sts
test/runtime/ets/ControlFlowRecursive.sts
test/runtime/ets/DeclareClassWithMethod.sts
test/runtime/ets/DeclareFunction.sts
test/runtime/ets/DefaultParam_1.sts
test/runtime/ets/DefaultParam_2.sts
test/runtime/ets/DefaultParam_3.sts
test/runtime/ets/DefaultParam_4.sts
test/runtime/ets/DefaultParam_5.sts
test/runtime/ets/Enum.sts
test/runtime/ets/Enum2.sts
test/runtime/ets/Enum3.sts
test/runtime/ets/Enum4.sts
test/runtime/ets/Enum5.sts
test/runtime/ets/Enum6.sts
test/runtime/ets/ForOfBoxing.sts
test/runtime/ets/ForOfUnion.sts
test/runtime/ets/FunctionOverload.sts
test/runtime/ets/FunctionToObjectAssignment.sts
test/runtime/ets/FunctionType.sts
test/runtime/ets/FunctionalTypeAsArrayElement.sts
test/runtime/ets/GenericBridges_01.ets
test/runtime/ets/GenericBridges_02.sts
test/runtime/ets/GenericCast.sts
test/runtime/ets/GenericRestParamsInGenericClass.sts
test/runtime/ets/GenericsTest.sts
test/runtime/ets/ImplicitCharToStringConversion.sts
test/runtime/ets/InferProxymethodType.sts
test/runtime/ets/InferTypeOfUnionParams.sts
test/runtime/ets/InitialCheckForGeneric2.sts
test/runtime/ets/InterfaceOverrideReturnTypes.sts
test/runtime/ets/InterfacePrivateMethod2.sts
test/runtime/ets/InterfaceWithDefaultFunction1.sts
test/runtime/ets/InterfaceWithDefaultFunction2.sts
test/runtime/ets/Lambda.sts
test/runtime/ets/LambdaAsFuncParamWithDefaultValue.sts
test/runtime/ets/LongLiteralLimits.sts
test/runtime/ets/ManyLocalOutRegInstruction.sts
test/runtime/ets/MathCordic.sts
test/runtime/ets/MathPartialSums.sts
test/runtime/ets/MathSpectralNorm.sts
test/runtime/ets/Morph3d.sts
test/runtime/ets/MutatorAccessor.sts
test/runtime/ets/MutatorAlone.sts
test/runtime/ets/NoConstraint.sts
test/runtime/ets/NullLikeTypes.sts
test/runtime/ets/NullishCoalescing_01.sts
test/runtime/ets/NullishComparison.sts
test/runtime/ets/NullishConditionals.sts
test/runtime/ets/NullishInstanceof.sts
test/runtime/ets/Object-type-in-binary-logical-expression.sts
test/runtime/ets/ObjectIndexing_1.sts
test/runtime/ets/ObjectIndexing_2.sts
test/runtime/ets/ObjectIterable_1.sts
test/runtime/ets/ObjectIterable_2.sts
test/runtime/ets/ObjectIterable_3.sts
test/runtime/ets/OptionalCall.sts
test/runtime/ets/OptionalChains.sts
test/runtime/ets/Override-1.sts
test/runtime/ets/Override-2.sts
test/runtime/ets/Override-3.sts
test/runtime/ets/Override-4.sts
test/runtime/ets/Override-5.sts
test/runtime/ets/Override.sts
test/runtime/ets/PunctuatorAnyEqual.sts
test/runtime/ets/RecordIndexExpression.sts
test/runtime/ets/RecordKeyTypeCheck.sts
test/runtime/ets/Recursive_Parameter_1.sts
test/runtime/ets/Recursive_Parameter_2.sts
test/runtime/ets/Recursive_Parameter_3.sts
test/runtime/ets/RegSpillerArray.sts
test/runtime/ets/RegisterSpiller.sts
test/runtime/ets/ResolveFuncNameUnionType.sts
test/runtime/ets/SmartCast_01.sts
test/runtime/ets/SmartCast_02.sts
test/runtime/ets/SmartCast_03.sts
test/runtime/ets/SmartCast_04.sts
test/runtime/ets/SmartCast_05.sts
test/runtime/ets/SmartCast_06.sts
test/runtime/ets/SmartCast_07.sts
test/runtime/ets/SmartCast_08.sts
test/runtime/ets/SmartCast_09.sts
test/runtime/ets/SmartCast_10.sts
test/runtime/ets/SmartCast_11.sts
test/runtime/ets/SmartCast_12.ets
test/runtime/ets/SmartCast_12.sts
test/runtime/ets/SpreadExpressions.sts
test/runtime/ets/StringBase64.sts
test/runtime/ets/StringFasta.sts
test/runtime/ets/StringTemplate1.sts
test/runtime/ets/StringTemplate2.sts
test/runtime/ets/StringTemplate3.sts
test/runtime/ets/SuperCall.sts
test/runtime/ets/SuperReferenceInGetterSetter.sts
test/runtime/ets/TypeInferInterface1.sts
test/runtime/ets/TypeInferObject1.sts
test/runtime/ets/TypeInferObject2.sts
test/runtime/ets/TypeInferObject3.sts
test/runtime/ets/Typeof.sts
test/runtime/ets/UnaryExpression.sts
test/runtime/ets/UnboxingCheckcast.sts
test/runtime/ets/UncheckedCasts.sts
test/runtime/ets/UnionArray.sts
test/runtime/ets/UnionAsAndInstanceof.sts
test/runtime/ets/UnionConstraint.sts
test/runtime/ets/UnionTypeCheckCast.sts
test/runtime/ets/UnionWithLambdaInParameter.sts
test/runtime/ets/UpdateExpression.sts
test/runtime/ets/accessor_chained.sts
test/runtime/ets/accessor_functional.sts
test/runtime/ets/accessor_inherited.sts
test/runtime/ets/annotation_tests/AnnotationDeclare01.sts
test/runtime/ets/annotation_tests/AnnotationDeclare02.sts
test/runtime/ets/annotation_tests/AnnotationForAbstractClass.sts
test/runtime/ets/annotation_tests/AnnotationForFunction01.sts
test/runtime/ets/annotation_tests/AnnotationForFunction02.sts
test/runtime/ets/annotation_tests/AnnotationNoNeedToSetProperties01.sts
test/runtime/ets/annotation_tests/AnnotationNoNeedToSetProperties02.sts
test/runtime/ets/annotation_tests/AnnotationNoNeedToSetProperties03.sts
test/runtime/ets/annotation_tests/AnnotationsDefineAndUseForClass.sts
test/runtime/ets/annotation_tests/AnnotationsFieldType01.sts
test/runtime/ets/annotation_tests/AnnotationsFieldType02.sts
test/runtime/ets/annotation_tests/AnnotationsFieldType03.sts
test/runtime/ets/annotation_tests/AnnotationsFieldType04.sts
test/runtime/ets/annotation_tests/ExportForAnnotation01.sts
test/runtime/ets/annotation_tests/ImportForAnnotation01.sts
test/runtime/ets/annotation_tests/ImportForAnnotation02.sts
test/runtime/ets/annotation_tests/Muti-AnnotationsDefineAndUseForClass.sts
test/runtime/ets/anonymous_lambda_call.sts
test/runtime/ets/anonymous_lambda_call_2.sts
test/runtime/ets/anonymous_lambda_call_3.sts
test/runtime/ets/array-expression.sts
test/runtime/ets/array-new-catched.sts
test/runtime/ets/array-new.sts
test/runtime/ets/array-object.sts
test/runtime/ets/array-set-element.sts
test/runtime/ets/array_inf.sts
test/runtime/ets/array_with_undefined_type.sts
test/runtime/ets/assert_not_nullish_expression.sts
test/runtime/ets/assignment_lowering.sts
test/runtime/ets/async-func-overload-and-type-infer.sts
test/runtime/ets/async_lambda_box.sts
test/runtime/ets/autoboxing.sts
test/runtime/ets/boxing.sts
test/runtime/ets/boxingConversions.sts
test/runtime/ets/boxingConversions2.sts
test/runtime/ets/boxingConversions3.sts
test/runtime/ets/boxingConversions4.sts
test/runtime/ets/boxingConversions5.sts
test/runtime/ets/boxingUnboxingCalls.sts
test/runtime/ets/boxingUnboxingOutput.sts
test/runtime/ets/call_static_with_type_alias.sts
test/runtime/ets/castSequence.sts
test/runtime/ets/castUnion.sts
test/runtime/ets/cast_const_union.sts
test/runtime/ets/char-type.sts
test/runtime/ets/charToStringCast.sts
test/runtime/ets/class-abstract-inheritance.sts
test/runtime/ets/class-constructor-calls.sts
test/runtime/ets/class-constructor-calls2.sts
test/runtime/ets/class-fields-same-name.sts
test/runtime/ets/class-init.sts
test/runtime/ets/class-init2.sts
test/runtime/ets/class-virtual-call.sts
test/runtime/ets/classGetterSetter.sts
test/runtime/ets/common_property_union_access.sts
test/runtime/ets/condition-with-boolean-reference.sts
test/runtime/ets/conditionalExpression1.sts
test/runtime/ets/conditionalExpression2.sts
test/runtime/ets/conditionalExpressionGenericLUB.sts
test/runtime/ets/conditionalExpressionLUB.sts
test/runtime/ets/const_enum.sts
test/runtime/ets/conversion-binary.sts
test/runtime/ets/conversion-char-boolean.sts
test/runtime/ets/conversionFloatIntLong.sts
test/runtime/ets/conversionFromInfinity.sts
test/runtime/ets/count.sts
test/runtime/ets/date-now.sts
test/runtime/ets/declare_ambient_class.sts
test/runtime/ets/declare_ambient_class_implement_interface.sts
test/runtime/ets/default_generic_function_1.sts
test/runtime/ets/default_generic_method_1.sts
test/runtime/ets/default_generic_method_2.sts
test/runtime/ets/default_parameters.sts
test/runtime/ets/division-by-zero.sts
test/runtime/ets/dollar_dollar.sts
test/runtime/ets/ensure_not_nullish_expression.sts
test/runtime/ets/entrypoint-with-main-and-top-level-stmts.sts
test/runtime/ets/entrypoint-with-main.sts
test/runtime/ets/entrypoint-wout-main.sts
test/runtime/ets/enum-equality-operators.sts
test/runtime/ets/enum-extended-conditional-expressions.sts
test/runtime/ets/enum-int-min.sts
test/runtime/ets/enum-methods.sts
test/runtime/ets/enum-numeric-operator-context.sts
test/runtime/ets/enum-operations.sts
test/runtime/ets/enum-parameter.sts
test/runtime/ets/enum-relational-operators.sts
test/runtime/ets/enum-string-operator-context.sts
test/runtime/ets/enum-supertype.sts
test/runtime/ets/enum-switch-statement.sts
test/runtime/ets/enum-to-int-conversion.sts
test/runtime/ets/enum-to-string-conversion.sts
test/runtime/ets/enum-typeof.sts
test/runtime/ets/enum-widening-primitive-conversion.sts
test/runtime/ets/exdended_conditional_expression_float.sts
test/runtime/ets/extended_conditional_expression_string.sts
test/runtime/ets/extension_function_tests/callExtensionFunctionByThisInExtensionAndClassFunction.sts
test/runtime/ets/extension_function_tests/extensionFunction.sts
test/runtime/ets/extension_function_tests/extensionFunctionCalledBySubclassInstance.sts
test/runtime/ets/extension_function_tests/extensionFunctionContainingAccessor.sts
test/runtime/ets/extension_function_tests/extensionFunctionContainingLambda.sts
test/runtime/ets/extension_function_tests/extensionFunctionContainingLambdaWithInstance.sts
test/runtime/ets/extension_function_tests/extensionFunctionDifferentSignatureWithInstanceFunction.sts
test/runtime/ets/extension_function_tests/extensionFunctionDuplicatedWithInstanceFunction.sts
test/runtime/ets/extension_function_tests/extensionFunctionDuplicatedWithNormalFunction.sts
test/runtime/ets/extension_function_tests/extensionFunctionInExtension.sts
test/runtime/ets/extension_function_tests/extensionFunctionOverrideSuperclassExtension.sts
test/runtime/ets/extension_function_tests/extensionFunctionShadowedBySuperclassInstance.sts
test/runtime/ets/extension_function_tests/extensionFunctionWithAsExpression.sts
test/runtime/ets/extension_function_tests/extensionFunctionWithNewExpression.sts
test/runtime/ets/extension_function_tests/extensionFunctionWithTrailingLambda.sts
test/runtime/ets/extension_function_tests/thisInExtensionFunction.sts
test/runtime/ets/fieldImplicitCasting.sts
test/runtime/ets/finallyCatchExecutedNormally.sts
test/runtime/ets/finallyClauseInterrupted.sts
test/runtime/ets/finallyClauseThrow.sts
test/runtime/ets/finallyExecutedAbruptly.sts
test/runtime/ets/finallyTryAbruptedByBreak.sts
test/runtime/ets/finallyTryAbruptedByContinue.sts
test/runtime/ets/finallyTryAbruptedByReturn.sts
test/runtime/ets/finallyTryExecutedNormally.sts
test/runtime/ets/float-literal.sts
test/runtime/ets/float_format.sts
test/runtime/ets/float_separator.sts
test/runtime/ets/for-statement.sts
test/runtime/ets/forOfCustomIterator1.sts
test/runtime/ets/forOfCustomIterator2.sts
test/runtime/ets/forOfUnboxing.sts
test/runtime/ets/funcRefWithRestArguments.sts
test/runtime/ets/function-union-return-type.sts
test/runtime/ets/functionFieldInitReadonly.sts
test/runtime/ets/function_type_inference.sts
test/runtime/ets/generic-function-optional-param.sts
test/runtime/ets/generic-function.sts
test/runtime/ets/generic-function1.sts
test/runtime/ets/generic-set.sts
test/runtime/ets/generic_constraint_implicit.sts
test/runtime/ets/generic_constructor_with_union.sts
test/runtime/ets/generic_default_param.sts
test/runtime/ets/generic_defined_before_use.sts
test/runtime/ets/generic_getter.sts
test/runtime/ets/generic_property_visibility.sts
test/runtime/ets/generics_1.sts
test/runtime/ets/generics_void_parameter_1.sts
test/runtime/ets/generics_void_parameter_2.sts
test/runtime/ets/getteSetterImplementation.sts
test/runtime/ets/getterSetterImplementationWithConstructor.sts
test/runtime/ets/getter_setter.sts
test/runtime/ets/getter_setter2.sts
test/runtime/ets/getter_setter_static_modifier.sts
test/runtime/ets/identifier-reference.sts
test/runtime/ets/if-unbox.sts
test/runtime/ets/implicitCastingWithRestArgsConstructor.sts
test/runtime/ets/implicit_package_import_1.sts
test/runtime/ets/implicit_package_import_2.sts
test/runtime/ets/increment-on-nullish-type.sts
test/runtime/ets/inferTypeOfArrayLiteral.sts
test/runtime/ets/infer_method_type_1.sts
test/runtime/ets/infer_method_type_2.sts
test/runtime/ets/infer_method_type_3.sts
test/runtime/ets/infer_method_type_4.sts
test/runtime/ets/infer_method_type_from_lambda_expr.sts
test/runtime/ets/infer_type_from_array_expression_with_function.sts
test/runtime/ets/inherited_getter_setter_implementation_1.sts
test/runtime/ets/inherited_getter_setter_implementation_2.sts
test/runtime/ets/instanceof.sts
test/runtime/ets/interface-virtual-call.sts
test/runtime/ets/interfaceGetterSetter.sts
test/runtime/ets/interfaceMethodWithOptionalParameter.sts
test/runtime/ets/ir-returnStatement.sts
test/runtime/ets/labeledStatement.sts
test/runtime/ets/lambda-class-field.sts
test/runtime/ets/lambdaExpressionWithRestParameter.sts
test/runtime/ets/lambdaExpressionWithoutBlockStatement.sts
test/runtime/ets/lambdaExpressionWithoutBlockStatementSimple.sts
test/runtime/ets/lambdaWithLocalClassAccess.sts
test/runtime/ets/lambdaWithOptionalParam1.sts
test/runtime/ets/lambdaWithOptionalParam2.sts
test/runtime/ets/lambdaWithOptionalParam3.sts
test/runtime/ets/lambdaWithOptionalParam4.sts
test/runtime/ets/lambdaWithOptionalParam5.sts
test/runtime/ets/lambda_captured_modified_outside.sts
test/runtime/ets/lambda_infer_type_retrun_enum.sts
test/runtime/ets/literal_types_RTE.sts
test/runtime/ets/local-class-capture-boxing.sts
test/runtime/ets/local-class-capture-not-boxing.sts
test/runtime/ets/local-class-capture-parameter.sts
test/runtime/ets/local-class-in-local-class.sts
test/runtime/ets/local-class-mixed-capture.sts
test/runtime/ets/local-class-modify-captured-parameter.sts
test/runtime/ets/local-class-standard-example1.sts
test/runtime/ets/local-class-standard-example2.sts
test/runtime/ets/looseReferenceEquality.sts
test/runtime/ets/member-expression-nullptr-via-function-param.sts
test/runtime/ets/member-expression-nullptr.sts
test/runtime/ets/memberExprInLambda.sts
test/runtime/ets/modifiedCapturedParam.sts
test/runtime/ets/mostSpecificMethod.sts
test/runtime/ets/most_specific_method_with_rest_param_1.sts
test/runtime/ets/most_specific_method_with_rest_param_2.sts
test/runtime/ets/most_specific_method_with_rest_param_3.sts
test/runtime/ets/most_specific_method_with_rest_param_4.sts
test/runtime/ets/multi-array-new-catched-1.sts
test/runtime/ets/multi-array-new-catched-2.sts
test/runtime/ets/multi-array-new.sts
test/runtime/ets/multi-array.sts
test/runtime/ets/multisource_inheritance-2.sts
test/runtime/ets/multisource_inheritance.sts
test/runtime/ets/n_overrideWithNullable.sts
test/runtime/ets/nestedLambdaConst.sts
test/runtime/ets/nestedLambdaInnerConst.sts
test/runtime/ets/nestedLambdaLet.sts
test/runtime/ets/newArrayCreationArrayType.sts
test/runtime/ets/newArrayCreationPredefinedType.sts
test/runtime/ets/newArrayCreationTypeReference.sts
test/runtime/ets/newArrayCreationUnionType.sts
test/runtime/ets/non-const-capture.sts
test/runtime/ets/notNull.sts
test/runtime/ets/notNullMultidimensionalArray.sts
test/runtime/ets/nullCoalesc.sts
test/runtime/ets/nullableType.sts
test/runtime/ets/nullishTypeCodesamples.sts
test/runtime/ets/number-from-narrow-prim.sts
test/runtime/ets/object-alias.sts
test/runtime/ets/objectEquality.sts
test/runtime/ets/objectLiteral-2.sts
test/runtime/ets/objectLiteral.sts
test/runtime/ets/objectLiteralInterfaceType.sts
test/runtime/ets/opt-chaining.sts
test/runtime/ets/optional-chaining-function-call.sts
test/runtime/ets/optional-chaining-lazy-evaluation.sts
test/runtime/ets/optional-chaining-null-array.sts
test/runtime/ets/optional-chaining-string-check.sts
test/runtime/ets/optional-lambda-parameter.sts
test/runtime/ets/optional_field.sts
test/runtime/ets/optional_field_variable.sts
test/runtime/ets/optional_trailing_lambda.sts
test/runtime/ets/partialTypeRuntime_1.sts
test/runtime/ets/partialTypeRuntime_2.sts
test/runtime/ets/precedence.sts
test/runtime/ets/primitiveEqualityWithNull.sts
test/runtime/ets/readonlyField_ObjectLiteral.sts
test/runtime/ets/readonlyObjectLiteral.sts
test/runtime/ets/readonlyObjectLiteral_2.sts
test/runtime/ets/readonlyTypeRuntime.sts
test/runtime/ets/readonlyTypeRuntime_2.sts
test/runtime/ets/recordInitWithObjectExpression.sts
test/runtime/ets/recursive_class_1.sts
test/runtime/ets/recursive_function_1.sts
test/runtime/ets/recursive_interface_1.sts
test/runtime/ets/recursive_interface_2.sts
test/runtime/ets/recursive_union_1.sts
test/runtime/ets/referenceEquality.sts
test/runtime/ets/referenceThisEquality.sts
test/runtime/ets/return-type-deduction.sts
test/runtime/ets/shift.sts
test/runtime/ets/skippedTest.sts
test/runtime/ets/statement_after_local_class.sts
test/runtime/ets/static-invoke.sts
test/runtime/ets/string-assignment.sts
test/runtime/ets/string-builder.sts
test/runtime/ets/stringConcatenation.sts
test/runtime/ets/string_from_nullish.sts
test/runtime/ets/string_literals_inference.sts
test/runtime/ets/struct-identifier.sts
test/runtime/ets/struct-init.sts
test/runtime/ets/struct-init2.sts
test/runtime/ets/struct_implements.sts
test/runtime/ets/thisIntanceof.sts
test/runtime/ets/this_type.sts
test/runtime/ets/throwingLambdaFunctions.sts
test/runtime/ets/top_level_01.sts
test/runtime/ets/top_level_02.sts
test/runtime/ets/top_level_03.sts
test/runtime/ets/trailing-lambda-with-capture.sts
test/runtime/ets/trailing-lambda.sts
test/runtime/ets/try-catch-error-no-param.sts
test/runtime/ets/try-catch-error.sts
test/runtime/ets/try-catch-no-param.sts
test/runtime/ets/try-catch.sts
test/runtime/ets/tuple_types_runtime.sts
test/runtime/ets/type-check-for-logical-operators.sts
test/runtime/ets/type_param_in_union.sts
test/runtime/ets/unboxing.sts
test/runtime/ets/unboxing2.sts
test/runtime/ets/unboxing2_x64.sts
test/runtime/ets/unboxingBooleanConversion.sts
test/runtime/ets/undefined_and_null_as_default_value_for_built_in_array.sts
test/runtime/ets/union_generic_field_access.sts
test/runtime/ets/union_property_access_in_call.sts
test/runtime/ets/union_string_literals.sts
test/runtime/ets/union_type_and_trailing_lambda.sts
test/runtime/ets/union_type_parameters.sts
test/runtime/ets/union_wide_property_access.sts
test/runtime/ets/user_defined_1.sts
test/runtime/ets/user_defined_2.sts
test/runtime/ets/validate_signatures_throw_type_error.sts
test/runtime/ets/visible_signatures.sts
test/runtime/ets/voidTypeArg.sts
test/test-lists/astchecker/astchecker-ets-ignored.txt
test/test-lists/astchecker/astchecker-js-ignored.txt
test/test-lists/ets-runtime/ets-runtime-excluded-DI.txt
test/test-lists/ets-runtime/ets-runtime-excluded-JIT-REPEATS.txt
test/test-lists/ets-runtime/ets-runtime-ignored-AOT.txt
test/test-lists/ets-runtime/ets-runtime-ignored-ARM32-INT.txt
test/test-lists/ets-runtime/ets-runtime-ignored-INT.txt
test/test-lists/ets-runtime/ets-runtime-ignored-JIT-REPEATS.txt
test/test-lists/ets-runtime/ets-runtime-ignored.txt
test/test-lists/parser/parser-ets-allowed.txt
test/test-lists/parser/parser-ets-ignored.txt
test/test-lists/parser/parser-js-allowed.txt
test/test-lists/parser/parser-js-ignored.txt
test/tsconfig/CMakeLists.txt
test/tsconfig/empty_include/expected.txt
test/tsconfig/empty_include/src/index.ts
test/tsconfig/empty_include/tsconfig.json
test/tsconfig/ets/expected.txt
test/tsconfig/ets/hello.sts
test/tsconfig/ets/packages/world.sts
test/tsconfig/ets/tsconfig.json
test/tsconfig/extends/expected.txt
test/tsconfig/extends/node_modules/package/tsconfig-base-base.json
test/tsconfig/extends/src/component/exclude.ts
test/tsconfig/extends/src/component/index.ts
test/tsconfig/extends/src/file1.ts
test/tsconfig/extends/src/file2.ts
test/tsconfig/extends/tsconfig-base.json
test/tsconfig/extends/tsconfig.json
test/tsconfig/include/expected.txt
test/tsconfig/include/file1.ts
test/tsconfig/include/file2.ts
test/tsconfig/include/main.ts
test/tsconfig/include/src/component1/exampleComponent.ts
test/tsconfig/include/src/component1/exampleComponent1.ts
test/tsconfig/include/src/component1/exampleUtil1.ts
test/tsconfig/include/src/component1/exampleUtil11.ts
test/tsconfig/include/src/component1/exampleUtil2.ts
test/tsconfig/include/src/component1/index.ts
test/tsconfig/include/src/component2/exampleComponent.ts
test/tsconfig/include/src/component2/exampleComponent1.ts
test/tsconfig/include/src/component2/exampleUtil1.ts
test/tsconfig/include/src/component2/exampleUtil11.ts
test/tsconfig/include/src/component2/exampleUtil2.ts
test/tsconfig/include/src/component2/index.ts
test/tsconfig/include/src/main.ts
test/tsconfig/include/test.ts
test/tsconfig/include/test/index.ts
test/tsconfig/include/tsconfig.json
test/tsconfig/paths/expected.txt
test/tsconfig/paths/lib/module1/lib.sts
test/tsconfig/paths/lib/module2/lib.sts
test/tsconfig/paths/lib/module22/lib.sts
test/tsconfig/paths/main.sts
test/tsconfig/paths/tsconfig.json
test/tsconfig/test.sh
test/unit/CMakeLists.txt
test/unit/ast_dumper_test.cpp
test/unit/checker_test.cpp
test/unit/dynamic/CMakeLists.txt
test/unit/dynamic/dynamic_call_test.cpp
test/unit/es2panda_unit_gtest.h
test/unit/lowerings/CMakeLists.txt
test/unit/lowerings/scopes_initialization.cpp
test/unit/node_creator.h
test/unit/public/CMakeLists.txt
test/unit/public/ast_builder_test.cpp
test/unit/public/ast_verifier_check_abstract_call_test.cpp
test/unit/public/ast_verifier_check_infinite_loop_test.cpp
test/unit/public/ast_verifier_check_normal_loop_test.cpp
test/unit/public/ast_verifier_check_scope_declaration_test.cpp
test/unit/public/ast_verifier_every_child_has_valid_parent_test.cpp
test/unit/public/ast_verifier_getter_setter_neg_test.cpp
test/unit/public/ast_verifier_getter_setter_test.cpp
test/unit/public/ast_verifier_identifier_has_variable_test.cpp
test/unit/public/ast_verifier_private_access_negative_test_1_4.cpp
test/unit/public/ast_verifier_private_access_negative_test_5_7.cpp
test/unit/public/ast_verifier_private_protected_public_access_correct_test.cpp
test/unit/public/ast_verifier_protected_access_correct_test.cpp
test/unit/public/ast_verifier_protected_access_negative_test_1_3.cpp
test/unit/public/ast_verifier_protected_access_negative_test_4_6.cpp
test/unit/public/ast_verifier_reference_typeannotation_test.cpp
test/unit/public/ast_verifier_short_test.cpp
test/unit/public/ast_verifier_test.h
test/unit/public/ast_verifier_variable_has_enclosing_scope_test.cpp
test/unit/public/ast_verifier_variable_has_scope_test.cpp
test/unit/public/e2p_test_plugin.c
test/unit/public/e2p_test_plugin_dump_json-expected.txt
test/unit/public/e2p_test_plugin_dump_json.c
test/unit/public/e2p_test_plugin_ets_src-expected.txt
test/unit/public/e2p_test_plugin_ets_src.c
test/unit/public/e2p_test_plugin_is-expected.txt
test/unit/public/e2p_test_plugin_is.c
test/unit/public/es2panda_public_test.cpp
test/unit/public/plugin_test-expected.txt
test/unit/public/t.sts
test/unit/rest_parameter_flag_test.cpp
test/unit/src_dumper/CMakeLists.txt
test/unit/union_normalization_test.cpp
test/utils/panda_executable_path_getter.cpp
test/utils/panda_executable_path_getter.h
util/arktsconfig.cpp
util/arktsconfig.h
util/ast-builders/README.md
util/ast-builders/arrowFunctionExpressionBuilder.h
util/ast-builders/assertStatementBuilder.h
util/ast-builders/assignmentExpressionBuilder.h
util/ast-builders/astBuilder.h
util/ast-builders/awaitExpressionBuilder.h
util/ast-builders/bigintLiteralBuilder.h
util/ast-builders/binaryExpressionBuilder.h
util/ast-builders/blockExpressionBuilder.h
util/ast-builders/blockStatementBuilder.h
util/ast-builders/booleanLiteralBuilder.h
util/ast-builders/breakStatementBuilder.h
util/ast-builders/callExpressionBuilder.h
util/ast-builders/catchClauseBuilder.h
util/ast-builders/chainExpressionBuilder.h
util/ast-builders/charLiteralBuilder.h
util/ast-builders/classDeclarationBuilder.h
util/ast-builders/classDefinitionBuilder.h
util/ast-builders/classExpressionBuilder.h
util/ast-builders/classPropertyBuilder.h
util/ast-builders/classStaticBlockBuilder.h
util/ast-builders/conditionalExpressionBuilder.h
util/ast-builders/continueStatementBuilder.h
util/ast-builders/debuggerStatementBuilder.h
util/ast-builders/decoratorBuilder.h
util/ast-builders/directEvalExpressionBuilder.h
util/ast-builders/doWhileStatementBuilder.h
util/ast-builders/emptyStatementBuilder.h
util/ast-builders/etsClassLiteralBuilder.h
util/ast-builders/etsFunctionTypeBuilder.h
util/ast-builders/etsLaunchExpressionBuilder.h
util/ast-builders/etsNewArrayInstanceExpressionBuilder.h
util/ast-builders/etsNewClassInstanceExpressionBuilder.h
util/ast-builders/etsNewMultiDivArrayInstanceExpressionBuilder.h
util/ast-builders/etsNullTypeBuilder.h
util/ast-builders/etsPackageDeclarationBuilder.h
util/ast-builders/etsParameterExpressionBuilder.h
util/ast-builders/etsPrimitiveTypeBuilder.h
util/ast-builders/etsReExportDeclarationBuilder.h
util/ast-builders/etsStructDeclarationBuilder.h
util/ast-builders/etsTupleBuilder.h
util/ast-builders/etsTypeReferenceBuilder.h
util/ast-builders/etsTypeReferencePartBuilder.h
util/ast-builders/etsUndefinedTypeBuilder.h
util/ast-builders/etsUnionTypeBuilder.h
util/ast-builders/etsWildcardTypeBuilder.h
util/ast-builders/exportAllDeclarationBuilder.h
util/ast-builders/exportDefaultDeclarationBuilder.h
util/ast-builders/exportNamedDeclarationBuilder.h
util/ast-builders/exportSpecifierBuilder.h
util/ast-builders/expressionStatementBuilder.h
util/ast-builders/forInStatementBuilder.h
util/ast-builders/forOfStatementBuilder.h
util/ast-builders/forUpdateStatementBuilder.h
util/ast-builders/functionDeclarationBuilder.h
util/ast-builders/functionExpressionBuilder.h
util/ast-builders/identifierBuilder.h
util/ast-builders/ifStatementBuilder.h
util/ast-builders/importDeclarationBuilder.h
util/ast-builders/importDefaultSpecifierBuilder.h
util/ast-builders/importExpressionBuilder.h
util/ast-builders/importNamespaceSpecifierBuilder.h
util/ast-builders/importSpecifierBuilder.h
util/ast-builders/labelledStatementBuilder.h
util/ast-builders/memberExpressionBuilder.h
util/ast-builders/metaPropertyBuilder.h
util/ast-builders/methodDefinitionBuilder.h
util/ast-builders/namedTypeBuilder.h
util/ast-builders/newExpressionBuilder.h
util/ast-builders/nullLiteralBuilder.h
util/ast-builders/numberLiteralBuilder.h
util/ast-builders/omittedExpressionBuilder.h
util/ast-builders/opaqueTypeNodeBuilder.h
util/ast-builders/prefixAssertionExpressionBuilder.h
util/ast-builders/propertyBuilder.h
util/ast-builders/regExpLiteralBuilder.h
util/ast-builders/returnStatementBuilder.h
util/ast-builders/scriptFunctionBuilder.h
util/ast-builders/sequenceExpressionBuilder.h
util/ast-builders/stringLiteralBuilder.h
util/ast-builders/superExpressionBuilder.h
util/ast-builders/switchCaseStatementBuilder.h
util/ast-builders/switchStatementBuilder.h
util/ast-builders/taggedTemplateExpressionBuilder.h
util/ast-builders/templateElementBuilder.h
util/ast-builders/templateLiteralBuilder.h
util/ast-builders/thisExpressionBuilder.h
util/ast-builders/throwStatementBuilder.h
util/ast-builders/tryStatementBuilder.h
util/ast-builders/tsAnyKeywordBuilder.h
util/ast-builders/tsArrayTypeBuilder.h
util/ast-builders/tsAsExpressionBuilder.h
util/ast-builders/tsBigintKeywordBuilder.h
util/ast-builders/tsBooleanKeywordBuilder.h
util/ast-builders/tsClassImplementsBuilder.h
util/ast-builders/tsConditionalTypeBuilder.h
util/ast-builders/tsEnumDeclarationBuilder.h
util/ast-builders/tsEnumMemberBuilder.h
util/ast-builders/tsFunctionTypeBuilder.h
util/ast-builders/tsImportEqualsDeclarationBuilder.h
util/ast-builders/tsImportTypeBuilder.h
util/ast-builders/tsIndexSignatureBuilder.h
util/ast-builders/tsIndexedAccessTypeBuilder.h
util/ast-builders/tsInferTypeBuilder.h
util/ast-builders/tsInterfaceBodyBuilder.h
util/ast-builders/tsInterfaceHeritageBuilder.h
util/ast-builders/tsIntersectionTypeBuilder.h
util/ast-builders/tsLiteralTypeBuilder.h
util/ast-builders/tsMappedTypeBuilder.h
util/ast-builders/tsMethodSignatureBuilder.h
util/ast-builders/tsModuleBlockBuilder.h
util/ast-builders/tsModuleDeclarationBuilder.h
util/ast-builders/tsNamedTupleMemberBuilder.h
util/ast-builders/tsNeverKeywordBuilder.h
util/ast-builders/tsNonNullExpressionBuilder.h
util/ast-builders/tsNullKeywordBuilder.h
util/ast-builders/tsNumberKeywordBuilder.h
util/ast-builders/tsObjectKeywordBuilder.h
util/ast-builders/tsParenthesizedTypeBuilder.h
util/ast-builders/tsPropertySignatureBuilder.h
util/ast-builders/tsQualifiedNameBuilder.h
util/ast-builders/tsSignatureDeclarationBuilder.h
util/ast-builders/tsStringKeywordBuilder.h
util/ast-builders/tsThisTypeBuilder.h
util/ast-builders/tsTupleTypeBuilder.h
util/ast-builders/tsTypeAliasDeclarationBuilder.h
util/ast-builders/tsTypeAssertionBuilder.h
util/ast-builders/tsTypeLiteralBuilder.h
util/ast-builders/tsTypeOperatorBuilder.h
util/ast-builders/tsTypeParameterBuilder.h
util/ast-builders/tsTypeParameterDeclarationBuilder.h
util/ast-builders/tsTypeParameterInstantiationBuilder.h
util/ast-builders/tsTypePredicateBuilder.h
util/ast-builders/tsTypeQueryBuilder.h
util/ast-builders/tsTypeReferenceBuilder.h
util/ast-builders/tsUndefinedKeywordBuilder.h
util/ast-builders/tsUnionTypeBuilder.h
util/ast-builders/tsUnknownKeywordBuilder.h
util/ast-builders/tsVoidKeywordBuilder.h
util/ast-builders/typeofExpressionBuilder.h
util/ast-builders/unaryExpressionBuilder.h
util/ast-builders/undefinedLiteralBuilder.h
util/ast-builders/updateExpressionBuilder.h
util/ast-builders/variableDeclarationBuilder.h
util/ast-builders/variableDeclaratorBuilder.h
util/ast-builders/whileStatementBuilder.h
util/ast-builders/yieldExpressionBuilder.h
util/bitset.cpp
util/bitset.h
util/enumbitops.h
util/errorHandler.cpp
util/errorHandler.h
util/errorLogger.cpp
util/errorLogger.h
util/generateBin.cpp
util/generateBin.h
util/helpers.cpp
util/helpers.h
util/importPathManager.cpp
util/importPathManager.h
util/language.h
util/options.cpp
util/options.h
util/path.cpp
util/path.h
util/plugin.cpp
util/plugin.h
util/ustring.cpp
util/ustring.h
varbinder/ASBinder.cpp
varbinder/ASBinder.h
varbinder/ETSBinder.cpp
varbinder/ETSBinder.h
varbinder/JSBinder.cpp
varbinder/JSBinder.h
varbinder/TSBinder.cpp
varbinder/TSBinder.h
varbinder/TypedBinder.cpp
varbinder/TypedBinder.h
varbinder/declaration.cpp
varbinder/declaration.h
varbinder/enumMemberResult.h
varbinder/privateBinding.h
varbinder/recordTable.cpp
varbinder/recordTable.h
varbinder/scope.cpp
varbinder/scope.h
varbinder/tsBinding.h
varbinder/varbinder.cpp
varbinder/varbinder.h
varbinder/variable.cpp
varbinder/variable.h
varbinder/variableFlags.h