From 610d43843a5b5facb01c50dc2d869d75ab8383d6 Mon Sep 17 00:00:00 2001 From: naumovdmitrii Date: Mon, 3 Feb 2025 13:58:43 +0300 Subject: [PATCH] empty peers Signed-off-by: naumovdmitrii --- .../src/generated/peers/AnnotatedAstNode.ts | 28 +++++++++++++++++++ .../generated/peers/AnnotatedExpression.ts | 28 +++++++++++++++++++ .../src/generated/peers/AnnotatedStatement.ts | 28 +++++++++++++++++++ .../generated/peers/AnnotationDeclaration.ts | 28 +++++++++++++++++++ .../src/generated/peers/AnnotationUsage.ts | 28 +++++++++++++++++++ .../src/generated/peers/ArrayExpression.ts | 28 +++++++++++++++++++ .../peers/ArrowFunctionExpression.ts | 28 +++++++++++++++++++ .../src/generated/peers/AssertStatement.ts | 28 +++++++++++++++++++ .../generated/peers/AssignmentExpression.ts | 28 +++++++++++++++++++ .../libarkts/src/generated/peers/AstNode.ts | 28 +++++++++++++++++++ .../src/generated/peers/AwaitExpression.ts | 28 +++++++++++++++++++ .../src/generated/peers/BigIntLiteral.ts | 28 +++++++++++++++++++ .../src/generated/peers/BinaryExpression.ts | 28 +++++++++++++++++++ .../src/generated/peers/BlockExpression.ts | 28 +++++++++++++++++++ .../src/generated/peers/BlockStatement.ts | 28 +++++++++++++++++++ .../src/generated/peers/BooleanLiteral.ts | 28 +++++++++++++++++++ .../src/generated/peers/BreakStatement.ts | 28 +++++++++++++++++++ .../src/generated/peers/CallExpression.ts | 28 +++++++++++++++++++ .../src/generated/peers/CatchClause.ts | 28 +++++++++++++++++++ .../src/generated/peers/ChainExpression.ts | 28 +++++++++++++++++++ .../src/generated/peers/CharLiteral.ts | 28 +++++++++++++++++++ .../src/generated/peers/ClassDeclaration.ts | 28 +++++++++++++++++++ .../src/generated/peers/ClassDefinition.ts | 28 +++++++++++++++++++ .../src/generated/peers/ClassElement.ts | 28 +++++++++++++++++++ .../src/generated/peers/ClassExpression.ts | 28 +++++++++++++++++++ .../src/generated/peers/ClassProperty.ts | 28 +++++++++++++++++++ .../src/generated/peers/ClassStaticBlock.ts | 28 +++++++++++++++++++ .../generated/peers/ConditionalExpression.ts | 28 +++++++++++++++++++ .../src/generated/peers/ContinueStatement.ts | 28 +++++++++++++++++++ .../src/generated/peers/DebuggerStatement.ts | 28 +++++++++++++++++++ .../libarkts/src/generated/peers/Decorator.ts | 28 +++++++++++++++++++ .../generated/peers/DirectEvalExpression.ts | 28 +++++++++++++++++++ .../src/generated/peers/DoWhileStatement.ts | 28 +++++++++++++++++++ .../src/generated/peers/ETSClassLiteral.ts | 28 +++++++++++++++++++ .../src/generated/peers/ETSFunctionType.ts | 28 +++++++++++++++++++ .../generated/peers/ETSImportDeclaration.ts | 28 +++++++++++++++++++ .../generated/peers/ETSLaunchExpression.ts | 28 +++++++++++++++++++ .../libarkts/src/generated/peers/ETSModule.ts | 28 +++++++++++++++++++ .../peers/ETSNewArrayInstanceExpression.ts | 28 +++++++++++++++++++ .../peers/ETSNewClassInstanceExpression.ts | 28 +++++++++++++++++++ .../ETSNewMultiDimArrayInstanceExpression.ts | 28 +++++++++++++++++++ .../src/generated/peers/ETSNullType.ts | 28 +++++++++++++++++++ .../generated/peers/ETSPackageDeclaration.ts | 28 +++++++++++++++++++ .../generated/peers/ETSParameterExpression.ts | 28 +++++++++++++++++++ .../src/generated/peers/ETSPrimitiveType.ts | 28 +++++++++++++++++++ .../generated/peers/ETSReExportDeclaration.ts | 28 +++++++++++++++++++ .../generated/peers/ETSStructDeclaration.ts | 28 +++++++++++++++++++ .../libarkts/src/generated/peers/ETSTuple.ts | 28 +++++++++++++++++++ .../src/generated/peers/ETSTypeReference.ts | 28 +++++++++++++++++++ .../generated/peers/ETSTypeReferencePart.ts | 28 +++++++++++++++++++ .../src/generated/peers/ETSUndefinedType.ts | 28 +++++++++++++++++++ .../src/generated/peers/ETSUnionType.ts | 28 +++++++++++++++++++ .../src/generated/peers/ETSWildcardType.ts | 28 +++++++++++++++++++ .../src/generated/peers/EmptyStatement.ts | 28 +++++++++++++++++++ .../generated/peers/ExportAllDeclaration.ts | 28 +++++++++++++++++++ .../peers/ExportDefaultDeclaration.ts | 28 +++++++++++++++++++ .../generated/peers/ExportNamedDeclaration.ts | 28 +++++++++++++++++++ .../src/generated/peers/ExportSpecifier.ts | 28 +++++++++++++++++++ .../src/generated/peers/Expression.ts | 28 +++++++++++++++++++ .../generated/peers/ExpressionStatement.ts | 28 +++++++++++++++++++ .../src/generated/peers/ForInStatement.ts | 28 +++++++++++++++++++ .../src/generated/peers/ForOfStatement.ts | 28 +++++++++++++++++++ .../src/generated/peers/ForUpdateStatement.ts | 28 +++++++++++++++++++ .../generated/peers/FunctionDeclaration.ts | 28 +++++++++++++++++++ .../src/generated/peers/FunctionExpression.ts | 28 +++++++++++++++++++ .../src/generated/peers/Identifier.ts | 28 +++++++++++++++++++ .../src/generated/peers/IfStatement.ts | 28 +++++++++++++++++++ .../src/generated/peers/ImportDeclaration.ts | 28 +++++++++++++++++++ .../generated/peers/ImportDefaultSpecifier.ts | 28 +++++++++++++++++++ .../src/generated/peers/ImportExpression.ts | 28 +++++++++++++++++++ .../peers/ImportNamespaceSpecifier.ts | 28 +++++++++++++++++++ .../src/generated/peers/ImportSpecifier.ts | 28 +++++++++++++++++++ .../src/generated/peers/LabelledStatement.ts | 28 +++++++++++++++++++ .../libarkts/src/generated/peers/Literal.ts | 28 +++++++++++++++++++ .../src/generated/peers/LoopStatement.ts | 28 +++++++++++++++++++ .../peers/MaybeOptionalExpression.ts | 28 +++++++++++++++++++ .../src/generated/peers/MemberExpression.ts | 28 +++++++++++++++++++ .../src/generated/peers/MetaProperty.ts | 28 +++++++++++++++++++ .../src/generated/peers/MethodDefinition.ts | 28 +++++++++++++++++++ .../libarkts/src/generated/peers/NamedType.ts | 28 +++++++++++++++++++ .../src/generated/peers/NewExpression.ts | 28 +++++++++++++++++++ .../src/generated/peers/NullLiteral.ts | 28 +++++++++++++++++++ .../src/generated/peers/NumberLiteral.ts | 28 +++++++++++++++++++ .../src/generated/peers/ObjectExpression.ts | 28 +++++++++++++++++++ .../src/generated/peers/OmittedExpression.ts | 28 +++++++++++++++++++ .../src/generated/peers/OpaqueTypeNode.ts | 28 +++++++++++++++++++ .../peers/PrefixAssertionExpression.ts | 28 +++++++++++++++++++ .../libarkts/src/generated/peers/Property.ts | 28 +++++++++++++++++++ .../src/generated/peers/RegExpLiteral.ts | 28 +++++++++++++++++++ .../src/generated/peers/ReturnStatement.ts | 28 +++++++++++++++++++ .../src/generated/peers/ScriptFunction.ts | 28 +++++++++++++++++++ .../src/generated/peers/SequenceExpression.ts | 28 +++++++++++++++++++ .../src/generated/peers/SpreadElement.ts | 28 +++++++++++++++++++ .../libarkts/src/generated/peers/Statement.ts | 28 +++++++++++++++++++ .../src/generated/peers/StringLiteral.ts | 28 +++++++++++++++++++ .../src/generated/peers/SuperExpression.ts | 28 +++++++++++++++++++ .../generated/peers/SwitchCaseStatement.ts | 28 +++++++++++++++++++ .../src/generated/peers/SwitchStatement.ts | 28 +++++++++++++++++++ .../src/generated/peers/TSAnyKeyword.ts | 28 +++++++++++++++++++ .../src/generated/peers/TSArrayType.ts | 28 +++++++++++++++++++ .../src/generated/peers/TSAsExpression.ts | 28 +++++++++++++++++++ .../src/generated/peers/TSBigintKeyword.ts | 28 +++++++++++++++++++ .../src/generated/peers/TSBooleanKeyword.ts | 28 +++++++++++++++++++ .../src/generated/peers/TSClassImplements.ts | 28 +++++++++++++++++++ .../src/generated/peers/TSConditionalType.ts | 28 +++++++++++++++++++ .../src/generated/peers/TSConstructorType.ts | 28 +++++++++++++++++++ .../src/generated/peers/TSEnumDeclaration.ts | 28 +++++++++++++++++++ .../src/generated/peers/TSEnumMember.ts | 28 +++++++++++++++++++ .../peers/TSExternalModuleReference.ts | 28 +++++++++++++++++++ .../src/generated/peers/TSFunctionType.ts | 28 +++++++++++++++++++ .../peers/TSImportEqualsDeclaration.ts | 28 +++++++++++++++++++ .../src/generated/peers/TSImportType.ts | 28 +++++++++++++++++++ .../src/generated/peers/TSIndexSignature.ts | 28 +++++++++++++++++++ .../generated/peers/TSIndexedAccessType.ts | 28 +++++++++++++++++++ .../src/generated/peers/TSInferType.ts | 28 +++++++++++++++++++ .../src/generated/peers/TSInterfaceBody.ts | 28 +++++++++++++++++++ .../generated/peers/TSInterfaceDeclaration.ts | 28 +++++++++++++++++++ .../generated/peers/TSInterfaceHeritage.ts | 28 +++++++++++++++++++ .../src/generated/peers/TSIntersectionType.ts | 28 +++++++++++++++++++ .../src/generated/peers/TSLiteralType.ts | 28 +++++++++++++++++++ .../src/generated/peers/TSMappedType.ts | 28 +++++++++++++++++++ .../src/generated/peers/TSMethodSignature.ts | 28 +++++++++++++++++++ .../src/generated/peers/TSModuleBlock.ts | 28 +++++++++++++++++++ .../generated/peers/TSModuleDeclaration.ts | 28 +++++++++++++++++++ .../src/generated/peers/TSNamedTupleMember.ts | 28 +++++++++++++++++++ .../src/generated/peers/TSNeverKeyword.ts | 28 +++++++++++++++++++ .../generated/peers/TSNonNullExpression.ts | 28 +++++++++++++++++++ .../src/generated/peers/TSNullKeyword.ts | 28 +++++++++++++++++++ .../src/generated/peers/TSNumberKeyword.ts | 28 +++++++++++++++++++ .../src/generated/peers/TSObjectKeyword.ts | 28 +++++++++++++++++++ .../generated/peers/TSParameterProperty.ts | 28 +++++++++++++++++++ .../generated/peers/TSParenthesizedType.ts | 28 +++++++++++++++++++ .../generated/peers/TSPropertySignature.ts | 28 +++++++++++++++++++ .../src/generated/peers/TSQualifiedName.ts | 28 +++++++++++++++++++ .../generated/peers/TSSignatureDeclaration.ts | 28 +++++++++++++++++++ .../src/generated/peers/TSStringKeyword.ts | 28 +++++++++++++++++++ .../src/generated/peers/TSThisType.ts | 28 +++++++++++++++++++ .../src/generated/peers/TSTupleType.ts | 28 +++++++++++++++++++ .../generated/peers/TSTypeAliasDeclaration.ts | 28 +++++++++++++++++++ .../src/generated/peers/TSTypeAssertion.ts | 28 +++++++++++++++++++ .../src/generated/peers/TSTypeLiteral.ts | 28 +++++++++++++++++++ .../src/generated/peers/TSTypeOperator.ts | 28 +++++++++++++++++++ .../src/generated/peers/TSTypeParameter.ts | 28 +++++++++++++++++++ .../peers/TSTypeParameterDeclaration.ts | 28 +++++++++++++++++++ .../peers/TSTypeParameterInstantiation.ts | 28 +++++++++++++++++++ .../src/generated/peers/TSTypePredicate.ts | 28 +++++++++++++++++++ .../src/generated/peers/TSTypeQuery.ts | 28 +++++++++++++++++++ .../src/generated/peers/TSTypeReference.ts | 28 +++++++++++++++++++ .../src/generated/peers/TSUndefinedKeyword.ts | 28 +++++++++++++++++++ .../src/generated/peers/TSUnionType.ts | 28 +++++++++++++++++++ .../src/generated/peers/TSUnknownKeyword.ts | 28 +++++++++++++++++++ .../src/generated/peers/TSVoidKeyword.ts | 28 +++++++++++++++++++ .../peers/TaggedTemplateExpression.ts | 28 +++++++++++++++++++ .../src/generated/peers/TemplateElement.ts | 28 +++++++++++++++++++ .../src/generated/peers/TemplateLiteral.ts | 28 +++++++++++++++++++ .../src/generated/peers/ThisExpression.ts | 28 +++++++++++++++++++ .../src/generated/peers/ThrowStatement.ts | 28 +++++++++++++++++++ .../src/generated/peers/TryStatement.ts | 28 +++++++++++++++++++ .../libarkts/src/generated/peers/TypeNode.ts | 28 +++++++++++++++++++ .../src/generated/peers/TypedAstNode.ts | 28 +++++++++++++++++++ .../src/generated/peers/TypedStatement.ts | 28 +++++++++++++++++++ .../src/generated/peers/TypeofExpression.ts | 28 +++++++++++++++++++ .../src/generated/peers/UnaryExpression.ts | 28 +++++++++++++++++++ .../src/generated/peers/UndefinedLiteral.ts | 28 +++++++++++++++++++ .../src/generated/peers/UpdateExpression.ts | 28 +++++++++++++++++++ .../generated/peers/VariableDeclaration.ts | 28 +++++++++++++++++++ .../src/generated/peers/VariableDeclarator.ts | 28 +++++++++++++++++++ .../src/generated/peers/WhileStatement.ts | 28 +++++++++++++++++++ .../src/generated/peers/YieldExpression.ts | 28 +++++++++++++++++++ .../libarkts/src/reexport-for-generated.ts | 22 +++++++++++++++ 170 files changed, 4754 insertions(+) create mode 100644 arkoala-arkts/libarkts/src/generated/peers/AnnotatedAstNode.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/AnnotatedExpression.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/AnnotatedStatement.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/AnnotationDeclaration.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/AnnotationUsage.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ArrayExpression.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ArrowFunctionExpression.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/AssertStatement.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/AssignmentExpression.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/AstNode.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/AwaitExpression.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/BigIntLiteral.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/BinaryExpression.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/BlockExpression.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/BlockStatement.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/BooleanLiteral.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/BreakStatement.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/CallExpression.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/CatchClause.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ChainExpression.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/CharLiteral.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ClassDeclaration.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ClassDefinition.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ClassElement.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ClassExpression.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ClassProperty.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ClassStaticBlock.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ConditionalExpression.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ContinueStatement.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/DebuggerStatement.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/Decorator.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/DirectEvalExpression.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/DoWhileStatement.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ETSClassLiteral.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ETSFunctionType.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ETSImportDeclaration.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ETSLaunchExpression.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ETSModule.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ETSNewArrayInstanceExpression.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ETSNewClassInstanceExpression.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ETSNewMultiDimArrayInstanceExpression.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ETSNullType.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ETSPackageDeclaration.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ETSParameterExpression.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ETSPrimitiveType.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ETSReExportDeclaration.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ETSStructDeclaration.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ETSTuple.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ETSTypeReference.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ETSTypeReferencePart.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ETSUndefinedType.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ETSUnionType.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ETSWildcardType.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/EmptyStatement.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ExportAllDeclaration.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ExportDefaultDeclaration.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ExportNamedDeclaration.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ExportSpecifier.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/Expression.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ExpressionStatement.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ForInStatement.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ForOfStatement.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ForUpdateStatement.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/FunctionDeclaration.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/FunctionExpression.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/Identifier.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/IfStatement.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ImportDeclaration.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ImportDefaultSpecifier.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ImportExpression.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ImportNamespaceSpecifier.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ImportSpecifier.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/LabelledStatement.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/Literal.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/LoopStatement.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/MaybeOptionalExpression.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/MemberExpression.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/MetaProperty.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/MethodDefinition.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/NamedType.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/NewExpression.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/NullLiteral.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/NumberLiteral.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ObjectExpression.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/OmittedExpression.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/OpaqueTypeNode.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/PrefixAssertionExpression.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/Property.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/RegExpLiteral.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ReturnStatement.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ScriptFunction.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/SequenceExpression.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/SpreadElement.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/Statement.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/StringLiteral.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/SuperExpression.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/SwitchCaseStatement.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/SwitchStatement.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSAnyKeyword.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSArrayType.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSAsExpression.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSBigintKeyword.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSBooleanKeyword.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSClassImplements.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSConditionalType.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSConstructorType.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSEnumDeclaration.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSEnumMember.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSExternalModuleReference.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSFunctionType.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSImportEqualsDeclaration.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSImportType.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSIndexSignature.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSIndexedAccessType.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSInferType.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSInterfaceBody.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSInterfaceDeclaration.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSInterfaceHeritage.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSIntersectionType.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSLiteralType.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSMappedType.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSMethodSignature.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSModuleBlock.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSModuleDeclaration.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSNamedTupleMember.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSNeverKeyword.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSNonNullExpression.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSNullKeyword.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSNumberKeyword.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSObjectKeyword.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSParameterProperty.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSParenthesizedType.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSPropertySignature.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSQualifiedName.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSSignatureDeclaration.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSStringKeyword.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSThisType.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSTupleType.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSTypeAliasDeclaration.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSTypeAssertion.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSTypeLiteral.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSTypeOperator.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSTypeParameter.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSTypeParameterDeclaration.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSTypeParameterInstantiation.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSTypePredicate.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSTypeQuery.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSTypeReference.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSUndefinedKeyword.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSUnionType.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSUnknownKeyword.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TSVoidKeyword.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TaggedTemplateExpression.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TemplateElement.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TemplateLiteral.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ThisExpression.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/ThrowStatement.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TryStatement.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TypeNode.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TypedAstNode.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TypedStatement.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/TypeofExpression.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/UnaryExpression.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/UndefinedLiteral.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/UpdateExpression.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/VariableDeclaration.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/VariableDeclarator.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/WhileStatement.ts create mode 100644 arkoala-arkts/libarkts/src/generated/peers/YieldExpression.ts create mode 100644 arkoala-arkts/libarkts/src/reexport-for-generated.ts diff --git a/arkoala-arkts/libarkts/src/generated/peers/AnnotatedAstNode.ts b/arkoala-arkts/libarkts/src/generated/peers/AnnotatedAstNode.ts new file mode 100644 index 000000000..c93541481 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/AnnotatedAstNode.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class AnnotatedAstNode extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/AnnotatedExpression.ts b/arkoala-arkts/libarkts/src/generated/peers/AnnotatedExpression.ts new file mode 100644 index 000000000..a4ef2be0a --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/AnnotatedExpression.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class AnnotatedExpression extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/AnnotatedStatement.ts b/arkoala-arkts/libarkts/src/generated/peers/AnnotatedStatement.ts new file mode 100644 index 000000000..b4f40014c --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/AnnotatedStatement.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class AnnotatedStatement extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/AnnotationDeclaration.ts b/arkoala-arkts/libarkts/src/generated/peers/AnnotationDeclaration.ts new file mode 100644 index 000000000..ec853f5a2 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/AnnotationDeclaration.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class AnnotationDeclaration extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/AnnotationUsage.ts b/arkoala-arkts/libarkts/src/generated/peers/AnnotationUsage.ts new file mode 100644 index 000000000..f9721fbf6 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/AnnotationUsage.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class AnnotationUsage extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ArrayExpression.ts b/arkoala-arkts/libarkts/src/generated/peers/ArrayExpression.ts new file mode 100644 index 000000000..95f33b97b --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ArrayExpression.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ArrayExpression extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ArrowFunctionExpression.ts b/arkoala-arkts/libarkts/src/generated/peers/ArrowFunctionExpression.ts new file mode 100644 index 000000000..43f756284 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ArrowFunctionExpression.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ArrowFunctionExpression extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/AssertStatement.ts b/arkoala-arkts/libarkts/src/generated/peers/AssertStatement.ts new file mode 100644 index 000000000..c725a9f4a --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/AssertStatement.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class AssertStatement extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/AssignmentExpression.ts b/arkoala-arkts/libarkts/src/generated/peers/AssignmentExpression.ts new file mode 100644 index 000000000..b4faff3e3 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/AssignmentExpression.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class AssignmentExpression extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/AstNode.ts b/arkoala-arkts/libarkts/src/generated/peers/AstNode.ts new file mode 100644 index 000000000..a97c034d8 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/AstNode.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class AstNode extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/AwaitExpression.ts b/arkoala-arkts/libarkts/src/generated/peers/AwaitExpression.ts new file mode 100644 index 000000000..c0d2227a5 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/AwaitExpression.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class AwaitExpression extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/BigIntLiteral.ts b/arkoala-arkts/libarkts/src/generated/peers/BigIntLiteral.ts new file mode 100644 index 000000000..6d8417884 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/BigIntLiteral.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class BigIntLiteral extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/BinaryExpression.ts b/arkoala-arkts/libarkts/src/generated/peers/BinaryExpression.ts new file mode 100644 index 000000000..3cf1245b3 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/BinaryExpression.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class BinaryExpression extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/BlockExpression.ts b/arkoala-arkts/libarkts/src/generated/peers/BlockExpression.ts new file mode 100644 index 000000000..636af2fa1 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/BlockExpression.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class BlockExpression extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/BlockStatement.ts b/arkoala-arkts/libarkts/src/generated/peers/BlockStatement.ts new file mode 100644 index 000000000..43ee41c9b --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/BlockStatement.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class BlockStatement extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/BooleanLiteral.ts b/arkoala-arkts/libarkts/src/generated/peers/BooleanLiteral.ts new file mode 100644 index 000000000..eab8961dd --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/BooleanLiteral.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class BooleanLiteral extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/BreakStatement.ts b/arkoala-arkts/libarkts/src/generated/peers/BreakStatement.ts new file mode 100644 index 000000000..4ce8afede --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/BreakStatement.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class BreakStatement extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/CallExpression.ts b/arkoala-arkts/libarkts/src/generated/peers/CallExpression.ts new file mode 100644 index 000000000..fb40fc1c3 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/CallExpression.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class CallExpression extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/CatchClause.ts b/arkoala-arkts/libarkts/src/generated/peers/CatchClause.ts new file mode 100644 index 000000000..c3c7cdd77 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/CatchClause.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class CatchClause extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ChainExpression.ts b/arkoala-arkts/libarkts/src/generated/peers/ChainExpression.ts new file mode 100644 index 000000000..a4519f2b3 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ChainExpression.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ChainExpression extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/CharLiteral.ts b/arkoala-arkts/libarkts/src/generated/peers/CharLiteral.ts new file mode 100644 index 000000000..0526e403c --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/CharLiteral.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class CharLiteral extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ClassDeclaration.ts b/arkoala-arkts/libarkts/src/generated/peers/ClassDeclaration.ts new file mode 100644 index 000000000..474eec36c --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ClassDeclaration.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ClassDeclaration extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ClassDefinition.ts b/arkoala-arkts/libarkts/src/generated/peers/ClassDefinition.ts new file mode 100644 index 000000000..53f039042 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ClassDefinition.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ClassDefinition extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ClassElement.ts b/arkoala-arkts/libarkts/src/generated/peers/ClassElement.ts new file mode 100644 index 000000000..1162e5c03 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ClassElement.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ClassElement extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ClassExpression.ts b/arkoala-arkts/libarkts/src/generated/peers/ClassExpression.ts new file mode 100644 index 000000000..cc9ebf3ea --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ClassExpression.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ClassExpression extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ClassProperty.ts b/arkoala-arkts/libarkts/src/generated/peers/ClassProperty.ts new file mode 100644 index 000000000..c8ff65010 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ClassProperty.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ClassProperty extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ClassStaticBlock.ts b/arkoala-arkts/libarkts/src/generated/peers/ClassStaticBlock.ts new file mode 100644 index 000000000..d911d563c --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ClassStaticBlock.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ClassStaticBlock extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ConditionalExpression.ts b/arkoala-arkts/libarkts/src/generated/peers/ConditionalExpression.ts new file mode 100644 index 000000000..5d0b0f036 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ConditionalExpression.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ConditionalExpression extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ContinueStatement.ts b/arkoala-arkts/libarkts/src/generated/peers/ContinueStatement.ts new file mode 100644 index 000000000..ea608c7db --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ContinueStatement.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ContinueStatement extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/DebuggerStatement.ts b/arkoala-arkts/libarkts/src/generated/peers/DebuggerStatement.ts new file mode 100644 index 000000000..5684cf79c --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/DebuggerStatement.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class DebuggerStatement extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/Decorator.ts b/arkoala-arkts/libarkts/src/generated/peers/Decorator.ts new file mode 100644 index 000000000..5591a7c9f --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/Decorator.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class Decorator extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/DirectEvalExpression.ts b/arkoala-arkts/libarkts/src/generated/peers/DirectEvalExpression.ts new file mode 100644 index 000000000..2ffd483ac --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/DirectEvalExpression.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class DirectEvalExpression extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/DoWhileStatement.ts b/arkoala-arkts/libarkts/src/generated/peers/DoWhileStatement.ts new file mode 100644 index 000000000..64097c561 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/DoWhileStatement.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class DoWhileStatement extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ETSClassLiteral.ts b/arkoala-arkts/libarkts/src/generated/peers/ETSClassLiteral.ts new file mode 100644 index 000000000..7f1bfb2c7 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ETSClassLiteral.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ETSClassLiteral extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ETSFunctionType.ts b/arkoala-arkts/libarkts/src/generated/peers/ETSFunctionType.ts new file mode 100644 index 000000000..c1ffb306d --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ETSFunctionType.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ETSFunctionType extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ETSImportDeclaration.ts b/arkoala-arkts/libarkts/src/generated/peers/ETSImportDeclaration.ts new file mode 100644 index 000000000..81fc1b281 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ETSImportDeclaration.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ETSImportDeclaration extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ETSLaunchExpression.ts b/arkoala-arkts/libarkts/src/generated/peers/ETSLaunchExpression.ts new file mode 100644 index 000000000..932304627 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ETSLaunchExpression.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ETSLaunchExpression extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ETSModule.ts b/arkoala-arkts/libarkts/src/generated/peers/ETSModule.ts new file mode 100644 index 000000000..ca63d66c5 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ETSModule.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ETSModule extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ETSNewArrayInstanceExpression.ts b/arkoala-arkts/libarkts/src/generated/peers/ETSNewArrayInstanceExpression.ts new file mode 100644 index 000000000..6c157cd1b --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ETSNewArrayInstanceExpression.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ETSNewArrayInstanceExpression extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ETSNewClassInstanceExpression.ts b/arkoala-arkts/libarkts/src/generated/peers/ETSNewClassInstanceExpression.ts new file mode 100644 index 000000000..9dadcd4f8 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ETSNewClassInstanceExpression.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ETSNewClassInstanceExpression extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ETSNewMultiDimArrayInstanceExpression.ts b/arkoala-arkts/libarkts/src/generated/peers/ETSNewMultiDimArrayInstanceExpression.ts new file mode 100644 index 000000000..ae3d0b32e --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ETSNewMultiDimArrayInstanceExpression.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ETSNewMultiDimArrayInstanceExpression extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ETSNullType.ts b/arkoala-arkts/libarkts/src/generated/peers/ETSNullType.ts new file mode 100644 index 000000000..b5730c9e4 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ETSNullType.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ETSNullType extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ETSPackageDeclaration.ts b/arkoala-arkts/libarkts/src/generated/peers/ETSPackageDeclaration.ts new file mode 100644 index 000000000..e45a0c7ff --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ETSPackageDeclaration.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ETSPackageDeclaration extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ETSParameterExpression.ts b/arkoala-arkts/libarkts/src/generated/peers/ETSParameterExpression.ts new file mode 100644 index 000000000..bc6dc84d7 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ETSParameterExpression.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ETSParameterExpression extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ETSPrimitiveType.ts b/arkoala-arkts/libarkts/src/generated/peers/ETSPrimitiveType.ts new file mode 100644 index 000000000..c637f1d16 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ETSPrimitiveType.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ETSPrimitiveType extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ETSReExportDeclaration.ts b/arkoala-arkts/libarkts/src/generated/peers/ETSReExportDeclaration.ts new file mode 100644 index 000000000..105c62ac7 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ETSReExportDeclaration.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ETSReExportDeclaration extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ETSStructDeclaration.ts b/arkoala-arkts/libarkts/src/generated/peers/ETSStructDeclaration.ts new file mode 100644 index 000000000..1754892e3 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ETSStructDeclaration.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ETSStructDeclaration extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ETSTuple.ts b/arkoala-arkts/libarkts/src/generated/peers/ETSTuple.ts new file mode 100644 index 000000000..a8208a28b --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ETSTuple.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ETSTuple extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ETSTypeReference.ts b/arkoala-arkts/libarkts/src/generated/peers/ETSTypeReference.ts new file mode 100644 index 000000000..49749e7dd --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ETSTypeReference.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ETSTypeReference extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ETSTypeReferencePart.ts b/arkoala-arkts/libarkts/src/generated/peers/ETSTypeReferencePart.ts new file mode 100644 index 000000000..b4f074a2b --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ETSTypeReferencePart.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ETSTypeReferencePart extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ETSUndefinedType.ts b/arkoala-arkts/libarkts/src/generated/peers/ETSUndefinedType.ts new file mode 100644 index 000000000..a6c121b8f --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ETSUndefinedType.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ETSUndefinedType extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ETSUnionType.ts b/arkoala-arkts/libarkts/src/generated/peers/ETSUnionType.ts new file mode 100644 index 000000000..cc9147190 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ETSUnionType.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ETSUnionType extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ETSWildcardType.ts b/arkoala-arkts/libarkts/src/generated/peers/ETSWildcardType.ts new file mode 100644 index 000000000..5077d3a74 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ETSWildcardType.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ETSWildcardType extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/EmptyStatement.ts b/arkoala-arkts/libarkts/src/generated/peers/EmptyStatement.ts new file mode 100644 index 000000000..34d74c714 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/EmptyStatement.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class EmptyStatement extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ExportAllDeclaration.ts b/arkoala-arkts/libarkts/src/generated/peers/ExportAllDeclaration.ts new file mode 100644 index 000000000..526829873 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ExportAllDeclaration.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ExportAllDeclaration extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ExportDefaultDeclaration.ts b/arkoala-arkts/libarkts/src/generated/peers/ExportDefaultDeclaration.ts new file mode 100644 index 000000000..a94503916 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ExportDefaultDeclaration.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ExportDefaultDeclaration extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ExportNamedDeclaration.ts b/arkoala-arkts/libarkts/src/generated/peers/ExportNamedDeclaration.ts new file mode 100644 index 000000000..ef49bc1c4 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ExportNamedDeclaration.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ExportNamedDeclaration extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ExportSpecifier.ts b/arkoala-arkts/libarkts/src/generated/peers/ExportSpecifier.ts new file mode 100644 index 000000000..1ef1f21fb --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ExportSpecifier.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ExportSpecifier extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/Expression.ts b/arkoala-arkts/libarkts/src/generated/peers/Expression.ts new file mode 100644 index 000000000..e0c2d235a --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/Expression.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class Expression extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ExpressionStatement.ts b/arkoala-arkts/libarkts/src/generated/peers/ExpressionStatement.ts new file mode 100644 index 000000000..e34396667 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ExpressionStatement.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ExpressionStatement extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ForInStatement.ts b/arkoala-arkts/libarkts/src/generated/peers/ForInStatement.ts new file mode 100644 index 000000000..11cfefc89 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ForInStatement.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ForInStatement extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ForOfStatement.ts b/arkoala-arkts/libarkts/src/generated/peers/ForOfStatement.ts new file mode 100644 index 000000000..408b87f79 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ForOfStatement.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ForOfStatement extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ForUpdateStatement.ts b/arkoala-arkts/libarkts/src/generated/peers/ForUpdateStatement.ts new file mode 100644 index 000000000..48a94c122 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ForUpdateStatement.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ForUpdateStatement extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/FunctionDeclaration.ts b/arkoala-arkts/libarkts/src/generated/peers/FunctionDeclaration.ts new file mode 100644 index 000000000..3430b82f3 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/FunctionDeclaration.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class FunctionDeclaration extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/FunctionExpression.ts b/arkoala-arkts/libarkts/src/generated/peers/FunctionExpression.ts new file mode 100644 index 000000000..3fc5685e2 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/FunctionExpression.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class FunctionExpression extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/Identifier.ts b/arkoala-arkts/libarkts/src/generated/peers/Identifier.ts new file mode 100644 index 000000000..5ad4d3c47 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/Identifier.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class Identifier extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/IfStatement.ts b/arkoala-arkts/libarkts/src/generated/peers/IfStatement.ts new file mode 100644 index 000000000..8bd0e33e3 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/IfStatement.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class IfStatement extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ImportDeclaration.ts b/arkoala-arkts/libarkts/src/generated/peers/ImportDeclaration.ts new file mode 100644 index 000000000..93918bd86 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ImportDeclaration.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ImportDeclaration extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ImportDefaultSpecifier.ts b/arkoala-arkts/libarkts/src/generated/peers/ImportDefaultSpecifier.ts new file mode 100644 index 000000000..7a70b644b --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ImportDefaultSpecifier.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ImportDefaultSpecifier extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ImportExpression.ts b/arkoala-arkts/libarkts/src/generated/peers/ImportExpression.ts new file mode 100644 index 000000000..b055ed3db --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ImportExpression.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ImportExpression extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ImportNamespaceSpecifier.ts b/arkoala-arkts/libarkts/src/generated/peers/ImportNamespaceSpecifier.ts new file mode 100644 index 000000000..f51d33a4b --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ImportNamespaceSpecifier.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ImportNamespaceSpecifier extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ImportSpecifier.ts b/arkoala-arkts/libarkts/src/generated/peers/ImportSpecifier.ts new file mode 100644 index 000000000..bda983926 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ImportSpecifier.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ImportSpecifier extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/LabelledStatement.ts b/arkoala-arkts/libarkts/src/generated/peers/LabelledStatement.ts new file mode 100644 index 000000000..f2d535de8 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/LabelledStatement.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class LabelledStatement extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/Literal.ts b/arkoala-arkts/libarkts/src/generated/peers/Literal.ts new file mode 100644 index 000000000..6dee82956 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/Literal.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class Literal extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/LoopStatement.ts b/arkoala-arkts/libarkts/src/generated/peers/LoopStatement.ts new file mode 100644 index 000000000..490a587a8 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/LoopStatement.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class LoopStatement extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/MaybeOptionalExpression.ts b/arkoala-arkts/libarkts/src/generated/peers/MaybeOptionalExpression.ts new file mode 100644 index 000000000..b6ace4c47 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/MaybeOptionalExpression.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class MaybeOptionalExpression extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/MemberExpression.ts b/arkoala-arkts/libarkts/src/generated/peers/MemberExpression.ts new file mode 100644 index 000000000..f6921bf58 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/MemberExpression.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class MemberExpression extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/MetaProperty.ts b/arkoala-arkts/libarkts/src/generated/peers/MetaProperty.ts new file mode 100644 index 000000000..f3f57c0ee --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/MetaProperty.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class MetaProperty extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/MethodDefinition.ts b/arkoala-arkts/libarkts/src/generated/peers/MethodDefinition.ts new file mode 100644 index 000000000..8e7e6fe88 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/MethodDefinition.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class MethodDefinition extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/NamedType.ts b/arkoala-arkts/libarkts/src/generated/peers/NamedType.ts new file mode 100644 index 000000000..6c86cf8bb --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/NamedType.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class NamedType extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/NewExpression.ts b/arkoala-arkts/libarkts/src/generated/peers/NewExpression.ts new file mode 100644 index 000000000..67fffa65a --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/NewExpression.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class NewExpression extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/NullLiteral.ts b/arkoala-arkts/libarkts/src/generated/peers/NullLiteral.ts new file mode 100644 index 000000000..c71efedf7 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/NullLiteral.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class NullLiteral extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/NumberLiteral.ts b/arkoala-arkts/libarkts/src/generated/peers/NumberLiteral.ts new file mode 100644 index 000000000..8f040b578 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/NumberLiteral.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class NumberLiteral extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ObjectExpression.ts b/arkoala-arkts/libarkts/src/generated/peers/ObjectExpression.ts new file mode 100644 index 000000000..c15280859 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ObjectExpression.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ObjectExpression extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/OmittedExpression.ts b/arkoala-arkts/libarkts/src/generated/peers/OmittedExpression.ts new file mode 100644 index 000000000..460e2203d --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/OmittedExpression.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class OmittedExpression extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/OpaqueTypeNode.ts b/arkoala-arkts/libarkts/src/generated/peers/OpaqueTypeNode.ts new file mode 100644 index 000000000..e4e5a769b --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/OpaqueTypeNode.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class OpaqueTypeNode extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/PrefixAssertionExpression.ts b/arkoala-arkts/libarkts/src/generated/peers/PrefixAssertionExpression.ts new file mode 100644 index 000000000..e9ad0e15c --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/PrefixAssertionExpression.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class PrefixAssertionExpression extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/Property.ts b/arkoala-arkts/libarkts/src/generated/peers/Property.ts new file mode 100644 index 000000000..07050946f --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/Property.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class Property extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/RegExpLiteral.ts b/arkoala-arkts/libarkts/src/generated/peers/RegExpLiteral.ts new file mode 100644 index 000000000..664eb5852 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/RegExpLiteral.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class RegExpLiteral extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ReturnStatement.ts b/arkoala-arkts/libarkts/src/generated/peers/ReturnStatement.ts new file mode 100644 index 000000000..0ac98e389 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ReturnStatement.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ReturnStatement extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ScriptFunction.ts b/arkoala-arkts/libarkts/src/generated/peers/ScriptFunction.ts new file mode 100644 index 000000000..9be650d01 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ScriptFunction.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ScriptFunction extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/SequenceExpression.ts b/arkoala-arkts/libarkts/src/generated/peers/SequenceExpression.ts new file mode 100644 index 000000000..658a71371 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/SequenceExpression.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class SequenceExpression extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/SpreadElement.ts b/arkoala-arkts/libarkts/src/generated/peers/SpreadElement.ts new file mode 100644 index 000000000..1f1658e4a --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/SpreadElement.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class SpreadElement extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/Statement.ts b/arkoala-arkts/libarkts/src/generated/peers/Statement.ts new file mode 100644 index 000000000..638090d72 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/Statement.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class Statement extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/StringLiteral.ts b/arkoala-arkts/libarkts/src/generated/peers/StringLiteral.ts new file mode 100644 index 000000000..520013971 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/StringLiteral.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class StringLiteral extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/SuperExpression.ts b/arkoala-arkts/libarkts/src/generated/peers/SuperExpression.ts new file mode 100644 index 000000000..9784764f5 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/SuperExpression.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class SuperExpression extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/SwitchCaseStatement.ts b/arkoala-arkts/libarkts/src/generated/peers/SwitchCaseStatement.ts new file mode 100644 index 000000000..761b4484d --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/SwitchCaseStatement.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class SwitchCaseStatement extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/SwitchStatement.ts b/arkoala-arkts/libarkts/src/generated/peers/SwitchStatement.ts new file mode 100644 index 000000000..2501607b8 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/SwitchStatement.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class SwitchStatement extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSAnyKeyword.ts b/arkoala-arkts/libarkts/src/generated/peers/TSAnyKeyword.ts new file mode 100644 index 000000000..a74eceb80 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSAnyKeyword.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSAnyKeyword extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSArrayType.ts b/arkoala-arkts/libarkts/src/generated/peers/TSArrayType.ts new file mode 100644 index 000000000..b8998d97d --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSArrayType.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSArrayType extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSAsExpression.ts b/arkoala-arkts/libarkts/src/generated/peers/TSAsExpression.ts new file mode 100644 index 000000000..29da23975 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSAsExpression.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSAsExpression extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSBigintKeyword.ts b/arkoala-arkts/libarkts/src/generated/peers/TSBigintKeyword.ts new file mode 100644 index 000000000..cfa0851ff --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSBigintKeyword.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSBigintKeyword extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSBooleanKeyword.ts b/arkoala-arkts/libarkts/src/generated/peers/TSBooleanKeyword.ts new file mode 100644 index 000000000..5061ce255 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSBooleanKeyword.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSBooleanKeyword extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSClassImplements.ts b/arkoala-arkts/libarkts/src/generated/peers/TSClassImplements.ts new file mode 100644 index 000000000..150b14818 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSClassImplements.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSClassImplements extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSConditionalType.ts b/arkoala-arkts/libarkts/src/generated/peers/TSConditionalType.ts new file mode 100644 index 000000000..91dfcc4dc --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSConditionalType.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSConditionalType extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSConstructorType.ts b/arkoala-arkts/libarkts/src/generated/peers/TSConstructorType.ts new file mode 100644 index 000000000..4ea16a7b6 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSConstructorType.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSConstructorType extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSEnumDeclaration.ts b/arkoala-arkts/libarkts/src/generated/peers/TSEnumDeclaration.ts new file mode 100644 index 000000000..590647ce3 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSEnumDeclaration.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSEnumDeclaration extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSEnumMember.ts b/arkoala-arkts/libarkts/src/generated/peers/TSEnumMember.ts new file mode 100644 index 000000000..a4456b8b0 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSEnumMember.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSEnumMember extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSExternalModuleReference.ts b/arkoala-arkts/libarkts/src/generated/peers/TSExternalModuleReference.ts new file mode 100644 index 000000000..b79040a86 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSExternalModuleReference.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSExternalModuleReference extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSFunctionType.ts b/arkoala-arkts/libarkts/src/generated/peers/TSFunctionType.ts new file mode 100644 index 000000000..9c9597fc8 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSFunctionType.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSFunctionType extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSImportEqualsDeclaration.ts b/arkoala-arkts/libarkts/src/generated/peers/TSImportEqualsDeclaration.ts new file mode 100644 index 000000000..339cf8b7d --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSImportEqualsDeclaration.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSImportEqualsDeclaration extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSImportType.ts b/arkoala-arkts/libarkts/src/generated/peers/TSImportType.ts new file mode 100644 index 000000000..fb8ec8468 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSImportType.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSImportType extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSIndexSignature.ts b/arkoala-arkts/libarkts/src/generated/peers/TSIndexSignature.ts new file mode 100644 index 000000000..1565462ef --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSIndexSignature.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSIndexSignature extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSIndexedAccessType.ts b/arkoala-arkts/libarkts/src/generated/peers/TSIndexedAccessType.ts new file mode 100644 index 000000000..948746c0b --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSIndexedAccessType.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSIndexedAccessType extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSInferType.ts b/arkoala-arkts/libarkts/src/generated/peers/TSInferType.ts new file mode 100644 index 000000000..7b5990c7d --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSInferType.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSInferType extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSInterfaceBody.ts b/arkoala-arkts/libarkts/src/generated/peers/TSInterfaceBody.ts new file mode 100644 index 000000000..8f4816c58 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSInterfaceBody.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSInterfaceBody extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSInterfaceDeclaration.ts b/arkoala-arkts/libarkts/src/generated/peers/TSInterfaceDeclaration.ts new file mode 100644 index 000000000..cf885b2cd --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSInterfaceDeclaration.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSInterfaceDeclaration extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSInterfaceHeritage.ts b/arkoala-arkts/libarkts/src/generated/peers/TSInterfaceHeritage.ts new file mode 100644 index 000000000..79c5e5aa4 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSInterfaceHeritage.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSInterfaceHeritage extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSIntersectionType.ts b/arkoala-arkts/libarkts/src/generated/peers/TSIntersectionType.ts new file mode 100644 index 000000000..2612650a5 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSIntersectionType.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSIntersectionType extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSLiteralType.ts b/arkoala-arkts/libarkts/src/generated/peers/TSLiteralType.ts new file mode 100644 index 000000000..be794facf --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSLiteralType.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSLiteralType extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSMappedType.ts b/arkoala-arkts/libarkts/src/generated/peers/TSMappedType.ts new file mode 100644 index 000000000..3b2156b91 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSMappedType.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSMappedType extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSMethodSignature.ts b/arkoala-arkts/libarkts/src/generated/peers/TSMethodSignature.ts new file mode 100644 index 000000000..3493aa2ce --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSMethodSignature.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSMethodSignature extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSModuleBlock.ts b/arkoala-arkts/libarkts/src/generated/peers/TSModuleBlock.ts new file mode 100644 index 000000000..8a278e3a2 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSModuleBlock.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSModuleBlock extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSModuleDeclaration.ts b/arkoala-arkts/libarkts/src/generated/peers/TSModuleDeclaration.ts new file mode 100644 index 000000000..38cf33c75 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSModuleDeclaration.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSModuleDeclaration extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSNamedTupleMember.ts b/arkoala-arkts/libarkts/src/generated/peers/TSNamedTupleMember.ts new file mode 100644 index 000000000..a1ecba832 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSNamedTupleMember.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSNamedTupleMember extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSNeverKeyword.ts b/arkoala-arkts/libarkts/src/generated/peers/TSNeverKeyword.ts new file mode 100644 index 000000000..55550999b --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSNeverKeyword.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSNeverKeyword extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSNonNullExpression.ts b/arkoala-arkts/libarkts/src/generated/peers/TSNonNullExpression.ts new file mode 100644 index 000000000..260d1b43c --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSNonNullExpression.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSNonNullExpression extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSNullKeyword.ts b/arkoala-arkts/libarkts/src/generated/peers/TSNullKeyword.ts new file mode 100644 index 000000000..2d7b08d55 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSNullKeyword.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSNullKeyword extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSNumberKeyword.ts b/arkoala-arkts/libarkts/src/generated/peers/TSNumberKeyword.ts new file mode 100644 index 000000000..1ff7f14e1 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSNumberKeyword.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSNumberKeyword extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSObjectKeyword.ts b/arkoala-arkts/libarkts/src/generated/peers/TSObjectKeyword.ts new file mode 100644 index 000000000..eb1546746 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSObjectKeyword.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSObjectKeyword extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSParameterProperty.ts b/arkoala-arkts/libarkts/src/generated/peers/TSParameterProperty.ts new file mode 100644 index 000000000..e0243020e --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSParameterProperty.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSParameterProperty extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSParenthesizedType.ts b/arkoala-arkts/libarkts/src/generated/peers/TSParenthesizedType.ts new file mode 100644 index 000000000..69dae9eb5 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSParenthesizedType.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSParenthesizedType extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSPropertySignature.ts b/arkoala-arkts/libarkts/src/generated/peers/TSPropertySignature.ts new file mode 100644 index 000000000..2fc25cd0b --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSPropertySignature.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSPropertySignature extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSQualifiedName.ts b/arkoala-arkts/libarkts/src/generated/peers/TSQualifiedName.ts new file mode 100644 index 000000000..00eca1c67 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSQualifiedName.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSQualifiedName extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSSignatureDeclaration.ts b/arkoala-arkts/libarkts/src/generated/peers/TSSignatureDeclaration.ts new file mode 100644 index 000000000..bd5c23a63 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSSignatureDeclaration.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSSignatureDeclaration extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSStringKeyword.ts b/arkoala-arkts/libarkts/src/generated/peers/TSStringKeyword.ts new file mode 100644 index 000000000..f96ab200b --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSStringKeyword.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSStringKeyword extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSThisType.ts b/arkoala-arkts/libarkts/src/generated/peers/TSThisType.ts new file mode 100644 index 000000000..145af4da1 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSThisType.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSThisType extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSTupleType.ts b/arkoala-arkts/libarkts/src/generated/peers/TSTupleType.ts new file mode 100644 index 000000000..7ebd2d950 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSTupleType.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSTupleType extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSTypeAliasDeclaration.ts b/arkoala-arkts/libarkts/src/generated/peers/TSTypeAliasDeclaration.ts new file mode 100644 index 000000000..6cbbd1ae5 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSTypeAliasDeclaration.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSTypeAliasDeclaration extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSTypeAssertion.ts b/arkoala-arkts/libarkts/src/generated/peers/TSTypeAssertion.ts new file mode 100644 index 000000000..3100c48c7 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSTypeAssertion.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSTypeAssertion extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSTypeLiteral.ts b/arkoala-arkts/libarkts/src/generated/peers/TSTypeLiteral.ts new file mode 100644 index 000000000..4d5bb62b2 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSTypeLiteral.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSTypeLiteral extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSTypeOperator.ts b/arkoala-arkts/libarkts/src/generated/peers/TSTypeOperator.ts new file mode 100644 index 000000000..b8af0d59e --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSTypeOperator.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSTypeOperator extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSTypeParameter.ts b/arkoala-arkts/libarkts/src/generated/peers/TSTypeParameter.ts new file mode 100644 index 000000000..e67de36bc --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSTypeParameter.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSTypeParameter extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSTypeParameterDeclaration.ts b/arkoala-arkts/libarkts/src/generated/peers/TSTypeParameterDeclaration.ts new file mode 100644 index 000000000..c1620b923 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSTypeParameterDeclaration.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSTypeParameterDeclaration extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSTypeParameterInstantiation.ts b/arkoala-arkts/libarkts/src/generated/peers/TSTypeParameterInstantiation.ts new file mode 100644 index 000000000..27ecc8ffd --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSTypeParameterInstantiation.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSTypeParameterInstantiation extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSTypePredicate.ts b/arkoala-arkts/libarkts/src/generated/peers/TSTypePredicate.ts new file mode 100644 index 000000000..5e7935e9b --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSTypePredicate.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSTypePredicate extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSTypeQuery.ts b/arkoala-arkts/libarkts/src/generated/peers/TSTypeQuery.ts new file mode 100644 index 000000000..1a6855faa --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSTypeQuery.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSTypeQuery extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSTypeReference.ts b/arkoala-arkts/libarkts/src/generated/peers/TSTypeReference.ts new file mode 100644 index 000000000..30ae5d6ea --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSTypeReference.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSTypeReference extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSUndefinedKeyword.ts b/arkoala-arkts/libarkts/src/generated/peers/TSUndefinedKeyword.ts new file mode 100644 index 000000000..afe66a6db --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSUndefinedKeyword.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSUndefinedKeyword extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSUnionType.ts b/arkoala-arkts/libarkts/src/generated/peers/TSUnionType.ts new file mode 100644 index 000000000..f977ecb52 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSUnionType.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSUnionType extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSUnknownKeyword.ts b/arkoala-arkts/libarkts/src/generated/peers/TSUnknownKeyword.ts new file mode 100644 index 000000000..ce59aa35e --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSUnknownKeyword.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSUnknownKeyword extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TSVoidKeyword.ts b/arkoala-arkts/libarkts/src/generated/peers/TSVoidKeyword.ts new file mode 100644 index 000000000..cd8488295 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TSVoidKeyword.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TSVoidKeyword extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TaggedTemplateExpression.ts b/arkoala-arkts/libarkts/src/generated/peers/TaggedTemplateExpression.ts new file mode 100644 index 000000000..ea08698b5 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TaggedTemplateExpression.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TaggedTemplateExpression extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TemplateElement.ts b/arkoala-arkts/libarkts/src/generated/peers/TemplateElement.ts new file mode 100644 index 000000000..c1d2fa021 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TemplateElement.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TemplateElement extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TemplateLiteral.ts b/arkoala-arkts/libarkts/src/generated/peers/TemplateLiteral.ts new file mode 100644 index 000000000..bbcd44992 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TemplateLiteral.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TemplateLiteral extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ThisExpression.ts b/arkoala-arkts/libarkts/src/generated/peers/ThisExpression.ts new file mode 100644 index 000000000..caec4d27e --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ThisExpression.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ThisExpression extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/ThrowStatement.ts b/arkoala-arkts/libarkts/src/generated/peers/ThrowStatement.ts new file mode 100644 index 000000000..c796d2a64 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/ThrowStatement.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class ThrowStatement extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TryStatement.ts b/arkoala-arkts/libarkts/src/generated/peers/TryStatement.ts new file mode 100644 index 000000000..e564d8356 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TryStatement.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TryStatement extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TypeNode.ts b/arkoala-arkts/libarkts/src/generated/peers/TypeNode.ts new file mode 100644 index 000000000..31294e1f2 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TypeNode.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TypeNode extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TypedAstNode.ts b/arkoala-arkts/libarkts/src/generated/peers/TypedAstNode.ts new file mode 100644 index 000000000..6bb9cd060 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TypedAstNode.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TypedAstNode extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TypedStatement.ts b/arkoala-arkts/libarkts/src/generated/peers/TypedStatement.ts new file mode 100644 index 000000000..f1668eee3 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TypedStatement.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TypedStatement extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/TypeofExpression.ts b/arkoala-arkts/libarkts/src/generated/peers/TypeofExpression.ts new file mode 100644 index 000000000..38b12352a --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/TypeofExpression.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class TypeofExpression extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/UnaryExpression.ts b/arkoala-arkts/libarkts/src/generated/peers/UnaryExpression.ts new file mode 100644 index 000000000..48ee2ce2d --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/UnaryExpression.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class UnaryExpression extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/UndefinedLiteral.ts b/arkoala-arkts/libarkts/src/generated/peers/UndefinedLiteral.ts new file mode 100644 index 000000000..abec619cd --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/UndefinedLiteral.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class UndefinedLiteral extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/UpdateExpression.ts b/arkoala-arkts/libarkts/src/generated/peers/UpdateExpression.ts new file mode 100644 index 000000000..67daf1a27 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/UpdateExpression.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class UpdateExpression extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/VariableDeclaration.ts b/arkoala-arkts/libarkts/src/generated/peers/VariableDeclaration.ts new file mode 100644 index 000000000..57823d11a --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/VariableDeclaration.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class VariableDeclaration extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/VariableDeclarator.ts b/arkoala-arkts/libarkts/src/generated/peers/VariableDeclarator.ts new file mode 100644 index 000000000..349ea041d --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/VariableDeclarator.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class VariableDeclarator extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/WhileStatement.ts b/arkoala-arkts/libarkts/src/generated/peers/WhileStatement.ts new file mode 100644 index 000000000..caa647efb --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/WhileStatement.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class WhileStatement extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/generated/peers/YieldExpression.ts b/arkoala-arkts/libarkts/src/generated/peers/YieldExpression.ts new file mode 100644 index 000000000..4627861f4 --- /dev/null +++ b/arkoala-arkts/libarkts/src/generated/peers/YieldExpression.ts @@ -0,0 +1,28 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import { + global, + passNode, + unpackNonNullableNode, + Es2pandaMemberExpressionKind, + assertValidPeer, + Node, + Es2pandaAstNodeType, + KNativePointer +} from "../../reexport-for-generated" + +export class YieldExpression extends Node { +} \ No newline at end of file diff --git a/arkoala-arkts/libarkts/src/reexport-for-generated.ts b/arkoala-arkts/libarkts/src/reexport-for-generated.ts new file mode 100644 index 000000000..680410e83 --- /dev/null +++ b/arkoala-arkts/libarkts/src/reexport-for-generated.ts @@ -0,0 +1,22 @@ +/* + * Copyright (c) 2024 Huawei Device Co., Ltd. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +export { KNativePointer } from "@koalaui/interop" +export { Es2pandaAstNodeType } from "./Es2pandaEnums" +export { assertValidPeer, Node } from "./arkts-api//types" +export { passNode, unpackNonNullableNode } from "./arkts-api/utilities/private" +import global from "./arkts-api/static/global" +export { global } +export { Es2pandaMemberExpressionKind } from "./generated/Es2pandaEnums" -- Gitee